@charset "utf-8"; /* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
    font-display: swap;
}

/* ---------------------------------------------
* base settings
* header area
* footer area
* common
* contents area
* main area / common
* smartphone settings
--------------------------------------------- */
/* --------------------------------------------- */
/* base settings                                 */
/* --------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1000px;
    color: #444;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", 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 {
    clear: both;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

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 {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    color: inherit;
}

a:active,a:hover {
    opacity: 0.6;
}

strong {
    font-weight: bold;
}

em {
    font-weight: normal;
    font-style: italic;
}

.caption {
    margin: 0.8rem 0 0 0;
    color: #999;
    font-size: 1rem;
    line-height: 1.4;
    word-break: break-all;
}

.caption a {
    color: #999;
}

/* microclearfix */
.cf:before,.cf:after {
    /* 1 */
    display: table;
    content: " ";
    /* 2 */
    ; }

.cf:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* microclearfix */
.cf:before,.cf:after {
    /* 1 */
    display: table;
    content: " ";
    /* 2 */
    ; }

.cf:after {
    clear: both;
}

/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--low h1 {
    position: relative;
    margin: 6rem 0 8rem 0;
    color: #333;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.l-main-area--low h1::after {
    position: absolute;
    left: 50%;
    top: calc(100% + 2.5rem);
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #2fa4ca;
    content: "";
}

.l-main-area--top h3:not([class]), .l-main-area--low h2:not([class]) {
    margin: 5rem 0 3rem 0;
    padding: 0 2rem 0.2rem 2rem;
    border-left: 4px solid #f95b42;
    color: #333d47;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.4;
}

.l-main-area--top h4:not([class]), .l-main-area--low h3:not([class]) {
    margin: 5rem 0 3rem 0;
    padding: 1.5rem 2rem 1.5rem 3rem;
    background: #f0f4f5;
    border-radius: 5rem;
    color: #333;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.l-main-area--top h5:not([class]), .l-main-area--top h6:not([class]), .l-main-area--low h4:not([class]), .l-main-area--low h5:not([class]), .l-main-area--low h6:not([class]) {
    margin: 4rem 0 2rem 0;
    padding: 0 2rem 0 2.5rem;
    background: url(img/title_bg_01.png) no-repeat left 0.4rem;
    background-size: 16px 18px;
    color: #333d47;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.l-main-area--top h3:not([class]) a, .l-main-area--top h4:not([class]) a, .l-main-area--top h5:not([class]) a, .l-main-area--top h6:not([class]) a, .l-main-area--low h2:not([class]) a, .l-main-area--low h3: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: 0 2rem 0 0;
    background: url(img/arrow02_black.svg) no-repeat right center;
    background-size: 10px 17px;
    color: inherit;
    text-decoration: none;
}

/*--------------------------------------
btns
---------------------------------------*/
.btn-tel {
    display: none;
}

.btn-internal, p.btn-internal {
    margin: 4rem auto;
    width: 46rem;
    padding: 0.5rem;
    background: #00c8c8;
    border-radius: 1rem;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.2);
}

.btn-internal a {
    display: block;
    position: relative;
    padding: 2rem 4rem;
    background: #00c8c8 url(img/arrow02_white.svg) no-repeat right 2rem center;
    background-size: 8px 14px;
    border-radius: 1rem;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.btn-internal.down a {
    background: #00c8c8 url(img/arrow02_white_down.svg) no-repeat right 1.6rem center;
    background-size: 14px 8px;
}

.btn-web, p.btn-web {
    margin: 4rem auto;
    width: 46rem;
    padding: 0.5rem;
    background: #f95b42;
    border-radius: 1rem;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.2);
}

.btn-web a {
    display: block;
    position: relative;
    padding: 2rem 4rem;
    background: #f95b42 url(img/arrow02_white.svg) no-repeat right 2rem center;
    background-size: 8px 14px;
    border-radius: 1rem;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.btn-link {
    margin: 4rem 0;
    padding: 0;
    text-align: right;
}

.btn-link a {
    display: inline-block;
    position: relative;
    min-height: 24px;
    padding: 0.2rem 2rem 0.2rem 0;
    background: url(img/arrow02_green.svg) no-repeat right center;
    background-size: 6px 10px;
    color: #3d869d;
    font-size: 1.4rem;
    line-height: 1.4;
    text-decoration: underline;
}

.btn-link a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.l-main-area p:not([class]) {
    margin: 2rem 0;
    font-weight: 400;
}

.l-main-area p:not([class]) > strong, .l-main-area li:not([class]) > strong, .l-main-area td:not([class]) > strong, .l-main-area p:not([class]) > span:not([class]), .l-main-area li:not([class]) > span:not([class]), .l-main-area td:not([class]) > span:not([class]) {
    color: #f97965;
    font-weight: 700;
}

.l-main-area .l-mv-box p:not([class]) > strong {
    color: #ffcc00;
    font-weight: 700;
    /* background: #2fa4ca; */
}

.l-main-area ul:not([class]) {
    margin: 3rem 0;
}

.l-main-area ul:not([class]) li {
    margin: 0 0 1em 0;
    padding: 0 0 0 25px;
    position: relative;
}

.l-main-area ul:not([class]) li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #91cde0;
    position: absolute;
    left: 3px;
    top: 8px;
}

.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 th, table td {
    word-break: break-all;
}

.l-main-area table {
    margin: 3rem 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.l-main-area table th {
    padding: 10px 15px;
    border: 1px #d6d9da solid;
    background: #a5aeaf;
    min-width: 140px;
    text-align: left;
    color: #fff;
}

.l-main-area table td {
    padding: 10px 15px;
    border: 1px #d6d9da solid;
    background: #fff;
}

.l-main-area .js-scrollable {
    margin: 3rem auto;
    overflow-y: hidden !important;
}

.l-main-area .float-wrap {
    margin: 10px 0 40px;
}

.l-main-area .float-wrap .float-img img {
    max-width: 100%;
}

.l-main-area .float-wrap .float-img.fr {
    float: right;
    margin: 0 0 10px 20px;
    width: 300px;
}

.l-main-area .float-wrap .float-img.fl {
    float: left;
    margin: 0 20px 10px 0;
    width: 300px;
}

.l-main-area .float-wrap .float-img.ct {
    margin: 0 auto;
    width: 640px;
}

.l-main-area .float-wrap .flame {
    text-align: center;
}

.l-main-area .float-wrap .caption {
    display: block;
    margin: 8px 0 0 0;
    color: #999999;
    text-align: center;
    word-break: break-all;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4;
}

.l-main-area .float-wrap .float-catch {
    font-size: 2rem;
    color: #406b89;
    font-weight: 700;
    padding-left: 350px;
    position: relative;
}

.l-main-area .float-wrap .float-catch::before {
    content: "";
    position: absolute;
    background: #406b89;
    width: 24px;
    height: 1px;
    left: 320px;
    top: 20px;
}

.l-main-area .l-icon-title {
    position: relative;
    margin: 6.5rem 0 3rem;
    padding: 2rem 2rem 2rem 10rem;
    background: #f2f2f2;
    color: #333d47;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.4;
}

.l-main-area .l-icon-title:before {
    position: absolute;
    top: -25px;
    left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #b99b32;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
}

.l-main-area .l-icon-title--check:before {
    content: 'CHECK';
}

.l-main-area .l-icon-title--recommend:before {
    content: 'おすすめ';
}

.l-main-area .l-icon-title--point:before {
    content: 'POINT';
}

.l-main-area .l-number-wrapper {
    counter-reset: number;
}

.l-main-area .l-number-wrapper .l-icon-title:before {
    content: counter(number);
    counter-increment: number;
    font-size: 3rem;
}

.l-main-area .box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.l-main-area .box-wrap .box {
    margin: 0 0 3rem;
    padding: 3rem;
    width: calc((100% - 7rem) / 2);
    background: #fff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
}

.l-main-area .box-wrap .box:nth-child(2n) {
    margin: 0 0 30px 0;
}

.l-main-area .box-wrap .box:after {
    width: 100%;
    height: 100%;
    content: '';
}

.l-main-area .box .box-catch {
    background: #8ba8bd;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
}

.l-main-area .box .box-catch::after {
    content: "";
    position: absolute;
    border: solid transparent;
    border-width: 14px 8px;
    border-top-color: #8ba8bd;
    left: 50%;
    margin-left: -8px;
    bottom: -27px;
}

.l-main-area .box .box-catch span {
    font-size: 2rem;
}

.l-main-area .box .box-catch02 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    color: #406b89;
    padding: 0 0 0 3.4rem;
    position: relative;
    margin-top: 3rem;
}

.l-main-area .box .box-catch02::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background: #406b89;
    left: 0;
    top: 12px;
}

.l-main-area .box-wrap .box-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    padding: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333d47;
    font-size: 2.4rem;
    text-align: center;
    width: 100%;
    background: url(img/icon_double-quote01.png) no-repeat left top,url(img/icon_double-quote02.png) no-repeat right bottom;
}

.l-main-area .box-wrap .box-head a {
    display: block;
    padding: 0 3rem 0 0;
    background: url(img/arrow01_blue.svg) no-repeat right 0 center;
    background-size: 12px 20px;
    text-decoration: none;
}

.l-main-area .box-wrap .box-img {
    text-align: center;
}

.l-main-area .box-wrap .box-head a:hover {
    opacity: 0.6;
}

.l-main-area .box-wrap .box-head::before, .l-main-area .box-wrap .box-head::after {
    display: none;
}

.l-main-area .box-wrap .box-body {
    padding: 2rem 0 0;
}

.l-main-area .box-wrap .btn-internal {
    margin: 2rem auto 0;
}

.l-main-area .box-wrap .btn-internal a {
    padding: 1rem 4rem;
    width: 70%;
}

.l-main-area .frame-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    width: 100%;
    counter-reset: number;
}

.l-main-area .frame-wrap .frame {
    position: relative;
    overflow: hidden;
    margin: 0 10rem 8rem 0;
    padding: 4rem 3rem 2rem;
    width: calc((100% - 100px) / 2);
    background: #fff url(img/bg_book01.jpg) no-repeat center bottom;
    background-size: cover;
    border: 2px solid #e0e1e2;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.l-main-area .frame-wrap .frame:nth-child(even) {
    margin-right: 0;
}

.l-main-area .frame-wrap p {
    margin: 0;
}

.l-main-area .frame-wrap .frame-head {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1.5rem 0 1.5rem 7.5rem;
    border: none;
    color: #333d47;
    text-align: left;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.2;
}

.l-main-area .frame-wrap .frame-head::before {
    content: "Q";
    position: absolute;
    left: 0;
    background: #9198a8;
    color: #fff;
    line-height: 1;
    font-family: 'century';
    font-size: 3rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.l-main-area .frame-wrap .frame-head a {
    display: block;
    padding: 0 2.5rem 0 0;
    background: url(img/arrow01_blue.svg) no-repeat right 0 center;
    background-size: 12px 20px;
    color: #0096d2;
    text-decoration: none;
}

.l-main-area .frame-wrap .frame-head a:hover {
    opacity: 0.5;
}

.l-main-area .frame-wrap .frame-body__answer {
    margin: 0 0 1rem;
    font-size: 2rem;
    color: #406b89;
    font-weight: 700;
}

.l-main-area .frame-wrap .frame-body__answer::before {
    content: "A.";
    margin-right: 1rem;
}

.l-main-area .frame-wrap .frame-body {
    padding: 2rem 0 0;
    margin: 0 0 2rem;
}

.l-main-area .frame-wrap .btn-internal {
    margin: 2rem auto 0;
}

.l-main-area .frame-wrap .btn-internal a {
    padding: 1rem 4rem 1rem 1rem;
    min-width: inherit;
    width: 100%;
}

/* --------------------------------------------- */
/* header area                                   */
/* --------------------------------------------- */
.l-header-area {
    margin: 0;
    padding: 0 0 0 100px;
    width: 100%;
    background: #2d2d2d;
}

.l-header {
    margin: 0 auto;
    padding: 0.5rem 0;
    max-width: 1000px;
}

.l-header__link {
    display: inline-block;
    text-decoration: none;
}

.l-header__link:hover {
    opacity: 0.6;
}

.l-header-sitename {
    width: 100%;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
}

.l-header-sitename__link {
    text-decoration: none;
}

.l-header-sitename__link:hover {
    text-decoration: underline;
}

.l-mv-lower {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 102px;
    margin: 0 auto;
    background: #06435f url(img/mv_bg_02.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
}

.l-mv-lower .l-mv-logo {
    margin: 0;
}

.l-gnavi-btn {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 50px 0 0;
    width: 60px;
    height: 60px;
    color: #9ab3bc;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1;
    cursor: pointer;
}

.l-gnavi-btn:hover {
    color: #9ab3bc;
    opacity: 0.7;
}

.l-gnavi-btn span {
    position: absolute;
    left: 15px;
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #9ab3bc;
    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;
    font-size: 1.5rem;
}

.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 #7b9ab1;
    background: #f2f2f2;
    font-size: 1.4rem;
}

.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: #eaedef;
}

.l-footer-area .l-mv-logo {
    margin: 0 auto 0;
    padding: 5rem 0 0;
    text-align: center;
}

.l-footer-logo__image {
    width: 215px;
    margin: 0 auto;
    display: block;
    padding: 4rem 0 0;
}

.l-footer-disclaimer {
    margin: 20px auto;
    padding: 20px;
    width: 500px;
    background: #ffffff;
    color: #333;
    text-align: left;
    font-size: 1rem;
    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: #2fa4ca;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 6rem;
}

.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;
}

.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 12px;
    color: #fff;
    text-decoration: none;
}

.l-footer-bottom__sitemap__link:hover {
    text-decoration: underline;
}

.l-footer-menu-wrapper {
    margin: 0 auto;
    padding: 50px 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: 10px 16px;
    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: 20px;
    z-index: 100;
}

.l-pagetop__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    background: #4e4e4e;
}

.l-pagetop__link:hover {
    background: #666;
}

.l-pagetop__image {
    width: 24px;
}

.l-pagetop.is-fixed {
    position: fixed;
    top: auto;
    bottom: 12rem;
}

.l-sns-list {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.l-sns-list__item {
    text-align: center;
}

.l-sns-list__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0096d2;
    text-decoration: none;
}

.l-sns-list__link:hover {
    opacity: 0.6;
}

.l-sns-list__link--twitter .l-sns-list__image {
    width: 18px;
    height: 15px;
}

.l-sns-list__link--facebook .l-sns-list__image {
    width: 9px;
    height: 17px;
}

.l-sns-list__link--line .l-sns-list__image {
    width: 19px;
    height: 18px;
}

.l-sns-list__link--instagram .l-sns-list__image {
    width: 19px;
    height: 19px;
}

.l-sns-list__link--hatena .l-sns-list__image {
    width: 17px;
    height: 15px;
}

.breadcrumb__box {
    margin: 0;
    padding: 0.5rem 0.5rem 0.7rem 0.5rem;
    background: #f2f4f5;
}

#pankuzu {
    max-width: 1000px;
    font-size: 1.2rem;
    margin: auto;
}

/* --------------------------------------------- */
/* contents area                                 */
/* --------------------------------------------- */
.l-contents-area {
    margin: 0 auto;
    padding-left: 100px;
    width: 100%;
}

/* --------------------------------------------- */
/* main area / common                            */
/* --------------------------------------------- */
.l-main-area {
    margin: 0 auto 7rem 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.l-main-area--low {
    margin: 0 auto 7rem auto;
    width: 1000px;
}

/*--------------------------------------
toc
---------------------------------------*/
#toc {
    position: relative;
    width: 640px;
    margin: 0 auto 4rem auto;
    padding: 8rem 4rem 2rem 4rem;
    background: #f8fafa;
    border: 1px solid #eaeaea;
    counter-reset: number 0;
}

#toc::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% - 8rem);
    height: 60px;
    padding: 2.5rem 0 0 2rem;
    border-bottom: 1px solid #707070;
    box-sizing: border-box;
    color: #333d47;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0.1rem;
    content: "目次";
}

#toc::after {
    position: absolute;
    left: 4rem;
    top: 3rem;
    width: 12px;
    height: 12px;
    background: #2fa4ca;
    border-radius: 50%;
    content: "";
}

#toc ul, #toc ul li {
    margin: 0;
    padding: 0;
}

#toc > ul {
    margin: 0 2rem 3rem 2rem;
}

#toc > ul:last-child {
    margin-bottom: 0;
}

#toc ul ul {
    margin: 0.5rem 0 0 0;
}

#toc ul li {
    margin: 0 0 2rem 0;
    padding: 0 0 0 3.6rem;
    font-size: 1.3rem;
    line-height: 1.6;
}

#toc ul li:last-child {
    margin: 0;
}

#toc > ul > li {
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
}

#toc > ul > li::before {
    position: absolute;
    left: 0;
    top: 0.1rem;
    display: block;
    background: none;
    width: 20px;
    height: 20px;
    border-radius: 0;
    color: #2fa4ca;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    content: counter(number, decimal-leading-zero);
    counter-increment: number 1;
}

#toc ul ul li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 2rem;
    font-size: 1.3rem;
    font-weight: normal;
}

#toc ul ul li::before {
    position: absolute;
    left: 0;
    top: 0.5rem;
    display: block;
    background: none;
    width: 20px;
    height: 20px;
    border-radius: 0;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.1;
    content: "└ ";
}

#toc ul li a {
    color: inherit;
    text-decoration: none;
}

#toc ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*--------------------------------------
modal
---------------------------------------*/
#simplemodal-overlay {
    background: #58aac5 !important;
    opacity: 1 !important;
    z-index: 10001 !important;
}

#modal {
    display: none;
}

/* .simplemodal-wrap {
overflow: hidden !important;
} */
#confirm_modal {
    width: 96rem;
    min-height: 47rem;
    padding: 4.5rem 9rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    z-index: 100002 !important;
}

#confirm_modal .logo {
    margin: 0 0 5rem 0;
    text-align: center;
}

#confirm_modal .logo img {
    width: 215px;
    /* height: 43px; */
}

#confirm_modal p {
    margin: 0 0 3rem 0;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
}

#confirm_modal p span {
    font-size: 1.8rem;
    font-weight: bold;
}

#confirm_modal .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 52rem;
    margin: 4rem auto 0 auto;
}

#confirm_modal .btns .btn {
    width: calc((100% - 7rem) / 2);
    height: 7rem;
    border-radius: 0.6rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
}

#confirm_modal .btns .btn:hover {
    opacity: 0.7;
}

#confirm_modal .btns .btn.yes {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3.5rem;
    background: #f95b42 url(img/arrow01_white.svg) no-repeat right 2.5rem center;
    background-size: 6px 10px;
}

#confirm_modal .btns .btn.no {
    background: #ccc url(img/arrow01_white.svg) no-repeat right 2.5rem center;
    background-size: 6px 10px;
}

#confirm_modal .btns .btn.no a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
}

/*--------------------------------------
comment
---------------------------------------*/
.block-comment {
    margin: 6rem 0;
    padding: 2rem;
    background: #f0f4f5;
}

.block-comment .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 2rem 0;
}

.block-comment p:not([class]) {
    margin: 0;
}

.block-comment .box-fig {
    width: 75px;
    text-align: center;
}

.block-comment .box-fig .fig img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.block-comment .box-fig .caption {
    color: #333;
}

.block-comment .box-txt {
    width: calc(100% - 75px);
    padding: 0 0 0 2rem;
}

.block-comment .box-txt p {
    color: #3d869d;
    font-weight: bold;
}

/* --------------------------------------------- */
/* 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;
    }

    .caption {
        font-size: 1rem;
        line-height: 1.4;
    }

    /*--------------------------------------
heading
---------------------------------------*/
    .l-main-area--low h1 {
        margin: 4rem 0 6rem 0;
        font-size: 2.4rem;
    }

    .l-main-area--low h1::after {
        top: calc(100% + 2rem);
        width: 80px;
    }

    .l-main-area--top h3:not([class]), .l-main-area--low h2:not([class]) {
        margin: 4rem 0 2rem 0;
        padding: 0 1.5rem 0.2rem 1.5rem;
        font-size: 2.1rem;
        font-weight: 700;
    }

    .l-main-area--top h4:not([class]), .l-main-area--low h3:not([class]) {
        margin: 4rem 0 2rem 0;
        padding: 1.5rem 1.5rem 1.5rem 2rem;
        border-radius: 3rem;
        font-size: 1.8rem;
    }

    .l-main-area--top h5:not([class]), .l-main-area--top h6:not([class]), .l-main-area--low h4:not([class]), .l-main-area--low h5:not([class]), .l-main-area--low h6:not([class]) {
        margin: 3rem 0 2rem 0;
        padding: 0 1.5rem 0 2.5rem;
        font-size: 1.6rem;
    }

    .l-main-area--top h3:not([class]) a, .l-main-area--top h4:not([class]) a, .l-main-area--top h5:not([class]) a, .l-main-area--top h6:not([class]) a, .l-main-area--low h2:not([class]) a, .l-main-area--low h3: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 {
        background-size: 8px 14px;
    }

    /*--------------------------------------
btns
---------------------------------------*/
    .btn-tel {
        display: none;
    }

    .btn-internal, p.btn-internal {
        margin: 3rem auto;
        width: 90%;
        padding: 0.5rem;
        background: #00c8c8;
        border-radius: 1rem;
        box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.2);
    }

    .btn-internal a {
        padding: 2rem 3rem;
        background: #00c8c8 url(img/arrow02_white.svg) no-repeat right 1rem center;
        background-size: 8px 14px;
        font-size: 1.6rem;
    }

    .btn-internal.down a {
        background: #00c8c8 url(img/arrow02_white_down.svg) no-repeat right 1rem center;
        background-size: 14px 8px;
    }

    .btn-web, p.btn-web {
        margin: 3rem auto;
        width: 90%;
        padding: 0.5rem;
        background: #f95b42;
        border-radius: 1rem;
        box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.2);
    }

    .btn-web a {
        display: block;
        position: relative;
        padding: 2rem 4rem;
        background: #f95b42 url(img/arrow02_white.svg) no-repeat right 1rem center;
        background-size: 8px 14px;
        border-radius: 1rem;
        box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }

    .btn-tel, p.btn-tel {
        display: block;
        margin: 3rem auto;
        width: 90%;
    }

    .btn-tel a {
        display: block;
        position: relative;
        padding: 2.5rem 4rem;
        background: #0fb700 url(img/icon_tel.png) no-repeat 1.5rem center;
        background-size: 20px 27px;
        border-radius: 1rem;
        box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }

    .btn-link, p.btn-link {
        display: block;
        margin: 3rem auto;
        width: 90%;
    }

    .btn-link a {
        display: block;
        position: relative;
        padding: 2.3rem 4rem;
        background: #fff url(img/arrow02_green.svg) no-repeat right 1.3rem center;
        background-size: 8px 14px;
        border: 2px solid #3d869d;
        border-radius: 1rem;
        box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
        color: #3d869d;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
    }

    .l-main-area ul:not([class]) {
        margin: 3rem 0;
    }

    .l-main-area ol:not([class]) {
        margin: 3rem 0;
        font-size: 1.4rem;
    }

    .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%;
        border-top: none;
    }

    .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 {
        min-width: 100px;
        margin: 0 0 0.5rem 0;
        font-size: 1.4rem;
        white-space: nowrap;
    }

    .l-main-area .float-wrap {
        margin: 10px auto 30px;
        width: 100%;
    }

    .l-main-area .float-wrap .float-img.fr {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .l-main-area .float-wrap .float-img.fl {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .l-main-area .float-wrap .float-img.ct {
        width: 100%;
    }

    .l-main-area .float-wrap .float-img.t_small {
        width: 40%;
    }

    .l-main-area .float-wrap .float-img.fr.t_small {
        float: right;
        margin: 0 0 20px 10px;
    }

    .l-main-area .float-wrap .float-img.fl.t_small {
        float: left;
        margin: 0 20px 10px 0;
    }

    .l-main-area .float-wrap .float-catch {
        padding-left: 30px;
        font-size: 1.8rem;
    }

    .l-main-area .float-wrap .float-catch::before {
        left: 0;
        top: 18px;
    }

    .l-main-area .box-wrap {
        display: block;
        margin: auto;
        width: 94%;
        font-size: 1.4rem;
    }

    .l-main-area .box-wrap .box {
        margin: 0 0 5rem;
        padding: 1.5rem;
        width: 100%;
    }

    .l-main-area .box-wrap .box:nth-child(2n) {
        margin: 0 auto 2rem;
    }

    .l-main-area .box .box-catch {
        background: #8ba8bd;
        text-align: center;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        position: relative;
    }

    .l-main-area .box .box-catch::after {
        content: "";
        position: absolute;
        border: solid transparent;
        border-width: 10px 8px;
        border-top-color: #8ba8bd;
        left: 50%;
        margin-left: -8px;
        bottom: -19px;
    }

    .l-main-area .box .box-catch span {
        font-size: 1.8rem;
    }

    .l-main-area .box .box-catch02 {
        font-size: 2rem;
        line-height: 1.4;
        font-weight: 700;
        color: #406b89;
        padding: 0 0 0 3.4rem;
        position: relative;
    }

    .l-main-area .box .box-catch02::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 1px;
        background: #406b89;
        left: 0;
        top: 12px;
    }

    .l-main-area .box-wrap .box-head {
        padding: 0;
        font-size: 2rem;
        margin: 4rem auto 3rem;
        background-size: 24px auto;
    }

    .l-main-area .box-wrap .box-head a {
        padding: 2rem 3rem 2rem 2rem;
        background-position: right 1rem center;
        background-size: 8px;
    }

    .l-main-area .box-wrap .box-body {
        padding: 1rem 0;
    }

    .l-main-area .box-wrap .box-body .btn-internal a {
        width: 90%;
    }

    .l-main-area .box .box-catch02 {
        font-size: 1.8rem;
        margin: 1rem auto 0;
    }

    .l-main-area .frame-wrap {
        display: block;
        margin: 0 auto 4rem;
        font-size: 1.6rem;
    }

    .l-main-area .frame-wrap .frame {
        margin: 0 auto 2rem;
        width: 100%;
        padding: 2rem;
    }

    .l-main-area .frame-wrap .frame:nth-child(3n) {
        margin: 0 auto 2rem;
        padding: 2rem;
    }

    .l-main-area .frame-wrap .frame::before {
        left: 25px;
    }

    .l-main-area .frame-wrap .frame-head {
        text-align: left;
        font-size: 2rem;
        padding: 1.5rem 0 1.5rem 5.5rem;
    }

    .l-main-area .frame-wrap .frame-head::before {
        width: 40px;
        height: 40px;
    }

    .l-main-area .frame-wrap .frame-head a {
        background-size: 8px;
    }

    .l-main-area .frame-wrap .frame-body__answer {
        font-size: 1.8rem;
    }

    .l-main-area .l-icon-title {
        margin: 5rem 0 2rem;
        padding: 1rem 1rem 1rem 7.5rem;
        width: 100%;
        font-size: 2rem;
        line-height: 1.4;
    }

    .l-main-area .l-icon-title:before {
        left: 0;
        width: 60px;
        height: 60px;
        font-size: 1rem;
    }

    .l-main-area .l-number-wrapper .l-icon-title:before {
        padding: 0;
        font-size: 2.8rem;
    }

    .market-price-link {
        display: flex;
        justify-content: center;
    }

    .market-price-link a {
        display: block;
        background: #c9dcea url(img/icon_arrow_down_blue.png) no-repeat center bottom 6px;
        background-size: 8px;
        text-decoration: none;
        color: #406b89;
        padding: 5px 10px 20px;
        margin: 5px;
        width: 100px;
        text-align: center;
        font-size: 1.4rem;
        border-radius: 10px;
        font-weight: 700;
    }

    /* --------------------------------------------- */
    /* header area                                   */
    /* --------------------------------------------- */
    .l-mv-lower {
        width: 100%;
        height: 7rem;
        background: #06435f url(img/mv_bg_03.jpg) no-repeat center;
        background-size: cover;
    }

    .l-header {
        margin: 0 auto;
        padding: 0.5rem;
        width: 100%;
        text-align: left;
    }

    .l-header-area {
        padding: 0;
    }

    .l-header-left {
        display: none;
    }

    .l-header-sitename {
        font-size: 1rem;
        text-align: center;
    }

    .l-header-logo a {
        width: 160px;
        height: auto;
    }

    .l-gnavi-area {
        display: none;
    }

    /* --------------------------------------------- */
    /* footer area                                   */
    /* --------------------------------------------- */
    .l-footer-area {
        padding: 2rem 0 6rem 0;
        min-width: inherit;
    }

    .l-footer-area .l-mv-logo {
        margin: 0 auto 0;
        padding: 5rem 0 0;
        text-align: center;
    }

    .l-footer-area .l-mv-logo img {
        height: auto;
    }

    .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: 50%;
        height: 100%;
        background: #fff;
        padding-bottom: 1rem;
    }

    .footMenu .menuLeft .l-gnavi-btn {
        margin: 0;
    }

    .footMenu .menuRight {
        position: relative;
        float: right;
        width: 50%;
        height: 100%;
        background: #00c8c8;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .footMenu .menuRight div {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .footMenu .menuRight a {
        display: block;
        padding: 1rem 2.5rem;
        background: url(img/arrow01_white.svg) no-repeat right center;
        background-size: 6px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

    .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;
        width: 60%;
    }

    .l-footer-logo__image {
        width: 70%;
        margin: 0 auto;
        display: block;
        padding: 0;
    }

    .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;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 1s;
        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 0 1rem;
        padding: 0;
        border-bottom: solid 1px #8ba8bd;
    }

    .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: 15px;
        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 1rem;
        width: 100%;
    }

    .l-footer-menu__list__item:first-child {
        display: block;
    }

    .l-footer-menu__list__link {
        margin: 0 0 0 -1rem;
        display: block;
        background: url(img/icon_li_footer.svg) no-repeat left top 13px;
        background-size: 8px 8px;
        padding: 5px 0 5px 7px;
        font-size: 1.5rem;
    }

    .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__link:hover {
        background: #0096d2;
    }

    .l-pagetop__image {
        width: 14px;
    }

    .l-pagetop.is-fixed {
        bottom: 6.5rem;
    }

    .breadcrumb__box {
        margin: 0 auto;
        padding: 0;
    }

    #pankuzu {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 auto;
        padding: 1rem;
        white-space: nowrap;
    }

    .l-sns-list {
        display: none;
    }

    /* --------------------------------------------- */
    /* 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: 94%;
    }

    .l-section-inner {
        margin: 0 auto;
        width: 94%;
    }

    .l-common-lead {
        margin: 2rem 0 3rem;
        width: 100%;
    }

    /*--------------------------------------
modal
---------------------------------------*/
    #confirm_modal {
        width: 90%;
        padding: 3rem 2rem 2rem 2rem;
    }

    #confirm_modal .logo {
        margin: 0 0 2rem 0;
    }

    #confirm_modal p {
        margin: 0 0 2rem 0;
        font-size: 1.4rem;
    }

    #confirm_modal p span {
        font-size: 1.5rem;
    }

    #confirm_modal .btns {
        width: 100%;
        margin: 3rem auto 0 auto;
    }

    #confirm_modal .btns .btn {
        width: calc((100% - 1.5rem) / 2);
        height: 5rem;
        font-size: 1.5rem;
    }

    /*--------------------------------------
toc
---------------------------------------*/
    #toc {
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 7rem 2rem 2rem 2rem;
    }

    #toc::before {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: calc(100% - 4rem);
        height: 50px;
        padding: 1.8rem 0 0 2rem;
        font-size: 1.6rem;
    }

    #toc::after {
        position: absolute;
        left: 2rem;
        top: 2.2rem;
        width: 10px;
        height: 10px;
        background: #2fa4ca;
        border-radius: 50%;
        content: "";
    }

    #toc > ul {
        margin: 0 0 2rem 0;
    }

    #toc > ul:last-child {
        margin: 0;
    }

    #toc ul li {
        margin: 0 0 1.5rem 0;
        font-size: 1.3rem;
    }

    #toc > ul > li {
        font-size: 1.4rem;
    }

    #toc ul ul li {
        font-size: 1.3rem;
    }

    #toc ul ul li::before {
        font-size: 1.3rem;
    }

    #toc ul li a:hover {
        opacity: 1;
    }

    /*--------------------------------------
comment
---------------------------------------*/
    .block-comment {
        margin: 4rem 0;
        padding: 1.5rem;
    }

    .block-comment .box {
        margin: 0 0 1.5rem 0;
    }

    .block-comment .box-fig {
        width: 64px;
    }

    .block-comment .box-fig .fig img {
        width: 64px;
        height: 64px;
    }

    .block-comment .box-txt {
        width: calc(100% - 64px);
        padding: 0 0 0 1.5rem;
    }
}
