@charset "utf-8";
/*
* "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;
}
.caption { 
 display: block;
 margin: 1rem 0 0;
 font-size: 1rem;
 color: #999;
 line-height: 1.4;
 word-break: break-all;
}
.caption a { color: inherit; }
.cf:before, .cf:after {
 display: table;
 content: " ";
}
.cf:after { clear: both; }
*, *:before, *:after { box-sizing: border-box; }
/*--------------------------------------
　Base
---------------------------------------*/
html {
 font-size: 62.5%;
}
body {
 color: #333;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 1.4rem;
 font-weight: 400;
 line-height: 1.8;
 min-width: 1100px;
 -webkit-font-smoothing: subpixel-antialiased;
 word-break: break-word;
}
img {
 max-width: 100%;
 vertical-align: bottom;
 height: auto;
}
a {
 color: inherit;
 text-decoration: underline;
}
@media screen and (min-width: 480px) {
 a:active, a:hover, a:hover img { opacity: 0.6; }
}
.fl { float: left; }
.fr { float: right; }
.strong { font-weight: 700; }
.main p:not([class]) { margin: 2rem 0; }
span:not([class]) {
 background: linear-gradient(transparent 80%, rgba(255,102,0,0.5) 80%);
 font-weight: bold;
}
.pc { display: block !important; }
.sp { display: none !important; }
.sp_br { display: none; }
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopArea {
 width: 1100px;
 margin: 0 auto;
 padding: 4px;
}
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: #000;
 color: #fff;
 font-weight: bold;
 text-align: center;
 width: 3rem;
 margin-right: 1rem;
 font-size: 1.2rem;
}
header .headTopArea .rightTxt a { text-decoration: none; }
/*--------------------------------------
　visArea
---------------------------------------*/
#visArea {
 position: relative;
 z-index: 1;
 margin: 0 auto;
}
#visArea .mainArea {
 display: table;
 background: url("img/mv_low.jpg") center top no-repeat;
 background-size: cover;
 height: 160px;
 width: 100%;
 margin: 0 auto;
 position: relative;
}
#visArea .mainArea .mainAreaInner {
 display: table-cell;
 vertical-align: middle;
}
#visArea .mainArea .siteNameArea {
 margin: 0;
}
#visArea .mainArea .siteName {
 text-align: center;
}
#visArea .mainArea .siteName a {
 display: block;
 width: 80%;
 margin: 0 auto;
}
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
    background-color: #ffffff;
    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;
    transform: translate(0%, -50%);
	text-decoration: none;
}

#g-nav li a {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    padding: 20px 12px;
    position: relative;
    color: #000;
	background: none;
	text-decoration: none;
}

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

#g-nav li a:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ff9147;
    position: absolute;
    left: 0;
    bottom: 8px;
    opacity: 1;
}

#g-nav li a:hover {
    opacity: 1;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
 font-size: 1.3rem;
 margin: 0 auto 2rem;
 padding: 12px 0;
 width: 1100px;
}
#pankuzu span {
 background: none;
 border-bottom: none;
 font-weight: inherit;
 color: inherit;
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
#contents {
 width: 1100px;
 margin: 0 auto 0;
 padding: 0;
}
#index {
 width: 100%;
 margin: 0 auto;
 padding: 0;
}
#category, #page {
 float: left;
 width: 830px;
 margin: 0;
 padding-bottom: 6rem;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
 float: right;
 width: 220px;
}
#side .sideBox {
 border-bottom: 2px solid #787a76;
}
#side .sideBox:first-of-type {
 border-top: 2px solid #787a76;
}
#side .sideBox .sttl {
 font-size: 1.5rem;
}
#side .sideBox .sttl a {
 display: block;
 padding: 20px 15px;
}
#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: #333;
 width: 100%;
 height: 1px;
 position: absolute;
 top: 0;
 left: 0;
}
#side .sideBox ul li a {
 display: block;
 padding: 10px 3rem 10px 12px;
 font-size: 1.3rem;
 background: url("img/arrow02_black.png") no-repeat right 0.5rem center;
 background-size: 25px auto;
 text-decoration: none;
}
#side .sideBox ul li a:hover {
 opacity: 0.7;
 text-decoration: none;
}
#side .sideBox .subList {
 margin: 0;
}
#side .sideBox .subList li {
 margin: 0;
}
#side .sideBox .subList li a {
 display: block;
 padding: 10px 28px 10px 15px;
}
#side .sideBox .subList li a::before {
 content: "└";
 margin: 0 5px 0 0;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer { background-color: #e6eeec; }
footer .areaInner {
 width: 100%;
 padding: 6.0rem 0 5.0rem 0;
}
footer .areaInner .inner {
 position: relative;
 width: 1100px;
 margin: 0 auto;
}
footer .areaInner .logo {
 width: 177px;
 margin: 0 auto 5.0rem;
}
footer .areaInner .logo a {
 display: block;
 font-size: 2.0rem;
 font-weight: 700;
 line-height: 1;
 text-align: center;
 color: #333;
 text-decoration: none;
}
footer .areaInner .logo a:hover {
 opacity: 0.7;
}
footer .areaInner .footBox {
 margin: 0 0 3.0rem 0;
}
footer .areaInner .footBox .sttl {
 border-bottom: 1px solid #333;
 padding: 0 0 1.0rem 0;
 margin: 0 0 1.4rem 0;
}
footer .areaInner .footBox .sttl a {
 display: block;
 font-weight: normal;
 font-size: 1.6rem;
 color: #333;
 background: url(img/arrow02_black.png) left center no-repeat;
 background-size: 25px auto;
 border: none;
 padding: 0.5rem 0 0.3rem 3rem;
 margin: 0;
}
footer .areaInner .footBox .sttl a:hover {
 text-decoration: none;
}
footer .footBox ul {
 padding: 0 2.0rem;
}
footer .areaInner .footBox .accChild {
 padding: 0;
 box-sizing: border-box;
}
footer .areaInner .footBox .accChild .sp {
 display: none;
}
footer .areaInner .footBox .accChild li.subCat {
 margin: 0 4% 0.8rem 0;
 width: 22%;
}
footer .areaInner .footBox .accChild li.subCat:nth-of-type(4n+1) {
 margin: 0 0 0.8rem 0;
}
footer .areaInner .footBox .accChild li.subCat a {
 display: inline-block;
 position: relative;
 padding: 0 0 0 2rem;
}
footer .areaInner .footBox .accChild li.subCat a::before {
 position: absolute;
 content: '└';
 left: 0;
}
footer .areaInner .footBox .accChild li.subCat::after {
 content: "";
}
footer .areaInner .footBox .accChild .pc + li::before {
 /* content: "　|　"; */
 letter-spacing: 0;
 color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li::before {
 /* content: "|　"; */
 letter-spacing: 0;
 color: #a40024;
}
footer .areaInner .footBox .accChild .pc + li.subCat::before {
 content: "";
}
footer .areaInner .footBox .accChild li {
 float: left;
 display: inline-block;
 margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild li a {
 font-size: 1.3rem;
 font-weight: normal;
 color: #333;
 padding: 0;
}
footer .areaInner .footBox .accChild .subList {
 padding: 0 0 0 1.5rem;
 margin: 0 0 0 0;
}
footer .areaInner .footBox .accChild .subList li {
 padding: 0.2rem 0 0 0;
 display: block;
 float: none;
 margin: 0;
 position: relative;
}
footer .areaInner .footBox .accChild .subList li::before {
 content: "└";
 color: #333;
 position: absolute;
 top: 2px;
 left: 0;
 margin-right: 0.4rem;
}
footer .areaInner .footBox .accChild .subList li a {
 font-size: 1.3rem;
 background-image: none;
 padding: 0 0 0 1.8rem;
}
/*noticeArea*/
footer .areaInner .noticeArea {
 box-sizing: border-box;
 width: 100%;
 background: #fff;
 border-radius: 0;
 padding: 2.5rem 3.0rem;
 margin: 5.0rem auto 0;
}
footer .areaInner .noticeArea p {
 font-size: 1.2rem;
 color: #333;
 margin: 0;
}
footer .areaInner p.ucp {
 font-size: 1.2rem;
 line-height: 1.4;
 text-align: center;
 color: #333;
 margin: 1.5rem auto 0;
}
footer .botArea {
 background-color: #63a12c;
}
footer .botArea .inner {
 width: 1100px;
 padding: 1.2rem 0 1.5rem;
 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;
}
footer p.sitemap a:hover {
 text-decoration: none;
}
footer p.copy {
 font-size: 1.2rem;
 line-height: 1.3;
 text-align: left;
 color: #fff;
 float: left;
 padding: 0.5rem 0;
}
footer a {
 color: #fff;
 text-decoration: none;
}
footer a:hover {
 text-decoration: underline;
}
/*--------------------------------------
　PageTop
---------------------------------------*/
#page-top {
 position: fixed;
 bottom: 2.0rem;
 right: 2.0rem;
 z-index: 100;
 width: 60px;
}
#page-top img:hover {
 opacity: 0.7;
}
/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage {}
#contents #page.mappage h2 {
 margin: 68px auto 28px;
}
#contents #page.mappage h2 a {}
#contents #page.mappage h2 a:hover {
 color: #333;
 text-decoration: none;
 opacity: 0.7;
}
#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 li:last-child {
 margin: 0 0 1.0rem;
}
#contents #page.mappage ul.subList li a {
 font-size: 1.4rem;
}
/* ================== */
/*  メインコンテンツ　*/
/* ================== */
/*--------------------------------------
heading
---------------------------------------*/
h1, h2, h3, h4, h5, h6, .title, .ttl, .sttl, .catch, .name {
 font-weight: 700;
 line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a, .ttl a, .sttl a, .catch a, .name a {
 color: inherit;
 text-decoration: none;
}
#index h2:not([class]), #category h1:not([class]), #page h1:not([class]) {
 font-size: 3.0rem;
 font-weight: 700;
 line-height: 1.4;
 text-align: center;
 padding: 3rem 2rem 3rem 5rem;
 margin: 2.5rem 0 3rem;
 position: relative;
 color: #fff;
}
#index h2:not([class])::before, #category h1:not([class])::before, #page h1:not([class])::before {
 content: "";
 width: calc(100% - 20px);
 height: 100%;
 background: #cae4b6;
 position: absolute;
 top: -25px;
 left: 0;
 z-index: -1;
}
#index h2:not([class])::after,#category h1:not([class])::after, #page h1:not([class])::after {
 content: "";
 width: calc(100% - 20px);
 height: 100%;
 background: #73b538;
 position: absolute;
 top: 0;
 right: 0;
 z-index: -1;
}
#index h3:not([class]) {
 font-size: 2.8rem;
 font-weight: bold;
 margin: 9rem 0 3rem;
 line-height: 1.4;
 padding: 4rem 4rem 4rem 6rem;
 background: #f6f6f6;
 position: relative;
 color: #242424;
}
#category h2:not([class]), #page h2:not([class]) {
 font-size: 2.6rem;
 font-weight: 700;
 margin: 6rem 0.5rem 3rem 0;
 line-height: 1.4;
 padding: 1.4rem 3.4rem;
 background: #ebfaf6;
 position: relative;
 color: #272931;
}
#index h3:not([class])::before, #category h2:not([class])::before, #page h2:not([class])::before {
 content: "";
 position: absolute;
 width: calc(100% - 0.5rem);
 height: 90%;
 bottom: -0.5rem;
 background: #96ca6d;
 right: -0.7rem;
 z-index: -1;
}
#index h4:not([class]), #category h3:not([class]), #page h3:not([class]) {
 font-size: 2.2rem;
 font-weight: 700;
 margin: 5rem 0 3rem 0;
 padding: 0.6rem;
 padding-left: 7rem;
 line-height: 1.4;
 color: #093a9d;
 background: url(img/title_bg01.png) no-repeat left center;
 background-size: 57px auto;
 border-bottom: 1px solid #96ca6d;
 min-height: 6.9rem;
 display: flex;
 align-items: center;
}
#index h5:not([class]), #category h4:not([class]), #category h5:not([class]), #category h6:not([class]), #page h4:not([class]), #page h5:not([class]), #page h6:not([class]) {
 font-size: 2.0rem;
 padding-left: 1.6rem;
 margin: 4rem 0 3rem 0;
 border-left: 4px solid #093a9d;
 position: relative;
}
#index h2:not([class]) a,#category h1:not([class]) a, #category h2:not([class]) a, #category h3:not([class]) a, #category h4:not([class]) a, #category h5:not([class]) a, #category h6:not([class]) a, #page h1:not([class]) a, #page h2:not([class]) a, #page h3:not([class]) a, #page h4:not([class]) a, #page h5:not([class]) a, #page h6:not([class]) a {
 display: block;
 padding: 0 3rem 0 0;
 background: url("img/arrow02_black.png") no-repeat right center;
 background-size: 25px auto;
}
/*--------------------------------------
　list
---------------------------------------*/
#contents ul {
 max-width: 1100px;
 margin: 25px auto 25px;
 padding: 10px 10px 0;
}
#contents ul li {
 padding: 0 0 0.6rem 2.4rem;
 position: relative;
 color: #333;
}
#contents ul li::before {
 content: '';
 display: block;
 background-color: #ff6600;
 width: 10px;
 height: 10px;
 border-radius: 50px;
 position: absolute;
 top: 1rem;
 left: 0;
}
#contents ul li a, #contents ol li a {
 text-decoration: underline;
}
#contents ul li a:hover, #contents ol li a:hover {
 opacity: 1;
 text-decoration: none;
}
#contents ol {
 max-width: 1100px;
 margin: 25px auto 25px;
 padding: 10px 10px 0;
}
#contents ol li {
 padding: 2px 0 2px 30px;
 list-style: none;
 position: relative;
 counter-increment: number;
}
#contents ol li::before {
 display: block;
 background-color: #272931;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 3px;
 left: 0;
 color: #fff;
 text-align: center;
 line-height: 1.7;
 font-weight: 700;
 font-size: 1.2rem;
}
#contents ol li:nth-child(-n+9)::before {
 content: counter(number);
}
#contents ol li:nth-child(n+10)::before {
 content: counter(number);
}
/*--------------------------------------
　recommend,check,point
---------------------------------------*/
/*check*/
#contents .check {
 font-size: 2.2rem;
 line-height: 1.4;
 font-weight: bold;
 color: #fff;
 background-color: #73b538;
 padding: 1.2rem;
 padding-left: 8rem;
 margin: 5rem auto 3rem;
 position: relative;
}
#contents .check::before {
 content: "";
 width: 69px;
 height: 83px;
 background: url("img/title_bg02.png") no-repeat left top / 100% auto;
 position: absolute;
 top: -23px;
 left: 7px;
}
#contents .check a {
 text-decoration: none;
 display: block;
 background: url("img/arrow02_white.png") no-repeat right 50% / 25px auto;
 padding-right: 3rem;
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap { margin: 4rem auto; }
.float-wrap img { max-width: 100%; }
.float-wrap .flame { position: relative; }
.float-wrap .fl {
 width: 350px;
 margin: 0 30px 10px 0;
 text-align: center;
}
.float-wrap .fr {
 width: 350px;
 margin: 0 0 10px 30px;
 text-align: center;
}
.float-wrap .ct {
 width: 600px;
 margin: 0 auto 20px;
 text-align: center;
}
.float-wrap.ct .catch {
 text-align: center;
}
.float-wrap .float-img + p { margin-top: 0; }
.float-wrap .catch {
 font-size: 2.2rem;
 font-weight: 700;
 line-height: 1.4;
 margin: 0 0 1.5rem 0;
 color: #093a9d;
}
/*--------------------------------------
btns
---------------------------------------*/
.btn-tel { display: none; }
.btn-web,
.btn-internal {
 margin: 3rem auto 0;
 padding: 0;
 text-align: center;
}
.btn-web a,
.btn-internal a {
 display: block;
 position: relative;
 width: 450px;
 max-width: 90%;
 margin: 0 auto;
 padding: 2rem 4rem;
 background-color: #103d72;
 border-radius: 1000px;
 color: #fff;
 font-size: 1.7rem;
 font-weight: 700;
 line-height: 1.4;
 text-align: center;
 text-decoration: none;
}
.btn-web a::after,
.btn-internal a::after {
 content: "";
 display: block;
 width: 20px;
 height: 20px;
 background:  url(img/arrow02_white.png) no-repeat left top / 100% auto;
 position: absolute;
 right: 20px;
 top: 50%;
 transform: translateY(-50%);
}
.btn-web a { background-color:#ff6600; }
.btn-link {
 margin: 3rem 0;
 padding: 0;
 text-align: right;
}
.btn-link a {
 display: inline-block;
 position: relative;
 min-height: 25px;
 padding: 0.2rem 0 0.2rem 3.5rem;
 background: url("img/arrow02_black.png") no-repeat left center;
 background-size: 25px auto;
 color: #333;
 font-size: 1.4rem;
 line-height: 1.4;
 text-decoration: none;
}
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table th, table td {
 word-break: break-all;
}
.main .table-layout {
 padding: 0;
}
.main table {
 width: 100%;
 max-width: 1100px;
 table-layout: fixed;
 margin: 40px auto 40px;
}
.main table th {
 width: 30%;
 font-size: 1.4rem;
 font-weight: bold;
 line-height: 1.3;
 text-align: center;
 background: #f9f9f9;
 border: solid 1px #b2b2b2;
 padding: 14px 16px;
}
.main table td {
 line-height: 2.4rem;
 padding: 14px 20px;
 background: #FFF;
 font-size: 1.4rem;
 text-align: left;
 border: solid 1px #b2b2b2;
}
/*--------------------------------------
　frame-wrap
---------------------------------------*/
.frame-wrap {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 4.2rem;
 row-gap: 4.2rem;
}
.frame-wrap .frame {
 background-color: #fff; 
 padding: 0 2.4rem 2.4rem;
 box-shadow: 9px 10px 0px 0px #a3a7a0;
 margin-bottom: 1rem;
}
.frame .frame-head {
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 padding: 2.6rem 0;
 margin: 0 0 2.6rem;
 position: relative;
}
.frame .frame-head::before {
 content: "";
 width: calc(100% + 2.4rem);
 height: 1px;
 background-color: #96ca6d;
 position: absolute;
 left: -2.4rem;
 bottom: 0;
}
.frame .frame-head .frame-ttl {
 width: 100%;
 font-size: 2.2rem;
 font-weight: 700;
 line-height: 1.4;
 color: #093a9d;
}
#contents .frame .frame-body p:first-child { margin-top: 0; }
.frame-wrap .frame table {
 width: 100%;
 letter-spacing: 0;
 margin: 2rem auto 0;
}
.frame-wrap .frame table th {
 width: 36%;
 padding: 1rem 0.6rem;
}
.frame-wrap .frame table th,
.frame-wrap .frame table td {
 line-height: 1.4;
 padding: 1rem;
}
.frame .frame-body .btn-link { margin-bottom: 0; }
/*--------------------------------------
common_parts
--------------------------------------*/
.addInner {
 width: 1100px;
 margin: 0 auto;
 padding: 8rem 0;
}
.lead {
 padding: 0 9%;
 margin: 2rem 0 4rem;
}
/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 { background: url("img/addParts01_bg.jpg") no-repeat center top / cover; }
.addParts01 .addParts01-title {
 display: block;
 color: #fff;
 font-size: 4rem;
 font-weight: 700;
 line-height: 1.4;
 text-align: center;
 margin: 0 auto 4rem;
}
.addParts01 .addParts01-title .small { font-size: 3rem; }
.addParts01 .lead,
.addParts01 .hosoku { color: #fff; margin-bottom: 6rem;}
.addParts01 .lead span{
 color: #ffa66a !important;
 background: none;}
.addParts01 .hosoku {
 font-size: 1.2rem;
 margin: 2rem 0 0;
}
.addParts01 .blockWrap {
 display: flex;
 justify-content: space-between;
}
.addParts01 .block {
 position: relative;
 width: calc((100% - 8.6rem) / 3);
 background: #fff;
 text-align: center;
}
.addParts01 .block > .catch {
 padding: 3.8rem 1rem 2.4rem;
 color: #fff;
 font-size: 2.8rem;
 line-height: 1.2;
 text-align: center;
 background-color: #63a12c;
 background-size: 69px auto;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
}
.addParts01 .block > .catch::after {
 content: "";
 width: 100%;
 height: 55px;
 background: url("img/icon_com01.png") no-repeat center top / auto 100%;
 position: absolute;
 top: -27px;
 left: 0;
}
.addParts01 .block:nth-of-type(2) > .catch::after { background-image: url("img/icon_com02.png"); }
.addParts01 .block:nth-of-type(3) > .catch::after { background-image: url("img/icon_com03.png"); }
.addParts01 .scrollArea { padding: 3.4rem 2rem; }
.addParts01 .scrollArea .catch {
 color: #0b3770;
 font-size: 2.4rem;
 font-weight: 700;
}
.addParts01 .companyName {
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 2rem;
 font-weight: 700;
 margin: 2rem 0;
}
.addParts01 .scrollArea .companyCatch {
 margin: 2rem 0 1rem;
 font-size: 2rem;
 font-weight: 700;
 line-height: 1.4;
}
.addParts01 .scrollArea .companyText {
 background-color: #f5f5f5;
 padding: 1rem 2rem  2rem;
 text-align: left;
}

.addParts01 .scrollArea .companyText2 {
background-color: #f5f5f5;
font-weight: bold;
font-size: 1.8rem;
 padding: 2rem 1rem 0 2rem;
text-align: left;
color: #0b3770;
}

/*--------------------------------------
	yellowbox
---------------------------------------*/
.yellowbox {
 margin: 4rem 0;
 background-color: #fffaec;
 padding: 2rem 3rem 3rem;
}

.yellowbox .catch {
 font-weight: bold;
 font-size: 2.2rem;
 color: #000;
 margin: 2rem 0;
}
#contents .yellowbox > *:first-child { margin-top: 0; }
#contents .yellowbox > .check { margin-top: 2.9rem; }
#contents .yellowbox > *:last-child { margin-bottom: 0; }

/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
 background: #f5f5f5;
 max-width: 1000px;
 margin: auto;
 padding: 4rem 5rem;
 box-sizing: border-box;
}
.toc_parts .ttl {
 padding: 0 0 0 1rem;
 font-size: 2.3rem;
 font-weight: bold;
 border-left: 4px solid #6eb92c;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #58585e;
}
#toc .chapter {
 margin: 0 0 2rem;
 counter-reset: count;
}
#toc .chapter .chapter-h {
 margin: 2rem 0 0;
 padding: 0 0 0 4rem;
 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: 17px;
 left: 0;
 transform: translate(0, -50%);
 color: #093a9d;
 font-size: 2.4rem;
 font-weight: bold;
 background: none;
 width: auto;
 height: auto;
 border-radius: 0;
}
#toc .chapter .chapter-h a {
 font-weight: bold;
 text-decoration: none;
 font-size: 1.8rem;
}
#toc .chapter .chapter-h a:hover {
 opacity: .6;
}
#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;
}
/*--------------------------------------
	関連記事
---------------------------------------*/
#related-article p { margin: 0; }
#related-article.related-article01-frame {
 margin: 60px 0 0 0;
 padding: 30px 50px;
 background: #f5f7fa;
 position: relative;
}
#related-article .related-article01-title {
 padding: 0 0 0 1rem;
 color: #333;
 font-size: 22px;
 font-weight: bold;
 line-height: 1;
 /*background: url("./img/dummy-icon.png") no-repeat left center;
 background-size: 50px auto;*/
 position: relative;
}
#related-article .related-article01-title span {
 background: none;
 font-size: 20px;
 color: #333;
}
#related-article .related-article01-list {
 margin: 15px 0 0 0;
 padding: 0 20px 0;
 border-top: 1px solid #D0D3E0;
 font-weight: 700;
}
#related-article .related-article01-list p {
 margin: 0;
}
#related-article .related-article01-list li {
 margin: 2rem 0 0;
 padding: 0 0 0 20px;
 font-size: 100%;
 line-height: 1.7;
 position: relative;
}
#related-article .related-article01-list li + li {
 margin-top: 10px;
}
#related-article .related-article01-list li::before {
 content: "";
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background-color: #ff6600;
 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;
}
/*--------------------------------------
	アコーディオン
---------------------------------------*/
.main .ac-btn {
 width: 450px;
 max-width: 90%;
 margin: 4rem auto;
 padding: 22px 50px;
 background: #fff;
 border: 1px solid #333333;
 border-radius: 1000px;
 font-size: 1.8rem;
 font-weight: bold;
 line-height: 1.4;
 color: #787a76;
 text-decoration: none;
 text-align: center;
 cursor: pointer;
 position: relative;
}
.ac-btn::after,
.ac-btn.is-open:after {
 position: absolute;
 content: '';
 width: 28px;
 height: 28px;
 right: 4rem;
 top: 50%;
 transform: translateY(-50%);
 background: url(img/acc_open.png) no-repeat center top / 100% auto;
}
.ac-btn.is-open:after { background-image: url(img/acc_close.png); }
.ac-btn .ac-btn-close { display: none; }
.ac-btn.is-open .ac-btn-close { display: block; }
.ac-btn.is-open .ac-btn-off { display: none; }
@media screen and (min-width: 480px) {
 .ac-btn:hover { opacity: 0.7; }
}
.accordion-item {
 padding-bottom: 1rem;
}




@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;
  padding-bottom: env(safe-area-inset-bottom);
 }
 .main p:not([class]) { margin: 1.4rem auto; }
 .caption {
  margin: 1.5rem 0 0;
  font-size: 1.0rem;
  line-height: 1.3;
  word-break: break-all;
  color: #999;
 }
 /*--------------------------------------
　Header
---------------------------------------*/
 header .headTopArea { width: 100%; }
 header .headTopArea .rightTxt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
 }
 /*--------------------------------------
　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: 60px;
  width: 100%;
 }
 #visArea .mainArea .siteNameAreaInner {
  display: table-cell;
  vertical-align: middle;
 }
 #visArea .mainArea .siteName a {
  display: inline-block;
  width: 160px;
 }
 /*--------------------------------------
　spMenuBox
---------------------------------------*/
 /*navWrap*/
 #navWrap {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #faf5d2;
  margin: 0 auto;
 }
 /*navTop*/
 #navWrap .navTop {
  width: 44px;
  position: fixed;
  top: -100px;
  opacity: 0;
  z-index: 9999;
  transition: all 0.3s ease;
  right: 0;
 }
 body.open #navWrap .navTop {
  top: 0 !important;
  opacity: 1 !important;
 }
 #navWrap .navTopInner {}
 #navWrap .siteName {
  display: table-cell;
  vertical-align: middle;
  width: 49.5%;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 1.0rem 0 1.0rem;
  border-right: 1px solid #bbb;
  text-align: center;
  background: #fff;
 }
 #navWrap a.siteName {}
 #navWrap .siteName img {
  width: 85%;
 }
 #navWrap .recommendBtn {
  display: table-cell;
  vertical-align: middle;
  width: calc(50.5% - 41px);
  font-size: 1.1rem;
  text-align: center;
  color: #8c8200;
  padding: 0 1.2rem;
  border-right: 1px solid #bbb;
  position: relative;
  background: #f5f5dc;
 }
 #navWrap .recommendBtn::after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-top: 4px solid transparent;
  border-right: 4px solid #8c8200;
  border-bottom: 4px solid #8c8200;
  border-left: 4px solid transparent;
  z-index: 1;
 }
 #menuBtn {
  box-sizing: content-box;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: #103d72;
 }
 #menuBtn .menu {
  width: 20px;
  height: 15px;
  position: absolute;
  top: calc(50% - 8px);
  outline: none;
  border: none;
  background: #000;
  background: url("img/sp_ico_menu.svg") center no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
 }
 body.open #menuBtn .menu {
  width: 21px;
  height: 16px;
  background: url("img/sp_ico_close.svg") center no-repeat;
  background-size: 100%;
 }
 /*navSp*/
 #navSp {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #e6eeec;
  z-index: 999;
  display: none;
 }
 #navSp > div {
  height: 100%;
  overflow-y: scroll;
 }
 #navSp a {
  text-decoration: none;
 }
 /* 以下装飾など */
 #navSp .navBox {}
 #navSp .navBox:first-child {
  border-top: 1px solid #ccc;
  overflow: hidden;
 }
 #navSp .navBox .sttl a, #navSp .sitemap a {
  display: block;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background: url("img/arrow_black.png") 96% center no-repeat;
  background-size: 6px auto;
  padding: 1.5rem 9% 1.5rem 4%;
 }
 #navSp .navBox .tglMenu a {
  background: url("img/arrow_black_down.png") 96% center no-repeat;
  background-size: 10px auto;
 }
 #navSp .navBox .sttl.collapsible a {
  background: url("img/arrow_black_down.png") 96% center no-repeat;
  background-size: 10px auto;
 }
 #navSp .navBox .sttl a br {
  display: none;
 }
 #navSp .navBox .sttl.open > a {
  background: url("img/arrow_black_up.png") 96% center no-repeat;
  background-size: 10px auto;
 }
 #navSp .navBox .sttl, #navSp .sitemap {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
 }
 #navSp .sitemap {
  margin: 0 0 100px;
 }
 #navSp .navBox .accChild {
  display: none;
  font-size: 1.3rem;
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
 }
 #navSp .navBox .accChild li {
  float: none;
 }
 #navSp .navBox .accChild li a {
  display: block;
  box-sizing: border-box;
  color: #000;
  background: url("img/arrow_black.png") 95.5% center no-repeat;
  background-size: 5px auto;
  border-bottom: 1px solid #ccc;
  padding: 1.2rem 9% 1.2rem 7%;
 }
 #navSp .navBox .accChild li a:first-child {}
 /*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: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 0 15% 0 3%;
  margin-bottom: 1.0rem;
 }
 #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: 1.0rem;
  margin: 0 auto 1rem;
  overflow: auto;
  white-space: nowrap;
  position: relative;
 }
 #pankuzu {
  width: auto;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #333;
  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 a:hover {
  color: #333;
  text-decoration: underline;
 }
 #pankuzu span:last-child {
  margin-right: 4%;
 }
 #pankuzu a span:last-child {
  margin-right: 0;
 }
 /*--------------------------------------
Main Contents
---------------------------------------*/
 #contents {
  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% 4rem;
 }
 /*--------------------------------------
　Side
---------------------------------------*/
 #side { display: none; }
 /*--------------------------------------
 Footer
 ---------------------------------------*/
 footer {
  width: 100%;
  margin: 0;
 }
 footer .areaInner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 2.5rem 0;
 }
 footer .areaInner .inner {
  width: 100%;
  padding: 0;
 }
 footer .areaInner .logo {
  display: block;
  box-sizing: border-box;
  width: 25%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #000;
  padding: 0 0 0.5rem 0;
  margin: 0 auto 1rem;
 }
 footer .areaInner .logo a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #000;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
 }
 footer .areaInner .logo a:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1;
 }
 footer .areaInner .logo + .footBox {
  border-top: 1px solid #ccc;
 }
 footer .areaInner .footBox {
  margin: 0;
 }
 footer .areaInner .footBox .sttl {
  border: none;
  padding: 0;
  margin: 0;
 }
 footer .areaInner .footBox .sttl a {
  display: block;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  background: url("img/arrow_black_down.png") right 10px center no-repeat;
  background-size: 10px auto;
  padding: 1.0rem 4.0rem 1.0rem 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/arrow_black_up.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: #ccc;
 }
 footer .areaInner .footBox .accChild li {
  display: block;
  float: none;
 }
 footer .areaInner .footBox .accChild li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #000;
  background: #fff url("img/arrow_black.png") 96.5% center no-repeat;
  background-size: 6px auto;
  border-bottom: 1px solid #ccc;
  padding: 1.0rem 9% 1.0rem 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: #fff url("img/arrow_black.png") 96.5% center no-repeat;
  background-size: 6px auto;
  padding: 1.0rem 9% 1.0rem 4%;
 }
 footer .areaInner .footBox .accChild li.subCat a::before {
  content: none;
  font-size: 1.2rem;
  position: relative;
  left: -2px;
  margin-right: 0.2rem;
 }
 footer .areaInner .footBox .accChild .subList {
  padding: 0;
  margin: 0;
 }
 footer .areaInner .footBox .accChild .subList li {
  padding: 0;
  display: block;
  float: none;
  margin: 0;
 }
 footer .areaInner .footBox .accChild .subList li::before {
  content: none;
  color: #000;
  margin-right: 0;
 }
 footer .areaInner .footBox .accChild .subList li a {
  font-size: 1.3rem;
  padding: 1.0rem 9% 1.0rem 9%;
  background: #fff 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;
  color: #000;
  position: absolute;
  top: 12px;
  left: 4%;
  margin-right: 0.4rem;
 }
 footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 92%;
  margin: 2.5rem auto 0rem;
  background: #fff;
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8;
  border-radius: 0;
 }
 footer .areaInner .noticeArea p {
  font-size: 1.2rem;
 }
 footer .areaInner p.ucp {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
  color: #333;
  margin: 1.5rem auto 0;
 }
 footer .botArea .inner {
  width: 92%;
  padding: 1.2rem 0 1.2rem;
  margin: 0 auto;
 }
 footer .botArea .inner .cf {
  content: none;
 }
 footer p.sitemap {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: right;
  padding: 0.5rem 0;
 }
 footer p.copy {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  padding: 0.5rem 0;
 }
 footer p.sitemap a {
  text-decoration: underline;
 }
 footer p.copy a {
  text-decoration: none;
 }
 footer a {
  text-decoration: none;
 }
 footer a:hover {
  text-decoration: none;
 }
 /*--------------------------------------
　PageTop
---------------------------------------*/
 #page-top {
  position: fixed;
  bottom: 4%;
  right: 4%;
  width: 48px;
 }
 #page-top img {
  width: 100%;
 }
 /* ================== */
 /*  サイトマップ　　　*/
 /* ================== */
 #contents #page.mappage {}
 #contents #page.mappage h2 {
  margin: 5.0rem auto 2.0rem;
 }
 #contents #page.mappage h2 a {}
 #contents #page.mappage h2 a:hover {
  color: #333;
  text-decoration: none;
  opacity: 1;
 }
 #contents #page.mappage ul {
  margin: 1.0rem auto 1.0rem;
 }
 #contents #page.mappage ul li {
  padding: 0 0 0.6rem 1.6rem;
 }
 #contents #page.mappage ul.subList li:last-child {
  margin: 0 0 1.0rem;
 }
 #contents #page.mappage ul li a {}
 #contents #page.mappage ul li a:hover {
  opacity: 1;
 }
 #contents #page.mappage ul.subList li a {
  font-size: 1.4rem;
 }
 /* ================== */
 /*  メインコンテンツ　*/
 /* ================== */
 #index h2:not([class]) a, #category h1:not([class]) a, #category h2:not([class]) a, #category h3:not([class]) a, #category h4:not([class]) a, #category h5:not([class]) a, #category h6:not([class]) a, #page h1:not([class]) a, #page h2:not([class]) a, #page h3:not([class]) a, #page h4:not([class]) a, #page h5:not([class]) a, #page h6:not([class]) a,#contents .check a {
  padding-right: 2.4rem;
  background-size: 20px auto;
 }
 #index h2:not([class]), #category h1:not([class]), #page h1:not([class]) {
  font-size: 2.5rem;
  padding: 2.0rem 2.0rem 2.0rem 3.5rem;
  margin-bottom: 2rem;
	 margin-top: -2rem;
 }
 #index h2:not([class])::before, #category h1:not([class])::before, #page h1:not([class])::before {
  content: "";
  width: calc(100% - 15px);
  position: absolute;
  top: -13px;
  left: 0;
  z-index: -1;
 }
 #index h2:not([class])::after, #category h1:not([class])::after, #page h1:not([class])::after {
  content: "";
  width: calc(100% - 15px);
  height: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
 }
 #index h3:not([class]), #category h2:not([class]), #page h2:not([class]) {
  font-size: 2rem;
  padding: 2rem;
  position: relative;
  margin-bottom: 2rem;
 }
 #category h2:not([class])::after, #page h2:not([class])::after {
  right: 10px;
 }
 #index h4:not([class]), #category h3:not([class]), #page h3:not([class]) {
  font-size: 2rem;
  padding-left: 5rem;
  background-size: 40px;
  min-height: 5.2rem;
  margin-bottom: 2rem;
 }
 #index h5:not([class]), #category h6:not([class]), #category h4:not([class]), #category h5:not([class]), #category h6:not([class]), #page h4:not([class]), #page h5:not([class]), #page h6:not([class]) {
  font-size: 1.6rem;
  margin-bottom: 2rem;
 }
 /*check*/
 #contents .check {
  font-size: 1.6rem;
  padding-left: 6rem;
  margin-bottom: 2rem;
 }
 #contents .check::before {
  width: 50px;
  height: 60px;
  left: 5px;
  top: -10px;
 }
 /*--------------------------------------
　float-wrap
 ---------------------------------------*/
 .float-wrap {
  margin: 4.0rem auto 4.0rem;
  position: relative;
 }
 .float-wrap .flame {
  width: 100%;
  margin: 0 auto;
 }
 .float-wrap .float-img {
  box-sizing: border-box;
  width: auto;
  margin: 0 auto 1.0rem;
  text-align: center;
 }
 .float-wrap img {
  box-sizing: border-box;
  max-width: 100%;
 }
 .float-wrap .sttl {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1.4;
 }
 .float-wrap .catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 1.5rem;
 }
 .float-wrap p {
  margin: 0;
  padding: 0;
 }
 .float-wrap .fl {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 1.0rem 0;
  text-align: center;
  float: none;
 }
 .float-wrap .fr {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 1.0rem 0;
  text-align: center;
  float: none;
 }
 .float-wrap .ct {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 1.0rem;
  padding: 0 0 1.0rem;
  text-align: center;
 }
 .float-wrap .fl.t_small {
  box-sizing: content-box;
  width: 40%;
  padding: 0 6% 0.5rem 0;
  text-align: center;
  float: left;
 }
 .float-wrap .fr.t_small {
  box-sizing: content-box;
  width: 40%;
  padding: 0 0 0.5rem 6%;
  text-align: center;
  float: right;
 }
 .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;
 }
 /*float-wrap-head*/
 #index .float-wrap .float-wrap-head, #category .float-wrap .float-wrap-head, #page .float-wrap .float-wrap-head {
  display: table;
  width: auto !important;
  height: auto;
  background: none;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #000;
  margin: 0 auto 0.8rem;
  position: relative;
 }
 #index .float-wrap .float-wrap-head a, #category .float-wrap .float-wrap-head a, #page .float-wrap .float-wrap-head a {
  width: auto;
  font-size: 100%;
  text-decoration: none;
 }
 #index .float-wrap .float-wrap-head a:hover, #category .float-wrap .float-wrap-head a:hover, #page .float-wrap .float-wrap-head a:hover {
  color: #000;
  text-decoration: none;
 }
 #index .float-wrap .float-body.fl .float-wrap-head, #category .float-wrap .float-body.fl .float-wrap-head, #page .float-wrap .float-body.fl .float-wrap-head, #index .float-wrap .float-body.fr .float-wrap-head, #category .float-wrap .float-body.fr .float-wrap-head, #page .float-wrap .float-body.fr .float-wrap-head {
  width: 100%;
 }
 .float-wrap .float-wrap-head::after {
  content: none;
 }
 .float-wrap p {
  width: 100%;
 }
 /*--------------------------------------
 btns
 ---------------------------------------*/
 .btn-web, .btn-internal,.btn-link,.btn-tel {
  display: block;
  margin: 3rem auto 0;
  text-align: center;
 }
 .btn-web a,.btn-internal a {
  width: 90%;
  margin: 0 auto;
  padding: 1.8rem 5rem;
  font-size: 1.4rem;
 }
 .btn-web a::after, .btn-internal a::after {
  width: 23px;
  height: 23px;
 }
 .btn-link a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1.8rem 5rem;
  background: #f2f2f2 url("img/arrow02_black.png") no-repeat right 2rem center;
  background-size: 23px auto;
  border-radius: 1000px;
  box-sizing: border-box;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
 }
 .btn-tel a {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 1.8rem 5rem;
  background: #d3ee00 url("img/icon_tel.png") no-repeat 2.2rem 50% / 18px auto;
  border-radius: 1000px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
 }
 /* ================== */
 /*  テーブル　　　　　*/
 /* ================== */
 .main-low table {
  margin: 3rem auto;
  border: 1px solid #b2b2b2;
  border-bottom: none;
 }
 .main-low table th, .main-low table td {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b2b2b2;
 }
 /*--------------------------------------
　frame-wrap
 ---------------------------------------*/
 .frame-wrap { display: block; }
 .frame-wrap .frame {
  padding: 0px 2rem 2rem;
  box-shadow: 6px 6px 0px 0px #a3a7a0;
  margin-bottom: 0.6rem;
 }
 .frame-wrap .frame + .frame { margin-top: 2.4rem; }
 .frame .frame-head {
  padding: 2rem 0;
  margin: 0 0 2rem;
 }
 .frame .frame-head::before {
  width: calc(100% + 2.0rem);
  left: -2rem;
 }
 .frame .frame-head .frame-ttl { font-size: 2rem; }
 .frame .frame-head .frame-ttl a { background-size: 18px auto; }
 /*--------------------------------------
 common_parts
 --------------------------------------*/
 .addInner {
  width: 100%;
  padding: 4rem 4%;
 }
 .lead {
  padding: 0;
  margin: 2rem 0;
 }
 /*--------------------------------------
 addParts01
 ---------------------------------------*/
 .addParts01 .addParts01-title {
  font-size: 2.5rem;
  margin: 0 0 2rem;
 }
 .addParts01 .addParts01-title .small { font-size: 1.6rem; }
 .addParts01 .blockWrap { display: block; }
 .addParts01 .block {
  width: 100%;
  margin: 5rem 0 0;
 }
 /*--------------------------------------
  アコーディオン
 ---------------------------------------*/
 .main .ac-btn {
  padding: 1.8rem 5rem;
  font-size: 1.4rem;
  margin: 3rem auto;
 }
 .ac-btn::after, .ac-btn.is-open:after {
  width: 21px;
  height: 21px;
  right: 2rem;
 }
 /*--------------------------------------
  yellowbox
 ---------------------------------------*/
 .yellowbox {
  margin: 3rem 0;
  background-color: #fffaec;
  padding: 2rem;
 }
 .yellowbox .catch {
  font-size: 1.6rem;
  margin: 1em 0;
 }
 #contents .yellowbox > .check { margin-top: 1rem; }
 /*--------------------------------------
 toc
 ---------------------------------------*/
 .toc_parts {
  padding: 3rem 2.5rem 2rem;
  width: 100%;
 }
 .toc_parts .ttl {
  font-size: 1.6rem;
  border-left: 2px solid #517b94;
 }
 #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 .chapter .chapter-h a {
  font-size: 1.6rem;
 }
 #toc ul.chapter .chapter-h::before {
  top: 11px;
  font-size: 1.8rem;
 }
 #toc li.chapter-h.chapter-h-three {
  margin: 0.5rem 0 0.5rem 2rem;
 }
 #toc li.chapter-h.chapter-h-three::before {
  top: 6px;
  width: 6px;
  height: 6px;
 }
 #toc li.chapter-h-three + .chapter-h-two {
  margin-top: 2rem;
 }
 #contents ul {
  width: 95%;
 }
 /*--------------------------------------
  関連記事
 ---------------------------------------*/

.related-article01-frame {
padding: 3rem 2.5rem !important;
margin: 6rem 1rem 3rem;
}	

.related-article01-title span {
  font-size: 16px;
 }
.related-article01-list {
  margin: 15px 0 0 0;
  padding: 10px 0 0;
 }
.related-article01-list li {
  margin: 10px 0;
  padding: 0 0 0 30px;
  font-size: 15px;
  line-height: 1.6;
 }
.related-article01-list li:last-child {
  margin-bottom: 0;
 }
}
