@charset "utf-8";
/* CSS Document */

/*-------------------
seikyu_fee.html用CSS
/seikyu/include/seikyu_fee.html
-------------------*/
.sec-law_contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
@media screen and (min-width: 75em) {
	.sec-law_contents {
		max-width: 64em;
	}
}

/* コスト削減シミュレーション */
#sec-law {
	padding: 5rem 0 0;
}
.law {
	border: 1px solid #40a83e;
	text-align: center;
}
#seikyu .law h2{
	font-size: 1.3em;
	color: #333333;
	margin: 24px auto 24px;
	font-weight: 700;
	line-height: 1.3em;
	padding: 0 15px;
}
/* DtoD調整用 */
.l-pagebody .law h2{
	font-size: 1.3em;
	color: #333333;
	margin: 24px auto 24px;
	font-weight: 700;
	line-height: 1.3em;
}

.law img{
	width: 70%;
	max-width: 16em !important;
	height: 5.5em !important;
	margin: 0 auto 24px;
}
.law p{
	margin: 0 auto 24px;
	line-height: 1.5em;
	padding: 0 15px;
}

/* 料金体系 */
#sec-fee {
	padding: 64px 0;
	background-color: #ffffff;
	text-align: center;
}
#sec-fee h2 {
	font-size: 1.3em;
}
#sec-fee p {
	line-height: 1.2em;
}
#sec-fee .fee-box h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em auto 1em;
}
#sec-fee .fee-box ul {
	display:block;
	margin-bottom: 1em;
}
#sec-fee .fee-box ul li {
	width: 100%;
	margin-bottom: 1em;
	border: none;
}
#sec-fee .fee-box ul li dl {
	background-color: #FAF5E7;
	border-radius: 6px;
}
#sec-fee .fee-box ul li dl dt {
	font-size: 18px;
	color: #E87610;
	font-weight: 700;
	padding: 0.8em 0.8em 0.4em 0.8em;
	border-radius: 6px 6px 0 0;
	background-color: #FAF5E7;
}
#sec-fee .fee-box ul li dl dd {
	font-size: 13px;
	color: #E87610;
	padding: 0 0.8em 1em 0.8em;
	border-radius: 0 0 6px 6px;
	line-height: 1.2;
}
#sec-fee .fee-box ul li dl.color_fee02 {
	background-color: #51932A;
}
#sec-fee .fee-box ul li dl.color_fee02 dt,
#sec-fee .fee-box ul li dl.color_fee02 dd {
	color: #ffffff;
}
#sec-fee .fee-box ul li dl.color_fee02 dt,
#sec-fee .fee-box ul li dl.color_fee02 dd {
	background-color: #51932A;
}
#sec-fee .ctl-p02 {
    font-size: 15px;
    margin-bottom: 10px;
}
@media screen and (min-width:48em) {
    #sec-fee{
        padding: 80px 0;
    }
    #sec-fee .fee-box ul{
        display: flex;
        justify-content: center;
    }
    #sec-fee .fee-box ul li{
        width: 40%;
        margin: 0 0.5em 1em;
    }
    #sec-fee h2{
        font-size: 1.5em;
    }
    #sec-fee .fee-box ul li dl dt {
        font-size: 20px;
    }
    #sec-fee .fee-box ul li dl dd {
        font-size: 14px;
    }
}

/* CTAボタン */
.cnv-btn-price {
    width: 90%;
    max-width: 360px;
    height: 48px;
    text-align: center;
    margin: 0 auto 32px;
    display: flex;
    justify-content: center;
    background-color: #FF3333;
    border-radius: 6px;
    color: #fff;
    align-items: center;
    position: relative;
    transition: .3s;
}
.cnv-btn-price:hover {
    opacity: .7;
    color: #ffffff;
}
.cnv-btn-price p {
    padding: 0 0 0 24px;
    
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    display: block;
    margin: 0 auto;
    position: relative;
    color: #fff;
}
.cnv-btn-price p:before {
    content: '';
    height: 100%;
    width: 0.8em;
    background-image: url(/web/jp/seikyu/js-include/images/yen-sign-solid.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.cnv-btn-price::after {
    content: '>';
    position: absolute;
    right: 0.625em;
    top: 50%;
    transform: translateY(-57%) scale(0.5, 1.0);
    display: inline-block;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
}
.ctl-height .feature_box .cnv-btn-price {
    width: 100%;
}
.cnv-btn-price.cost::after {
    right: 0.2em;
}
.cnv-btn-price.cost p {
    padding: 0 0 0 16px;
}
.cnv-btn-price.cost::after {
    right: 0.2em;
}
.cnv-btn-price.cost p {
    padding: 0 0 0 16px;
}
@media screen and (min-width:48em) {
    .cnv-btn-price {
        height: 56px;
        max-width: 480px;
    }
    .cnv-btn-price p,
    .cnv-btn-price.cost p {
        font-size: 20px;
        padding: 0 0 0 32px;
    }
    .ctl-height .feature_box .cnv-btn-price p {
        font-size: 16px;
        padding: 0 0 0 20px;
    }
}
/* sec-cnvリセット用 */
.section_lead {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: bold;
    color: #333333;
}

/*--------------------------------------
 202505 WA 料金体系
---------------------------------------*/
.yellow_mark {
    background: linear-gradient(transparent 60%, #ff6 60%);
}
#sec-fee h2 + p {
    margin-bottom: 2em;
}
#sec-fee .fee-box ul {
    display: flex;
    margin-bottom: 1em;
    gap: 40px;
    position: relative;
}

#sec-fee .fee-box ul::before,
#sec-fee .fee-box ul::after {
    content: "";
    width: 24px;
    height: 4px;
    background-color: #7B7B7B;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
#sec-fee .fee-box ul::after {
    width: 4px;
    height: 24px;
}

#sec-fee .fee-box ul li {
    margin: 0;
    width: calc((100% - 40px) / 2);
}

#sec-fee .fee-box ul li dl {
    background-color: #edf5ed;
    height: 100%;
}

#sec-fee .fee-box ul li dl dt {
    padding: 1.4em 1.2em 1em 1.2em;
    color: #40a83e;
    background-color: #edf5ed;
}

#sec-fee .fee-box ul li dl dd {
    padding: 0 1.2em 1.7em 1.2em;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    text-align: left;
}
.only_pc {
    display: none;
}

.cnv_btn_fee {
    border: 2px solid #40A83E;
    color: #40A83E;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 9999px;
    padding: 1em 2em;
    display: inline-block;
    margin: 1em auto 0;
    transition: .3s;
}

.cnv_btn_fee:hover {
    box-shadow: 0 5px 12px rgb(0 0 0 / 10%);
}

.cta_flex {
    width: 100%;
    margin: 56px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.copy-download {
    display: inline-block;
    position: relative;
    padding: 0.8rem;
    color: #FD7822;
    font-size: 16px;
    text-align: center;
}

.copy-download::before, 
.copy-download::after,
.copy-online::before, 
.copy-online::after {
    position: absolute;
    top: 0.5rem;
    height: 1.85rem;
    content: '';
}
.copy-download::before,
.copy-online::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-35deg);
}
.copy-download::after,
.copy-online::after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(35deg);
}

.cta_flex .cnv-btn a {
    padding: 20px;
    background-color: #FD7822;
    border-radius: 6px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    display: block;
    position: relative;
}

.cta_flex .cnv-btn{
	width: 100%;
	margin: 0 auto;
}

.cta_flex .cnv-btn a::after {
    content: none;
}

.copy-online {
    display: inline-block;
    position: relative;
    padding: 0.8rem;
    color: #297f3a;
    font-size: 16px;
    text-align: center;
}

.cnv-btn.color_gr a {
    background-color: #297f3a;
}

.btn-cta-microcopy {
    font-weight: 700;
}

.cta_flex .cnv-btn p{
    margin-bottom:0;
}

@media screen and (min-width:48em) {
    .only_pc {
        display: block;
    }
    #sec-fee .fee-box ul {
        gap: 64px;
    }
    #sec-fee .fee-box ul::before {
        width: 8px;
        height: 40px;
    }
    #sec-fee .fee-box ul::after {
        width: 40px;
        height: 8px;
    }
    #sec-fee .fee-box ul li {
        margin: 0;
        width: min(calc((100% - 64px) / 2), 400px);
    }

    #sec-fee .fee-box ul li dl dd {
        text-align: center;
    }

    .cta_flex {
        gap: min(5%, 72px);
    }
    .cta_flex .cnv-btn {
        width: calc((100% - min(5%, 72px)) / 2);
        margin: 0;
    }

    .cta_flex .cnv-btn a::after {
        content: '>';
    }
}