@charset "utf-8";
/*-------------------
請求書　料金ページ用CSS 追加
/seikyu/price/index.asp
-------------------*/

/*-------------------
202409 WA 画面構成改善　ここから
-------------------*/
#seikyu .main-v {
    background-image: none;
    background-color: #EDF5ED;
}

#seikyu h1 {
    color: #333;
    font-size: 1.5em;
}

.btn-cta-microcopy {
    color: #297f3a;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0 !important;
}

.usage_fee .btn-cta-microcopy {
    width: auto;
    color: #333;
}
/* 
.sec_diagnosis {
    padding: 32px 0;
    background: none;
}

.sec_diagnosis .btn-cta-microcopy {
    color: #333;
}
.sec_diagnosis .btn-cta-microcopy.pc_only {
    display: none;
}
.sec_diagnosis .btn-cta-microcopy.sp_only {
    display: block;
    line-height: 1.4em;
} */

.cnv-btn.cost a {
    background-color: #FF3333;
}

.yellow_mark {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.sec_flow {
    margin-bottom: 100px;
}

.sec_flow .flow_box {
    background: none;
    min-height: auto;
    width: 100%;
    height: auto;
}
.sec_flow .flow_box img {
    width: 100%;
}

.sec_flow .support_link {
    display: block;
    text-align: center;
    margin: 1.4em auto 0;
    line-height: 1.4em;
    text-decoration: underline;
    color: #2684e2;
}

@media screen and (max-width: 767px) {
    .usage_fee_sp {
        padding: 45px 24px;
    }

    .usage_fee_sp .cnv-btn {
        max-width: none;
        width: 100%;
    }

    .usage_fee_sp .btn-cta-microcopy {
        text-align: center;
        font-weight: 700;
        font-size: 16px !important;
        color: #333;
        padding-bottom: 8px;
        margin: 0 !important;
    }

    .usage_fee_sp .cnv-btn a span {
        display: inline-block;
    }

    .flow_box_sp {
        max-width: 400px;
        margin: 0 auto;
    }
    .flow_box_sp img {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 400px) {
 .usage_fee_sp .btn-cta-microcopy {
	 font-size: 14px !important;
}
}

@media screen and (min-width: 48em) {
    #seikyu h1 {
        font-size: 2em;
    }
    /* .sec_diagnosis {
        padding: 60px 0 0;
    }

    .sec_diagnosis .btn-cta-microcopy.pc_only {
        display: block;
    }
    .sec_diagnosis .btn-cta-microcopy.sp_only {
        display: none;
    } */

    .sec_flow .support_link {
        font-size: 18px;
    }
}

@media screen and (min-width: 64em) {
    .sec_effect {
        width: 90%;
        max-width: 1200px;
    }

    .sec_effect p img {
        width: 100%;
    }
}


/* sec-cnv */
#cnv-include.cnv-include-btn-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    justify-content: center;
    align-items: flex-end !important;
    margin-bottom: 40px;
}


#cnv-include .cnv-include-btn.cnv-or{
    position: static;
	color: #FD7822;
    font-size: 16px;
    text-align: center;
	display: flex;
    flex-direction: column;
	padding: 0;
}

#cnv-include .cnv-include-btn.cnv-or::before {
    content: normal !important;
}

#cnv-include .cnv-include-btn.cnv-or .cta-copy {
	position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
}

#cnv-include .cnv-include-btn.cnv-or .cta-copy::before {
	border-left: solid 1px;
    left: 10px;
    transform: rotate(-35deg);
}


#cnv-include .cnv-include-btn.cnv-or .cta-copy::after {
    border-right: solid 1px;
    right: 10px;
    transform: rotate(35deg);
}

#cnv-include .cnv-include-btn.cnv-or .cta-copy::before, #cnv-include .cnv-include-btn.cnv-or .cta-copy::after {
    position: absolute;
    top: 0.65rem;
    height: 1.4rem;
    content: '';
}

#cnv-include .cnv-include-btn.cnv-gr {
    position: relative;
    padding-top: 1.5em;
    width: fit-content;
    margin: 0;
}

#cnv-include .cnv-include-btn.cnv-gr::before {
    content: '＼  お困りごと・不明点を解消  ／';
    width: 100%;
    height: auto;
    color: #297F3A;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 18px;    
    font-weight: 700;

}

#cnv-include .cnv-include-btn a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 296px;
    padding: 16px 40px;
    border-radius: 6px;
    color: #fff;
    box-shadow: 0 5px 12px rgb(0 0 0 / 40%);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

#cnv-include .cnv-include-btn.cnv-or a {
    background-color: #FF7800;
}
#cnv-include .cnv-include-btn.cnv-gr a {
    background-color: #297F3A;
}

#cnv-include .cnv-include-btn a:hover {
    opacity: 0.7;
}

.cnv-img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width:75em) {
    .contents.cnv-flex {
        display: flex;
        gap: 40px;
        justify-content: center;
        align-items: center;
        width: 75em;
        max-width: 75em;
    }

    .cnv-flex-l {
        width: auto;
    }
    .cnv-flex-r {
        width: 455px;
    }
}
/* sec-cnvリセット用 */
#sec-cnv {
    background-color: #f0f0f0;
    padding: 5em 0 5em;
    margin-bottom: 0;
}

.section_lead {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
}

ul.cnv-merit {
    margin: 0 auto 40px;
    max-width: 24em;
}

ul.cnv-merit li {
    margin-bottom: 0.5em;
    line-height: 1.5em;
    padding-left: 2em;
    text-indent: -2em;
}

ul.cnv-merit li span.icon-webfont-19 {
    padding-right: 1em;
}

.icon-webfont-19:before {
    content: "\e912";
}

ul.cnv-merit li span.marker {
    background: -webkit-linear-gradient(transparent 88%, #ff7f7f 88%);
    background: -o-linear-gradient(transparent 88%, #ff7f7f 88%);
    background: linear-gradient(transparent 88%, #ff7f7f 88%);
    font-weight: bold;
}

/* インクルード外のcta（資料・相談） */
.cnv-include-btn-flex.out-section {
    margin: 40px auto;
}


/*-------------------
202409 WA 画面構成改善　ここまで
-------------------*/

/*-------------------
202503 WA 改修　ここから
-------------------*/
/* common */
* {
    box-sizing: border-box;
}
span.inline_block {
    display: inline-block;
}

.sec_common {
    width: min(90%, 1200px);
    margin: 56px auto 0 auto;
}
.sec_common h2 {
    margin-bottom: 32px;
}

.sec_common h2 + p {
    line-height: 1.7;
    text-align: center;
    margin-bottom: 24px;
}

/* mv */
.read_h1 {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.copy-download {
    display: inline-block;
    position: relative;
    padding: 0.8rem;
	color: #FD7822;
    font-size: 16px;
    text-align: center;
}

.copy-download::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-35deg);
}

.copy-download::after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(35deg);
}


.copy-download::before, .copy-download::after {
    position: absolute;
    top: 0.5rem;
    height: 1.85rem;
    content: '';
}

@media screen and (max-width: 580px) {
.copy-download::before, .copy-download::after {
position: absolute;
   /* top: 0.8rem;
    height: 2.5rem;*/
    content: '';
}
}


.cnv-btn {
    width: 100%;
}
.price_main-v .cnv-btn {
    width: 90%;
}
.cnv-btn a.download {
    background-color: #FD7822;
    padding: 20px 56px;
}

.cnv-btn a.download::after {
    content: none;
}

.cnv-btn a.download::before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(/web/jp/seikyu/price/images/icon_cta_download.svg) center / contain no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    translate: 0 -50%;
}
.sec_flow .cnv-btn {
    margin-top: 32px;
}

/* sec_fee_new */

.fee_calc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.fee_calc_item {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(51,51,51,.1);
}

.calc_ttl {
    border-radius: 6px 6px 0 0;
    padding: 20px 16px;
    text-align: center;
}

.calc_ttl h3 {
    font-size: 20px;
    font-weight: 700;
    /* margin-bottom: .6em; */
}

.calc_ttl p {
    font-size: 14px;
    line-height: 1.5em;
}

.fee_initial {
    position: relative;
    margin-bottom: 50px;
}

.fee_initial .calc_ttl {
    background-color: #FAF5E7;
}
.fee_initial h3,
.fee_initial p {
    color: #E87610;
}
.fee_monthly .calc_ttl {
    background-color: #51932A;
}
.fee_monthly h3,
.fee_monthly p {
    color: #fff;
}

.fee_calc_item ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 20px 20px 24px;
}

.fee_calc_item li {
    width: 100%;
    padding-left: 28px;
    position: relative;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 700;
}

.fee_calc_item li::before {
    content: "";
    width: 12px;
    height: 9px;
    border-left: 3px solid #E87610;
    border-bottom: 3px solid #E87610;
    rotate: -45deg;
    position: absolute;
    top: 9px;
    left: 0;
    translate: 0 -50%;
}

.fee_monthly li::before {
    border-color: #51932A;
}

.calc_add_mark {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -10px;
    left: 0;
    translate: 0 100%;
}

.calc_add_mark::before {
    content: "";
    width: 40px;
    height: 8px;
    background-color: #7B7B7B;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
.calc_add_mark::after {
    content: "";
    width: 8px;
    height: 40px;
    background-color: #7B7B7B;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

/* sec_free_cta */
.sec_free_cta h2 {
    margin-bottom: 30px !important;
}

/* sec_effect */
.sec_effect p {
    margin: 0 auto;
}

/* sec_diagnosis_new */
.sec_diagnosis_new {
    background: none;
}

.sec_diagnosis_new .cnv-btn {
    max-width: 40em;
}
.sec_diagnosis_new .btn-cta-microcopy {
    color: #FF3333;
    padding-bottom: 1em;
    line-height: 1.4em;
}

/* sec_flow */
.sec_flow .flow_box {
    width: min(100%, 800px);
    margin: 0 auto;
}
@media screen and (min-width:48em) {
    .read_h1 {
        text-align: center;
    }
    br.sp_only {
        display: none;
    }
    .sec_common {
        margin: 90px auto 0 auto;
    }
    .sec_common h2 {
        margin-bottom: 50px;
    }
    .sec_common h2 + p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .fee_calc {
        flex-direction: row;
        gap: 0;
        justify-content: space-between;
        width: min(100%, 1060px);
        margin: 0 auto;
    }

    .fee_calc_item {
        width: calc((100% - 80px) / 2);
        display: flex;
        flex-direction: column;
    }
    .fee_initial {
        margin: 0;
    }
    .calc_add_mark {
        height: 100%;
        width: 40px;
        bottom: 50%;
        left: calc(20px + 100%);
        translate: 0 50%;
    }
    .fee_calc_item ul {
        flex-grow: 1;
        justify-content: center;
    }
}
@media screen and (min-width:64em) {
    .calc_ttl h3 {
        font-size: 24px;
    }

    .calc_ttl p,
    .fee_calc_item li {
        font-size: 16px;
    }
    .fee_calc_item ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 20px 32px 32px 32px;
    }
}
/*-------------------
202503 WA 改修　ここまで
-------------------*/

/*-------------------
202504
比べてわかる、トータルコスト
追加
-------------------*/
.next-box h2 {
  color: #248876;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.next-box {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    color: #000;
    align-items: center;
    /*padding: 0 30px;*/
    flex-wrap: wrap;
}

.next-box .text {
    padding: 0 20px;
    width: 45%;
}

.next-box p {
    line-height: 1.8;
	font-weight: 700;
}

.next-box .notes {
    font-size: 13px;
    margin-top: 1em;
    line-height: 1.4;
	font-weight: 500;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.next-box .img {
    padding: 30px;
    width: 55%;
    position: relative;
}

.next-box .img img {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
.next-box .text {
    padding: 0;
    width: 100%;
}

.next-box h2 {
    font-size: 22px;
    line-height: 1.6;
	text-align: center;
}


.next-box p {
    font-size: 1em;
}

.next-box .img {
    width: 100%;
    padding: 5vw 0 0 0;
}

.next-box .notes {
    text-align: left;
}

.pc {
    display: none !important;
 }

.sp {
    display: block !important;
}
}

/*-------------------
202505 WA 画面構成改善　ここから
-------------------*/
.calc_ttl {
    padding: 24px 16px;
}

.next-box h2 + p {
    margin: 0;
}
.next-box .img {
    padding: 0 30px;
}
.next-box .img .notes:not(.sp) {
    margin-top: 3em;
}
@media screen and (max-width: 767px) {
    .next-box .img {
        padding: 8vw 0 0;
    }
}

/* sec_fee_cta */
.sec_fee_cta {
    width: 100%;
    padding: 40px 0;
    background: #f0f0f0;
}

.cta_flex {
    width: min(90%, 1200px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.copy-online {
    display: inline-block;
    position: relative;
    padding: 0.8rem;
	color: #297f3a;
    font-size: 16px;
    text-align: center;
}
.copy-online::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-35deg);
}

.copy-online::after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(35deg);
}


.copy-online::before, .copy-online::after {
    position: absolute;
    top: 0.5rem;
    height: 1.85rem;
    content: '';
}

.cnv-btn.color_gr a{
    background-color: #297f3a;
}
@media screen and (max-width: 580px) {
    .copy-online::before, .copy-online::after {
        position: absolute;
        content: '';
    }
}
@media screen and (min-width: 48em) {
    .sec_fee_cta {
        padding: 56px 0;
    }
    .cta_flex {
        gap: min(5%, 72px);
    }
    .cta_flex .cnv-btn {
        width: calc((100% - min(5%, 72px)) / 2);
        margin: 0;
    }
}
/* sec_flow */
.sec_flow p.sub_tx {
    line-height: 1.7;
    margin-bottom: 24px;
}

ul.flow_step_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
}

ul.flow_step_list li {
    width: 260px;
    height: 80px;
    margin: 0 auto;
    translate: 16px 0;
    border-radius: 6px;
    border: 1px solid #51932A;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
ul.flow_step_list li:not(:last-child)::after {
    content: "";
    width: 20px;
    height: 12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #51932A;
    position: absolute;
    bottom: -8px;
    left: 50%;
    translate: -50% 100%;
}
.step_num {
    width: 64px;
    height: 64px;
    background-color: #51932A;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    translate: -50% -50%;
}

.step_num span {
    display: block;
    font-size: 10px;
    margin-bottom: .4em;
}

.step_ttl {
    font-size: 20px;
    line-height: 1.5;
    color: #51932A;
    font-weight: 700;
    text-align: center;
}
.sec_flow .support_link {
    margin: 2em auto 0;
}
@media screen and (min-width: 48em) { 
    .sec_flow p.sub_tx {
        margin-bottom: 40px;
    }

    ul.flow_step_list {
        width: 100%;
        flex-direction: row;
        gap: 56px;
        padding-top: 40px;
    }

    ul.flow_step_list li {
        width: calc((100% - 56px * 3) / 4);
        height: 146px;
        translate: 0;
        padding-top: 32px;
    }

    ul.flow_step_list li:not(:last-child)::after {
        width: 24px;
        height: 40px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        bottom: 50%;
        left: calc(100% + 16px);
        translate: 0 50%;
    }
    .step_num {
        width: 80px;
        height: 80px;
        font-size: 24px;
        left: 50%;
        top: 0;
        translate: -50% -50%;
    }
    .step_num span {
        font-size: 14px;
    }
    
}

@media screen and (min-width: 64em) {
    .step_ttl {
        font-size: 24px;
    }
}
#sec-faq {
    padding-top: 0 !important;
}

