@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: #000;
 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;
 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]) {
 font-size: 3.2rem;
 text-align: center;
 padding: 0 0 2.5rem;
 margin: 8rem 0 4rem;
 position: relative;
}
.l-main-area--top h2:not([class]) { margin-top: 0; }
.l-main-area--low h1::after, .l-main-area--top h2:not([class])::after {
 content: "";
 position: absolute;
 width: 100px;
 height: 4px;
 background: linear-gradient(to right, #3aaeb6 0%, #1e599b 100%);
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
}
.l-main-area--top h3:not([class]),
.l-main-area--low h2:not([class]) {
 position: relative;
 margin: 5rem auto 2rem;
 padding: 0.9rem 3.5rem;
 font-size: 2.6rem;
 color: #fff;
 background: #4d438e;
}
.l-main-area--top h3:not([class])::before,
.l-main-area--low h2:not([class])::before {
 content: "";
 position: absolute;
 left: 8px;
 top: 6px;
 width: 4px;
 height: calc(100% - 12px);
 background: #efc121;
}
.l-main-area--top 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: 27px auto;
 text-decoration: none;
}
.l-main-area--top h4:not([class]),
.l-main-area--low h3:not([class]),
.top_h3 {
 position: relative;
 margin: 4rem 0 2rem;
 padding: 0.7rem 2rem;
 font-size: 2.1rem;
 color: #4d438e;
 border-bottom: solid #4d438e 3px;

}
.l-main-area--top h4:not([class]) a,
.l-main-area--low h3:not([class]) a,
.top_h3 a {
 display: block;
 padding-right: 4rem;
 background: url("img/arrow02_purple.svg") no-repeat right 0 center;
 background-size: 27px auto;
 color: inherit;
 text-decoration: none;
}
.l-main-area--top h5:not([class]),
.l-main-area--low h4:not([class]) {
 position: relative;
 margin: 3rem 0 2rem;
 font-size: 1.8rem;
 color: #4d438e;
 padding-left: 2rem;
 border-left: solid 7px #efc121;
}
.l-main-area--top h5:not([class]) a,
.l-main-area--top 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: 4rem;
 background: url("img/arrow02_purple.svg") no-repeat right 0 center;
 background-size: 17px auto;
 text-decoration: none;
}
.l-main-area--low h5:not([class]) {
 position: relative;
 margin: 3rem 0 2rem;
 font-size: 1.7rem;
 padding: 0.6rem 0;
 border-bottom: #4d438e solid 1px;
}
/* --------------------------------------------- */
/* p */
/* --------------------------------------------- */
.l-main-area p:not([class]) {
 margin: 1em 0;
 font-weight: 400;
}
span:not([class]) {
 font-weight: 900;
 border-bottom: solid 2px #efc121;
}
/* --------------------------------------------- */
/* 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: #4d438e;
 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: flex;;
 align-items: center;
 justify-content: center;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background: #efc121;
 content: counter(number);
 counter-increment: number;
 text-align: center;
 font-size: 1.2rem;
}
/* --------------------------------------------- */
/* table */
/* --------------------------------------------- */
table {
 margin: 30px 0;
 padding: 0;
 width: 100%;
 border-collapse: collapse;
 text-align: left;
 table-layout: fixed;
 font-size: 1.4rem;
 line-height: 1.4;
}
table th {
 padding: 10px 15px;
 border: 1px #d6d9da solid;
 background: #eaeaee;
 text-align: center;
 font-weight: bold;
 width: 40%;
}
table td {
 padding: 10px 15px;
 border: 1px #d6d9da solid;
 background: #f9f9f9;
}
.jirei {
    margin-bottom: 5rem;
}
/* --------------------------------------------- */
/* 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 4rem;
 max-width: 470px;
 width: 90%;
 border-radius: 1000px;
 background: #ef4f4f;
 color: #fff;
 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: 12px;
 width: 24px;
 height: 24px;
 background: url("img/arrow02_white.svg") no-repeat center center;
 background-size: auto 100%;
 transform: translateY(-50%);
}
.l-contents-area .btn-internal a {
 background: #4d4090;
}
.l-contents-area .btn-link {
 margin: 20px 0 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;
 position: relative;
 text-decoration:underline;
 font-weight:bold;
}
.l-contents-area .btn-link a::after {
 content: "";
 position: absolute;
 width: 24px;
 height: 24px;
 background: url("img/arrow02_purple.svg") no-repeat right center / 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 0rem auto;
 padding: 2.2rem 5rem;
 background: #e7e6f3;
 border-radius: 1000px;
 text-align: center;
 box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
 cursor: pointer;
}
@media screen and (min-width: 481px) {
 .btn-accordion:hover { opacity: 0.6; }
}
.btn-accordion span[class^="txt"] {
 display: inline;
 font-size: 1.8rem;
 line-height: 1.1;
 font-weight: bold;
 margin: 0;
 padding: 0;
}
.btn-accordion span.txt02 { display: none; }
.btn-accordion::before,
.btn-accordion.is-open::before {
 position: absolute;
 right: 3rem;
 top: 50%;
 transform: translateY(-50%);
 content: "";
 width: 24px;
 height: 24px;
 background: url("img/icon_plus02.svg") no-repeat left top / 100% auto;
}
.btn-accordion.is-open::before { background-image: url("img/icon_minus02.svg"); }
.btn-accordion.is-open span.txt01 { display: none; }
.btn-accordion.is-open span.txt02 { display: inline; }
.accordion-item { padding: 2rem 0; }
.accordion-item > * {
 margin-top: 0;
 margin-bottom: 0; 
}
/*--------------------------------------
	まとめパーツ
---------------------------------------*/
.matome-parts {
 margin: 4rem 0;
 background-color: #eaeaee;
 padding: 4rem 3.5rem;
}
.matome-parts .matome-parts_head {
 position: relative;
 margin: 0 0 3rem;
 padding: 1.8rem;
 padding-left: 9.6rem;
 background: #fff;
 font-weight: 900;
 font-size: 2.0rem;
 line-height: 1.4;
 color: #4d438e;
}
.matome-parts .matome-parts_head::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 5px;
 transform: translateY(-50%);
 width: 77px;
 height: 77px;
 background: url("img/l-icon-title--point.png") no-repeat center top / 100% auto;
}
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
 background: #eaeaee;
 margin: 5rem auto;
 padding: 3rem 4rem;
 width: 800px;
 max-width: 100%;
}
.toc_parts .ttl {
 padding: 0 0 0 1rem;
 font-size: 2rem;
 font-weight: bold;
 border-left: 4px solid #4d438e;
 position: relative;
 cursor: pointer;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 1rem 2rem 0;
 border-top: 1px solid #222222;
 display: none;
}
#toc .chapter {
 margin: 0 0 1rem;
 counter-reset: count;
}
#toc .chapter .chapter-h {
 margin: 2rem 0 0;
 padding: 0 0 0 3.5rem;
 font-size: 1.6rem;
 line-height: 1.8;
 position: relative;
 counter-increment: count;
 background: none;
}
#toc .chapter .chapter-h:last-child {
 margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
 content: counter(count, decimal-leading-zero);
 position: absolute;
 top: 14px;
 left: 0;
 transform: translate(0, -50%);
 color: #4d438e;
 font-size: 2rem;
 font-weight: bold;
 background: none;
 width: auto;
 height: auto;
 border-radius: 0;
}
#toc .chapter .chapter-h a {
 font-weight: bold;
 text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
 opacity: 0.6;
}
#toc .chapter .chapter-h span {
 color: #0b072b;
 font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
 margin: 1rem 0 1rem 4rem;
 padding: 0 0 0 1.5rem;
 counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
 content: "";
 position: absolute;
 top: 8px;
 left: 0;
 width: 8px;
 height: 8px;
 border-top: solid 1px #0b072b;
 border-right: solid 1px #0b072b;
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
 font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
 font-weight: 400;
}
#toc .chapter br {
 display: none;
}
.toc_parts .ttl::after {
 content: "";
 background: url(img/icon_plus01.svg) center no-repeat;
 background-size: 100% auto;
 width: 20px;
 height: 20px;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 margin: auto;
}
.toc_parts .ttl.btn::after {
 background: url("img/icon_minus01.svg") center no-repeat;
 background-size: 100% auto;
}
@media screen and (min-width: 480px) {
 .toc_parts .ttl { cursor: pointer; }
}
/*--------------------------------------
	関連記事
---------------------------------------*/
#related-article.related-article01-frame {
 max-width: 800px;
 margin: 4rem auto;
 padding: 30px 50px;
 background: #eaeaee;
 position: relative;
}
#related-article .related-article01-title {
 padding: 0 0 0 1rem;
 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 {
 border: none;
 font-size: 20px;
}
#related-article .related-article01-list {
 margin: 15px 0 0 0;
 padding: 0 20px 0;
 border-top: 1px solid #101010;
}
#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: #4d438e;
 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: 30px 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: 600px;
}
.float-wrap .flame {
 text-align: center;
}
.float-wrap .float-img .caption {
 text-align: center;
}
.float-wrap .float-img + p {
 margin-top: 0;
}
.float-wrap .float-catch {
 overflow: hidden;
 font-size: 2.2rem;
 line-height: 1.4;
 font-weight: 900;
 color: #4d438e;
}
.float-wrap .float-catch a {
 text-decoration: none;
 display: inline-block;
 background: url(img/arrow02_purple.svg) no-repeat right 50% / 22px auto;
 padding-right: 3.6rem;
}
/* --------------------------------------------- */
/* icon-title */
/* --------------------------------------------- */
.l-main-area .l-icon-title {
 position: relative;
 margin: 6.5rem 0 3rem;
 padding: 1.8rem;
 padding-left: 8rem;
 background: #eaeaee;
 font-weight: 900;
 font-size: 2.4rem;
 line-height: 1.4;
 color: #4d438e;
}
.l-main-area .l-icon-title::before {
 content: "";
 position: absolute;
 top: -24px;
 left: -20px;
 width: 77px;
 height: 77px;
 border-radius: 100%;
 background: url("img/l-icon-title--check.png") no-repeat center top / 100% auto;
}
.l-main-area .l-icon-title.l-icon-title--point::before { background-image: url("img/l-icon-title--point.png"); }
/* --------------------------------------------- */
/* box-wrap */
/* --------------------------------------------- */
.box-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: 100%;
}
div + .box-wrap {
 margin: 30px 0;
}
.box-wrap .box {
 width: calc((100% - 9.8rem) / 2);
 background-color: #fff;
 box-shadow: 3.109px 2.517px 14.4px 3.6px rgba(4, 0, 0, 0.03);
 padding: 0 4rem 4rem;
/*  border: solid 1px #c7c7c7;
    background:#fff url("img/box-wrap_bg.jpg") no-repeat center bottom / cover; */
 margin: 5rem 0 0;
}
.box-wrap .box:nth-child(1),
.box-wrap .box:nth-child(2) { margin-top: 0; }
.box-wrap .box-head {
 display: flex;
 align-items: center;
 width: 100%;
 background: url("img/icon_hand.png") no-repeat left 50% / 70px auto;
 padding:3rem 0 3rem 7.6rem;
}
.box-wrap .box-head .box-ttl {
 font-weight: 900;
 font-size: 2.2rem;
 line-height: 1.4;
 width: 100%;
}
.box-wrap .box-head .box-ttl a {
 display: block;
 width: 100%;
 padding: 0 3rem 0 0;
 background: url("img/arrow02_purple.svg") no-repeat right 50% / 22px auto;
 text-decoration: none;
}
/* --------------------------------------------- */
/* frame-wrap */
/* --------------------------------------------- */
.frame-wrap {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 column-gap: 3rem;
 row-gap: 3rem;
}
.frame-wrap .frame { background-color: #fff; }
.frame-wrap .frame-head {
 display: flex;
 align-items: center;
 width: 100%;
}
.frame-wrap .frame-head .frame-ttl {
 font-weight: 900;
 font-size: 2.1rem;
 line-height: 1.4;
 color: #4d438e;
 width: 100%;
}
.frame-wrap .frame-head .frame-ttl a {
 display: block;
 width: 100%;
 padding: 0 3rem 0 0;
 background: url("img/arrow02_purple.svg") no-repeat right 50% / 22px auto;
 text-decoration: none;
}
.frame-wrap .frame table { margin-bottom: 0; }
.frame-wrap .frame table th, .frame-wrap .frame table td {
 padding: 0.6rem;
 width: 100%;
}
.frame-wrap .frame .pic { text-align: center; }
.frame-wrap .frame .frame-body > *:first-child { margin-top: 0; }
.typeA .frame {
 border: solid 1px #e7e6f3;
 padding: 3rem;
 padding-top:0.3rem;
}
.typeA .frame .frame-head { padding: 2rem 0; }
.frame-wrap.typeB {
 column-gap: 3.1rem;
 row-gap: 3.1rem;
 position: relative;
 padding-top: 3.2rem;
}
.frame-wrap.typeB::before {
 content: "";
 width: calc(100% + (50vw - 50%));
 height: 465px;
 background: url("img/frame-wrap_bg.jpg") no-repeat left top / cover;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}
.typeB .frame {
 border: solid 1px #c7c7c7;
 padding: 0.2rem 2.4rem 2.4rem;
 box-shadow: 3.109px 2.517px 14.4px 3.6px rgba(4, 0, 0, 0.03);
}
.typeB .frame .frame-head { padding: 2rem 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: 200;
 display: none;
}
.index-banner_pc a { text-decoration: none; }
.text-banner-box {
 width: 200px;
 background: linear-gradient(to right, #1e599b 0%, #3aaeb6 100%);
 position: relative;
}
.text-banner-box__text {
 padding: 1rem 0 1.4rem;
 text-align: center;
 line-height: 1.4;
 color: #fff;
 font-weight: 900;
}
.text-banner-box__text .mainttl {
 font-size: 1.5rem;
 margin: 0 0 0.6rem;
}
.text-banner-box__text .cmn02-paragraph { font-size: 1.9rem; }
/* --------------------------------------------- */
/* header area                                   */
/* --------------------------------------------- */
.l-header-area {
 margin: 0;
 padding: 0 0 0 100px;
 width: 100%;
}
.l-header {
 margin: 0 auto;
 padding: 1rem 0;
 max-width: 1000px;
}
.l-header__link {
 display: inline;
 text-decoration: none;
}
.l-header-sitename {
 width: 100%;
 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-color: #000;
 color: #fff;
 padding: 0 0.5rem;
 margin-right: 1rem;
}
.l-header-sitename__link {
 text-decoration: none;
}
.l-header-sitename__link:hover {
 text-decoration: underline;
}
.l-header-logo {
 margin: 2rem 0;
 text-align: center;
}
.l-header-logo a {
 padding-left: 100px;
 display: block;
 margin: 0 auto;
 width: 250px;
 height: auto;
}
.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;
 line-height: 1;
 cursor: pointer;
}
@media screen and (min-width: 480px) {
 .l-gnavi-btn:hover {
  opacity: 0.6;
 }
}
.l-gnavi-btn span {
 border: none;
 position: absolute;
 left: 15px;
 display: inline-block;
 width: 30px;
 height: 4px;
 background: #000000;
 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 #222222;
 background: #eaeaee;
}
.l-gnavi-list__sub .l-gnavi-list__item {
 background: url("img/arrow01_purple.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: 16rem 0 0;
 padding: 0 0 0 100px;
 min-width: 1200px;
 width: 100%;
 background: #eaeaee;
}
.l-footer-disclaimer {
 margin: 20px auto;
 padding: 20px;
 width: 500px;
 background: #ffffff;
 color: #37414f;
 text-align: left;
 font-size: 1.4rem;
 font-weight: bold;
}
.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: #4d438e;
 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_purple.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: #4d438e;
 padding: 0 1.5rem;
}
.l-pagetop.is-fixed {
 position: fixed;
 top: auto;
 bottom: 30px;
}
.breadcrumb__box {
 background: #f2f2f2;
 margin: 1rem auto 2rem;
 padding: 5px;
}
#pankuzu {
 max-width: 1000px;
 font-size: 1.2rem;
 margin: auto;
}
#pankuzu span {
 font-weight: normal;
 border: 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-section-inner {
 margin: 0 auto;
 max-width: 1000px;
 padding: 8rem 0;
}
.l-common-title {
 text-align: center;
 font-weight: 900;
 font-size: 3.0rem;
 line-height: 1.4;
 margin: 0 0 3rem;
}
.l-common-title .big {
 font-size: 4rem;
 color: #4d438e;
}
.l-common-title a {
 display: inline-block;
 text-decoration: none;
 padding: 0 4rem;
 background: url("img/arrow02_purple.svg") no-repeat right 50% / 24px auto;
}
.l-common-lead {
 width: 80%;
 margin: 2rem auto 4rem;
}
/* --------------------------------------------- */
/* l-parts01                                     */
/* --------------------------------------------- */
.l-parts01 { background: url("img/l-parts01_bg.jpg") no-repeat left top / cover; }
.l-parts01 .l-common-title,
.l-parts01 .l-common-lead,
.l-parts01 .l-parts01-caption { color: #fff; }
.l-parts01 .l-common-title .big { color: #efc121; }
.l-parts01-column3 {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
@media screen and (max-width: 480px) {
    .l-parts01 {
        background-image: url(img/l-parts01_bg.jpg);
        background-size: inherit;
        background-position: center top;
        background-repeat: repeat;
    }
}
.l-parts01-column3__box {
 width: calc((100% - 60px) / 3);
 background: #fff;
 padding: 3rem 2rem;
 position: relative;
}
.l-parts01-column3 .box-top-wrap,
.l-parts01-column3 .catch-wrap {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 text-align: center;
}
.l-parts01-column3 .box-top-wrap {
 padding: 1.2rem 1rem;
 background: linear-gradient(to top, #2d7da1 0%, #3aaeb6 100%);
}
.l-parts01-column3 .box-top {
 color: #fff;
 font-size: 1.8rem;
 font-weight: 900;
 line-height: 1.5; 
}
.l-parts01-column3 .box-top .big {
 font-size: 2.2rem;
 border-bottom: solid 2px #efc121;
}
.l-parts01-column3 .catch-text {
 margin: 2.6rem 0;
 font-weight: 900;
 font-size: 2.0rem;
 line-height: 1.1;
 text-align: center;
}
.l-parts01-column3 .pic { text-align: center; }
.l-parts01-column3 .box-text-wrap { margin: 3rem 0 0; }
.l-parts01-column3 .box-text-wrap .box-text-title {
 background-color: #d8d8f9;
 font-size: 2rem;
 line-height: 1.4;
 font-weight: bold;
 color: #000;
 padding: 1.1rem 1rem;
 margin: 0 -2rem;
 text-align: center;
}
.l-parts01-column3 .box-text-wrap.text02 .box-text-title {
 background-color: #eaeaee;
 color: #000;
}
.l-parts01-column3 .box-text-wrap ul:not([class]) {
 margin: 2rem 0;
 padding: 0;
}
.l-parts01-column3 .box-price-wrap {
 margin: 3rem 0 0;
 background-color: #eaeaee;
 padding: 2rem 1rem;
 text-align: center;
}
.l-parts01-column3 .box-price-wrap .box-price-title {
 font-size: 2rem;
 line-height: 1.4;
 font-weight: bold;
 color: #4d438e;
}
p.note {
    font-size: 1.3rem;
}
.l-parts01-column3 .box-price-wrap .box-price-body {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 font-size: 1.9rem;
}
.l-parts01-column3 .box-price-wrap .box-price-body div { font-weight: bold; }
.l-contents-area .l-parts01-column3 .btn-web,
.l-contents-area .l-parts01-column3 .btn-tel { width: 100%; }
.l-contents-area .l-parts01-column3 .btn-web a,
.l-contents-area .l-parts01-column3 .btn-tel a { width: 100%; }
.l-contents-area .l-parts01-column3 .btn-web a {
 padding: 2rem;
 padding-right: 4rem;
}
.l-parts01 .l-parts01-caption {
 margin: 3rem 0 0;
 font-size: 1rem;
 word-break: break-all;
}
/* --------------------------------------------- */
/* 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.6rem;
 }
 .pc, .forPC, .pc_br {
  display: none !important;
 }
 img {
  max-width: 100%;
  height: auto;
 }
 /* --------------------------------------------- */
 /* heading                                   */
 /* --------------------------------------------- */
 .l-common-title {
  font-size: 2.2rem;
  margin-bottom: 3rem;
 }
 .l-common-title .big { font-size: 2.8rem; }
 .l-common-title a {
  padding: 0 3rem;
  background-size: 20px auto;
 }
 .l-main-area--low h1,
 .l-main-area--top h2:not([class]) {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  padding: 0 0 2.5rem;
  margin: 8rem 0 2rem;
  position: relative;
 }
 .l-main-area--top h2:not([class]) {
  margin: 0 0 2rem;
 }
 .l-main-area--low h1::after,
 .l-main-area--top 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]),
 .l-main-area--low h2:not([class]) {
  padding: 1.2rem;
  padding-left: 2rem;
  font-size: 2rem;
 }
 .l-main-area--top h3:not([class])::before,
 .l-main-area--low h2:not([class])::before {
  height: calc(100% - 10px);
 }
 .l-main-area--top h3:not([class]) a,
 .l-main-area--low h2:not([class]) a {
  padding-right: 2.4rem;
  background-size: 20px auto;
 }
 .l-main-area--top h4:not([class]),
 .l-main-area--low h3:not([class]),
 .top_h3 {
  position: relative;
  padding: 1.2rem;
  font-size: 1.8rem;
 }
 .l-main-area--top h4:not([class]) a,
 .l-main-area--low h3:not([class]) a,
 .top_h3 a {
  padding-right: 2.4rem;
  background-size: 20px auto;
 }
 .l-main-area--top h5:not([class]),
 .l-main-area--low h4:not([class]),
 .l-main-area--low h5:not([class]) {
  padding: 0.8rem 1.5rem;
  font-size: 1.8rem;
 }
 .l-main-area--top h5:not([class]) a,
 .l-main-area--top 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: 2.4rem;
  background-size: 18px auto;
 }
 /* --------------------------------------------- */
 /* list */
 /* --------------------------------------------- */
 .l-contents-area ul:not([class]) {
  margin: 3rem 0;
 }
 .l-main-area ol:not([class]) {
  margin: 3rem 0;
  font-size: 1.4rem;
 }
 /* --------------------------------------------- */
 /* table */
 /* --------------------------------------------- */
 table:not([class]) {
  display: block;
  margin: 30px auto 20px;
  width: 100%;
  font-size: 1.4rem;
  border-top: #d6d9da solid 1px;
 }
 table:not([class]) tr {
  display: block;
  width: 100%;
 }
 table:not([class]) th {
  display: block;
  width: 100%;
  border-top: none;
 }
 table:not([class]) td {
  display: block;
  width: 100%;
  border-top: none;
 }
 table:not([class]) thead {
  display: block;
  width: 100%;
 }
 table:not([class]) thead th {
  display: block;
  width: 100%;
 }
 table:not([class]) thead td {
  display: block;
  width: 100%;
 }
 table:not([class]) tbody {
  display: block;
  width: 100%;
 }
 table:not([class]) tbody th {
  display: block;
  width: 100%;
  text-align: center;
 }
 table:not([class]) tbody td {
  display: block;
  width: 100%;
 }
 .js-scrollable {
  overflow-x: auto;
  overflow-y: hidden !important;
 }
 .js-scrollable table, table.example th {
  white-space: nowrap;
  min-width: 100px;
 }
 table.example {
  width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
 }
 table.example th, table.example td {
  border: 1px solid #fff;
  padding: 8px 5px;
 }
 /* --------------------------------------------- */
 /* btn */
 /* --------------------------------------------- */
 .l-contents-area .btn-web, .l-contents-area .btn-internal {
  margin: 3rem auto 0.6rem;
  min-width: inherit;
  width: 90%;
 }
 .l-contents-area .btn-web a, .l-contents-area .btn-internal a {
  padding: 2rem 3.6rem;
  min-width: inherit;
  width: 100%;
  font-size: 1.6rem;
 }
 .l-contents-area .btn-web a:after, .l-contents-area .btn-internal a:after {
  right: 1rem;
  width: 18px;
  height: 18px;
 }
 .l-contents-area .btn-tel {
  display: block;
  margin: 3rem auto 0.6rem;
  padding: 0;
  width: 90%;
  text-align: center;
 }
 .l-contents-area .btn-tel a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 2rem 5rem;
  width: 100%;
  border-radius: 1000px;
  background: #efc121;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
 }
 .l-contents-area .btn-tel a::after {
  content: "";
  width: 16px;
  height: 31px;
  background: url("img/ico_sp.svg") no-repeat left top / 100% auto;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
 }
 .l-contents-area .btn-link {
  display: block;
  margin: 3rem 0 0 0;
  padding: 0;
  width: 90%;
  text-align: left;
 }
 .l-contents-area .btn-link a {
        text-align: left;
        text-decoration: underline;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.4;
        background: #fff;
 }
 .l-contents-area .btn-link a::after {
   /* right: 1rem; */ 
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  margin: auto;
 }
 /* --------------------------------------------- */
 /* 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 .float-img.t_small { width: 40%; }
 .float-wrap .float-img.fr.t_small {
  float: right;
  margin: 0 0 20px 10px;
 }
 .float-wrap .float-img.fl.t_small {
  float: left;
  margin: 0 20px 10px 0;
 }
 .float-wrap .float-catch { font-size: 1.8rem; }
 .float-wrap .float-catch a {
  background-size: 18px;
  padding-right: 2.4rem;
 }
 /* --------------------------------------------- */
 /* box-wrap */
 /* --------------------------------------------- */
 .box-wrap {
  display: block;
  padding-top: 2rem;
 }
 .box-wrap .box {
  width: 100%;
  padding: 0 2rem 2rem;
 }
 .box-wrap .box + .box { margin-top: 2rem; } 
 .box-wrap .box-head {
  background-size: 30px auto;
  padding:2rem 0 2rem 4rem;
 }
 .box-wrap .box-head .box-ttl { font-size: 1.8rem; }
 .box-wrap .box-head .box-ttl a {
  background-size: 18px auto;
  padding-right: 2.4rem;
 }
 /* --------------------------------------------- */
 /* frame-wrap */
 /* --------------------------------------------- */
 .frame-wrap {
  display: block;
  margin: 0;
 }
 .frame-wrap .frame + .frame { margin-top: 2rem; }
 .frame-wrap .frame-head .frame-ttl { font-size: 1.8rem; }
 .frame-wrap .frame-head .frame-ttl a {
  background-size: 18px auto;
  padding-right: 2.4rem;
 }
 .typeA .frame .frame-head { padding: 2rem 0; }
 .frame-wrap.typeB { padding-top: 2rem; }
 /* --------------------------------------------- */
 /* 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 5rem;
  margin: 4rem auto;
 }
 .btn-accordion::before, .btn-accordion.is-open::before {
  width: 18px;
  height: 18px;
  right: 2.4rem;
 }
 .btn-accordion span[class^="txt"] { font-size: 1.6rem; }
 .accordion-item { padding: 2rem 0; }
 /*--------------------------------------
  まとめパーツ
 ---------------------------------------*/
 .matome-parts { padding: 2rem; }
 .matome-parts .matome-parts_head {
  margin: 0 0 2rem;
  padding: 1.4rem;
  padding-left: 6rem;
  font-size: 1.8rem;
 }
 .matome-parts .matome-parts_head::before {
  left: 4px;
  width: 50px;
  height: 50px;
 }
 /* --------------------------------------------- */
 /* 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: 12px;
 }
 /*--------------------------------------
  関連記事
 ---------------------------------------*/
 #related-article.related-article01-frame { padding: 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;
  padding: 0;
  width: 100%;
  text-align: left;  
 }
 .l-header-area {
  padding: 0;
 }
 .l-header-left {
  display: none;
 }
 .l-header-sitename {
  padding: 1rem;
  font-size: 1rem;
  text-align: left;
 }
 .l-header-logo a {
  height: auto;
  padding:0;
 }
 .l-gnavi-area {
  display: none;
 }
 /* --------------------------------------------- */
 /* footer area                                   */
 /* --------------------------------------------- */
 .l-footer-area {
  padding: 2rem 0 6rem 0;
  min-width: inherit;
  margin: 5rem 0 0;
 }
 .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;  
  width: calc(100% - 60px);
  height: 100%;
  background: linear-gradient(to right, #1e599b 0%, #3aaeb6 100%);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 }
 .footMenu .menuRight a {
  width: 100%;
  background: url("img/arrow01_white.svg") no-repeat right 8px top 50% / 7px auto;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
 }
 .footMenu .menuRight a span { font-size:1.8rem; }
 .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: 160px;
 }
 .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: #eaeaee;
  -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: 2rem auto;
  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_purple.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;
  margin: 1rem auto;
 }
 #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%;
 }
 /* --------------------------------------------- */
 /* l-parts01                                     */
 /* --------------------------------------------- */
 .l-parts01-column3 { display: block; }
 .l-parts01-column3__box { width: 100%; }
 .l-parts01-column3__box + .l-parts01-column3__box { margin-top: 2rem; }
 .l-contents-area .l-parts01-column3 .btn-tel { margin-bottom: 3rem; }
}


