@charset "UTF-8";

/* header */
.head-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    z-index: 100;
}
.head-cont-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.logo-img {
    width: 180px;
}
/* タブ実装 */
.switching_area {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    max-width: 1088px;
    padding: 0;
    margin: auto;
}
.tab_btn {
    display: flex;
    flex: 1;
    flex-basis: 120px;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    min-height: 48px;
    background-color: #fff;
    color: #666;
}
.panel {
    display:none;
}
.tab_btn.on {
    color: #fff;
    background-color: #3cc2c0;
}
.panel.show {
    display: block;
}
@media screen and (max-width: 600px) {
    .switching_area {
        flex-direction: column;
        align-items: stretch;
    }
    .tab_btn {
        flex-basis: initial;
    }
}
/* 各パーツ */
.lp-top {
    padding-top: 90px;
    font-family: 'Zen Kaku Gothic New';
}
.container-symv {
    max-width: 1120px;
    padding: 56px 40px;
    margin: 0 auto;
    background-color: #fff;
    border-top: solid 2px #3cc2c0;
}
.attentiontext01 {
    display: inline-block;
    font-size: 30px;
    color: #000;
    background-color: #fcee21;
    font-weight: 500;
    border-radius: 30px;
    max-width: 340px;
    width: 100%;
    text-align: center;
}
.attentiontext02 {
    display: inline-block;
    font-size: 20px;
    color: #000;
    background-color: #3cc2c0;
    font-weight: 500;
    border-radius: 30px;
    width: 240px;
}
.attentiontext03 {
    font-size: 20px;
    font-weight: 900;
}
.attentiontext04 {
    color: #1a3d4f;
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    margin-top: 32px;
}
.attentiontext05 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    background-color: #3cc2c0;
    font-weight: 500;
    border-radius: 30px;
    width: 140px;
    text-align: center;
}
.attentiontext06 {
    font-size: 18px;
    color: #000;
    font-weight: 900;
    line-height: 1.5;
}
.attentiontext07 {
    font-size: 32px;
    color: #000;
    font-weight: 900;
}
.attentiontext08 {
    font-size: 20px;
    color: #000;
    font-weight: 900;
    text-align: center;
    line-height: 2;
}
.attentiontext09 {
    font-size: 25px;
    color: #000;
    font-weight: 900;
    text-align: center;
    line-height: 1.7;
}
.attentiontext10 {
    font-size: 26px;
    color: #000;
    font-weight: 900;
    text-align: center;
    line-height: 1.7;
}
.attentiontext11 {
    font-size: 16px;
    color: #3cc2c0;
    font-weight: 900;
}
.attentiontext12 {
    font-size: 20px;
    color: #000;
    font-weight: 900;
}
.h1-symv {
    font-size:36px;
    color: #1a3d4f;
    font-weight: 900;
}
.h2-symv {
    font-size:40px;
    color: #1a3d4f;
    font-weight: 900;
    text-align: center;
}
.h3-symv {
    font-size:44px;
    color: #000;
    font-weight: 900;
    text-align: center;
}
.h4-symv {
    font-size:33px;
    color: #1a3d4f;
    font-weight: 900;
    background-image: linear-gradient(90deg, white 0% 40%, #3cc2c0 40% 60%, white 60%);
    background-repeat: no-repeat;
    background-size: 100% 3px;
    background-position: bottom;
    text-align: center;
    padding-bottom: 16px;
}
.h5-symv {
    font-size:30px;
    color: #1a3d4f;
    font-weight: 900;
}
.h6-symv {
    font-size:33px;
    color: #1a3d4f;
    font-weight: 900;
    text-align: center;
}
.btn-entry {
	border-radius: 4px;
	display: flex;
	color: #fff;
    background-color: #009beb;
    border: solid 2px #009beb;
	font-weight: 500;
	font-size: 16px;
    text-align: center;
    max-width: 214px;
    width: 49%;
    padding: 8px;
    margin-right: 2%;
    transition: .3s cubic-bezier(.4,.4,0,1);
    align-items: center;
    justify-content: center;
}
.btn-entry:hover {
    background: #fff;
    color: #009beb;
    border: solid 2px #009beb;
}
.btn-dl {
	border-radius: 4px;
	display: inline-block;
	color: #009beb;
    background-color: #fff;
    border: solid 2px #009beb;
	font-weight: 500;
	font-size: 16px;
    text-align: center;
    max-width: 214px;
    width: 49%;
    padding: 8px;
    transition: .3s cubic-bezier(.4,.4,0,1);
}
.btn-dl:hover {
    background: #009beb;
    color: #fff;
}
.btn-entry-head {
	border-radius: 4px;
	display: flex;
	color: #fff;
    background-color: #009beb;
    border: solid 2px #009beb;
	font-weight: 500;
	font-size: 16px;
    text-align: center;
    width: 214px;
    padding: 8px;
    transition: .3s cubic-bezier(.4,.4,0,1);
    align-items: center;
    justify-content: center;
}
.btn-entry-head:hover {
    background: #fff;
    color: #009beb;
    border: solid 2px #009beb;
}
.btn-dl-head {
	border-radius: 4px;
	display: inline-block;
	color: #009beb;
    background-color: #fff;
    border: solid 2px #009beb;
	font-weight: 500;
	font-size: 16px;
    text-align: center;
    width: 214px;
    padding: 8px;
    transition: .3s cubic-bezier(.4,.4,0,1);
}
.btn-dl-head:hover {
    background: #009beb;
    color: #fff;
}
.daidai-bg {
    background-color: #fef3e9;
    border-radius: 4px;
}
.p-48 {
    padding: 48px 48px;
}
.p-lr-48 {
    padding: 0 48px;
}
.m-t-72 {
    margin-top: 72px;
}
.m-tb-72 {
    margin: 72px 0;
}
.p-b-54 {
    padding-bottom: 54px;
}
.p-lr-36 {
    padding: 0 36px;
}
.p-tb-36 {
    padding: 36px 0;
}
.p-b-36 {
    padding-bottom: 36px;
}
.m-t-36 {
    margin-top: 36px;
}
.m-b-36 {
    margin-bottom: 36px;
}
.p-lr-34 {
    padding: 0 34px;
}
.p-tb-32 {
    padding: 32px 0;
}
.m-r-48 {
    margin-right: 48px;
}
.p-tb-20 {
    padding: 20px 0;
}
.p-tb-14 {
    padding: 14px 0;
}
.read-text-symv {
    font-weight: 500;
    color: #000;
    line-height: 2.3;
}
.read-text02-symv {
    font-size: 15px;
    font-weight: 500;
    color: #1a3d4f;
    line-height: 2;
    text-align: initial;
}
.read-text03-symv {
    font-weight: 500;
    color: #000;
    line-height: 2;
}
.read-text04-symv {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}
.dl1-bg {
    background-color: #e6e6e6;
    height: 64px;
}
.dl2-bg {
    background-color: #ccc;
    height: 64px;
}
.dl3-bg {
    background-color: #b3b3b3;
    height: 64px;
}
.dl4-bg {
    background-color: #fcee21;
    height: 64px;
}
.dt-img {
    float: left;
    height: 64px;
}
.dd-style {
    font-size: 18px;
    color: #000;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
}
.img07-style {
    width: 18px;
    height: 15px;
    margin: 15.5px 0;
}
.img18-style {
    width: 50px;
    margin: 24px 0;
}
.section-line-symv {
	border-bottom: 2px solid #1a3d4f;
}
.section-line2top-symv {
	border-top: 1px solid #666;
}
.section-line2-symv {
	border-bottom: 1px solid #666;
}
.case-img {
    width: 80px;
}
.case-img17 {
    width: 55px;
}
.circle-img {
    width: 68px;
}
.learn-more {
    font-size: 20px;
    color: #3cc2c0;
    font-weight: 500;
}
.learn-more2 {
    font-size: 30px;
    color: #3cc2c0;
    font-weight: 900;
}
.white-bg-radius {
    border-radius: 4px;
    background-color: #fff;
}
.fw500 {
    font-weight: 500;
}
.fw900 {
    font-weight: 900;
}
.c-blk {
    color: #000;
}
.check {
    width: 68px;
}
.head-parts {
    background-color: #1a3d4f;
    color: #fff;
    font-size: 23px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.text-q {
    font-size: 70px;
    color: #3cc2c0;
    font-weight: 900;
    text-align: center;
}
.supplement-text {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}
.w-res-46 {
    width: 46%;
}
.w-res-15 {
    width: 15%;
}
.ta-clear {
    text-align: initial;
}
.table01 {
    border-collapse:separate;
    border-spacing: 0 16px;
    width: 100%;
    margin-top: 24px;
}
.table01 .th01 {
    border-radius: 4px;
    padding: 16px 0;
    background-color: #3cc2c0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 186px;
}
.table01 .td01 {
    padding-left: 16px;
    font-size: 16px;
    font-weight: 500;
}
.company-sell-head {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 1.8;
}
.layered-link {
    font-size: 20px;
    color: #009beb;
}
.h-adjustment {
    margin-top: -90px;/* ヘッダの高さ = 90px */
    padding-top: 90px;/* ヘッダの高さ = 90px */
}
.learn-more-img {
    width: 15px;
}
.learn-more2-img {
    width: 20px;
}
.check-position{
    margin-top: -34px;
    text-align: center;
}
.text-break {
    word-break:break-all
}
.w-res-50-head {
    width: 50%;
}
.fs-16-company {
    font-size: 16px;
}
.ds-flex {
    display: flex;
}
.ds-flex-center {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 686px) {
    .btn-entry-head {
        font-size: 12px;
        width: 140px;
    }
    .btn-dl-head {
        font-size: 12px;
        width: 140px;
    }
}
@media screen and (max-width: 600px) {

    .container-symv {
        padding: 40px 22px;
    }
    .fs-18 {
        font-size: 1rem;
    }
    .p-lr-0-sp {
        padding: 0 0;
    }
    .table01 .th01 {
        width: 100%;
    }
    .table01 .td01 {
        width: 100%;
    }
    .w-res-46 {
        width: 100%;
    }
    .w-res-15 {
        width: 50%;
    }
    .p-lr-48 {
        padding: 0 30px;
    }
    .p-48 {
        padding: 30px 30px;
    }
    .p-lr-40 {
        padding: 0 20px;
    }
    .p-lr-36 {
        padding: 0 23px;
    }
    .dd-style {
        font-size: 13px;
    }
    .fs-20 {
        font-size: 1.245rem;
    }
    .h1-symv {
        font-size:26px;
    }
    .h2-symv {
        font-size:26px;
    }
    .h3-symv {
        font-size:26px;
    }
    .h4-symv {
        font-size:28px;
    }
    .h5-symv {
        font-size:22px;
    }
    .h6-symv {
        font-size:28px;
    }
    .attentiontext01 {
        font-size: 22px;
    }
    .attentiontext02 {
        font-size: 16px;
    }
    .attentiontext04 {
        font-size: 16px;
    }
    .attentiontext07 {
        font-size: 24px;
    }
    .attentiontext08 {
        font-size: 16px;
    }
    .attentiontext09 {
        font-size: 20px;
    }
    .attentiontext10 {
        font-size: 18px;
    }
    .attentiontext11 {
        font-size: 16px;
    }
    .attentiontext12 {
        font-size: 19px;
    }
    .fs-16 {
        font-size: 1rem;
    }
    #case1 .daidai-bg .col2-row .col2:first-child,
    #case2 .daidai-bg .col2-row .col2:first-child {
        margin-bottom: 72px;
    }
    .table01 .th01 {
        display: block;
    }
    .table01 .td01 {
        display: block;
        padding-top: 16px;
    }
    .head-cont {
        height: 60px;
    }
    .lp-top {
        padding-top: 60px;
    }
    .btn-entry-head {
        font-size: 10px;
        width: 110px;
    }
    .btn-dl-head {
        font-size: 10px;
        width: 110px;
    }
    .read-text04-symv {
        font-size: 1rem;
    }
    .p-tb-36 {
        padding: 26px 0;
    }
    .p-b-36 {
        padding-bottom: 26px;
    }
    .p-lr-34 {
        padding: 0 22px;
    }
    .p-tb-0-sp {
        padding: 0 0;
    }    
}
@media screen and (max-width: 446px) {
    .btn-entry-head {
        font-size: 10px;
        width: 105px;
    }
    .btn-dl-head {
        font-size: 10px;
        width: 105px;
    }
}
@media screen and (max-width: 426px) {
    .btn-entry-head {
        font-size: 8px;
        width: 100px;
    }
    .btn-dl-head {
        font-size: 8px;
        width: 100px;
    }
}
@media screen and (max-width: 420px) {
    .logo-img {
        width: 150px;
    }
}
@media screen and (max-width: 380px) {
    .logo-img {
        width: 130px;
    }
}
@media screen and (max-width: 360px) {
    .logo-img {
        width: 110px;
    }
}
@media screen and (max-width: 340px) {
    .btn-entry-head {
        display: none;
    }
    .btn-dl-head {
        display: none;
    }
    .logo-img {
        width: 170px;
    }
}