@charset "utf-8";
@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: 900;
 src: url("fonts/NS-900.woff2") format("woff2"), url("fonts/NS-900.woff") format("woff");
 font-display: swap;
}
/* --------------------------------------------- */
/* base settings                                 */
/* --------------------------------------------- */
html {
 font-size: 62.5%;
}
body {
 margin: 0;
 padding: 0;
 min-width: 1000px;
 color: #333;
 font-size: 1.6rem;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 line-height: 1.8;
 -webkit-text-size-adjust: 100%;
 -webkit-font-smoothing: antialiased;
 word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 font-weight: 900;
 color: #333;
 line-height: 1.4;
}
ul, ol, dl, p, img, form, dt, dd {
 margin: 0;
 padding: 0;
 border: 0;
}
li {
 list-style: none;
}
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; }
}
strong {
 font-weight: bold;
}
.caption {
 display: block;
 margin: 1rem 0 0;
 font-size: 1rem;
 color: #999;
 line-height: 1.6;
 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; }
/* --------------------------------------------- */
/*heading*/
/* --------------------------------------------- */
.l-main-area--low h1,
.l-main-area--top h2:not([class]),
#smartlock .l-main-area h2:not([class]) {
 color: #37414f;
 font-size: 3.4rem;
 text-align: center;
 padding: 0 0 2.5rem;
 margin: 10rem 0 4rem;
 position: relative;
}
.l-main-area--top h2:not([class]),
#smartlock .l-main-area h2:not([class]) {
 font-size: 3.6rem;
 margin-top: 0;
}
.l-main-area--top h2:not([class]) .small,
#smartlock .l-main-area h2:not([class]) .small { font-size: 3.0rem; }
.l-main-area--top h2:not([class])  { margin-top: 0; }
.l-main-area--low h1::after,
.l-main-area--top h2:not([class])::after,
#smartlock .l-main-area h2:not([class])::after {
 content: "";
 position: absolute;
 width: 100px;
 height: 4px;
 background:#42c2b3;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
}
.l-main-area--top h3:not([class]),
.l-main-area--low h2:not([class]),
#smartlock .l-main-area h3:not([class]) {
margin: 5rem auto 2rem;
 padding:1.5rem 2rem 1.5rem 2rem;
 background-color: #348ea5;
 color: #fff;
 font-size: 2.6rem;
}

.l-main-area--top h3:not([class]) a,
#smartlock .l-main-area h3:not([class]) a,
.l-main-area--low h2:not([class]) a {
 display: block;
 padding-right: 4rem;
 background: url("img/arrow02_white.svg") no-repeat right 0 center;
 background-size: 20px auto;
 color: inherit;
 text-decoration: none;
}
.l-main-area--top h4:not([class]),
#smartlock .l-main-area h4:not([class]),
.l-main-area--low h3:not([class]) {
 position: relative;
 margin: 4rem 0 4rem;
 padding: 0 1rem 1.5rem 1.5rem;
 font-size: 2.2rem;
 color: #37414f;
 border-bottom: 1px solid #9198a8;
}

.l-main-area--top h4:not([class])::before,
#smartlock .l-main-area h4:not([class])::before,
.l-main-area--low h3:not([class])::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 4px;
 height: calc(100% - 10px);
 background: #42c2b3;
}

.l-main-area--top h4:not([class]) a,
#smartlock .l-main-area h4:not([class]) a,
.l-main-area--low h3:not([class]) a {
 display: block;
 padding-right: 3rem;
 background: url("img/arrow02_blue.svg") no-repeat right 0 center;
 background-size: 18px auto;
 text-decoration: none;
}
.l-main-area--top h5:not([class]),
#smartlock .l-main-area h5:not([class]),
.l-main-area--low h4:not([class]){
 position: relative;
 margin: 4rem 0 2rem;
 font-size: 2rem;
 padding-left: 2rem;
 border-left: solid 7px #0f4984;
}

.l-main-area--low h5:not([class]) {
 position: relative;
 margin: 4rem 0 2rem;
 font-size: 1.8rem;
 padding-bottom: 1rem;
 color: #348ea5;
 border-bottom: 1px solid #c9c9c9;
}

.l-main-area--top h5:not([class]) a,
.l-main-area--top h6:not([class]) a,
#smartlock .l-main-area h5:not([class]) a,
#smartlock .l-main-area h6:not([class]) a,
.l-main-area--low h4:not([class]) a,
.l-main-area--low h5:not([class]) a,
.l-main-area--low h6:not([class]) a {
 display: block;
 padding-right: 3rem;
 background: url("img/arrow02_blue.svg") no-repeat right 0 center;
 background-size: 18px auto;
 text-decoration: none;
}
/* --------------------------------------------- */
/* p */
/* --------------------------------------------- */
.l-main-area p:not([class]) {
 margin: 1em 0;
 font-weight: 400;
}
span:not([class]) {
 font-weight: 900;
 background: linear-gradient(transparent 70%, #ffde26 70%);
}

.pr{
 font-weight: 900;
color: #ffde26;
}

/* --------------------------------------------- */
/* list */
/* --------------------------------------------- */
.l-contents-area ul:not([class]) {
 margin: 5rem 2rem;
}
.l-contents-area ul:not([class]) li {
 margin:0;
 padding: 0 0 0 25px;
 line-height: 1.6;
 position: relative;
}
.l-contents-area ul:not([class]) li + li { margin-top: 1em;}
.l-contents-area ul:not([class]) li:before {
 content: "";
 width: 14px;
 height: 14px;
 background: #42c2b3;
 position: absolute;
 left: 3px;
 top: 5px;
}
.l-main-area ol:not([class]) {
 margin: 30px 20px;
 list-style-type: none !important;
 counter-reset: number;
 text-align: left;
}
.l-main-area ol:not([class]) li {
 position: relative;
 margin: 0 0 1em 0;
 padding: 0 0 0 25px;
}
.l-main-area ol:not([class]) li:before {
 position: absolute;
 top: 4px;
 left: 0;
 display: inline-block;
 display: block;
 align-items: center;
 justify-content: center;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background: #ffcc00;
 content: counter(number);
 counter-increment: number;
 text-align: center;
 font-size: 1.2rem;
}
/* --------------------------------------------- */
/* table */
/* --------------------------------------------- */
.l-main-area table {
 margin: 30px 0;
 padding: 0;
 width: 100%;
 border-collapse: collapse;
 text-align: left;
 table-layout: fixed;
}
.l-main-area table th {
 padding: 10px 15px;
 border: 1px #d6d9da solid;
 background: #f5f5f5;
 text-align: center;
 font-weight: bold;
 width: 30%;
}
.l-main-area table td {
 padding: 10px 15px;
 border: 1px #d6d9da solid;
 background: #fff;
}
/* --------------------------------------------- */
/* btn */
/* --------------------------------------------- */
.l-contents-area .btn-web,
.l-contents-area .btn-internal {
 position: relative;
 display: block;
 margin: 3rem auto 0.6rem;
 padding: 0;
 text-align: center;
}
.l-contents-area .btn-web a,
.l-contents-area .btn-internal a {
 position: relative;
 display: inline-block;
 margin: 0;
 padding: 2rem 5rem;
 width: 470px;
 max-width: 90%;
 border-radius: 1000px;
 background: #ff9cca;
 color: #37414f;
 text-align: center;
 text-decoration: none;
 font-weight: bold;
 font-size: 1.8rem;
 line-height: 1.4;
 box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
.l-contents-area .btn-web a:after,
.l-contents-area .btn-internal a:after {
 content: "";
 position: absolute;
 top: 50%;
 right: 18px;
 width: 26px;
 height: 26px;
 background: url("img/arrow_btn_internal.svg") no-repeat center center;
 background-size: 100% auto; 
 transform: translateY(-50%);
}
.l-contents-area .btn-internal a {
 background-color: #0f4984;
 color: #fff;
}
.l-contents-area .btn-internal a::after { background-image: url("img/arrow02_white.svg"); }
.l-contents-area .btn-link {
 margin: 20px 0;
 padding: 0;
 text-align: right;
 line-height: 1.4;
}
.l-contents-area .btn-link a {
 margin: 0 30px 0 0;
 padding: 5px 0 5px 0;
 display: inline-block;
 border-bottom: 1px solid #333;
 position: relative;
 text-decoration: none;
 font-weight: 900;
}
.l-contents-area .btn-link a::after {
 content: "";
 position: absolute;
 width: 20px;
 height: 20px;
 background: url("img/arrow02_blue.svg") no-repeat right center;
 background-size: 100% auto;
 right: -30px;
 top: 50%;
 transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
 .l-contents-area .btn-web a:hover,
 .l-contents-area .btn-internal a:hover {
  box-shadow: none;
 }
}
/* --------------------------------------------- */
/* accordion */
/* --------------------------------------------- */
.btn-accordion {
 position: relative;
 width: 362px;
 max-width: 90%;
 margin: 4rem auto;
 padding: 2.4rem 5rem;
 border-radius: 1000px;
 background: #f2f2f2;
 font-size: 1.8rem;
 line-height: 1;
 font-weight: 900;
 text-align: center;
 box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
 cursor: pointer;
}
@media screen and (min-width: 480px) {
 .btn-accordion:hover {
  opacity: 0.6;
  box-shadow: none;
 }
}
.l-main-area .btn-accordion .text {
 display: inline;
 font-size: 1.8rem;
 line-height: 1.1;
 font-weight: 900;
 margin: 0;
 padding: 0;
}
.btn-accordion::before,
.btn-accordion.is-open::before {
 position: absolute;
 right:3rem;
 top: 50%;
 transform: translateY(-50%);
 content: "";
 width: 26px;
 height: 26px;
 background: url("img/icon_plus_gray.png") no-repeat center top / 100% auto;
}
.btn-accordion.is-open::before { background-image: url("img/icon_minus_gray.png"); }
.btn-accordion.is-open .text { display: none; }
.btn-accordion.is-open::after {
 content: '閉じる';
 text-align: center;
 font-size: 1.8rem;
 line-height: 1.1;
 font-weight: 900;
 margin: 0;
 padding: 0;
}
.btn-accordion.mokuji.is-open::after { content: '目次を閉じる'; }
.l-contents-area .l-main-area .accordion-item > *:first-child { margin-top: 4rem; }
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
 max-width: 677px;
 margin: 0 auto;
 background: #f2f2f2;
 padding: 2rem 6rem 5rem 6rem;
}
.toc_parts .ttl {
 padding: 1.7rem 0;
 padding-left: 1.6rem;
 font-size: 2rem;
 font-weight: 900;
 position: relative;
}
.toc_parts .ttl::before {
 content: "";
 width: 4px;
 height: 25px;
 background-color: #348ea5;
 position: absolute;
 top: 0;
 bottom: 0; 
 left: 0;
 margin: auto; 
}
#toc {
 padding: 0 2rem;
 border-top: 1px solid #aeb5b3;
}
#toc .chapter {
 margin: 0;
 counter-reset: count;
}
#toc .chapter .chapter-h {
 margin: 1.6rem 0 0;
 padding: 0 0 0 3.5rem;
 font-size: 1.6rem;
 line-height: 1.4;
 position: relative;
 counter-increment: count;
 background: none;
}
#toc ul.chapter .chapter-h::before {
 content: counter(count, decimal-leading-zero);
 position: absolute;
 top: 11px;
 left: 0;
 transform: translate(0, -50%);
 color: #348ea5;
 font-size: 2rem;
 font-weight: bold;
 background: none;
 width: auto;
 height: auto;
 border-radius: 0;
}
#toc .chapter .chapter-h a {
 font-weight: bold;
 text-decoration: none;
}
#toc .chapter br { display: none; }
.l-main-area--top #toc .chapter .chapter-h:first-child { display: none; }
/*--------------------------------------
	関連記事
---------------------------------------*/
#related-article p {
 margin: 0;
}
#related-article.related-article01-frame {
 margin: 2rem auto;
 padding: 30px 50px;
 background: #f5f7fa;
 position: relative;
 max-width: 1000px;
}
#related-article .related-article01-title {
 padding: 0 0 0 1rem;
 color: #333;
 font-size: 22px;
 font-weight: bold;
 line-height: 1;
 /*background: url("./img/dummy-icon.png") no-repeat left center;*/
 background-size: 50px auto;
 position: relative;
}
#related-article .related-article01-title span {
 background: none;
 font-size: 20px;
 color: #333;
}
#related-article .related-article01-list {
 margin: 15px 0 0 0;
 padding: 0 20px 0;
 border-top: 1px solid #D0D3E0;
 font-weight: 700;
}
#related-article .related-article01-list p {
 margin: 0;
}
#related-article .related-article01-list li {
 margin: 2rem 0 0;
 padding: 0 0 0 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: 16px;
 height: 16px;
 border-radius: 50%;
 background-color: #005a8b;
 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;
}/* --------------------------------------------- */
/* float-wrap */
/* --------------------------------------------- */
.float-wrap { margin: 10px 0 40px; }
.float-wrap .float-img.fr {
 float: right;
 margin: 0 0 10px 20px;
 width: 300px;
}
.float-wrap .float-img.fl {
 float: left;
 margin: 0 20px 10px 0;
 width: 300px;
}
.float-wrap .float-img.ct {
 margin: 0 auto 2rem;
 width: 640px;
}
.float-wrap .flame { text-align: center; }
.float-wrap .float-img .caption { text-align: center; }
.float-wrap .catch {
 font-weight: bold;
 color: #0f4984;
 font-size: 2rem;
}
.float-wrap .catch a {
 display: inline-block;
 color: inherit;
 text-decoration: none;
 background: url("img/arrow02_blue.svg") no-repeat right 50% / 18px auto;
 padding-right: 4rem;
}
.float-wrap .float-img.ct + .catch { text-align: center; }
.l-main-area .float-wrap .float-img + p { margin-top: 1rem; }
/* --------------------------------------------- */
/* icon-title */
/* --------------------------------------------- */
.l-main-area .l-icon-title {
 position: relative;
 margin: 6.5rem 0 3rem;
 padding: 2rem 2rem 2rem 8rem;
 background: #feeef3;
 color: #333d47;
 font-weight: 900;
 font-size: 2.4rem;
 line-height: 1.4;
}
.l-main-area .l-icon-title::before {
 content: "";
 position: absolute;
 top: -24px;
 left: -20px;
 width: 77px;
 height: 77px;
 border-radius: 100%;
 background: #005a8b;
 font-size: 1.4rem;
 line-height: 1;
}
.l-main-area .l-icon-title.l-icon-title--point::before { background-color:#dabf29; }
.l-main-area .l-icon-title::after {
 position: absolute;
 top: -24px;
 left: -20px;
 width: 77px;
 height: 77px;
 font-size: 1.4rem;
 line-height: 1;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}
.l-main-area .l-icon-title--check::after { content: "CHECK"; }
.l-main-area .l-icon-title--point::after { content: "POINT"; }
/* --------------------------------------------- */
/* box-wrap */
/* --------------------------------------------- */
.box-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between; 
 width: 100%;
}
.box-wrap .box { 
 width: calc((100% - 4.9rem) / 2);
 background-color: #fff;
 padding: 0 2.8rem 0.8rem;
 box-shadow: 3.109px 2.517px 14.4px 3.6px rgba(4, 0, 0, 0.03);
}
.box-wrap .box-head {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 font-weight: 900;
 font-size: 2.4rem;
 line-height: 1.4;
 color: #0f4984;
 border-bottom: solid 1px #d6d9da;
 padding: 3rem 0;
}
.box-wrap.bg {
 position: relative;
 z-index: 1;
 padding-top: 3.2rem;
}
.box-wrap.bg::before {
 content: "";
 display: block;
 width: 100vw;
 height: 90%;
 background: #348ea5;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
/* --------------------------------------------- */
/* frame-wrap */
/* --------------------------------------------- */
.frame-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 30px 0;
 width: 100%;
}
.frame-wrap::after {
 content: "";
 width: calc((100% - 3.7rem) / 3);
 height: 0;
}
.frame-wrap .frame { 
 width: calc((100% - 3.7rem) / 3);
 background-color: #fff;
 margin: 3.4rem 0 0;
}
.frame-wrap .frame-head {
 display: flex;
 align-items: center;
 width: 100%; 
}
.frame-wrap .frame-head .frame-ttl {
 font-weight: 900;
 font-size: 2.0rem;
 line-height: 1.4;
 width: 100%;
}
.frame-wrap .frame-head .frame-ttl a {
 display: block;
 width: 100%;
 padding: 0 3rem 0 0;
 background: url("img/arrow02_blue.svg") no-repeat right 50% / 20px auto;
 text-decoration: none;
}
.frame-wrap .frame .pic { 
	text-align: center;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.frame-wrap .frame table { margin-bottom: 0; }
.frame-wrap .frame table th,
.frame-wrap .frame table td {
 padding: 0.6rem;
 font-size: 1.4rem;
 line-height: 1.4;
 width: 100%;
}
.frame-wrap .frame table th {
 text-align: center;
 font-weight: bold;
}
.frame-wrap.bg {
 position: relative;
 padding-top: 3.2rem;
}
.frame-wrap.bg::before {
 content: "";
 width: 100vw;
 height: 486px;
 background: url("img/frame_bg.jpg") no-repeat left top / 100% auto;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
.frame.typeA { padding: 0.2rem 2.6rem 3rem; }
.frame.typeA .frame-head {
 padding: 3rem 0;
 border-bottom: solid 1px #d6d9da;
 margin-bottom: 2rem;
}
.frame.typeA .frame-head .frame-ttl { color: #333; }
.frame.typeB {
 width: calc((100% - 6.2rem) / 3);
 padding: 0.2rem 2.6rem 3rem;
 box-shadow: 3.109px 2.517px 14.4px 3.6px rgba(4, 0, 0, 0.03);
}
.frame.typeB .frame-head {
 padding: 2.8rem 0;
 padding-left: 4rem;
 background: url("img/icon_door.png") no-repeat left 50% / 30px auto;
}
.frame.typeB .frame-head .frame-ttl { color: #0f4984; }
.frame.typeB .pic {
 margin: 0 0 2rem;
 text-align: center;
 height: auto;
}
.frame-wrap.bg {
 position: relative;
 padding-top: 22px;
}
.frame-wrap.bg::before {
 content: "";
 width: calc(100% + 50vw);
 height: 465px;
 background: #f2f2f2;
 position: absolute;
 right: 0;
 top: 0;
}
/* --------------------------------------------- */
/* banner                                        */
/* --------------------------------------------- */
.cmn02-text-banner-box__image img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	object-fit: cover;
}
.index-banner_pc {
	position: fixed;
	right: 0;
	bottom: 12rem;
	z-index: 310;
	display: none;
}
.index-banner_pc a { text-decoration: none; }
.image-banner-box {
 width: 220px;
 position: relative;
 background-color: #fff;
 border: solid 3px #348ea5;
 padding: 4rem 0.7rem 1.8rem;
 text-align: center;
 line-height: 1.2;
}
.image-banner-box::before {
 content: "";
 width: 20px;
 height: 20px;
 background-color: #fcbdce;
 clip-path: polygon(0 100%, 100% 100%, 100% 0%);
 position: absolute;
 right: 5px;
 bottom: 5px;
}
.image-banner-box::after {
 content: "";
 width: 88px;
 height: 73px;
 background: url("img/index-banner_pc.png") no-repeat center top / 100%;
 position: absolute;
 top: -40px;
 left: 0;
 right: 0;
 margin: 0 auto;
}
.image-banner-box .bg {
 background-color: #0f4984;
 color: #fff;
 font-weight: 900;
 font-size: 2rem;
 letter-spacing: 0.05em;
 padding: 1.4rem 0;
 margin: 0 0.2rem;
}
.image-banner-box .text {
 margin: 0.4rem 0 0;
 font-size: 2.4rem;
 font-weight: 900;
 color: #0a3061;
}
.image-banner-box .text .small { font-size:1.8rem; }
.image-banner-box .text .green { color: #1abab4; }
/* --------------------------------------------- */
/* header area                                   */
/* --------------------------------------------- */
.l-header-area {
 margin: 0;
 padding: 0 0 0 100px;
 width: 100%;
}
.l-header {
 margin: 0 auto; 
 background: url("img/bg_mv_lower.jpg") no-repeat center top / cover;
}
.l-header.index {
 background: none;
 padding: 0;
}
.l-header__link {
 display: inline;
 text-decoration: none;
}
.l-header-sitename {
 width: 100%;
 max-width: 1000px;
 padding: 1rem 0;
 margin: 0 auto;
 text-align: right;
 font-size: 1.2rem;
 line-height: 1.4;
 font-weight: normal;
}
header .rightTxt:before, .l-header__sitename:before, .l-header-sitename:before, .sitename:before, .siteName:before, .l-siteinfo__sitename:before {
 content: "PR";
 display: inline-block;
 background: #000;
 color: #fff;
 text-align: center;
 width: fit-content;
 margin-right: 1rem;
 font-size: 1.2rem;
 padding: 0 1rem;
}
.l-header-sitename__link {
 text-decoration: none;
}
.l-header-sitename__link:hover {
 text-decoration: underline;
}
.l-header-logo {
 text-align: center;
 padding: 2rem 0;
}
.l-header-logo a { display: inline-block; }
.l-gnavi-btn {
 text-decoration: none;
 position: relative;
 display: block;
 margin: 0 auto;
 padding: 50px 0 0;
 width: 60px;
 height: 60px;
 text-align: center;
 font-weight: bold;
 font-size: 0.8rem;
 color: #606c6f;
 line-height: 1;
 cursor: pointer;
}
@media screen and (min-width: 480px) {
 .l-gnavi-btn:hover { opacity: 0.6; }
}
.l-gnavi-btn span {
 position: absolute;
 left: 15px;
 display: inline-block;
 width: 30px;
 height: 4px;
 background: #333d47;
 transition: all 0.4s;
}
.l-gnavi-btn span:nth-of-type(1) { top: 19px; }
.l-gnavi-btn span:nth-of-type(2) { top: 29px; }
.l-gnavi-btn span:nth-of-type(3) { top: 39px; }
.l-gnavi-btn-box {
 position: absolute;
 top: 35px;
 left: 50%;
 transition: all 0.4s;
 transform: translate(-50%, -50%);
}
.l-gnavi-btn-box.is-active .l-gnavi-btn { background: none; }
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg); }
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) { opacity: 0; }
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg); }
.is-navi-open .l-gnavi-area--slide-left { transform: translateX(0); }
.l-gnavi-area {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 300;
 padding: 0;
 width: 400px;
 height: 100vh;
 background: #fff;
 box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
 transition: all 0.8s ease;
}
.l-gnavi-area-menu {
 display: table-cell;
 vertical-align: middle;
}
.l-gnavi-area-scroll {
 overflow-x: hidden;
 overflow-y: auto;
 padding: 20px 100px 20px 0;
 height: 100%;
 -ms-overflow-style: none;
}
.l-gnavi-area-scroll::-webkit-scrollbar {
 display: none;
 -webkit-appearance: none;
}
.l-gnavi-area-scroll__inner {
 display: table;
 height: 100%;
}
.l-gnavi-area-bar {
 position: absolute;
 top: 0;
 right: 0;
 width: 100px;
 height: 100vh;
}
.l-gnavi-area--slide-right {
 transform: translateX(-300px);
}
.l-gnavi-area--slide-left {
 right: 0;
 left: auto;
 transform: translateX(-100%);
}
.l-gnavi-area--slide-down {
 transform: translateY(-100%);
}
.l-gnavi-area--slide-up {
 transform: translateY(100%);
}
.l-gnavi-list {
 position: relative;
 width: 300px;
}
.l-gnavi-list__link {
 display: block;
 margin: 0 auto;
 padding: 10px 45px 10px 20px;
 width: 90%;
 text-decoration: none;
}
.l-gnavi-list__link--menu {
 cursor: pointer;
}
.l-gnavi-list__sub {
 display: none;
 margin: 0 0 0 1.6rem;
 border-top: solid 1px #398fa6;
 background: #f2f2f2;
}
.l-gnavi-list__sub .l-gnavi-list__item {
 background: url("img/arrow01_blue.svg") no-repeat left 2rem center;
 background-size: 4px 8px;
}
.l-gnavi-btn-close__link {
 position: relative;
 display: inline-block;
 margin: 20px auto;
 padding: 10px 20px 10px 50px;
 background: #ffffff;
 text-decoration: none;
}
.l-gnavi-btn-close__link:hover {
 background: #ccc;
 color: #ffffff;
}
.l-gnavi-btn-close__link:hover:after {
 background: #ffffff;
}
.l-gnavi-btn-close__link:hover:before {
 background: #ffffff;
}
.l-gnavi-btn-close__link:before {
 position: absolute;
 top: 50%;
 left: 20px;
 width: 20px;
 height: 3px;
 background: #000;
 content: "";
 -webkit-transform: translateY(-50%) rotate(45deg);
 transform: translateY(-50%) rotate(45deg);
}
.l-gnavi-btn-close__link:after {
 position: absolute;
 top: 50%;
 left: 20px;
 width: 20px;
 height: 3px;
 background: #000;
 content: "";
 -webkit-transform: translateY(-50%) rotate(-45deg);
 transform: translateY(-50%) rotate(-45deg);
}
.is-gnavi-cover .l-gnavi-area {
 top: auto;
 z-index: 1;
 overflow-y: hidden;
 height: auto;
}
.is-navi-open .l-gnavi-area {
 opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
 transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
 transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
 transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
 transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
 overflow-y: scroll;
 height: 100vh;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
 position: static;
}
/* --------------------------------------------- */
/* footer area                                   */
/* --------------------------------------------- */
.l-footer-area {
 position: relative;
 margin: 0;
 padding: 0 0 0 100px;
 min-width: 1200px;
 width: 100%;
 background: #f2f2f2;
}
.l-footer-disclaimer {
 margin: 20px auto;
 padding: 20px;
 width: 500px;
 background: #ffffff;
 color: #333;
 text-align: left;
 font-size: 1.2rem;
}
.l-footer-disclaimer dt {
 float: left;
}
.l-footer-note {
 max-width: 1000px;
 margin: 20px auto;
 padding: 0 20px;
 text-align: center;
 font-size: 1.2rem;
}
.l-footer-bottom {
 margin: 0 auto;
 background: #404242;
 color: #fff;
 text-align: center;
 font-size: 1.2rem;
}
.l-footer-bottom__inner {
 display: table;
 margin: 0 auto;
 max-width: 1000px;
 width: 96%;
}
.l-footer-bottom__copy {
 display: table-cell;
 padding: 10px 0;
 text-align: left;
}
.l-footer-bottom__copy__link {
 color: #fff;
 text-decoration: none;
}
@media screen and (min-width: 480px) {
 .l-footer-bottom__copy__link:hover { text-decoration: underline; }
}
.l-footer-bottom__sitemap {
 display: table-cell;
 padding: 10px 0;
 text-align: right;
 width: 150px;
}
.l-footer-bottom__sitemap__link {
 padding: 0 24px 0 0;
 background: url("img/arrow01_white.svg") no-repeat right center;
 background-size: 7px auto;
 color: #fff;
 text-decoration: none;
}
.l-footer-bottom__sitemap__link:hover {
 text-decoration: underline;
}
.l-footer-menu-wrapper {
 margin: 0 auto;
 padding: 100px 0 0;
 max-width: 1000px;
 width: 100%;
}
.l-footer-menu {
 margin: 0 0 40px;
}
.l-footer-menu__title {
 margin: 0 0 10px 0;
 padding: 0 0 5px;
 border-bottom: solid 1px #d6d9da;
 text-align: left;
 font-size: 1.4rem;
 line-height: 1.4;
}
.l-footer-menu__title__link {
 position: relative;
 display: block;
 padding: 0 0 0 25px;
 background: url("img/arrow01_blue.svg") no-repeat left 1rem center;
 background-size: 9px auto;
 text-decoration: none;
 font-weight: bold;
}
.l-footer-menu__title__link:hover {
 text-decoration: underline;
}
.l-footer-menu__list {
 display: block;
 margin-left: 1rem;
}
.l-footer-menu__list__item {
 display: inline-block;
 padding: 0 10px;
}
.l-footer-menu__list__item:first-child {
 display: none;
}
.l-footer-menu__list__link {
 padding: 5px 0 5px 15px;
 background: url(img/icon_li_footer.svg) no-repeat left top 10px;
 background-size: 8px 8px;
 text-align: left;
 text-decoration: none;
 font-size: 1.2rem;
 text-indent: 1rem;
 margin: 0 0 0 -1rem;
}
.l-footer-menu__list__link:hover {
 text-decoration: underline;
}
.l-footer-submenu__list {
 display: inline-block;
}
.l-footer-submenu__list__item {
 display: inline-block;
}
.l-footer-submenu__list__link {
 padding: 5px 15px;
 text-align: left;
 text-decoration: none;
 font-size: 1.2rem;
}
.l-footer-submenu__list__link:before {
 content: "- ";
}
.l-footer-submenu__list__link:hover {
 text-decoration: underline;
}
/* --------------------------------------------- */
/* common                                        */
/* --------------------------------------------- */
.l-pagetop {
 position: absolute;
 top: -90px;
 right: 30px;
 z-index: 100;
}
.l-pagetop__link {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 60px;
 height: 60px;
 border-radius: 50%;
 background-color: #42c2b3;
 padding: 0 1.5rem;
}
.l-pagetop.is-fixed {
 position: fixed;
 top: auto;
 bottom: 30px;
}
.breadcrumb__box {
 background: #f2f2f2;
 margin: 0 auto 2rem;
 padding: 5px;
}
#pankuzu {
 max-width: 1000px;
 font-size: 1.2rem;
 margin: auto;
}
#pankuzu span {
 font-weight: normal;
 background: none;
}
/* --------------------------------------------- */
/* contents area                                 */
/* --------------------------------------------- */
.l-contents-area {
 margin: 0 auto;
 padding-left: 100px;
 width: 100%;
}
/* --------------------------------------------- */
/* main area / common                            */
/* --------------------------------------------- */
.l-main-area {
 margin: 0 auto;
 width: 100%;
 text-align: left;
}
.l-main-area--low {
 margin: 0 auto 7rem auto;
 width: 1000px;
}

.l-main-area--cate1low {
 margin: 0 auto 7rem auto;
 width: 100%;
}

.l-section-inner {
 margin: 0 auto;
 max-width: 1000px;
 padding: 6rem 0;
}
.l-common-title__box .l-common-title {
 position: relative;
 text-align: center;
 font-weight: 900;
 font-size: 3.6rem;
 line-height: 1.3;
 margin: 0 0 4rem;
}
.l-common-title__box .l-common-title .small { font-size:3rem; }
.l-common-title__box .l-common-title a {
 display: inline-block;
 text-decoration: none;
 padding: 0 5.3rem;
 background: url("img/arrow02_blue.svg") no-repeat right 50% / 20px auto;
}
.l-common-lead {
 margin: 1.5rem auto 4rem;
 width: 84%;
}
.text-inner {
 width: 84%;
 margin: 0 auto;
}
/* --------------------------------------------- */
/* smartphone settings                           */
/* --------------------------------------------- */
/* base settings */
@media screen and (min-width: 481px) {
 .sp, .forSP, .sp_br, .btn-tel {
  display: none !important;
 }
}
@media screen and (max-width: 480px) {
 body {
  min-width: 100%;
  min-width: inherit;
  font-size: 1.4rem;
 }
 .pc, .forPC, .pc_br {
  display: none !important;
 }
 img {
  max-width: 100%;
  height: auto;
 } 
 /* --------------------------------------------- */
 /* heading                                   */
 /* --------------------------------------------- */
 .l-common-title__box .l-common-title {
  font-size: 2.4rem;
  margin: 0 0 3rem;
 }
 .l-common-title__box .l-common-title .small { font-size: 2.2rem; }
 .l-common-title__box .l-common-title a {
  padding: 0 3rem;
  background-size: 16px auto;
 }
 .l-main-area--low h1,
 .l-main-area--top h2:not([class]),
 #smartlock .l-main-area h2:not([class]) {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 2.5rem;
  margin: 8rem 0 6rem;
  position: relative;
 }
 .l-main-area--top h2:not([class]) .small,
 #smartlock .l-main-area h2:not([class]) .small { font-size: 2.2rem; }
 .l-main-area--top h2:not([class]),
 #smartlock .l-main-area h2:not([class]) { margin: 0 0 2rem; } 
 .l-main-area--low h1::after,
 .l-main-area--top h2:not([class])::after,
 #smartlock .l-main-area h2:not([class])::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
 }
 .l-main-area--top h3:not([class]),
 #smartlock .l-main-area h3:not([class]),
 .l-main-area--low h2:not([class]) {
  position: relative;
  margin: 6rem 0 2rem;
  padding: 2rem;
  font-size: 2rem;
 }
 .l-main-area--top h3:not([class]) a,
 #smartlock .l-main-area h3:not([class]) a,
 .l-main-area--low h2:not([class]) a { padding-right: 2.6rem; }
 .l-main-area--top h4:not([class]),
 #smartlock .l-main-area h4:not([class]),
 .l-main-area--low h3:not([class]) {
  margin: 3rem auto 2rem;
  padding: 1rem 1.4rem;
  font-size: 1.8rem;
 }
 .l-main-area--top h4:not([class]) a,
 #smartlock .l-main-area h4:not([class]) a,
 .l-main-area--low h3:not([class]) a { padding-right: 2.6rem; }
 .l-main-area--top h5:not([class]),
 #smartlock .l-main-area h5:not([class]),
 .l-main-area--low h4:not([class]),
 .l-main-area--low h5:not([class]) {
  margin: 3rem 0 2rem;
  padding: 0;
  padding-left: 1.4rem;
  font-size: 1.8rem;
  border-left-width: 4px;
 }
 .l-main-area--top h5:not([class]) a,
 .l-main-area--top h6:not([class]) a,
 #smartlock .l-main-area h5:not([class]) a,
 #smartlock .l-main-area h6:not([class]) a,
 .l-main-area--low h4:not([class]) a,
 .l-main-area--low h5:not([class]) a,
 .l-main-area--low h6:not([class]) a { padding-right: 2rem; }
 /* --------------------------------------------- */
 /* list */
 /* --------------------------------------------- */
 .l-contents-area ul:not([class]) {
  margin: 3rem 0;
 }
 .l-main-area ol:not([class]) {
  margin: 3rem 0;
  font-size: 1.4rem;
 }
 /* --------------------------------------------- */
 /* table */
 /* --------------------------------------------- */
 .l-main-area table:not([class]) {
  display: block;
  margin: 30px auto 20px;
  width: 100%;
  font-size: 1.4rem;
 }
 .l-main-area table:not([class]) tr {
  display: block;
  width: 100%;
 }
 .l-main-area table:not([class]) th {
  display: block;
  width: 100%;
 }
 .l-main-area table:not([class]) td {
  display: block;
  width: 100%;
  border-top: none;
 }
 .l-main-area table:not([class]) thead {
  display: block;
  width: 100%;
 }
 .l-main-area table:not([class]) thead th {
  display: block;
  width: 100%;
 }
 .l-main-area table:not([class]) thead td {
  display: block;
  width: 100%;
 }
 .l-main-area table:not([class]) tbody {
  display: block;
  width: 100%;
 }
 .l-main-area table:not([class]) tbody th {
  display: block;
  width: 100%;
  text-align: left;
 }
 .l-main-area table:not([class]) tbody td {
  display: block;
  width: 100%;
 }
 .js-scrollable {
  overflow-x: auto;
  overflow-y: hidden !important;
 }
 .js-scrollable table, .l-main-area table.example th {
  white-space: nowrap;
  min-width: 100px;
 }
 .l-main-area table.example {
  width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
 }
 .l-main-area table.example th, table.example td {
  border: 1px solid #fff;
  padding: 8px 5px;
 }
 /* --------------------------------------------- */
 /* btn */
 /* --------------------------------------------- */
 .l-contents-area .btn-web,
 .l-contents-area .btn-internal,
 .l-contents-area .btn-tel,
 .l-contents-area .btn-link {
  display: block;
  margin: 2rem auto 0.6rem;
  padding: 0;
  text-align: center;
 }
 .l-contents-area .btn-web a,
 .l-contents-area .btn-internal a {
  padding: 2rem 4.6rem;
  min-width: inherit;
  width: 90%;
  max-width: 90%;
  font-size: 1.6rem;
 }
 .l-contents-area .btn-web a:after,
 .l-contents-area .btn-internal a:after {
  right: 2rem;
  width: 18px;
  height: 18px;
 }
 .l-contents-area .btn-tel a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 2rem 4.6rem;
  width: 90%;
  max-width: 90%;
  border-radius: 1000px;
  background: #ffde26 url("img/icon_tel.png") no-repeat left 24px top 50% / 18px auto;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #37414f;
  font-weight: bold;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
 }
 .l-contents-area .btn-link a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 2rem 4.6rem;
  width: 90%;
  max-width: 90%;
  border: #9198a8 solid 1px;
  border-radius: 1000px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
 }
 .l-contents-area .btn-link a::after {
  right: 2rem;
  width: 18px;
  height: 18px;
  background-size: 100% auto;
  margin: auto;
  transform: translateY(-50%);
 }
 /* --------------------------------------------- */
 /* float-wrap */
 /* --------------------------------------------- */
 .float-wrap {
  margin: 10px auto 30px;
  width: 100%;
 }
 .float-wrap .float-img.fr {
  float: none;
  margin: 0 0 20px;
  width: 100%;
 }
 .float-wrap .float-img.fl {
  float: none;
  margin: 0 0 20px;
  width: 100%;
 }
 .float-wrap .float-img.ct { width: 100%; }
 .float-wrap .catch { font-size: 1.8rem; }
 /* --------------------------------------------- */
 /* box-wrap */
 /* --------------------------------------------- */
 .box-wrap { display: block; }
 .l-main-area .box-wrap .box {
  width: 100%;
  margin: 0;
 }
 .box-wrap .box + .box { margin-top: 2rem; }
 .box-wrap .box-head { font-size: 1.8rem; }
 /* --------------------------------------------- */
 /* frame-wrap */
 /* --------------------------------------------- */
 .frame-wrap {
  display: block;
  margin: 0;
 } 
 .l-main-area .frame-wrap .frame {
  width: 100%;
  margin: 0;
 }
 .l-main-area .frame-wrap .frame + .frame { margin-top: 2rem; }
 .frame-wrap .frame-head .frame-ttl { font-size: 2rem; }
 .frame-wrap .frame-head .frame-ttl a {
  background-size: 16px;
  padding-right: 2.4rem;
 }
 .frame.typeA,
 .frame.typeB { padding: 0.2rem 2rem 2rem; }
 .frame.typeA .frame-head { padding: 2rem 0; }
 .frame.typeB .frame-head {
  background-size: 20px auto;
  padding: 2rem 0;
  padding-left: 3rem;
 }
 .box-wrap.bg,
 .frame-wrap.bg { padding-top: 2rem; }
 .box-wrap.bg::before,
 .frame-wrap.bg::before { height: 90%; }
 /* --------------------------------------------- */
 /* banner                                        */
 /* --------------------------------------------- */
 .index-banner_pc{ display:none !important; }
 /* --------------------------------------------- */
 /* l-icon-title */
 /* --------------------------------------------- */
 .l-main-area .l-icon-title {
  margin: 5rem 0 2rem;
  padding: 1rem 1rem 1rem 6.1rem;
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
 }
 .l-main-area .l-icon-title::before,
 .l-main-area .l-icon-title::after {
  width: 46px;
  height: 46px;
  top: -12px;
  left: 2px;
  font-size: 1rem;
 }
 /* low ----------------*/
 .l-main-area--low h1 {
  margin: 3rem auto;
  font-size: 2.4rem;
 }
 .l-main-area--low h2 {
  font-size: 2rem;
 }
 .l-main-area--low h3 {
  font-size: 1.8rem;
 }
 /* --------------------------------------------- */
 /* accordion */
 /* --------------------------------------------- */
 .btn-accordion { 
  padding: 2rem 6rem;
  margin: 4rem auto;
 }
 .btn-accordion::before,
 .btn-accordion.is-open::before {
  width: 18px;
  height: 18px;
  right: 2.0rem;
 }
 .l-main-area .btn-accordion .text,
 .btn-accordion.is-open::after { font-size: 1.6rem; }
 /* --------------------------------------------- */
 /* toc */
 /* --------------------------------------------- */
 .toc_parts { padding: 1.6rem; }
 .toc_parts .ttl {
  font-size: 1.6rem;
  padding: 0.6rem 0 0.6rem 1.6rem;
 }
 .toc_parts .ttl::after {
  width: 17px;
  height: 17px;
 }
 #toc { padding: 0; }
 #toc .chapter .chapter-h {
  font-size: 1.4rem;
  padding-left: 3rem;
 }
 #toc ul.chapter .chapter-h::before {
  font-size: 1.4rem;
  top: 10px;
 }
 /*--------------------------------------
  関連記事
 ---------------------------------------*/
 #related-article .related-article01-frame {
  padding: 20px 25px;
  margin: 6rem 1rem 3rem;
 }
 #related-article .related-article01-title span {
  font-size: 16px;
 }
 #related-article .related-article01-list {
  margin: 15px 0 0 0;
  padding: 10px 0 0;
 }
 #related-article .related-article01-list li {
  margin: 10px 0;
  padding: 0 0 0 30px;
  font-size: 15px;
  line-height: 1.6;
 }
 #related-article .related-article01-list li:last-child {
  margin-bottom: 0;
 } /* --------------------------------------------- */
 /* header area                                   */
 /* --------------------------------------------- */
 .l-header { margin: 0 auto; }
 .l-header-area { padding: 0; }
 .l-header-left { display: none; }
 .l-header-sitename {
  font-size: 1rem;
  text-align: center;
 }
 .l-header-logo { padding: 1rem; }
 .l-header-logo a {
  width: 120px;
  height: auto;
 }
 .l-gnavi-area {
  display: none;
 }
 /* --------------------------------------------- */
 /* footer area                                   */
 /* --------------------------------------------- */
 .l-footer-area {
  padding: 2rem 0 6rem 0;
  min-width: inherit;
 }
 .footMenu {
  position: fixed;
  bottom: 0;
  z-index: 300;
  margin: 0;
  width: 100%;
  height: 6rem;
 }
 .footMenu .menuLeft {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  background: #fff;
 }
 .footMenu .menuLeft .l-gnavi-btn {
  margin: 0;
 }
 .footMenu .menuRight {
  position: relative;
  float: right;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  height: 100%;
  background: #0f4984;
  padding: 1rem;
 }
 .footMenu .menuRight:after {
  position: absolute;
  top: -6px;
  left: -6px;
  background: #42c2b3;
  content: "CHECK";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
 }
 .footMenu .menuRight a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: url(img/arrow02_white.svg) no-repeat right center;
  background-size: 20px auto;
 }
 .footMenu .l-gnavi-btn {
  width: 100%;
  height: 100%;
  padding: 0;
 }
 .footMenu .l-gnavi-btn span {
  left: 50%;
  transform: translateX(-50%);
 }
 .footMenu .l-gnavi-btn span:nth-child(1) {
  top: 18px;
 }
 .footMenu .l-gnavi-btn span:nth-child(2) {
  top: 28px;
 }
 .footMenu .l-gnavi-btn span:nth-child(3) {
  top: 38px;
 }
 .footMenu .l-gnavi-btn.active span:nth-of-type(1) {
  transform: translate(-50%, 10px) rotate(-45deg);
 }
 .footMenu .l-gnavi-btn.active span:nth-of-type(2) {
  opacity: 0;
 }
 .footMenu .l-gnavi-btn.active span:nth-of-type(3) {
  transform: translate(-50%, -10px) rotate(45deg);
 }
 .l-footer-logo {
  margin:2rem auto;
  width: 140px;
 }
 .l-footer-logo__image {
  margin: 0 auto;
  display: block;
 }
 .l-footer-logo__link {
  display: block;
 }
 .l-footer-disclaimer {
  margin: 0 auto 1rem;
  padding: 2rem 5%;
  width: 90%;
 }
 .l-footer-bottom {
  padding: 0 5%;
 }
 .l-footer-bottom__inner {
  display: block;
  width: 90%;
 }
 .l-footer-bottom__copy {
  display: block;
  text-align: center;
 }
 .l-footer-bottom__sitemap {
  display: none;
 }
 .l-footer-note {
  margin: 0 0 1rem;
  font-size: 1rem;
 }
 .l-footer-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0 0 60px 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 1s;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 1s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
 }
 .l-footer-menu-wrapper.active {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  opacity: 1;
 }
 .l-footer-menu {
  margin: 0 auto 2rem;
  width: 90%;
 }
 .l-footer-menu__title {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #d6d9da;
 }
 .l-footer-menu__title__link {
  position: relative;
  display: block;
  padding: 1rem 2.5rem 1rem 0;
  background: none;
  font-size: 1.6rem;
 }
 .l-footer-menu__title__link:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 14px;
  background: url("img/arrow01_blue.svg") no-repeat center center;
  background-size: 100%;
  content: "";
  transform: translateY(-50%) rotate(90deg);
 }
 .l-footer-menu__title__link:hover {
  text-decoration: none;
 }
 .l-footer-menu__list {
  display: none;
 }
 .l-footer-menu__list__item {
  padding: 0.8rem 1rem;
  width: 100%;
 }
 .l-footer-menu__list__item:first-child {
  display: block;
 }
 .l-footer-menu__list__link {
  margin: 1rem 0 0 -1rem;
 }
 .l-footer-submenu__list {
  display: block;
 }
 .l-footer-submenu__list__item {
  display: block;
  margin: 0 0 0 1rem;
 }
 .l-footer-submenu__list__link {
  margin: 0 0 0 -2rem;
 }
 .l-footer-list {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
  font-size: 1.4rem;
 }
 .l-footer-list li {
  padding: 1rem;
 }
 /* --------------------------------------------- */
 /* common                                        */
 /* --------------------------------------------- */
 .l-pagetop {
  top: -5.5rem;
  right: 0.5rem;
 }
 .l-pagetop__link {
  width: 50px;
  height: 50px;
 }
 .l-pagetop.is-fixed { bottom: 6.5rem; }
 .breadcrumb__box { padding: 0; }
 #pankuzu {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  padding: 1rem;
  white-space: nowrap;
 }
 /* --------------------------------------------- */
 /* contents area                                 */
 /* --------------------------------------------- */
 .l-contents-area {
  overflow-x: hidden;
  padding: 0;
 }
 .l-contents-area--low {
  width: 100%;
 }
 /* --------------------------------------------- */
 /* main area                                     */
 /* --------------------------------------------- */
 .l-main-area--low {
  float: none;
  overflow: visible;
  margin: 0 auto 7rem;
  width: 100%;
  padding: 0 3%;
 }
 .l-section-inner {
  margin: 0 auto;
  width: 100%;
  padding: 4rem 2rem;
 }
 .l-common-lead {
  margin: 2rem 0 3rem;
  width: 100%;
 }
 .text-inner { width: 100%; }
}
