@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 {
color: #33333f;
font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.8;
min-width: 110rem;
-webkit-font-smoothing: subpixel-antialiased;
word-break: break-word;
}

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

a {
color: inherit;
text-decoration: none;
}

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

.fl {
float: left;
}

.fr {
float: right;
}

.strong {
font-weight: 700;
}

.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 {
padding: 0.5rem 1rem;
}
header .headTopArea .rightTxt {
font-size: 1.2rem;
font-weight: 400;
line-height: 1.4;
text-align: right;
}
header .rightTxt::before {
display: inline-block;
width: 2.8rem;
height: 1.8rem;
margin: 0 0.5rem 0 0;
background: #000;
color: #fff;
font-size: 1.2rem;
line-height: 1.7rem;
text-align: center;
content: "PR";
}


/*--------------------------------------
Global Nav
---------------------------------------*/
#g-nav {
position: relative;
margin: 3rem auto;
background-color: #fff;
z-index: 100;
}
#g-nav ul {
display: flex;
justify-content: space-between;
width: 110rem;
margin: 0 auto;
height: auto;
}
#g-nav li {
position: relative;
width: 100%;
text-align: center;
}
#g-nav li::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 0.1rem;
height: calc(100% - 2rem);
border-left: 1px solid #000;
content: "";
}
#g-nav li:last-child::after {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 0.1rem;
height: calc(100% - 2rem);
border-right: 1px solid #000;
content: "";
}
#g-nav li a {
display: block;
position: relative;
width: 100%;
height: 100%;
padding: 1rem;
font-size: 1.3rem;
line-height: 1.4;
}
#g-nav li a span {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
border-bottom: 3px solid #fff;
}
#g-nav li a:hover {
opacity: 1;
}
#g-nav li a:hover span {
border-bottom: 3px solid #00b0cb;
}


/*--------------------------------------
Pankuzu
---------------------------------------*/
#pankuzuWrap {
margin: 0 0 5rem 0;
}
#pankuzu {
width: 110rem;
margin: 0 auto;
padding: 1rem 0;
font-size: 1.2rem;
}
#pankuzu span {
border-bottom: none;
color: inherit;
font-weight: inherit;
}


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

#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 3rem 0;
border-top: 2px solid #000;
}
#side .sideBox .sttl {
font-size: 1.5rem;
font-weight: 700;
}
#side .sideBox .sttl a {
display: block;
padding: 1.2rem;
}
#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: 0.1rem;
border-bottom: 1px solid #f0f0f0;
content: "";
}
#side .sideBox ul li a {
display: block;
padding: 1rem 2rem 1rem 1.2rem;
background: url(img/arrow_blue.png) no-repeat right 1rem center;
background-size: 5px auto;
font-size: 1.3rem;
text-decoration: none;
}
#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: 1rem 2.8rem 1rem 1.5rem;
}
#side .sideBox .subList li a::before {
margin: 0 0.5rem 0 0;
content: "└";
}


/*--------------------------------------
Footer
---------------------------------------*/
footer {
margin: 0;
padding: 0;
background-color: #33333f;
}
footer .areaInner {
width: 100%;
padding: 5rem 0;
}
footer .areaInner .inner {
position: relative;
width: 110rem;
margin: 0 auto;
}
footer .areaInner .logo {
margin: 0 0 2rem 0;
text-align: center;
}
footer .areaInner .logo img {
width: 29rem;
}
footer .areaInner .footBox {
margin: 0 0 3rem 0;
}
footer .areaInner .footBox .sttl {
margin: 0 0 1.5rem 0;
padding: 0 0 1rem 0;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
}
footer .areaInner .footBox .sttl a {
display: block;
margin: 0;
padding: 0.3rem 0 0.3rem 2rem;
background: url(img/foot_arrow.svg) no-repeat left center;
background-size: 11px auto;
color: inherit;
text-decoration: none;
}
footer .areaInner .footBox .sttl a:hover {
text-decoration: none;
opacity: 0.7;
}
footer .footBox ul {
padding: 0 2rem;
}
footer .areaInner .footBox .accChild {
padding: 0;
box-sizing: border-box;
}
footer .areaInner .footBox .accChild li.subCat {
width: 22%;
margin: 0 4% 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n+1) {
margin: 0 0 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat a {
display: inline-block;
padding: 0 0 0 1.5rem;
background: url(img/arrow_white.png) no-repeat 0.5rem 0.8rem;
background-size: 5px auto;
}
footer .areaInner .footBox .accChild li.subCat::after {
content: "";
}
footer .areaInner .footBox .accChild .pc+li::before {
/* content: "　|　"; */
color: #fff;
letter-spacing: 0;
}
footer .areaInner .footBox .accChild .pc+li::before {
/* content: "|　"; */
color: #fff;
letter-spacing: 0;
}
footer .areaInner .footBox .accChild .pc+li.subCat::before {
content: "";
}
footer .areaInner .footBox .accChild li {
float: left;
display: inline-block;
margin: 0;
}
footer .areaInner .footBox .accChild li a {
padding: 0;
color: #fff;
font-size: 1.3rem;
font-weight: 400;
}
footer .areaInner .footBox .accChild .subList {
margin: 0;
padding: 0 0 0 1.5rem;
}
footer .areaInner .footBox .accChild .subList li {
display: block;
float: none;
position: relative;
margin: 0;
padding: 0.2rem 0 0 0;
}
footer .areaInner .footBox .accChild .subList li::before {
position: absolute;
left: 0;
top: 0.2rem;
margin-right: 0.4rem;
color: #fff;
content: "└";
}
footer .areaInner .footBox .accChild .subList li a {
padding: 0 0 0 1.8rem;
background-image: none;
font-size: 1.3rem;
}
footer .areaInner .noticeArea {
width: 100%;
margin: 5rem auto 0 auto;
padding: 2.5rem 3rem;
background: #fff;
border-radius: 0;
box-sizing: border-box;
}
footer .areaInner .noticeArea p {
margin: 0;
font-size: 1.2rem;
}
footer .areaInner p.ucp {
margin: 2.5rem auto 0 auto;
color: #fff;
font-size: 1.2rem;
text-align: center;
}
footer .botArea {
background-color: #fff;
}
footer .botArea .inner {
width: 110rem;
margin: 0 auto;
padding: 1.5rem 0;
}
footer .botArea .inner.cf {
content: none;
}
footer p.sitemap a {
float: right;
padding: 0.5rem 0;
font-size: 1.2rem;
line-height: 1.4;
text-align: right;
text-decoration: underline;
}
footer p.sitemap a:hover {
text-decoration: none;
}
footer p.copy {
float: left;
padding: 0.5rem 0;
font-size: 1.2rem;
line-height: 1.4;
text-align: left;
}
footer a:hover {
text-decoration: underline;
}


/*--------------------------------------
PageTop
---------------------------------------*/
#page-top {
position: fixed;
right: 2rem;
bottom: 2rem;
width: 6rem;
z-index: 100;
}
#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: 2px solid #ff8c00;
font-weight: 700;
}


.marker{
    border-bottom: 2px solid #ff8c00;
    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 .tit-box {
margin: 0 0 5rem 0;
text-align: center;
}
.main-low h1:not([class]) {
display: inline-block;
position: relative;
padding: 0 10rem;
font-size: 3.6rem;
}
.main-low h1:not([class])::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 7rem;
height: 0.2rem;
background: #33333f;
content: "";
}
.main-low h1:not([class])::after {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 7rem;
height: 0.2rem;
background: #33333f;
content: "";
}

.main-low h2:not([class]) {
margin: 8rem 0 4rem 0;
padding: 2.5rem 2rem;
background: #e9f3f5;
font-size: 3rem;
}
.main-low h2:not([class])::before {
position: absolute;
left: 0;
top: 0.7rem;
width: 100%;
height: 0.1rem;
border-bottom: 1px solid #00b0cb;
content: "";
}
.main-low h2:not([class])::after {
position: absolute;
left: 0;
bottom: 0.7rem;
width: 100%;
height: 0.1rem;
border-top: 1px solid #00b0cb;
content: "";
}

.main-low h3:not([class]) {
margin: 7rem 0 4rem 0;
padding: 0 2rem 0.2rem 1.5rem;
border-left: 6px solid #00b0cb;
font-size: 2.4rem;
}

.main-low h4:not([class]),
.main-low h5:not([class]),
.main-low h6:not([class]) {
margin: 4rem 0 3rem 0;
padding: 0 2rem 0.8rem 1.5rem;
border-bottom: 1px solid #33333f;
font-size: 2.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/arrow_black.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
title
---------------------------------------*/
.matome {
display: flex;
align-items: center;
position: relative;
min-height: 9.5rem;
margin: 3rem 0;
padding: 1.5rem 2rem 1.5rem 9.5rem;
border-bottom: 1px solid #33333f;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.matome::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 8rem;
height: 8rem;
background: url(img/title_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.matome 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;
}


/*--------------------------------------
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: 1.1rem;
width: 1rem;
height: 1rem;
background: #ff8c00;
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.5rem;
width: 2rem;
height: 2rem;
background: #ff8c00;
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;
}
table th {
padding: 1rem 1.5rem;
background: #00b0cb;
border: 1px solid #999;
color: #fff;
font-weight: 700;
text-align: center;
}
table td {
padding: 1rem 1.5rem;
background: #fff;
border: 1px solid #999;
}


/*--------------------------------------
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: 50rem;
margin: 0 auto 2rem auto;
text-align: center;
}
.float-wrap .catch {
margin: 0 0 1.5rem 0;
color: #00b0cb;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
text-align: left;
}
.float-wrap.ct .catch {
text-align: center;
}
.float-wrap .catch a {
display: inline-block;
padding: 0 3rem 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 0 1em 0;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.frame-wrap::after {
display: block;
width: calc((100% - 5rem) / 3);
content: "";
}
.frame-wrap .frame {
width: calc((100% - 5rem) / 3);
margin: 0 0 4rem 0;
background: #fff;
border: 1px solid #00b0cb;
}
.frame-wrap .frame-head {
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
background: #f3fafb;
}
.frame-wrap .frame-head .ttl {
width: 100%;
color: #333;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.frame-wrap .frame-head .ttl a {
display: block;
padding: 0 2rem 0 0;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.frame-wrap .frame-body {
padding: 3rem 2rem;
}
.frame-wrap .frame-body p:not([class]) {
margin: 0;
}
.frame-wrap .frame-body .ttl {
margin: 0 0 1.5rem 0;
padding: 0.5rem;
background: #33333f;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.frame-wrap .frame-body .tags {
display: flex;
align-items: center;
margin: 0 0 1.2rem 0;
}
.frame-wrap .frame-body .tags .inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
.frame-wrap .frame-body .tags .inner::after {
display: block;
width: calc((100% - 1.6rem) / 3);
content: "";
}
.frame-wrap .frame-body .tags .tag {
display: flex;
align-items: center;
justify-content: center;
width: calc((100% - 1.6rem) / 3);
margin: 0 0 0.8rem 0;
height: 5.8rem;
background: #fff;
border: 1px solid #00b0cb;
border-radius: 0.3rem;
color: #00b0cb;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.frame-wrap .frame-body table {
margin: 2rem 0 0 0;
font-size: 1.4rem;
}
.frame-wrap .frame-body table th,
.frame-wrap .frame-body table td {
padding: 0.8rem;
line-height: 1.4;
}
.frame-wrap .frame-body table th {
width: 8rem;
}


/*--------------------------------------
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 a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 7rem;
margin: 0 auto;
padding: 2rem 4rem;
background: #00b0cb url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 7px auto;
border-radius: 6rem;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
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 a:hover {
opacity: 0.7;
}

.btn-web,
p.btn-web {
position: relative;
max-width: 45rem;
margin: 4rem auto;
padding: 0;
text-align: center;
}
.btn-web a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 7rem;
margin: 0 auto;
padding: 2rem 4rem;
background: #ff8c00 url(img/arrow_white.png) no-repeat right 2rem center;
background-size: 7px auto;
border-radius: 6rem;
box-sizing: border-box;
color: #fff;
font-size: 1.8rem;
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 {
opacity: 0.7;
}

.btn-link {
margin: 4rem 0;
padding: 0;
text-align: right;
}
.btn-link a {
display: inline-block;
position: relative;
min-height: 1.6rem;
padding: 0.1rem 0 0.3rem 2.2rem;
background: url(img/arrow_link.png) no-repeat left center;
background-size: 16px auto;
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: flex;
align-items: center;
justify-content: center;
position: relative;
width: 37rem;
min-height: 7rem;
margin: 0 auto 4rem auto;
padding: 2rem 6rem;
background: #33333f;
border-radius: 6rem;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
cursor: pointer;
transition: 0.2s;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.accordion-btn::before {
position: absolute;
top: 50%;
right: 2rem;
width: 2.4rem;
height: 0.1rem;
border-bottom: 1px solid #fff;
content: "";
transform: translate(0, -50%);
z-index: 2;
}
.accordion-btn::after {
position: absolute;
right: 3.1rem;
top: 50%;
width: 0.1rem;
height: 2.4rem;
border-left: 1px solid #fff;
content: "";
transform: translate(0, -50%);
transition: 0.3s ease all;
z-index: 2;
}
.accordion-btn:hover {
opacity: 0.7;
}
.accordion-btn.is-open::after {
transform: translate(0, -50%) rotate(-90deg);
}


/*--------------------------------------
toc
---------------------------------------*/
.block-toc {
margin: 0 auto 4rem auto;
}
.block-toc .accordion-btn {
margin: 0 auto;
}
.toc_parts {
margin: 4rem 0 0 0;
padding: 3rem 4rem 2rem 4rem;
background: #f5f9fa;
}
.toc_parts .ttl {
padding: 0 0 0 1rem;
border-left: 4px solid #00b0cb;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
#toc {
margin: 1.5rem 0 0 0;
border-top: 1px solid #33333f;
}
#toc .chapter {
margin: 0 0 2rem 0;
padding: 0 1rem;
counter-reset: count;
}
#toc .chapter .chapter-h {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 4rem;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.8;
counter-increment: count;
}
#toc .chapter .chapter-h:last-child {
margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
position: absolute;
left: 0;
top: 1.4rem;
transform: translateY(-50%);
width: auto;
height: auto;
background: none;
border-radius: 0;
color: #00b0cb;
font-size: 2rem;
font-weight: 700;
content: counter(count, decimal-leading-zero);
}
#toc .chapter .chapter-h a {
text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
opacity: 0.7;
}
#toc li.chapter-h.chapter-h-three {
margin: 0.5rem 0 0.5rem 4rem;
padding: 0 0 0 1.5rem;
font-size: 1.5rem;
counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
position: absolute;
left: 0;
top: 0.7rem;
transform: rotate(180deg);
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #333;
border-right: 1px solid #333;
content: "";
}
#toc li.chapter-h.chapter-h-three a {
font-weight: normal;
}
#toc li.chapter-h.chapter-h-three span {
font-weight: 400;
}
#toc .chapter br {
display: none;
}
.block-toc .accordion-btn {
background: #f5f9fa;
color: #33333f;
}
.block-toc .accordion-btn::before {
border-bottom: 1px solid #33333f;
}
.block-toc .accordion-btn::after {
border-left: 1px solid #33333f;
}


/*--------------------------------------
related
---------------------------------------*/
#related-article p:not([class]) {
margin: 0;
}
#related-article.related-article01-frame {
position: relative;
margin: 4rem auto;
padding: 4rem 5rem;
background: #f5f9fa;
}
#related-article .related-article01-title {
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
#related-article .related-article01-list {
margin: 1rem 0 0 0;
padding: 0 2rem;
border-top: 1px solid #33333f;
}
#related-article .related-article01-list li {
position: relative;
margin: 2rem 0 0 0;
padding: 0 0 0 3.2rem;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
}
#related-article .related-article01-list li::before {
position: absolute;
left: 0;
top: 0.2rem;
width: 1.5rem;
height: 1.5rem;
background: #00b0cb;
border-radius: 50%;
content: "";
}
#related-article .related-article01-list li + li {
margin: 1rem 0 0 0;
}
#related-article .related-article01-list a {
text-decoration: none;
}
#related-article .related-article01-list a:hover {
opacity: 0.6;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
display: flex;
align-items: center;
justify-content: center;
height: 12rem;
background: url(img/mv_bg_02.png) no-repeat center top;
background-size: cover;
text-align: center;
}
#visArea.lower .siteName img {
width: 29rem;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none;
position: fixed;
right: 0;
bottom: 12rem;
width: 24.5rem;
box-sizing: border-box;
z-index: 310;
}
.block-banner a {
display: block;
width: 100%;
padding: 16rem 1rem 2rem 1rem;
background: url(img/banner_bg_01.jpg) no-repeat center top, url(img/banner_bg_02.png) no-repeat right 0.6rem bottom 0.6rem, #00b0cb;
background-size: 100% auto, 11px auto;
color: #fff;
font-size: 1.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
transition: 0.2s;
}
.block-banner a span {
font-size: 1.3rem;
}
.block-banner a:hover {
opacity: 0.7;
}


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

.block-title {
position: relative;
margin: 0 0 5rem 0;
padding: 2rem 3rem;
background: #f4f8f9;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.block-title::before {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 10rem 10rem 0 0;
border-color: #00b0cb transparent transparent transparent;
content: "";
}
.block-title .catch {
display: inline-block;
position: relative;
margin: 0 0 0.5rem 0;
padding: 0 8rem;
color: #00b0cb;
font-size: 2.4rem;
}
.block-title .catch::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 6rem;
height: 0.2rem;
background: #33333f;
content: "";
}
.block-title .catch::after {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 6rem;
height: 0.2rem;
background: #33333f;
content: "";
}
.addParts-title {
font-size: 3.6rem;
}
.addParts-title a {
display: inline-block;
padding: 0 4rem;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}
.block-title span.catch {
display: inline-block;
}
.block-title span.addParts-title {
display: block;
}

p.lead {
margin: 0 auto 4rem auto;
}
p.lead span {
border-bottom: 2px solid #ff8c00;
font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 7rem 0;
background: url(img/add01_bg_01.jpg) no-repeat center top;
background-size: cover;
}
.addParts01 .block-title {
padding: 0;
background: none;
}
.addParts01 .block-title::before {
display: none;
content: none;
}
.addParts01 p.note {
margin: 2rem 0 0 0;
font-size: 1.4rem;
}
.addParts01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts01 .block::after {
display: block;
width: calc((100% - 5rem) / 3);
content: "";
}
.addParts01 .block .box {
position: relative;
width: calc((100% - 5rem) / 3);
background: rgb(255, 255, 255, 0.9);
}
.addParts01 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 2rem 1rem 5rem 1rem;
background: #33333f;
text-align: center;
}
.addParts01 .block .box-head::before {
position: absolute;
left: 0;
bottom: 0;
width: 51%;
height: 3rem;
background: #fff;
background-size: 6px 1px;
border-radius: 0 10rem 0 0;
content: "";
}
.addParts01 .block .box-head::after {
position: absolute;
right: 0;
bottom: 0;
width: 51%;
height: 3rem;
background: #fff;
background-size: 6px 1px;
border-radius: 10rem 0 0 0;
content: "";
}
.addParts01 .block .box-head .catch {
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.addParts01 .block .box-head .catch span {
font-size: 2.4rem;
}
.addParts01 .block .box-head .catch span span {
color: #ff8c00;
font-size: 3rem;
}
.addParts01 .block .box-body .catch {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: 0 0 4rem 0;
padding: 1rem;
border: 2px solid #59c2ff;
color: #111;
font-size: 2.2rem;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .catch::before {
position: absolute;
left: 50%;
top: 100%;
transform: translateX(-50%);
width: 2.5rem;
height: 1.7rem;
background: url(img/add01_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.addParts01 .block .box-body {
padding: 0 1.8rem 4rem 1.8rem;
}
.addParts01 .block .box-body .name {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 3rem 0;
color: #333;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .fig {
text-align: center;
}
.addParts01 .block .box-body .fig + .caption {
text-align: center;
}
.addParts01 .block .box-body .tags {
display: flex;
align-items: center;
margin: 2rem 0 0 0;
}
.addParts01 .block .box-body .tags .inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
.addParts01 .block .box-body .tags .inner::after {
display: block;
width: calc((100% - 2rem) / 3);
content: "";
}
.addParts01 .block .box-body .tags .tag {
display: flex;
align-items: center;
justify-content: center;
width: calc((100% - 2rem) / 3);
height: 5.8rem;
background: #fff;
border: 1px solid #00b0cb;
border-radius: 0.3rem;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body .tags .tag:nth-child(n+4) {
margin: 1rem 0 0 0;
}
.addParts01 .block .box-body .ttl {
display: flex;
align-items: center;
justify-content: center;
margin: 3rem 0 1.5rem 0;
padding: 1.5rem 0.5rem;
background: #f4f4f4;
color: #00b0cb;
font-size: 1.9rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts01 .block .box-body ul:not([class]) {
margin: 0;
}
.addParts01 .block .box-body ul:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 2rem;
}
.addParts01 .block .box-body ul:not([class]) li:last-child {
margin: 0;
}
.addParts01 .block .box-body ul:not([class]) li::before {
position: absolute;
left: 0;
top: 1.1rem;
width: 1rem;
height: 1rem;
background: #ff8c00;
border-radius: 50%;
content: "";
}
.addParts01 .block .box-body ul:not([class]) li > span {
border-bottom: 2px solid #ff8c00;
font-weight: 700;
}
.addParts01 .block .box-body .btn-web {
margin: 3rem auto 0 auto;
}
.addParts01 .block .box-body .btn-web a {
padding: 2rem 3rem;
font-size: 1.6rem;
}

.product-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.product-img img {
    order: 1;
    max-width: 35%;
    height: fit-content;
}
.main .product-img p {
    order: 2;
    flex-grow: 1;
    margin: 0;
    width: 30%;
}
.product-img .caption {
    order: 3;
    width: 100%;
    text-align: right;
    flex-basis: 100%;
}






































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

html,
body {
position: relative;
width: 100%;
scroll-padding-top: 6.1rem;
}

.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%;
line-height: 1.8;
}

a:hover {
opacity: 1;
}


/*--------------------------------------
Header
---------------------------------------*/
header .headTopArea {
width: 100%;
}
header .headTopArea .rightTxt {
padding: 0 1rem;
text-align: right;
font-weight: 400;
font-size: 1.2rem;
line-height: 1.4;
text-align: center;
}


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

#navWrap .navTop {
position: fixed;
top: 0;
width: 100%;
background-color: #fff;
border-bottom: 1px solid #b5b5b5;
opacity: 0;
transition: all 0.3s ease;
z-index: -1;
}

body.open #navWrap .navTop {
top: 0 !important;
opacity: 1 !important;
z-index: 9999 !important;
}

#navWrap .navTopInner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
padding: 0.5rem 0;
position: relative;
}

#navWrap .siteName {
display: flex;
align-items: center;
justify-content: center;
width: 20rem;
padding: 0.5rem 1rem;
text-align: center;
}

#navWrap .siteName img {
width: 20rem;
height: auto;
}

span.nd {
display: none;
}

#navWrap .recommendBtn {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: calc(100% - 24.1rem);
padding: 0 1rem;
background: #00b0cb;
color: #fff;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.2;
text-align: center;
}

#navWrap .recommendBtn::after {
position: absolute;
right: 0.5rem;
bottom: 0.5rem;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 8px 8px;
border-color: transparent transparent #fff transparent;
content: "";
}

#navWrap .recommendBtn span span {
border-bottom: 1px solid #fff;
}

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

#menuBtn .menu {
width: 21px;
height: 16px;
position: absolute;
top: calc(50% - 8px);
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 {
position: fixed;
top: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
background-color: #f3fafd;
z-index: 999;
display: none;
}

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

#navSp a {
text-decoration: none;
}

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

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

#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 {
border-bottom: 1px solid #ccc;
padding: 0;
margin: 0;
}

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

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

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

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

#navSp .navBox .accChild li .subList li a {
padding-left: 4rem;
position: relative;
}

#navSp .navBox .accChild li .subList li a::before {
content: "└";
display: block;
position: absolute;
top: 14px;
left: 22px;
margin-right: 0.4rem;
}

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%;
}

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

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

footer .areaInner .logo img {
width: 28rem;
}

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

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: 1rem 4rem 1rem 4%;
background: url("img/arrow_white_down.png") right 10px center no-repeat;
background-size: 10px auto;
font-size: 1.4rem;
transition: none;
}

footer .areaInner .footBox .sttl a:hover {
opacity: 1;
}

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

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

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

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: #33333f;
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: #fff;
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: #fff;
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: #fff;
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 .tit-box {
margin: 0 0 4rem 0;
}
.main-low h1:not([class]) {
padding: 0 3.5rem;
font-size: 2.4rem;
}
.main-low h1:not([class])::before {
width: 2.5rem;
}
.main-low h1:not([class])::after {
width: 2.5rem;
}

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

.main-low h3:not([class]) {
margin: 3rem 0 2rem 0;
padding: 0 1.5rem 0.1rem 1.2rem;
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 1rem;
font-size: 1.6rem;
}


/*--------------------------------------
title
---------------------------------------*/
.matome {
min-height: 7.5rem;
margin: 3rem 0 2rem 0;
padding: 1.5rem 1.5rem 1.5rem 7rem;
font-size: 1.8rem;
}
.matome::before {
width: 6rem;
height: 6rem;
}


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

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


/*--------------------------------------
table
---------------------------------------*/
table {
width: 100%;
margin: 3rem auto;
border-top: 1px solid #999;
}
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.8rem;
}
.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%;
}


/*--------------------------------------
frame-wrap
---------------------------------------*/
.frame-wrap {
display: block;
}
.frame-wrap::after {
display: none;
content: none;
}
.frame-wrap .frame {
width: 100%;
margin: 0 0 3rem 0;
}
.frame-wrap .frame-head .ttl {
font-size: 2rem;
}
.frame-wrap .frame-body {
padding: 3rem 2rem;
}
.frame-wrap .frame-body .ttl {
font-size: 1.6rem;
}
.frame-wrap .frame-body table th {
width: 100%;
}


/*--------------------------------------
btns
---------------------------------------*/
.btn-internal,
p.btn-internal {
max-width: 90%;
margin: 3rem auto;
}
.btn-internal a {
min-height: 6rem;
border-radius: 10rem;
font-size: 1.5rem;
}
.btn-internal a:hover {
opacity: 1;
}

.btn-web,
p.btn-web {
max-width: 90%;
margin: 3rem auto;
}
.btn-web a {
min-height: 6rem;
border-radius: 10rem;
font-size: 1.5rem;
}
.btn-web a:hover {
opacity: 1;
}

.btn-tel,
p.btn-tel {
display: block;
position: relative;
max-width: 90%;
margin: 3rem auto;
padding: 0;
text-align: center;
}
.btn-tel a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
min-height: 6rem;
margin: 0 auto;
padding: 2rem 4rem;
background: #00b0cb url(img/ico_tel.png) no-repeat 1.5rem center;
background-size: 22px auto;
border-radius: 10rem;
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 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/arrow_link.png) no-repeat right 1.5rem center;
background-size: 16px auto;
border: 1px solid #00b0cb;
border-radius: 10rem;
box-sizing: border-box;
color: #33333f;
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%;
min-height: 6rem;
margin: 0 auto 3rem auto;
font-size: 1.5rem;
}


/*--------------------------------------
toc
---------------------------------------*/
.toc_parts {
width: 100%;
margin: 0 auto 3rem auto;
padding: 1.5rem;
}
.toc_parts .ttl {
font-size: 1.8rem;
}
#toc {
margin: 1rem 0 0 0;
padding: 1rem 0 0 0;
}
#toc .chapter {
margin: 0;
padding: 0;
}
#toc .chapter .chapter-h {
margin: 1rem 0;
padding: 0 0 0 3rem;
font-size: 1.4rem;
line-height: 1.6;
}
#toc ul.chapter .chapter-h::before {
top: 1rem;
font-size: 1.8rem;
}
#toc li.chapter-h.chapter-h-three {
margin: 0.5rem 0 0.5rem 3rem;
}
#toc li.chapter-h.chapter-h-three::before {
top: 0.7rem;
width: 6px;
height: 6px;
}
#toc li.chapter-h-three + .chapter-h-two {
margin-top: 2rem;
}
.main-index .block-toc {
margin: 0 auto;
padding: 0 0 1rem 0;
}
.block-toc .accordion-btn {
margin: 0 auto 3rem auto;
}


/*--------------------------------------
related
---------------------------------------*/
#related-article.related-article01-frame {
padding: 2rem;
}
#related-article .related-article01-title {
font-size: 1.8rem;
}
#related-article .related-article01-list {
margin: 1rem 0 0 0;
padding: 0 1rem;
}
#related-article .related-article01-list li {
padding: 0 0 0 2rem;
}
#related-article .related-article01-list li::before {
top: 0.5rem;
width: 1.2rem;
height: 1.2rem;
}
#related-article .related-article01-list a:hover {
opacity: 1;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea.lower {
height: 9rem;
background: #e9f7fc url(img/mv_bg_03.png) no-repeat center top;
background-size: cover;
}
#visArea.lower .mainArea {
width: 100%;
padding: 0;
text-align: center;
}
#visArea.lower .siteName img {
width: 28rem;
}


/*--------------------------------------
banner
---------------------------------------*/
.block-banner {
display: none !important;
}


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

.block-title {
margin: 0 0 3rem 0;
padding: 1.5rem 2rem;
}
.block-title::before {
border-width: 5rem 5rem 0 0
}
.block-title .catch {
padding: 0 3.5rem;
font-size: 1.8rem;
}
.block-title .catch::before {
width: 2.5rem;
}
.block-title .catch::after {
width: 2.5rem;
}
.addParts-title {
font-size: 2.4rem;
}
.addParts-title a {
display: inline-block;
padding: 0 4rem;
background: url(img/arrow_blue.png) no-repeat right center;
background-size: 8px auto;
color: inherit;
text-decoration: none;
}

p.lead {
margin: 0 auto 4rem auto;
}
p.lead span {
border-bottom: 2px solid #ff8c00;
font-weight: 700;
}


/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 {
padding: 5rem 0;
background: #c3e4ea url(img/add01_bg_01.jpg) no-repeat center top;
background-size: 150% auto;
}
.addParts01 p.note {
font-size: 1.2rem;
}
.addParts01 .block {
display: block;
}
.addParts01 .block::after {
display: none;
content: none;
}
.addParts01 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.addParts01 .block .box:last-child {
margin: 0;
}
.addParts01 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 2rem 1rem 5rem 1rem;
background: #33333f;
text-align: center;
}
.addParts01 .block .box-head::before {
position: absolute;
left: 0;
bottom: 0;
width: 51%;
height: 3rem;
background: #fff;
background-size: 6px 1px;
border-radius: 0 10rem 0 0;
content: "";
}
.addParts01 .block .box-head::after {
position: absolute;
right: 0;
bottom: 0;
width: 51%;
height: 3rem;
background: #fff;
background-size: 6px 1px;
border-radius: 10rem 0 0 0;
content: "";
}
.addParts01 .block .box-head .catch {
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.addParts01 .block .box-head .catch span {
font-size: 2rem;
}
.addParts01 .block .box-head .catch span span {
color: #ff8c00;
font-size: 2.6rem;
}
.addParts01 .block .box-body .name {
font-size: 2rem;
}
.addParts01 .block .box-body .ttl {
font-size: 1.7rem;
}
.addParts01 .block .box-body ul:not([class]) {
margin: 0;
}
.addParts01 .block .box-body ul:not([class]) li {
position: relative;
margin: 0 0 0.6rem 0;
padding: 0 0 0 2rem;
}
.addParts01 .block .box-body ul:not([class]) li:last-child {
margin: 0;
}
.addParts01 .block .box-body ul:not([class]) li::before {
position: absolute;
left: 0;
top: 1.1rem;
width: 1rem;
height: 1rem;
background: #ff8c00;
border-radius: 50%;
content: "";
}
.addParts01 .block .box-body ul:not([class]) li > span {
border-bottom: 2px solid #ff8c00;
font-weight: 700;
}
.addParts01 .block .box-body .btn-web,
.addParts01 .block .box-body .btn-tel {
max-width: 100%;
margin: 3rem auto 0 auto;
}
.addParts01 .block .box-body .btn-web a {
font-size: 1.5rem;
}
.product-img {
    display: flex;
    flex-direction: column;
}
.product-img img {
    order: 1;
    margin: auto;
    width: 100%;
    max-width: none;
}
.main .product-img p {
    order: 3;
    width: auto;
}
.product-img .caption {
    order: 2;
    text-align: center;
    width: auto;
    margin: 0 0 1.5rem;
}

}
