@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 Serif JP";
 font-style: normal;
 font-weight: 400;
 src: url("fonts/NSerif-400.woff2") format("woff2"), url("fonts/NSerif-400.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;
}
input, button, textarea, select {
 margin: 0;
 padding: 0;
 background: none;
 border: none;
 border-radius: 0;
 outline: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
* {
 box-sizing: border-box;
}
.cf::after {
 content: "";
 display: block;
 clear: both;
}
/*--------------------------------------
　Base
---------------------------------------*/
html { font-size: 62.5%; }
body {
 color: #010101;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
 font-size: 1.4rem;
 font-weight: 400;
 line-height: 1.8;
 -webkit-font-smoothing: subpixel-antialiased;
 min-width: 1100px;
}
@media screen and (min-width: 1100px) {
 body { overflow-x: hidden; }
}
@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", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
 }
}
*, *:before, *:after { box-sizing: border-box; }
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;
 }
}
span:not([class]) { background:linear-gradient(transparent 80%, #ebda8a 80%); font-weight: bold; }
p:not([class]) { margin: 2rem auto; }
.caption {
 margin: 1rem auto 0;
 color: #9c9c9c;
 font-size: 1rem;
 line-height: 1.6;
 word-break: break-all;
}
.caption a { color: inherit; }
.fl { float: left; }
.fr { float: right; }
.pc { display: block !important; }
.sp { display: none !important; }
.sp_br { display: none; }
/*--------------------------------------
　Header
---------------------------------------*/
header a {
 text-decoration: none;
}
header .headTopWrap {
 background: #fff;
}
header .headTopArea {
 width: min(100%, 1200px);
 margin: 0 auto;
 padding: 0.7rem 0;
}
header .headTopArea .rightTxt {
 font-size: 1.2rem;
 font-weight: 400;
 line-height: 1.4;
 text-align: right;
}
header .headTopArea .rightTxt::before {
 content: "PR";
 display: inline-block;
 background-color: #000;
 color: #fff;
 padding: 0.2rem 0.6rem;
 font-size: 1rem;
 margin-right: 1rem;
}
/*--------------------------------------
　visArea　下層ページ
---------------------------------------*/
#visArea {
 position: relative;
 z-index: 1;
 margin: 0 auto;
}
#visArea .mainArea {
 display: table;
 background: url("img/mv_pic_pc2.jpg") center top no-repeat;
 background-size: cover;
 height: 150px;
 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 {
 font-size: 2.2rem;
 font-weight: bold;
 line-height: 1.4;
 letter-spacing: 0.1em;
 text-align: center;
 margin: 0 auto;
}
#visArea .mainArea .siteName a {
 display: inline-block;
}
#visArea .mainArea .siteName img {
 margin: 0;
 display: block;
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
 background-color: #3C3835;
 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%, 1100px);
 height: auto;
 margin: 0 auto;
 color: #fff;
}
#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;
 line-height: 1.6;
 padding: 20px 12px;
 position: relative;
}
#g-nav li a span {
 background: none;
 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: #ebda8a;;
 position: absolute;
 left: 0;
 bottom: 2px;
 opacity: 1;
}
#g-nav li a:hover {
 opacity: 1;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
 margin: 0 0 3rem;
}
#pankuzu {
 font-size: 1.2rem;
 margin: 0 auto;
 padding: 1.2rem 0;
 width: min(100%, 1100px);
}
#pankuzu span {
 background: none;
 border-bottom: none;
 font-weight: inherit;
 color: inherit;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
 width: min(100%, 1100px);
 margin: 0 auto 0;
 padding: 0;
}
#index {
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
#category, #page {
 float: left;
 width: 820px;
 padding: 0 0 6rem;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
 float: right;
 width: 220px;
}
#side .sideBox {
 margin: 0 0 30px;
 border-top: 2px solid #333333;
}
#side .sideBox .sttl {
 font-size: 1.5rem;
 line-height: 1.67;
}
#side .sideBox .sttl a {
 display: block;
 padding: 1.5rem 1.2rem;
 text-decoration: none;
}
#side .sideBox ul {
 padding: 0;
 margin: 0;
 display: none;
}
#side .sideBox ul li {
 background-image: none;
 padding: 0;
 position: relative;
}
#side .sideBox ul li::before {
 transform: none;
 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_black.svg") no-repeat right 10px center;
 background-size: 6px auto;
 text-decoration: none;
}
#side .sideBox ul li a:hover {
 text-decoration: none;
}
#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: #3a3a3a;
}
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-family: "Noto Serif JP", serif;
 color: #fff;
}
footer .areaInner .logo a,
footer .areaInner .logo p {
 display: inline-block;
 font-size: 2rem;
 line-height: 1;
 text-align: center;
 text-decoration: none;
 color: #fff;
}
footer .areaInner .footBox {
 margin: 0 0 4rem;
}
footer .areaInner .footBox a { text-decoration: none; }
footer .areaInner .footBox .sttl {
 border-bottom: 1px solid #fff;
 padding: 0 0 1rem 0;
 margin: 0 0 1.8rem 0;
}
footer .areaInner .footBox .sttl a {
 display: block;
 font-size: 1.6rem;
 color: #fff;
 background: url("img/arrow02_white.svg") left center no-repeat;
 background-size: 19px auto;
 border: none;
 padding: 0.3rem 0 0.3rem 2.4rem;
 margin: 0;
}
footer .areaInner .footBox .sttl a:hover {
 text-decoration: none;
}
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: 1rem;
}
footer .areaInner .footBox .accChild li.subCat a {
 display: inline-block;
 padding: 0;
 color: #fff;
}
footer .areaInner .footBox .accChild li.subCat::after {
 content: "";
}
footer .areaInner .footBox .accChild .pc + li::before {
 /* content: "　|　"; */
 letter-spacing: 0;
 color: #fff;
}
footer .areaInner .footBox .accChild .pc + li::before {
 /* content: "|　"; */
 letter-spacing: 0;
 color: #fff;
}
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: "└";
 color: #fff;
 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;
 color: #fff;
 margin: 1.5rem auto 0;
 max-width: 92%;
}
footer .botArea { background-color: #fff; }
footer .botArea .inner {
 width: min(100%, 1100px);
 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;
 display: inline-block;
 padding-left: 2rem;
}
footer p.sitemap a:hover {
 text-decoration: none;
}
footer p.copy {
 font-size: 1.2rem;
 line-height: 1.3;
 text-align: left;
 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: 5rem;
 right: 2rem;
 z-index: 100;
 width: 51px;
 height: 80px;
}
/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#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.subList li a {
 font-size: 1.4rem;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
h2,h3,h4,h5 ,h6 ,h7 {
 font-family: "Noto Sans JP";
 font-weight: normal;
 line-height: 1.4;
}
h2 a,h3 a,h4 a,h5 a,h6 a,h7 a,#contents .check a {
 text-decoration: none;
 display: block;
 padding-right: 3rem;
 background: url("img/arrow02_black.svg") no-repeat right 50% / 20px auto;
}
#category h1:not([class]), #page h1:not([class]) {
 font-family: "Noto Serif JP" , serif;
 font-weight: normal;
 margin: 2.5rem 0 4rem 4rem;
 background: #fff;
 border: 1px solid #000;
 border-radius: 8px;
 max-width: calc(100% - 4rem);
 font-size: 3rem;
 letter-spacing: 0.03em;
 text-align: center;
 padding: 2.2rem 2rem;
 position: relative;
}
#category h1:not([class])::before, #page h1:not([class])::before {
 content: "";
 width: 100%;
 height: 100%;
 background: #3a3a3a;
 position: absolute;
 top: -25px;
 left: -40px;
 z-index: -1;
 border-radius: 8px;
}
#category h1:not([class])::after, #page h1:not([class])::after {
 content: "";
 width: 21px;
 height: 12px;
 background: url(img/h2_deco.png) no-repeat;
 background-size: contain;
 position: absolute;
 bottom: -12px;
 right: 0;
 left: 0;
 margin: 0 auto;
}
#category h2:not([class]), #page h2:not([class]) {
 font-size: 2.6rem;
 margin: 9rem auto 4rem;
 line-height: 1.4;
 padding: 1.8rem 3rem;
 background: #f5f2ec;
 position: relative;
}
#category h2:not([class])::before,
#page h2:not([class])::before,
#category h2:not([class])::after,
#page h2:not([class])::after {
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 background-color: #000000;
 position: absolute;
 left: 0;
 top: 4px;
}
#category h2:not([class])::after,
#page h2:not([class])::after {
 top: auto;
 bottom: 4px;
}
#category h3:not([class]), #page h3:not([class]) {
 font-size: 2.2rem;
 margin: 7rem auto 3rem;
 padding: 1.4rem 0.2rem;
 padding-left: 6rem;
 border-bottom: solid 3px #4a90a0;
 background: url("img/h4_deco.png") no-repeat left 2px top 50% / 46px auto;
}
#category h4:not([class]), #page h4:not([class]),#category h5:not([class]), #category h6:not([class]), #page h5:not([class]), #page h6:not([class])  {
 font-size: 2.0rem;
 padding: 1rem 0.2rem;
 margin: 5.5rem auto 2rem;
 border-bottom: solid 1px #3a3a3a;
}
#contents .check {
 font-size: 2.2rem;
 line-height: 1.4;
 background-color: rgba(74,144,160,0.2);
 padding: 1.6rem 2.8rem 1.8rem;
 margin: 8rem 0 2rem;
 position: relative;
}
#contents .check::before {
 content: "";
 display: block;
 width: 100%;
 height: 34px;
 background: url("img/heading_check.png") no-repeat left top / auto 100%;
 position: absolute;
 top: -31px;
 left: 0;
}
#contents .check::after {
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 background-color: #3a3a3a;
 position: absolute;
 left: 0;
 bottom: 10px;
}
/*--------------------------------------
　list
---------------------------------------*/
ul:not([class]) {
 max-width: 100%;
 margin: 2.5rem auto;
 padding: 0 1rem;
}
ul:not([class]) > li {
 padding: 0 0 0.8rem 2rem;
 position: relative;
}
ul:not([class]) > li::before {
 content: "";
 display: block;
 background-color: #4a90a0;
 width: 10px;
 height: 10px;
 border-radius: 100%;
 position: absolute;
 top: 0.6em;
 left: 0;
}
#contents ul li a:hover, #contents ol li a:hover {
 text-decoration: none;
}
ol:not([class]) {
 max-width: 100%;
 margin: 2.5rem auto;
 padding: 0 1rem;
 counter-reset: number;
}
ol:not([class]) > li {
 padding: 0.4rem 0 0.4rem 3rem;
 list-style: none;
 position: relative;
 counter-increment: number;
}
ol:not([class]) > li::before {
 display: block;
 background-color: #333333;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 6px;
 left: 0;
 color: #fff;
 text-align: center;
 line-height: 20px;
 font-size: 1.2rem;
}
ol:not([class]) > li:nth-child(-n + 9)::before {
 content: counter(number);
}
ol:not([class]) > li:nth-child(n + 10)::before {
 content: counter(number);
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
 max-width: 100%;
 margin: 4rem auto;
 box-sizing: border-box;
}
.float-wrap img {
 max-width: 100%;
 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 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: 2.2rem;
 color: #0f5666;
 margin: 0 auto 1.5rem;
}
#contents .float-img + p {
 margin-top: 0;
}
/*--------------------------------------
　btn
---------------------------------------*/
.btn-internal,.btn-web {
 max-width: 90%;
 width: 450px;
 text-align: center;
 margin: 3rem auto;
 position: relative;
 z-index: 2;
}
.btn-internal::after, .btn-web::after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 border-right: #333333 solid 1px;
 border-bottom: #333333 solid 1px;
 mix-blend-mode: multiply;
 position: absolute;
 right: -4px;
 bottom: -4px;
 transition: 0.2s;
 z-index: -1;
}
.btn-internal a, .btn-web a {
 display: block;
 padding: 2.4rem 4.4rem;
 font-size: 1.6rem;
 line-height: 1.4;
 color: #fff;
 text-align: center;
 text-decoration: none;
 transition: 0.2s;
 -webkit-transform: translate(0px, 0px) translateZ(0);
 -moz-transform: translate(0px, 0px) translateZ(0);
 -ms-transform: translate(0px, 0px) translateZ(0);
 -o-transform: translate(0px, 0px) translateZ(0);
 transform: translate(0px, 0px) translateZ(0);
 z-index: 2;
 position: relative;
 background: #000000 url("img/arrow02_white.svg") no-repeat right 20px top 50% /19px auto;
 border: #333 solid 1px;
}
.btn-web a { background-color: #4a90a0; }
@media screen and (min-width: 480px) {
 .btn-internal a:hover, .btn-web a:hover {
  opacity: inherit;
 }
 .btn-internal:hover a, #contents .btn-web:hover a {
  -webkit-transform: translate(5px, 5px) translateZ(0);
  -moz-transform: translate(5px, 5px) translateZ(0);
  -ms-transform: translate(5px, 5px) translateZ(0);
  -o-transform: translate(5px, 5px) translateZ(0);
  transform: translate(5px, 5px) translateZ(0);
 }
 .btn-internal:hover::after, .btn-web:hover::after {
  background-color: transparent;
 } 
}
.btn-link {
 margin: 3rem auto;
 text-align: right;
}

#category .btn-link {
 margin: 1rem auto;
 text-align: center;
}


.btn-link a {
 display: inline-block;
 padding: 0.5rem 2.7rem;
 padding-right: 0;
 background: url("img/arrow02_black.svg") no-repeat left 50% / 19px auto;
 line-height: 1.3;
 text-decoration: underline;
}
.btn-link a:hover {
 text-decoration: none;
}
.btn-tel {
 display: none;
}
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
 width: 100%;
 table-layout: fixed;
 margin: 4rem 0;
}
table th {
 width: 26.6%;
 font-weight: bold;
 text-align: center;
 line-height: 1.4;
 background: #747474;
 color: #fff;
 border: solid 1px #fff;
 padding: 1.3rem 1rem;
 word-break: break-all;
 vertical-align: middle;
}
table td {
 padding: 1.3rem 1.5rem;
 background: #f3f3f3;
 text-align: left;
 border: solid 1px #fff;
 word-break: break-all;
 vertical-align: middle;
 line-height: 1.4;
}
/*--------------------------------------

　box-wrap

---------------------------------------*/
.box-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 2rem auto;
}
.box-wrap .box .thum { text-align: center; }
.box-wrap .box .box-head {
 display: flex;
 align-items: center;
 width: 100%; 
}
.box-wrap .box .box-head .sttl {
 font-size: 2.2rem;
 line-height: 1.4;
 color: #0f5666;
 width: 100%;
}
.box-wrap .box .box-head .sttl a {
 display: block;
 text-decoration: none;
 padding: 0 2.4rem;
 background: url("img/arrow02_black.svg") no-repeat right 50% / 19px auto;
}
.box-wrap .box .box-body *:last-child {
 margin-bottom: 0;
 padding-bottom: 0;
}

.box-wrap .box .box-body p:not([class]){
 line-height: 2;
}


/* typeA */
.box-wrap.typeA .box { width: calc((100% - 8rem) / 2); }
.box-wrap.typeA .box:nth-child(n + 3) { margin-top: 8rem;}
.box-wrap.typeA .box-head {
 margin:3rem 0;
 text-align: center;
}
/* typeB */
.box-wrap.typeB .box {
 width: calc((100% - 4.2rem) / 2);
 background-color: #f3f3f3;
 padding: 4rem 3rem 3rem;
 position: relative;
 margin-top: 2rem;
}
.box-wrap.typeB .box::before {
 content: "";
 width: 100%;
 height: 35px;
 background: url("img/box_num01.png") no-repeat left 16px top 0 / auto 100%;
 position: absolute;
 top: -19px;
 left: 0;
}
.box-wrap.typeB .box:nth-child(2)::before { background-image: url("img/box_num02.png"); }
/*--------------------------------------

　frame-wrap

---------------------------------------*/
.frame-wrap {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 2.3rem;
 row-gap: 2.4rem;
 margin: 2rem auto 4rem;
}
.frame-wrap .frame .frame-head {
 display: flex;
 align-items: center;
 width: 100%;
}
.frame-wrap .frame .frame-head .sttl {
 font-size: 2.2rem;
 line-height: 1.4;
 color: #0f5666;
 width: 100%;
}
.frame-wrap .frame .frame-head a {
 text-decoration: none;
 display: block;
 width: 100%;
 padding-right: 2.4rem;
 background: url("img/arrow02_black.svg") no-repeat right 50% / 19px auto;
}
.frame-wrap .frame .thum {
 margin: 0 0 3rem;
 text-align: center;
}
#contents .frame-wrap .frame .frame-body > *:first-child {
 margin-top: 0;
 padding-top: 0;
}
#contents .frame-wrap .frame .frame-body > *:last-child {
 margin-bottom: 0;
 padding-bottom: 0;
}
#contents .frame-wrap .frame table {
 font-size: 1.2rem;
 margin: 2rem 0 0;
}
#contents .frame-wrap .frame table th {
 width: 84px;
 font-weight: normal;
}
#contents .frame-wrap .frame table th,
#contents .frame-wrap .frame table td {
 padding: 1rem 0.8rem;
}
/* typeA */
.frame-wrap.typeA .frame {
 padding: 1.2rem 2.4rem 2.4rem;
 background: #fff;
 border: solid 1px #000;
}

.frame-wrap.typeA .frame img {
width: 100% !important;
height: 200px !important;
object-fit: cover !important;
}

.frame-wrap.typeA .frame .frame-head {
 border-bottom: solid 1px #000;
 padding: 2rem 0;
 margin: 0 0 2rem;
 text-align: center;
}
.frame-wrap.typeA .frame .frame-head a {
 background: none;
 padding: 0;
}


/* typeB */
.frame-wrap.typeB .frame {
 background-color: #f6f6f6;
 padding: 2rem 3rem;
}
.frame-wrap.typeB .frame .frame-head {
 border-bottom: solid 1px #000;
 padding: 2rem 0;
 margin: 0 0 2rem;
}
/*--------------------------------------

　共通パーツ

---------------------------------------*/
.addInner {
 margin: 6rem auto;
 width: min(100%, 1100px);
 padding: 3rem 0;
}
.addTxt {
 padding: 0 5%;
 margin: 0 auto 4rem;
}
#contents .addTxt p:first-child {
 margin: 0;
}
.addTopArea {
 margin: 0 auto;
 position: relative;
 z-index: 1;
}
.addParts__title {
 font-family: "Noto Serif JP", serif;
 font-size: 4.2rem;
 line-height: 1.4;
 text-align: center;
 padding: 1.8rem 0 8.2rem;
 border-top: solid #000000 2px; 
 border-bottom: solid #000000 2px;
 background: url(img/recommended_h2_deco.png) no-repeat left 50% bottom 3.6rem / auto 32px;
 letter-spacing: 0.15em;
 margin: 0 auto 4rem;
}
.addParts__title .small { font-size: 3.0rem; }
/* .addParts--recommended
---------------------------------------*/
.addParts--recommended {
 background:#f5f1ee url("img/addParts--recommended_bg.jpg") center bottom / cover;
	    padding: 1rem 0;
}

.lower-bottom {
 clear: both;
 margin-top: 0;
}
.addParts--recommended .frame-wrap--recommended {
 display: flex;
 justify-content: space-between;
}
.addParts--recommended .frame-wrap--recommended .frame--recommended {
 width: calc((100% - 4.4rem) / 3);
 background: #fff;
 padding: 3rem 2rem;
 border: solid 1px #000;
 word-break: break-all;
}
.addParts--recommended .frame__catch--recommended {
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 padding: 0 0 2rem;
 border-bottom: solid 1px #000;
 font-size: 3rem;
 line-height: 1.4;
 font-family: "Noto Serif JP", serif;
 position: relative;
 margin: 0 0 1.2rem;
}
.addParts--recommended .frame__catch--recommended::after {
 content: "";
 width: 21px;
 height: 12px;
 background: url(img/h2_deco.png) no-repeat;
 background-size: contain;
 position: absolute;
 bottom: -12px;
 right: 0;
 left: 0;
 margin: 0 auto;
}
.addParts--recommended .frame__title--recommended {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
 margin: 3rem auto;
 font-size: 2.6rem;
 line-height: 1.3;
 font-family: "Noto Serif JP", serif;
}
.addParts--recommended .frame__img-wrap--recommended {
 width: auto;
 margin: 0 -2rem;
}
.addParts--recommended .sliderArea .slider .slick-prev,
.addParts--recommended .sliderArea .slider .slick-next {
 width: 22px;
 height: 38px;
}
.addParts--recommended .sliderArea .slider .slick-prev { left: 0; }
.addParts--recommended .sliderArea .slider .slick-next { right: 0; }
.addParts--recommended .sliderArea .slider .thum {
 width: 100%;
 height: 234px;
 text-align: center;
}
.addParts--recommended .sliderArea .slider .thum img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 object-position: 50% 50%;
}
.addParts--recommended .sliderArea .caption {
 text-align: center;
 padding: 0 2rem;
}
.addParts--recommended .frame__list-wrap--recommended {
 margin: 2rem 0 0;
 background-color: #f5f5f5;
 padding: 1.8rem 1.8rem 1rem;
}
.addParts--recommended .frame__list-wrap--recommended .frame__list-wrap__text--recommended {
 text-align: center;
 font-size: 1.6rem;
 line-height: 1.4;
 letter-spacing: 0.03em;
 margin: 0 0 2rem;
 font-weight: bold;
 color: #2d7686;
}
.addParts--recommended .frame__list-wrap--recommended ul {
 margin: 0;
 padding: 0;
}
.addParts--recommended .frame__check--recommended { margin: 1rem 0; }
.addParts--recommended .frame__check--recommended li {
background: url(img/icon_check.png) no-repeat left 0 top 1.2em / 20px auto;
padding: 1rem 1rem 1rem 3rem;
}
.addParts--recommended .notes--recommended {
 margin: 4rem 0 0;
 line-height: 1.4;
 font-size: 1.4rem;
}
.addParts--recommended .notes--recommended p:not([class]) { margin: 1rem 0;}
/* 下層コンテンツ内 */
#category .addParts--recommended,
#page .addParts--recommended { background: none; }
@media screen and (min-width: 480px) {
 #category .addParts--recommended .frame__catch--recommended,
 #page .addParts--recommended .frame__catch--recommended { font-size: 2.6rem; }
 #category .addParts--recommended .frame__title--recommended,
 #page .addParts--recommended .frame__title--recommended { font-size: 2.2rem; }
 #category .addParts--recommended .frame__list-wrap--recommended .frame__list-wrap__text--recommended,
 #page .addParts--recommended .frame__list-wrap--recommended .frame__list-wrap__text--recommended {
  font-size: 1.4rem;
  letter-spacing: normal;
 }
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
 background: #f3f3f3;
 margin: 5rem 0;
 padding: 4rem 5rem;
}
.toc_parts .ttl {
 padding: 0 0 0 1rem;
 font-size: 2rem;
 font-weight: bold;
 border-left: 4px solid #000000;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #3a3a3a;
}
#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: #4a90a0;
 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 {
 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: 400;
}
#toc li.chapter-h.chapter-h-three span {
 font-weight: 400;
}
#toc .chapter br {
 display: none;
}
/*--------------------------------------
  関連記事
---------------------------------------*/
#related-article p {
 margin: 0;
}
#related-article.related-article01-frame {
 margin: 8rem 0 auto;
 padding: 30px 50px;
 background: #f6f6f6;
 position: relative;
}
#related-article .related-article01-title {
 padding: 0 0 0 1rem;
 color: #333;
 font-size: 22px;
 font-weight: bold;
 line-height: 1;
 /*background: url("./img/dummy-icon.png") no-repeat left center;
 background-size: 50px auto;*/
 position: relative;
}
#related-article .related-article01-title span {
 font-size: 20px;
 color: #333;
 background: none;
}
#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 35px;
 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: 14px;
 height: 14px;
 border-radius: 50%;
 background-color: #b9ced2;
 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;
}
/*--------------------------------------
check-parts
---------------------------------------*/
.check-parts { margin: 5rem 0 2rem; }
.check-parts .check-parts_head {
 background-color: rgba(74, 144, 160, 0.2);
 border-bottom: solid 1px #000;
 font-family: "Noto Serif JP", serif;
 font-size: 2.2rem;
 line-height: 1.4;
 padding: 2rem 3rem;
 position: relative;
 margin-top: 8rem;
}
.check-parts .check-parts_head::before {
 content: "";
 display: block;
 width: 100%;
 height: 34px;
 background: url(img/heading_check.png) no-repeat left top / auto 100%;
 position: absolute;
 top: -33px;
 left: 0;
}
.check-parts .check-parts_body {
 background-color: #f8f6f2;
 padding: 2rem 3rem;
}
.check-parts .check-parts_body .catch {
 font-size: 2rem;
 font-weight: bold;
}
/*--------------------------------------
accordion
---------------------------------------*/
.btn-accordion {
 width: 456px;
 max-width: 90%;
 margin: 3rem auto;
 padding: 2.4rem 4.4rem;
 font-size: 1.5rem;
 line-height: 1.4;
 color: #fff;
 text-align: center;
 text-decoration: none;
 transition: 0.2s;
 -webkit-transform: translate(0px, 0px) translateZ(0);
 -moz-transform: translate(0px, 0px) translateZ(0);
 -ms-transform: translate(0px, 0px) translateZ(0);
 -o-transform: translate(0px, 0px) translateZ(0);
 transform: translate(0px, 0px) translateZ(0);
 z-index: 2;
 position: relative;
 background: #828282;
 border: #333 solid 1px;
 cursor: pointer;
}
 .btn-accordion::after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 border-right: #333333 solid 1px;
 border-bottom: #333333 solid 1px;
 mix-blend-mode: multiply;
 position: absolute;
 right: -4px;
 bottom: -4px;
 transition: 0.2s;
 z-index: -1;
}
@media screen and (min-width: 480px) {
 .btn-accordion:hover {
  -webkit-transform: translate(5px, 5px) translateZ(0);
  -moz-transform: translate(5px, 5px) translateZ(0);
  -ms-transform: translate(5px, 5px) translateZ(0);
  -o-transform: translate(5px, 5px) translateZ(0);
  transform: translate(5px, 5px) translateZ(0);
 }
 .btn-accordion:hover::after {
  content: none;
  background-color: transparent;
 } 
}
#contents .btn-accordion span.txt01,
#contents .btn-accordion span.txt02 {
 background: none; 
 display: inline;
 font-size: 1.5rem;
 line-height: 1.4;
 color: #fff;
 margin: 0;
 padding: 0;
}
.btn-accordion::before {
 position: absolute;
 right: 1.7rem;
 top: 50%;
 transform: translateY(-50%);
 content: "＋";
 font-size: 1.7rem;
 line-height: 1;
 color: #fff;
}
.btn-accordion.is-open::before {
 position: absolute;
 right: 1.8rem;
 top: 50%;
 transform: translateY(-50%);
 content: "－";
 font-size: 1.7rem;
 line-height: 1;
 color: #fff;
}
#contents .btn-accordion span.txt02 { display: none; }
#contents .btn-accordion.is-open span.txt01 { display: none; }
#contents .btn-accordion.is-open span.txt02 { display: inline; }
.accordion-item { padding: 2rem 0; }
.accordion-item > * {
 margin-top: 0;
 margin-bottom: 0; 
}
/*  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 {
  width: 92%;
  margin: 0 auto;
  padding: 0.8rem 0;
 }
 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;
  background: url(img/mv_pic_pc2.jpg) center bottom no-repeat;
  background-size: cover;
  height: 100px;
  width: 100%;
 }
 #visArea .mainArea .siteNameAreaInner {
  display: table-cell;
  vertical-align: middle;
 }
 #visArea .mainArea .siteName {
  margin: 0 auto;
  max-width: 92%;
  width: 180px;
 }
 /*--------------------------------------
  　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;
  top: 0;
  opacity: 0;
  z-index: -1;
  height: 60px;
  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 {
  top: 0 !important;
  opacity: 1 !important;
  z-index: 9999 !important;
 }
 #navWrap .navTopInner {
  display: table;
  width: 100%;
  padding: 0.5rem 0;
  height: 60px;
  position: relative;
 }
 #navWrap .siteName {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  padding: 0 1rem;
  border-right: 1px solid #bbb;
  text-align: center;
 }
 #navWrap .siteName img {
  width: auto;
  height: 50px;
 }
 #navWrap .recommendBtn {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 170px);
  font-size: 1.2rem;
  text-align: center;
  padding: 0 2rem;
  border-right: 1px solid #bbb;
  position: relative;
  background: #3c3835 url("img/arrow01_white.svg") no-repeat right 6px center;
  background-size: 5px auto;
  font-weight: regular;
  line-height: 1.4;
 color: #fff;
 }
 #menuBtn {
  display: table-cell;
  vertical-align: middle;
  box-sizing: content-box;
  width: 20px;
  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;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.45;
  color: #000;
  padding: 1rem 9% 1rem 4%;
  position: relative;
 }
 #navSp .navBox .sttl a::after,
 #navSp .sitemap a::after {
  content: "";
  width: 7px;
  height: 13px;
  background: url("img/arrow01_black.svg") no-repeat left top / 100% auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
 }
 #navSp .navBox .sttl a br {
  display: none;
 }
 #navSp .navBox .sttl.open > a::after {
  transform: translateY(-50%) rotate(-90deg);
 }
 #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/arrow01_black.svg") right 13px top 50% no-repeat;
  background-size: 5px auto;
  border-bottom: 1px solid #b5b5b5;
  padding: 1rem 9% 1rem 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 3rem;
  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;
  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;
 }
 #index {
  width: 100%;
  margin: 0;
  padding: 0;
 }
 #category, #page {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 4%;
 }
 #category > h1:first-of-type, #page > h1:first-of-type {
  margin-top: 1.5rem;
 }
 /*--------------------------------------
  　Side
  ---------------------------------------*/
 #side {
  display: none;
 }
 /*--------------------------------------
  Footer
  ---------------------------------------*/
 footer {
  width: 100%;
  border-color: #4c4c4c;
 }
 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 + .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 {
  background: none;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.8rem 3rem 0.8rem 4%;
  transition: none;
  position: relative;
 }
 footer .areaInner .footBox .sttl a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: url("img/arrow01_white.svg") no-repeat center top / 100% auto;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
 }
 footer .areaInner .footBox .sttl.open a::after {
  transform: translateY(-50%) rotate(-90deg);
 }
 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;
  border-bottom: 1px solid #ccc;
  padding: 0.7rem 9% 0.7rem 4%;
  position: relative;
 }
 footer .areaInner .footBox .accChild li a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: url("img/arrow02_white.svg") no-repeat center top / 100% auto;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
 }
 footer .areaInner .footBox .accChild li.subCat {
  width: 100%;
  margin: 0;
 }
 footer .areaInner .footBox .accChild li.subCat:nth-of-type(n + 6) { margin: 0; }
 footer .areaInner .footBox .accChild li.sp a::after {
  background-image: url("img/arrow01_black.svg");
  transform: translateY(-50%) rotate(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;
  padding: 0.7rem 9% 0.7rem 4%;
  position: relative;
  color: #333;
 }
 footer .areaInner .footBox .accChild li.subCat a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: url("img/arrow01_black.svg") no-repeat center top / 100% auto;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
 }
 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/arrow01_black.svg") 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;
  background-size: 7px auto;
  padding-left: 1.6rem;
 }
 footer p.copy a {
  text-decoration: none;
 }
 footer a {
  text-decoration: none;
 }
 /*--------------------------------------
  　PageTop
  ---------------------------------------*/
 #page-top {
  position: fixed;
  bottom: 4%;
  right: 4%;
  width: 40px;
  height: 63px;
 }
 #page-top img {
  width: 100%;
 }
 /* ================== */
 /*  サイトマップ　　　*/
 /* ================== */
 #contents #page.mappage {
  margin-bottom: 10rem;
 }
 #contents #page.mappage h2 {
  margin: 5rem auto 2rem;
 }
 #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.subList li a {
  font-size: 1.4rem;
 }
 /* ================== */
 /*  メインコンテンツ　*/
 /* ================== */
 #category h1:not([class]), #page h1:not([class]) {
  font-size: 2.2rem;
  padding: 2rem 1.5rem;
  position: relative;
  margin: 1.5rem auto 2rem;
  width: 100%;
 }
 #category h1:not([class])::before, #page h1:not([class])::before {
  top: -15px;
  left: -12px;
 }
 #index h3:not([class]),#category h2:not([class]), #page h2:not([class]) {
  font-size: 2rem;
  margin: 4rem auto 2rem;
  padding: 1.6rem 4%;
 }
 #category > h1 + h2:first-of-type, #page > h1 + h2:first-of-type {
  margin-top: 3.5rem;
 }
 #category h3:not([class]), #page h3:not([class]) {
  font-size: 1.8rem;
  margin: 4rem auto 2rem;
  padding: 1.2rem;
  padding-left: 3.8rem;
  background-size: 24px auto;
  border-width: 2px;
 }
 #category h4:not([class]), #page h4:not([class]),#category h5:not([class]), #category h6:not([class]), #page h5:not([class]), #page h6:not([class]) {
  font-size: 1.7rem;
  margin: 4.5rem auto 2rem;
  padding: 1rem 0;
 }
 #contents .check {
  font-size: 1.6rem;
  margin: 7rem 0 2rem;
  padding: 1.6rem 1.2rem 1.8rem;
 }
 #contents .check::before {
  height: 20px;
  top: -20px;
 }
 /*--------------------------------------
  　list
  ---------------------------------------*/
 ul:not([class]) {
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 0;
 }
 ul:not([class]) > li {
  padding: 0 0 0.5rem 2.5rem;
 }
 ul:not([class]) > li::before {
  width: 8px;
  height: 8px;
  top: 9px;
  left: 4px;
 }
 ol:not([class]) {
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 0;
 }
 ol:not([class]) > li {
  padding: 0 0 0.5rem 2.5rem;
 }
 ol:not([class]) li::before {
  width: 16px;
  height: 16px;
  top: 5px;
  font-size: 1rem;
  line-height: 16px;
 }
 /*--------------------------------------
  　float-wrap
  ---------------------------------------*/
 .float-wrap {
  margin: 2rem auto;
  position: relative;
 }
 .float-wrap .flame {
  width: 85%;
  margin: 0 auto;
 }
 .float-wrap .float-img {
  box-sizing: border-box;
  width: auto;
  margin: 0 auto 1.5rem;
  text-align: center;
 }
 .float-wrap img {
  box-sizing: border-box;
 }
 .float-wrap .sttl {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1.4;
 }
 .float-wrap .catch {
  font-size: 1.6rem;
  margin: 0 auto 1rem;
  text-align: left;
 }
 .float-wrap p {
  margin: 0;
  padding: 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;
  margin-bottom: 1rem;
 }
 .float-wrap .fr.t_small {
  box-sizing: content-box;
  width: 40%;
  padding: 0 0 0 6%;
  float: right;
  margin-bottom: 1rem;
 }
 .float-wrap .fl.t_small .flame, .float-wrap .fr.t_small .flame {
  width: 100%;
 }
 .float-wrap .float-body.fl {
  width: auto;
  position: static;
  text-align: left;
 }
 .float-wrap .float-body.fr {
  width: auto;
  position: static;
  text-align: left;
 }
 /*  btns*/
 .btn-internal a, .btn-web a, .btn-tel a {
  display: block;
  padding: 1.6rem 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background-position: right 16px top 50%;
  background-size: 17px auto;
 }

#index .btn-link {
  max-width: 90%;
  text-align: right;
}
	
#index .btn-link a {
        display: block;
        padding: 1.6rem;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        border: solid #000 1px;
        background: #fff url(img/arrow02_black.svg) no-repeat right 12px top 50% / 15px auto;
 }
	
.btn-link {
  max-width: 90%;
  text-align: center;
 }
 .btn-link a {
        display: block;
        padding: 1.6rem 3rem 30px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        border: solid #000 1px;
        background: #fff url(img/arrow02_black.svg) no-repeat right 12px top 50% / 15px auto;
 }
	
.btn-link a {
  all: unset;
  background: url(img/arrow02_black.svg) no-repeat left 50% / 20px auto;
  padding: 3rem;
  text-decoration:underline;
 }
	
 .btn-tel {
  display: block;
  max-width: 90%;
  margin: 3rem auto;
  position: relative;
  z-index: 2;
 }
 .btn-tel a {
  background:#bf904e url("img/icon_tel.png") no-repeat left 14px top 50% / 15px auto;
  border: #333 solid 1px;
  color: #fff;
  display: block;
  padding: 1.6rem 2rem 1.6rem 4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
 }
 .btn-tel a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-right: #333333 solid 1px;
  border-bottom: #333333 solid 1px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: -1;
 }
 /* ================== */
 /*  テーブル　　　　　*/
 /* ================== */
 table:not([class]) {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  margin: 3rem auto;
  border: none;
 }
 table:not([class]) th {
  width: 40%;
  padding: 1em 4%;
  display: table-cell;
 }
 table:not([class]) td {
  width: auto;
  display: table-cell;
  padding: 1.2rem 4%;
 }
 /*--------------------------------------
  　box-wrap
  ---------------------------------------*/
 .box-wrap { display: block; }
 #contents .box-wrap .box { width: 100%; }
 .box-wrap .box + .box { margin-top: 5rem; }
 .box-wrap .box .box-head .sttl { font-size: 1.8rem; }
 .box-wrap.typeA .box-head { margin: 2rem 0; }
 .box-wrap.typeB .box { padding: 3rem 2rem 2rem; }
 .box-wrap.typeB .box::before {
  height: 24px;
  top: -12px;
 }
 /*--------------------------------------
  　frame-wrap
  ---------------------------------------*/
 .frame-wrap { display: block; }
 .frame-wrap .frame + .frame { margin-top: 2rem; }
 .frame-wrap .frame .frame-head .sttl { font-size: 1.8rem; }
 .frame-wrap.typeB .frame { padding: 0.2rem 2rem 2rem; }
 /*--------------------------------------
 共通パーツ
 ---------------------------------------*/
 .addInner {
  width: 100%;
  min-width: 100%;
  padding: 1rem 2rem;
 }
 .addTxt {
  padding: 0 2%;
  margin: 0 auto 2rem;
 }
 .addParts__title {
  background-size: auto 22px;
  background-position: bottom 1.4rem center;
  font-size: 2.2rem;
  padding: 1rem 0 5rem;
  margin: 0 auto 2rem;
 }
 .addParts__title .small { font-size: 1.8rem; } 
 /* .addParts--recommended
 ---------------------------------------*/
 .lower-bottom { margin: 6rem auto 0; } 
 .addParts--recommended .frame-wrap--recommended { display: block; }
 .addParts--recommended .frame-wrap--recommended .frame--recommended {
  width: 100%;
  margin: 3rem 0 0;
 }
 .addParts--recommended .notes--recommended { font-size: 1.2rem; color: #767676; margin: 1rem 0 0;}
 #page .addParts--recommended .addInner,
 #category .addParts--recommended .addInner {
  padding-left: 0;
  padding-right: 0;
 }
 /*--------------------------------------
 toc
 ---------------------------------------*/
 .toc_parts {
  margin:0;
  padding: 3rem 2.5rem 2rem;
 }
 .toc_parts .ttl {
  font-size: 1.6rem;
  border-left: 2px solid #6e6e6e;
 }
 #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;
 }
 /*--------------------------------------
   関連記事
 ---------------------------------------*/
 #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; }
 /*--------------------------------------
 check-parts
 ---------------------------------------*/
 .check-parts { margin: 7rem 0 2rem; }
 .check-parts .check-parts_head {
  font-size: 1.8rem;
  padding: 1.4rem;
  margin-top: 2rem;
 }
 .check-parts .check-parts_head::before {
  height: 20px;
  top: -20px;
 }
 .check-parts .check-parts_body { padding: 2rem 1.5rem; }
 .check-parts .check-parts_body .catch { font-size: 1.5rem; }
	
/*--------------------------------------
 addparts
 ---------------------------------------*/
	.addParts__title{
		font-size: 2.4rem;
	}
	
	.addParts--recommended .frame__catch--recommended{
		font-size: 2.2rem;
	}
	.addParts--recommended .frame__title--recommended{
		font-size: 2rem;
	}
	
}
