@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]) {
 background: linear-gradient(transparent 60%, #ffdc77 60%);
 font-weight: bold;
}
.pc { display: block !important; }
.sp { display: none !important; }
.sp_br { display: none; }
*, *:before, *:after { box-sizing: border-box; }
/*--------------------------------------
　Header
---------------------------------------*/
header .headTopWrap {
 background: #5d94b6;
}
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: left;
 color: #fff;
}
header .headTopArea .rightTxt a {
 text-decoration: none;
 color: #fff;
}
header .headTopArea .rightTxt:before {
 content: "PR";
 display: inline-block;
 background: #000000;
 color: #fff;
 font-weight: bold;
 text-align: center;
 width: 3rem;
 margin-right: 1rem;
 font-size: 1.2rem;
}
/*--------------------------------------
　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;
 width: 100%;
 margin: 0 auto;
 position: relative;
}
#visArea .mainArea .mainAreaInner {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
#visArea .mainArea .siteName a {
 width: 140px;
 height: 151px;
 margin: 0 auto;
 background-color: rgba(255,255,255,0.70);
 display: flex;
 align-items: center;
 justify-content: center;
}
/*--------------------------------------
　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;
}
#g-nav li {
 width: 100%;
 min-height: 70px;
 text-align: center;
 position: relative;
}
#g-nav li::before {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#g-nav li:last-child::after {
  content: "";
  background: linear-gradient(#bbb, #bbb);
  background-size: 1px 1px;
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#g-nav li a {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 font-size: 1.4rem;
 line-height: 1.6;
 text-decoration: none;
}
#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 #5d94b6;
 opacity: 1;
}
#g-nav li a:hover {
 opacity: 1;
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
 margin: 0;
}
#pankuzu {
 font-size: 1.3rem;
 margin: 0 auto;
 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;
 padding-top: 6rem;
}
#category, #page {
 float: left;
 width: 830px;
 margin: 0;
 padding: 6rem 0;
}
/*--------------------------------------
　Side
---------------------------------------*/
#side {
 float: right;
 width: 220px;
 margin-top: 3.5rem;
}
#side .sideBox {
 border-bottom: 1px solid #333;
}
#side .sideBox:first-of-type {
 border-top: 2px solid #5d94b6;
}
#side .sideBox .sttl {
 font-size: 1.5rem;
}
#side .sideBox .sttl a {
 text-decoration: none;
 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/arrow01_black.svg") no-repeat right 0.5rem center;
 background-size: 25px auto;
 text-decoration: none;
}
#side .sideBox .subList {
 margin: 0;
}
#side .sideBox .subList li {
 margin: 0;
}
#side .sideBox .subList li a {
 display: block;
 padding: 10px 28px 10px 15px;
}
#side .sideBox .subList li a::before {
 content: "└";
 margin: 0 5px 0 0;
}
/*--------------------------------------
Footer
---------------------------------------*/
footer { background-color: #f0f0f0; }
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 .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;
 background: url("img/arrow01_black.svg") left center no-repeat;
 background-size: 22px 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;
 display: flex;
 flex-wrap: wrap;
}
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: 50rem;
 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: #4a89aa;
}
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: 30rem;
 right: 2.0rem;
 z-index: 100;
 width: 60px;
}
/* ================== */
/*  サイトマップ　　　*/
/* ================== */
#contents #page.mappage h2 a:hover { text-decoration: none; }
#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: 0 0 6rem 0;
 position: relative;
 color: #fff;
}
#index h2:not([class]) {
 margin: 0 0 3rem;
}
#index h2:not([class])::before, #category h1:not([class])::before, #page h1:not([class])::before {
 content: "";
 width: calc(100% - 20px);
 height: 110px;
 background: #c4deeb;
 position: absolute;
 top: -25px;
 left: 0;
 z-index: -1;
}
#index h2:not([class])::after {
 content: "";
 width: calc(100% - 20px);
 height: 100%;
 background: #357194;
 position: absolute;
 top: 0;
 right: 0;
 z-index: -1;
}
#category h1:not([class])::after, #page h1:not([class])::after {
 content: "";
 width: calc(100% - 20px);
 height: 100%;
 background: #4a89aa;
 position: absolute;
 top: 0;
 right: 0;
 z-index: -1;
}
#index h3:not([class]) {
 font-size: 2.8rem;
 font-weight: bold;
 margin: 9rem 0 4rem 0;
 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: bold;
 margin: 6rem 0 4rem 0;
 line-height: 1.4;
 padding: 3.2rem 4rem;
 background: #f0f0f0;
 position: relative;
}
#index h3:not([class])::before, #category h2:not([class])::before, #page h2:not([class])::before {
 content: "";
 position: absolute;
 width: calc(100% - 4rem);
 height: 90%;
 bottom: -0.5rem;
 background: #5d94b6;
 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.8rem;
 padding-left: 5.7rem;
 line-height: 1.4;
 background: url(img/add02_bg03.png) no-repeat left 50% / 46px auto;
 border-bottom: 1px solid #333;
}
#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: 1rem 2rem;
 margin: 4rem 0 3rem;
 border-bottom: 1px solid #333;
}
#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 4rem 0 0;
 background: url("img/arrow01_black.svg") no-repeat right 50% / 25px auto;
}
#index h2:not([class]) a {
 display: inline-block;
 padding: 0 4rem;
 background-image: url("img/arrow01_white.svg");
}
/*--------------------------------------
　list
---------------------------------------*/
#contents ul:not([class]) {
 max-width: 1100px;
 margin: 25px auto 25px;
 padding: 10px 10px 0;
}
#contents ul:not([class]) li {
 padding: 0 0 0.6rem 2.4rem;
 position: relative;
}
#contents ul:not([class]) li::before {
 content: '';
 display: block;
 background-color: #5d94b6;
 width: 10px;
 height: 10px;
 border-radius: 50px;
 position: absolute;
 top: 1rem;
 left: 0;
}
#contents ul:not([class]) li a, #contents ol:not([class]) li a {
 text-decoration: underline;
}
#contents ul:not([class]) li a:hover, #contents ol:not([class]) li a:hover {
 opacity: 1;
 text-decoration: none;
}
#contents ol:not([class]) {
 max-width: 1100px;
 margin: 25px auto 25px;
 padding: 10px 10px 0;
}
#contents ol:not([class]) li {
 padding: 2px 0 2px 30px;
 list-style: none;
 position: relative;
 counter-increment: number;
}
#contents ol:not([class]) 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:not([class]) li:nth-child(-n+9)::before {
 content: counter(number);
}
#contents ol:not([class]) li:nth-child(n+10)::before {
 content: counter(number);
}
/*--------------------------------------
　float img
---------------------------------------*/
.float-wrap {
 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: 500px;
 margin: 0 auto 20px;
 text-align: center;
}
.float-wrap .catch {
 font-size: 2.0rem;
 font-weight: 700;
 line-height: 1.4;
 margin: 0 0 1.5rem 0;
 color: #5d94b6;
}
.float-wrap.ct .catch { text-align: center; }
.float-wrap .float-img + p { margin-top: 0;}
.block .float-wrap .catch {
 color: #1c6894;
}
/*--------------------------------------
btns
---------------------------------------*/
.btn-tel { display: none; }
.btn-web, .btn-internal {
 margin: 4rem auto;
 padding: 0;
 text-align: center;
}
.btn-web a,
.btn-internal a {
 text-decoration: none;
 display: block;
 position: relative;
 width: 450px;
 max-width: 90%;
 margin: 0 auto;
 padding: 2rem 4rem;
 background-color: #fc7619;
 border-radius: 1000px;
 color: #fff;
 font-size: 1.8rem;
 font-weight: 700;
 line-height: 1.4;
 text-align: center; 
}
.btn-internal a { background-color: #464648; }
.btn-web a::after,
.btn-internal a::after {
 content: "";
 width: 22px;
 height: 22px;
 background: url("img/arrow01_white.svg") no-repeat center top / 100% auto;
 position: absolute;
 right: 1.6rem;
 top: 50%;
 transform: translateY(-50%);
}
.btn-link {
 margin: 4rem 0;
 padding: 0;
 text-align: right;
}
.btn-link a {
 text-decoration: none;
 display: inline-block;
 position: relative;
 min-height: 22px;
 padding: 0.2rem 0 0.2rem 3.5rem;
 background: url("img/arrow01_black.svg") no-repeat left center;
 background-size: 22px auto;
 line-height: 1.4; 
}
/* ================== */
/*  テーブル　　　　　*/
/* ================== */
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%;
 line-height: 1.4;
 text-align: center;
 background: #f9f9f9;
 border: solid 1px #b2b2b2;
 padding: 14px 16px;
}
.main table td {
 padding: 14px 20px;
 background: #FFF;
 line-height: 1.4;
 text-align: left;
 border: solid 1px #b2b2b2;
}
/*--------------------------------------
　frame-wrap
---------------------------------------*/
.frame-wrap {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 4.5rem;
 row-gap: 4.5rem;
}
.frame-wrap .frame {
 background-color: #fff;
 border: #4a89aa solid 1px;
 padding: 0 2.4rem 2.4rem;
 box-shadow: 9px 10px 0px 0px #c4deeb;
 margin: 0 0 1rem;
}
.frame-wrap .frame a {
 display: block;
 text-decoration: none;
}
.frame .frame-head {
 display: flex;
 align-items: center; 
 padding: 3rem 0;
 margin: 0 0 3rem;
 position: relative;
}
.frame .frame-head::before {
 content: "";
 width: calc(100% + 2.4rem);
 height: 1px;
 background-color: #09487f;
 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;
}
.frame .frame-head .frame-ttl a {
 width: 100%;
 font-size: 100%;
 text-decoration: none;
 padding-right: 2.6rem;
 background: url("img/arrow01_black.svg") no-repeat right 50% / 22px auto;
}
#contents .frame .frame-body p:first-child { margin-top: 0; }
.frame-wrap .frame table {
 width: 100%;
 letter-spacing: 0;
 margin: 2rem auto 0;
 font-size:1.5rem;
}
.frame-wrap .frame table th {
 width: 36%;
 padding: 1rem 0.6rem;
 background-color: #f1faff;
}
.frame-wrap .frame table th,
.frame-wrap .frame table td {
 line-height: 1.4;
 padding: 1rem;
 border-color: #09487f;
}
/*--------------------------------------
common_parts
--------------------------------------*/
.addInner {
 width: 1100px;
 margin: 0 auto;
 padding: 10rem 0 6rem;
}
/*--------------------------------------
addParts01
---------------------------------------*/
.addParts01 { background: url(img/add01_bg01.jpg) no-repeat center top / cover; }
.addParts01-title {
 font-size: 4rem;
 font-weight: 700;
 line-height: 1.4;
 text-align: center;
}
.addParts01-title .bg {
 display: inline-block;
 background-color: #357194;
 color: #fff;
 padding: 0 0.5em;
}
.addParts01 .hosoku {
 width: 1000px;
 margin: 4rem auto;
}
.addParts01 .blockWrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 auto 2rem auto;
}
.addParts01 p {
 margin: 0;
}
.addParts01 .aadPartsTit {
 text-align: center;
}
.addParts01 .block {
 width: calc((100% - 8rem) / 3);
 background: #fff;
 border: 1px solid #357194;
 border-top: none;
 margin: 7.1rem 0 0;
}
.addParts01 .block > .catch {
 padding: 6rem 0 2rem;
 color: #fff;
 font-size: 2.5rem;
 text-align: center;
 background-color: #357194;
 position: relative;
}
.addParts01 .block > .catch .yellow { color:#ffd764; }
.addParts01 .block > .catch::after {
 content: "";
 width: 100%;
 height: 117px;
 background: url("img/company01_img01.png") no-repeat center top / auto 100%;
 position: absolute;
 left: 0;
 top: -71px;
}
.addParts01 .block:nth-of-type(2) > .catch::after { background-image: url("img/company02_img01.png"); }
.addParts01 .block:nth-of-type(3) > .catch::after { background-image: url("img/company03_img01.png"); }
.addParts01 .scrollArea {
 background-color: #fff;
 padding: 4rem 2rem;
 position: relative;
}
.addParts01 .scrollArea .caption { text-align: center; }
.addParts01 .scrollArea .companyName {
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 2.6rem;
 line-height: 1.4;
 font-weight: bold;
 text-align: center;
 margin: 0 0 4rem;
}
.addParts01 .companyName_wrap {
 margin: 3rem 0;
}
.addParts01 .scrollArea .companyCatch {
 margin: 0 0 2rem 0;
 font-size: 2rem;
 font-weight: 700;
 line-height: 1.4;
 text-align: center;
 background-color: #9dd3ea;
 padding:1rem
}
.addParts01 .scrollArea .companyText { margin: 0 auto 2rem; }
.addParts01 .scrollArea .small {
 text-indent: -2.5em;
 padding-left: 2.5em;
 font-size: 1rem;
}

.addParts01 .block div[class^="btn"] { margin: 1.8rem auto 0; }
/* lower */
.addParts01.lower {
 margin: 200px 0 0;
 position: relative;
}
.addParts01.lower::before {
 position: absolute;
 top: -16rem;
 left: 0;
 right: 0;
 width: 100%;
 height: 110px;
 margin: auto;
 background: url(img/lower_arrow.png) no-repeat center top / contain;
 content: '';
}
/*--------------------------------------
	アコーディオン
---------------------------------------*/
.main .ac-btn {
 width: 300px;
 max-width: 90%;
 margin: 0 auto 5rem;
 padding: 19px 50px;
 background: #fff;
 border: 3px solid #4a89aa;
 border-radius: 1000px;
 font-size: 1.9rem;
 font-weight: bold;
 line-height: 1.4;
 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: 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;
}
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
 background: #f7f9fa;
 margin: auto;
 padding: 4rem 5rem;
}
.toc_parts .ttl {
 padding: 0 0 0 1rem;
 font-size: 2.0rem;
 font-weight: bold;
 border-left: 4px solid #4a89aa;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #2e2e2e;
}
#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: "●";
 position: absolute;
 top: 17px;
 left: 0;
 transform: translate(0, -50%);
 color: #4a89aa;
 font-size: 1.2rem;
 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 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: #f0f0f0;
 position: relative;
}
#related-article .related-article01-title { 
 padding: 0 0 0 1rem;
 font-size: 22px;
 font-weight: bold;
 line-height: 1;
 position: relative;
}
#related-article .related-article01-title span {
 background: none;
 font-size: 20px;
}
#related-article .related-article01-list {
 margin: 15px 0 0 0;
 padding: 0 20px 0;
 border-top: 1px solid #d0d3e0;
 font-weight: 700;
}
#related-article .related-article01-list p {
 margin: 0;
}
#related-article .related-article01-list li {
 margin: 2rem 0 0;
 padding: 0 0 0 35px;
 font-size: 100%;
 line-height: 1.7;
 position: relative;
}
#related-article .related-article01-list li + li {
 margin-top: 10px;
}
#related-article .related-article01-list li::before {
 content: "";
 width: 12px;
 height: 12px;
 border-radius: 50%;
 background-color: #5d94b6;
 position: absolute;
 top: 8px;
 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;
}
/*--------------------------------------
	固定バナー
---------------------------------------*/
/* pc */
.cmn02-text-banner-box__image img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	object-fit: cover;
}
.index-banner_pc {
	margin: 5rem 0 0 0;
	position: fixed;
	right: 0;
	bottom: 5rem;
	z-index: 10;
	display: none;
}
.index-banner_pc a {
	text-decoration: none;
}
.text-banner-box {
	max-width: 220px;
	background: #464648;
	position: relative;
}
.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;
}
.pc-bannerArea .imgArea { width: 40%; }
.text-banner-box__text {
	padding: 1rem 2rem 2rem 2rem;
	text-align: center;
}
.text-banner-box__text .mainttl {
	color: #fff;
}
.cmn02-text-banner-box__catch {
	display: block;
	margin: 0 0 1rem 0;
}
.text-banner-box__text .cmn02-paragraph {
	color: #fff;
 font-weight: bold;
 line-height:1.4;
}
/* sp */
.index-banner {
 width: 100%;
 margin: 5rem 0 0;
 position: fixed;
 right: 0;
 bottom: 0rem;
 display: none;
 z-index: 5000;
}
.index-banner a {
 display: block;
 text-decoration: none;
 color: #fff;
}
.text-banner-box.part03 {
 position: relative;
 background: #464648;
}
.text-banner-box.part03 .cmn02-text-banner-box__image {
 max-width: 100%;
 width: 80%;
}
.text-banner-box.part03 .cmn02-text-banner-box__image img {
 max-width: 100%;
 height: 100%;
 width: 100%;
 object-fit: cover;
 object-position: center center;
}
.text-banner-box.part03:after {
 content: none;
}
.text-banner-box.part03 .cmn02-paragraph {
 font-size: 1.4rem;
 color: #fff;
}
.text-banner-box.part03 .text-banner-box__text {
 padding: 0.5rem 2.7rem 0.5rem 2rem;
 position: relative;
}
.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;
}
@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;
 }
 /*--------------------------------------
　visArea
---------------------------------------*/
 #visArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
 }
 #visArea .mainArea {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
 }
 #visArea .mainArea .mainAreaInner {
  display: block;
 }
 #visArea .mainArea .siteNameArea {
  display: table;
  background-size: cover;
  width: 100%;
 }
 #visArea .mainArea .siteNameAreaInner {
  display: table-cell;
  vertical-align: middle;
 }
 #visArea .mainArea .siteName a {
  width: 90px;
  height: 100px;
  padding:2rem 0;
 }
#visArea .mainArea .siteName img{
    padding: 0.5rem;
}
 #visArea .mainArea .siteName a img {
 width: auto;
 height: 100%;
}
 /*--------------------------------------
　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: #357194;
 }
 #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: #f2f2f2;
  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.png") 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.png") 96% center no-repeat;
  background-size: 10px auto;
 }
 #navSp .navBox .sttl.collapsible a {
  background: url("img/arrow02_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/arrow02_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/arrow02_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 {
  width: 100%;
  background-color: #fff;
  padding: 1.0rem 0;
  margin: 0 auto 3.0rem;
  overflow: auto;
  white-space: nowrap;
  position: relative;
 }
 #pankuzu {
  width: auto;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0.7rem 2rem;
  margin: 0 auto;
  white-space: nowrap;
 }
 #pankuzu a {
  color: #333;
  text-decoration: underline;
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
 }
 #pankuzu a:hover {
  color: #333;
  text-decoration: underline;
 }
 #pankuzu span:last-child {
  margin-right: 4%;
 }
 #pankuzu a span:last-child {
  margin-right: 0;
 }
 /*--------------------------------------
 Main Contents
 ---------------------------------------*/
 #contents {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
 }
 #index {
  width: 100%;
  margin: 0;
  padding: 0;
 }
 #category, #page {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0 4% 4rem;
 }
 #category > h1:first-of-type, #page > h1:first-of-type {
  margin: 0 auto 3.5rem;
 }
 /*--------------------------------------
 Lower
 ---------------------------------------*/
 .addParts01.lower {
  margin-top: 12rem;
 }
 .addParts01.lower::before {
  height: 9rem;
  top: -10rem;
 }
 /*--------------------------------------
 Footer
 ---------------------------------------*/
 footer {
  width: 100%;
 }
 footer .areaInner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 2.5rem 0;
 }
 footer .areaInner .inner {
  width: 100%;
  padding: 0;
 }
 footer .areaInner .logo {
  display: block;
  box-sizing: border-box;
  width: 20%;
  text-align: center;
  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.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/arrow02_black_up.png") right 10px center no-repeat;
  background-size: 10px auto;
 }
 footer .areaInner {}
 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.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/arrow02_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/arrow02_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 {
  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;
  z-index: 9999;
 }
 #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.subList li a { font-size: 1.4rem; }
 /* ================== */
 /*  メインコンテンツ　*/
 /* ================== */
 #index h2:not([class]), #category h1:not([class]), #page h1:not([class]) {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 2.0rem 2.0rem 2.0rem 3.5rem;
  margin: 2.5rem auto 3.0rem;
  position: relative;
 }
 #index h2:not([class]) {
  margin:2rem auto 3.0rem;
 }
 #category h1:not([class]), #page h1:not([class]) {
  margin: 2.5rem 0 2rem;
  text-align: left;
 }
 #index h2:not([class])::before, #category h1:not([class])::before, #page h1:not([class])::before {
  content: "";
  width: calc(100% - 15px);
  height: 100%;
  background-size: 600px auto;
  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;
  font-weight: 700;
  margin: 5.5rem auto 2.5rem;
  line-height: 1.4;
  padding: 2rem;
  position: relative;
 }
 #index h3:not([class])::before, #category h2:not([class])::before, #page h2:not([class])::before {
  content: "";
  position: absolute;
  width: calc(100% - 2rem);
  height: 100%;
  right: -0.5rem;
  top: 0.5rem;
  z-index: -1;
 }
 #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;
  font-weight: 700;
  margin: 4.0rem auto 2.0rem;
  padding: 1.2rem;
  padding-left: 4rem;
  background-size: 28px auto;
  position: relative;
 }
 #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;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 1rem 1rem 1rem;
  margin: 4.0rem auto 1.5rem;
  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 {
  padding: 0 3rem 0 0;
  background-size: 22px auto;
 } 
 /*--------------------------------------
　float-wrap
 ---------------------------------------*/
 .float-wrap {
  margin: 4.0rem auto 4.0rem;
  position: relative;
 }
 .float-wrap .flame {
  width: 85%;
  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%;
 }
 .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;
  padding: 0;
  text-align: center;
 }
 .btn-web a,
 .btn-internal a,
 .btn-link a,
 .btn-tel a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 1.8rem 4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
 }
 .btn-web a::after, .btn-internal a::after {
  width: 18px;
  height: 18px;
  right: 1.4rem;
 }
 .btn-link a {
  background: #f2f2f2 url("img/arrow01_black.svg") no-repeat right 1.4rem center / 18px auto;
  border-radius: 1000px;
 }
 .btn-tel a {
  background: #d6c308 url(img/ico_tel.png) no-repeat 1.2rem center / 23px auto;
  border-radius: 1000px;
  color: #fff;
 }
 /* ================== */
 /*  テーブル　　　　　*/
 /* ================== */
 .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
---------------------------------------*/
 #contents .box-wrap {
  margin: 6.0rem auto;
 }
 #contents .box-wrap .box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px dashed #bbb;
  padding: 4.0rem 0 3.0rem;
  margin: 0 0 0;
  float: none;
  position: relative;
 }
 #contents .box-wrap .box:nth-child(even) {
  float: none;
 }
 #contents .box-wrap .box:nth-child(even)::before {
  content: none;
 }
 #contents .box-wrap .box:nth-child(n+3) {
  margin-top: 0;
 }
 #contents .box-wrap .box:first-child {}
 #contents .box-wrap .box:last-child {
  margin: 0;
 }
 #contents .box-wrap .box .permalink {
  display: none;
 }
 #contents .box-wrap .box .thumb {
  position: relative;
 }
 /*box-head*/
 #index .box-wrap .box-head, #category .box-wrap .box-head, #page .box-wrap .box-head {
  display: block;
 }
 #index .box-wrap .box-head a, #category .box-wrap .box-head a, #page .box-wrap .box-head a {
  display: block;
  font-size: 100%;
 }
 #index .box-wrap .box-head a:hover, #category .box-wrap .box-head a:hover, #page .box-wrap .box-head a:hover {
  color: #333;
  text-decoration: none;
 }
 #index .box-wrap .box-head::after, #category .box-wrap .box-head::after, #page .box-wrap .box-head::after {
  content: none;
 }
 #contents .box-wrap .box p {
  margin: 0;
 }
 #contents .box-wrap .box .btn-internal {
  margin: 2.0rem auto;
 }
 /*type-b*/
 #contents .box-wrap .type-b {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 3.0rem 0 3.0rem;
  margin: -1px 0 0;
 }
 #contents .box-wrap .type-b:nth-child(n+3) {
  margin-top: -1px;
 }
 #contents .box-wrap .type-b .box-head-area {
  display: table;
  padding: 1.5rem 1rem;
  width: 100%;
 }
 #contents .box-wrap .type-b .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  position: relative;
 }
 #contents .box-wrap .type-b .thumb::before {
  content: "";
  width: 31px;
  height: 31px;
  background: url("img/box-wrap_b_dotline.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: -5px;
 }
 #contents .box-wrap .type-b .thumb img {
  border-radius: 100px;
 }
 #contents .box-wrap .type-b .box-head {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  padding: 0 0 0 1rem;
 }
 #contents .box-wrap .type-b .box-head a {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #333;
  background: url("img/arrow02_black.png") right center no-repeat;
  background-size: 8px auto;
  padding: 0 1.5rem 0 0;
  position: relative;
 }
 #contents .box-wrap .type-b .box-body {
  padding: 1.5rem 2rem 0;
 }
 #contents .box-wrap .type-b .caption {
  margin: 2.0rem 0 0;
 }
 /*--------------------------------------
　frame-wrap
---------------------------------------*/
 .frame-wrap { display: block; }
 .frame-wrap .frame {
  padding: 0px 2rem 2rem;
  box-shadow: 6px 6px 0px 0px #c4deeb;
  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.7rem;
 }
 .frame .frame-head .frame-ttl a { background-size: 18px auto; }
 /*--------------------------------------
 common_parts
 --------------------------------------*/
 .addInner {
  width: 100%;
  padding: 4rem 4%;
 }
 /*--------------------------------------
 addParts01
 ---------------------------------------*/
 .addParts01-title { font-size: 2.4rem; }
 .addParts01-title .bg { font-size: 1.8rem; }
 .addParts01 .hosoku {
  width: 90%;
  margin: 1rem auto 4rem;
  font-size: 1.4rem;
 }
 .addParts01 .blockWrap { display: block; }
 .addParts01 .block {
  width: 100%;
  margin: 8rem 0 0;
 }
 .addParts01 .block > .catch {
  padding: 4rem 0 2rem;
  font-size: 2.2rem;
 }
 .addParts01 .block > .catch::after {
  height: 100px;
  top: -60px;
 }
 .addParts01 .scrollArea { padding: 3rem 2rem; }
 .addParts01 .companyName_wrap {
  margin: 3rem 0;
 }
 .addParts01 .scrollArea .companyCatch {
  font-size: 1.8rem;
 }
 .addParts01 .scrollArea .companyName {
  font-size: 2.2rem;
  margin: 0 0 3rem;
 }
 /*--------------------------------------
  アコーディオン
 ---------------------------------------*/
 .main .ac-btn {
  padding: 1.8rem 50px;
  font-size: 1.4rem;
  margin: 3rem auto;
 }
 .ac-btn::after,
 .ac-btn.is-open:after {
  width: 14px;
  height: 14px;
 }
 /*--------------------------------------
	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: 13px; }
 #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 24px;
  margin: 6rem auto 3rem;
 }
 #related-article .related-article01-title span {
  font-size: 16px;
 }
 #related-article .related-article01-list {
  margin: 15px 0 0 0;
  padding: 10px 0 0;
 }
 #related-article .related-article01-list li {
  margin: 10px 0;
  padding: 0 0 0 30px;
  font-size: 15px;
  line-height: 1.6;
 }
 #related-article .related-article01-list li:last-child { margin-bottom: 0; }
 #related-article .related-article01-list li::before { top: 7px; }
 /*--------------------------------------
  固定バナー
 ---------------------------------------*/
 /* pc */
 .index-banner_pc { display:none !important; }
}

