@charset "UTF-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}


/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    font-size: 100%;
}

ul {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    vertical-align: top;
}

li {
    list-style-type: none;
    vertical-align: baseline;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

* {
    box-sizing: border-box;
}

.cf::after {
    display: block;
    clear: both;
    content: "";
}

/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    min-width: 130rem;
    background: url(img/gird.png) repeat;
    color: #333;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
    overflow: hidden;
    word-break: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.strong {
    font-weight: bold;
}

.f110 {
    font-size: 110%;
}

.f120 {
    font-size: 120%;
}

.f130 {
    font-size: 130%;
}

.f150 {
    font-size: 150%;
}

.f200 {
    font-size: 200%;
}

.f300 {
    font-size: 300%;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.sp_br {
    display: none;
}


/*--------------------------------------
　Header
---------------------------------------*/
header .headTopArea {
    margin: 6px auto;
    width: 1100px;
}

header .headTopArea .rightTxt {
    text-align: right;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4;
}

header .rightTxt:before {
    display: inline-block;
    width: 2.4rem;
    height: 1.4rem;
    margin: 0 0.5rem 0 0;
    background: #000;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3rem;
    text-align: center;
    content: "PR";
}


/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(221, 221, 221, 0.46);
}

#g-nav ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 1100px;
    height: auto;
    -js-display: flex;
}

#g-nav li {
    position: relative;
    width: 100%;
    text-align: center;
}

#g-nav li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100% - 30px);
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    content: "";
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#g-nav li:last-child::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 30px);
    background: linear-gradient(#bbb, #bbb);
    background-size: 1px 1px;
    content: "";
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#g-nav li a {
    position: relative;
    display: table;
    padding: 20px 12px;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.6;
}

#g-nav li a span {
    display: table-cell;
    border-bottom: none;
    color: inherit;
    vertical-align: middle;
    font-weight: inherit;
}

#g-nav li a:hover {
    opacity: 1;
    color: #006d81;
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
    margin: 0 0 5rem;
}

#pankuzu {
    margin: 0 auto;
    padding: 12px 0;
    width: 1100px;
    font-size: 1.2rem;
}

#pankuzu span {
    border-bottom: none;
    color: inherit;
    font-weight: inherit;
}


/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
    width: 110rem;
    margin: 0 auto;

}

#index {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#category,
#page {
    float: left;
    width: 83rem;
    margin: 0;
    padding: 0;
}


/*--------------------------------------
　Side
---------------------------------------*/
#side {
    float: right;
    width: 22rem;
}

#side .sideBox {
    margin: 0 0 30px;
    border-top: 2px solid #333;
}

#side .sideBox .sttl {
    font-weight: bold;
    font-size: 1.5rem;
}

#side .sideBox .sttl a {
    display: block;
    padding: 15px;
}

#side .sideBox ul {
    margin: 0;
    padding: 0;
}

#side .sideBox ul li {
    position: relative;
    padding: 0;
    background-image: none;
}

#side .sideBox ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #bbbbbb, #bbbbbb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    content: "";
}

#side .sideBox ul li a {
    display: block;
    padding: 10px 25px 10px 12px;
    background: url(img/arrow_black.png) no-repeat right 10px center;
    background-size: 5px auto;
    text-decoration: none;
    font-size: 1.3rem;
}

#side .sideBox ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#side .sideBox .subList {
    margin: 0;
}

#side .sideBox .subList li {
    margin: 0;
}

#side .sideBox .subList li a {
    display: block;
    padding: 10px 28px 10px 15px;
}

#side .sideBox .subList li a::before {
    margin: 0 5px 0 0;
    content: "└";
}


/*--------------------------------------
Footer
---------------------------------------*/
footer {
    margin: 0;
    padding: 0;
    background-color: #f5f4f8;
}

footer .areaInner {
    padding: 6.0rem 0 5.0rem 0;
    width: 100%;
}

footer .areaInner .inner {
    position: relative;
    margin: 0 auto;
    width: 1100px;
}

footer .areaInner .logo {
    margin: 0 auto 5.0rem;
    width: auto;
}

footer .areaInner .logo a {
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1;
}

footer .areaInner .logo a:hover {
    opacity: 0.7;
}

footer .areaInner .footBox {
    margin: 0 0 3.0rem 0;
}

footer .areaInner .footBox .sttl {
    margin: 0 0 1.4rem 0;
    padding: 0 0 1.0rem 0;
    border-bottom: 1px solid #333;
}

footer .areaInner .footBox .sttl a {
    display: block;
    margin: 0;
    padding: 0.3rem 0 0.3rem 2.0rem;
    border: none;
    background: url("img/foot_arrow.svg") left center no-repeat;
    background-size: 11px auto;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
}

footer .areaInner .footBox .sttl a:hover {
    text-decoration: none;
    opacity: 0.7;
}

footer .footBox ul {
    padding: 0 2.0rem;
}

footer .areaInner .footBox .accChild {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

footer .areaInner .footBox .accChild .sp {
    display: none;
}

footer .areaInner .footBox .accChild li.subCat {
    margin: 0 4% 0.8rem 0;
    width: 23%;
}


footer .areaInner .footBox .accChild li.subCat a {
    display: inline-block;
    padding: 0 0 0 1.5rem;
    background: url("img/arrow_black.png") 5px 8px no-repeat;
    background-size: 5px auto;
}

footer .areaInner .footBox .accChild li.subCat::after {
    content: "";
}

footer .areaInner .footBox .accChild .pc+li::before {
    color: #a40024;
    /* content: "　|　"; */
    letter-spacing: 0;
}

footer .areaInner .footBox .accChild .pc+li::before {
    color: #a40024;
    /* content: "|　"; */
    letter-spacing: 0;
}

footer .areaInner .footBox .accChild .pc+li.subCat::before {
    content: "";
}

footer .areaInner .footBox .accChild li {
    display: inline-block;
    margin: 0 0 0 0;
}

footer .areaInner .footBox .accChild li a {
    padding: 0;
    color: #333;
    font-weight: normal;
    font-size: 1.3rem;
}

footer .areaInner .footBox .accChild .subList {
    margin: 0 0 0 0;
    padding: 0 0 0 1.5rem;
}

footer .areaInner .footBox .accChild .subList li {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0.2rem 0 0 0;
}

footer .areaInner .footBox .accChild .subList li::before {
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 0.4rem;
    color: #333;
    content: "└";
}

footer .areaInner .footBox .accChild .subList li a {
    padding: 0 0 0 1.8rem;
    background-image: none;
    font-size: 1.3rem;
}

footer .areaInner .noticeArea {
    box-sizing: border-box;
    margin: 5.0rem auto 0;
    padding: 2.5rem 3.0rem;
    width: 100%;
    border-radius: 0;
    background: #fafafc;
}

footer .areaInner .noticeArea p {
    margin: 0;
    font-size: 1.2rem;
}

footer .areaInner p.ucp {
    margin: 1.5rem auto 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
}

footer .botArea {
    background-color: #25589b;
}

footer .botArea .inner {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    padding: 1.2rem 0 1.5rem;
    width: 1100px;
}

footer .botArea .inner.cf {
    content: none;
}

footer .sitemap {
    flex: 0 0 100px;
    width: 100px;
}

footer .sitemap a {
    float: right;
    padding: 0.5rem 0;
    text-align: right;
    text-decoration: underline;
    font-size: 1.2rem;
    line-height: 1.3;
}

footer .sitemap a:hover {
    text-decoration: none;
}

footer .copy {
    width: 100%;
    padding: 0.5rem 0;
    color: #fff;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.3;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
    position: fixed;
    right: 2.0rem;
    bottom: 2.0rem;
    z-index: 100;
    width: 60px;
}

#page-top img:hover {
    opacity: 0.7;
}


/* ================== */
/*  メインコンテンツ　*/
/* ================== */

.main p:not([class]) {
    margin: 1em auto;
}

.main p:not([class])>span:not([class]),
.main li:not([class])>span:not([class]),
.main td:not([class])>span:not([class]) {
    border-bottom: 3px solid #f0c600;
    font-weight: 700;
}

.main p:not([class])>a:not([class]),
.main li:not([class])>a:not([class]),
.main td:not([class])>a:not([class]) {
    text-decoration: underline;
}

.main p:not([class])>a:not([class]):hover,
.main li:not([class])>a:not([class]):hover,
.main td:not([class])>a:not([class]):hover {
    text-decoration: none;
}

.caption {
    margin: 0.8rem 0 0 0;
    color: #999;
    font-size: 1.1rem;
    line-height: 1.4;
    word-break: break-all;
}

.caption a {
    color: inherit;
    text-decoration: underline;
}

.caption a:hover {
    text-decoration: none;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-low h1:not([class]),
.main-low h2:not([class]),
.main-low h3:not([class]),
.main-low h4:not([class]),
.main-low h5:not([class]),
.main-low h6:not([class]) {
    position: relative;
    font-weight: 700;
    line-height: 1.4;
}

.main-low h1:not([class]) {
    margin: 0 0 5rem 0;
    padding: 2.5rem;
    background: #25589b;
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
}

.main-low h1:not([class])::before {
    position: absolute;
    top: 1.5rem;
    left: -1.5rem;
    transform: rotate(-45deg);
    width: 6rem;
    height: 0.2rem;
    background: #f08300;
    content: "";
}

.main-low h1:not([class])::after {
    position: absolute;
    right: -1rem;
    top: 1rem;
    width: 100%;
    height: 100%;
    background: url(img/title_bg_01.png) repeat left top;
    content: "";
    z-index: -1;
}

.main-low h2:not([class]) {
    margin: 5rem 0 3rem 0;
    padding: 2rem 2rem 2rem 5rem;
    background: #f5f4f8;
    font-size: 2.6rem;
}

.main-low h2:not([class])::before {
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    width: 3.2rem;
    height: 3.2rem;
    border-left: 1px solid #f08300;
    content: "";
}

.main-low h2:not([class])::after {
    position: absolute;
    left: 0.5rem;
    top: 1rem;
    width: 3.2rem;
    height: 3.2rem;
    border-top: 1px solid #f08300;
    content: "";
}

.main-low h3:not([class]) {
    min-height: 5rem;
    margin: 4rem 0 3rem 0;
    padding: 1rem 2rem 1rem 7rem;
    background: #e1e0e5 url(img/title_bg_02.png) no-repeat 1rem center;
    background-size: 46px 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #000;
    font-size: 2.2rem;
}

.main-low h4:not([class]),
.main-low h5:not([class]),
.main-low h6:not([class]) {
    margin: 3rem 0 2rem 0;
    padding: 0 2rem 0.8rem 2rem;
    border-bottom: 1px dashed #333;
    color: #25589b;
    font-size: 2rem;
}

.main-low h1:not([class]) a,
.main-low h2:not([class]) a,
.main-low h3:not([class]) a,
.main-low h4:not([class]) a,
.main-low h5:not([class]) a,
.main-low h6:not([class]) a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow03_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}


/*--------------------------------------
lists
---------------------------------------*/
.main ul:not([class]) {
    margin: 4rem 0;
}

.main ul:not([class]) li {
    position: relative;
    margin: 0 0 0.6rem 0;
    padding: 0 0 0 2rem;
}

.main ul:not([class]) li:last-child {
    margin: 0;
}

.main ul:not([class]) li::before {
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 1rem;
    height: 1rem;
    background: #f08300;
    border-radius: 50%;
    content: "";
}

.main ol:not([class]) {
    margin: 4rem 0;
    padding: 0;
    counter-reset: number 0;
}

.main ol:not([class]) li {
    position: relative;
    margin: 0 0 0.6rem 0;
    padding: 0 0 0 3rem;
    counter-increment: number;
}

.main ol:not([class]) li::before {
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 2rem;
    height: 2rem;
    background: #25589b;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.9rem;
    text-align: center;
}

.main ol:not([class]) li:nth-child(-n + 9)::before {
    content: counter(number);
}

.main ol:not([class]) li:nth-child(n + 10)::before {
    content: counter(number);
}


/*--------------------------------------
table
---------------------------------------*/
table th,
table td {
    word-break: break-all;
}

table {
    width: 100%;
    margin: 3rem auto;
    border-collapse: collapse;
    font-size: 1.4rem;
}

table th {
    padding: 1rem 1.5rem;
    background: #4c4c4c;
    border: 1px solid #707078;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

table td {
    padding: 1rem 1.5rem;
    background: #fff;
    border: 1px solid #333;
}


/*--------------------------------------
float-wrap
---------------------------------------*/
.float-wrap {
    margin: 6rem auto;
}

.float-wrap .fl {
    width: 35rem;
    margin: 0 3rem 1rem 0;
    text-align: center;
}

.float-wrap .fr {
    width: 35rem;
    margin: 0 0 1rem 3rem;
    text-align: center;
}

.float-wrap .ct {
    width: 75rem;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.float-wrap .catch {
    margin: 0 0 1.5rem 0;
    color: #25589b;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.float-wrap.ct .catch {
    text-align: center;
}

.float-wrap .catch a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

.float-wrap p:not([class]) {
    margin: 0;
}


/*--------------------------------------
box-wrap
---------------------------------------*/
.box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-wrap .box {
    position: relative;
    width: calc((100% - 5.8rem) / 2);
    margin: 0 0 5rem 0;
    background: #f5f4f8;
}

.box-wrap .box-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-wrap .box-head .ttl {
    width: 100%;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.box-wrap .box-head .ttl a {
    display: block;
    padding: 2rem 3rem;
    background: #204d88 url(img/arrow03_white.png) no-repeat right 1.5rem center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

.box-wrap .box-body {
    padding: 3rem 3rem 6rem 3rem;
}

.box-wrap .box-body p:not([class]) {
    margin: 0;
}

.box-wrap .box-body ul:not([class]) {
    margin: 0 0 2.5rem 0;
}

.box-wrap .box-body table {
    margin: 3rem 0 0 0;
}

.box-wrap .box-body table th {
    width: 12rem;
    background: #63656e;
}

.box-wrap .box-body .fig {
    width: calc(100% - 5rem);
    margin: 0 auto;
    text-align: center;
}

.box-wrap .box-body .fig img {
    width: auto;
    height: 26rem;
}

.box-wrap .box-body .fig+.caption {
    width: calc(100% - 5rem);
    margin: 0.8rem auto 0 auto;
}

.box-wrap .box-body .ttl {
    margin: 3rem 0 1.5rem 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8rem 0 0 0;
}

.frame-wrap::after {
    display: block;
    width: calc((100% - 5.6rem) / 3);
    content: "";
}

.frame-wrap .frame {
    position: relative;
    width: calc((100% - 5.6rem) / 2);
    margin: 0 0 4rem 0;
    background: #f5f4f8;
}

.frame-wrap .frame::before {
    position: absolute;
    left: 50%;
    top: -2rem;
    transform: translateX(-50%);
    width: 4.4rem;
    height: 4.4rem;
    content: "";
}

.frame-wrap .frame:nth-child(1)::before {
    background: url(img/add05_bg_01.png) no-repeat left top;
    background-size: contain;
}

.frame-wrap .frame:nth-child(2)::before {
    background: url(img/add05_bg_02.png) no-repeat left top;
    background-size: contain;
}

.frame-wrap .frame:nth-child(3)::before {
    background: url(img/add05_bg_03.png) no-repeat left top;
    background-size: contain;
}

.frame-wrap .frame:nth-child(4)::before {
    background: url(img/add05_bg_04.png) no-repeat left top;
    background-size: contain;
}

.frame-wrap .frame-head {
    background: #25589b;
}

.frame-wrap .frame-head .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem 2.5rem 1.5rem 2.5rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.frame-wrap .frame-head .ttl a {
    display: block;
    width: 100%;
    padding: 0 2rem 0 0;
    background: url(img/arrow_white.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

.frame-wrap .frame-head .fig {
    text-align: center;
}

.frame-wrap .frame-body {
    padding: 2rem 3rem 4rem 3rem;
}

.frame-wrap .frame-body p:not([class]) {
    margin: 0;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
    display: none;
}

.btn-internal,
p.btn-internal {
    position: relative;
    max-width: 45rem;
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}

.btn-internal::before {
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
    width: 100%;
    height: 100%;
    border: 1px solid #585b61;
    border-radius: 6rem;
    content: "";
}

.btn-internal:hover::before {
    opacity: 0.7;
}

.btn-internal a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 7rem;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: #062d59 url(img/arrow01_navy.svg) no-repeat right 1.5rem center;
    background-size: 20px auto;
    border-radius: 6rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    backface-visibility: hidden;
    transition: 0.2s;
    will-change: opacity;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-internal.up a {
    background: #062d59 url(img/arrow01_navy_up.svg) no-repeat right 1.5rem center;
    background-size: 20px auto;
}

.btn-internal.down a {
    background: #062d59 url(img/arrow01_navy_down.svg) no-repeat right 1.5rem center;
    background-size: 20px auto;
}

.btn-internal a:hover {
    text-decoration: none;
    opacity: 0.7;
    transform: translate(4px, 4px);
}

.btn-web,
p.btn-web {
    position: relative;
    max-width: 45rem;
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}

.btn-web::before {
    position: absolute;
    right: -0.5rem;
    bottom: -0.5rem;
    width: 100%;
    height: 100%;
    border: 1px solid #585b61;
    border-radius: 6rem;
    content: "";
}

.btn-web:hover::before {
    opacity: 0.7;
}

.btn-web a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 7rem;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: #f08300 url(img/arrow01_orange.svg) no-repeat right 1.5rem center;
    background-size: 20px auto;
    border-radius: 6rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    backface-visibility: hidden;
    transition: 0.2s;
    will-change: opacity;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-web a:hover {
    text-decoration: none;
    opacity: 0.7;
    transform: translate(4px, 4px);
}

.btn-link {
    margin: 4rem 0;
    padding: 0;
    text-align: right;
}

.btn-link a {
    display: inline-block;
    position: relative;
    min-height: 1.6rem;
    padding: 0.2rem 0 0.2rem 2.2rem;
    background: url(img/arrow_link.png) no-repeat left center;
    background-size: 16px auto;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: underline;
}

.btn-link a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/*--------------------------------------
accordion
---------------------------------------*/
.accordion-item {
    display: none;
}

.accordion-btn {
    display: block;
    position: relative;
    width: 45rem;
    height: auto;
    margin: 0 auto 4rem auto;
    padding: 2rem 0;
    background: #062d59;
    border-radius: 6rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: 0.2s;
}

.accordion-btn::before {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    background: url(img/acc_bg_01.png) no-repeat left top;
    background-size: contain;
    content: "";
}

.accordion-btn::after {
    display: block;
    padding: 0 6rem;
    text-align: center;
    content: "他のタイプのディスペンサーも見る";
}

.accordion-btn.is-open::before {
    background: url(img/acc_bg_02.png) no-repeat left top;
    background-size: contain;
}

.accordion-btn.is-open::after {
    display: block;
    padding: 0 5rem;
    text-align: center;
    content: "閉じる";
}

.accordion-btn:hover {
    opacity: 0.7;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc-item {
    display: none;
}

.toc-btn {
    display: block;
    position: relative;
    width: 32rem;
    height: auto;
    margin: 0 auto 4rem auto;
    padding: 2rem 0;
    background: #f3f3f3;
    border-radius: 6rem;
    color: #111;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: 0.2s;
}

.toc-btn::before,
.toc-btn::after {
    content: "";
    width: 20px;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 4rem;
    background: #333333;
    display: block;
    position: absolute;
}

.toc-btn::after {
    transform: rotate(-90deg);
    transition: all .3s ease;
}

.toc-btn.done::after {
    transform: rotate(0);
}

.toc-btn .ac-btn-off::before {
    content: "目次";
}

.toc-btn.done .ac-btn-off::before {
    content: "閉じる";
}

.toc_parts {
    width: calc(100% - 4rem);
    margin: 0 auto 5rem auto;
    padding: 3.6rem;
    background: #fbfbfb url(img/toc_bg_01.png) no-repeat 1.2rem top;
    background-size: 41px auto;
}

.toc_parts .ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

#toc .chapter {
    margin: 0 0 2rem 0;
    padding: 0 1rem;
}

#toc .chapter li a {
    display: block;
    position: relative;
    padding: 1.6rem 4rem;
    background: url(img/toc_bg_02.png) no-repeat right 2rem center;
    background-size: 15px auto;
    border-bottom: 1px solid #000;
    font-size: 1.6rem;
}

#toc .chapter li a::before {
    position: absolute;
    left: 1.2rem;
    top: 2.5rem;
    width: 1rem;
    height: 1rem;
    background: #f08300;
    border-radius: 50%;
    content: "";
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12.5rem;
    background: url(img/mv_bg_03.jpg) no-repeat center top -3rem;
    background-size: cover;
}

#visArea.lower .siteName a {
    display: inline-block;
    padding: 1.8rem 2rem 1.4rem 2rem;
    background: rgba(26, 26, 26, 0.7);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

#visArea.lower .siteName a span {
    font-size: 3.2rem;
}


.lower_bottom {
    background: #ffffff;
    border-top: 2px solid #E5E5E5;
    margin-top: 12rem;
}



/*--------------------------------------
addParts
---------------------------------------*/
.addInner {
    position: relative;
    width: 110rem;
    margin: 0 auto;
    z-index: 0;
}

.en {
    margin: 0 0 2rem 0;
    color: #e5e5e5;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts-title {
    position: relative;
    margin: 0 0 6rem 0;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.addParts-title::before {
    position: absolute;
    left: 50%;
    top: calc(100% + 2rem);
    transform: translateX(-50%);
    width: 3.5rem;
    height: 0.2rem;
    background: #f08300;
    content: "";
}

.addParts-title a {
    display: inline-block;
    padding: 0 3rem;
    background: url(img/arrow03_black.png) no-repeat right center;
    background-size: 8px auto;
    color: inherit;
    text-decoration: none;
}

p.lead {
    width: calc(100% - 8rem);
    margin: 0 auto 4rem auto;
}

p.lead span {
    border-bottom: 3px solid #f0c600;
    font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
    padding: 8rem 0 12rem 0;
}

.addParts01 p.note {
    margin: 2rem 0 0 0;
    color: #7d7d7d;
    font-size: 1.3rem;
    line-height: 1.6;
}

.table-scroll table {
    table-layout: fixed;
    width: 100%;
    margin: 0;
}

.table-scroll table th,
.table-scroll table td {
    background: #f5f4f8;
    border: 3px solid #fff;
}

.table-scroll table td.head {
    padding: 0;
    background: none;
    color: #333;
}

.table-scroll table th[scope="row"] {
    width: 16rem;
    padding: 1rem 0.5rem;
    background: #63656e;
    font-size: 1.8rem;
    line-height: 1.4;
}

.table-scroll table td {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
}

.table-scroll table td.blank {
    width: 16rem;
    background: none;
    border: none;
}

.addParts01 .table-scroll table tr:last-child td .btn-web{
    margin: 1rem 0;
}

.table-scroll .catch-wrap {
    margin: 0 0.5rem 0.3rem 0.5rem;
    padding: 2rem 1rem 1.5rem 1rem;
    background: #25589b;
}

.table-scroll .label {
    display: inline-block;
    margin: 0 0 0.6rem 0;
    padding: 0.5rem 1.5rem;
    background: #fff;
    border-radius: 4rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.table-scroll .label span {
    font-size: 1.3rem;
}

.table-scroll .catch {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}

.table-scroll .catch span {
    color: #f0c600;
    font-size: 2.4rem;
}

.table-scroll .name {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.5rem;
    background: url(img/add01_bg_01.png) no-repeat center top;
    background-size: 16px auto;
}

.table-scroll .name span {
    padding: 0.1rem 0;
    background: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.table-scroll .ttl {
    margin: 0.5rem 0 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.table-scroll .fig {
    text-align: center;
}

.table-scroll .fig img {
    width: auto;
    height: 18rem;
}

.table-scroll .caption {
    padding: 0 0 0.5rem 0;
    overflow-x: auto;
    white-space: nowrap;
}

/* for chrome, safari */
.table-scroll .caption::-webkit-scrollbar {
    height: 5px;
}

.table-scroll .caption::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}

.table-scroll .caption::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

.table-scroll .btn-web {
    margin: 3rem auto 0 auto;
}

.table-scroll .btn-internal {
    margin: 2rem auto;
}

.table-scroll td:not([class])>span:not([class]) {
    border-bottom: 3px solid #f0c600;
    font-weight: 400;
}

.table-scroll td:not([class])>span.small {
    font-size: 1.5rem;
}

.table-scroll .tags {
    text-align: left;
}

.table-scroll .tag {
    display: inline-block;
    margin: 0 0.1rem 0.3rem 0.1rem;
    padding: 0.2rem 0.5rem;
    background: #25589b;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

.table-scroll .popup {
    position: relative;
}

.popup-btn {
    min-height: 2.2rem;
    padding: 0 3rem 0 0;
    background: url(img/popup_ico_01.svg) no-repeat right 1rem center;
    background-size: 22px auto;
}

.popup-btn:hover {
    cursor: pointer;
}

.popup-cnts {
    display: none;
    position: absolute;
    left: calc(100% + 2.5rem);
    top: 50%;
    transform: translateY(-50%);
    width: 27rem;
    padding: 1.2rem;
    background: rgba(29, 65, 105, 0.9);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
}

.popup-cnts::before {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.8rem;
    background: url(img/popup_bg_01.png) no-repeat left top;
    background-size: contain;
    content: "";
}

.popup-cnts p:not([class]) {
    margin: 0;
}

.addParts01.lower .table-scroll .btn-web {
    margin: 2rem auto;
}





























@media screen and (max-width: 480px) {

    html,
    body {
        position: relative;
        width: 100%;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }

    body {
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        min-width: initial;
        min-width: auto;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    a:hover {
        opacity: 1;
    }


    /*--------------------------------------
    　Header
    ---------------------------------------*/
    header .headTopArea {
        margin: 6px auto;
        width: 100%;
    }

    header .headTopArea .rightTxt {
        padding: 0 1rem;
        text-align: left;
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.4;
    }


    /*--------------------------------------
    　spMenuBox
    ---------------------------------------*/
    #navWrap {
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        height: auto;
        background-color: #faf5d2;
    }

    #navWrap .navTop {
        display: none;
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        border-bottom: 1px solid #b5b5b5;
        background-color: #fff;
    }

    #navWrap .navTopInner {
        position: relative;
        display: table;
        padding: 0.5rem 0;
        width: 100%;
    }

    #navWrap .siteName {
        display: table-cell;
        padding: 0 1.0rem 0 1.0rem;
        width: 35%;
        vertical-align: middle;
        text-align: center;
        font-weight: 700;
        font-size: 1.15rem;
        line-height: 1.4;
    }

    #navWrap .recommendBtn {
        position: relative;
        display: table-cell;
        padding: 0 1.2rem;
        width: calc(80% - 41px);
        background: #25589b;
        color: #fff;
        vertical-align: middle;
        text-align: center;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.4;
        outline-offset: -3px;
        outline: 1px solid #fff;
    }

    #navWrap .recommendBtn::after {
        position: absolute;
        right: 3px;
        bottom: 3px;
        z-index: 1;
        border-top: 4px solid transparent;
        border-right: 4px solid #f08300;
        border-bottom: 4px solid #f08300;
        border-left: 4px solid transparent;
        content: '';
    }

    #menuBtn {
        z-index: 9999;
        display: table-cell;
        box-sizing: content-box;
        padding: 0 1.0rem;
        width: 21px;
        height: 50px;
        vertical-align: middle;
        cursor: pointer;
    }

    #menuBtn .menu {
        position: absolute;
        top: calc(50% - 8px);
        width: 21px;
        height: 16px;
        outline: none;
        border: none;
        background: #000;
        background: url("img/sp_ico_menu.png") center no-repeat;
        background-size: 100%;
    }

    body.open #menuBtn .menu {
        width: 21px;
        height: 16px;
        background: url("img/sp_ico_close.png") center no-repeat;
        background-size: 100%;
    }

    /*navSp*/
    #navSp {
        position: fixed;
        top: 0;
        z-index: 999;
        display: none;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        background-color: rgba(238, 238, 238, 0.94);
    }

    #navSp>div {
        overflow-y: scroll;
        height: 100%;
    }

    #navSp a {
        text-decoration: none;
    }

    #navSp .navBox:first-child {
        overflow: hidden;
        border-top: 1px solid #ccc;
    }

    #navSp .navBox .sttl a,
    #navSp .sitemap a {
        display: block;
        box-sizing: border-box;
        padding: 1.5rem 9% 1.5rem 4%;
        background: url("img/arrow_black.png") 96% center no-repeat;
        background-size: 6px auto;
        color: #000;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    #navSp .navBox .tglMenu a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }

    #navSp .navBox .sttl.collapsible a {
        background: url("img/arrow_black_down.png") 96% center no-repeat;
        background-size: 10px auto;
    }

    #navSp .navBox .sttl a br {
        display: none;
    }

    #navSp .navBox .sttl.open>a {
        background: url("img/arrow_black_up.png") 96% center no-repeat;
        background-size: 10px auto;
    }

    #navSp .navBox .sttl,
    #navSp .sitemap {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    #navSp .sitemap {
        margin: 0 0 100px;
    }

    #navSp .navBox .accChild {
        display: none;
        box-sizing: border-box;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.8);
        font-size: 1.3rem;
    }

    #navSp .navBox .accChild li {
        float: none;
    }

    #navSp .navBox .accChild li a {
        display: block;
        box-sizing: border-box;
        padding: 1.2rem 9% 1.2rem 7%;
        border-bottom: 1px solid #ccc;
        background: url("img/arrow_black.png") 95.5% center no-repeat;
        background-size: 5px auto;
        color: #000;
    }

    #navBottom {
        position: relative;
        display: block;
        margin: 7.5% auto 7.5%;
        width: 85%;
    }

    #navBottom a {
        position: relative;
        z-index: 1;
        display: block;
        padding: 4%;
        border-top: 3px solid #bee6a0;
        background: url("img/banner_bg.png") left top repeat;
        text-decoration: none;
    }

    #navBottom a::before {
        position: absolute;
        top: -10px;
        right: -8px;
        width: 49px;
        height: 86px;
        background: url("img/banner_illust01.png") no-repeat;
        background-size: 100% auto;
        content: "";
    }

    #navBottom a::after {
        position: absolute;
        bottom: -10px;
        left: -8px;
        width: 40px;
        height: 64px;
        background: url("img/banner_illust02.png") no-repeat;
        background-size: 100% auto;
        content: "";
    }

    #navBottom .tit {
        margin-bottom: 1.0rem;
        padding: 0 15% 0 3%;
        letter-spacing: 0.01em;
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    #navBottom .txtArea {
        padding: 0 0 6%;
        background-color: #fff;
    }

    #navBottom .catch {
        padding: 3.5% 5%;
        border-bottom: 1px dotted #ccc;
        letter-spacing: 0.01em;
        font-size: 1.3rem;
        line-height: 1.4;
    }

    #navBottom .txt {
        padding: 3.5% 5%;
    }

    #navBottom .txt p {
        margin: 0;
        color: #508291;
        letter-spacing: 0.01em;
        font-size: 1.3rem;
        line-height: 1.5;
    }

    #navBottom .btn {
        margin: 0 auto;
        padding: 3.5% 4% 3.2% 4%;
        width: 75%;
        border-radius: 5px;
        background-color: #82b4c3;
        box-shadow: 2px 2px 0px #508291;
        color: #fff;
        text-align: center;
        letter-spacing: 0.01em;
        font-size: 1.3rem;
        line-height: 1;
    }

    body.open {
        height: inherit !important;
    }


    /*--------------------------------------
    pankuzu
    ---------------------------------------*/
    #pankuzuWrap {
        position: relative;
        overflow: auto;
        box-sizing: border-box;
        margin: 0 auto 3.0rem;
        padding: 1.0rem 0;
        width: 100%;
        background-color: #fff;
        white-space: nowrap;
    }

    #pankuzu {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0.7rem 0 0.7rem;
        width: 92%;
        color: #333;
        white-space: nowrap;
        letter-spacing: 0.05em;
        font-size: 1.1rem;
        line-height: 1.2;
    }

    #pankuzu a {
        color: #333;
        text-decoration: underline;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    #pankuzu a:hover {
        color: #333;
        text-decoration: underline;
    }

    #pankuzu span:last-child {
        margin-right: 4%;
    }

    #pankuzu a span:last-child {
        margin-right: 0;
    }


    /*--------------------------------------
    Main Contents
    ---------------------------------------*/
    #contents {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    #index {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #category,
    #page {
        float: none;
        padding: 0 1rem 5rem 1rem;
        width: 100%;
    }


    /*--------------------------------------
    　Side
    ---------------------------------------*/
    #side {
        display: none !important;
    }


    /*--------------------------------------
    Footer
    ---------------------------------------*/
    footer {
        width: 100%;
        background-color: #eee;
    }

    footer .areaInner {
        position: relative;
        margin: 0 auto;
        padding: 3.0rem 0 2.5rem 0;
        width: 100%;
    }

    footer .areaInner .inner {
        padding: 0;
        width: 100%;
    }

    footer .areaInner .logo {
        display: block;
        box-sizing: border-box;
        margin: 0 auto 2.0rem;
        padding: 0 1.5rem 0.5rem 1.5rem;
        width: auto;
        color: #000;
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    footer .areaInner .logo a {
        display: block;
        color: #000;
        text-align: center;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 1.4;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    footer .areaInner .logo a:hover {
        opacity: 1;
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
    }

    footer .areaInner .logo+.footBox {
        border-top: 1px solid #ccc;
    }

    footer .areaInner .footBox {
        margin: 0;
    }

    footer .areaInner .footBox .sttl {
        margin: 0;
        padding: 0;
        border: none;
    }

    footer .areaInner .footBox .sttl a {
        display: block;
        box-sizing: border-box;
        padding: 1.0rem 4.0rem 1.0rem 4%;
        background: url("img/arrow_black_down.png") right 10px center no-repeat;
        background-size: 10px auto;
        color: #000;
        font-weight: 600;
        font-size: 1.4rem;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    footer .areaInner .footBox .sttl a:hover {
        opacity: 1;
        -ms-filter: "alpha( opacity=100 )";
        filter: alpha(opacity=100);
    }

    footer .areaInner .footBox .sttl.open a {
        background: url("img/arrow_black_up.png") right 10px center no-repeat;
        background-size: 10px auto;
    }

    footer .areaInner {
        border-top: 1px solid #ccc;
    }

    footer .areaInner .footBox .sttl {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    footer .footBox ul {
        padding: 0;
    }

    footer .areaInner .footBox .accChild {
        display: none;
        box-sizing: border-box;
        padding: 0;
        background-color: #ccc;
        font-size: 1.3rem;
    }

    footer .areaInner .footBox .accChild li {
        display: block;
        float: none;
    }

    footer .areaInner .footBox .accChild li a {
        display: block;
        box-sizing: border-box;
        padding: 1.0rem 9% 1.0rem 4%;
        border-bottom: 1px solid #ccc;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
        color: #000;
        font-size: 1.3rem;
    }

    footer .areaInner .footBox .accChild li.subCat {
        margin: 0;
        width: 100%;
    }

    footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n+1) {
        margin: 0 0 0 0;
    }

    footer .areaInner .footBox .accChild li.subCat a {
        display: block;
        padding: 1.0rem 9% 1.0rem 4%;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
    }

    footer .areaInner .footBox .accChild li.subCat a::before {
        position: relative;
        left: -2px;
        margin-right: 0.2rem;
        content: none;
        font-size: 1.2rem;
    }

    footer .areaInner .footBox .accChild .subList {
        margin: 0;
        padding: 0;
    }

    footer .areaInner .footBox .accChild .subList li {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
    }

    footer .areaInner .footBox .accChild .subList li::before {
        margin-right: 0;
        color: #000;
        content: none;
    }

    footer .areaInner .footBox .accChild .subList li a {
        padding: 1.0rem 9% 1.0rem 9%;
        background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
        background-size: 6px auto;
        font-size: 1.3rem;
    }

    footer .areaInner .footBox .accChild .subList li a::before {
        position: absolute;
        top: 12px;
        left: 4%;
        display: block;
        margin-right: 0.4rem;
        color: #000;
        content: "└";
    }

    footer .areaInner .noticeArea {
        box-sizing: border-box;
        margin: 2.5rem auto 0rem;
        padding: 1.5rem;
        width: 92%;
        border-radius: 0;
        background: #fff;
        font-size: 1.2rem;
        line-height: 1.8;
    }

    footer .areaInner .noticeArea p {
        font-size: 1.2rem;
    }

    footer .areaInner p.ucp {
        margin: 1.5rem auto 0;
        color: #333;
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.4;
    }

    footer .botArea {
        background: #fff;
    }

    footer .botArea .inner {
        display: block;
        margin: 0 auto;
        padding: 1.2rem 0 1.2rem;
        width: 92%;
    }

    footer .botArea .inner .cf {
        content: none;
    }

    footer .sitemap {
        padding: 0.5rem 0;
        width: auto;
        text-align: right;
        font-size: 1.2rem;
        line-height: 1.3;
    }

    footer .copy {
        padding: 0.5rem 0;
        color: #000;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.3;
        float: left;
    }

    footer .sitemap a {
        color: #000;
        text-decoration: underline;
    }

    footer .copy a {
        color: #000;
        text-decoration: none;
    }

    footer a {
        text-decoration: none;
    }

    footer a:hover {
        text-decoration: none;
    }


    /*--------------------------------------
    　PageTop
    ---------------------------------------*/
    #page-top {
        position: fixed;
        right: 1rem;
        bottom: 2rem;
        width: 50px;
    }

    #page-top img {
        width: 100%;
    }


    /* ================== */
    /*  メインコンテンツ　*/
    /* ================== */

    /*--------------------------------------
    heading
    ---------------------------------------*/
    .main-low h1:not([class]) {
        padding: 1.5rem;
        font-size: 2.4rem;
    }

    .main-low h2:not([class]) {
        margin: 4rem 0 2rem 0;
        padding: 1.5rem 1.5rem 1.5rem 2.5rem;
        font-size: 2.1rem;
    }

    .main-low h2:not([class])::before {
        width: 2.8rem;
        height: 2.8rem;
    }

    .main-low h2:not([class])::after {
        width: 2.8rem;
        height: 2.8rem;
    }

    .main-low h3:not([class]) {
        min-height: 4.8rem;
        margin: 4rem 0 2rem 0;
        padding: 1rem 1.5rem 1rem 5rem;
        background: #e1e0e5 url(img/title_bg_02.png) no-repeat 0.5rem center;
        background-size: 40px 100%;
        font-size: 1.8rem;
    }

    .main-low h4:not([class]),
    .main-low h5:not([class]),
    .main-low h6:not([class]) {
        padding: 0 1.5rem 0.8rem 0.5rem;
        font-size: 1.6rem;
    }


    /*--------------------------------------
    lists
    ---------------------------------------*/
    .main ul:not([class]) li::before {
        top: 0.8rem;
    }

    .main ol li::before {
        top: 0.2rem;
    }


    /*--------------------------------------
    table
    ---------------------------------------*/
    table {
        width: 100%;
        margin: 3rem auto;
        border-top: 1px solid #333;
    }

    table th {
        display: block;
        width: 100%;
        border-top: none;
    }

    table td {
        display: block;
        width: 100%;
        border-top: none;
    }


    /*--------------------------------------
    float-wrap
    ---------------------------------------*/
    .float-wrap {
        margin: 4rem 0;
    }

    .float-wrap .float-img.fr {
        float: none;
        width: 100%;
        margin: 0 auto 1.5rem auto;
    }

    .float-wrap .float-img.fl {
        float: none;
        width: 100%;
        margin: 0 auto 1.5rem auto;
    }

    .float-wrap .float-img.ct {
        width: 100%;
        margin: 0 auto 1.5rem auto;
    }

    .float-wrap .catch {
        font-size: 1.7rem;
    }

    .float-wrap.ct .catch {
        text-align: left;
    }

    .float-wrap .fl.t_small {
        float: left;
        width: 40%;
        padding: 0 6% 0.5rem 0;
        box-sizing: content-box;
        text-align: center;
    }

    .float-wrap .fr.t_small {
        float: right;
        width: 40%;
        padding: 0 0 0.5rem 6%;
        box-sizing: content-box;
        text-align: center;
    }

    .float-wrap .fl.t_small .flame,
    .float-wrap .fr.t_small .flame {
        width: 100%;
    }


    /*--------------------------------------
        box-wrap
        ---------------------------------------*/
    .box-wrap {
        display: block;
    }

    .box-wrap .box {
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .box-wrap .box::before {
        border-width: 0 0 30px 30px;
    }

    .box-wrap .box-head .ttl {
        font-size: 2rem;
    }

    .box-wrap .box-body {
        padding: 2rem 1.5rem 3.5rem 1.5rem;
    }

    .box-wrap .box-body ul:not([class]) {
        margin: 0 0 2rem 0;
    }

    .box-wrap .box-body table {
        margin: 2rem 0 0 0;
    }

    .box-wrap .box-body table th {
        width: 100%;
    }

    .box-wrap .box-body .fig {
        width: 90%;
    }

    .box-wrap .box-body .fig img {
        width: auto;
        height: 20rem;
    }

    .box-wrap .box-body .fig+.caption {
        width: 100%;
        margin: 0.8rem auto 0 auto;
    }

    .box-wrap .box-body .ttl {
        font-size: 1.8rem;
    }


    /*--------------------------------------
        frame-wrap
        ---------------------------------------*/
    .frame-wrap {
        display: block;
        margin: 6rem 0 0 0;
    }

    .frame-wrap::after {
        display: none;
        content: none;
    }

    .frame-wrap .frame {
        width: 100%;
    }

    .frame-wrap .frame::after {
        border-width: 0 0 30px 30px;
    }

    .frame-wrap .frame-head {
        background: #25589b;
    }

    .frame-wrap .frame-body {
        padding: 2rem 1.5rem 3.5rem 1.5rem;
    }


    /*--------------------------------------
        btns
        ---------------------------------------*/
    .btn-internal,
    p.btn-internal {
        max-width: 90%;
        margin: 3rem auto;
    }

    .btn-internal a {
        min-height: 6rem;
        padding: 2rem 2rem;
        background-position: right 1.5rem center;
        background-size: 20px auto;
        font-size: 1.5rem;
    }

    .btn-internal a:hover {
        opacity: 1;
        transform: none;
    }

    .btn-web,
    p.btn-web {
        max-width: 90%;
        margin: 3rem auto;
    }

    .btn-web a {
        min-height: 6rem;
        padding: 2rem 2rem;
        background-position: right 1.5rem center;
        background-size: 20px auto;
        font-size: 1.5rem;
    }

    .btn-web a:hover {
        opacity: 1;
        transform: none;
    }

    .btn-tel,
    p.btn-tel {
        display: block;
        position: relative;
        max-width: 90%;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }

    .btn-tel::before {
        position: absolute;
        right: -0.5rem;
        bottom: -0.5rem;
        width: 100%;
        height: 100%;
        border: 1px solid #585b61;
        border-radius: 6rem;
        content: "";
    }

    .btn-tel a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        min-height: 6rem;
        margin: 0 auto;
        padding: 2rem 5rem;
        background: #25819b url(img/ico_tel.png) no-repeat 2rem center;
        background-size: 24px auto;
        border: 1px solid #194693;
        border-radius: 6rem;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        backface-visibility: hidden;
        transition: 0.2s;
        will-change: opacity;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .btn-tel a:hover {
        text-decoration: none;
        opacity: 1;
    }

    .btn-link,
    p.btn-link {
        position: relative;
        max-width: 90%;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }

    .btn-link::before {
        position: absolute;
        right: -0.5rem;
        bottom: -0.5rem;
        width: 100%;
        height: 100%;
        border: 1px solid #585b61;
        border-radius: 6rem;
        content: "";
    }

    .btn-link a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        min-height: 6rem;
        margin: 0 auto;
        padding: 2rem 4rem;
        background: #fff url(img/arrow02_navy.svg) no-repeat right 1.5rem center;
        background-size: 20px auto;
        border: 2px solid #062d59;
        border-radius: 6rem;
        box-sizing: border-box;
        color: #333;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        backface-visibility: hidden;
        transition: 0.2s;
        will-change: opacity;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .btn-link a:hover {
        text-decoration: none;
        opacity: 1;
    }


    /*--------------------------------------
        accordion
        ---------------------------------------*/
    .accordion-btn {
        width: 90%;
        margin: 0 auto 3rem auto;
        font-size: 1.5rem;
    }

    .accordion-btn:hover {
        opacity: 1;
    }


    /*--------------------------------------
        toc
        ---------------------------------------*/


    .toc-btn .ac-btn-off::before {
        font-size: 1.5rem;
    }

    .toc_parts {
        width: 100%;
        padding: 1.5rem;
        background: #fbfbfb url(img/toc_bg_01.png) no-repeat 1rem top;
        background-size: 24px auto;
    }

    #toc .chapter {
        padding: 0 0.5rem;
    }

    #toc .chapter li a {
        padding: 1.5rem 3rem;
        background: url(img/toc_bg_02.png) no-repeat right 1rem center;
        background-size: 15px auto;
        font-size: 1.4rem;
    }

    #toc .chapter li a::before {
        left: 1rem;
        top: 2.2rem;
    }


    /*--------------------------------------
        visArea
        ---------------------------------------*/
    #visArea.lower {
        background: url(img/mv_bg_03_sp.jpg) no-repeat center top 0;
    }

    #visArea.lower .siteName a {
        padding: 1.6rem 1.5rem 1.2rem 1.5rem;
        font-size: 1rem;
    }

    #visArea.lower .siteName a span {
        font-size: 2.4rem;
    }


    /*--------------------------------------
        addParts
        ---------------------------------------*/
    .addInner {
        width: 100%;
        padding: 0 1rem;
    }

    .en {
        margin: 0 0 1.5rem 0;
        font-size: 2.8rem;
    }

    .addParts-title {
        font-size: 2.4rem;
    }

    .addParts-title a {
        display: block;
        padding: 0 2rem 0 0;
    }

    p.lead {
        width: 100%;
    }

    p.lead span {
        border-bottom: 3px solid #f0c600;
        font-weight: 700;
    }


    /*--------------------------------------
        addParts01
        ---------------------------------------*/
    .addParts01 {
        padding: 4rem 0;
    }

    .addParts01 .notice {
        padding: 0 0 0 12rem;
        font-size: 1.3rem;
    }

    .table-scroll {
        max-width: 100%;
        width: 90rem;
        margin: 0;
        padding: 0 0 2rem 0;
        background: #fff;
        overflow-x: scroll;
    }

    .table-scroll table {
        width: 90rem;
        margin: 0;
        border-top: none;
    }

    .table-scroll table th,
    .table-scroll table td {
        display: table-cell;
        position: relative;
        width: auto;
        padding: 1rem 0.5rem;
        background: #f5f4f8;
        border: 2px solid #fff;
    }

    .table-scroll table th[scope="row"] {
        font-size: 1.4rem;
    }

    .table-scroll table td {
        font-size: 1.4rem;
    }

    .table-scroll table td.blank,
    .table-scroll table th[scope="row"] {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        top: 0;
        width: 11rem;
        z-index: 1;
    }

    .table-scroll table td.blank::before,
    .table-scroll table th[scope="row"]::before {
        position: absolute;
        left: -0.2rem;
        top: -0.2rem;
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        border-right: none;
        content: "";
    }

    .table-scroll table td.blank {
        background: none;
        border: none;
    }

    .table-scroll .label {
        font-size: 1.6rem;
    }

    .table-scroll .label span {
        font-size: 1.2rem;
    }

    .table-scroll .catch {
        font-size: 1.4rem;
    }

    .table-scroll .catch span {
        font-size: 2.1rem;
    }

    .table-scroll .name span {
        font-size: 2rem;
    }

    .table-scroll .fig img {
        width: auto;
        height: 16rem;
    }

    .table-scroll .btn-web,
    .table-scroll .btn-tel {
        margin: 2rem auto 0 auto;
    }

    .table-scroll .btn-internal {
        margin: 2rem auto 1rem auto;
    }

    .table-scroll .btn-web a,
    .table-scroll .btn-tel a,
    .table-scroll .btn-internal a {
        font-size: 1.4rem;
    }

    .table-scroll td:not([class])>span:not([class]) {
        border-bottom: 3px solid #f0c600;
        font-weight: 400;
    }

    .table-scroll td:not([class])>span.small {
        font-size: 1.2rem;
    }

    .table-scroll .tag {
        font-size: 1.3rem;
    }

    .popup-btn {
        min-height: 1.8rem;
        padding: 0 2.4rem 0 0;
        background: url(img/popup_ico_01.svg) no-repeat right 0.5rem center;
        background-size: 18px auto;
    }

    .popup-cnts {
        display: none;
        position: absolute;
        left: calc(100% + 1.5rem);
        top: 50%;
        transform: translateY(-50%);
        width: calc(100vw - 15rem);
        padding: 3rem 1.2rem 1.5rem 1.5rem;
        background: rgba(29, 65, 105, 0.9);
        color: #fff;
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: left;
        z-index: 10;
    }

    .popup-close {
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 15px;
        height: 15px;
        background: url(img/ico_close.png) no-repeat left top;
        background-size: contain;
    }

    .addParts01.lower .table-scroll .btn-web {
        margin: 2rem auto 0 auto;
    }

    .addParts01.lower .table-scroll .btn-tel {
        margin: 2rem auto 1rem auto;
    }

}


/* ==================
    関連記事
   ================== */
#related-article p {
    margin: 0;
}

#related-article.related-article01-frame {
    margin: 20px auto;
    padding: 30px 50px;
    background: #f5f4f8;
    position: relative;
}

#related-article .related-article01-title {
    padding: 0 0 0 1rem;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    background: url("./img/dummy-icon.png") no-repeat left center;
    background-size: 50px auto;
    position: relative;
}

#related-article .related-article01-title span {
    font-size: 20px;
    color: #333;
}

#related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 0 20px 0;
    border-top: 1px solid #D0D3E0;
    font-weight: 700;
}

#related-article .related-article01-list p {
    margin: 0;
}

#related-article .related-article01-list li {
    margin: 2rem 0 0;
    padding: 0 0 0 20px;
    font-size: 100%;
    line-height: 1.7;
    position: relative;
}

#related-article .related-article01-list li+li {
    margin-top: 10px;
}

#related-article .related-article01-list li::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #f08300;
    position: absolute;
    top: 0.8rem;
    left: 0;
}

#related-article .related-article01-list a {
    display: block;
    text-decoration: none;
}

#related-article .related-article01-list a:hover {
    opacity: 0.6;
}

#related-article .relations-box#related-article .relations-box--column {
    display: flex;
    gap: 10px;
}

#related-article .relations-box__pic {
    flex: 0 0 150px;
}

@media screen and (max-width: 480px) {
    #related-article .related-article01-frame {
        padding: 20px 25px;
        margin: 6rem 1rem 3rem;
    }

    #related-article .related-article01-title span {
        font-size: 16px;
    }

    #related-article .related-article01-list {
        margin: 15px 0 0 0;
        padding: 10px 0 0;
    }

    #related-article .related-article01-list li {
        margin: 10px 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 1.6;
    }

    #related-article .related-article01-list li:last-child {
        margin-bottom: 0;
    }

    #related-article.related-article01-frame {
        padding: 30px 3rem;
    }

}