@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;
}
/* CSS Document */
/*--------------------------------------
　Base
---------------------------------------*/
html { font-size: 62.5%; }
body {
 color: #141414;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
 font-size: 1.6rem;
 line-height: 1.8;
 min-width: 1100px;
 -webkit-font-smoothing: subpixel-antialiased;
 word-break: break-word;
}
img {
 max-width: 100%;
 height: auto;
}
a {
 color: inherit;
 text-decoration: underline;
}
@media screen and (min-width: 480px) {
 a:hover, a:hover img { opacity: 0.6; }
}
.fl { float: left; }
.fr { float: right; }
p:not([class]) { margin: 2rem 0; }
span:not([class]) {
 font-weight: bold;
 background:linear-gradient(to bottom, transparent 60%, #ffc6c6 60%);
}
.pc { display: block !important; }
.sp { display: none !important; }
.sp_br { display: none; }
.caption { 
 display: block;
 margin: 1rem 0 0;
 font-size: 1rem;
 color: #999;
 line-height: 1.4;
 word-break: break-all;
}
.caption a { color: inherit; }
ul {
 margin: 0;
 padding: 0;
 vertical-align: baseline;
}
img { vertical-align: top; }
li {
 list-style-type: none;
 vertical-align: baseline;
}
.cf:before, .cf:after {
 display: table;
 content: " ";
}
.cf:after { clear: both; }
*, *:before, *:after { box-sizing: border-box; }
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
 background: #000;
 padding: 2px 0;
}
header .headTopArea {
 width: 1100px;
 margin: 5px auto;
}
header .headTopArea .rightTxt {
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
 font-size: 1.2rem;
 font-weight: 400;
 line-height: 1.4;
 text-align: right;
 color: #fff;
}
header .headTopArea .rightTxt a {
 color: #fff;
 display: inline;
 text-decoration: none;
}
header .headTopArea .rightTxt:before {
 content: "PR";
 display: inline-block;
 background: #fff;
 color: #000;
 text-align: center;
 width: 3rem;
 margin-right: 1rem;
 font-size: 1.4rem;
}
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
 position: relative;
 z-index: 1;
 margin: 0 auto;
}
#visArea .mainArea {
 display: table;
 background: url("img/mv_pic_ct.jpg") center top no-repeat;
 background-size: cover;
 height: 162px;
 width: 100%;
 max-width: 2000px;
 margin: 0 auto;
 position: relative;
}
#visArea .mainArea .mainAreaInner {
 display: table-cell;
 vertical-align: middle;
}
#visArea .mainArea .siteNameArea {
 margin: 0;
}
#visArea .mainArea .siteName {
 font-size: 2.4rem;
 line-height: 1.4;
 letter-spacing: 0.1em;
 text-align: center;
 margin: 0 0 8px;
}
#visArea .mainArea .siteName a {
 text-decoration: none;
 display: inline-block;
 color: #000;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 margin: auto;
 padding: 65px 0 0;
 background: url("img/logo.jpg") no-repeat center top / 93px auto;
 font-weight: bold;
 font-size: 3rem;
 line-height: 1;
}
#visArea .mainArea .siteName a .small {
 display: inline-block;
 font-size:2rem;
}
/*--------------------------------------
　PCハンバーガーメニュー
---------------------------------------*/
.bargBg.pc {
 background: #000000;
 position: fixed;
 top: 15px;
 right: 15px;
 z-index: 900;
 transform: translateX(0);
 transition: transform 0.5s;
 width: 60px;
 height: 60px;
 cursor: pointer;
}
.bargBg.active { transform: translateX(-300px); }
.bargBg span {
 display: inline-block;
 box-sizing: border-box;
 position: absolute;
 left: 16px;
 width: 29px;
 height: 2px;
 background: #fff;
 border-bottom: none;
}
.bargBg.active span { background-color: #fff; }
.bargBg span:nth-of-type(1) { top: 16px; }
.bargBg.active span:nth-of-type(1) { transform: translateY(12px) rotate(-45deg); }
.bargBg span:nth-of-type(2) { top: 28px; }
.bargBg.active span:nth-of-type(2) { opacity: 0; }
.bargBg span:nth-of-type(3) { top: 40px; }
.bargBg.active span:nth-of-type(3) { transform: translateY(-12px) rotate(45deg); }
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
 background-color: #fff;
 margin: 0 auto;
 z-index: 100;
 border-bottom: 1px solid #bbbbbb;
}
#g-nav ul {
 display: flex;
 justify-content: space-between;
 width: 1100px;
 height: auto;
 margin: 0 auto;
}
#g-nav li {
 width: 100%;
 min-height: 80px;
 text-align: center;
 position: relative;
}
#g-nav li::before {
 content: "";
 background: linear-gradient(#bbb, #bbb);
 background-size: 1px 1px;
 width: 1px;
 height: calc(100% - 40px);
 position: absolute;
 top: 50%;
 left: 0;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}
#g-nav li:last-child::after {
 content: "";
 background: linear-gradient(#bbb, #bbb);
 background-size: 1px 1px;
 width: 1px;
 height: calc(100% - 40px);
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}
#g-nav li a {
 display: table;
 width: 100%;
 height: 100%;
 font-size: 1.3rem;
 font-weight: 500;
 line-height: 1.6;
 padding: 20px 12px;
 position: relative;
}
#g-nav li a span {
 display: table-cell;
 vertical-align: middle;
 font-weight: inherit;
 color: inherit;
 border-bottom: none;
}
#g-nav li a:hover::after {
 content: "";
 width: 100%;
 height: 3px;
 background-color: #5b4c06;
 position: absolute;
 left: 0;
 bottom: 2px;
 opacity: 1;
}
#g-nav li a:hover {
 opacity: 0.7;
}
#g-nav-top {
 width: 300px;
 height: 100%;
 background-color: #dae0eb;
 position: fixed;
 top: 0;
 right: 0;
 z-index: 999;
 transform: translate(300px);
 transition: all 0.5s;
 overflow-y: scroll;
 -ms-overflow-style: none;
 scrollbar-width: none;
}
#g-nav-top::-webkit-scrollbar {
 display: none;
}
#g-nav-top.open {
 transform: translateZ(0);
 cursor: pointer;
}
#g-nav-top li {
 color: #333;
 text-align: center;
}
.header-menu ul.accordion ul {
 display: none;
}
#g-nav-top .accordion li {
 border-bottom: 1px solid #ccc;
 margin: 0;
}
#g-nav-top .accordion li a {
 display: block;
 text-align: left;
 padding: 15px;
 font-size: 14px;
 font-size: 1.4rem;
 color: #000;
 position: relative;
}
#g-nav-top .accordion li .tglMenu {
 text-align: left;
 color: #000;
 padding: 15px 35px 15px 15px;
 position: relative; 
}
#g-nav-top .accordion li .tglMenu::after {
 content: "";
 width: 6px;
 height: 10px;
 background: url(img/arrow01_black.svg) no-repeat center top / 100% auto;
 position: absolute;
 right: 14px;
 top: 50%;
 transform: translateY(-50%) rotate(90deg);
}
#g-nav-top .accordion li .tglMenu.open::after { transform: translateY(-50%) rotate(-90deg); }
#g-nav-top .accordion li .tglMenu.open::before { transform: rotateZ(-90deg); }
#g-nav-top .accordion li a, #g-nav-top .accordion li .tglMenu { line-height: 2rem; }
#g-nav-top .accordion li ul li a {
 text-decoration: none;
 padding: 15px 30px 15px 15px;
 color: #000;
 background: rgba(255, 255, 255, 0.8) url("img/arrow01_black.svg") 95.5% center no-repeat;
 background-size: 6px auto;
}
#g-nav-top .accordion li ul li {
 border-bottom: none;
 border-top: 1px solid #ccc;
 margin: 0;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
 margin: 0;
}
#pankuzu {
 font-size: 1.3rem;
 margin: 0 auto;
 padding: 12px 0;
 width: 1100px;
}
#pankuzu span {
 background: none;
 font-weight: inherit;
 color: inherit;
 display: inline-block;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
 width: 1100px;
 margin: 0 auto 0;
 padding: 0 0 80px;
}
#index {
 width: 100%;
 margin: 0 auto;
}
#category, #page {
 float: left;
 width: 830px;
 margin: 0;
}
.addInner {
 width: 1100px;
 max-width: 100%;
 margin: 0 auto;
 padding: 8rem 0 8rem;
}
.addTxt {
 padding: 0 10%;
 margin: 0 0 4rem;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
 float: right;
 width: 220px;
}
#side a { text-decoration: none; }
#side .sideBox {
 margin: 0 0 30px;
 border-top: 2px solid #333;
}
#side .sideBox .sttl { font-size: 1.5rem; }
#side .sideBox .sttl a {
 display: block;
 padding: 15px;
 font-weight: 700;
}
#side .sideBox ul {
 display: none;
 padding: 0;
 margin: 0;
}
#side .sideBox ul li {
 background-image: none;
 padding: 0;
 position: relative;
 margin: 0;
}
#side .sideBox ul li::before {
 content: "";
 background: linear-gradient(to right, rgba(187, 187, 187, 1), rgba(187, 187, 187, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
 background-size: 6px 1px;
 width: 100%;
 height: 1px;
 position: absolute;
 top: 0;
 left: 0;
}
#side .sideBox ul li a {
 display: block;
 padding: 10px 25px 10px 12px;
 font-size: 1.3rem;
 background: url("img/arrow01_navy.svg") no-repeat right 10px center;
 background-size: 5px auto;
 text-decoration: none;
}
#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 {
 content: "└";
 margin: 0 5px 0 0;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
 padding: 0;
 background-color: #29282b;
}
footer .areaInner {
 width: 100%;
 padding: 6rem 0 5rem;
}
footer .areaInner .inner {
 position: relative;
 width: 1100px;
 margin: 0 auto;
}
footer .areaInner .logo {
 width: auto;
 margin: 0 auto 5rem;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
footer .areaInner .logo a {
 display: block;
 font-size: 2rem;
 font-weight: bold;
 line-height: 1;
 text-align: center;
 color: #ffffff;
 text-decoration: none;
}
footer .areaInner .logo a:hover {
 opacity: 0.7;
}
footer .areaInner .footBox {
 margin: 0 0 3rem 0;
}
footer .areaInner .footBox .sttl {
 border-bottom: 1px solid #ffffff;
 padding: 0 0 1rem 0;
 margin: 0 0 1.4rem 0;
}
footer .areaInner .footBox .sttl a {
 display: block;
 font-size: 1.6rem;
 font-weight: bold;
 color: #ffffff;
 background: url("img/arrow01_white.svg") left center no-repeat;
 background-size: 8px auto;
 border: none;
 padding: 0.3rem 0 0.3rem 2rem;
 margin: 0;
}
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 .sp {
 display: none;
}
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;
 background: url("img/arrow01_white.svg") 5px 8px no-repeat;
 background-size: 5px auto;
 padding: 0 0 0 1.5rem;
}
footer .areaInner .footBox .accChild li.subCat::after {
 content: "";
}
footer .areaInner .footBox .accChild .pc + li::before {
 /* content: "　|　"; */
 letter-spacing: 0;
 color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li::before {
 /* content: "|　"; */
 letter-spacing: 0;
 color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li.subCat::before {
 content: "";
}
footer .areaInner .footBox .accChild li {
 float: left;
 display: inline-block;
 margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild li a {
 font-size: 1.3rem;
 font-weight: normal;
 color: #fff;
 padding: 0;
}
footer .areaInner .footBox .accChild .subList {
 padding: 0 0 0 1.5rem;
 margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild .subList li {
 padding: 0.2rem 0 0 0;
 display: block;
 float: none;
 margin: 0;
 position: relative;
}
footer .areaInner .footBox .accChild .subList li::before {
 content: "└";
 color: #333;
 position: absolute;
 top: 2px;
 left: 0;
 margin-right: 0.4rem;
}
footer .areaInner .footBox .accChild .subList li a {
 font-size: 1.3rem;
 background-image: none;
 padding: 0 0 0 1.8rem;
}
/*noticeArea*/
footer .areaInner .noticeArea {
 box-sizing: border-box;
 width: 100%;
 background: #201f1e;
 border-radius: 0;
 padding: 2.5rem 3rem;
 margin: 5rem auto 0;
}
footer .areaInner .noticeArea p {
 font-size: 1.2rem;
 color: #fff;
 margin: 0;
}
footer .areaInner p.ucp {
 font-size: 1.2rem;
 line-height: 1.4;
 text-align: center;
 color: #fff;
 margin: 1.5rem auto 0;
}
footer .botArea {
 background-color: #201f1e;
}
footer .botArea .inner {
 width: 1100px;
 padding: 1rem 0;
 margin: 0 auto;
 display: block;
}
footer .botArea .inner.cf {
 content: none;
}
footer p.sitemap {
 margin: 0;
}
footer p.sitemap a {
 font-size: 1.2rem;
 line-height: 1.3;
 text-align: right;
 float: right;
 padding: 0.5rem 0;
 text-decoration: underline;
 display: block;
}
footer p.sitemap a:hover {
 text-decoration: none;
}
footer p.copy {
 font-size: 1.2rem;
 line-height: 1.3;
 text-align: left;
 color: #fff;
 float: left;
 padding: 0.5rem 0;
 display: flex;
 margin: 0;
}
footer a {
 color: #fff;
 text-decoration: none;
}
footer a:hover {
 text-decoration: underline;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
 position: fixed;
 bottom: 2rem;
 right: 2rem;
 z-index: 100;
 width: 60px;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
h1, h2, h3, h4, h5, h6 {
 font-weight: bold;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 color: inherit;
 line-height: 1.4;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
 text-decoration: none;
 display: block;
 background: url("img/arrow01_black.svg") no-repeat right 50% / 8px auto;
 padding-right: 2rem;
}
#index h2:not([class]), #category h1:not([class]), #page h1:not([class]) {
 font-size: 3.6rem;
 text-align: center;
 padding: 3rem 6rem;
 padding-left: 10rem;
 margin: 25px auto 4rem;
 position: relative;
 z-index: 1;
}
#index h2:not([class])::before, #category h1:not([class])::before, #page h1:not([class])::before {
 content: "";
 width: calc(100% - 40px);
 height: 110px;
 background: url("img/h2_bg.jpg") no-repeat center top / 100% auto;
 position: absolute;
 top: -25px;
 left: 0;
 z-index: -1;
 pointer-events: none;
}
#index h2:not([class])::after, #category h1:not([class])::after, #page h1:not([class])::after {
 content: "";
 width: calc(100% - 40px);
 height: 100%;
 background: rgba(255, 255, 255, 0.95);
 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
 position: absolute;
 top: 0;
 right: 0;
 z-index: -1;
 pointer-events: none;
}
#index h2:not([class]) a, #category h1:not([class]) a, #page h1:not([class]) a { padding: 0 2rem; }
#index h3:not([class]), #category h2:not([class]), #page h2:not([class]) {
 font-size: 3rem;
 margin: 98px auto 38px;
 padding: 24px;
 background: #f3f4f6;
 position: relative;
}
#index h3:not([class])::before, #category h2:not([class])::before, #page h2:not([class])::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 36px 36px 0 0;
 border-color: #2259ac transparent transparent transparent;
}
#index h4:not([class]), #category h3:not([class]), #page h3:not([class]) {
 font-size: 2.4rem;
 margin: 70px auto 30px;
 padding: 1rem 1rem 1rem 1.5rem;
 border-left: #94762d 6px solid;
 background: #f6f5f2;
}
#index h5:not([class]), #category h6:not([class]), #category h4:not([class]), #category h5:not([class]), #category h6:not([class]), #page h4:not([class]), #page h5:not([class]), #page h6:not([class]) {
 font-size: 2rem;
 padding: 1.4rem 0;
 margin: 70px auto 30px;
 border-bottom: solid 1px #333333;
}
/*--------------------------------------
　list
---------------------------------------*/
#contents ul:not([class]) {
 margin: 2.5rem auto;
 padding: 0 1rem;
}
#contents ul:not([class]) li {
 padding: 0 0 0.6rem 2rem;
 position: relative;
}
#contents ul:not([class]) li:last-of-type {
 padding-bottom: 0;
}
#contents ul:not([class]) li::before {
 content: "";
 display: block;
 background: #225baf;
 width: 10px;
 height: 10px;
 border-radius: 50%;
 position: absolute;
 top: 0.7em;
 left: 0;
}
#contents ol:not([class]) {
 max-width: 1100px;
 margin: 2.5rem auto;
 padding: 0 1rem;
 counter-reset: number;
}
#contents ol:not([class]) li {
 padding: 2px 0 4px 30px;
 list-style: none;
 position: relative;
 counter-increment: number;
}
#contents ol:not([class]) li::before {
 display: block;
 background: #19265b;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 5px;
 left: 0;
 color: #fff;
 text-align: center;
 line-height: 1.7;
 font-size: 1.2rem;
}
#contents ol:not([class]) li:nth-child(-n + 9)::before { content: counter(number); }
#contents ol:not([class]) li:nth-child(n + 10)::before { content: counter(number); }
/*--------------------------------------
　check
---------------------------------------*/
#contents .check {
 min-height: 52px;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-size: 2.2rem;
 line-height: 1.4;
 font-weight: bold;
 padding: 1.5rem 0 1.5rem 12.4rem;
 margin: 4rem auto 5rem;
 position: relative;
 display: flex;
 align-items: center;
}
#contents .check::before {
 content: "CHECK";
 width: 101px;
 height: 78px;
 padding-top: 24px;
 font-size: 1.6rem;
 line-height: 1;
 text-align: center;
 background: url("img/title_check.png") no-repeat center top / 100% auto;
 position: absolute;
 bottom: -25px;
 left: 0;
}
#contents .check::after {
 content: "";
 width: calc(100% - 73px);
 height: 2px;
 background-color: #c8332d;
 position: absolute;
 bottom: 0;
 right: 0;
}
#contents .check a { text-decoration: none; }
/*--------------------------------------
　チェックパーツ　parts_check
---------------------------------------*/
.parts_check {
 margin: 6rem 0 4rem;
 padding: 0 4rem 2rem;
 background:#dae0eb;
}
#contents .parts_check .check {
 margin: 0 -4rem 5rem;
 background-color: #fff;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
 max-width: 1100px;
 margin: 6rem auto;
 box-sizing: border-box;
}
.float-wrap img {
 display: block;
 margin: 0 auto;
}
.float-wrap .flame {
 position: relative;
}
.float-wrap .fl {
 width: 350px;
 margin: 0 3rem 1rem 0;
 text-align: center;
}
.float-wrap .fr {
 width: 350px;
 margin: 0 0 10px 30px;
 text-align: center;
}
.float-wrap .ct {
 width: 500px;
 margin: 0 auto 2.5rem;
 text-align: center;
}
.float-wrap.ct .catch {
 text-align: center;
}
.float-wrap .catch {
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.4;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 margin: 0 0 2rem;
}
.float-wrap .text { overflow: hidden; }
#contents .float-wrap .text > *:first-child { margin-top: 0; }
/*--------------------------------------
　btns
---------------------------------------*/
.btn-internal, .btn-web {
 max-width: 90%;
 width: 450px;
 text-align: center;
 margin: 3rem auto 3.5rem;
 position: relative;
 z-index: 1;
}
.btn-internal a,
.btn-web a {
 display: block;
 text-decoration: none;
 background: #0d234d;
 padding: 2.0rem 4rem;
 color: #fff;
 font-size: 1.7rem;
 line-height: 1.4;
 font-weight: bold;
 text-align: center;
 border-radius: 10px;
 position: relative;
 box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
}
.btn-web a { background: #c8332d; }
.btn-internal a::after,
.btn-web a::after {
 content: '';
 display: block;
 width: 7px;
 height: 11px;
 background: url("img/arrow01_white.svg") no-repeat top left / 100% auto;
 position: absolute;
 right: 1.8rem;
 top: 50%;
 transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
 .btn-internal a:hover, .btn-web a:hover {
  opacity: inherit;
  transform: translateY(5px);
  box-shadow: none;
 }
}
.btn-link {
 max-width: 1100px;
 margin: 30px auto;
 text-align: right;
}
.btn-link a {
 text-decoration: none;
 position: relative;
 display: inline-block;
 padding: 5px 0 4px 26px;
 background: url("img/arrow01_navy.svg") 0 50% no-repeat;
 background-size: 8px auto;
 line-height: 1.3;
}
.btn-tel { display: none; }
/*--------------------------------------
　table
---------------------------------------*/
#contents table {
 width: 100%;
 table-layout: fixed;
 margin: 2rem auto;
 border: solid 1px #999999;
 line-height: 1.4;
}
#contents table th {
 width: 26.5%;
 text-align: center;
 background: #dae0eb;
 border: solid 1px #999999;
 padding: 1rem;
 vertical-align: middle;
 font-weight: bold;
}
#contents table td {
 padding: 1.5rem;
 background: #fff;
 text-align: left;
 word-break: break-word;
 border: solid 1px #999999;
 vertical-align: middle;
}
/*--------------------------------------
　frame-wrap
---------------------------------------*/
.frame-wrap {
 display: grid; 
 grid-template-columns: repeat(3, 1fr);
 column-gap: 2.5rem;
 row-gap: 2.5rem;
}
.frame-wrap .frame-head {
 display: flex;
 align-items: center;
 width: 100%;
 font-size: 2.2rem;
 line-height: 1.4;
 font-weight: bold; 
}
.frame-wrap .frame-head a { width: 100%; }
#contents .frame-wrap .frame table { margin: 2rem 0; }
#contents .frame-wrap .frame table th,
#contents .frame-wrap .frame table td { padding: 0.8rem; font-size: 1.5rem; }
#contents .frame-wrap .frame table th { width: 80px; }
.frame-wrap .frame-body > *:first-child { margin-top: 0; }
.frame-wrap .frame-body .catch { font-weight: bold; font-size: 1.8rem; color: #0d234d;}
.frame-wrap .frame-body .link { 
 text-align: right;
 margin: 2rem 0 0; 
}
.frame-wrap .frame-body .link a {
 text-decoration: none;
 position: relative;
 display: inline-block;
 padding-left: 16px;
 background: url(img/arrow01_navy.svg) 0 50% no-repeat;
 background-size: 8px auto;
 line-height: 1.3;
}
.frame-wrap.type-a .frame {
 background-color: #f3f4f6;
 padding: 1rem 3rem 3rem;
 position: relative;
 margin-top: 0.6rem;
}
.frame-wrap.type-a .frame .eng {
 display: inline-block;
 color: #e02838;
 font-size: 2rem;
 line-height: 1;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 position: absolute;
 left: 3rem;
 top: -6px;
}
.frame-wrap.type-a .frame-head {
 padding: 3.0rem 0;
 margin: 0;
}
.frame-wrap.type-b {
 column-gap: 1.8rem;
 row-gap: 1.8rem;
}
.frame-wrap.type-b .frame {
 background-color: #fff;
 padding: 1.8rem 3rem 3rem;
 box-shadow: 4px 3px 0px #c9c9c9;
}
.frame-wrap.type-b .frame-head {
 padding: 2rem 0;
 border-bottom: solid 1px #201f1e;
 margin: 0 0 2rem;
}
/* btn */
#contents .btn-accordion span[class^="txt"] { font-weight: bold; }
/*--------------------------------------
　addParts01
---------------------------------------*/
.addParts_sttl {
 font-size: 4.0rem;
 font-weight: bold;
 line-height: 1.4;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 text-align: center;
 margin: 0 0 4rem; 
}
.addParts_sttl .small { font-size: 3rem; }
.addParts01 .addParts_sttl {
 padding-top: 6rem;
 background: url("img/icon_sttl.png") no-repeat center top / 60px auto;
}
.addParts01 { background: url("img/addParts01-bg.jpg") no-repeat center top / cover; }
.addParts01 .addParts_sttl,
.addParts01 .addTxt {
 color: #fff;
 text-align: center;
}
.addParts01 .block_inner {
 display: flex;
 justify-content: space-between;
}
.addParts01 .block {
 width:calc((100% - 44px)/3);
 background-color: #fff;
 padding: 0.2rem 0;
 text-align: center;
}
.addParts01 .block .catch {
 font-size: 2.4rem;
 font-weight: bold;
 line-height: 1.3;
 text-align: center;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 border-bottom: 1px solid #c8332d;
 padding: 3rem 0;
 margin: 0 0.6rem;
 position: relative;
}
.addParts01 .block .catch span { font-size: 1.2em; }
.addParts01 .block .catch::after {
 content: "";
 width: 16px;
 height: 10px;
 background-color: #c8332d;
 clip-path: polygon(0 0, 100% 0%, 50% 100%);
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -10px;
}
.addParts01 .block_inner .block:nth-child(2) .catch span { background:linear-gradient(to bottom, transparent 60%, rgba(125,178,245,.5) 60%); }
.addParts01 .block_inner .block:nth-child(3) .catch span { background:linear-gradient(to bottom, transparent 60%, rgba(176,129,17,.33) 60%); }
.addParts01 .block .companyName {
 font-size: 2rem;
 font-weight: bold;
 line-height: 1.4;
 text-align: center;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 3rem 0 0;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.addParts01 .block .ph {
 margin: 3rem 0 0;
 text-align: center;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
.addParts01 .block .whiteArea {
 margin: 5rem 2rem 0;
 background: url("img/addParts01_block_bg.jpg") no-repeat center top / 100% auto;
 background-size: cover;
 padding: 0 1.6rem 1.6rem;
 text-align: left;
}
.addParts01 .block .whiteArea > div:first-child {
 width: 218px;
 line-height: 40px;
 background-color: #201f1e;
 color: #fff;
 font-size: 2rem;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 text-align: center;
 transform: translateY(-50%);
 margin: 0 auto -2rem;
}
.addParts01 .block .priceArea { margin: 3rem 0 0; }
.addParts01 .block .priceArea .priceTit {
 background-color: #dae0eb;
 line-height: 40px;
 text-align: center;
 font-size: 2rem;
 font-weight: bold;
 font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.addParts01 .block .priceArea .priceList {
 margin: 2rem 3.6rem 0;
 text-align: left;
}
.addParts01 .block .priceArea .priceList li {
 position: relative;
 padding: 0 0 0.6rem 2rem;
}
.addParts01 .block .priceArea .priceList li::before {
 content: "";
 display: block;
 background: #225baf;
 width: 10px;
 height: 10px;
 border-radius: 50%;
 position: absolute;
 top: 0.7em;
 left: 0;
}
.addParts01 .notes {
 color: #fff;
 margin: 1rem 0 0;
 font-size: 1.2rem;
}
.addParts01 .notes p {
 margin: 0 0 1em;
 line-height: 1.6;
}
/*--------------------------------------
accordion
---------------------------------------*/
.btn-accordion {
 position: relative;
 width: 450px;
 max-width: 90%;
 margin: 4rem auto;
 padding: 2.1rem 5rem;
 background: #414242;
 border-radius: 10px;
 text-align: center;
 box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
 cursor: pointer;
}
@media screen and (min-width: 480px) {
 .btn-accordion:hover {
  opacity: inherit;
  transform: translateY(5px);
  box-shadow: none;
 }
}
#contents .btn-accordion span[class^="txt"] {
 display: inline;
 font-size:1.5rem;
 color: #fff;
 font-weight: bold;
 line-height: 1.1;
 margin: 0;
 padding: 0;
}
#contents .btn-accordion span.txt02 { display: none; }
.btn-accordion::before,
.btn-accordion.is-open::before {
 display: inline-block;
 position: absolute;
 right: 3rem;
 top: 50%;
 transform: translateY(-50%);
 content: "";
 width: 12px;
 height: 12px;
 background: url("img/icon_plus.png") no-repeat left top / 100% auto;
}
.btn-accordion.is-open::before { background-image: url("img/icon_minus.png"); }
#contents .btn-accordion.is-open span.txt01 { display: none; }
#contents .btn-accordion.is-open span.txt02 { display: inline; }
.accordion-item > * {
 margin-top: 0;
 margin-bottom: 0; 
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
 background: #f6f5f2;
 margin: 0 auto;
 padding: 4rem 5rem;
}
.toc_parts .ttl {
 padding: 0 0 0 1rem;
 font-size: 2rem;
 font-weight: bold;
 border-left: 4px solid #94762d;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #828282;
}
#toc .chapter {
 margin: 0 0 2rem;
 counter-reset: count;
}
#toc .chapter .chapter-h {
 margin: 2rem 0 0;
 padding: 0 0 0 3.5rem;
 font-size: 1.6rem;
 line-height: 1.8;
 position: relative;
 counter-increment: count;
 background: none;
}
#toc .chapter .chapter-h:last-child {
 margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
 content: counter(count, decimal-leading-zero);
 position: absolute;
 top: 14px;
 left: 0;
 transform: translate(0, -50%);
 color: #2258ac;
 font-size: 2.1rem;
 font-weight: bold;
 background: none;
 width: auto;
 height: auto;
 border-radius: 0;
}
#toc .chapter .chapter-h a {
 font-weight: bold;
 text-decoration: none;
}
#toc .chapter .chapter-h span {
 color: #0b072b;
 font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
 display: none;
 margin: 1rem 0 1rem 4rem;
 padding: 0 0 0 1.5rem;
 counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
 content: "";
 position: absolute;
 top: 8px;
 left: 0;
 width: 8px;
 height: 8px;
 border-top: solid 1px #0b072b;
 border-right: solid 1px #0b072b;
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a { font-weight: 500; }
#toc li.chapter-h.chapter-h-three span { font-weight: 500; }
#toc .chapter br { display: none; }
.toc__wrap .btn-accordion { background-color: #F0F0F0; }
#contents .toc__wrap  .btn-accordion span[class^="txt"] { font-size: 1.8rem; }
.toc__wrap .btn-accordion::after { content: none; }
/*--------------------------------------
　関連記事
---------------------------------------*/
#related-article p { margin: 0; }
#related-article.related-article01-frame {
 margin: 20px auto;
 padding: 30px 40px;
 background: #f5f7fa;
 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 {
 background: none;
 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 25px;
 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: 10px;
 height: 10px;
 border-radius: 50%;
 background-color: #225baf;
 position: absolute;
 top: 6px;
 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;
}
.related-article01-frame {
 border: 1px solid var(--site-color09);
 margin: var(--s6) auto;
 padding: var(--s1) var(--s3) var(--s4) var(--s3);
 background: #f7f7f7;
 position: relative;
}
.related-article01-title {
 padding: var(--s2) var(--s2) var(--s3) var(--s8);
 color: #333;
 font-size: 2.2rem;
 font-weight: bold;
 line-height: 1;
 background: url("./img/dummy-icon.png") no-repeat left center;
 background-size: 5rem auto;
 position: relative;
}
.related-article01-list {
 padding: var(--s2) 0 var(--s2) var(--s2);
 font-weight: 700;
}
.related-article01-list li {
 margin: 0 0 0 var(--s2);
 padding-left: 1.5em;
 font-size: 100%;
 line-height: 1.7;
 position: relative;
}
.related-article01-list li + li {
 margin-top: 10px;
}
.related-article01-list li::before {
 content: "";
 width: 1.6rem;
 height: 1.6rem;
 border-radius: 50%;
 background-color: #9B9B9B;
 position: absolute;
 top: .6rem;
 left: 0;
}
.related-article01-list a {
 display: block;
 text-decoration: none;
}
.related-article01-list a:hover {
 opacity: 0.6;
}
.relations-box.relations-box--column {
 display: flex;
 gap: 10px;
}
.relations-box__pic {
 flex: 0 0 150px;
}
.is-hidden {
 display: none;
}
.related-article01-more {
 display: flex;
 justify-content: center;
 align-items: flex-end;
 background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
 background-color: transparent;
 width: 100%;
 height: 25%;
 position: absolute;
 bottom: -40px;
 left: 0;
 padding: 2rem 0;
}
.related-article01-more.is-closed {
 display: none;
}
.related-article01-btn {
 border: 1px solid #ccc;
 background: #fff;
 border-radius: 100px;
 padding: 1rem 5rem 1rem 2rem;
 position: relative;
}
.related-article01-btn::before {
 content: "";
 width: 1.8rem;
 height: .2rem;
 background: #000;
 position: absolute;
 top: 50%;
 right: 1.5rem;
 transform: translate(0, -50%);
}
.related-article01-btn::after {
 content: "";
 width: .2rem;
 height: 1.8rem;
 background: #000;
 position: absolute;
 top: 50%;
 right: 2.3rem;
 transform: translate(0, -50%);
 transition: transform 0.3s;
}
.related-article01-btn:hover {
 opacity: 0.6;
}



/*  PC END  */
@media screen and (max-width: 480px) {
 html, body {
  width: 100%;
  position: relative;
 }
 .pc { display: none !important; }
 .sp { display: block !important; }
 .sp_br { display: block; }
 .pc_br { display: none; }
 body {
  width: 100%;
  min-width: initial;
  min-width: auto;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  font-size: 1.4rem;
 }
 p:not([class]) { margin: 1.4rem 0; }
 /*--------------------------------------
　Header
---------------------------------------*/
 header .headTopWrap { padding: 0; }
 header .headTopArea {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
 }
 header .headTopArea .rightTxt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
 }
 /*--------------------------------------
　visArea
---------------------------------------*/
 #visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
 }
 #visArea .mainArea {
  background: none;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
 }
 #visArea .mainArea .mainAreaInner {
  display: block;
 }
 #visArea .mainArea .siteNameArea {
  display: table;
  background: url("img/mv_pic_ct.jpg") center top no-repeat;
  background-size: cover;
  height: 100px;
  width: 100%;
 }
 #visArea .mainArea .siteNameAreaInner {
  display: table-cell;
  vertical-align: middle;
 }
 #visArea .mainArea .siteName {
  font-size: 1.4rem;
  text-align: center;
  margin: 4px auto;
 }
 #visArea .mainArea .siteName a {
  padding-top: 50px;
  background-size: auto 46px;
  font-size: 2rem;
  line-height: 1.2;
 }
 #visArea .mainArea .siteName a .small { font-size: 1.2rem; }
 /*--------------------------------------
　spMenuBox
---------------------------------------*/
 /*navWrap*/
 #navWrap {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
 }
 /*navTop*/
 #navWrap .navTop {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #b5b5b5;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: none;
 }
 #navWrap .navTopInner {
  display: table;
  width: 100%;
  padding: 0.5rem;
  position: relative;
 }
 #navWrap .siteName {
  text-decoration: none;
  display: block;
  vertical-align: middle;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 0 0.5rem;
  text-align: left;
  color: #201f1e;
  border-right: 1px solid #bbb;
 }
 #navWrap .recommendBtn {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
  border-right: 1px solid #bbb;
  position: relative;
  background: #0d234d;
 }
 #navWrap .recommendBtn::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-left: 4px solid transparent;
  z-index: 1;
 }
 #menuBtn {
  display: table-cell;
  vertical-align: middle;
  box-sizing: content-box;
  width: 22px;
  height: 50px;
  padding: 0 1rem;
  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*/
 #navSp {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #dae0eb;
  z-index: 999;
  display: none;
 }
 #navSp > div {
  height: 100%;
  overflow-y: scroll;
  /*-webkit-overflow-scrolling: touch;*/
 }
 #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;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background-size: 6px auto;
  padding: 1.5rem 2.4rem 1.5rem 1rem;
  position: relative;
 }
 #navSp .navBox .sttl a::after, #navSp .sitemap a::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("img/arrow01_black.svg") no-repeat center top / 100% auto;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
 }
 #navSp .navBox .tglMenu a::after { transform: translateY(-50%) rotate(90deg); }
 #navSp .navBox .sttl.open > a::after { transform: translateY(-50%) rotate(-90deg); }
 #navSp .navBox .sttl.collapsible a::after { transform: translateY(-50%) rotate(90deg);
 }
 #navSp .navBox .sttl a br { display: none; } 
 #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;
  margin: 0;
 }
 #navSp .navBox .accChild li a {
  display: block;
  box-sizing: border-box;
  color: #000;
  background: url("img/arrow01_black.svg") right 12px top 50% no-repeat;
  background-size: 6px auto;
  border-bottom: 1px solid #ccc;
  padding: 1.2rem 2.4rem 1.2rem 1rem;
 }
 /*navBottom*/
 #navBottom {
  display: block;
  width: 85%;
  position: relative;
  margin: 7.5% auto 7.5%;
 }
 #navBottom a {
  display: block;
  text-decoration: none;
  background: url("img/banner_bg.png") left top repeat;
  border-top: 3px solid #bee6a0;
  padding: 4%;
  position: relative;
  z-index: 1;
 }
 #navBottom a::before {
  content: "";
  background: url("img/banner_illust01.png") no-repeat;
  background-size: 100% auto;
  width: 49px;
  height: 86px;
  position: absolute;
  top: -10px;
  right: -8px;
 }
 #navBottom a::after {
  content: "";
  background: url("img/banner_illust02.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 64px;
  position: absolute;
  left: -8px;
  bottom: -10px;
 }
 #navBottom .tit {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 0 15% 0 3%;
  margin-bottom: 1rem;
 }
 #navBottom .txtArea {
  background-color: #fff;
  padding: 0 0 6%;
 }
 #navBottom .catch {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  border-bottom: 1px dotted #ccc;
  padding: 3.5% 5%;
 }
 #navBottom .txt {
  padding: 3.5% 5%;
 }
 #navBottom .txt p {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #508291;
  margin: 0;
 }
 #navBottom .btn {
  width: 75%;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  background-color: #82b4c3;
  border-radius: 5px;
  padding: 3.5% 4% 3.2% 4%;
  margin: 0 auto;
  box-shadow: 2px 2px 0px rgba(80, 130, 145, 1);
 }
 body.open {
  height: inherit !important;
 }
 /*--------------------------------------
 side
 ---------------------------------------*/
 #side { display: none; }
 /*--------------------------------------
 pankuzu
 ---------------------------------------*/
 #pankuzuWrap {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  padding: 0;
  margin: 2rem auto;
  overflow: auto;
  white-space: nowrap;
  position: relative;
 }
 #pankuzu {
  box-sizing: border-box;
  width: 92%;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #333;
  padding: 0;
  margin: 0 auto;
  white-space: nowrap;
 }
 #pankuzu a {
  color: #333;
  text-decoration: underline;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-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;
  width: 100%;
  margin: 0 auto;
 }
 #index {
  width: 100%;
  margin: 0;
  padding: 0;
 }
 #category, #page {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 4%;
 }
 .addInner {
  width: 100%;
  padding: 4rem 4%;
 }
 .addTxt { padding: 0; }
 /*--------------------------------------
 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 {
  display: block;
  box-sizing: border-box;
  width: auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #000;
  padding: 0 0 0.5rem 0;
  margin: 0 auto 2rem;
 }
 footer .areaInner .logo a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
 }
 footer .areaInner .logo a:hover {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
 }
 footer .areaInner .logo + .footBox {
  border-top: 1px solid #ccc;
 }
 footer .areaInner .footBox {
  margin: 0;
 }
 footer .areaInner .footBox .sttl {
  border: none;
  padding: 0;
  margin: 0;
 }
 footer .areaInner .footBox .sttl a {
  display: block;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: 1.5rem 2.4rem 1.5rem 1rem;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  background: none;
  position: relative;
 }
 footer .areaInner .footBox .sttl a::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("img/arrow01_white.svg") no-repeat center top / 100% auto;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
 }
 footer .areaInner .footBox .sttl.open a::after { transform: translateY(-50%) rotate(-90deg); }
 footer .areaInner {
  border-top: 1px solid #ccc;
 }
 footer .areaInner .footBox .sttl {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
 }
 footer .footBox ul {
  padding: 0;
 }
 footer .areaInner .footBox .accChild {
  display: none;
  font-size: 1.3rem;
  padding: 0;
  box-sizing: border-box;
  background-color: #ccc;
 }
 footer .areaInner .footBox .accChild li {
  display: block;
  float: none;
 }
 footer .areaInner .footBox .accChild li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #000;
  background: #fff url("img/arrow01_black.svg") 96.5% center no-repeat;
  background-size: 6px auto;
  border-bottom: 1px solid #ccc;
  padding: 1rem 2.4rem 1rem 1rem;
 }
 footer .areaInner .footBox .accChild li.subCat {
  width: 100%;
  margin: 0;
 }
 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;
  background: #fff url("img/arrow01_black.svg") 96.5% center no-repeat;
  background-size: 6px auto;
  padding: 1rem 9% 1rem 4%;
 }
 footer .areaInner .footBox .accChild li.subCat a::before {
  content: none;
  font-size: 1.2rem;
  position: relative;
  left: -2px;
  margin-right: 0.2rem;
 }
 footer .areaInner .footBox .accChild .subList {
  padding: 0;
  margin: 0;
 }
 footer .areaInner .footBox .accChild .subList li {
  padding: 0;
  display: block;
  float: none;
  margin: 0;
 }
 footer .areaInner .footBox .accChild .subList li::before {
  content: none;
  color: #000;
  margin-right: 0;
 }
 footer .areaInner .footBox .accChild .subList li a {
  font-size: 1.3rem;
  padding: 1rem 9% 1rem 9%;
  background: #fff url("img/arrow01_black.svg") 96.5% center no-repeat;
  background-size: 6px auto;
 }
 footer .areaInner .footBox .accChild .subList li a::before {
  content: "└";
  display: block;
  color: #000;
  position: absolute;
  top: 12px;
  left: 4%;
  margin-right: 0.4rem;
 }
 footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 92%;
  margin: 2.5rem auto 0rem;
  background: #201f1e;
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8;
  border-radius: 0;
 }
 footer .areaInner .noticeArea p {
  font-size: 1.2rem;
 }
 footer .areaInner p.ucp {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  margin: 1.5rem auto 0;
 }
 footer .botArea {
  background: #fff;
 }
 footer .botArea .inner {
  width: 92%;
  padding: 1.2rem 0 1.2rem;
  margin: 0 auto;
 }
 footer .botArea .inner .cf {
  content: none;
 }
 footer p.sitemap {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
 }
 footer p.copy {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  color: #000;
  padding: 0.5rem 0;
  display: block;
 }
 footer p.sitemap a {
  color: #000;
  text-decoration: underline;
  display: block;
  float: none;
 }
 footer p.copy a {
  color: #000;
  text-decoration: none;
 }
 footer a {
  text-decoration: none;
 }
 footer a:hover {
  text-decoration: none;
 }
 /*--------------------------------------
　PageTop
---------------------------------------*/
 #page-top {
  position: fixed;
  bottom: 4%;
  right: 4%;
  width: 50px;
 }
 #page-top img {
  width: 100%;
 }
 /* ================== */
 /*  メインコンテンツ　*/
 /* ================== */
 h2 a, h3 a, h4 a, h5 a, h6 a { padding-right: 2rem; }
 #index h2:not([class]), #category h1:not([class]), #page h1:not([class]) {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2rem 2rem 2rem 3.5rem;
  margin: 2.5rem auto 3rem;
  position: relative;
 }
 #index h2:not([class]) { margin: 1.3rem 0 2rem; }
 #index h2:not([class])::before, #category h1:not([class])::before, #page h1:not([class])::before {
  content: "";
  width: calc(100% - 15px);
  height: 60px;
  position: absolute;
  top: -13px;
  left: 0;
  z-index: -1;
 }
 #index h2:not([class])::after, #category h1:not([class])::after, #page h1:not([class])::after {
  content: "";
  width: calc(100% - 15px);
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
 }
 #index h3:not([class]), #category h2:not([class]), #page h2:not([class]) {
  font-size: 2.2rem;
  margin: 5.5rem auto 2.5rem;
  padding: 1.2rem 3rem;
  position: relative;
 }
 #index h3:not([class])::before, #category h2:not([class])::before, #page h2:not([class])::before {
  border-width: 20px 20px 0 0;
 }
 #index h4:not([class]), #category h3:not([class]), #page h3:not([class]) {
  font-size: 2rem;
  margin: 4rem auto 3rem;
  padding-left: 14px;
  border-left: #94762d 4px solid;
 }
 #index h5:not([class]), #category h6:not([class]), #category h4:not([class]), #category h5:not([class]), #category h6:not([class]), #page h4:not([class]), #page h5:not([class]), #page h6:not([class]) {
  font-size: 2rem;
  padding: 1.2rem 0;
  margin: 4rem auto 2rem;
 }
 /*--------------------------------------
　list
 ---------------------------------------*/
 #contents ul:not([class]) {
  width: 100%;
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 0 3% 0;
 }
 #contents ul li:not([class]) { padding: 0 0 0.3rem 2rem; }
 #contents ul li:not([class])::before {
  width: 8px;
  height: 8px;
  top: 8px;
 }
 #contents ol:not([class]) {
  width: 100%;
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 0 3%;
 }
 #contents ol:not([class]) li { padding: 0 0 0.3rem 2.3rem; }
 #contents ol:not([class]) li::before {
  width: 16px;
  height: 16px;
  top: 4px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
 }
 #contents ol:not([class]) li:nth-child(-n + 9):before { content: counter(number); }
 #contents ol:not([class]) li:nth-child(n + 10):before { content: counter(number); }
 /*--------------------------------------
　check
 ---------------------------------------*/
 #contents .check {
  min-height: 3.5rem;
  font-size: 2rem;
  padding: 1.0rem 0 1.0rem 7.4rem;
  margin: 4rem auto 5rem;
 }
 #contents .check::before {
  width: 64px;
  height: 49px;
  padding-top: 12px;
  font-size: 1.2rem;
  bottom: -14px;
 }
 #contents .check::after {
  content: "";
  width: calc(100% - 46px);
  height: 2px;
  background-color: #c8332d;
  position: absolute;
  bottom: 0;
  right: 0;
 }
 /*--------------------------------------
  チェックパーツ　parts_check
 ---------------------------------------*/
 .parts_check {
  margin: 4rem 0 3rem;
  padding: 0 2rem 2rem;
 }
 #contents .parts_check .check { margin: 0 -2rem 3rem; }
 /*--------------------------------------
  　float-wrap
  ---------------------------------------*/
 .float-wrap {
  margin: 3rem auto;
  position: relative;
 }
 .float-wrap .flame {
  width: 85%;
  margin: 0 auto;
 }
 .float-wrap .float-img {
  width: auto;
  margin: 0 auto 2rem;
  text-align: center;
 }
 .float-wrap img {
  box-sizing: border-box;
  max-width: 100%;
 }
 .float-wrap .catch {
  font-size: 1.9rem;
  margin: 0 0 1rem;
  text-align: left;
 }
 #contents .float-wrap .float-img + p { margin-top: 0; }
 .float-wrap .fl {
  width: 100%;
  padding: 0;
  float: none;
 }
 .float-wrap .fr {
  width: 100%;
  padding: 0;
  float: none;
 }
 .float-wrap .ct {
  width: 100%;
  padding: 0;
 }
 .float-wrap .fl.t_small {
  box-sizing: content-box;
  width: 40%;
  padding: 0 6% 0 0;
  float: left;
 }
 .float-wrap .fr.t_small {
  box-sizing: content-box;
  width: 40%;
  padding: 0 0 0 6%;
  float: right;
 }
 .float-wrap .fl.t_small .flame,
 .float-wrap .fr.t_small .flame { width: 100%; }
 /*--------------------------------------
  btns
 ---------------------------------------*/
 .btn-internal,
 .btn-web,
 .btn-tel,
 .btn-link {
  display: block;
  width: 90%;
  text-align: center;
  margin: 2rem auto 2.6rem;
  position: relative;
 }
 .btn-internal a,
 .btn-web a,
 .btn-tel a,
 .btn-link a {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  padding: 1.8rem 3rem;
 }
 .btn-internal a::after,
 .btn-web a::after { right: 1.4rem; }
 .btn-link a {
  text-decoration: none;
  border: solid 1px #000;
  border-radius: 10px;
  background: #fff url("img/arrow01_black.svg") no-repeat right 1.4rem top 50% / 6px auto;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
 }
 .btn-tel { display: block; }
 .btn-tel a {
  background: #176ee6;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
 }
 .btn-tel a::after {
  content: '';
  display: block;
  width: 18px;
  height: 34px;
  background: url("img/icon_tel.png") no-repeat top left / 100% auto;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
 }
 /*--------------------------------------
  table
 ---------------------------------------*/
 #contents table:not([class]) {
  margin: 2rem auto;
  border-bottom: none;
 }
 #contents table:not([class]) th {
  width: 100%;
  padding: 1.2rem 5%;
  display: block;
  border: none;
  border-bottom: solid 1px #333;
 }
 #contents table:not([class]) td {
  width: 100%;
  display: block;
  padding: 1.2rem 5%;
  border: none;
  border-bottom: solid 1px #333;
 }
 /*--------------------------------------
　frame-wrap
 ---------------------------------------*/
 .frame-wrap { display: block; }
 .frame-wrap .frame + .frame { margin-top: 3rem; }
 .frame-wrap .frame-head { font-size: 2rem; }
 .frame-wrap.type-a .frame { padding: 1.3rem 2rem 2rem; } 
 .frame-wrap.type-a .frame::after {
  height: 40px;
  top: -20px;
 }
 .frame-wrap.type-b .frame { padding: 1rem 2rem 2rem; }
 /*--------------------------------------
  addParts01
 ---------------------------------------*/ 
 .addParts_sttl {
  font-size: 2.6rem;
  margin: 0 0 3rem;  
 }
 .addParts_sttl .small { font-size: 2.4rem; }
 .addParts01 .addParts_sttl {
  padding-top: 5rem;
  font-size: 2.6rem;
  background-size: auto 40px;
 }
 .addParts01 .block_inner { display: block; }
 .addParts01 .block { width: 100%; margin-bottom: 2rem; }
 .addParts01 .block .catch {
  font-size: 2.4rem;
  line-height: 1.4;
 }
 /*--------------------------------------
 accordion
 ---------------------------------------*/
 .btn-accordion {
  width: 90%;
  margin: 3rem auto;  
  padding: 1.8rem 4rem;
 }
 #contents .btn-accordion span[class^="txt"] { font-size: 1.4rem; }
 .btn-accordion::before,
 .btn-accordion.is-open::before { right: 2rem; }
 /*--------------------------------------
  まとめパーツ　parts_matome
 ---------------------------------------*/
 .parts_matome {
  margin: 2rem 0;
  padding: 2rem;
 }
 .parts_matome .catch {
  font-size: 1.8rem;
  background-size: auto 34px;
  padding: 5rem 1rem 2rem;
  margin-bottom: 2rem;
 }
 /*--------------------------------------
   toc_parts
 ---------------------------------------*/
 .toc_parts { padding: 3rem 2.5rem 2rem; }
 .toc_parts .ttl {
  font-size: 1.6rem;
  border-left-width: 4px;
 }
 #toc {
  margin: 1.5rem 0 0 0;
  padding: 1rem 0 0;
 }
 #toc .chapter .chapter-h {
  margin: 1rem 0;
  padding: 0 0 0 3rem;
  font-size: 1.5rem;
  line-height: 1.6;
 }
 #toc ul.chapter .chapter-h::before {
  top: 11px;
  font-size: 1.8rem;
 }
 #toc li.chapter-h.chapter-h-three {
  margin: 0.5rem 0 0.5rem 2rem;
 }
 #toc li.chapter-h.chapter-h-three::before {
  top: 6px;
  width: 6px;
  height: 6px;
 }
 #toc li.chapter-h-three + .chapter-h-two { margin-top: 2rem; }
 #contents .toc__wrap .btn-accordion span[class^="txt"] { font-size: 1.4rem; }
 /*--------------------------------------
  関連記事
 ---------------------------------------*/
 #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-article01-list {
  padding: 0;
 }
 .related-article01-list li {
  margin-left: 0;
 }
 .relations-box__pic {
  flex: 0 0 100px;
 }
}



