@charset "utf-8"; /*
---------------------------------------------

base settings

*/
html {
    font-size: 62.5%;
    overflow: auto;
}

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.6rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: #333;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    clear: both;
}

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

a:active, a:hover {
    color: #333;
    transition: background 0.3s ease;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

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

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

.cf:after {
    clear: both;
}

/** For IE 6/7 only */
.cf {
    *zoom: 1; }

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

.forPC {
    display: block;
}

.forSP {
    display: none !important;
}

.pc_br {
    display: block;
}

.sp_br {
    display: none;
}

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

.cf:after {
    clear: both;
}

/** For IE 6/7 only */
.cf {
    *zoom: 1; }

/*
---------------------------------------------


*/
.l-main-area p {
    margin: 0.5em 0 1em;
}

.caption {
    padding: 8px 0 0 0;
    color: #999;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4;
    word-break: break-all;
}

.caption a {
    color: #999;
}

.l-main-area strong, .l-main-area span:not([class]) {
    font-weight: bold;
	color: #007ea4;
}

.l-main-area ul {
    margin: 3rem 2rem;
}

.l-main-area ul li {
    margin: 0 0 1em 0;
    padding: 0 0 0 22px;
    background-size: 15px 12px;
    list-style-position: outside;
    position: relative;
}

.l-main-area ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border: transparent solid;
    border-left-color: #007da4;
    border-width: 6px 8px;
}

.l-main-area ol {
    margin: 3rem 2rem;
    counter-reset: number;
    list-style-type: none !important;
    text-align: left;
}

.l-main-area ol li {
    position: relative;
    margin: 0 0 1em 0;
    padding: 0 0 0 28px;
}

.l-main-area ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #73b0f1;
    border-radius: 50%;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    align-items: center;
    justify-content: center;
    color: #fff;
}

table th, table td {
    word-break: break-all;
}

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

.l-main-area table th {
    padding: 10px 15px;
    background: #eee;
    border: 1px #ccc solid;
}

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

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

.btn-internal, p.btn-internal {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}

.btn-internal a {
    display: inline-block;
    position: relative;
    width: 360px;
    margin: 0 auto;
    padding: 2rem 3rem;
    background: #04c2d0 url(img/arrow01_white.svg) no-repeat right 1.8rem center;
    background-size: 10px 20px;
    border-radius: 1rem;
    box-shadow: 4px 4px 0 0 #ccc;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}

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

.btn-web, p.btn-web {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}

.btn-web a {
    display: inline-block;
    position: relative;
    width: 360px;
    margin: 0 auto;
    padding: 2rem 4rem;
    background: #f16e44 url(img/arrow01_white.svg) no-repeat right 1.8rem center;
    background-size: 10px 20px;
    border-radius: 1rem;
    box-shadow: 4px 4px 0 0 #ccc;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}

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

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

.btn-link a {
    display: inline-block;
    position: relative;
    padding: 0.2rem 0 0.2rem 1.8rem;
    background: url(img/arrow01_navy.svg) no-repeat left center;
    background-size: 8px 14px;
    color: #000a15;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: underline;
}

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

.btn-page, p.btn-page {
    margin: 4rem auto;
    padding: 0;
    text-align: center;
}

.btn-page a {
    display: inline-block;
    position: relative;
    width: 300px;
    margin: 0 auto;
    padding: 2rem 4rem;
    background: #04c2d0 url(img/arrow02_white.svg) no-repeat right 1.8rem center;
    background-size: 20px 10px;
    border-radius: 1rem;
    box-shadow: 4px 4px 0 0 #c6c6c6;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}

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

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

.l-main-area .float-wrap .catch {
    display: inline-block;
    width: calc(100% - 32rem);
    margin: 0 0 1rem 0;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-main-area .float-wrap .catch a {
    display: block;
    padding: 0 5rem 0 0;
    background: url(img/arrow01_black.svg) no-repeat right 1.5rem center;
    background-size: 10px 20px;
    color: inherit;
    text-decoration: none;
}

.l-main-area .float-wrap .catch a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.l-main-area .float-wrap .float-img.ct + .catch {
    width: 100%;
    margin: 2rem 0 1rem 0;
    text-align: center;
}

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

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

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

.l-main-area .float-wrap .float-img.ct {
    /* width: 300px; */
    width: 100%;
    margin: 0 auto;
}

.l-main-area .float-wrap .float-img.ct img {
    margin: auto;
    display: block;
}

.l-main-area .float-wrap .caption {
    display: block;
    text-align: center;
}

.l-main-area .l-icon-title {
    position: relative;
    margin: 4rem 0 3rem 0;
    padding: 1.5rem 1.5rem 1.5rem 10rem;
    background: #edf5f8;
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-main-area .l-icon-title:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 1.7rem;
    top: -1.2rem;
    width: 60px;
    height: 60px;
    background: #36b8ea;
    box-shadow: 4px 4px 0 0 #ccc;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}

.l-main-area .l-icon-title.l-icon-title--point:before {
    content: ""!important;
    width: 66px;
    height: 66px;
    position: absolute;
    top: -0.4rem;
    left: 1.7rem;
    box-shadow: none;
    background: url(img/icon_circle_point.png)
}

.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 {
    width: 100%;
    margin: 8rem 0 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-main-area .box-wrap .box {
    width: calc((100% - 7rem) / 2);
    margin: 0 0 7rem 2rem;
    padding: 2rem;
    border: 3px solid #36b8ea;
}

.l-main-area .box-wrap .box.width100 {
    width: 100%;
}

.l-main-area .box-wrap .box.left_box:nth-child(2n) {
    margin-left: 5rem;
}

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

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

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

.l-main-area .box-wrap .box-head {
    margin: -5rem 0 0 -5rem;
    padding: 1.6rem 3.2rem;
    background: #36b8ea;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    box-sizing: border-box;
}

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

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

.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 {
    width: 70%;
    padding: 1rem 4rem;
}

.l-main-area .box-wrap .box-body .img {
    margin: 0 0 2rem 0;
    text-align: center;
}

.l-main-area .box-wrap .box-body .catch {
    margin: 0 0 0.3rem 0;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}

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

.l-main-area .frame-wrap .frame {
    width: calc((100% - 41px) / 3);
    margin: 0 20px 30px 0;
    padding: 14px 20px;
    border: solid 5px rgba(229, 246, 253, 0.8);
    position: relative;
}

.l-main-area .frame-wrap .frame::before {
    content: "";
    height: calc(100% + 0.5rem);
    width: calc(100% + 0.5rem);
    position: absolute;
    left: .5rem;
    top: .5rem;
    background: #fffecc;
    z-index: -1;
}

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

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

.l-main-area .frame-wrap .frame-head {
    margin: 0;
    padding: 1.5rem 0;
    border: none;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #5dc1c9;
    line-height: 1.4;
    text-align: center;
    position: relative;
}

.l-main-area .frame-wrap .frame-head p, .l-main-area .frame-wrap .frame-head a {
    width: 100%;
}

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

.l-main-area .frame-wrap .frame-head a::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #5dc1c9;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

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

.l-main-area .frame-wrap .frame-body {
    padding: 1.5rem;
    background: #fff;
}

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

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

@media all and (-ms-high-contrast: none) {
    .l-main-area .top_h2 {
        padding: 1.7rem 3rem 0.7rem;
    }
}

.quotaion {
    font-size: 10px;
    color: #999999;
    word-break: break-all;
    text-align: center;
    line-height: 1.5;
}

/* low ----------------*/
/*--------------------------------------
heading
---------------------------------------*/
.l-main-area--low h1 {
    position: relative;
    margin: 1rem 0 4rem 1rem;
    padding: 3rem 3rem;
    background: #007da4;
    background: -moz-linear-gradient(left, #007da4 0%, #4d9ff6 49%, #00b8ed 100%);
    background: -webkit-linear-gradient(left, #007da4 0%, #4d9ff6 49%, #00b8ed 100%);
    background: linear-gradient(to right, #007da4 0%, #4d9ff6 49%, #00b8ed 100%);
    color: #fff;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-main-area--low h1:before {
    position: absolute;
    left: -1rem;
    top: -1rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 3px solid;
    border-image: linear-gradient(to right, #7fbed1 0%, #b9d7f7 50%, #7fdbf6 100%);
    border-image-slice: 1;
    content: "";
    z-index: -1;
}

.l-main-area--low h1 a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow01_white.svg) no-repeat right center;
    background-size: 14px;
    color: inherit;
    text-decoration: none;
}

.l-main-area--low h1 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.l-main-area--low h2 {
    position: relative;
    margin: 5rem 0 3rem 0;
    padding: 0 0 1rem 0;
    color: #333;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-main-area--low h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #007da4;
    background: -moz-linear-gradient(left, #007da4 0%, #4d9ff6 49%, #00b8ed 100%);
    background: -webkit-linear-gradient(left, #007da4 0%, #4d9ff6 49%, #00b8ed 100%);
    background: linear-gradient(to right, #007da4 0%, #4d9ff6 49%, #00b8ed 100%);
    content: "";
}

.l-main-area--low h3 {
    margin: 4rem 0 3rem 0;
    padding: 1.5rem 1.5rem 1.5rem 5rem;
    background: #edf5f8;
    background-size: auto 4px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    color: #333;
}

.l-main-area--low h3:before {
    content: '●';
    color: #36b8ea;
    font-size: 1.5rem;
    margin-right: 8px;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.l-main-area--low h4, .l-main-area--low h5 {
    margin: 3rem 0;
    padding: 0.1rem 1.5rem;
    border-left: 7px solid #36b8ea;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #333;
    font-weight: bold;
    position: relative;
}

.l-main-area--low h2 a, .l-main-area--low h3 a, .l-main-area--low h4 a, .l-main-area--low h5 a {
    display: block;
    padding: 0 2rem 0 0;
    background: url(img/arrow01_gray.svg) no-repeat right center;
    background-size: 10px 18px;
    color: inherit;
    text-decoration: none;
}

.l-main-area--low h2 a:hover, .l-main-area--low h3 a:hover, .l-main-area--low h4 a:hover, .l-main-area--low h5 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

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

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

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

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

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

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

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

.l-header-logo {
    margin: 2rem 0 0 0;
    text-align: center;
}

.l-header-logo__image {
    width: auto;
    height: auto;
}

.l-header-logo a {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
}

.l-header-logo a:hover {
    opacity: 0.7;
}

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

.l-gnavi-btn:hover {
    color: #14395d;
}

.l-gnavi-btn span {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #14395d;
    transition: all 0.4s;
    position: absolute;
    left: 15px;
}

.l-gnavi-btn span:nth-of-type(1) {
    top: 12px;
}

.l-gnavi-btn span:nth-of-type(2) {
    top: 22px;
}

.l-gnavi-btn span:nth-of-type(3) {
    top: 32px;
}

.l-gnavi-btn-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    background: #fff;
}

.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-bar .topicon {
    content: '';
    width: 76px;
    height: 93px;
    position: absolute;
    top: 35px;
    right: 15px;
}

.l-gnavi-area-bar .topicon a:hover {
    opacity: 0.7;
}

.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__link--menu:hover {
    opacity: 0.7;
}

.l-gnavi-list__sub {
    margin: 0 0 0 1.6rem;
    border-top: dashed 1px #5dc1c9;
    background: #e5f6fd;
    display: none;
}

.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 {
    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: 10rem 0 0 0;
    min-width: 1200px;
    padding: 0 0 0 100px;
    background: #f8fafb;
    position: relative;
}

.l-footer-area__inner {
    position: relative;
}

.l-footer-disclaimer {
    width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    font-size: 1rem;
    color: #a6a6a6;
    text-align: left;
}

.l-footer-disclaimer dt {
    float: left;
}

.l-footer-note {
    text-align: center;
    margin: 20px auto;
    font-size: 1.2rem;
    color: #000;
}

.l-footer-bottom {
    margin: 0 auto;
    background: #fff;
    color: #000;
    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;
    color: #000;
}

.l-footer-bottom__copy__link {
    text-decoration: none;
    color: #000;
}

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

.l-footer-bottom__sitemap {
    padding: 10px 0;
    display: table-cell;
    text-align: right;
}

.l-footer-bottom__sitemap__link {
    background: url(img/arrow01_black.svg) no-repeat right center;
    background-size: 8px 12px;
    padding: 0 18px 0 0;
    text-decoration: none;
    color: #000;
}

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

.l-footer-menu-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0 0;
}

.l-footer-menu {
    margin: 0 0 40px;
}

.l-footer-menu__title {
    margin: 0 0 10px 0;
    padding: 0 0 0.2rem 0;
    border-bottom: solid 1px #000;
    text-align: left;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.4;
}

.l-footer-menu__title__link {
    display: block;
    padding: 0.6rem 0 0.3rem 3rem;
    background: url(img/arrow01_black.svg) no-repeat left 1rem center;
    background-size: 10px 16px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    position: relative;
}

.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-size: 8px 8px;
    text-align: left;
    font-size: 1.2rem;
    text-decoration: none;
    position: relative;
    color: #000;
}

.l-footer-menu__list__link::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #36b8ea;
    border-radius: 50%;
    left: 0;
    top: 7px;
}

.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: #f06e43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-pagetop__link:hover {
    opacity: 0.7;
}

.l-pagetop__image {
    width: 24px;
}

.l-pagetop.is-fixed {
    position: fixed;
    top: auto;
    bottom: 30px;
}

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

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

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

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

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

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

/*--------------------------------------
toc
---------------------------------------*/
#toc {
    position: relative;
    width: 700px;
    margin: 4rem auto;
    padding: 9rem 4rem 3rem 4rem;
    background: #f5fcff;
    border: 1px solid #ccc;
}

#toc::before {
    position: absolute;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    content: "目次";
}

#toc::after {
    position: absolute;
    left: 50%;
    top: 6rem;
    transform: translateX(-50%);
    width: calc(100% - 8rem);
    height: 1px;
    background: #ccc;
    content: "";
}

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

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

#toc ul.chapter ul.chapter:last-child {
    margin: 0 0 0 2rem;
}

#toc ul.chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.7rem;
    color: #007da4;
    font-size: 1.6rem;
    font-weight: bold;
}

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

#toc ul.chapter ul.chapter li::before {
    top: 0.5rem;
}

#toc ul.chapter ul.chapter li {
    font-size: 1.4rem;
    font-weight: normal;
}

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

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

/*--------------------------------------
toc-index
---------------------------------------*/
#toc-index {
    position: relative;
    width: 700px;
    margin: 4rem auto;
    padding: 9rem 4rem 3rem 4rem;
    background: #f5fcff;
    border: 1px solid #ccc;
}

#toc-index::before {
    position: absolute;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    content: "目次";
}

#toc-index::after {
    position: absolute;
    left: 50%;
    top: 6rem;
    transform: translateX(-50%);
    width: calc(100% - 8rem);
    height: 1px;
    background: #ccc;
    content: "";
}

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

#toc-index ul li ul {
    margin: 1rem 0 3rem 2rem;
}

#toc-index ul li:last-child ul {
    margin: 1rem 0 0 2rem;
}

#toc-index ul li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.7rem;
    color: #007da4;
    font-size: 1.6rem;
    font-weight: bold;
}

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

#toc-index ul li ul li::before {
    top: 0.5rem;
}

#toc-index ul li ul li {
    font-size: 1.4rem;
    font-weight: normal;
}

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

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

/*--------------------------------------
banner
---------------------------------------*/
.banner a {
    display: block;
    position: relative;
    width: 681px;
    height: 205px;
    margin: 10rem auto 5rem auto;
    background: url(img/banner_bg_01.png) no-repeat right -1px top
}

.banner a::before {
    position: absolute;
    right: -1.4rem;
    bottom: -1.8rem;
    width: 390px;
    height: 190px;
    border-right: 1.4rem solid #333;
    border-bottom: 1.8rem solid #333;
    content: "";
    z-index: -1;
}

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

.banner .ttl {
    position: absolute;
    left: -2rem;
    top: -2rem;
    width: 520px;
    padding: 4rem 2rem 3rem 2rem;
    background: rgba(255,255,255,0.7);
    border: 2px solid #E7A301;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
}

.banner .ttl .txt-1 {
    display: block;
    margin: 0 0 0.5rem 0;
    font-size: 2.8rem;
}

.banner .ttl .txt-2 {
    display: block;
    font-size: 3.6rem;
}

.banner .txt-3 {
    position: absolute;
    right: 1.8rem;
    bottom: 1rem;
    padding: 0 4rem 0 0;
    background: url(img/banner_bg_02.png) no-repeat right 30%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
}

/*
---------------------------------------------

top

*/
.l-mv {
    position: relative;
    width: 100%;
    min-width: 1100px;
    min-height: 480px;
    background: url(img/mv_bg_01.png) no-repeat left top, url(img/mv_bg_02.png) no-repeat right bottom, #f7f7f7;
}

.l-mv-wrapper {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.l-mv-wrapper::before {
    position: absolute;
    right: 0;
    top: 2rem;
    width: 511px;
    height: 437px;
    background: url(img/mv_bg_03.png) no-repeat left top;
    background-size: 100% auto;
    content: "";
}

.l-mv-box {
    width: 59rem;
}

.l-mv-box p:not([class]) {
    margin: 2rem 2rem 0 2rem;
    color: #000a15;
    font-size: 1.5rem;
}

.l-mv-box .btn-page a {
    background: #e7a301 url(img/arrow02_white.svg) no-repeat right 1.8rem center;
    background-size: 20px 10px;
    width: 400px;
    padding: 1.5rem 4rem;
}

.l-mv-title {
    position: relative;
    padding: 3rem 2rem 3.5rem 2rem;
    /* background: rgba(255,255,255,0.8); */
    color: #000a15;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-mv-title::before {
    position: absolute;
    left: 50%;
    bottom: 2.5rem;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    height: 1px;
    background: #007ea4;
    background: -moz-linear-gradient(left, #007ea4 0%, #01b7ed 100%);
    background: -webkit-linear-gradient(left, #007ea4 0%, #01b7ed 100%);
    background: linear-gradient(to right, #007ea4 0%, #01b7ed 100%);
    content: "";
}

.l-mv-title .txt-1 {
    display: inline-block;
    margin: 1rem 0;
    padding: 0 0.5rem;
    background: #007ea4;
    background: -moz-linear-gradient(left, #007ea4 0%, #01b7ed 100%);
    background: -webkit-linear-gradient(left, #007ea4 0%, #01b7ed 100%);
    background: linear-gradient(to right, #007ea4 0%, #01b7ed 100%);
    color: #fff;
    font-size: 3.9rem;
}

.l-mv-title .txt-2 {
    font-size: 3.9rem;
}

/*--------------------------------------
l-parts
---------------------------------------*/
.l-section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.l-common-title {
    position: relative;
    margin: 0 0 3rem 0;
    padding: 0 0 2.5rem 0;
    color: #333;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-common-title::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: #007ea4;
    background: -moz-linear-gradient(left, #007ea4 0%, #01b7ed 100%);
    background: -webkit-linear-gradient(left, #007ea4 0%, #01b7ed 100%);
    background: linear-gradient(to right, #007ea4 0%, #01b7ed 100%);
    content: "";
}

.l-common-title span:not([class]) {
    background: none;
    color: #f16e44;
    font-size: 4rem;
}

.l-common-title a {
    display: inline-block;
    padding: 0 0 4rem 0;
    background: url(img/arrow_title.png) no-repeat center bottom;
    color: inherit;
    text-decoration: none;
}

.l-common-title.link::before {
    display: none;
    content: none;
}

.l-common-title a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
    padding: 6rem 0 12rem 0;
}

.l-parts01 .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem 0 0 0;
}

.l-parts01 .block::after {
    display: block;
    width: calc((100% - 6rem) / 3);
    content: "";
}

.l-parts01 .block .box {
    position: relative;
    width: calc((100% - 6rem) / 3);
    background: #f5fcff;
}

.l-parts01 .block .box::before {
    position: absolute;
    left: -0.7rem;
    top: -0.9rem;
    width: calc(100% - 0.7rem);
    height: calc(100% - 0.7rem);
    border: 4px solid #b4c4d7;
    pointer-events: none;
    content: "";
}

.l-parts01 .block .box-head {
    padding: 2.4rem 2rem 3.2rem 2rem;
    text-align: center;
}

.l-parts01 .block .box-head .ttl {
    margin: 0 color: #333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
}

.l-parts01 .block .box-head .ttl span:not([class]) {
    display: inline-block;
    margin: 0.7rem 0 0 0;
    padding: 0 0.7rem;
    background: #f16e44;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.3;
}

.l-parts01 .block .box-body {
    margin: 0 1rem 2rem 1rem;
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    background: #fff;
}

.l-parts01 .block .box-body p {
    margin: 0;
}

/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
    margin: 10rem 0 0 0;
}

.l-parts02-inner {
    width: 1222px;
    margin: 0 auto;
    padding: 0 0 8rem 0;
    background: #f3f6f9 url(img/parts02_bg_01.png) no-repeat center top;
    background-size: 100% auto;
}

.l-parts02-inner .l-common-title {
    padding: 4.5rem 0 2.5rem 0;
}

.l-parts02-inner .l-common-title::after {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 90px;
    height: 22px;
    background: #f06e43;
    color: #fff;
    font-size: 1.4rem;
    line-height: 22px;
    text-align: center;
    content: "Check";
}

.l-parts02-company {
    margin: 0 0 8rem 0;
    background: #fff;
    box-shadow: 6px 6px 0 0 #cbebf7;
}

.l-parts02-company .catch-title {
    padding: 3rem 2rem;
    background: #007da4;
    background: -moz-linear-gradient(left, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    background: -webkit-linear-gradient(left, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    background: linear-gradient(to right, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    color: #fff;
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-parts02-company .inner {
    padding: 5rem;
}

.l-parts02-company .name {
    position: relative;
    margin: 0 0 3.5rem 0;
    padding: 0 0 1.2rem 0;
    color: #000;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-parts02-company .name::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: -moz-linear-gradient(left, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    background: -webkit-linear-gradient(left, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    background: linear-gradient(to right, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    content: "";
}

.l-parts02-company .title {
    margin: 6rem 0 3.5rem 0;
    background: url(img/parts02_bg_02.png) repeat-x left center;
    color: #000a15;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-parts02-company .title span:not([class]) {
    display: inline-block;
    max-width: 80%;
    padding: 0 3rem;
    background: #fff;
}

.l-parts02-company .title span:not([class]) > span:not([class]) {
    display: inline;
    max-width: 100%;
    padding: 0;
    font-size: 1.8rem;
}

.l-parts02-company .fig, .l-parts02-company .fig +.caption {
    text-align: center;
}

.l-parts02-company .fig img {
    border: 1px solid #cfcfcf;
}

.l-parts02-company .block .fig img {
    border: none;
}

.l-parts02-company .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-parts02-company .block .box {
    width: calc((100% - 4rem) / 2);
    padding: 2.5rem;
    background: #eff3f7;
}

.l-parts02-company .block .box-head .ttl {
    min-height: 36px;
    margin: 0 0 2.5rem 0;
    padding: 0 0 1rem 4.8rem;
    background: url(img/parts02_bg_03.png) no-repeat left 30%;
    border-bottom: 1px solid #3e5d80;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-parts02-company .block .box-body p {
    margin: 0;
}

.l-parts02-company .block .box-body p:nth-of-type(1) {
    margin: 2rem 0 0 0;
}

.l-parts02-company table th {
    text-align: center;
}

/*--------------------------------------
l-parts03
---------------------------------------*/
.l-parts03 {
    padding: 10rem 0;
}

.l-parts03-column3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-parts03-column3k::after {
    display: block;
    width: calc((100% - 3.2rem) / 3);
    content: "";
}

.l-parts03-column3__box {
    position: relative;
    width: calc((100% - 3.2rem) / 3);
    margin: 0 0 4rem 0;
    padding: 2.2rem 1.6rem;
    background: #eff3f7;
}

.l-parts03-column3__box::before {
    position: absolute;
    top: 0;
    left: 0.8rem;
    width: 100%;
    height: calc(100% + 0.3rem);
    background: #eff3f7;
    content: "";
    z-index: -2;
    content: none;
}

.l-parts03-column3__box::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 98%;
    height: 98%;
    background: none;
    border: 3px solid #9adbf4;
    opacity: 0.9;
    content: "";
    z-index: -1;
}

.l-parts03-column3__line p {
    margin: 0;
    font-size: 1.4rem;
}

.l-parts03-column3__title {
    display: flex;
    align-items: center;
    margin: 0 0 1.5rem 0;
    padding: 0;
    background: #36b8ea;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    z-index: 1;
}

.l-parts03-column3__title a {
    display: block;
    width: 100%;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    background: url(img/arrow01_white.svg) no-repeat right 1rem center;
    background-size: 10px;
    color: inherit;
    text-decoration: none;
}

.l-parts03-column3__title a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.l-parts03-column3__info, .l-parts03-column3__address {
    margin: 2rem 0 1rem 0;
    padding: 0 1rem;
    background: #eff3f7;
}

.l-parts03-column3__info dl, .l-parts03-column3__address dl {
    display: flex;
    border-bottom: 1px dashed #ccc;
    font-size: 1.4rem;
}

.l-parts03-column3__info dl:last-child, .l-parts03-column3__address dl:last-child {
    border: none;
}

.l-parts03-column3__info dl dt, .l-parts03-column3__address dl dt {
    display: flex;
    align-items: center;
    width: 30%;
    padding: 1rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
}

.l-parts03-column3__info dl dd, .l-parts03-column3__address dl dd {
    width: 70%;
    padding: 1rem;
    font-size: 1.3rem;
    word-break: break-all;
}

.accordion-item {
    display: none;
}

.accordion-btn {
    display: block;
    position: relative;
    width: 400px;
    height: auto;
    margin: 0 auto 4rem auto;
    padding: 2rem 0;
    background: #eee;
    border-radius: 1rem;
    box-shadow: 4px 4px 0 0 #ccc;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.accordion-btn::before {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    content: "＋";
}

.accordion-btn::after {
    display: block;
    padding: 0 4rem;
    text-align: center;
    content: "もっと見る";
}

.accordion-btn.is-open::before {
    font-size: 1.6rem;
    content: "ー";
}

.accordion-btn.is-open::after {
    display: block;
    padding: 0 4rem;
    text-align: center;
    content: "閉じる";
}

.accordion-btn:hover {
    opacity: 0.7;
}

/*--------------------------------------
l-parts04
---------------------------------------*/
.l-parts04 .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 1000px;
    margin: 0 auto 10rem auto;
    padding: 4rem 4rem 4rem 5rem;
    border: 3px solid #36b8ea;
}

.l-parts04 .block::before {
    position: absolute;
    left: 0.8rem;
    top: 1rem;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: -1;
}

.l-parts04 .block::after {
    position: absolute;
    left: 50%;
    bottom: -7rem;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #007da4;
    background: -moz-linear-gradient(-45deg, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    background: -webkit-linear-gradient(-45deg, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    background: linear-gradient(135deg, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    content: "";
    opacity: 0.5;
    z-index: -2;
}

.l-parts04 .block .box-fig {
    width: 300px;
    text-align: center;
}

.l-parts04 .block .box-txt {
    width: calc(100% - 300px);
    padding: 0 0 0 3rem;
}

.l-parts04 .block .box-txt .btn-internal {
    margin: 3rem auto 0 auto;
}

.l-parts04-title {
    margin: 0 0 1.5rem 0;
    color: #f16e44;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
}

.l-parts04-title a {
    display: block;
    padding: 0 1.6rem 0 5rem;
    background: url(img/parts02_bg_03.png) no-repeat left center;
    color: inherit;
    text-decoration: none;
    position: relative;
}

.l-parts04-title a::after {
    position: absolute;
    content: "";
    right: -1rem;
    width: 4rem;
    height: 2rem;
    background: url(img/arrow01_black.svg) no-repeat right 1.5rem center;
    background-size: 15px 20px;
}

.l-parts04-title a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*--------------------------------------
l-parts05
---------------------------------------*/
.l-parts05 {
    padding: 8rem 0;
    background: #007da4;
    background: -moz-linear-gradient(-45deg, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    background: -webkit-linear-gradient(-45deg, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
    background: linear-gradient(135deg, #007da4 0%, #4d9ff6 50%, #00b8ed 100%);
}

.l-parts05 .l-common-title, .l-parts05 .l-common-title span:not([class]), .l-parts05 .l-common-lead {
    color: #fff;
}

.l-parts05 .l-common-title::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: #8ed8f4;
    content: "";
}

.l-parts05 .note {
    margin: 2rem 0 0 0;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
}

.l-parts05 .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-parts05 .block::after {
    display: block;
    width: calc((100% - 10rem) / 3);
    content: "";
}

.l-parts05 .block .box {
    width: calc((100% - 10rem) / 3);
    padding: 2.4rem 1.5rem 2.8rem 1.5rem;
    background: #fff;
    /* border: 3px solid #36b8ea; */
}

.l-parts05 .block .box-head .ttl {
    margin: 0 0 1.5rem 0;
    color: #f06e43;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-parts05 .block .box-head .name {
    margin: 0 0 3rem 0;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-parts05 .block .box-body p {
    margin: 0;
}

.l-parts05 .block .box-body .fig, .l-parts05 .block .box-body .caption {
    text-align: center;
}

.l-parts05 .block .box-body .catch {
    margin: 2.5rem 0 1.5rem 0;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-parts05 .block .box-body .catch + p {
    font-size: 1.5rem;
    /* font-weight: bold; */
    line-height: 1.6;
}

.l-parts05 .block .box-body .feature {
    margin: 2.5rem 0 0 0;
    padding: 1.5rem;
    background: #edf5f8;
}

.l-parts05 .block .box-body .feature .label {
    margin: 0 0 1rem 0;
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.l-parts05 .block .box-body .feature ul {
    margin: 0;
    padding: 0;
}

.l-parts05 .block .box-body .feature ul li {
    margin: 0;
    font-size: 1.4rem;
}

.l-parts05 .block .box-body .btn-web, .l-parts05 .block .box-body .btn-tel, .l-parts05 .block .box-body .btn-page {
    margin: 2.5rem auto 0 auto;
}

.l-parts05 .block .box-body .btn-web a, .l-parts05 .block .box-body .btn-tel a, .l-parts05 .block .box-body .btn-page a {
    width: 100%;
    display: flex;
    align-items: center;
}

/*--------------------------------------
l-parts06
---------------------------------------*/
.l-parts06 {
    padding: 0 0 8rem 0;
}

.l-parts06 .box-wrap .box:nth-child(5), .l-parts06 .box-wrap .box:nth-child(6) {
    margin-bottom: 0;
}

.l-parts06 .float-wrap .catch {
    font-size: 2.4rem;
}

.l-parts06 .btn-page a {
    background: #e7a301 url(img/arrow02_white.svg) no-repeat right 1.8rem center;
    background-size: 20px 10px;
    width: 400px;
}

.l-mv-box .btn-page {
    margin-top: 3rem;
    padding-bottom: 3rem;
}

/*
---------------------------------------------

smartphone settings

*/
@media screen and (max-width: 599px) {
    body {
        min-width: 100%;
        min-width: inherit;
    }

    .forPC {
        display: none !important;
    }

    .forSP {
        display: block !important;
    }

    .pc_br {
        display: none;
    }

    .sp_br {
        display: block;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    /*
---------------------------------------------


*/
    .l-main-area ul {
        margin: 3rem 0;
        font-size: 1.4rem;
    }

    .l-main-area ol {
        margin: 3rem 0;
        font-size: 1.4rem;
    }

    .l-main-area table {
        width: 100%;
        margin: 30px auto 20px;
        display: block;
        border-top: 1px #d3d3d3 solid;
        font-size: 1.4rem;
    }

    .l-main-area table tr {
        width: 100%;
        display: block;
    }

    .l-main-area table th {
        width: 100%;
        display: block;
        border-top: none;
    }

    .l-main-area table td {
        width: 100%;
        display: block;
        border-top: none;
    }

    .l-main-area table thead {
        width: 100%;
        display: block;
    }

    .l-main-area table thead th {
        width: 100%;
        display: block;
    }

    .l-main-area table thead td {
        width: 100%;
        display: block;
    }

    .l-main-area table tbody {
        width: 100%;
        display: block;
    }

    .l-main-area table tbody th {
        width: 100%;
        display: block;
    }

    .l-main-area table tbody td {
        width: 100%;
        display: block;
    }

    /*--------------------------------------
btns
---------------------------------------*/
    .btn-internal, p.btn-internal {
        margin: 3rem auto;
    }

    .btn-internal a {
        width: 90%;
        padding: 2rem 2rem;
        background: #04c2d0 url(img/arrow01_white.svg) no-repeat right 1rem center;
        background-size: 8px 16px;
    }

    .btn-web, p.btn-web {
        margin: 3rem auto;
    }

    .btn-web a {
        width: 90%;
        padding: 2rem 3rem;
        background: #f16e44 url(img/arrow01_white.svg) no-repeat right 1rem center;
        background-size: 8px 16px;
    }

    .btn-tel, p.btn-tel {
        display: block;
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }

    .btn-tel a {
        display: inline-block;
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 2rem 3.6rem;
        background: #f280af url(img/icon_tel.svg) no-repeat 1.5rem center;
        background-size: 20px auto;
        border-radius: 1rem;
        box-shadow: 4px 4px 0 0 #ccc;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        transition: 0.2s;
    }

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

    .btn-link, p.btn-link {
        margin: 3rem auto;
        padding: 0;
        text-align: center;
    }

    .btn-link a {
        display: inline-block;
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 2rem 3rem;
        background: #fff url(img/arrow01_navy.svg) no-repeat right 1rem center;
        background-size: 8px 16px;
        border: 2px solid #14395d;
        border-radius: 1rem;
        box-shadow: 4px 4px 0 0 #ccc;
        box-sizing: border-box;
        color: #14395d;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        transition: 0.2s;
    }

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

    .btn-page, p.btn-page {
        margin: 3rem auto;
    }

    .btn-page a {
        width: 90%;
        padding: 2rem 3rem;
        background: #04c2d0 url(img/arrow02_white.svg) no-repeat right 1.2rem center;
        background-size: 16px 8px;
    }

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

    .l-main-area .float-wrap .float-img img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

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

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

    .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 {
        margin: 0 0 20px 10px;
        float: right;
    }

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

    .l-main-area .float-wrap .catch {
        display: inline;
        width: auto;
        font-size: 1.8rem;
    }

    .l-main-area .float-wrap .float-img.ct + .catch {
        display: inline-block;
        width: 100%;
        margin: 2rem 0 1rem 0;
        text-align: center;
    }

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

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

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

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

    .l-main-area .box-wrap .box-head {
        margin: -4rem 0 0 -4rem;
        font-size: 2rem;
    }

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

    .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 .frame-wrap {
        margin: 0 auto 4rem;
        display: block;
        font-size: 1.4rem;
    }

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

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

    .l-main-area .frame-wrap .frame::before {
    }

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

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

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

    .l-main-area .l-icon-title.l-icon-title--recommend, .l-main-area .l-icon-title.l-icon-title--check, .l-main-area .l-icon-title.l-icon-title--point {
        padding: 3.5rem 1rem 1rem 1rem;
    }

    .l-main-area .l-icon-title.l-icon-title--recommend:before, .l-main-area .l-icon-title.l-icon-title--check:before, .l-main-area .l-icon-title.l-icon-title--point:before {
        content: ""!important;
        width: 50px;
        height: 50px;
        position: absolute;
        top: -2.4rem;
        left: 50%;
        margin-left: -25px;
        box-shadow: none;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .l-main-area .l-icon-title:before {
        width: 46px;
        height: 46px;
        font-size: 0.8rem;
        left: 0;
        top: -4px;
    }

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

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

    .l-main-area--low h2 {
        margin: 4rem 0 2rem 0;
        font-size: 2.1rem;
    }

    .l-main-area--low h3 {
        margin: 4rem 0 2rem 0;
        padding: 1.5rem 1.5rem 1.5rem 3.5rem;
        font-size: 1.8rem;
    }

    .l-main-area--low h3:before {
        left: 1rem;
    }

    .l-main-area--low h4, .l-main-area--low h5 {
        margin: 3rem 0 2rem 0;
        font-size: 1.6rem;
    }

    /*
---------------------------------------------

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-sitename {
        font-size: 1rem;
    }

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

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

    /*
---------------------------------------------

footer area

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

    .l-footer-area__inner::before {
        width: 40%;
        background-size: 100% auto;
    }

    .footMenu {
        width: 100%;
        height: 5rem;
        margin: 0;
        position: fixed;
        bottom: 0;
        z-index: 300;
    }

    .footMenu .menuLeft {
        width: 100%;
        height: 100%;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ccc;
    }

    .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 {
        width: 80%;
        margin: 0 auto 1.5rem auto;
    }

    .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-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;
        width: 100%;
        height: 100%;
        background: #f8fafb;
        margin: 0;
        padding: 2rem 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: 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 #5dc1c9;
    }

    .l-footer-menu__title__link {
        display: block;
        font-size: 1.5rem;
        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_blue.svg) no-repeat center center;
        background-size: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        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;
        display: block;
    }

    .l-footer-menu__list__link::before {
        top: 10px;
    }

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

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

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

    /*
---------------------------------------------

contents area

*/
    .l-contents-area {
        padding: 0;
    }

    .l-contents-area--low {
        width: 100%;
    }

    /*
---------------------------------------------

main area

*/
    .l-main-area--low {
        width: 94%;
        margin: 0 auto 7rem;
        float: none;
        overflow: visible;
    }

    .l-section-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 1rem;
    }

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

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

    #toc::before {
        top: 1rem;
        font-size: 1.8rem;
    }

    #toc::after {
        top: 5rem;
        width: calc(100% - 4rem);
    }

    /*--------------------------------------
toc-index
---------------------------------------*/
    #toc-index {
        width: calc(100% - 2rem);
        margin: 3rem auto;
        padding: 7rem 2rem 2rem 2rem;
    }

    #toc-index::before {
        top: 1rem;
        font-size: 1.8rem;
    }

    #toc-index::after {
        top: 5rem;
        width: calc(100% - 4rem);
    }

    /*--------------------------------------
banner
---------------------------------------*/
    .banner a {
        display: block;
        position: relative;
        width: calc(100% - 2rem);
        height: auto;
        min-height: 150px;
        margin: 8rem auto 4rem auto;
        background: url(img/banner_bg_01.png) no-repeat right top;
        background-size: cover;
    }

    .banner a::before {
        right: -1rem;
        bottom: -1rem;
        width: 160px;
        height: 60px;
    }

    .banner .ttl {
        left: -1rem;
        top: -1rem;
        width: 100%;
        padding: 3rem 2rem 2rem 2rem;
    }

    @media screen and (max-width: 320px) {
        .banner .ttl {
            padding: 1.5rem 1.5rem 1rem 2rem;
        }
    }

    .banner .ttl .txt-1 {
        font-size: 1.6rem;
    }

    .banner .ttl .txt-2 {
        font-size: 2.1rem;
    }

    .banner .txt-3 {
        right: 1rem;
        bottom: 0.5rem;
        padding: 0 3rem 0 0;
        background: url(img/banner_bg_02.png) no-repeat right 30%;
        background-size: 26px 10px;
        color: #fff;
        font-size: 1.4rem;
    }

    /*
---------------------------------------------

top

*/
    .l-mv {
        position: relative;
        width: 100%;
        min-width: 100%;
        min-height: auto;
        padding: 1rem 1rem 2rem 1rem;
        background: url(img/mv_bg_01.png) no-repeat left top, url(img/mv_bg_02.png) no-repeat right bottom, #f7f7f7;
        background-size: 140px auto, 101px auto;
    }

    .l-mv-wrapper {
        max-width: 100%;
    }

    .l-mv-wrapper::before {
        position: absolute;
        right: 0;
        top: 2rem;
        width: 40%;
        height: 200px;
        background: url(img/mv_bg_03.png) no-repeat left top;
        background-size: contain;
        content: "";
    }

    .l-mv-box {
        width: 100%;
    }

    .l-mv-box p:not([class]) {
        margin: 1.5rem 1rem 0 1rem;
        font-size: 1.4rem;
    }

    .l-mv-box .btn-page {
        margin: 2rem auto 0 auto;
    }

    .l-mv-box .btn-page a {
        background: #e7a301 url(img/arrow02_white.svg) no-repeat right 1.2rem center;
        background-size: 16px 8px;
        width: 90%;
    }

    .l-mv-title {
        position: relative;
        width: 100%;
        padding: 1.5rem 1rem;
        font-size: 1.6rem;
    }

    .l-mv-title::before {
        bottom: 1rem;
        width: calc(100% - 2rem);
    }

    .l-mv-title .txt-1 {
        margin: 0.5rem 0;
        padding: 0 0.5rem;
        font-size: 2rem;
    }

    .l-mv-title .txt-2 {
        font-size: 2rem;
    }

    /*--------------------------------------
l-parts
---------------------------------------*/
    .l-section-inner {
        max-width: 100%;
        margin: 0 auto;
    }

    .l-common-title {
        font-size: 1.8rem;
    }

    .l-common-title span:not([class]) {
        font-size: 2.4rem;
    }

    .l-common-title a {
        display: block;
    }

    /*--------------------------------------
l-parts01
---------------------------------------*/
    .l-parts01 {
        padding: 4rem 0 8rem 0;
    }

    .l-parts01 .block {
        display: block;
        margin: 5rem 0 0 0;
    }

    .l-parts01 .block::after {
        display: none;
    }

    .l-parts01 .block .box {
        width: 100%;
        margin: 0 auto 3rem auto;
        padding: 0 0 1rem 0;
        border: 4px solid #b4c4d7;
    }

    .l-parts01 .block .box::before {
        display: none;
        content: none;
    }

    .l-parts01 .block .box-body {
        width: calc(100% - 3rem);
        margin: 0 1.5rem 1.5rem 1.5rem;
        padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    }

    /*--------------------------------------
l-parts02
---------------------------------------*/
    .l-parts02 {
        margin: 6rem 0 0 0;
    }

    .l-parts02-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 2rem 0;
    }

    .l-parts02-inner .l-common-title {
        padding: 4rem 0 2.5rem 0;
    }

    .l-parts02-inner .l-common-title::after {
        width: 80px;
        height: 20px;
        font-size: 1.2rem;
        line-height: 20px;
    }

    .l-parts02-company {
        margin: 0 0 6rem 0;
        box-shadow: 4px 4px 0 0 #cbebf7;
    }

    .l-parts02-company .catch-title {
        padding: 2rem 1.5rem;
        font-size: 2.4rem;
    }

    .l-parts02-company .inner {
        padding: 2rem 1.5rem;
    }

    .l-parts02-company .name {
        margin: 0 0 3rem 0;
        padding: 0 0 1rem 0;
        font-size: 2.1rem;
    }

    .l-parts02-company .title {
        margin: 6rem 0 3rem 0;
        font-size: 1.8rem;
    }

    .l-parts02-company .title span:not([class]) {
        padding: 0 2rem;
    }

    .l-parts02-company .title span:not([class]) > span:not([class]) {
        font-size: 1.4rem;
    }

    .l-parts02-company .block {
        display: block;
    }

    .l-parts02-company .block .box {
        width: 100%;
        margin: 0 0 3rem 0;
        padding: 1.5rem;
    }

    .l-parts02-company .block .box-head .ttl {
        font-size: 1.8rem;
    }

    .l-parts02-company .block .box-body p {
        margin: 0;
    }

    .l-parts02-company .block .box-body p:nth-of-type(1) {
        margin: 2rem 0 0 0;
    }

    .l-parts02-company table th {
        text-align: center;
    }

    /*--------------------------------------
l-parts03
---------------------------------------*/
    .l-parts03 {
        padding: 4rem 0;
    }

    .l-parts03-column3 {
        display: block;
    }

    .l-parts03-column3k::after {
        display: none;
    }

    .l-parts03-column3__box {
        width: calc(100% - 1rem);
        margin: 0 0 3rem 0;
    }

    .accordion-btn {
        width: 90%;
        margin: 0 auto 3rem auto;
    }

    /*--------------------------------------
l-parts04
---------------------------------------*/
    .l-parts04 .block {
        display: block;
        width: calc(100% - 3rem);
        margin: 0 auto 8rem auto;
        padding: 2rem 1.2rem 2rem 2.6rem;
    }

    .l-parts04 .block::after {
        bottom: -5rem;
    }

    .l-parts04 .block .box-fig {
        width: 100%;
        margin: 0 0 2rem 0;
    }

    .l-parts04 .block .box-txt {
        width: 100%;
        padding: 0;
    }

    .l-parts04 .block .box-txt .btn-internal {
        margin: 2rem auto 0 auto;
    }

    .l-parts04-title {
        font-size: 2.1rem;
    }

    /*--------------------------------------
l-parts05
---------------------------------------*/
    .l-parts05 {
        padding: 4rem 0;
    }

    .l-parts05 .note {
        margin: 1.5rem 0 0 0;
        font-size: 1.2rem;
    }

    .l-parts05 .block {
        display: block;
    }

    .l-parts05 .block::after {
        display: none;
    }

    .l-parts05 .block .box {
        width: 100%;
        margin: 0 0 3rem 0;
    }

    /*--------------------------------------
l-parts06
---------------------------------------*/
    .l-parts06 {
        padding: 0 0 6rem 0;
    }

    .l-parts06 .float-wrap .catch {
        font-size: 1.8rem;
    }

    .l-parts06 .btn-page a {
        width: 90%;
    }

    .l-footer-menu__title__link.is-open:after {
        transform: translateY(-50%) rotate(-90deg);
    }

    .l-parts04-title a::after {
        top: 4rem;
        background-size: 8px 20px;
    }

    .link-site-map .l-footer-menu__title__link:after {
        top: 30%;
        transform: unset;
    }
}
