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

	base settings

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

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    line-height: 1.857142857;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    counter-reset: point-number;
}

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 {
    vertical-align: bottom;
}

a {
    color: #000;
}

a:active, a:hover {
    /* color: #666; */
    -webkit-transition: all 0.3s ease;
    transition: all 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;
}

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

.cf::after {
    clear: both;
}

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

.caption {
    margin: 10px 0;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    color: #666;
    word-break: break-all;
    font-size: 1rem;
    line-height: 1.4;
    scrollbar-color: #C0C0C0 #eee;
    /*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}

.caption a {
    color: #666;
    text-decoration: none;
}

/* for chrome, safari */
.caption::-webkit-scrollbar, .viral-quote::-webkit-scrollbar {
    height: 5px;
}

.caption::-webkit-scrollbar-thumb, .viral-quote::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}

.caption::-webkit-scrollbar-track, .viral-quote::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

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

	header area

    */
.l-header {
    position: relative;
    z-index: 999;
    min-height: 100%;
    width: 250px;
}

.l-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 0 7px 7px #efefef;
}

.l-header::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 250px;
    height: 100%;
    background: rgba(72, 65, 64, 0.8);
    content: '';
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    transform: translate(0, 0);
}

.l-header.show-subnavi::after {
    transform: translate(100%, 0);
}

.l-siteinfo {
    padding: 1.5rem;
    background: #fff;
}

.l-siteinfo__sitename {
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #58d5df;
}

.l-siteinfo__logo {
    display: none;
}

.l-siteinfo__sitename a {
    text-decoration: none;
    color: #58d5df;
}

.l-siteinfo__sitename a:hover {
    text-decoration: none;
    color: #ff634b;
}

.l-siteinfo__logo img {
    width: 100%;
}

.l-siteinfo__logo a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
}

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

.l-gnavi-area {
    height: 100%;
    background: #fff;
    overflow-y: auto;
}

.l-gnavi-list {
    position: relative;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.l-gnavi-list__item {
    border-bottom: solid 1px #000;
}

.l-gnavi-list__link {
    display: block;
    margin: 0 auto;
    font-size: 1.5rem;
    padding: 2rem 2rem 2rem 4rem;
    background: #fff url(img/Arrow_b.svg) no-repeat left 2rem center;
    background-size: 10px;
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.l-gnavi-list__link:hover {
    opacity: .6;
}

.l-gnavi-list.is-show::after {
    transform: translate(100%, 0);
}

.l-gnavi-sub-list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 155px 0 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: translate(0, 0);
    overflow-y: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
}

.l-gnavi-sub-list::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.l-gnavi-sub-list__item:nth-child(1), .l-gnavi-sub-list__item:nth-child(2) {
    display: none;
}

.l-gnavi-sub-list__link {
    display: block;
    padding: 1rem 2rem 1rem 4rem;
    background: url(img/Arrow_b.svg) no-repeat left 2rem center;
    background-size: 10px;
    color: #fff;
    text-decoration: none;
}

.l-gnavi-sub-list__link:hover {
    color: #fff;
    text-decoration: underline;
}

.l-gnavi-sub-list.is-show {
    transform: translate(100%, 0);
}

.l-gnavi-sub-list.is-show .l-gnavi-sub-list {
    transform: translate(0, 0);
}

.l-gnavi-sub-list .l-gnavi-sub-list {
    position: static;
    padding: 0 0 0 2rem;
    width: 100%;
    height: inherit;
}

.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-navi-open .l-gnavi-area {
    transform: translateX(0);
}

/*
	---------------------------------------------
	
		footer area
	
       */
.l-footer-area {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f4f4f4;
    text-align: center;
}

.l-footer-area__inner {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1000px;
}

.l-footer-disclaimer {
    margin: 0 auto;
    padding: 20px;
    width: 500px;
    background: #ececec;
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
}

.l-footer-disclaimer.noticeArea {
    background: none;
    text-align: center;
}

.l-footer-list {
    margin: 0 0 20px 0;
}

.l-footer-list__item {
    display: inline-block;
    padding: 0 0 0 20px;
}

.l-footer-bottom {
    margin: 0 auto;
    padding: 0 20px;
    background: #8e7456;
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
}

.l-footer-bottom__inner {
    display: table;
    margin: 0 auto;
    width: 1100px;
}

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

.l-footer-bottom__sitemap__link {
    padding: 0 20px 0 0;
    background: url(img/arrow01_white.svg) no-repeat right center;
    background-size: 6px 12px;
    color: #ffffff;
    text-decoration: none;
}

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

.l-footer-copy-wrapper {
    background: #58d5df;
    color: #000;
}

.l-footer-copy {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 2rem;
    max-width: 1000px;
    font-size: 1.2rem;
}

.l-footer-copy .sitemap {
    text-align: right;
}

.l-footer-copy .sitemap a {
    padding-right: 2rem;
    background: url(img/RightArrow.png) no-repeat right 0px center;
    background-size: 8px 12px;
    text-align: right;
}

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

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

.l-footer-menu-wrapper {
    margin: 0 auto;
    padding: 50px 0;
}

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

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

.l-footer-menu__title__link {
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

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

.l-footer-menu__list__item {
    float: left;
    width: 25%;
}

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

.l-footer-menu__list__link {
    display: block;
    padding: 5px 10px;
    color: #000;
    text-align: left;
    text-decoration: none;
    font-size: 1.2rem;
}

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

.l-footer-submenu__list__link {
    display: block;
    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-parts.low {
    padding: 2.6rem;
    margin-bottom: 0;
}

.l-pagetop {
    position: fixed;
    right: 20px;
    bottom: 80px;
}

.l-pagetop__link:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
}

.l-sns-list__item img {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
}

.l-sns-list--header {
    /* display: none; */
    justify-content: space-around;
    margin: 3rem 2rem;
}

.l-sns-list--menu {
    margin: 0 auto 20px auto;
}

.l-sns-list--fixed {
    position: fixed;
    right: 35px;
    bottom: 150px;
}

.l-sns-list--fixed .l-sns-list__item {
    display: block;
    padding: 0 0 20px;
}

.l-tab {
    margin: 0 0 30px;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
}

.l-tab__btn {
    font-size: 0;
    cursor: pointer;
}

.l-tab__btn__item {
    display: inline-block;
    padding: 10px;
    width: calc(100% / 2);
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    text-align: center;
    font-size: 1.4rem;
}

.l-tab__btn__item:last-child {
    border-right: none;
}

.l-tab__btn__item.is-active {
    border-bottom: none;
}

.l-tab__content {
    display: none;
    padding: 10px;
}

.l-tab__content.is-active {
    display: block;
}

#pankuzu {
    margin: 15px auto;
    width: 100%;
    font-size: 1.2rem;
}

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

	contents area

    */
.l-wrapper {
    display: flex;
    width: 100%;
    transition: none;
}

.l-contents-area {
    width: calc(100% - 250px);
    background-color: #fff;
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
}

.l-contents-area__inner {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1000px;
}

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

	main area

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

.l-main-area--low {
    margin: 50px auto;
    width: 100%;
}

.l-main-area .top_h3 {
    margin: 2.6rem 0;
    padding: 1.6rem;
    border-left: solid 15px #484140;
    background: #e7e0df;
    color: #484140;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.4;
}

.l-main-area .top_h4 {
    margin: 3rem 0;
    padding: 5px;
    border-bottom: solid 4px #ec8d52;
    color: #484140;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.4;
}

.l-main-area .top_h5 {
    margin: 3rem 0;
    border-bottom: dotted 2px #b0a8a7;
    color: #252322;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}

.l-main-area ul:not([class]) {
    margin: 30px 20px 20px;
}

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

.l-main-area ul:not([class]) li::before {
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 14px;
    height: 12px;
    background: url(img/ul.png) no-repeat 0 0;
    background-size: 100%;
    content: '';
}

.l-main-area ol:not([class]) {
    margin: 30px 20px 20px 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 30px;
}

.l-main-area ol:not([class]) li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    padding-top: 3px;
    width: 22px;
    height: 19px;
    background: #000;
    color: #ffffff;
    content: counter(number);
    counter-increment: number;
    text-align: center;
    line-height: 17px;
}

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

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

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

.l-main-area table thead th {
    width: 31%;
    background: #ededed;
    text-align: center;
}

.l-main-area table thead td {
    background: #fff;
}

.l-main-area table tbody th {
    width: 33%;
    background: #ededed;
    text-align: center;
}

.l-main-area table tbody td {
    background: #fff;
}

.l-main-area table .time-small {
    font-size: .8em;
    display: inline-block;
    line-height: 1.4;
    word-break: normal;
}

.l-main-area .btn-web {
    display: block;
    margin: 6rem auto 4rem;
    padding: 0;
    width: 480px;
    -webkit-border-radius: 10px;
    border-radius: 30px;
    background: #ff634b;
    box-shadow: 2px 4px 0px 0px #b0a8a7;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.l-main-area .btn-web:hover {
    background: #2dad36;
}

.l-main-area .btn-web a {
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 1.7rem 3rem 1.7rem 1.7rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
}

.l-main-area .btn-web a::after {
    content: "";
    position: absolute;
    background: url(img/Square_w.png) no-repeat;
    width: 21px;
    height: 18px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.l-main-area .btn-internal {
    display: block;
    margin: 3rem auto;
    padding: 0;
    width: 480px;
    text-align: center;
}

.l-main-area .btn-internal a {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 1.7rem 5rem;
    width: 100%;
    -webkit-border-radius: 1rem;
    border-radius: 30px;
    background: #084e96 url(img/Arrow_w.png) no-repeat right 2rem center;
    background-size: 11px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    box-shadow: 2px 4px 0px 0px #b0a8a7;
    transition: .3s;
}

.l-main-area .btn-internal a:hover {
    background: #b3920d url(img/Arrow_w.png) no-repeat right 2rem center;
    background-size: 11px;
}

.l-main-area .btn-tel {
    display: none;
}

.l-main-area .btn-link {
    margin: 20px 30px;
    padding: 0;
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.4;
}

.l-main-area .btn-link a {
    padding: 0.5rem 2rem 0.7rem 0;
    background: url(img/Arrow_black.png) no-repeat right center;
    background-size: 8px;
    opacity: 1;
}

.l-main-area .btn-link a:hover {
    text-decoration: underline;
    opacity: .6;
}

.l-main-area .btn-accordion {
    width: 400px;
    max-width: 100%;
    border: 1px solid #ff634b;
    margin: 30px auto;
    padding: 15px 40px;
    text-align: center;
    color: #ff634b;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .05em;
    background: #fff url(img/accordion_plus.png) no-repeat right 30px center;
    background-size: 23px;
    opacity: 1;
    cursor: pointer;
}

.l-main-area .btn-accordion.is-open {
    background: #fff url(img/accordion_minus.png) no-repeat right 30px center;
    background-size: 23px;
}

#accordion-content {
    display: none;
}

#accordion-content .l-lists__flex {
    margin: 0;
}

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

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

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

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

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

.l-main-area .float-wrap .caption {
    display: block;
    padding: 8px 0 0 0;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}

.l-main-area .icon-check {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    width: 90px;
    height: 90px;
    border: solid 3px #484140;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f16915;
    color: #484140;
    font-weight: bold;
    font-size: 1.5rem;
}

.l-main-area .icon-point {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: solid 3px #f16915;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #484140;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
}

.l-main-area .l-icon-title {
    position: relative;
    margin: 5rem 0;
    padding: 2rem 2rem 2rem 10rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e8e7e7;
    color: #000;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.4;
}

.rank_wrap_recommend, .rank_wrap_check, .rank_wrap_point, .rank_wrap_number {
    counter-reset: number;
}

.l-main-area .l-icon-title--number::before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    width: 84px;
    height: 84px;
    border: solid 3px #000000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #89c2d2;
    color: #000;
    content: counter(number);
    counter-increment: number;
    font-weight: bold;
    font-size: 3.6rem;
}

.l-main-area .l-icon-title--recommend::before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    width: 84px;
    height: 84px;
    border: solid 3px #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    color: #fff;
    content: 'おすすめ';
    font-weight: bold;
    font-size: 1.5rem;
}

.l-main-area .l-icon-title--check::before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    width: 84px;
    height: 84px;
    border: solid 3px #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #000;
    content: 'CHECK';
    font-weight: bold;
    font-size: 1.5rem;
}

.l-main-area .l-icon-title--point::before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    width: 84px;
    height: 84px;
    border: solid 3px #89c2d2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #89c2d2;
    color: #000;
    content: 'POINT';
    font-weight: bold;
    font-size: 1.5rem;
}

.l-main-area .l-icon-title--recommend.number::before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    padding-bottom: 30px;
    width: 84px;
    height: 54px;
    border: solid 3px #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    color: #fff;
    content: 'おすすめ';
    font-weight: bold;
    font-size: 1.5rem;
}

.l-main-area .l-icon-title--check.number::before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    padding-bottom: 30px;
    width: 84px;
    height: 54px;
    border: solid 3px #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    color: #000;
    content: 'CHECK';
    font-weight: bold;
    font-size: 1.5rem;
}

.l-main-area .l-icon-title--point.number::before {
    position: absolute;
    top: 50%;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
    padding-bottom: 30px;
    width: 84px;
    height: 54px;
    border: solid 3px #89c2d2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #89c2d2;
    color: #000;
    content: 'POINT';
    font-weight: bold;
    font-size: 1.5rem;
}

.l-main-area .l-icon-title--recommend.number::after {
    position: absolute;
    top: 3rem;
    bottom: 0;
    left: 2.4rem;
    display: inline-block;
    margin: auto;
    padding-top: 0.3rem;
    height: 40px;
    color: #ffffff;
    content: counter(number);
    counter-increment: number;
    text-align: center;
    font-size: 30px;
}

.l-main-area .l-icon-title--check.number::after {
    position: absolute;
    top: 3rem;
    bottom: 0;
    left: 2.4rem;
    display: inline-block;
    margin: auto;
    padding-top: 0.3rem;
    height: 40px;
    color: #000000;
    content: counter(number);
    counter-increment: number;
    text-align: center;
    font-size: 30px;
}

.l-main-area .l-icon-title--point.number::after {
    position: absolute;
    top: 3rem;
    bottom: 0;
    left: 2.4rem;
    display: inline-block;
    margin: auto;
    padding-top: 0.3rem;
    height: 40px;
    color: #000000;
    content: counter(number);
    counter-increment: number;
    text-align: center;
    font-size: 30px;
}

.l-main-area .box-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 5px;
    width: 100%;
}

.l-main-area .box-wrap .box {
    margin: 0 30px 20px 0;
    padding: 0;
    width: calc((100% - 25px - 15px) / 2);
    border: solid 3px #000;
    background: #fefdfd;
}

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

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

.l-main-area .box-wrap .box-head {
    display: flex;
    align-items: center;
    border-bottom: solid 3px #000;
    background: #89c2d2;
    font-weight: bold;
}

.l-main-area .box-wrap .box-head a {
    display: block;
    padding: 2rem 5rem 2rem 2rem;
    width: 100%;
    background: url(img/Arrow_b.png) no-repeat right 2rem center;
    background-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 1.4;
}

.l-main-area .box-wrap .box-head a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.l-main-area .box-wrap .box-body {
    padding: 20px;
}

.l-main-area .frame-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 5px;
    width: 100%;
}

.l-main-area .frame-wrap .frame {
    margin: 0 30px 20px 0;
    padding: 2rem;
    width: calc((100% - 40px - 30px) / 3);
    background: #e8e7e7;
}

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

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

.l-main-area .frame-wrap .frame-head {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 0 0 2rem;
}

.l-main-area .frame-wrap .frame-head::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 3px;
    background: #89c2d2;
    content: '';
}

.l-main-area .frame-wrap .frame-head a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 2.5rem 0 0;
    width: 100%;
    background: url(img/Arrow_b.png) no-repeat right center / 17px auto;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}

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

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

/* low ----------------*/
.l-main-area--low {
    position: relative;
}

.l-main-area--low p span {
    color: #ff634b;
    font-size: 1.7rem;
    letter-spacing: .03em;
}

.l-main-area--low h1:not([class]), .l-main-area .top_h2 {
    position: relative;
    margin: 3rem 0 .5rem;
    padding: 2rem 1.6rem 2rem 1.6rem;
    background: #58d5df;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.428571429;
}

.l-main-area .top_h2:not([class]) {
    margin-top: 12rem;
}

.l-main-area--low h1: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 .top_h2 a {
    display: block;
    text-decoration: none;
    background: url(img/h_link_ico.png) no-repeat center right;
    padding-right: 2rem;
}

.l-main-area--low h1:not([class]) a {
    color: #fff;
}

.l-main-area--low h1:not([class]) a:hover, .l-main-area--low h2:not([class]) a:hover, .l-main-area--low h3:not([class]) a:hover, .l-main-area--low h4:not([class]) a:hover, .l-main-area--low h5:not([class]) a:hover, .l-main-area .top_h2 a:hover {
    opacity: .5;
}

.l-main-area--low h2:not([class]) {
    margin: 10rem 0 2.6rem;
    padding: 1.6rem;
    border: solid 1px #58d5df;
    border-left: solid 7px #58d5df;
    background: #e4f6f8;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: .03em;
}

.l-main-area--low h3:not([class]) {
    position: relative;
    margin: 5rem 0;
    padding: 5px 5px 10px 95px;
    border-bottom: solid 1px #333;
    color: #58d5df;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.636363636;
    letter-spacing: .03em;
}

.l-main-area--low h3:not([class])::after {
    position: absolute;
    top: 5px;
    left: 0;
    width: 78px;
    height: calc(100% - 1rem);
    background: url(img/h3.png) no-repeat left center;
    background-size: 100%;
    content: '';
}

.l-main-area--low h3:not([class]) a {
    color: #58d5df;
}

.l-main-area--low h4:not([class]), .l-main-area--low h5:not([class]) {
    margin: 5rem 0;
    padding: 0 0 1rem;
    border-bottom: dashed 1px #333;
    color: #000;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: .03em;
}

.l-main-area--low h4:not([class]) a {
    color: #000;
}

.l-main-area--low h5:not([class]) {
    border-bottom: dashed 1px #333;
    color: #58d5df;
}

.l-main-area--low h5:not([class]) a {
    color: #58d5df;
}

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

	top

    */
.l-mv {
    background: url(img/mv.png) no-repeat right;
    margin: 0;
}

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

.l-mv__content {
    width: 422px;
    max-width: 100%;
    padding-top: 35px;
    margin-left: 5%;
}

.l-mv__content__title {
    background-color: #fc7e8b;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    margin-bottom: 25px;
}

.l-mv__content__title2 {
    color: #084e96;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.263157895;
    margin-bottom: 30px;
}

.l-mv__content__catch {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 40px;
}

.l-parts {
    margin-bottom: 8rem;
    background: #fff;
}

.l-parts .btn-internal {
    margin-bottom: 6rem;
}

.l-parts__title {
    position: relative;
    padding: 2rem 3rem 1.8rem;
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.5;
    margin: 0 auto 30px;
}

.l-parts__title span {
    font-size: 2.4rem;
    display: block;
}

.l-parts__title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 85px;
    height: 4px;
    background-color: #fc787f;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.l-parts__title a {
    display: table;
    background: url(img/Arrow_black.png) no-repeat right center;
    background-size: 13px;
    text-decoration: none;
    padding: 0 70px;
    margin: 0 auto;
}

.l-parts__text {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    padding: 6rem 3rem 4.5rem;
    text-align: center;
}

.l-parts01__column2 {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border: 3px solid #000;
}

.l-parts01__column2::before {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    width: 43px;
    height: 43px;
    margin: auto;
    background: url(img/parts01_img_01.png) no-repeat 0 / contain;
    content: '';
    z-index: 2;
}

.l-parts01__column2::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.5rem;
    width: 34px;
    height: 60%;
    margin: auto;
    background-image: radial-gradient(#000000 17%, transparent 20%);
    background-position: 0 0;
    background-size: 22px 22px;
    background-repeat: repeat-y;
    content: '';
}

.l-parts01__column2__left, .l-parts01__column2__right {
}

.l-parts01__column2__left {
    width: calc((100% / 2) - 3px);
}

.l-parts01__column2__right {
    width: calc((100% / 2) + 3px);
}

.l-parts01__column2__title1 {
    position: relative;
    margin-bottom: 4rem;
    padding: 2rem 1.5rem;
    background: #89c2d2;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2;
    border-bottom: 3px solid #000;
}

.l-parts01__column2__title1::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    width: 34px;
    height: 32px;
    margin: auto;
    background: url(img/l-parts01__column2__title_arrow.png) no-repeat;
    content: '';
}

.l-parts01__column2__item {
    margin: 0;
    padding: 0 2rem 2rem;
}

.l-parts01__column2__item ul {
    /* margin: 0; */
}

.l-parts01__column2__item ul li {
    margin-bottom: .5rem;
}

.l-parts01__column2__item__lead {
    position: relative;
    margin-bottom: 1em;
    font-weight: bold;
}

.l-parts01__column2__item__icon {
    position: absolute;
    top: 0;
    right: -14.5rem;
    width: 13rem;
    height: 13rem;
}

.l-parts01__column2__item__text {
    padding-bottom: 3.5rem;
}

.l-parts01__column2__title2 {
    margin-bottom: 2rem;
    color: #f16915;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
}

.l-parts01__column2__image {
    width: 100%;
    height: 19rem;
    text-align: center;
}

.l-parts01__column2__image img {
    object-fit: cover;
}

.l-parts01__column2 .btn-internal {
    margin: 3rem auto 0 auto;
    width: 80%;
}

.l-parts01__column2 .btn-internal a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 5rem 1.5rem 1.5rem;
}

.l-parts01__column2__right .l-parts01__column2__title1 {
    border-left: 3px solid #000;
}

.l-parts01__column2__right .l-parts01__column2__item__icon {
    display: none;
}

.l-parts01__column2__right .l-parts01__column2__item {
    margin: 0;
    width: 100%;
}

.l-parts01__column2__right .l-parts01__column2__title2 {
    color: #484140;
}

.l-parts01__column2__left .btn-internal a {
    border: solid 3px #f16914;
    background: #ffefd6 url(img/arrow01_orange.svg) no-repeat right 2rem center;
    background-size: 1.8rem;
    color: #f16914;
}

@media screen and (max-width: 1028px) and (min-width: 600px) {
    .l-parts01__column2__title1 {
        /* background: url(img/parts01_title_bg1_tb.svg) no-repeat center bottom; */ /* background-size: 100% auto; */
    }

    .l-parts01__column2__right .l-parts01__column2__title1 {
        /* background: url(img/parts01_title_bg2_tb.svg) no-repeat center bottom; */
        /* background-size: 100% auto; */
    }
}

.l-parts02__column3 {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 2.6rem 6rem 2.6rem;
}

.l-parts02__column3__item {
    position: relative;
    display: flex;
    width: calc((100% - 56px)/ 3);
    background: #ec8d52;
}

.l-parts02__column3__item::after {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #ec8d52), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #ec8d52), color-stop(0.75, #ec8d52), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #ec8d52 25%, transparent 25%, transparent 50%, #ec8d52 50%, #ec8d52 75%, transparent 75%, transparent);
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    content: '';
}

.l-parts02__column3__item__link {
    flex: 0 1 auto;
    margin: auto;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    background: url(img/arrow02_white.svg) no-repeat left 10px center;
    background-size: 23px 23px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
}

.l-parts02__inner {
    position: relative;
}

.l-parts02__inner:not(:last-child)::before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #e8e7e7;
    content: "";
    z-index: 5;
}

.l-parts02__inner:nth-of-type(even) {
    background: #fff;
}

.l-parts02__inner:nth-of-type(even)::before {
    border-top: 30px solid #fff;
}

.l-parts02__inner.even {
    background: #fff;
}

.l-parts02__inner.even::before {
    border-top: 30px solid #e7e0df;
}

.l-parts02__box {
    padding: 0 5rem;
    margin: 8rem 2rem 0;
    background: #fff;
    border: #0065ac 2px solid;
}

.l-parts02__box__title {
    position: relative;
    margin: -5rem 0 4rem -7rem;
    padding: 1.5rem 2rem;
    width: 70%;
    background: #0065ac;
    color: #fff;
}

.l-parts02__box__title::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #052a50;
}

.l-parts02__box__catch {
    font-weight: bold;
    font-size: 1.8rem;
}

.l-parts02__box__name {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.6;
    margin: 0;
}

.l-parts02__box__name-number {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 30px;
}

.l-parts02__box__name-number span.mr {
    margin-right: 40px;
}

.l-parts02__box__header {
    width: 100%;
    background: url(img/box-header_bg.png) no-repeat;
    background-size: cover;
    color: #0065ac;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.l-parts02__box__header__subtitle {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.l-parts02__box__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4.5rem;
}

.l-parts02__box__item__left {
    width: 41%;
}

.l-parts02__box__item__left img {
    width: 100%;
}

.l-parts02__box__item__left .quotaion {
    padding: 1rem 0;
    color: #999;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.2;
}

.l-parts02__box__item__left .caution {
    padding: 1rem 0;
    color: #666666;
    font-size: 1rem;
    line-height: 1.166666667;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
}

.l-parts02__box__item__left .caution a {
    color: #666666;
}

.l-parts02__box__item__left .caution::-webkit-scrollbar {
    height: 8px;
}

.l-parts02__box__item__left .caution::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ececec;
}

.l-parts02__box__item__left .caution::-webkit-scrollbar-thumb {
    background-color: #c9c7c7;
    border-radius: 10px;
}

.l-parts02__box__item__right {
    width: 54%;
}

.l-parts02__box__item__right .average {
    display: table;
    margin-bottom: 2rem;
    width: 100%;
}

.l-parts02__box__item__right .average__left {
    display: table-cell;
    padding: 1rem;
    width: 40%;
    background: #89c2d2;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.l-parts02__box__item__right .average__right {
    display: table-cell;
    padding: 1rem;
    width: 60%;
    background: #e8e7e7;
    color: #484140;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
}

.l-parts02__box__item__right .average__upper {
    padding: 1rem;
    width: 100%;
    background: #89c2d2;
    color: #000;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.l-parts02__box__item__right .average__under {
    padding: 1rem;
    width: 100%;
    background: #e8e7e7;
}

ul.taglist {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

ul.taglist li {
    margin: 0 .8rem .8rem 0;
    padding: .3rem;
    border: 2px solid #000;
    background: #fff;
    font-weight: bold;
}

ul.taglist li::before {
    content: none;
}

ul.taglist li.off {
    border-color: #999;
    color: #fff;
    background: #999;
}

.l-parts02__box__item__right .average__right .small {
    padding-left: 0.5rem;
    font-size: 1.8rem;
}

.l-parts02__box__item__right .catch {
    margin-bottom: 1rem;
    border-bottom: dotted 2px #ec8d52;
    color: #484140;
    font-weight: bold;
    font-size: 1.8rem;
}

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

.l-parts02__box__column2__items {
    position: relative;
    padding: 6rem 2.4rem 2.4rem;
    width: 48%;
    background: #fff;
    border: 3px solid #89c2d2;
}

.l-parts02__box__column2__items .example {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: .5rem 2rem;
    background: #89c2d2;
    width: 160px;
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
}

.l-parts02__box__column2__items .tableList {
    display: flex;
    margin-bottom: 2rem;
    align-items: flex-end;
}

.l-parts02__box__column2__items .tableList__left {
    width: 25%;
}

.l-parts02__box__column2__items .tableList__left img {
    width: 100%;
}

.l-parts02__box__column2__items .tableList__right {
    padding: 0 0 0 2.5rem;
    width: 75%;
}

.l-parts02__box__column2__items .tableList__right table {
    margin: 0;
}

.l-parts02__box__column2__items .tableList__right table td {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
}

.l-parts02__box__item .btn-web {
    margin: 3rem auto 5rem;
}

.l-parts02__box__item .btn-web a {
    position: relative;
    padding: 1.7rem 5rem 1.7rem 2rem;
    font-size: 2rem;
}

.l-parts02__three-columns__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 3.5rem 0 5rem;
}

.l-parts02__three-columns {
    width: calc((100% - 65px) / 3);
    background-color: #ececec;
    padding: 0 2rem 2rem;
    margin-right: 32px;
}

.l-parts02__three-columns:nth-child(3) {
    margin-right: 0;
}

.l-parts02__three-columns__title {
    margin-bottom: 1.5rem;
    color: #000;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.555555556;
    display: flex;
    align-items: center;
}

.l-parts02__three-columns__title a {
    display: block;
    color: #000;
    text-decoration: none;
    background: url(img/h_link_ico.png) no-repeat center right 10px / 16px;
}

.l-parts02__three-columns__title a:hover {
    opacity: .6;
}

.l-parts02__three-columns__image {
    margin-bottom: .5rem;
    text-align: center;
}

.l-parts02__three-columns__image img {
    max-width: 100%;
    margin-top: -47.5px;
}

.l-parts02__three-columns__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 15px;
}

.l-parts02__three-columns__caution {
    color: #666666;
    font-size: 1.2rem;
    line-height: 2;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
	display: block;
}

.l-parts02__three-columns__caution a {
    color: #666666;
}

.l-parts02__three-columns__caution::-webkit-scrollbar {
    height: 8px;
}

.l-parts02__three-columns__caution::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
}

.l-parts02__three-columns__caution::-webkit-scrollbar-thumb {
    background-color: #c9c7c7;
    border-radius: 10px;
}

.l-parts02__box__lists {
    width: 100%;
    background-color: #e4f6f8;
    padding: 15px 25px;
    margin: 15px 0 55px;
}

.l-parts02__box__lists.no-bg {
    background: none;
    padding: 0 25px;
    margin: 15px 0 45px;
}

.l-parts02__box__lists li {
    position: relative;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 20px;
}

.l-parts02__box__lists li::before {
    content: "";
    position: absolute;
    background-color: #0065ac;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 11px;
    left: 0;
}

.l-parts02__box table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 50px;
}

.l-parts02__box table th {
    font-weight: normal;
    font-size: 1.8rem;
    text-align: center;
    padding: 5px;
}

.l-parts02__box table td {
    width: 8.6%;
    font-size: 1.6rem;
    text-align: center;
    padding: 5px;
}

.l-parts02__three-columns__lead {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

ul.l-parts02__column3 {
    margin: 0 2.6rem 6rem 2.6rem;
}

ul.l-parts02__column3 .l-parts02__column3__item {
    margin: 0;
    padding: 0.5rem;
}

ul.l-parts02__column3 .l-parts02__column3__item::before {
    content: none;
}

.l-parts03 {
    margin: 3.2rem 3rem 5rem;
}

.l-parts03__title {
    position: relative;
    margin: -8.5rem auto 5rem;
    padding: 1rem;
    width: 30%;
    background: #89c2d2;
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border: 3px solid #000;
}

.l-parts03__title::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    width: 34px;
    height: 32px;
    margin: auto;
    background: url(img/l-parts01__column2__title_arrow.png) no-repeat;
    content: '';
}

.l-parts03__text {
    margin-bottom: 5rem;
    color: #fff;
}

.l-parts03__box {
    margin: 0 auto 2rem auto;
    background: #fff;
}

.l-parts03__box__btn {
    position: relative;
    padding: 1.5rem 3rem 1.5rem 10rem;
    background: #e4f6f8 url(img/3sen_open.png) no-repeat right 15px center;
    background-size: 19px;
    font-weight: bold;
    font-size: 2.2rem;
    cursor: pointer;
}

.l-parts03__box__btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: #58d5df;
    color: #fff;
    content: "Q";
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 7.2rem;
    line-height: 1;
    box-sizing: border-box;
}

.l-parts03__box__btn.is-open {
    background: #e4f6f8 url(img/3sen_close.png) no-repeat right 15px center;
    background-size: 19px;
}

.l-parts03__box__answer {
    position: relative;
    display: none;
    border: 3px solid #fffbf7;
    padding: 2.5rem 2.5rem 3.5rem;
    font-size: 1.6rem;
    line-height: 1.75;
}

.l-parts03__box__answer .btn-link {
    font-size: 1.4rem;
    margin: 1rem 0 0;
}

.l-parts04__box {
    display: table;
    margin: 0 auto 2rem auto;
    width: 100%;
    padding: 0 3rem;
}

.l-parts04__box__left {
    position: relative;
    display: table-cell;
    width: 110px;
    background: #89c2d2;
    vertical-align: middle;
}

.l-parts04__box__left::before {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #89c2d2;
    content: "";
}

.l-parts04__box__right {
    display: table-cell;
    padding: 2rem 4rem;
    width: calc(100% - 110px);
    background: #fff;
    vertical-align: middle;
}

.l-parts04__box .icon {
    padding: 2rem;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.l-parts04__box .icon span {
    display: block;
    padding-top: 2rem;
    font-size: 5rem;
}

.l-parts04__box .catch {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 2rem;
}

.l-parts04__conclusion {
    position: relative;
    margin-top: 2rem;
    padding: 0;
}

.l-parts04__conclusion::before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #e8e7e7;
    content: "";
}

.l-parts04__conclusion .comparison-area {
    padding-top: 6rem;
}

.l-parts04__conclusion__title {
    position: relative;
    display: inline-block;
    margin: 5rem 0 2rem;
    padding: 0 8.5rem;
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
}

.l-parts04__conclusion__title::before, .l-parts04__conclusion__title::after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #fff;
    content: '';
}

.l-parts04__conclusion__title::before {
    left: 0;
}

.l-parts04__conclusion__title::after {
    right: 0;
}

.l-parts04__conclusion__title span {
    font-size: 2rem;
}

.l-parts04__conclusion__inner {
    margin: 0 auto;
    padding: 2rem 4rem;
    width: 90%;
    background: #484140;
    color: #fff;
}

.l-parts04__conclusion__inner .catch {
    margin-bottom: 1rem;
    color: #f16914;
    font-weight: bold;
    font-size: 2.4rem;
}

.l-parts04__conclusion__inner .text {
    text-align: left;
}

.l-parts05__wrap {
    margin: 5.5rem 0;
}

.l-parts05__wrap__title {
    margin: 0 0 4rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

.l-parts05__wrap__title::before {
    content: '[';
    padding: 0 10rem 0 0;
}

.l-parts05__wrap__title::after {
    content: ']';
    padding: 0 0 0 10rem;
}

.l-parts05 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 5.5rem 2.6rem 5rem;
}

.l-parts05__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 40px;
}

.l-parts05__box {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
    margin-bottom: 72px;
}

.l-parts05__box:nth-child(3n) {
    margin-right: 0;
}

.l-parts05__box__title {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-parts05__box__title a {
    display: block;
    text-decoration: none;
    background: url(img/Arrow_b.png) no-repeat top 7px right;
    background-size: 11px;
    padding: 0 25px 0 0;
    margin: 0 auto;
    width: 100%;
}

.l-parts05__box__title a:hover {
    opacity: .6;
}

.l-parts05__box__text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.l-parts05__box__image {
    margin: 0 auto 3rem;
    text-align: center;
    width: 70%;
}

.l-parts05__box__image img {
    max-width: 100%;
}

.l-parts05__box__lead {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.l-parts06 {
    background-color: #e4f6f8;
    padding: 80px 30px 20px;
    margin-bottom: 80px;
}

.l-parts06 .frame-wrap {
    margin-bottom: 14px;
}

.l-parts06 .l-parts__text {
    text-align: left;
    padding: 0 0 3rem;
}

.l-parts06__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 5.5rem 0 0;
}

.l-parts06__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 40px;
}

.l-parts06__box {
    width: calc((100% - 64px) / 3);
    background-color: #fff;
    padding: 20px;
    margin-right: 32px;
    margin-bottom: 32px;
}

.l-parts06__box:nth-child(3n) {
    margin-right: 0;
}

.l-parts06__box__title {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-parts06__box__title a {
    display: block;
    text-decoration: none;
    background: url(img/Arrow_b.png) no-repeat center right 5px;
    background-size: 11px;
    padding: 0 25px;
    margin: 0 auto;
    width: 100%;
}

.l-parts06__box__title a:hover {
    opacity: .6;
}

.l-parts06__box__text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.l-parts06__box__image {
    margin-bottom: 3rem;
    text-align: center;
    margin-top: 0;
}

.l-parts06__box__image img {
    max-width: 100%;
}

/* 比較表 */
.comparison-area {
    padding: 3rem;
    background: #58d5df;
    /* border: 3px solid #000; */
}

.comparison-area .mainttl, .comparison-area .mainttl h2.comparison-area__title {
    color: #fff;
    font-size: 3.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.5;
    z-index: -1;
}

.comparison-area .mainttl__subtitle {
    line-height: .2;
    margin-bottom: 10px;
}

.comparison-area .mainttl span {
    background: #fff;
    color: #fc787f;
    font-size: 2rem;
    line-height: 1.75;
    padding: 0 15px;
}

.comparison-area .l-parts__text {
    font-weight: normal;
    padding: 0 0 2rem;
}

.comparison-list {
    display: flex;
    flex-flow: row wrap;
}

.comparison-box {
    position: relative;
    width: calc((100% / 3) - (30px / 3));
    margin: 0 0 0 15px;
    background: url(img/comparison-box_bg.png) no-repeat bottom center;
    background-size: cover;
}

.l-main-area--low .comparison-box {
    position: relative;
    margin: 0 0 0 15px;
    background: #FFF;
    background-size: cover;
}

.comparison-box:first-child {
    margin-left: 0;
}

.comparison-box .ttl {
    margin: 0 0 2rem;
    padding: 1.5rem 0 1.5rem;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    background-color: #0065ac;
    color: #fff;
}

.comparison-box .cmn01-image {
    margin: 0 auto;
    text-align: center;
}

.comparison-box .cmn01-image img {
    max-width: 100%;
}

.comparison-box .comparison_cts dt {
    position: relative;
    margin: 2rem 0 0;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.comparison-box .comparison_cts dt::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #000;
    content: '';
    z-index: -1;
}

.comparison-box .comparison_cts dt::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    margin: auto;
    background: #fff;
    content: '';
    z-index: -1;
}

.comparison-box .comparison_cts .popup {
    position: relative;
    cursor: pointer;
}

.comparison-box .comparison-box__inner {
    padding: 0 16px 35px;
}

.l-main-area--low .comparison-box .comparison-box__inner {
    padding: 0 16px 0;
}

.comparison-box .subttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.comparison-box .feature {
    background: url(img/feature_bg.png) no-repeat;
    background-size: cover;
    color: #0065ac;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.comparison-box .lists {
    background-color: #ececec;
    padding: 15px;
    margin: 10px 0 10px;
}

.comparison-box .lists li {
    position: relative;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 20px;
}

.comparison-box .lists li::before {
    content: "";
    position: absolute;
    background-color: #0065ac;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 11px;
    left: 0;
}

.comparison-box .tel-number {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 15px;
}

.comparison-box .internal-link {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.375;
    text-align: center;
    margin: 0 auto;
}

.comparison-box .internal-link a {
    position: relative;
    display: block;
    text-decoration: none;
    opacity: 1;
}

.comparison-box .internal-link a:hover {
    color: #0065ac;
    transition: none;
}

.comparison-box .internal-link a::after {
    content: "";
    position: absolute;
    background: url(img/Arrow_b_down.svg) no-repeat;
    background-size: 21px;
    width: 21px;
    height: 14px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.comparison-box .internal-link a:hover::after {
    background: url(img/Arrow_midb_down.svg) no-repeat;
    background-size: 21px;
}

.l-main-area--low .comparison-box .internal-link a::after {
    content: "";
    position: absolute;
    background: url(img/Arrow_b.svg) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 21px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
}

.l-main-area--low .comparison-box .internal-link a:hover::after {
    background: url(img/Arrow_midb.svg) no-repeat;
    background-size: 15px;
}

.popup_cursor {
    background: url(img/3sen_open.png) no-repeat center right 20px;
    background-size: 19px;
}

.popup_box {
    display: none;
}

.popup:hover .popup_box {
    display: block;
}

.comparison-txt {
    margin: 0 auto;
    padding: 0.5rem 5rem 0.5rem 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
}

.comparison-txt span {
    font-size: 3rem;
}

.comparison-box table {
    font-size: 12px;
}

.comparison-box table th {
    padding: 4px;
    text-align: center;
}

.comparison-box table td span {
    font-size: 2rem;
}

.comparison-box .btn-web {
    margin: 2rem auto;
    width: 90%;
}

.comparison-box .btn-web a {
    padding: 1.7rem 3.6rem 1.7rem 1.7rem;
}

.color-red {
    color: #f03d61;
}

.supported_soft_area {
    position: absolute;
    bottom: 47px;
    right: -4px;
    padding: 2rem;
    border: 3px solid #000;
    background: rgba(237, 237, 237, .9);
    z-index: 30;
    width: 100%;
}

.supported_soft_area::after {
    position: absolute;
    bottom: -17px;
    right: 16px;
    width: 31px;
    height: 17px;
    background: url(img/supported_soft_deco.png) no-repeat;
    content: '';
}

.supported_soft_ttl {
    font-size: 2rem;
    font-weight: bold;
}

ul.supported_soft_list {
    margin: 0;
}

ul.supported_soft_list li {
    padding: 0 0 0 20px;
    margin: 0 0 .5rem;
}

ul.supported_soft_list li::before {
    content: '・';
    background: none;
}

.annot_area {
    padding: 0 3rem;
    margin: 3rem 0 0;
    font-size: 12px;
}

.u-back-color--gray {
    background: #e8e7e7;
}

div.comparison-area__title.ch {line-height: 1.4;padding-top: 40px !important;}


.u-back-color--blue {
    background: #89c2d2;
}

.u-text-color--blue {
    color: #89c2d2;
}

.u-text-color--red {
    color: #f03d61;
}

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

.l-number-title {
    margin: 4rem 0 4rem 4.5rem;
    padding: 1.8rem 1rem 1.8rem 10rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.636363636;
    position: relative;
    background: #e8e7e7;
    color: #000000;
}

.l-number-title::before {
    content: '';
    width: 90px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translate(0, -50%);
    padding-bottom: 25px;
}

.l-number-title.not-number::before {
    height: 90px;
    padding-bottom: 0;
}

.l-number-title.only-number::before {
    color: #fff;
    background: #58d5df;
}

.l-number-title.recommend::before {
    content: 'おすすめ';
    color: #fff;
    background: #ff634b;
}

.l-number-title.check::before {
    content: 'CHECK';
    color: #ff634b;
    background: #fff;
    border: 1px solid #ff634b;
}

.l-number-title.point::before {
    content: 'POINT';
    color: #fff;
    background: #58d5df;
}

.l-number-title::after {
    content: counter(number);
    counter-increment: number;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 3.6rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    padding-top: 30px;
    left: -40px;
    transform: translateY(-50%);
}

.l-number-title.not-number::after {
    content: "";
    width: 0;
    height: 0;
}

.l-number-title.only-number::after {
    padding-top: 0;
}

.l-number-title.recommend::after, .l-number-title.point::after {
    color: #fff;
}

.l-number-title.check::after {
    color: #ff634b;
}

.top-pr {
    margin-bottom: 100px;
}

.l-parts__title__pr {
    position: relative;
    padding: 7rem 3rem 4rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.071428571;
    background-color: #58d5df;
}

.l-parts__title__pr::before {
    position: absolute;
    top: 22px;
    left: 50%;
    display: inline-block;
    width: 70px;
    height: 40px;
    background-color: #fc787f;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    content: 'PR';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.l-parts__title__pr a {
    display: table;
    background: url(img/Arrow_w.png) no-repeat right center;
    background-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 0 70px;
    margin: 0 auto;
}

.top-pr__box {
    position: relative;
    background: url(img/top_pr.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 30px 50px;
}

.top-pr__box::before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #58d5df;
    content: "";
}

.top-pr__content {
    width: 100%;
    max-width: 100%;
    background: hsl(0deg 0% 100% / 0.5);
    /* opacity: .8; */
    padding: 35px 30px;
}

.top-pr__content__title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
}

.top-pr__content__text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.top-pr .btn-internal {
    margin: 3.5rem auto 0;
}

.l-lists {
    background-color: #ebebeb;
    padding: 60px 30px 50px;
    margin-bottom: 100px;
}

.l-lists .l-parts__title {
    margin: 0 auto;
}

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

.l-lists__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 40px;
}

.l-lists__box {
    width: calc((100% - 45px) / 2);
    background-color: #fff;
    padding: 3rem;
    margin: 0rem 0 3rem;
}

.l-lists__box__title {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.555555556;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-lists__box__title a {
    display: block;
    width: auto;
    text-decoration: none;
    background: url(img/Arrow_b.png) no-repeat top 9px right 5px;
    background-size: 11px;
    padding: 0 50px 0 0;
    margin: 0 auto;
}

.l-lists__box__title a:hover {
    opacity: .6;
}

.l-lists__box__text {
    font-size: 1.6rem;
    line-height: 1.5;
}

.l-lists__box__label {
    display: table;
    background-color: #0065ac;
    border-radius: 12px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 5px 30px 6px;
    margin: 0 auto 20px;
}

.l-lists__box__lists {
    width: 100%;
    margin: 15px 0 25px;
}

.l-lists__box__lists li {
    position: relative;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 20px;
}

.l-lists__box__lists li::before {
    content: "";
    position: absolute;
    background-color: #0065ac;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 11px;
    left: 0;
}

.l-lists__box table {
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px;
}

.l-lists__box table th {
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    padding: 8px 4px;
}

.l-lists__box table td {
    width: 8.7%;
    font-size: 1.6rem;
    text-align: center;
    padding: 8px 4px;
}

.two-flex {
    display: flex;
    justify-content: space-between;
    margin: 6rem 0;
}

.two-flex__box {
    width: 49%;
    border: 1px solid #000;
}

.two-flex__box__title {
    background: #58d5df;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.458333333;
    letter-spacing: .05em;
    padding: 30px;
    opacity: 1;
}

.two-flex__box__title:hover {
    opacity: .6;
}

.two-flex__box__title a {
    display: block;
    background: url(img/Arrow_w.png) no-repeat center right;
    background-size: 11px;
    color: #fff;
    text-decoration: none;
    padding-right: 50px;
}

.two-flex__box__text {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 30px;
}

.three-flex {
    display: flex;
    justify-content: space-between;
    margin: 6rem 0;
}

.three-flex__box {
    width: 31.5%;
    background-color: #e8e7e7;
}

.three-flex__box__title {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.555555556;
    padding: 45px 30px 20px;
    opacity: 1;
}

.three-flex__box__title::before {
    content: "";
    position: absolute;
    background-color: #58d5df;
    width: 80px;
    height: 3px;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
}

.three-flex__box__title:hover {
    opacity: .6;
}

.three-flex__box__title a {
    display: block;
    background: url(img/Arrow_black.png) no-repeat center right;
    background-size: 11px;
    text-decoration: none;
    padding-right: 25px;
}

.three-flex__box__text {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0 20px 20px;
}

@media all and (-ms-high-contrast:none) {
    /* IE対策 */
    ul.taglist {
        max-width: 430px;
    }


    .l-main-area .frame-wrap .frame-head a {
        display: block;
    }

    .comparison-box {
        width: calc(((100% / 3) - (30px / 3)) - 1px);
    }
}

@media screen and (min-width: 931px) {
    .forSP, .sp_br {
        display: none;
    }
}

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

	smartphone settings

    */
@media screen and (max-width: 930px) {
    .forPC, .pc_br {
        display: none;
    }

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


html,body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}




    

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

	header area

    */
    .l-header {
        position: relative;
        display: block;
        width: 100%;
    }

    .l-header__inner {
        position: relative;
        width: 100%;
        border-right: solid 0px #000;
    }

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

    .l-siteinfo {
        padding: 0.7rem 8.5rem;
        text-align: center;
    }

    .l-siteinfo__sitename {
        text-align: center;
        font-size: 2rem;
        line-height: 1.3;
    }

    .l-siteinfo__logo {
        margin: auto;
        width: 30%;
    }

    .l-gnavi-area {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        z-index: 300;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 8rem 0 2rem;
        width: 100%;
        height: 100%;
        background: rgba(228, 246, 248, 0.9);
        background-size: 6px 6px;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        transform: translateX(100%);
    }

    .l-gnavi-list {
        padding: 0 2rem;
    }

    .l-gnavi-list__item {
        margin: 0 0 1.5rem;
        border: solid 3px #5c9db1;
    }

    .l-gnavi-list__link {
        padding: 1.3rem 5rem 1.3rem 1.3rem;
        background-position: right 2rem center;
        background-size: 14px;
    }

    .l-gnavi-list__link--menu {
        background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
        background-size: 16px 5px;
    }

    .l-gnavi-list__link--menu:hover {
        background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
        background-size: 16px 5px;
    }

    .l-gnavi-list__link:hover {
        background-position: right 2rem center;
    }

    .l-gnavi-sub-list {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
        padding: 0 2rem;
        width: 100%;
        height: inherit;
        overflow: initial;
    }

    .l-gnavi-sub-list__item {
        margin: 0 0 1rem;
        border: solid 2px #5c9db1;
    }

    .l-gnavi-sub-list__item:nth-child(1), .l-gnavi-sub-list__item:nth-child(2) {
        display: block;
    }

    .l-gnavi-sub-list__link {
        padding: 1.3rem 3rem 1.3rem 1.3rem;
        background-color: #fff;
        background-position: right 2rem center;
        background-size: 14px;
        color: #000000;
    }

    .l-gnavi-sub-list__link:hover {
        color: #4a4a4a;
        text-decoration: none;
    }

    .l-gnavi-sub-list__link--menu {
        background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
        background-size: 16px 5px;
    }

    .l-gnavi-sub-list__link--back {
        padding: 1rem 1rem 1rem 4rem;
        /* outline: 3px #f5f5f5 dotted; */
        background: #ffffff url(img/Arrow_right_bl.png) no-repeat left 1rem center;
        background-size: 18px;
        line-height: 2;
    }

    .l-gnavi-sub-list .l-gnavi-sub-list {
        position: absolute;
        padding: 0 2rem;
    }

    .l-gnavi-btn {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 200;
        display: block;
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.8);
        cursor: pointer;
    }

    .l-gnavi-btn span {
        position: absolute;
        left: 15px;
        display: inline-block;
        width: 30px;
        height: 3px;
        background: #484140;
        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:hover {
        color: #666;
    }

    .l-gnavi-btn:active {
        color: #666;
    }

    .l-gnavi-btn--gnavi {
        position: absolute;
        top: 20px;
        right: 15px;
        z-index: 200;
        width: 30px;
        height: 23px;
        background: none;
    }

    .l-gnavi-btn--gnavi span {
        left: 0;
        width: 100%;
    }

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

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

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

    .l-gnavi-btn.is-active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .l-gnavi-btn.is-active span:nth-of-type(2) {
        opacity: 0;
    }

    .l-gnavi-btn.is-active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }

    .is-navi-open .l-gnavi-area--slide-left {
        transform: translateX(0);
    }

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

	footer area

    */
    .l-footer-area {
        padding: 30px 0 0 0;
        min-width: auto;
    }

    .l-footer-area__inner {
        padding: 0;
    }

    .l-footer-logo {
        margin: 0 auto;
        width: 90%;
    }

    .l-footer-disclaimer {
        margin: 0 auto;
        padding: 4%;
        width: 90%;
        font-size: 1rem;
    }

    .l-footer-list__item {
        margin: 0;
        padding: 0 20px;
    }

    .l-footer-list__item--top {
        border-right: solid 1px #d3c9bd;
    }

    .l-footer-list__link {
        text-decoration: none;
    }

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

    .l-footer-copy {
        padding: 1rem;
        font-size: 1rem;
        line-height: 1.4;
    }

    .l-footer-copy p {
        margin: 0 auto;
        text-align: center;
    }

    .l-footer-copy .sitemap {
        display: none;
    }

    .l-footer-menu-wrapper {
        padding: 0;
        width: 100%;
    }

    .l-footer-menu {
        float: none;
        margin: 2rem auto;
        width: 90%;
    }

    .l-footer-menu__title {
        margin: 0;
        padding: 0;
    }

    .l-footer-menu__title__link {
        position: relative;
        display: block;
        padding: 0 20px 10px 0;
        font-size: 1.6rem;
    }

    .l-footer-menu__title__link::after {
        position: absolute;
        top: 50%;
        right: 5px;
        width: 10px;
        height: 14px;
        background: url(img/Arrow_b.svg) no-repeat 0 0;
        background-size: 10px;
        content: '';
        transform: translateY(-50%) rotate(90deg);
    }

    .l-footer-menu__list {
        display: none;
        padding: 1.5rem 0;
        background: #ffffff;
    }

    .l-footer-menu__list__item {
        float: none;
        width: 100%;
    }

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

    .l-footer-menu__list__link {
        padding: 1rem;
        font-size: 1.5rem;
    }

    .l-footer-submenu__list__link {
        padding: 1rem 2rem;
    }

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

	common

    */
    .l-pagetop {
        right: 20px;
        bottom: 30px;
        z-index: 100;
    }

    .l-pagetop__link {
        width: 40px;
        height: 40px;
    }

    .l-sns-list--footer {
        display: none;
        justify-content: space-around;
        margin: 2rem auto;
        width: 50%;
    }

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

    #pankuzu {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        padding: 0;
        width: 100%;
        white-space: nowrap;
    }

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

	contents area

    */
    .l-wrapper {
        display: block;
    }

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

    .l-contents-area__inner {
        padding: 1rem;
    }

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

	main area

    */
    .l-main-area--low {
        margin: 2rem auto;
    }

    .l-main-area h1:not([class]) {
        font-size: 2rem;
    }

    .l-main-area h2:not([class]) {
        font-size: 2.3rem;
    }

    .l-main-area h3:not([class]) {
        font-size: 2rem;
        line-height: 1.4;
    }

    .l-main-area h4:not([class]), .l-main-area h5:not([class]) {
        font-size: 1.8rem;
    }

    .l-main-area .top_h2 {
        position: relative;
        display: block;
        margin: 0 0 3rem;
        padding: 1.6rem 6rem 1.6rem 1.6rem;
        font-size: 2.4rem;
    }

    .l-main-area .top_h2::after {
        right: 1rem;
        bottom: 0;
        margin: auto;
        width: 7rem;
        height: 7rem;
        background-size: 100%;
    }

    .l-main-area .top_h2 a {
        background-position: center right;
        padding: 0 2rem 0 0;
    }

    .l-main-area .top_h3 {
        font-size: 1.8rem;
    }

    .l-main-area .top_h4 {
        font-size: 1.8rem;
    }

    .l-main-area .top_h5 {
        font-size: 1.6rem;
    }

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

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

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

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

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

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

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

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

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

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

    .l-main-area .btn-web {
        margin: 3rem auto;
        width: 90%;
    }

    .l-main-area .tel-number.pc {
        display: none;
    }

    .l-main-area .btn-web a {
        padding: 1.5rem 4rem 1.5rem 1.5rem;
        /* text-align: left; */
        font-size: 1.6rem;
    }

    .l-main-area .btn-web a::after {
        right: 15px;
    }

    .l-main-area .btn-internal {
        margin: 3rem auto;
        width: 90%;
    }

    .l-main-area .btn-internal a {
        padding: 1.5rem 4rem 1.5rem 1.5rem;
        /* text-align: left; */
        font-size: 1.6rem;
    }

    .l-main-area .btn-tel {
        display: block;
        margin: 3rem auto;
        padding: 0;
        width: 90%;
        text-align: center;
    }

    .l-main-area .btn-tel a {
        position: relative;
        z-index: 10;
        display: inline-block;
        margin: 0;
        padding: 1.5rem 4rem 1.5rem 1.5rem;
        width: 100%;
        -webkit-border-radius: 1rem;
        border-radius: 30px;
        background: #2dad36 url(img/ico_tel.svg) no-repeat right 15px center;
        background-size: 24px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.4;
        box-shadow: 2px 4px 0px 0px #949494;
    }

    .l-main-area .btn-link {
        display: block;
        margin: 3rem auto;
        padding: 0;
        width: 90%;
        text-align: center;
    }

    .l-main-area .btn-link a {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 1.5rem 4rem 1.5rem 1.5rem;
        width: 100%;
        border: solid 1px #58d5df;
        border-radius: 30px;
        background: #ffffff url(img/Arrow_b.png) no-repeat right 20px center;
        background-size: 11px;
        color: #58d5df;
        text-align: left;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .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 .box-wrap {
        display: block;
        margin: 0 auto 3rem;
    }

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

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

    .l-main-area .box-wrap .box-head a {
        padding: 1.5rem 4.5rem 1.5rem 1.5rem;
        background-position: right 1.5rem center;
        background-size: 1.8rem;
        font-size: 1.8rem;
    }

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

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

    .l-main-area .frame-wrap {
        display: block;
        margin: 0 auto 3rem;
    }

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

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

    .l-main-area .frame-wrap .frame-head a {
        padding: 1rem 3rem 1rem 0;
        font-size: 1.8rem;
    }

    .l-main-area .frame-wrap .frame-body {
        padding: 5% 0;
    }

    .l-main-area .l-icon-title {
        margin: 55px 0 30px 0;
        padding: 14px 10px 14px 55px;
        font-size: 1.8rem;
    }

    .l-main-area .l-icon-title::before {
        top: 0;
        bottom: 0;
        margin: auto;
        /* margin-top: -33px; */
        width: 50px;
        height: 50px;
        letter-spacing: -1px;
        font-size: 1.2rem;
        line-height: 1;
    }

    .l-main-area .l-icon-title--number::before {
        font-size: 2rem;
    }

    .l-main-area .icon-check {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }

    .l-main-area .icon-point {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }

    .l-main-area .l-column {
        display: block;
        margin: 30px 0;
    }

    .l-main-area .l-column-box__title a {
        font-size: 1.8rem;
    }

    .l-main-area .l-column--two .l-column-box {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .l-main-area .l-column--three .l-column-box {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .l-main-area .l-icon-title--recommend.number::before {
        top: 0;
        bottom: 0;
        margin: auto;
        padding-bottom: 20px;
        width: 50px;
        height: 30px;
        font-size: 1.2rem;
    }

    .l-main-area .l-icon-title--check.number::before {
        top: 0;
        bottom: 0;
        margin: auto;
        padding-bottom: 20px;
        width: 50px;
        height: 30px;
        font-size: 1.2rem;
    }

    .l-main-area .l-icon-title--point.number::before {
        top: 0;
        bottom: 0;
        margin: auto;
        padding-bottom: 20px;
        width: 50px;
        height: 30px;
        font-size: 1.2rem;
    }

    .l-main-area .l-icon-title--recommend.number::after {
        left: 1rem;
        height: 50px;
        font-size: 2.5rem;
    }

    .l-main-area .l-icon-title--check.number::after {
        left: 1rem;
        height: 50px;
        font-size: 2.5rem;
    }

    .l-main-area .l-icon-title--point.number::after {
        left: 1rem;
        height: 50px;
        font-size: 2.5rem;
    }

    /* low ----------------*/
    .l-main-area--low h1:not([class]) {
        position: relative;
        display: block;
        margin: 0;
        padding: 1.6rem;
        font-size: 2.4rem;
    }

    .l-main-area--low h1:not([class])::after {
        top: 0;
        right: 1rem;
        bottom: 0;
        margin: auto;
        width: 7rem;
        height: 7rem;
        background-size: 100%;
    }

    .l-main-area--low h2:not([class]) {
        font-size: 2rem;
        padding: 1rem;
        margin: 6rem 0 1.6rem;
    }

    .l-main-area--low h3:not([class]) {
        padding: 5px 5px 5px 55px;
        font-size: 1.8rem;
    }

    .l-main-area--low h3:not([class])::after {
        position: absolute;
        top: auto;
        bottom: 0;
        left: -4px;
        width: 50px;
        height: 60px;
        background-size: 100%;
    }

    .l-main-area--low h4:not([class]), .l-main-area--low h5:not([class]) {
        font-size: 1.6rem;
    }

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

	top

    */
    .l-mv {
        background: url(img/mv.png) no-repeat top 30px left 70% !important;
        background-size: cover !important;
        margin: 0 0 2rem;
        text-align: center;
        /* text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; */
    }

    .l-mv__content {
        width: 100%;
        padding: 0px 1rem 0;
        margin: 0;
    }

    .l-mv__content__title {
        font-size: 1.6rem;
        padding: 5px;
        margin-bottom: 20px;
        text-shadow: none;
    }

    .l-mv__content__title2 {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .l-mv__content__catch {
        font-size: 1.4rem;
        text-align: left;
        padding-bottom: 20px;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    }

    .l-mv img.forSP {
        display: block;
        margin: 0 auto;
    }

    .l-mv__inner__left {
        max-height: 12rem;
        width: 100%;
    }

    .l-mv__inner__right {
        width: 100%;
    }

    .l-mv__title {
        margin: 1.5rem;
        font-size: 2rem;
    }

    .l-mv__text {
        margin: 1rem 1.5rem;
        line-height: 1.6;
    }

    .l-mv__btn {
        margin: 3rem 2rem 2rem 2rem;
    }

    .l-mv__btn a {
        padding: 1.5rem 4rem 1.5rem 1.8rem;
        text-align: left;
    }

    .l-mv__btn__label {
        top: -3rem;
        left: -1rem;
        width: 38%;
    }

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

    .l-parts {
        margin-bottom: 4rem;
    }

    .l-parts__title {
        font-size: 2.2rem;
        margin: 0 0 1rem;
        padding: 2rem 0;
        line-height: 1.4;
    }

    .l-parts__title a {
        padding: 0 25px;
    }

    .l-parts__text {
        padding: 1.8rem;
        text-align: left;
    }

    .l-parts.low {
        padding: 1.5rem 0;
    }

    M .l-parts01__column2 {
        margin: 0;
        padding: 0;
    }

    .l-parts01__column2::before {
        top: 50%;
        content: none;
    }

    .l-parts01__column2::after {
        content: none;
    }

    .l-parts01__column2__left {
        padding: 0;
        width: 100%;
        border-bottom: solid 2rem #fff;
    }

    .l-parts01__column2__right {
        padding: 0;
        width: 100%;
    }

    .l-parts01__column2__right .l-parts01__column2__title1 {
        border: none;
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
    }

    .l-parts01__column2__right .l-parts01__column2__item {
        margin: 0 0 3rem 0;
    }

    .l-parts01__column2__right .l-parts01__column2__item__icon {
        display: block;
    }

    .l-parts01__column2__title1 {
        /* margin-bottom: 3rem; */
        padding: 2.5rem 1.5rem;
    }

    .l-parts01__column2__item {
        margin: 0 0 3rem 0;
        padding: 0;
    }

    .l-parts01__column2__item__icon {
        top: -1rem;
        left: 0;
        width: 7rem;
        height: 7rem;
    }

    .l-parts01__column2__item__lead {
        margin-bottom: 3rem;
        padding: 0 0 0 10rem;
    }

    .l-parts01__column2__item__text {
        margin-top: 2rem;
        padding-bottom: 2.5rem;
    }

    .l-parts02__column3 {
        margin: 2rem;
    }

    .l-parts02__column3__item {
        margin-bottom: 2rem;
        width: 100%;
    }

    .l-parts02__inner {
        padding: 0rem 0 2rem 0;
    }

    .l-parts02__box {
        margin: 5rem 0 6rem;
        padding: 1.5rem;
    }

    .l-parts02__box:last-of-type {
        margin-bottom: 0;
    }

    .l-parts02__box__title {
        margin: -5rem 0 2rem;
        padding: 1rem 2.5rem;
        width: 100%;
        left: -3.5rem;
        background: #0065ac;
        color: #fff;
        font-size: 2rem;
    }

    .l-parts02__box__title::before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 10px transparent;
        border-right: solid 20px #052a50;
    }

    .l-parts02__box__name-number {
        line-height: 1.4;
        text-align: center;
        font-size: 2.2rem;
    }

    .l-parts02__box__name-number span.mr {
        margin-right: auto;
        display: block;
    }

    .l-parts02__box__catch {
        margin-bottom: 1rem;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .l-parts02__box__name {
        font-size: 1.8rem;
    }

    .l-parts02__box__item {
        margin-bottom: 2rem;
        display: block;
    }

    .l-parts02__box__item__left {
        width: 100%;
        margin-bottom: 2rem;
    }

    .l-parts02__box__item__right {
        padding: 0;
        width: 100%;
    }

    .l-parts02__box__item__right .average {
        margin-bottom: 2rem;
    }

    .l-parts02__box__item__right .average__left, .l-parts02__box__item__right .average__upper {
        padding: 1.5rem;
        white-space: nowrap;
        font-size: 1.6rem;
        line-height: 2;
    }

    .l-parts02__box__item__right .average__right {
        padding: 1.5rem;
        font-size: 2rem;
    }

    .l-parts02__box__item__right .catch {
        padding: 0 0 1rem 0;
    }

    .l-parts02__box__column2__items {
        margin-bottom: 4rem;
        padding: 3rem 1.5rem 1.5rem 1.5rem;
        width: 100%;
    }

    .l-parts02__box__column2__items:last-child {
        margin-bottom: 0;
    }

    .l-parts02__box__column2__items .tableList__left img {
        max-width: fit-content;
    }

    .l-parts02__box__column2__items .example {
        font-size: 1.8rem;
    }

    .l-parts02__box__column2__items .tableList__right {
        padding: 1.5rem 0 0 2rem;
    }

    .l-parts02__box__column2__items .tableList__right table {
        display: table;
        border-top: 1px #d3d3d3 solid;
    }

    .l-parts02__box__column2__items .tableList__right table tbody {
        display: table-row-group;
    }

    .l-parts02__box__column2__items .tableList__right table tr {
        display: table-row;
    }

    .l-parts02__box__column2__items .tableList__right table td {
        display: table-cell;
        padding: 0.5rem 1rem;
        width: auto;
        line-height: 1.3;
    }

    .l-parts02__box .btn-web a {
        padding: 1.7rem 5rem 1.7rem 6.5rem;
    }

    .l-parts02__box__header {
        font-size: 1.8rem;
        padding: 7px 15px;
    }

    .l-parts02__box__item__left .caution {
        padding: .5rem 0;
    }

    .l-parts02__three-columns__wrapper {
        display: block;
        margin: 6.5rem 0 0;
        width: 100%;
    }

    .l-parts02__three-columns {
        width: 100%;
        padding: 0 2rem 2rem;
        margin-bottom: 7rem;
        box-sizing: border-box;
    }

    .l-parts02__box__lists {
        padding: 15px;
        margin: 10px 0 35px;
    }

    .l-parts02__box__lists.no-bg {
        padding: 0 15px;
        margin: 15px 0 35px;
    }

    .l-parts02__box__lists li {
        font-size: 1.4rem;
        padding-left: 20px;
    }

    .l-parts02__box__lists li::before {
        top: 9px;
    }

    .l-parts02__box table {
        margin: 0 auto 20px;
        display: table;
        width: auto;
    }

    .l-parts02__box table thead {
        display: table-header-group;
    }

    .l-parts02__box table tbody {
        display: table-row-group;
    }

    .l-parts02__box table tr {
        display: table-row;
    }

    .l-parts02__box table th {
        display: inherit;
        font-size: 1.4rem;
    }

    .l-parts02__box table thead th, .l-parts02__box table thead td, .l-parts02__box table tbody th, .l-parts02__box table tbody td {
        display: table-cell;
    }

    .l-parts02__box table thead th, .l-parts02__box table tbody th {
        width: 20%;
        padding: 5px;
        font-size: 1.2rem;
    }

    .l-parts02__box table thead td, .l-parts02__box table tbody td {
        width: 10%;
        padding: 3px 5px;
    }

    .l-parts02__box table td {
        display: inherit;
        font-size: 1.4rem;
    }

    ul.l-parts02__column3 .l-parts02__column3__item {
        margin: 0 0 2rem 0;
    }

    .l-parts03 {
        margin: 3rem 0;
        padding: 1.5rem 0 0;
    }

    .l-parts03__title {
        margin: -3.5rem auto 3rem auto;
        width: 90%;
    }

    .l-parts03__text {
        margin-bottom: 2rem;
    }

    .l-parts03__box {
        width: 100%;
    }

    .l-parts03__box__btn {
        font-size: 1.8rem;
        padding: 1rem 4rem 1rem 1rem;
        margin: 4rem 0 0;
    }

    .l-parts03__box__btn::before {
        width: 100%;
        height: 4rem;
        font-size: 2.5rem;
        top: -4rem;
        padding: 0.8rem 0 0 1rem;
        text-align: left;
        line-height: 1em;
    }

    .l-parts03__box__btn::after {
        width: 1rem;
        height: 1.5rem;
        top: -5.5rem;
        left: 5rem;
        right: 0;
        margin: auto;
    }

    .l-parts03__box__answer::before {
        width: 38px;
        height: 38px;
        font-size: 2rem;
    }

    .l-parts03__box__answer .btn-link {
        margin: 2rem auto 0;
    }

    .l-parts04__box {
        display: block;
    }

    .l-parts04__box__left {
        display: block;
        width: 100%;
    }

    .l-parts04__box__left::before {
        position: absolute;
        top: 96%;
        left: 50%;
        margin-top: 0;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #89c2d2;
        content: "";
    }

    .l-parts04__box__right {
        display: block;
        padding: 1.5rem;
        width: 100%;
    }

    .l-parts04__box .icon {
        padding: 1.5rem;
    }

    .l-parts04__box .icon br {
        display: none;
    }

    .l-parts04__box .icon span {
        display: inline;
        padding: 0;
        font-size: 2.4rem;
    }

    .l-parts04__conclusion {
        /* padding-bottom: 2rem; */
        margin-top: 0;
    }

    .l-parts04__conclusion__inner {
        padding: 2rem;
    }

    .l-parts04__conclusion__inner .catch {
        font-size: 2rem;
        line-height: 1.6;
    }

    .l-parts04__conclusion__title {
        margin: 5rem 1rem 2rem 1rem;
        padding: 0 5rem;
        font-size: 2.4rem;
    }

    .l-parts04__conclusion__title::before, .l-parts04__conclusion__title::after {
        width: 4rem;
    }

    .l-parts04__conclusion .btn-internal {
        width: 80%;
    }

    .l-parts04__btnarea .btn-internal {
        width: 80%;
    }

    .l-main-area .l-parts04__conclusion__title {
        font-size: 2rem;
    }

    .l-main-area .l-parts04__conclusion__title span {
        font-size: 1.4rem;
    }

    .l-parts05__wrap {
        margin: 4rem 0 0;
    }

    .l-parts05__wrap__title::before {
        padding: 0 3rem 0 0;
    }

    .l-parts05__wrap__title::after {
        padding: 0 0 0 3rem;
    }

    .l-parts05 {
        margin: 1.5rem 0;
    }

    .l-parts05__text {
        font-size: 1.4rem;
        margin-bottom: 0px;
    }

    .l-parts05__box {
        position: relative;
        margin-bottom: 4rem;
        width: 100%;
        margin-right: 0;
    }

    .l-parts05__box__title {
        margin: 2rem 1.5rem 3rem;
        padding-left: 7rem;
        text-align: left;
    }

    .l-parts05__box__text {
        font-size: 1.4rem;
        padding: 1rem;
    }

    .l-parts05__box__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 7rem;
        height: 7rem;
        margin: 0;
    }

    .l-parts02__box .l-parts05__box__image {
        top: -1rem;
    }

    .l-parts05__box__lead {
        margin: 2rem 0 1.5rem 0;
        text-align: left;
    }

    .l-parts06 {
        background-color: #e4f6f8;
        padding: 40px 15px 20px;
        margin-bottom: 40px;
    }

    .l-parts06__flex {
        display: block;
        margin: 2.5rem 0 0;
    }

    .l-parts06__box {
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .l-parts06__box__image {
        margin: 0 7rem 2rem;
        text-align: center;
    }

    .l-parts06__box__text {
        font-size: 1.4rem;
    }

    /* 比較表 */
    .comparison-area {
        padding: 1.5rem;
    }

    .comparison-area .mainttl, .comparison-area .mainttl h2.comparison-area__title {
        font-size: 2.4rem;
        margin: 0 0 3rem;
    }

    .comparison-area .mainttl span {
        font-size: 1.7rem;
        line-height: 1.8;
    }

    .comparison-list {
    }

    .l-main-area--low .comparison-box {
        position: relative;
        margin: 0 0 2rem 0;
        background: #FFF;
        background-size: cover;
    }

    .annot_area {
        padding: 0 0 2rem;
    }

    .comparison-box {
        width: 100%;
        margin: 0 0 3rem;
    }

    .comparison-box:last-child {
        margin-bottom: 0;
    }

    .comparison-box .ttl {
        font-size: 2.5rem;
    }

    .comparison-box .comparison_cts dt {
        font-size: 1.7rem;
    }

    .comparison-txt {
        font-size: 1.6rem;
    }

    .comparison-box .lists li {
        font-size: 1.4rem;
    }

    .comparison-box .lists li::before {
        top: 9px;
    }

    .l-lists {
        background-color: #ebebeb;
        padding: 40px 15px 30px;
        margin-bottom: 60px;
    }

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

    .l-lists__box {
        width: 100%;
        padding: 30px 15px 20px;
        margin-bottom: 20px;
    }

    .l-lists__box__title a {
        padding: 0 30px 0 0;
    }

    .l-lists__box__lists li {
        font-size: 1.4rem;
    }

    .l-lists__box__lists li::before {
        top: 9px;
    }

    .l-lists__box table {
        display: table;
    }

    .l-lists__box table thead {
        display: table-header-group;
    }

    .l-lists__box table tbody {
        display: table-row-group;
    }

    .l-lists__box table tr {
        display: table-row;
    }

    .l-lists__box table thead th, .l-lists__box table thead td, .l-lists__box table tbody th, .l-lists__box table tbody td {
        display: table-cell;
        font-size: 1.4rem;
        line-height: 1.4
    }

    .l-lists__box table thead th, .l-lists__box table tbody th {
        width: 100px;
        padding: 3px 5px;
        font-size: 1.2rem;
    }

    .l-lists__box table thead td, .l-lists__box table tbody td {
        width: 10%;
        padding: 3px 5px;
    }

    .l-main-area .btn-accordion {
        padding: 10px 40px;
        font-size: 1.6rem;
        background: #fff url(img/accordion_plus.png) no-repeat right 30px center;
        background-size: 18px;
    }

    .l-main-area .btn-accordion.is-open {
        background: #fff url(img/accordion_minus.png) no-repeat right 30px center;
        background-size: 18px;
    }

    .top-pr {
        margin-bottom: 60px;
    }

    .l-parts__title__pr {
        font-size: 2.2rem;
        padding: 7rem 1.5rem 3rem;
        line-height: 1.4;
    }

    .l-parts__title__pr a {
        padding: 0 30px;
    }

    .l-parts__title__pr::before {
        width: 60px;
        height: 34px;
        font-size: 2.2rem;
    }

    .top-pr__box {
        padding: 50px 15px 20px;
        background: url(img/top_pr.jpg) no-repeat center right;
        background-size: cover;
    }

    .top-pr__content__title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .top-pr__content__text {
        font-size: 1.4rem;
    }

    .l-number-title {
        margin: 4rem 0 4rem 2rem;
        padding: 1rem 1rem 1rem 5rem;
        font-size: 1.8rem;
    }

    .l-number-title::before {
        width: 70px;
        height: 45px;
        left: -25px;
        font-size: 1.3rem;
    }

    .l-number-title::after {
        left: -30px;
        padding-top: 25px;
    }

    .l-number-title.not-number::before {
        height: 70px;
    }

    .two-flex {
        display: block;
    }

    .two-flex__box {
        width: 100%;
        margin-bottom: 20px;
    }

    .two-flex__box__title {
        font-size: 2rem;
        padding: 15px;
    }

    .two-flex__box__text {
        font-size: 1.4rem;
        padding: 15px;
    }

    .three-flex {
        display: block;
    }

    .three-flex__box {
        width: 100%;
        margin-bottom: 20px;
    }

    .three-flex__box__title {
        font-size: 1.6rem;
        padding: 35px 15px 20px;
    }

    .three-flex__box__title::before {
        top: 20px;
    }

    .three-flex__box__text {
        font-size: 1.4rem;
        padding: 0 15px 20px;
    }

    .l-main-area--low .comparison-box .internal-link a::after {
        background-size: 11px;
        bottom: -32px;
    }
}

@media screen and (max-width: 480px) {
    .popup:hover .popup_box {
        display: none;
    }

    .popup_box.is-show, .popup:hover .popup_box.is-show {
        display: block;
    }

    .popup_cursor.is-active {
        background: url(img/3sen_close.png) no-repeat center right 20px;
        background-size: 19px;
    }
}
