@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 */
/*--------------------------------------------------------------------------
   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;
}
*, *:before, *:after { box-sizing: border-box; }
.cf::after {
 content: "";
 display: block;
 clear: both;
}
/*--------------------------------------
　Base
---------------------------------------*/
html {
 font-size: 62.5%;
}
body {
 color: #0d172a;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
 font-size: 1.5rem;
 font-weight: 400;
 line-height:2;
 -webkit-font-smoothing: subpixel-antialiased;
 min-width: 1100px;
 word-break: break-word;
}
@media all and (-ms-high-contrast: none) {
 body, p, li, dt, dd, th, td, span, a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
 }
}
img {
 max-width: 100%;
 height: auto;
}
a {
 color: inherit;
 text-decoration: underline;
}
@media screen and (min-width: 480px) {
 a:hover,a:hover img {
  text-decoration: none;
  opacity: 0.7;
 }
}
.fl { float: left; }
.fr { float: right; }
span:not([class]) {
 font-weight: 700;
	font-size: 1.6rem;
background: linear-gradient(transparent 70%, #fff692 0%);
}
span.red {
 font-weight: 700;
 background: #fff;
	font-size: 1.6rem;
}
#contents p:not([class]) { margin: 2rem 0; }
.caption {
 margin: 1rem auto 0;
 font-size: 1rem;
 line-height: 1.6;
 word-break: break-all;
 color:#999999;
}
.pc { display: block; }
.sp,
.sp_br { display: none; }
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap { background: #fff; }
header .headTopArea {
 width: min(100%, 1200px);
 margin: 0 auto;
 padding: 0.7rem 0;
}
header .headTopArea .rightTxt {
 margin: 0;
 font-size: 1.2rem;
 font-weight: 400;
 line-height: 1.4;
 text-align: right;
 color: #333;
}
header .headTopArea .rightTxt:before {
 content: "PR";
 display: inline-block;
 background: #000;
 color: #fff;
 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_lower.jpg") center center no-repeat;
 background-size: cover;
 height: 120px;
 width: clamp(50%, 2000px, 100%);
 margin: 0 auto;
 position: relative;
}
#visArea .mainArea .mainAreaInner {
 display: table-cell;
 vertical-align: middle;
}
#visArea .mainArea .siteNameArea {
 margin: 0;
}
#visArea .mainArea .siteName a {
 display: block;
 width: 230px;
 margin: 0 auto;
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
 background-color: #fff;
 margin: 0 auto;
 position: relative;
 z-index: 100;
}
#g-nav ul {
 display: flex;
 -js-display: flex;
 display: -ms-flexbox;
 display: -webkit-flex;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 width: min(100%, 1200px);
 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 {
 text-decoration: none;
 display: table;
 width: 100%;
 height: 100%;
 font-size: 1.3rem;
 font-weight: bold;
 line-height: 1.6;
 padding: 20px 12px;
 position: relative;
 color: #000;
}
#g-nav li a span {
 background: none;
 display: table-cell;
 vertical-align: middle;
 font-size: 1.4rem;
 font-weight: inherit;
 color: #000;
 font-weight: normal;
 border-bottom: none;
}
#g-nav li a:hover::after {
 content: "";
 width: 100%;
 height: 3px;
 background-color:#ff9a4f;
 position: absolute;
 left: 0;
 bottom: 2px;
 opacity: 1;
}
#g-nav li a:hover {
 opacity: 1;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
 margin: 0;
}
#pankuzu {
 font-size: 1.2rem;
 margin: 0 auto;
 padding: 1.2rem 0;
 width: min(100%, 1200px);
}
#pankuzu span {
 background: none;
 font-size: 1.2rem;
 font-weight: normal;
 color: #0c0e15;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
 width: min(100%, 1100px);
 margin: 0 auto 0;
 padding: 0 0 10rem;
 display: flex;
}
#index {
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
#category, #page {
 width: 78%;
 margin: 0px 4rem 0 0;
 padding: 8rem 0rem 0 0;
}
.addInner {
 margin: 0 auto;
 max-width: 1100px;
 padding: 7rem 0 10rem;
}
.addTxt {
 width: 80%;
 max-width: 100%;
 margin: 2rem auto 3rem;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
 width: 22%;
 margin: 6rem 0rem 0 0;
}
#side a { text-decoration: none; }
#side .sideBox {
 margin: 0 0 30px;
 border-top: 2px solid #252f69;
}
#side .sideBox .sttl {
 font-size: 1.5rem;
 line-height: 1.67;
}
#side .sideBox .sttl a {
 display: block;
 padding: 1.5rem 1.2rem;
}
#side .sideBox ul {
 padding: 0;
 margin: 0;
}
#side .sideBox ul li {
 background-image: none;
 padding: 0;
 position: relative;
}
#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/arrow_side_black.png) no-repeat right 10px center;
 background-size: 6px auto;
 text-decoration: none;
 color: #000;
}
#side .sideBox .subList {
 margin: 0;
}
#side .sideBox .subList li {
 margin: 0;
}
#side .sideBox .subList li a {
 display: block;
 padding: 10px 25px 10px 32px;
 position: relative;
}
#side .sideBox .subList li a::before {
 content: "└";
 position: absolute;
 left: 12px;
 top: 10px;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer {
 margin: 0 auto;
 padding: 0;
 background-color: #e2e4ea;
 color: #0d172a;
}
footer a { text-decoration: none; }
footer .areaInner {
 width: 100%;
 padding: 6rem 0 4rem;
}
footer .areaInner .inner {
 position: relative;
 width: min(100%, 1100px);
 margin: 0 auto;
}
footer .areaInner .logo {
 width: auto;
 margin: 0 auto 5rem;
 text-align: center;
 font-weight: bold;
}
footer .areaInner .logo a, footer .areaInner .logo p {
 display: inline-block;
 width: 17em;
 font-size: 2rem;
 line-height: 1.4;
 text-align: center;
 text-decoration: none;
 color: inherit;
}
footer .areaInner .footBox {
 margin: 0 0 4rem;
}
footer .areaInner .footBox .sttl {
 border-bottom: 1px solid #384050;
 padding: 0 0 1rem 0;
 margin: 0 0 1.8rem 0;
}
footer .areaInner .footBox .sttl a {
 display: block;
 font-size: 1.6rem;
 color: inherit;
 background: url("img/arrow_black02.svg") left center no-repeat;
 background-size: 19px auto;
 border: none;
 padding: 0.3rem 0 0.3rem 3rem;
 margin: 0;
}
footer .footBox ul {
 padding: 0 2rem;
}
footer .areaInner .footBox .accChild {
 padding: 0;
 box-sizing: border-box;
 display: flex;
 flex-wrap: wrap;
}
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:nth-of-type(n + 6) {
 margin-top: 0;
}
footer .areaInner .footBox .accChild li.subCat a {
 display: inline-block;
 background: url("img/arrow_black.png") 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: block;
 margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild li a {
 font-size: 1.3rem;
 font-weight: normal;
 padding: 0;
}
footer .areaInner .footBox .accChild li a:hover {
 text-decoration: none;
}
footer .areaInner .footBox .accChild .subList {
 padding: 0 0 0 1.5rem;
 margin: 0;
}
footer .areaInner .footBox .accChild .subList li {
 padding: 0.8rem 0 0 0;
 display: block;
 float: none;
 margin: 0;
 position: relative;
}
footer .areaInner .footBox .accChild .subList li::before {
 content: "└";
 position: absolute;
 top: 8px;
 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: 90%;
 background: #fff;
 border-radius: 0;
 padding: 2.75rem 3rem;
 margin: 4rem auto 3rem;
}
footer .areaInner .noticeArea p {
 font-size: 1.2rem;
 margin: 0;
}
footer .areaInner p.ucp {
 font-size: 1.2rem;
 line-height: 1.67;
 text-align: center;
 margin: 1.5rem auto 0;
 max-width: 92%;
}
footer .botArea {
 background-color: #fff;
 color: #0c0e15;
}
footer .botArea .inner {
 width: min(100%, 1200px);
 padding: 0.9rem 1rem;
 margin: 0 auto;
}
footer .botArea .inner.cf {
 content: none;
}
footer p.sitemap a {
 font-size: 1.2rem;
 line-height: 1.3;
 text-align: right;
 float: right;
 padding: 0.5rem 0;
 text-decoration: underline;
 color: inherit;
}
footer p.sitemap a:hover {
 text-decoration: none;
}
footer p.copy {
 font-size: 1.2rem;
 line-height: 1.3;
 text-align: left;
 color: inherit;
 float: left;
 padding: 0.5rem 0;
}
footer p.copy a {
 color: inherit;
}
footer p.copy a:hover {
 text-decoration: none;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
 position: fixed;
 bottom: 2rem;
 right: 2rem;
 z-index: 100;
 width: 42px;
}
/*--------------------------------------
　page.mappage
---------------------------------------*/
#contents #page.mappage {
 margin-bottom: 12rem;
}
#contents #page.mappage h2 {
 margin: 68px auto 28px;
}
#contents #page.mappage ul {
 margin: 0 auto 0.6rem;
}
#contents #page.mappage ul li {
 padding: 0 0 0.6rem 2.2rem;
}
#contents #page.mappage ul.subList {
 margin-top: 1rem;
}
#contents #page.mappage ul.subList li:last-child {
 margin: 0 0 1rem;
}
#contents #page.mappage ul li a:hover {
 opacity: 0.7;
}
#contents #page.mappage ul.subList li a {
 font-size: 1.4rem;
}
/*--------------------------------------
　メインコンテンツ
---------------------------------------*/
h1,h2,h3,h4,h5,h6 {
 color: #0d172a;
 font-weight: 700;
 line-height: 1.4;
 letter-spasing: 0.04em;
 margin: 4em auto 4rem;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.check a {
 text-decoration: none;
 display: block;
 padding-right: 3rem;
 background: url("img/arrow_black02.svg") no-repeat right 50% / 19px auto;
}
#category h1:not([class]), #page h1:not([class]) {
 color: #26314a;
 font-size: 3rem;
 line-height: 1.4;
 text-align: center;
 position: relative;
 margin: 0.5rem 0 4rem 4rem;
 background: #fff;
 border: 1px solid #0d172a;
 border-radius: 8px;
 max-width: calc(100% - 0rem);
 font-weight: 700;
 padding: 3.3rem 2rem;
 word-break: break-all;
}
#category h1:not([class])::before, #page h1:not([class])::before {
 content: "";
 width: 100%;
 height: 100%;
 background: #26314a;
 border-radius: 8px;
 position: absolute;
 top: -25px;
 left: -40px;
 z-index: -1;
}
#category h2:not([class]), #page h2:not([class]),#index h3:not([class]) {
 font-size: 2.6rem;
 padding: 1.5rem 3rem 1.2rem;
 background: #ffe6d8;
 border-bottom: 1px solid #0d172a;
 box-shadow: 0px 8px 0px #ffe6d8;
 position: relative;
}
#category h3:not([class]), #page h3:not([class]) {
 font-size: 2.2rem;
 margin: 4rem auto 3rem;
 padding: 1.4rem 1.5rem 1.4rem 5.7rem;
 border-bottom: 1px solid #ff5c00;
 position: relative;
 background: url(img/icon_mappin.png) no-repeat left 6px top 50% / 42px auto;
}
#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;
 font-weight: 700;
 padding: 0 2rem 1.3rem;
 margin: 4rem auto 2.5rem;
 border-bottom: 1px solid #26314a;
}
#category h5:not([class]), #category h6:not([class]), #page h5:not([class]), #page h6:not([class]) {
 font-size: 1.9rem;
}
/*check*/
#contents .check {
 min-height: 97px;
 display: flex;
 align-items: center;
 font-size: 2.4rem;
 font-weight: 700;
 line-height: 1.4;
 background:#fff79f url("img/rank_check.png") no-repeat left 3px top 50% /  84px auto;
 padding: 2rem 2rem 2rem 9.9rem;
 margin: 3rem auto 2rem;
 position: relative;
}
/*addParts__title*/
.addTopArea .addParts__title {
 text-align: center;
 padding: 0 0 10.8rem;
 position: relative;
 letter-spacing: 5px;
 line-height: 1.4;
 font-size: 4.2rem;
 font-weight: 700; 
 z-index: 1;
 margin: 0 0 4rem;
}
.addTopArea .addParts__title .small { font-size: 3.2rem; }
.addTopArea .addParts__title a {
 display: inline-block;
 background-position: right 0 bottom 0.5em;
}
.addTopArea .addParts__title::before {
 content: "";
 width: 100%;
 height: 126px;
 position: absolute;
 background: rgba(255,255,255,0.3);
 left: 0;
 bottom: 0;
 z-index: -1;
}
.addTopArea .addParts__title::after {
 content: "";
 width: 228px;
 height: 37px; 
 background: url(img/addParts--recommended_title_bg.png) no-repeat center top / 100% auto;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 32px;
 margin: 0 auto;
}
/*--------------------------------------
　list
---------------------------------------*/
#contents ul:not([class]) {
 max-width: 100%;
 margin: 4.5rem 0;
 padding: 0 1rem;
}
#contents ul:not([class]) li {
 padding: 0 0 0.5rem 3rem;
 position: relative;
}
#contents ul:not([class]) li::before {
 content: "";
 display: block;
 background-color: #ff8400;
 width: 10px;
 height: 10px;
 border-radius: 50px;
 position: absolute;
 top: 12px;
 left: 0;
}
#contents ol:not([class]) {
 max-width: 100%;
 margin: 2.5rem 0rem;
 padding: 0 1rem;
 counter-reset: number;
}
#contents ol:not([class]) li {
 padding: 0.4rem 0 0rem 3rem;
 list-style: none;
 position: relative;
 counter-increment: number;
}
#contents ol:not([class]) li::before {
 display: block;
 background-color: #26314a;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 10px;
 left: 0;
 color: #fff;
 text-align: center;
 line-height: 20px;
 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);
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
 max-width: calc(100% - 0rem);
 margin: 6.5rem auto;
 box-sizing: border-box;
}
.float-wrap img {
 max-width: 100%;
 display: block;
 margin: 0 auto;
 width: 100%;
}
.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 1rem 3rem;
 text-align: center;
}
.float-wrap .ct {
 width: 500px;
 margin: 0 auto 20px;
 text-align: center;
}
.float-wrap.ct .catch {
 text-align: center;
}
.float-wrap .catch {
 font-size: 2rem;
 font-weight: 700;
 line-height: 1.7;
 margin: 0 auto 2rem;
 color: #ff5c00;
}
/*--------------------------------------
　btn
---------------------------------------*/
.btn-internal,
.btn-web,
.btn-tel {
 width: 450px;
 max-width: 90%;
 text-align: center;
 margin: 4rem auto 1rem;
 padding: 0; 
 position: relative;
 cursor: pointer;
 z-index: 0;
}
.btn-internal::after,
.btn-web::after,
.btn-tel::after {
 content: "";
 display: block;
 width: calc(100% - 1px);
 height: calc(100% - 1px);
 border: 1px solid #26314a;
 border-width: 0 1px 1px 0;
 position: absolute;
 right: -5px;
 bottom: -5px;
 z-index: -1;
}
@media screen and (min-width: 480px) {
}
.btn-internal a,
.btn-web a,
.btn-tel a {
 display: block;
 padding: 2rem 11%;
 font-size: 1.8rem;
 font-weight: 700;
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 70px;
 line-height: 1.4;
 text-align: center;
 text-decoration: none;
 width: 100%;
 z-index: 10;
 background:#26314a;
 color: #fff;
 position: relative;
}
.btn-internal a::after,
.btn-web a::after {
 content: "";
 width: 19px;
 height: 7px;
 background: url(img/arrow_white02.svg) no-repeat center top / 100% auto;
 position: absolute;
 right: 4%;
 top: 50%;
 transform: translateY(-50%);
}
.btn-internal::after { background-color:#ffde10; }
.btn-web a { background:linear-gradient(#ff8400 0, #ff581f 100%); }
.btn-tel a {
 background:#ffed21;
 color: #26314a;
}
.btn-tel a::before {
 content: "";
 width: 26px;
 height: 28px;
 background: url(img/icon_tel.png) no-repeat center top / 100% auto;
 position: absolute;
 left: 4%;
 top: 50%;
 transform: translateY(-50%);
}
.btn-link {
 margin: 4rem auto;
 text-align: right;
}
.btn-link a {
 display: inline-block;
 padding: 5px 0 5px 22px;
 background: url(img/arrow-icon-right.png) top 7px left no-repeat;
 background-size: 16px auto;
 line-height: 1.3;
}
.btn-tel { display: none; }
/*--------------------------------------
　table
---------------------------------------*/
#contents .table-layout { padding: 0; }
table {
 width: 100%;
 max-width: calc(100% - 0rem);
 table-layout: fixed;
 margin: 5rem 0rem;
 border: solid 1px #fff;
 line-height: 1.5;
}
table th {
 width: 26.6%;
 font-weight: 700;
 text-align: center;
 background: #f0f0f0;
 border: solid 1px #fff;
 padding: 1.3rem 1rem;
 word-break: break-all;
 line-height: 1.4;
 vertical-align: middle;
}
table td {
 padding: 1.3rem 1.5rem;
 background: #fbfbfb;
 text-align: left;
	border: solid 1px #e2e2e2;
 word-break: break-all;
 vertical-align: middle;
}
/*--------------------------------------
　box-wrap
---------------------------------------*/
div + .box-wrap { margin-top: 4rem; }
.box-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.box-wrap .box .box-head {
 line-height: 1.4;
 font-weight: 700;
 display: flex;
 align-items: center;
 text-align: center;
 justify-content: center;
 width: 100%;
}
#contents .box .box-body > *:first-child {
 padding-top: 0;
 margin-top: 0;
}
#contents .box .box-body > *:last-child {
 padding-bottom: 0;
 margin-bottom: 0;
}
.box a { text-decoration: none; }
.box-wrap .box.typeA {
 width: calc((100% - 2.3rem)/2);
 background-color: #fffade;
 padding: 4.6rem 2.4rem;
 position: relative;
 margin-top: 3.2rem;
}
.box-wrap .box.typeA::after {
 content: "";
 width: 100%;
 height: 53px;
 background: url("img/icon_loupe01.png") no-repeat left top / auto 100%;
 position: absolute;
 top: -3.2rem;
 left: 6px;
}
.box-wrap .box.typeA:nth-child(2)::after { background-image: url("img/icon_loupe02.png"); }
.box-wrap .box.typeA .box-head {
 justify-content: flex-start;
 text-align: left;
 color: #ff5c00;
 font-size: 2rem;
 font-weight: 700;
 line-height: 1.4;
 margin: 0 0 2rem;
}
.box-wrap .box.typeB {
 width: calc((100% - 8rem)/2);
 row-gap: 4rem;
 padding: 4rem 0 5rem;
 background: url("img/box_deco_business.png") no-repeat left top / auto 39px;
}
.box-wrap .box.typeB .box-head {
color: #ffffff;
    padding: 2rem 2rem;
    font-size: 2.2rem;
    background: #26314a;
}
.box-wrap .box.typeB .box-head a {
 display: block;
 width: 100%;
 background: url("img/arrow_white02.svg") no-repeat right 50% / 19px auto;
 padding: 0 2.4rem;
}
.box-wrap .box.typeC {
 width: calc((100% - 4.2rem)/2);
 padding: 0 2.4rem 3rem;
 background-color: #fff;
 border: solid 1px #26314a;
}
.box-wrap .box.typeC .box-head .box-title {
 margin: 0;
 display: block;
 font-size: 2rem;
 color: #26314a;
 line-height: 1.6;
 padding: 3.5rem 0 2rem;
 letter-spacing: 0.07em;
}
.box-wrap .box.typeC .box-head .box-title .bg {
 display: inline-block;
    background-color: #26314a;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin: 0 0 1rem;
    color: #ffffff;
}
.box-wrap .box.typeC .box-head .box-title .bg.orange { color: #ffdc82; }
/*--------------------------------------
　frame-wrap
---------------------------------------*/
div + .frame-wrap { margin-top: 4rem; }
.frame-wrap {
 width: 100%;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 2.5rem;
 row-gap: 3rem;
}
.frame-wrap .frame {
 padding: 0 3rem 3rem;
 border: solid 1px #26314a;
}
.frame-wrap .frame-head {
 display: flex;
 align-items: center;
 font-size: 2rem;
 line-height: 1.4;
 color: #26314a;
 font-weight: 700;
 padding: 3rem 0;
 margin: 0 0 2rem;
 border-bottom: solid 1px #ff8604;
}
.frame-wrap .frame-head a {
 display: block;
 width: 100%;
 background: url("img/arrow_black02.svg")no-repeat right 50% / 19px auto;
 padding-rgiht: 2.2rem;
}
.frame-wrap .frame table { margin: 2rem 0 0; }
.frame-wrap .frame table th { width: 80px; border: solid 1px #e2e2e2; }
#contents .frame .frame-body > *:first-child {
 padding-top: 0;
 margin-top: 0;
}
#contents .frame .frame-body > *:last-child {
 padding-bottom: 0;
 margin-bottom: 0;
}
/*--------------------------------------
　bottomBanner
---------------------------------------*/
.bottomBanner { 
 position: fixed;
 bottom: 140px;
 right: 0;
 z-index: 9999;
 opacity: 0;
}
.bottomBanner a {
 text-decoration: none;
 display: block;
 width: 180px;
 height: 104px;
 background-image: linear-gradient( 0deg, rgb(255,218,71) 0%, rgb(255,200,140) 100%);
 padding: 1rem;
 position: relative;
}
.bottomBanner a::before {
 content: "";
 width: 26px;
 height: 26px;
 background-color: #26314a;
 clip-path: polygon(0 100%, 100% 100%, 100% 0%);
 position: absolute;
 right: 0;
 bottom: 0;
}
.bottomBanner a .bg {
 background-color: #fff;
 padding: 0.2rem;
 color: #ff5c00;
 letter-spacing: 0.15em;
 line-height: 1.2;
 font-weight: 700;
 font-size: 1.1rem;
 text-align: center;
}
.bottomBanner a .text {
 margin: 0.6rem 0 0;
 color: #26314a;
 font-weight: 700;
 text-align: center;
 line-height: 1.2;
 letter-spacing: 0.15em;
 font-size: 2rem;
}
.bottomBanner a .text .small { font-size: 1.6rem; }
/*--------------------------------------
　addParts--recommended
---------------------------------------*/
.addParts--recommended { background: url("img/addParts__title_deco_recommended.png") no-repeat center top / cover; }

#contents .addParts--recommended p { 
	margin: 0; 
}
#contents .addParts--recommended .caption {
    margin-top: 1rem;
}
.frame--recommended .list-wrap--recommended p ,.frame--recommended .list-wrap2--recommended p{ 
    font-size: 1.8rem;
}
.frame--recommended .list-wrap--recommended span, .frame--recommended .list-wrap2--recommended span{
    font-size: 1.8rem;
}

.addParts--recommended lower-bottom .list-wrap3--recommended p{
    font-size: 1.5rem;
}

.frame-wrap--recommended {
 display: flex;
 justify-content: space-between;
}
.frame-wrap--recommended .frame--recommended {
 width: 48%;
 background: #fff;
}
.frame--recommended .frame__catch--recommended {
text-align: center;
    background-color: #26314a;
    padding: 3rem 3rem;
    color: #fff;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 700;
}
.frame--recommended .frame__catch--recommended .orange { color:#ffb463; }
.frame--recommended .frame__catch--recommended .small { font-size:  2.4rem; }
.frame--recommended .frame--recommended-body { padding: 3rem 3.8rem; }
.frame--recommended .frame__title--recommended {
 margin: 0;
 text-align: center;
 font-size: 3rem;
 color: #ff5c00;
 font-weight: 700;
 line-height: 1.4;
 letter-spacing: 0.03em;
	padding-bottom: 1rem;
}
.frame--recommended .frame__title--recommended .small {
 display: block;
 font-size:1.9rem;
 color: #26314a;
}
.frame__img-wrap--recommended {
 margin: 2rem 0 0;
 text-align: center;
}
.frame--recommended .list-wrap--recommended,
.frame--recommended .list-wrap2--recommended,
.frame--recommended .list-wrap3--recommended {
 padding: 4% 5%;
 margin: 1.8rem 0 0;
 border: solid 2px #ff8400;
}
.frame--recommended .list-wrap2--recommended { border-color:#a7abb7; }
.frame--recommended .list-wrap--recommended .list-wrap-name,
.frame--recommended .list-wrap2--recommended .list-wrap2-name,
.frame--recommended .list-wrap3--recommended .list-wrap3-name {
 color: #ff5c00;
 font-weight: 700;
 font-size: 2rem;
 line-height: 1.44;
 margin: 0 0 1rem;
}
.frame--recommended .list-wrap2--recommended .list-wrap2-name { color: #26314a; }
.frame--recommended .list-wrap3--recommended .list-wrap3-catch {
 background: url("img/icon_checkmark.png") no-repeat left 0 top 4px / 28px auto;
 padding: 0 0 0 3.5rem;
 font-weight: 700;
 line-height: 1.4;
 color: #26314a;
 font-size: 1.8rem;
 margin: 0 0 2rem;
}
.frame--recommended .list-wrap3--recommended .list-wrap3-catch span{
 font-size: 1.8rem;
}

.addParts--recommended .notes--recommended {
 color: #fff;
 margin: 2rem 0 0;
 font-size: 1rem;
}
/* 下層コンテンツ内 */
.addParts--recommended.lower {
 margin: 4rem 0 0;
 padding-left: 2rem;
 padding-right: 2rem;
	border-radius: 8px;
}
.addParts--recommended.lower .addTxt {
 width: 100%;
 max-width: 100%;
}
.addParts--recommended.lower .frame--recommended .frame--recommended-body { padding: 3rem 2rem; }
.addParts--recommended.lower .btn-internal a::after { transform: translateY(-50%) rotate(90deg); }
/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 { position: relative; }
.addParts02 .addInner { padding-top: 9.7rem; }
.addParts02::before {
 content: "";
 display: block;
 width: 100%;
 height: 70px;
 background: url("img/addParts02_bg_text.png") no-repeat center top / auto 100%;
 position: absolute;
 left: 0;
 top: 0;
}

#category .addParts02 .addInner {
        padding: 9.7rem 0 0;
}

.addParts02 .addTopArea .sttl {
 text-align: center;
 color: #26314a;
 font-size: 4.2rem;
 line-height: 1.45;
 font-weight: 700;
 margin: 0 auto 3rem;
 letter-spacing: 0.15em;
}
.addParts02 .addTopArea .small { font-size: 3.0rem; }
.addParts02 .block {
 background: #fff;
 padding: 5rem 4.5rem;
}
.addParts02 .block + .block { margin-top: 4rem; }
.addParts02 .blockTitArea {
 text-align: center;
 margin: 0 auto 4.2rem;
}
.addParts02 .blockTitSub {
 font-size: 3.0rem;
 line-height: 1.6;
 text-align: center;
 margin: 0;
 font-weight: 700;
 padding: 1.7rem 1rem;
 position: relative;
 background: #26314a;
 color: #fff;
 letter-spacing: 0.075em;
 border-radius: 8px;
}
.addParts02 .blockTitSub .small { font-size: 2.4rem;}
.addParts02 .blockTitSub .orange { color: #ffb463;}
.addParts02 .blockTit {
 margin: 4rem 0;
 display: block;
 font-size: 3.0rem;
 font-weight: 700;
 line-height: 1.4;
 text-align: center;
 color: #172151;
}
.addParts02 .blockTit .orange {
  color: #ff5c00  !important;
}
.addParts02 .blockTit .small {
 display: block;
 font-size: 2rem;
}
.addParts02 .block .pic {
 text-align: center;
 width: 50%;
 margin: 0 auto;
}
.addParts02 .block .caption { color: #999999; }
.addParts02 .block .notes {
 color: #999999;
 font-size: 1.2rem;
 line-height: 1.6;
}
.addParts02 .block .block__item {
 padding: 4.2rem 4.5rem 0;
 margin: 8.4rem -4.5rem 0;
 background: url("img/addParts02_deco_feature.png") no-repeat left top / auto 78px;
}
.addParts02 .block .block__item.example { background-image: url("img/addParts02_deco_example.png"); }
.addParts02 .block .block__item.cost { background-image: url("img/addParts02_deco_cost.png"); }
.addParts02 .block .block__item.info { background-image: url("img/addParts02_deco_information.png"); }
.addParts02 .block .block__item .block__item__title {
 text-align: center;
 font-size: 2.6rem;
 font-weight: 700;
 letter-spacing: 0.03em;
 color: #0d172a;
 margin: 0 auto 4.2rem;
}
.addParts02 .block .block__item table.date {
 border: solid 1px #828692;
 margin: 4rem 0;
}
.addParts02 .block .block__item table.date th {
 background-color: #828692;
 color: #fff;
 text-align: center;
 width: 35%;
 font-weight: 700;
 border: solid 1px #828692;
}
.addParts02 .block .block__item table.date td {
 background-color: #eff1f6;
 text-align: center;
 font-weight: 700;
 border: solid 1px #828692;
}
.addParts02 .block .block__item .personBox {
 display: table;
 padding: 3.2rem 4.3rem;
 position: relative;
 background: #fff;
 border: 2px solid #e2e5ed;
 width: 100%;
}
.addParts02 .block .block__item .personBox + .personBox { margin-top: 3rem; }
.addParts02 .block .block__item .personBox .pic {
 display: table-cell;
 vertical-align: top;
 text-align: center;
 width: 124px;
 padding-right: 28px;
}
.addParts02 .block .block__item .personBox dl {
 display: table-cell;
 vertical-align: middle;
 width: calc(100% - 172px);
}
.addParts02 .block .block__item .personBox dl dt {
 font-size: 2rem;
 font-weight: 700;
 line-height: 1.4;
 color: #ff5c00;
 margin: 0 auto 2rem;
}
.addParts02 .block .block__item .personBox .caption { text-align: right; }
.addParts02 .block .block__item.cost .catch {
 font-weight: 700;
 font-size: 2rem;
}
#index .addParts02 .block .block__item.cost .catch + ul { margin-top: 2rem; }
.addParts02 .block .block__item.info table { margin: 0 auto; }
/* 下層コンテンツ内 */
.addParts02.lower .block { border: solid 1px #a9afbb; }
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
 background: #eff1f6;
 max-width: 767px;
 margin: 6rem auto 0;
}
.toc_parts .ttl {
 padding: 3rem 0 3rem 1rem;
 font-size: 2rem;
 font-weight: bold;
 position: relative;
 margin-left: 3rem;
 color: #303030;
}
@media screen and (min-width: 480px) {
.toc_parts .ttl:hover { cursor: pointer; }
}
.toc_parts .ttl::before {
 content: "";
 width: 20px;
 height: 35px;
 position: absolute;
 top: 0;
 bottom: 0;
 border-left: 4px solid #26314a;
 left: 0;
 margin: auto;
}
.toc_parts .ttl::after {
 content: "";
 background: url(img/plus.png) center no-repeat;
 background-size: 100% auto;
 width: 19px;
 height: 18px;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 20px;
 margin: auto;
}
.toc_parts .ttl.btn::after {
 background: url(img/mainasu.png) center no-repeat;
 background-size: 100% auto;
}
#toc {
 display: none;
 margin: 0 0;
 padding: 0rem 4rem 3rem;
 position: relative;
}
#toc.open::before {
 content: "";
 position: absolute;
 width: 94%;
 height: 1px;
 margin: auto;
 left: 0;
 right: 0;
 top: -3rem;
 border-top: 1px solid #858a94;
}
#toc .chapter {
 margin: 0 0 2rem;
 counter-reset: count;
}
#toc .chapter .chapter-h {
 margin: 3rem 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: #b5b8c5;
 font-size: 2rem;
 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 {
 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: 400;
}
#toc li.chapter-h.chapter-h-three span {
 font-weight: 400;
}
#toc .chapter br { display: none; }
/*--------------------------------------
  ac-btn
---------------------------------------*/
.ac-btn { margin: 5rem auto; }
.btn-internal.ac-btn::after { background-color: transparent; }
.ac-btn a {
 background-color: #e2e5ed;
 color: #0d172a;
}
.ac-btn a:after {
 content: "";
 background: url("img/plus.png") no-repeat center top / 100%;
 width: 18px;
 height: 18px;
 position: absolute;
 top: 50%;
 right: 20px;
}
.ac-btn.is-open .ac-btn-off {
 display: none;
}
.ac-btn.is-open a:after {
 content: "";
 background: url("img/mainasu.png") no-repeat center top / 100%;
 width: 18px;
 height: 18px;
 position: absolute;
 top: 50%;
 right: 20px;
}
.ac-btn.is-open a:before { content: '閉じる'; }
.show {
 opacity: 1;
 visibility: visible;
 transform: translateY(0px);
}
/*  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;
  font-size: 1.4rem;
  line-height: 1.8;
 }
 /*--------------------------------------
  Header
 ---------------------------------------*/
 header .headTopWrap {
  background: #fff;
 }
 header .headTopArea {
  margin: 0 auto;
  padding: 0.8rem 2rem;
 }
 header .headTopArea .rightTxt {
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
 }
 /*--------------------------------------
  　visArea　下層ページ
  ---------------------------------------*/
 #visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
 }
 #visArea .mainArea {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
 }
 #visArea .mainArea .mainAreaInner {
  display: block;
 }
 #visArea .mainArea .siteNameArea {
  display: table;
  height: 80px;
  width: 100%;
  position: relative;
  z-index: 0;
 }
 #visArea .mainArea .siteNameAreaInner {
  display: table-cell;
  vertical-align: middle;
 }
 #visArea .mainArea .siteName {
  margin: 0 auto;
  max-width: 92%;
  width: 180px;
 }
 #visArea .mainArea .siteName a { width: 100%; }
 /*--------------------------------------
  　spMenuBox
  ---------------------------------------*/
 /*navWrap*/
 #navWrap {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #faf5d2;
  margin: 0 auto;
 }
 /*navTop*/
 #navWrap .navTop {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #b8b8b8;
  position: fixed;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
 }
 body.open #navWrap .navTop {
  bottom: 0 !important;
  opacity: 1 !important;
  z-index: 9999 !important;
 }
 #navWrap .navTopInner {
  display: table;
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
 }
 #navWrap .siteName {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 1rem;
  border-right: 1px solid #bbb;
  text-align: center;
 }
 #navWrap .siteName img { width: 120px; }
 #navWrap .recommendBtn {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: calc(53.5% - 41px);
  font-size: 1.3rem;
  text-align: center;
  color: #0d172a;
  padding: 0.5rem 0rem;
  border-right: 1px solid #bbb;
  position: relative;
  background-image: linear-gradient(0deg, rgb(255, 218, 71) 0%, rgb(255, 200, 140) 100%);
  background-size: 14px auto;
  font-weight: bold;
  line-height: 1.4;
 }
	.nav-span{
 background-color: #fff;
 padding: 0;
 color: #ff5c00;
 line-height: 1.2;
 font-size: 0.8rem;
  }
 #menuBtn {
  display: table-cell;
  vertical-align: middle;
  box-sizing: content-box;
  width: 30px;
	 background: #e7eaf1;
  height: 40px;
  padding: 0 1rem;
  cursor: pointer;
  z-index: 9999;
  position: relative;
 }
 #menuBtn .menu {
  width: 21px;
  height: 15px;
  position: absolute;
  top: calc(50% - 8px);
  outline: none;
  border: none;
  background: url("img/sp_ico_menu.png") center no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
 }
 body.open #menuBtn .menu {
  width: 16px;
  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: rgba(238, 238, 238, 0.94);
  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;
  font-weight: bold;
  line-height: 1.45;
  color: #000;
  background: url("img/arrow_black.png") 96% center no-repeat;
  background-size: 7px auto;
  padding: 1.2rem 9% 1.2rem 4%;
 }
 #navSp .navBox .tglMenu a {
  background: url("img/arrow_black_down.png") 96% center no-repeat;
  background-size: 9.5px 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 #b5b5b5;
  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;
  color: #000;
  background: url("img/arrow_black.png") 95.5% center no-repeat;
  background-size: 5px auto;
  border-bottom: 1px solid #b5b5b5;
  padding: 1.2rem 9% 1.2rem 7%;
 }
 #navSp .navBox .accChild li .subList li a {
  padding-left: 12%;
 }
 /*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: 1rem 0;
  margin: 0 auto 2rem;
  overflow: auto;
  white-space: nowrap;
  position: relative;
  z-index: 1;
 }
 #pankuzu {
  box-sizing: border-box;
  width: 92%;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0.7rem 0 0.7rem;
  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 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;
  padding: 0 2rem 6rem;
 }
 #index {
  width: 100%;
  margin: 0;
  padding: 0;
 }
 #category, #page {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
 }
 .addInner {
  width: 100%;
  padding: 4rem 2rem;
 }
 .addTxt { width: 100%; }
 #category > h1:first-of-type, #page > h1:first-of-type {
  margin-top: 1.5rem;
 }
 /*--------------------------------------
  　bottomBanner
  ---------------------------------------*/
 .bottomBanner {
  bottom: 0px;
 }
 .bottomBanner a {
  display: block;
 }
 .bottomBanner .bnrTop {
  display: table;
  margin: 0 0 1rem;
 }
 .bottomBanner.imgBox {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  max-width: 90px;
 }
 .bottomBanner .catch {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  padding: 0 0 0 1.5rem;
 }
 #contents .bottomBanner p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
 }
 .bottomBanner .dtlBtn {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background: url(img/arrow_white.png) right 10px center no-repeat #333;
  background-size: 6px auto;
  padding: 8px 30px;
  margin: 0 auto;
 }
 /*--------------------------------------
  Footer
  ---------------------------------------*/
 footer {
  width: 100%;
	 margin-bottom: 7rem;
 }
 footer .areaInner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2.2rem 0 1.8rem;
 }
 footer .areaInner .inner {
  width: 100%;
  padding: 0;
 }
 footer .areaInner .logo {
  display: block;
  box-sizing: border-box;
  width: auto;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 92%;
 }
 footer .areaInner .logo a, footer .areaInner .logo p {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
 }
 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;
  background: url("img/arrow_black_down.png") right 10px center no-repeat;
  background-size: 10px auto;
  padding: 0.8rem 3rem 0.8rem 4%;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
 }
 footer .areaInner .footBox .sttl a:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
 }
 footer .areaInner .footBox .sttl.open a {
  background: url("img/black-arrow.png") right 10px center no-repeat;
  background-size: 10px auto;
 }
 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: #eee;
 }
 footer .areaInner .footBox .accChild li {
  display: block;
  float: none;
 }
 footer .areaInner .footBox .accChild li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.2rem;
  color: #000;
  background: #eee url("img/arrow_black.png") 96.5% center no-repeat;
  background-size: 6px auto;
  border-bottom: 1px solid #ccc;
  padding: 1.2rem 9% 1.2rem 4%;
 }
 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: #eee url("img/arrow_black.png") 96.5% center no-repeat;
  background-size: 6px auto;
  padding: 1.2rem 9% 1.2rem 4%;
  color: #000;
 }
 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.2rem;
  padding: 0.7rem 9% 0.7rem 9%;
  background: #eee url("img/arrow_black.png") 96.5% center no-repeat;
  background-size: 6px auto;
 }
 footer .areaInner .footBox .accChild .subList li a::before {
  content: "└";
  display: block;
  position: absolute;
  top: 9px;
  left: 4%;
  margin-right: 0.4rem;
 }
 footer .areaInner .noticeArea {
  width: 92%;
  margin: 2.5rem auto 0rem;
  padding: 1.5rem;
 }
 footer .areaInner .noticeArea p {
  font-size: 1.1rem;
  line-height: 1.45;
 }
 footer .areaInner p.ucp {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1.5rem auto 0;
 }
 footer .botArea .inner {
  width: 92%;
  padding: 1.2rem 0;
  margin: 0 auto;
 }
 footer .botArea .inner .cf {
  content: none;
 }
 footer p.sitemap {
  text-align: right;
  padding: 0;
  margin: 0 auto 0.2rem;
 }
 footer p.copy {
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem 0;
  text-align: center;
 }
 footer p.sitemap a {
  float: none;
  font-size: 1.1rem;
  padding: 0;
 }
 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: 30px;
 }
 #page-top img {
  width: 100%;
 }
 /* ================== */
 /*  サイトマップ　　　*/
 /* ================== */
 #contents #page.mappage {
  margin-bottom: 10rem;
 }
 #contents #page.mappage h2 {
  margin: 5rem auto 2rem;
 }
 #contents #page.mappage h2 a:hover {
  color: #333;
  text-decoration: none;
  opacity: 1;
 }
 #contents #page.mappage ul {
  margin: 1rem auto 1rem;
 }
 #contents #page.mappage ul li {
  padding: 0 0 0.6rem 1.6rem;
 }
 #contents #page.mappage ul.subList li:last-child {
  margin: 0 0 1rem;
 }
 #contents #page.mappage ul li a:hover {
  opacity: 1;
 }
 #contents #page.mappage ul.subList li a {
  font-size: 1.4rem;
 }
 /*--------------------------------------
　メインコンテンツ
---------------------------------------*/
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  padding-right: 2.4rem;
  background-size: 17px auto;
 }
 #category h1:not([class]), #page h1:not([class]) {
  font-size: 2.2rem;
  padding: 2rem 1.5rem;
  margin: 1.5rem auto 3rem;
  width: 100%;
 }
 #category h1:not([class])::before, #page h1:not([class])::before {
  top: -15px;
  left: -12px;
 }
 #category h2:not([class]), #page h2:not([class]) {
  font-size: 2rem;
  margin:5rem auto 2rem;
  padding: 1.2rem 4% 1rem;
 }
 #category > h1:not([class]) + h2:not([class]):first-of-type, #page > h1:not([class]) + h2:not([class]):first-of-type {
  margin-top: 3.5rem;
 }
 #category h3:not([class]), #page h3:not([class]) {
  font-size: 1.8rem;
  margin: 3rem auto 2rem;
  padding: 0.8rem 0 0.8rem 3rem;
  background-size: 24px auto;
  background-position: left 50%;
 }
 #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: 1.6rem;
  padding: 0 4% 1rem;
  margin: 3rem auto 2rem;
 }
 #category h5:not([class]), #category h6:not([class]), #page h5:not([class]), #page h6:not([class]) {
  font-size: 1.6rem;
 }
 /*check*/
 #contents .check {
  min-height: 52px;
  font-size: 1.8rem;
  background-size: 50px auto;
  padding: 1rem;
  padding-left: 6rem;
  margin: 4rem auto 2rem;
 }
	
	span:not([class]) {
    font-size: 1.5rem;
}
	span.red {
    font-size: 1.5rem;
}

	#visArea .mainArea .txtArea span.red{
       background: linear-gradient(transparent 70%, #fff692 0%);
        font-size: 1.5rem;
    }
 .addTopArea .addParts__title {
 padding: 0 0 6rem;
        letter-spacing: normal;
        font-size: 2.2rem;
        margin: 0 0 2rem;
        line-height: 1.6;
 }
	
	
 .addTopArea .addParts__title .small { font-size: 1.8rem; }
 .addTopArea .addParts__title::before { height: 84px; }
 .addTopArea .addParts__title::after {
  width: 160px;
  height: 26px;
  bottom: 20px;
 }
 .addTopArea .addParts__title a {
  padding: 0 3rem;
  background-size: 15px auto;
 }
 /*--------------------------------------
  　list
  ---------------------------------------*/
 #contents ul:not([class]) {
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 0;
 }
 #contents ul:not([class]) li {
  padding: 0 0 0.5rem 2.5rem;
 }
 #contents ul:not([class]) li::before {
  width: 8px;
  height: 8px;
  top: 11px;
  left: 4px;
 }
 #contents ol:not([class]) {
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 0;
 }
 #contents ol:not([class]) li {
  padding: 0 0 0.5rem 2.5rem;
 }
 #contents ol:not([class]) li::before {
  width: 16px;
  height: 16px;
  top: 5px;
  font-size: 1rem;
  line-height: 16px;
 }
 /*--------------------------------------
  　float-wrap
  ---------------------------------------*/
 .float-wrap {
  margin: 4rem auto;
  position: relative;
 }
 .float-wrap .flame {
  width: 100%;
  margin: 0 auto;
 }
 .float-wrap .float-img {
  width: auto;
  margin: 0 auto 1.6rem;
  text-align: center;
 }
 .float-wrap .catch {
  font-size: 1.6rem;
  margin: 0 auto 1rem;
  text-align: left;
 }
 .float-wrap.ct .catch { text-align: left; }
 .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;
 }
 /*--------------------------------------
  　btn
  ---------------------------------------*/
 .btn-internal a, .btn-web a, .btn-tel a {
 min-height: 60px;
        font-size: 1.6rem;
        line-height: 1.35;
        padding: 1.5rem 4rem;
 }
 .btn-link {
  max-width: 90%;
  text-align: center;
 }
 .btn-link a {
  display: block;
  padding:1.5rem 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  background-position: right 10px center;
  border: 1px solid #172151;
  background-color: #fff;
 } 
 .btn-tel { display: block; }
 /*--------------------------------------
  　table
  ---------------------------------------*/
 table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  margin: 3rem auto;
  border-bottom: none;
 }
 table th,
 table td {
  padding: 1.2rem 4%;
 }
 table:not([class]),
 table:not([class]) tbody,
 table:not([class]) tr,
 table:not([class]) th,
 table:not([class]) td {
  display: block;
  width: 100%;
 }
 table:not([class]) th,
 table:not([class]) td {
  border: none;
  border-bottom: solid 1px #fff;
 }
 /*--------------------------------------
  　box-wrap
  ---------------------------------------*/
 .box-wrap { display: block; }
 #contents .box-wrap .box { width: 100%; }
 .box-wrap .box { margin-top: 3rem; }
 .box-wrap .box { padding: 0 2rem 2rem; }
 .box .box-head { padding: 2rem 0; }
 .box-wrap .box.typeA {
  margin-top: 4rem;
  padding: 2rem;
 }
 .box-wrap .box.typeA::after {
  height: 40px;
  top: -2rem;
 }
 .box-wrap .box.typeA .box-head {
  padding-bottom: 0;
  font-size: 1.6rem;
 }
 .box-wrap .box.typeB .box-head {
  font-size:1.8rem;
  padding: 1.5rem 2rem;
 }
	.box-wrap .box.typeB {
    padding: 3.4rem 0 1.5rem;
        background: url(img/box_deco_business.png) no-repeat left top / auto 33px;
}
	
 .box-wrap .box.typeC { padding: 0.2rem 2rem 2rem; }
 .box-wrap .box.typeC .box-head .box-title { padding: 0; }
 .box-wrap .box.typeC .box-head .box-title { font-size: 1.6rem; }
 /*--------------------------------------
  　frame-wrap
  ---------------------------------------*/
 .frame-wrap { display: block; }
 .frame-wrap .frame + .frame { margin-top: 2rem; }
 .frame-wrap.num .frame + .frame { margin-top: 3rem; }
 .frame-wrap .type-a { padding: 0.2rem 2rem 2rem; }
 .frame-wrap.num .type-a { padding: 1rem 2rem 2rem; }
 .frame-wrap .type-a .frame-head { font-size: 1.8rem; }
 .frame-wrap .type-a .frame-head { padding: 2rem 0; }
 .frame-wrap.num .type-a .frame-head { padding-bottom: 2rem; }
 .frame-wrap .type-b { padding: 1rem 2rem 2rem; }
 /*--------------------------------------
  　addParts--recommended
  ---------------------------------------*/
 .frame-wrap--recommended { display: block; }
 .frame-wrap--recommended .frame--recommended {
  margin-top: 5rem;
  width: 100%;
 }
 .frame--recommended .frame__catch--recommended {
  padding: 2rem;
  font-size: 2.2rem;
	     line-height: 1.3;
 }
 .frame--recommended .frame--recommended-body {
  padding: 3rem 2rem;
 }
 .addParts--recommended.lower {
  margin: 4rem -2rem 0;
  padding: 0;
	     border-radius: 0;
 }
	#category .addParts02 .addInner {
    padding: 4rem 2rem 0;
}
	
 .frame--recommended .frame__title--recommended { font-size: 2.2rem; }
	.frame--recommended .frame__title--recommended .small {
    font-size: 1.8rem;
}
	.frame--recommended .list-wrap--recommended .list-wrap-name, .frame--recommended .list-wrap2--recommended .list-wrap2-name, .frame--recommended .list-wrap3--recommended .list-wrap3-name {
    font-size: 1.6rem;
		margin: 0 0 0.5rem;
}
	
.frame--recommended .frame__catch--recommended .small {
    font-size: 1.8rem;
}
	.frame--recommended .list-wrap--recommended p, .frame--recommended .list-wrap2--recommended p {
    font-size: 1.6rem;
}
	.frame--recommended .list-wrap--recommended span, .frame--recommended .list-wrap2--recommended span{
    font-size: 1.6rem;
}
	
 .frame--recommended .list-wrap3--recommended .list-wrap3-catch { font-size: 1.7rem; }
	 .frame--recommended .list-wrap3--recommended .list-wrap3-catch span { font-size: 1.7rem; }
 .addParts--recommended.lower-bottom .btn-internal,
 .addParts--recommended.lower-bottom .btn-web { max-width: 100%; }
 /*--------------------------------------
 addParts02
 ---------------------------------------*/
 .addParts02::before { height: 34px; }
 .addParts02 .addInner { padding-top: 4rem; }
 .addParts02 .addTopArea .sttl {
  font-size: 2.4rem;
  letter-spacing: normal;
  margin-bottom: 2rem;
 }
 .addParts02 .addTopArea .small { font-size: 1.8rem; }
 .addParts02 .block { padding: 2rem; }
 .addParts02 .blockTitArea { padding: 0; }
 .addParts02 .blockTitSub {  font-size: 2.2rem;
        line-height: 1.3;}
 .addParts02 .blockTitSub .small { font-size: 1.8rem; }
 .addParts02 .blockTit {font-size: 1.8rem;
        margin: 3rem 0; }
	.addParts02 .blockTit .small {
    font-size: 1.8rem;
}
 .addParts02 .block .block__item {
  padding: 1.6rem 2rem 0;
  margin: 6rem -2rem 0;
  background-size: auto 32px;
 }
	.addParts02 .block .pic {
    width: 100%;
}
	
 .addParts02 .block .block__item .block__item__title {
  font-size: 2rem;
  margin: 0 auto 3rem
 }
 .addParts02 .block .block__item .personBox {
  display: block;
  padding: 1.6rem;
 }
	.addParts02 .block .block__item .personBox .caption {
    text-align:left;
}
 .addParts02 .block .block__item .personBox .pic {
  display: block;
  width: 60px;
  padding: 0;
  float: left;
  margin: 0 1.6rem 1rem 0;
 }
 .addParts02 .block .block__item .personBox dl {
  display: block;
  width: 100%;
 }
 .addParts02 .block .block__item .personBox dl dt {
  font-size: 1.6rem;
  margin: 0 auto 1.2rem;
  overflow: hidden;
 }
 .addParts02.lower {
  margin: 0 -2rem;
  padding: 0; 
 }
 .addParts02 .block .block__item.cost .catch { font-size: 1.6rem; }
 /*--------------------------------------
　toc
 ---------------------------------------*/
 .toc_parts {
  max-width: 100%;
  margin: 3rem auto;
 }
 .toc_parts .ttl {
  font-size: 1.6rem;
	 padding: 2rem 0 2rem 1rem;
 }
 #toc {
  margin: 1.5rem 0 0 0;
  padding: 0.5rem 2.5rem;
 }
 #toc .chapter .chapter-h {
  margin: 2rem 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;
 }
 #toc.open::before {
  width: 82%;
  top: -2rem;
 } 
}