@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.6rem;
 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]) {
 color: #295180;
 background: linear-gradient(transparent 80%, #afe3ff 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: 151px;
 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: inline-block; }
/*--------------------------------------
　Global Nav
---------------------------------------*/
#g-nav {
 background: rgba(255, 255, 255, 0.8);
 margin: 0 auto;
 position: relative;
 z-index: 100;
 padding: 15px;
}
#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: 1100px;
 height: auto;
 margin: auto;
 border-right: 1px solid #007ec5;
}
#g-nav li {
 width: 100%;
 min-height: 70px;
 text-align: center;
}
#g-nav li a {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 font-size: 1.4rem;
 font-weight: bold;
 line-height: 1.6;
 text-decoration: none;
 border-left: 1px solid #007ec5;
}
#g-nav li a span {
 background: none;
 display: inline-block;
 vertical-align: middle;
 font-weight: inherit;
 color: inherit;
 padding: 0 0 0.2rem 0;
 border-bottom: 2px solid transparent;
}
#g-nav li a:hover span {
 display: inline-block;
 border-bottom: 2px solid #2ab4ff;
 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;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
 float: right;
 width: 220px;
}
#side .sideBox { border-bottom: 1px solid #333; }
#side .sideBox:first-of-type { border-top: 2px solid #295180; }
#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.svg") 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: #f3f4f6;
 color: #424242;
}
#contents + footer { margin-top: 16.9rem; }
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: 206px;
 margin: 0 auto 5.0rem;
}
footer .areaInner .logo a {
 display: block;
 text-decoration: none;
}
footer .areaInner .footBox {
 margin: 0 0 3.0rem 0;
}
footer .areaInner .footBox .sttl {
 border-bottom: 1px solid #424242;
 padding: 0 0 1.0rem 0;
 margin: 0 0 1.4rem 0;
}
footer .areaInner .footBox .sttl a {
 display: block;
 font-weight: bold;
 font-size: 1.6rem;
 color: #424242;
 background: url("img/arrow01_gray.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: #424242;
 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: #295180; }
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 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 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;
 color: #000;
}
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: #f3f4f6;
 position: absolute;
 top: -24px;
 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:linear-gradient(to bottom, #295180 0%, #081c40 100%);
 position: absolute;
 top: 0;
 right: 0;
 z-index: -1;
}
#index h3:not([class]),#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: 2rem 3.4rem;
 background: #f3f4f6;
 position: relative;
}
#index h3:not([class])::before, #category h2:not([class])::before, #page h2:not([class])::before {
 content: "";
 position: absolute;
 width: calc(100% - 6rem);
 height: 90%;
 bottom: -0.5rem;
 background: #0b2046;
 right: -0.5rem;
 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: 1.5rem 0;
 padding-left: 4rem;
 line-height: 1.4;
 background: url(img/title_bg01.png) no-repeat left center / 32px auto;
 border-bottom: 1px solid #295180;
 min-height: 6.2rem;
/*--------------------------------------
 display: flex;
---------------------------------------*/
 align-items: center;
}
#index h5:not([class]), #category h4:not([class]), #page h4:not([class]) {
 font-size: 2.0rem;
 padding: 2rem;
 margin: 2rem 0 3rem 0;
 border-bottom: 1px solid #295180;
 position: relative;
}
#index h6:not([class]), #category h5:not([class]), #category h6:not([class]), #page h5:not([class]), #page h6:not([class]) {
 font-size: 1.8rem;
 padding: 2rem;
 margin: 4rem 0 3rem 0;
 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/arrow01_gray.png") no-repeat right center;
 background-size: 25px auto;
}
#index h2:not([class]) a,#category h1:not([class]) a, #page h1:not([class]) a { background-image: url("img/arrow01_white.png"); }
/*--------------------------------------
　list
---------------------------------------*/
#contents ul { margin: 2rem 0; }
#contents ul li {
 padding: 0 0 0.6rem 2.4rem;
 position: relative;
}
#contents ul li::before {
 content: '';
 display: block;
 background-color: #e02838;
 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 {
 margin: 2rem 0;
 padding: 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: 7px;
 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);
}
/*--------------------------------------
　matome,check,point
---------------------------------------*/
/*check*/
#contents .check,
#contents .point,
#contents .matome {
 font-size: 2.4rem;
 line-height: 1.4;
 font-weight: bold;
 color: #0b2046;
 background-color: #f3f4f6;
 padding: 1.2rem;
 padding-left: 7.8rem;
 margin: 5rem auto 3rem 2rem;
 position: relative;
}
#contents .check::before,
#contents .point::before,
#contents .matome::before {
 content: "";
 width: 77px;
 height: 77px;
 background: url("img/title_check.png") no-repeat left top / 100% auto;
 position: absolute;
 top: -24px;
 left: -20px;
}
#contents .point::before { background-image: url("img/title_point.png"); }
#contents .matome::before { background-image: url("img/title_matome.png"); }
#contents .check a,
#contents .point a,
#contents .matome a {
 text-decoration: none;
 display: block;
 background: url("img/arrow01_gray.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.0rem;
 font-weight: 700;
 line-height: 1.4;
 margin: 0 0 1.5rem 0;
 color: #295180;
}
/*--------------------------------------
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: flex;
 align-items: center;
 justify-content: center;
 min-height: 70px;
 position: relative;
 width: 450px;
 max-width: 90%;
 margin: 0 auto;
 padding: 2rem 5rem;
 background-color: #2ab4ff;
 border-radius: 1000px;
 color: #fff;
 font-size: 1.6rem;
 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: 25px;
 height: 25px;
 background:  url(img/arrow01_white.png) no-repeat left top / 100% auto;
 position: absolute;
 right: 16px;
 top: 50%;
 transform: translateY(-50%);
}
.btn-web a { background-color:#e02838; }
.btn-link {
 margin: 3rem 0;
 padding: 0;
 text-align: right;
}
.btn-link a {
 display: inline-block;
 position: relative;
 min-height: 23px;
 padding: 0.2rem 0 0.2rem 3.5rem;
 background: url("img/arrow01_navy.png") no-repeat left center;
 background-size: 23px auto;
 font-size: 1.4rem;
 line-height: 1.4;
 font-weight: bold;
 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-weight: bold;
 line-height: 1.3;
 text-align: center;
 background: #f7fbff;
 border: solid 1px #081c40;
 padding: 14px 16px;
}
.main table td {
/*--------------------------------------
 line-height: 1.3;
---------------------------------------*/
 padding: 20px;
 background: #FFF;
 text-align: left;
 border: solid 1px #081c40;
}
/*--------------------------------------
　box-wrap
---------------------------------------*/
.box-wrap {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 column-gap: 8rem;
 row-gap: 4rem;
}
.box-wrap .box .box-head { 
 background: #295180;
 padding: 1rem 2rem;
 min-height: 100px;
 margin: 0 5.9rem -5rem 0;
 display: flex;
 align-items: center;
 position: relative;
 z-index: 1;
}
.box-wrap .box .box-head .box-ttl {
 font-size: 2.4rem;
 line-height: 1.4;
 color: #fff;
 width: 100%;
}
.box-wrap .box .box-head .box-ttl a {
 display: block;
 width: 100%;
 background: url("img/arrow01_white.png") no-repeat right center / 25px auto;
 padding: 0 3rem 0 0;
}
.box-wrap .box .box-body {
 margin: 0 0 0 4rem;
 position: relative;
 border: 1px solid #295180;
 background-color: #fff;
 padding: 7rem 4rem 2rem;
}
.box-wrap .box .box-body p:first-child { margin-top: 0; }
.box-wrap .box .box-body p:last-child { margin-bottom: 0; }
/*--------------------------------------
　frame-wrap
---------------------------------------*/
.frame-wrap {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 5.2rem;
 row-gap: 4.7rem;
}
.frame-wrap .frame {
 background-color: #fff;
 border: solid 1px #0b2046;
 padding: 0 2.4rem 2.4rem;
 box-shadow: 9px 10px 0px 0px #f3f4f6;
}
.frame .frame-head {
 display: flex;
 align-items: 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: #0b2046;
 position: absolute;
 left: -2.4rem;
 bottom: 0;
}
.frame .frame-head .frame-ttl {
 width: 100%;
 font-size: 2.4rem;
 font-weight: 700;
 line-height: 1.4;
 color: #000000;
}
.frame .frame-head .frame-ttl a {
 display: inline-block;
 width: 100%;
 background: url("img/arrow01_navy.png") no-repeat right 50% / 25px auto;
 padding-right: 3rem;
}
#contents .frame .frame-body p:first-child { margin-top: 0; }
#contents .frame .frame-body .mh p:first-child { margin-bottom: 0; }
.frame-wrap .frame .link a {
 display: inline-block;
 background: url("img/arrow01_navy.png") no-repeat right 50% / 25px auto;
 padding-right: 3rem;
 margin: 3rem 0 0;
 font-size: 1.5rem;
 line-height: 1.4;
 font-weight: 700;
 min-height: 25px;
}
.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;
 max-width: 100%;
 margin: 0 auto;
 padding: 8rem 0;
}
.lead {
 padding: 0 9%;
 margin: 2rem 0 4rem;
}
/*--------------------------------------
addParts01
---------------------------------------*/
.lower_bottom {
 padding-top: 16.9rem;
 background: url("img/lower_bottom_arrow.png") no-repeat left 50% top 30px / auto 109px;
}
.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: 3.2rem;
 color: #2ab4ff;
}
.addParts01 .lead { padding: 0; }
.addParts01 .lead,
.addParts01 .hosoku { color: #fff; }
.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 {
 background: linear-gradient(to bottom, #0086cb 0%, #0052a5 100%);
 padding: 2.2rem 1rem;
 color: #ffdf38;
 font-size: 2.6rem;
 line-height: 1.2;
 text-align: center;
}
.addParts01 .block > .catch .small {
    font-size: 2rem;
    color: #fff;
}
.addParts01 .companyName {
 color: #1977e5;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 2rem;
 line-height: 1.4;
 font-weight: 700;
}
.addParts01 .block > .catch .small { font-size: 2rem; }
.addParts01 .scrollArea { padding: 3rem 2rem; }
 {
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 2rem;
 line-height: 1.4;
 font-weight: 700;
 color: #000;
}
.addParts01 .flame { margin: 3rem 0 0; }
.addParts01 .ex_wrap {
 margin: 3rem 0 0;
 text-align: left;
}
.addParts01 .ex_wrap .ex_title {
 margin: 0 -2rem 2rem;
 padding: 1.7rem 2rem;
 background-color: #f3f4f6;
 text-align: center;
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 1.2;
}
.addParts01 .ex_wrap .blue { color:#2ab4ff; }
.addParts01 .tsuyomi_wrap { margin: 3rem 0 0; }
.addParts01 .tsuyomi_wrap .tsuyomi_title {
 display: inline-block;
 background: linear-gradient(to bottom, #0084c9 0%, #0054a6 100%);
 color: #fff;
 font-size: 2.1rem;
 font-weight: 700;
 line-height: 1;
 padding: 1.4rem 2rem;
 margin: 0 auto;
}
.addParts01 .tsuyomi_wrap .tsuyomi_text {
 margin: -25px -2rem 0;
 padding: 2.8rem 2rem 0.2rem;
 background-color: #f3f4f6;
 text-align: left;
}
.addParts01 .tsuyomi_wrap .tsuyomi_text ul li {
 padding: 0 0 0.6rem 2.4rem;
 position: relative;
}
.addParts01 .tsuyomi_wrap .tsuyomi_text ul li::before {
 content: '';
 display: block;
 background-color: #e02838;
 width: 10px;
 height: 10px;
 border-radius: 50px;
 position: absolute;
 top: 1rem;
 left: 0;
}
.addParts01 .tsumari_wrap { margin: 1rem 0 3rem; }
.addParts01 .tsumari_wrap .arrow {
 width:80px;
 margin: 0 auto 1rem;
}
.addParts01 .tsumari_wrap div:last-child {
 color: #e02838;
 font-weight: 700;
 font-size: 2.0rem;
 line-height: 1.2;
}
@media screen and (min-width: 480px) {
 /* PC版のみ */
 .addParts01 .block .btn-web a,
 .addParts01 .block .btn-internal a { padding: 2.4rem 3.9rem; }
 .addParts01 .block .btn-web a::after,
 .addParts01 .block .btn-internal a::after { right: 8px; }
 /* PC版 下層コンテンツ内 */
 .main-low .addParts01 .addInner {
  padding-left: 2rem;
  padding-right: 2rem;
 }
 .main-low .addParts01 .block { width: calc((100% - 4.6rem) / 3); }
 .main-low .addParts01 .block .btn-web a,
 .main-low .addParts01 .block .btn-internal a { max-width: 100%; }
}
/*--------------------------------------
	固定バナー
---------------------------------------*/
.index-banner_sp { display: none; }
.index-banner_pc {
	position: fixed;
	right: 0;
	bottom: 10rem;
	z-index: 10;
	display: none;
}
.index-banner_pc a { text-decoration: none; }
.index-banner_pc .text-banner-box {
	width: 150px;
 background: linear-gradient(to bottom, #0082c7 0%, #0057a8 100%);
	position: relative;
 color: #fff;
 line-height: 1.4;
}
.index-banner_pc .text-banner-box:after {
	content: "";
	position: absolute;
	bottom: 2%;
	right: 2%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #fff transparent;
}
.index-banner_pc .text-banner-box__text {
	padding: 1rem;
	text-align: center;
 font-size: 1.6rem;
 font-weight: 700;
}
.index-banner_pc .text-banner-box__text .small { font-size:1.4rem; }
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
 background: #f3f4f6;
 margin: 0 auto 4rem;
 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 #295180;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #222;
}
#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: #295180;
 font-size: 2.1rem;
 font-weight: bold;
 background: none;
 width: auto;
 height: auto;
 border-radius: 0;
}
#toc .chapter .chapter-h a {
 font-weight: bold;
 text-decoration: none;
 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: 20px auto;
 padding: 30px 50px;
 background: #f3f4f6;
 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 #000000;
 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: 12px;
 height: 12px;
 border-radius: 50%;
 background-color: #e02838;
 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: 362px;
 max-width: 90%;
 margin: 4rem auto;
 padding: 2.3rem 6rem;
 background: #fff;
 border: 1px solid #295180;
 border-radius: 1000px;
 font-size: 1.6rem;
 font-weight: bold;
 line-height: 1.4;
 color: #000;
 text-decoration: none;
 text-align: center;
 cursor: pointer;
 position: relative;
}
.ac-btn::after,
.ac-btn.is-open:after {
 position: absolute;
 content: '';
 width: 20px;
 height: 20px;
 right: 3.2rem;
 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;
  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: left;
 }
 /*--------------------------------------
　visArea
---------------------------------------*/
 #visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
 }
 #visArea .mainArea {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
 }
 #visArea .mainArea .mainAreaInner {
  display: block;
 }
 #visArea .mainArea .siteNameArea {
  display: table;
  height: 60px;
  width: 100%;
 }
 #visArea .mainArea .siteNameAreaInner {
  display: table-cell;
  vertical-align: middle;
 }
@media screen and (max-width: 480px) {
    #visArea .mainArea .siteNameAreaInner {
        display: table-cell;
        vertical-align: middle;
        padding: 1rem 0;
    }
}
 #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: #295180;
 }
 #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: #f3f4f6;
  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/arrow02_black.svg") 96% center no-repeat;
  background-size: 6px auto;
  padding: 1.5rem 9% 1.5rem 4%;
 }
 #navSp .navBox .tglMenu a {
  background: url("img/arrow02_black_down.svg") 96% center no-repeat;
  background-size: 10px auto;
 }
 #navSp .navBox .sttl.collapsible a {
  background: url("img/arrow02_black_down.svg") 96% center no-repeat;
  background-size: 10px auto;
 }
 #navSp .navBox .sttl a br {
  display: none;
 }
 #navSp .navBox .sttl.open > a {
  background: url("img/arrow02_black_up.svg") 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/arrow02_black.svg") 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 {}
 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%;
 }
 /*--------------------------------------
　Side
---------------------------------------*/
 #side { display: none; }
 /*--------------------------------------
 Footer
 ---------------------------------------*/
 footer {
  width: 100%;
  margin: 0;
 }
 #contents + footer { margin-top: 4rem; }
 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/arrow02_black_down.svg") 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/arrow02_black_up.svg") 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/arrow02_black.svg") 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/arrow02_black.svg") 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/arrow02_black.svg") 96.5% center no-repeat;
  background-size: 6px auto;
 }
 footer .areaInner .footBox .accChild .subList li a::before {
  content: "└";
  display: block;
  color: #000;
  position: absolute;
  top: 12px;
  left: 4%;
  margin-right: 0.4rem;
 }
 footer .areaInner .noticeArea {
  box-sizing: border-box;
  width: 92%;
  margin: 2.5rem auto 0rem;
  background: #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 h2 { margin: 5.0rem auto 2.0rem; }
 #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: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;
 }
 #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: 2.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;  
  background-size: 30px;
  padding: 1rem 0;
  padding-left: 4rem;
  min-height: 5.0rem;
  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.8rem;
  margin-bottom: 2rem;
  padding: 1rem;
 }
 /*--------------------------------------
  matome,check,point
 ---------------------------------------*/
 #contents .check,
 #contents .point,
 #contents .matome {
  font-size: 1.8rem;
  padding-left: 3.4rem;
  margin-bottom: 2rem;
 }
 #contents .check::before,
 #contents .point::before,
 #contents .matome::before {
  width: 50px;
  height: 50px;
 }
 /*--------------------------------------
　float-wrap
 ---------------------------------------*/
 .float-wrap {
  margin-top:2rem;
  margin-bottom:2rem;
  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: 1.6rem;
  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%; }
 /*--------------------------------------
 btns
 ---------------------------------------*/
 .btn-web, .btn-internal,.btn-link,.btn-tel {
  display: flex;
  margin: 3rem auto 0;
  text-align: center;
 }
 .btn-web a,
 .btn-internal a {
  width: 90%;
  min-height: 60px;
  margin: 0 auto;
  padding: 1.2rem 5rem;
  font-size: 1.6rem;
 }
 .btn-web a::after,
 .btn-internal a::after {
  width: 23px;
  height: 23px;
 }
 .btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 1.8rem 5rem;
  background: #f2f2f2 url("img/arrow01_gray.png") no-repeat right 1.8rem top 50%;
  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: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 1.2rem 5rem;
  background: #ee7e07 url("img/icon_tel.png") no-repeat 2.2rem 50% / 26px auto;
  border-radius: 1000px;
  color: #fff;
  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;
 }
 /*--------------------------------------
　box-wrap
 ---------------------------------------*/
 .box-wrap { display: block; }
 .box-wrap .box + .box { margin-top: 2rem; }
 .box-wrap .box .box-head {
  min-height: 76px;
  margin-right: 2rem;
 }
 .box-wrap .box .box-head .box-ttl { font-size: 2rem; }
 .box-wrap .box .box-head .box-ttl a {
  background-size: 18px;
  padding-right: 3rem;
 } 
 .box-wrap .box .box-body {
  margin: 0 0 0 2rem;
  padding: 6rem 2rem 2rem;
 }
 /*--------------------------------------
　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: 1.8rem; }
 .frame .frame-head .frame-ttl a { background-size: 18px auto; }
 .frame-wrap .frame .link a {
  background-size: 18px auto;
  min-height: 18px;
 }
 /*--------------------------------------
 common_parts
 --------------------------------------*/
 .addInner {
  width: 100%;
  padding: 4rem 4%;
 }
 .lead {
  padding: 0;
  margin: 2rem 0;
 }
 /*--------------------------------------
 addParts01
 ---------------------------------------*/
 .lower_bottom {
  background-size: auto 50px;
  padding-top: 9rem;
  background-position: left 50% top 20px; 
 }
 .addParts01 {
  background-repeat: repeat;
  background-size: auto;
 }
 .addParts01 .addParts01-title {
  font-size: 2.5rem;
  margin: 0 0 2rem;
 }
 .addParts01 .addParts01-title .small { font-size: 1.8rem; }
 .addParts01 .blockWrap { display: block; }
 .addParts01 .block {
  width: 100%;
  margin: 3rem 0 0;
 }
 .addParts01 .tsumari_wrap .arrow { width: 60px; }
 /*--------------------------------------
  アコーディオン
 ---------------------------------------*/
 .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;
 }
 /*--------------------------------------
  固定バナー
 ---------------------------------------*/
 .index-banner_pc { display: none; }
 .index-banner_sp {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 310;
  width: calc(100% - 70px);
 }
 .index-banner_sp a {
  display: block;
  text-decoration: none;
 }
 .index-banner_sp .text-banner-box.part03 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, #0082c7 0%, #0057a8 100%);
 }
 .index-banner_sp .text-banner-box.part03 .text-banner-box__text {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 1rem 2.7rem 1rem 2rem;
  position: relative;
 }
 .index-banner_sp .text-banner-box.part03 .text-banner-box__text:after {
  content: "";
  position: absolute;
  background: url(img/arrow02_white.png)right center no-repeat;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 17px;
  height: 31px;
  background-size: 10px auto;
 }
 /*--------------------------------------
 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;
 }
 /*--------------------------------------
  関連記事
 ---------------------------------------*/
 #related-article.related-article01-frame {
  padding: 20px 25px;
  margin: 6rem 0 0;
 }
 #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;
 }
}
iframe {
    margin: auto;
    display: block;
}
@media screen and (max-width: 480px) {
iframe {
    width: 330px;
    height: auto;
    margin: auto;
    display: block;
}
}
@media screen and (max-width: 480px) {
   .js-scrollable table {
        border: 1px solid #b2b2b2;
        border-bottom: none;
        display: table;
        width: 75rem;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .main-low .js-scrollable table th, .main-low .js-scrollable table td {
        display: table-cell;
        width: 100%;
        border: none;
        border: 1px solid #b2b2b2;
    }
}