@charset "utf-8";
/*

---------------------------------------------



    base settings



*/
html {
 font-size: 62.5%;
}
body {
 min-width: 1000px;
 margin: 0;
 padding: 0;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 1.5rem;
 -webkit-text-size-adjust: 100%;
 line-height: 1.8;
 color: #333;
 -webkit-font-smoothing: antialiased;
 word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 font-weight: bold;
 clear: both;
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 line-height: 1.4;
}
ul, ol, dl, p, img, form, dt, dd {
 margin: 0;
 padding: 0;
 border: 0;
}
li {
 list-style: none;
}
input, textarea {
 font-size: 1.2rem;
}
img {
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
a {
 color: inherit;
 text-decoration: underline;
}
@media screen and (min-width: 601px) {
 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: #9c9c9c;
 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;
}
.forPC {
 display: block;
}
.sp_br {
 display: none;
}
.forSP {
 display: none;
}
.pc_br {
 display: block;
}
/* --------------------------------------------- */
/*heading*/
/* --------------------------------------------- */
.l-main-area--low h1, .l-main-area--top h2:not([class]) {
 font-size: 3.6rem;
 color: #fff;
 text-align: center;
 margin: 0 0 6rem;
 background-color: #0ba39b;
 padding: 1.8rem 12rem;
}
.l-main-area--top h3:not([class]), .l-main-area--low h2:not([class]) {
 margin: 6rem 0 3rem;
 padding: 0.7rem 0;
 font-size: 2.4rem;
 color: #006762;
 border-bottom: solid #cfcfcf 3px;
 position: relative;
}
.l-main-area--top h3:not([class])::before, .l-main-area--low h2:not([class])::before {
 content: "";
 width: 14.3%;
 height: 9px;
 background-color: #0ba39b;
 position: absolute;
 right: 0;
 bottom: -5px;
}
.l-main-area--top h3:not([class]) a, .l-main-area--low h2:not([class]) a {
 display: inline-block;
 padding-right: 4rem;
 background: url("img/arrow02_darkgreen.svg") no-repeat right 0 center;
 background-size: 22px auto;
 color: inherit;
 text-decoration: none;
}
.l-main-area--top h4:not([class]), .l-main-area--low h3:not([class]) {
 position: relative;
 margin: 4rem auto 3rem;
 font-size: 2.4rem;
 background: #fefbee url("img/icon_title01.png") no-repeat left 12px top 50% / 34px auto;
 padding: 1.8rem 6.5rem;
}
.l-main-area--top h4:not([class]) a, .l-main-area--low h3:not([class]) a {
 display: block;
 padding-right: 4rem;
 background: url("img/arrow02_black.svg") no-repeat right 0 center;
 background-size: 22px auto;
 text-decoration: none;
}
.l-main-area--top h5:not([class]), .l-main-area--low h4:not([class]), .l-main-area--low h5:not([class]) {
 position: relative;
 margin: 4rem auto 3rem;
 padding-left: 2rem;
 font-size: 1.8rem;
}
.l-main-area--top h5:not([class])::before, .l-main-area--low h4:not([class])::before, .l-main-area--low h5:not([class])::before {
 content: "";
 width: 7px;
 height: 100%;
 background-color: #0ba39b;
 position: absolute;
 left: 0;
 top: 0;
}
.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_black.svg") no-repeat right 0 center;
 background-size: 22px auto;
 text-decoration: none;
}
/* --------------------------------------------- */
/* p */
/* --------------------------------------------- */
p:not([class]) {
 margin: 1em 0;
 line-height: 1.6;
}
span:not([class]) {
 font-weight: bold;
 background: linear-gradient(transparent 90%, rgb(242 182 134) 90%);
}
/* --------------------------------------------- */
/* 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: 15px;
 height: 15px;
 background: #0ba39b;
 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: 18px;
 height: 18px;
 background: #f2b686;
 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;
 border-bottom: solid 1px #838383;
 border-right: solid 1px #838383;
}
.l-main-area table tr th {
 padding: 10px 15px;
 background: #eeeeef;
 text-align: center;
 border-top: solid 1px #838383;
 border-left: solid 1px #838383;
 font-weight: bold;
}
.l-main-area table tr td {
 padding: 10px 15px;
 border-top: solid 1px #838383;
 border-left: solid 1px #838383;
 background: #fff;
}
/* --------------------------------------------- */
/* btn */
/* --------------------------------------------- */
.btn-web, .btn-internal, .btn-tel {
 max-width: 90%;
 width: 430px;
 margin: 3rem auto;
 text-align: center;
}
.btn-web a, .btn-internal a, .btn-tel a {
 text-decoration: none;
 text-align: center;
 padding: 2rem 4rem;
 display: block;
 background: #d14e19;
 box-shadow: 4px 4px 0 #b74010;
 font-size: 1.7rem;
 font-weight: bold;
 line-height: 1.4;
 color: #fff;
 position: relative;
 left: 0;
 top: 0;
 transition: 0.2s;
}
.btn-web a:after, .btn-internal a:after, .btn-tel a::after {
 content: '';
 width: 22px;
 height: 12px;
 background: url("img/arrow02_white.svg") no-repeat center top / 100% auto;
 position: absolute;
 top: 50%;
 right: 18px;
 transform: translateY(-50%);
}
@media screen and (min-width: 599px) {
 .btn-web a:hover, .btn-internal a:hover {
  box-shadow: none;
  top: 4px;
  left: 4px;
  transition: 0.2s;
 }
}
.btn-internal a {
 background-color: #0ba39b;
 box-shadow: 4px 4px 0 #006762;
}
.btn-tel { display: none; }
.btn-link {
 margin: 20px 0;
 padding: 0;
 font-weight: bold;
 text-align: right;
 line-height: 1.4;
}
.btn-link a {
 padding: 5px 40px 5px 0;
 background: url("img/arrow02_darkgreen.svg") no-repeat right 50% / 22px auto;
}
/* --------------------------------------------- */
/* accordion */
/* --------------------------------------------- */
.btn-accordion {
 position: relative;
 width: 430px;
 max-width: 90%;
 margin: 4rem auto;
 padding: 2rem 5rem 1.6rem;
 background: #e9e9e9;
 text-align: center;
 box-shadow: 4px 4px 0 #838383;
 cursor: pointer;
 transition: 0.2s;
 top:0;
 left: 0;
}
@media screen and (min-width: 599px) {
 .btn-accordion:hover {
  box-shadow: none;
  top: 4px;
  left: 4px;
  transition: 0.2s;
 }
}
.l-contents-area .btn-accordion span[class^="txt"] {
 display: inline;
 font-size: 1.6rem;
 line-height: 1.4;
 font-weight: bold;
 margin: 0;
 padding: 0;
}
.l-contents-area .btn-accordion span.txt02 {
 display: none;
}
.btn-accordion::before, .btn-accordion.is-open::before {
 position: absolute;
 right: 2.4rem;
 top: 50%;
 transform: translateY(-50%);
 content: "+";
 display: block;
 width: 20px;
 height: 20px;
 font-size: 2rem;
 line-height: 1;
 font-weight: bold;
}
.btn-accordion.is-open::before {
 content: "－";
}
.l-contents-area .btn-accordion.is-open span.txt01 {
 display: none;
}
.l-contents-area .btn-accordion.is-open span.txt02 {
 display: inline;
}
.l-contents-area .l-main-area .accordion-item > *:first-child {
 margin-top: 0;
 margin-bottom: 0;
}
/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
 margin: 0 auto;
 background: #f5f5f5;
 padding: 2.8rem 6rem;
 width: 800px;
}
.toc_parts .ttl {
 padding: 1.7rem 0;
 padding-left: 1.6rem;
 font-size: 2rem;
 font-weight: bold;
 position: relative;
}
.toc_parts .ttl::before {
 content: "";
 width: 4px;
 height: 25px;
 background-color: #0ba39b;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin: auto;
}
#toc {
 padding: 0 2rem;
 border-top: 1px solid #58585e;
}
#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: #006762;
 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;
}
/* --------------------------------------------- */
/* float-wrap */
/* --------------------------------------------- */
.float-wrap {
 margin: 10px 0 40px;
}
.float-wrap .float-img {
 text-align: center;
}
.float-wrap .float-img + p {
 margin-top: 0;
}
.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 + p {
 margin-top: 0;
}
.float-wrap .catch {
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 color: #006762;
 font-size: 1.5em;
 font-weight: bold;
 line-height: 1.4;
}
.float-wrap .float-img.ct + .catch {
 text-align: center;
}
/* --------------------------------------------- */
/* icon-title */
/* --------------------------------------------- */
.l-main-area .l-icon-title {
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 line-height: 1.4;
 margin: 4rem auto 3rem;
 padding: 1.8rem;
 padding-left: 9rem;
 background: rgba(11, 163, 155, 0.1) url("img/icon_title_check.png") no-repeat left 12px top 50% / 70px auto;
 color: inherit;
 font-weight: bold;
 font-size: 2.4rem;
}
.l-main-area .l-icon-title--point {
 background-image: url("img/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% - 3.2rem) / 2);
 margin: 6rem 0 0;
}
.box-wrap .box-head {
 display: flex;
 align-items: center;
 justify-content: center; 
 width: 100%;
}
.box-wrap .box-head .box-ttl {
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-weight: bold;
 font-size: 2.4rem;
 line-height: 1.4;
 color: #006762;
 text-align: left;
 width: 100%;
}
.box-wrap .box-head .box-ttl a {
 display: block;
 width: 100%;
 padding: 0 3rem;
 background: url("img/arrow02_darkgreen.svg") no-repeat right 50% / 22px auto;
 text-decoration: none;
}
.box.typeA {
 padding: 2rem;
 background-color: #fff8d8;
}
.box.typeA .box-head { margin: 0 0 2rem; }
.box.typeB {
 width: calc((100% - 4rem) / 2);
 padding: 0 3rem 3rem;
 background-color: #f1f3f7;
}
.box.typeB .box-head {
 padding: 3rem 0;
 margin: 0 0 2.4rem;
 border-bottom: solid 2px #cfcfcf;
 position: relative;
}
.box.typeB .box-head::after {
 content: "";
 width:55px;
 height: 5px;
 background-color: #0ba39b;
 position: absolute;
 right: 0;
 bottom: -3px;
}
.box .btn-link {
 font-size: 1.4rem;
 font-weight: normal;
 margin-top: 3rem;
}
@media screen and (min-width: 601px) {
 .box-wrap .box:nth-of-type(1), .box-wrap .box:nth-of-type(2) {
  margin-top: 0;
 }
}
/* --------------------------------------------- */
/* frame-wrap */
/* --------------------------------------------- */
.frame-wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: 100%;
}
.frame-wrap::after {
 content: "";
 width: calc((100% - 4.4rem) / 3);
 height: 0;
}
.frame-wrap .frame {
 width: calc((100% - 4.4rem) / 3);
 background-color: #fff;
 margin: 0 0 3rem
}
.frame-wrap .frame-head {
 display: flex;
 align-items: center;
 width: 100%;
 margin: 0 0 2rem;
}
.frame-wrap .frame-head .frame-ttl {
 font-weight: bold;
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 line-height: 1.4;
 color: #006762;
 width: 100%;
}
.frame-wrap .frame-head .frame-ttl a {
 display: block;
 width: 100%;
 padding: 0 3rem;
 background: url("img/arrow02_darkgreen.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.8rem;
 font-size: 1.4rem;
 line-height: 1.4;
 width: 100%;
}
.frame-wrap .frame table th {
 text-align: center;
 font-weight: bold;
 width: 100px;
}
.frame.typeA {
 background: #f3f3f3;
 padding: 2rem 1.5rem 0;
 padding-bottom: 1rem;
}
.frame.typeA .frame-head {
 margin-bottom: 2rem;
 text-align: left;
 font-size: 2rem;
}
.frame.typeB {
 width: calc((100% - 4rem) / 3);
 padding: 0 2rem 1rem;
 background-color: #f1f3f7;
}
.frame.typeB .frame-head { 
 justify-content: center;
 margin-bottom: 2rem;
 padding: 2rem 0;
 border-bottom: solid 2px #cfcfcf;
 position: relative;
}
.frame.typeB .frame-head::after {
 content: "";
 width:55px;
 height: 5px;
 background-color: #0ba39b;
 position: absolute;
 right: 0;
 bottom: -3px;
}
.frame.typeB .frame-ttl {
 text-align: center;
 font-size: 2.2rem;
}
.frame .btn-link {
 font-size: 1.4rem;
 font-weight: normal;
}
/* --------------------------------------------- */
/* 関連記事                                        */
/* --------------------------------------------- */
#related-article p { margin: 0; }
#related-article.related-article01-frame {
 margin: 6rem auto 2rem;
 padding: 30px 50px;
 background: #f5f7fa;
 position: relative;
}
#related-article .related-article01-title {
 padding: 0 0 0 1rem;
 color: #333;
 font-size: 22px;
 font-weight: bold;
 line-height: 1;
 position: relative;
}
#related-article .related-article01-title span {
 font-size: 20px;
 background: none;
}
#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: #9B9B9B;
 position: absolute;
 top: 6px;
 left: 0;
}
#related-article .related-article01-list a {
 display: inline-block;
 text-decoration: none;
}
#related-article .relations-box#related-article .relations-box--column {
 display: flex;
 gap: 10px;
}
#related-article .relations-box__pic { flex: 0 0 150px; }
/* --------------------------------------------- */
/* header area                                   */
/* --------------------------------------------- */
.l-header-area {
 width: 100%;
 margin: 0;
 padding: 0 0 0 100px;
 background: url(img/low_header_bg.png) no-repeat center top / auto 146px;
}
.l-header {
 max-width: 1000px;
 margin: 0 auto;
 padding: 1rem 0;
}
.l-header__link { text-decoration: none; }
.l-header-sitename {
 width: 100%;
 font-size: 1.2rem;
 line-height: 1.4;
 text-align: right;
}
.l-header-sitename:before {
 content: "PR";
 display: inline-block;
 background: #000;
 color: #fff;
 text-align: center;
 width: 3rem;
 margin-right: 1rem;
 font-size: 1.2rem;
}
.l-header-sitename__link {
 text-decoration: none;
}
.l-header-sitename__link:hover {
 text-decoration: underline;
}
.l-header-logo {
 margin: 2.8rem auto;
 text-align: center;
}
.l-header-logo__image {
 width: 100%;
 height: auto;
}
.l-header-logo a {
 display: block;
 margin: 0 auto;
 width: 257px;
}
.l-gnavi-btn {
 text-decoration: none;
 width: 60px;
 height: 60px;
 margin: 0 auto;
 padding: 50px 0 0;
 display: block;
 position: relative;
 line-height: 1;
 font-size: 0.8rem;
 font-weight: bold;
 text-align: center;
 color: #006762;
 cursor: pointer;
}
.l-gnavi-btn:hover {
 color: #4a726a;
}
.l-gnavi-btn span {
 width: 30px;
 height: 4px;
 display: inline-block;
 background: #f2b686;
 transition: all 0.4s;
 position: absolute;
 left: 15px;
}
.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: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 transition: all 0.4s;
}
.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 {
 width: 400px;
 height: 100vh;
 padding: 0;
 background: #fff;
 position: fixed;
 box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
 transition: all 0.8s ease;
 top: 0;
 left: 0;
 z-index: 300;
}
.l-gnavi-area-menu {
 display: table-cell;
 vertical-align: middle;
}
.l-gnavi-area-scroll {
 height: 100%;
 padding: 20px 100px 20px 0;
 overflow-x: hidden;
 overflow-y: scroll;
 -ms-overflow-style: none;
}
.l-gnavi-area-scroll::-webkit-scrollbar {
 display: none;
 -webkit-appearance: none;
}
.l-gnavi-area-scroll__inner {
 height: 100%;
 display: table;
}
.l-gnavi-area-bar {
 width: 100px;
 height: 100vh;
 position: absolute;
 top: 0;
 right: 0;
}
.l-gnavi-area--slide-right {
 transform: translateX(-300px);
}
.l-gnavi-area--slide-left {
 left: auto;
 right: 0;
 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 {
 width: 90%;
 margin: 0 auto;
 padding: 10px 45px 10px 20px;
 display: block;
 text-decoration: none;
}
.l-gnavi-list__link--menu {
 cursor: pointer;
}
.l-gnavi-list__sub {
 margin: 0 0 0 1.6rem;
 border-top: solid 1px #0ca39c;
 background: #fefbee;
 display: none;
}
.l-gnavi-list__sub .l-gnavi-list__item {
 background: url(img/arrow01_green.svg) no-repeat left 2rem center;
 background-size: 4px 8px;
}
.l-gnavi-btn-close__link {
 margin: 20px auto;
 padding: 10px 20px 10px 50px;
 display: inline-block;
 background: #ffffff;
 text-decoration: none;
 position: relative;
}
.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 {
 content: "";
 width: 20px;
 height: 3px;
 background: #000;
 -webkit-transform: translateY(-50%) rotate(45deg);
 transform: translateY(-50%) rotate(45deg);
 position: absolute;
 top: 50%;
 left: 20px;
}
.l-gnavi-btn-close__link:after {
 content: "";
 width: 20px;
 height: 3px;
 background: #000;
 -webkit-transform: translateY(-50%) rotate(-45deg);
 transform: translateY(-50%) rotate(-45deg);
 position: absolute;
 top: 50%;
 left: 20px;
}
.is-gnavi-cover .l-gnavi-area {
 height: auto;
 top: auto;
 z-index: 1;
 overflow-y: hidden;
}
.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 {
 height: 100vh;
 overflow-y: scroll;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
 position: static;
}
/* --------------------------------------------- */
/* footer area                                   */
/* --------------------------------------------- */
.l-footer-area {
 width: 100%;
 margin: 0;
 min-width: 1200px;
 background: #eeeeef;
 position: relative;
}
.l-footer-logo img {
 display: block;
 margin: 0 auto;
}
.l-footer-disclaimer {
 width: 500px;
 margin: 20px auto;
 padding: 20px;
 font-size: 1rem;
 text-align: left;
 background-color: #fff;
}
.l-footer-disclaimer dt {
 float: left;
}
.l-footer-note {
 text-align: center;
 margin: 20px auto;
 font-size: 1.2rem;
}
.l-footer-bottom {
 margin: 0 auto;
 background: #0ba39b;
 color: #fff;
 font-size: 1.2rem;
 text-align: center;
}
.l-footer-bottom__inner {
 width: 96%;
 max-width: 1000px;
 display: table;
 margin: 0 auto;
}
.l-footer-bottom__copy {
 padding: 10px 0;
 display: table-cell;
 text-align: left;
}
.l-footer-bottom__copy__link {
 text-decoration: none;
 color: #fff;
}
.l-footer-bottom__copy__link:hover {
 text-decoration: underline;
}
.l-footer-bottom__sitemap {
 padding: 10px 0;
 text-align: right;
}
.l-footer-bottom__sitemap__link {
 background: url("img/arrow01_white.svg") no-repeat right center;
 background-size: 7px 12px;
 padding: 0 24px 0 0;
 text-decoration: none;
 color: #fff;
}
.l-footer-bottom__sitemap__link:hover {
 text-decoration: underline;
}
.l-footer-menu-wrapper {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
 padding: 3rem 0 0;
}
.l-footer-menu {
 margin: 0 0 40px;
}
.l-footer-menu__title {
 margin: 0 0 10px 0;
 padding: 0 0 5px;
 border-bottom: solid 1px #447466;
 text-align: left;
 font-size: 1.4rem;
 line-height: 1.4;
}
.l-footer-menu__title__link {
 display: block;
 padding: 0 0 0 27px;
 background: url(img/icon_tit_footer.svg) no-repeat left 0.7rem center;
 background-size: 15px;
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 text-decoration: none;
 font-weight: bold;
 position: relative;
 color: #006762;
}
.l-footer-menu__title__link:hover {
 text-decoration: underline;
}
.l-footer-menu__list {
 display: inline;
}
.l-footer-menu__list__item {
 float: left;
 padding: 0 10px;
 display: inline-block;
}
.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 8px;
 background-size: 8px 8px;
 text-align: left;
 font-size: 1.2rem;
 text-decoration: none;
}
.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;
 font-size: 1.2rem;
 text-decoration: none;
}
.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 {
 width: 60px;
 height: 60px;
 background: #fff5cc;
 display: flex;
 align-items: center;
 justify-content: center;
}
.l-pagetop__image {
 width: 24px;
}
.l-pagetop.is-fixed {
 position: fixed;
 top: auto;
 bottom: 30px;
}
#pankuzu {
 position: relative;
 font-size: 1.2rem;
 margin-bottom: 35px;
 background-color: #eeeeef;
 padding: 10px;
}
#pankuzu div {
 width: 1000px;
 margin: 0 auto;
}
#pankuzu span {
 font-weight: normal;
 background: none;
 color: inherit;
}
/* --------------------------------------------- */
/* contents area                                 */
/* --------------------------------------------- */
.l-contents-area {
 width: 100%;
 margin: 0 auto;
 padding-left: 100px;
}
/* --------------------------------------------- */
/* main area / common                            */
/* --------------------------------------------- */
.l-main-area {
 width: 100%;
 margin: 0 auto 7rem 0;
 padding: 0;
 text-align: left;
}
.l-main-area--low {
 width: 1000px;
 margin: 0 auto 7rem auto;
}
.l-section-inner {
 margin: 0 auto;
 max-width: 1000px;
 padding: 9rem 0;
}
.l-common-title {
 font-size: 3.5rem;
 text-align: center;
 margin: 0 0 5rem;
 font-weight: bold;
 line-height: 1.4;
position: relative;
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.l-common-title ::before{
  content: ' ';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0ba39b;
}
.l-common-title .small { font-size:3.2rem; }
.l-common-title a {
 display: inline-block;
 text-decoration: none;
 padding: 0px 4rem 1px;
 background: url("img/arrow02_orange.svg") no-repeat center right;
 background-size: 22px auto;
}
.l-common-lead {
 margin: 1.5rem auto 4rem;
 width: 80%;
}
.caption_scroll {
 margin: 10px 0;
 font-size: 1.1rem;
 color: #929292;
 overflow: auto;
 white-space: nowrap;
 -webkit-overflow-scrolling: touch;
 overflow-scrolling: touch;
 scrollbar-width: thin;
 scrollbar-color: #c0c0c0 #eee;
 /*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
.caption_scroll p.caption {
 font-size: 1.1rem;
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
 height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #c0c0c0;
}
.caption_scroll::-webkit-scrollbar-track {
 border-radius: 2px;
 background: #eee;
}
.caption_scroll a {
 color: #fff5cc;
}
/* --------------------------------------------- */
/* lower-bottom / l-parts01                      */
/* --------------------------------------------- */
.l-parts01 { background: url("img/l-parts01_bg.jpg"); background-size: contain; }
.l-parts01 .l-common-title,
.l-parts01 .l-common-lead { color: #fff; }
@media screen and (min-width: 601px) {
 .l-parts01 .l-common-title { font-size: 4rem; }
 .l-parts01 .l-common-title .small { font-size: 3rem; }
}
.l-parts01-column3 {
 position: relative;
 display: flex;
 justify-content: space-between;
}
.l-parts01-column3__box {
 width: calc(((100% - 40px) / 3));
 background: #fff;
 padding: 1.8rem 1.6rem;
 text-align: left;
 position: relative;
 line-height: 1.4;
}
.l-parts01-column3__box .box-head { 
 display: flex;
 align-items: center;
 justify-content: center;
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-size: 2.8rem;
 color: #006762;
 line-height: 1.2;
 font-weight: bold;
 background: url("img/icon_com01_01.png") no-repeat left 50% / 59px auto;
 padding-left: 7rem;
 min-height: 58px;
}
.l-parts01-column3__box:nth-child(2) .box-head { background-image: url("img/icon_com02_01.png"); }
.l-parts01-column3__box:nth-child(3) .box-head { background-image: url("img/icon_com03_01.png"); }
.l-parts01-column3__box .box-head .small { font-size: 2.2rem; }
.l-parts01-column3__box .box-name {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 2rem 0 0;
 font-size: 2.2rem;
 line-height: 1.2;
 font-weight: bold;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 text-align: center;
}
.l-parts01-column3__box .box-thum {
 margin: 2rem 0 0;
 text-align: center;
}
.l-parts01-column3__box .box-thum > div:first-child {
 height: 192px;
 overflow: hidden;
}
.l-parts01-column3__box .box-body01 {
 margin: 0;
 background-color: #fff8d8;
 padding: 0 1.6rem 1.6rem;
 text-align: left;
}
.l-parts01-column3__box .box-body01 .title {
 font-weight: bold;
 font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 color: #006762;
 line-height: 1.4;
 font-size: 2rem;
 margin: 0 -1.6rem;
 background-color: #fff;
 text-align: center;
 padding: 2rem 0 1.2rem;
}
.l-parts01-column3__box .box-body01 .catch {
background-color: #fff;
 font-size: 1.8rem;
 line-height: 1.4;
 font-weight: bold;
}
.l-parts01-column3__box .btn-web,
.l-parts01-column3__box .btn-internal,
.l-parts01-column3__box .btn-tel {  max-width: 96%; }
 /* ---------------------------------------------
 fixed-banner
 --------------------------------------------- */
 .fixed-banner.pc {
  position: fixed;
  right: 30px;
  bottom: 110px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1;
}

.fixed-banner.pc.show {
  opacity: 1;
  visibility: visible;
}

/* --------------------------------------------- */
/* smartphone settings                           */
/* --------------------------------------------- */
/* base settings */
@media screen and (min-width: 601px) {
 .sp, .forSP, .sp_br, .btn-tel {
  display: none !important;
 }
}
@media screen and (max-width: 600px) {
 body {
  min-width: 100%;
  min-width: inherit;
 }
 .pc, .forPC, .pc_br {
  display: none !important;
 }
 .forSP {
  display: block;
 }
 img {
  max-width: 100%;
  height: auto;
 }
 /* --------------------------------------------- */
 /* heading                                   */
 /* --------------------------------------------- */
 .l-common-title__box .l-common-title { font-size: 2.4rem; }
 .l-common-title__box .l-common-title .bg { font-size: 1.8rem; }
 .l-common-title__box .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;
  text-align: center;
  padding: 1.2rem 1.6rem;
  margin: 8rem 0 6rem;
  position: relative;
 }
 .l-main-area--low h1 { margin: 2rem 0 3rem; }
 .l-main-area--top h3:not([class]),
 .l-main-area--low h2:not([class]) {
  margin: 3rem 0 2rem;
  padding: 0.6rem 0;
  font-size: 2rem;
 }
 .l-main-area--top h4:not([class]),
 .l-main-area--low h3:not([class]) {
  margin: 3rem auto 2rem;
  padding: 1rem;
  padding-left: 5rem;
  background-size: 30px auto;
  background-position: left 10px top 50%;
  font-size: 2rem;
 }
 .l-main-area--top h5:not([class]),
 .l-main-area--low h4:not([class]),
 .l-main-area--low h5:not([class]) {
  margin: 3rem 0;
  font-size: 1.8rem;
 }
 /* --------------------------------------------- */
 /* 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%;
 }
 .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;
  margin: 4rem 0;
 }
 .js-scrollable table, .l-main-area table.example th {
  white-space: nowrap;
  min-width: 100px;
 }
 .l-main-area table.example {
  width: 1000px;
  margin: auto;
  font-size: 1.4rem;
 }
 .l-main-area table.example th, table.example td {
  padding: 8px 5px;
 }
 /* --------------------------------------------- */
 /* btn */
 /* --------------------------------------------- */
 .btn-web a, .btn-internal a, .btn-tel a { font-size: 1.6rem; }
 .btn-web a:after,
 .btn-internal a:after {
  width: 20px;
  height: 10px;
  right: 16px;
 }
 .btn-tel { display: block; }
 .btn-tel a {
  background-color: #cdde74;
  box-shadow: 4px 4px 0 #71b53a;
  color: #333;
  font-size: 1.6rem;
 }
 .btn-tel a::after {
  width: 18px;
  height: 34px;
  right: auto;
  left: 16px;
  background-image: url("img/icon_tel.png");
 }  
 .btn-link {
  display: block;
  max-width: 90%;
  width: 430px;
  margin: 3rem auto;
  text-align: center;
 }
 .btn-link a {
  text-decoration: none;
  text-align: center;
  padding: 2rem 4rem;
  display: block;
  background: #fff url("img/arrow02_black.svg") no-repeat right 14px top 50% / 20px auto;
  border: #44908c solid 2px;
  box-shadow: 4px 4px 0 #0ba39b;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
 }
 /* --------------------------------------------- */
 /* 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.ct + .catch { text-align: left; }
 /* --------------------------------------------- */
 /* box-wrap */
 /* --------------------------------------------- */
 .box-wrap {
  display: block;
 }
 .l-main-area .box-wrap .box {
  width: 100%;
  margin: 0;
  padding: 1.6rem;
 }
 .box-wrap .box + .box { margin-top: 2rem; }
 .box-wrap .box-head .box-ttl { font-size: 1.6rem; }
	.box-wrap .box-head .box-ttl a{
		text-align: center;
	}
 .l-main-area .box-wrap .box.typeB { padding-top: 0; }
 .box.typeB .box-head { padding: 2rem 0; }
 /* --------------------------------------------- */
 /* 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.typeB {
  padding: 0.2rem 2rem;
 }
 .frame.typeB .frame-head {
  padding: 2rem 0;
 }
 .l-main-area .frame table:not([class]) {
  margin-bottom: 0;
 }
 /* --------------------------------------------- */
 /* 関連記事                                        */
 /* --------------------------------------------- */
 #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; }
 /* --------------------------------------------- */
 /* l-icon-title */
 /* --------------------------------------------- */
 .l-main-area .l-icon-title {
  margin: 4rem 0 3rem;
  padding: 1.2rem;
  padding-left: 7rem;
  font-size: 1.8rem;
  background-size: 50px auto;
 }
 /* --------------------------------------------- */
 /* accordion */
 /* --------------------------------------------- */
 .btn-accordion { padding: 1.7rem 5rem; }
 .btn-accordion::before, .btn-accordion.is-open::before {
  right: 1.8rem;
  width: 21px;
  height: 21px;
 }
 /* --------------------------------------------- */
 /* toc */
 /* --------------------------------------------- */
 .toc_parts {
  width: 100%;
  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;
 }
 /* --------------------------------------------- */
 /* header area                                   */
 /* --------------------------------------------- */
 .l-header {
  width: 96%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
 }
 .l-header-area {
  padding: 0;
 }
 .l-header-left {
  display: none;
 }
 .l-header-logo { margin: 1rem auto; }
 .l-header-logo a {
  width: 150px;
  height: auto;
 }
 .l-gnavi-area { display: none; }
 /* --------------------------------------------- */
 /* footer area                                   */
 /* --------------------------------------------- */
 .l-footer-area {
  padding: 0 0 5rem 0;
  min-width: inherit;
  background: #0ba39b;
 }
 .l-footer-area__inner {
  padding-top: 2rem;
  background: #eeeef0;
 }
 .footMenu {
  width: 100%;
  height: 5rem;
  margin: 0;
  position: fixed;
  bottom: 0;
  z-index: 300;
 }
 .footMenu .menuLeft {
  width: 15%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
 }
 .footMenu .menuLeft .l-gnavi-btn {
  margin: 0;
 }
 .footMenu .l-gnavi-btn {
  width: 100%;
  height: 100%;
 }
 .footMenu .l-gnavi-btn span {
  left: 50%;
  transform: translateX(-50%);
 }
 .footMenu .l-gnavi-btn span:nth-child(1) {
  top: 15px;
 }
 .footMenu .l-gnavi-btn span:nth-child(2) {
  top: 25px;
 }
 .footMenu .l-gnavi-btn span:nth-child(3) {
  top: 35px;
 }
 .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;
  padding: 0;
  background: none;
  top: 0;
  left: 0;
  width: 150px;
 }
 .l-footer-logo__image {
  width: 100%;
 }
 .l-footer-logo__link {
  display: block;
 }
 .l-footer-disclaimer {
  width: 90%;
  margin: 0 auto 1rem;
  padding: 2rem 5%;
 }
 .l-footer-bottom {
  padding: 0 5%;
 }
 .l-footer-bottom__inner {
  width: 90%;
  display: block;
 }
 .l-footer-bottom__copy {
  display: block;
  text-align: center;
 }

 .l-footer-note {
  margin: 0 0 1rem;
  font-size: 1rem;
 }
 .l-footer-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: #eeeef0;
  margin: 0;
  padding: 0 0 60px 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 1s;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 1s;
 }
 .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 {
  width: 90%;
  margin: 0 auto 2rem;
 }
 .l-footer-menu__title {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #4c726a;
 }
 .l-footer-menu__title__link {
  display: block;
  font-size: 1.6rem;
  position: relative;
  padding: 1rem 2.5rem 1rem 0;
  background: none;
 }
 .l-footer-menu__title__link:after {
  content: "";
  width: 8px;
  height: 15px;
  background: url(img/arrow01_green.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
 }
 .l-footer-menu__title__link.is-open:after { 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 {
  width: 100%;
  padding: 0.8rem 1rem;
 }
 .l-footer-menu__list__item:first-child {
  display: block;
 }
 .l-footer-menu__list__link {
  margin: 1rem 0 0 0;
 }
 .l-footer-submenu__list {
  display: block;
 }
 .l-footer-submenu__list__item {
  display: block;
 }
 /* --------------------------------------------- */
 /* common                                        */
 /* --------------------------------------------- */
 .l-pagetop {
  top: -5.5rem;
  right: 0.5rem;
 }
 .l-pagetop__link {
  width: 50px;
  height: 50px;
 }
 .l-pagetop__image {
  width: 14px;
 }
 .l-pagetop.is-fixed {
  bottom: 5.5rem;
 }
 #pankuzu {
  margin: 0 auto;
  padding: 1rem;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  right: 0;
 }
 #pankuzu div {
  width: auto;
 }
 /* --------------------------------------------- */
 /* contents area                                 */
 /* --------------------------------------------- */
 .l-contents-area {
  padding: 0;
  overflow: hidden;
 }
 .l-contents-area--low {
  width: 100%;
 }
 /* --------------------------------------------- */
 /* main area                                     */
 /* --------------------------------------------- */
 .l-main-area--low {
  width: 100%;
  margin: 0 auto 7rem;
  float: none;
  padding: 0 2rem;
 }
 .l-section-inner {
  margin: 0 auto;
  width: 100%;
  padding: 4rem 2rem;
 }
 .l-common-title {
  font-size: 2.4rem;
 }
	
.l-common-title ::before{
  content: ' ';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0ba39b;
}
	
 .l-common-title .small { font-size:1.8rem; }
 .l-common-title a {
  padding:0 3rem;
  background-size: 18px auto;
 }
 .l-common-lead {
  margin: 2rem 0 3rem;
  width: 100%;
 }
 .text-inner {
  width: 100%;
 }
 /* ---------------------------------------------
 l-parts01
 --------------------------------------------- */
 .l-parts01-column3 { display: block; }
 .l-parts01-column3__box {
  width: 100%;
  margin-top: 3rem;
 }
 .l-parts01-column3__box .box-thum > div:first-child { height: auto; }
}
