@charset "UTF-8";
@media screen and (min-width: 767px) {
    /* columns about */
    .h2_01-fmt2023 {
        padding: 1% 0;
    }
    .columns_mvfullscreen-fmt2023{
        background-color: #F9F9F4;
        padding: 2% 0 0;
        margin-bottom: 6%;
    }

    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 900px;
        margin: 2% auto 0;
    }
    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023 > .row:first-child{
        /*width: 42%;*/
        width: 48%;
    }
    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023 > .row:last-child {
        width: 50%;
    }
    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023 > .row > .h1_01-fmt2023{
        text-align: left;
        padding: 0 0 4%;
        letter-spacing: 1px;
    }

    .about_beige-fmt2023{
        max-width: 900px;
        margin: 0% auto 4%;
        background-color: #F7F6F4;
        padding: 3% 0;
    }
    .about_beige-fmt2023 > .h3_01-fmt2023{
        position: relative;
    }
    .about_beige-fmt2023 > .h3_01-fmt2023::before {
        position: absolute;
        content: "";
        bottom: -8px;
        left: 39%;
        height: 35px;
        width: 35px;
        background: url(../img/column_left-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .about_beige-fmt2023 > .h3_01-fmt2023::after {
        position: absolute;
        content: "";
        bottom: -8px;
        right: 39%;
        height: 35px;
        width: 35px;
        background: url(../img/column_right-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .columns_area-fmt2023{
        max-width: 600px;
        margin: 3% auto;
    }
    .columns_area-fmt2023 > .h3_04-fmt2023{
        padding: 3% 0 3%;
        border-bottom: 1px solid #EF6D00;
        font-size: 18px;
        margin: 1% auto 2%;    
    }
    .columns_item-fmt2023{
        display: flex;
        justify-content: space-between;
    }
    .columns_item-fmt2023 > .row{
        width: 46%;
        margin: 1% 0;
        display: flex;
        font-size: 16px;
    }
    .columns_item-fmt2023 > .row > a{
        line-height: 1.4;
    }
    .columns_item-fmt2023 > .row > picture {
        display: inline;
        margin-bottom: 2%;
        margin-right: 3%;
    }
    .columns_item-fmt2023 > .row > picture > img {
        margin-bottom: 10%;
    }

    .columns_item-fmt2023 > .row > a > .row {
        display: flex;
        align-items: flex-start;
        margin: 3% 0 0;
        width: 110%;
    }
    .columns_item-fmt2023 > .row > a > .row > picture{
        margin-right: 2%;
        margin-top: -0.5%;
    }
    .columns_colorfullscreen-fmt2023{
        background-color: #F7F6F4;
        padding: 4% 0 1%;
        margin: 0 0 5%;
    }

    .columns_colorfullscreen-fmt2023 > .formarea-fmt2023{
        background-color: #fff;
    }

    .about_trouble-fmt2023{
        margin: 6% auto;
    }
    .about_trouble-fmt2023 > .one_colummimg-fmt2023{
        background: url(../../about/img/main_trouble-fmt2023.png) no-repeat;
        height: 445px;
        margin-bottom: 0%;
        background-size: contain;
        margin: 2% 0 0%;
    }

    .about_trouble-fmt2023 > .h1_02-fmt2023{
        position: relative;
    }
    .about_trouble-fmt2023 > .h3_01-fmt2023{
        font-size: 24px;
    }

    .about_trouble-fmt2023 > .h1_02-fmt2023::before{
        position: absolute;
        content: "";
        bottom: -6px;
        left: 18%;
        height: 60px;
        width: 60px;
        background: url(../../about/img/main_troubleleft-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .about_trouble-fmt2023 > .h1_02-fmt2023::after{
        position: absolute;
        content: "";
        bottom: -8px;
        /*right: 16.5%;*/
        right: 15.5%;
        height: 60px;
        width: 60px;
        background: url(../../about/img/main_troubleright-fmt2023.png) no-repeat;
        background-size: contain;
    }

    .about_reform-fmt2023{
        margin: 3% auto 1%;
    }
    .about_reform-fmt2023 > .one_colummimg-fmt2023{
        background: url(../../about/img/main_reform-fmt2023.png) no-repeat;
        height: 445px;
        margin-bottom: 0%;
        background-size: contain;
        margin: 4% 0 6%;
    }

    .about_btn-fmt2023{
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
    .about_btn-fmt2023 > .main_search_btn {
        width: 400px;
        height: 90px;
        background: #EF6D00;
        color: #FFF;
        border-radius: 6px;
        margin: auto;
        cursor: pointer;
        text-align: center;
    }
    .about_btn-fmt2023 > .main_search_btn > picture {
        display: inline;
    }
    .about_btn-fmt2023 > .main_search_btn > picture > img {
        padding-top: 16px;
        padding-bottom: 5px;
    }

    .about_commontxt-fmt2023{
        width: 19%;
        color: #333333;
        line-height: 1.6;
        margin: 2% auto 3%;
    }

    .about_customer-fmt2023{
        width: 900px;
        margin: 4% auto;
        display: flex;
        justify-content: space-between;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023{
        width: 48%;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023:last-child{
        margin-right: 0;
        width: 48%;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .h3_04-fmt2023{
        margin: 0 0 4%;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .h3_03-fmt2023{
        font-size: 20px;
        text-align: center;
        margin: 5% 0 2% 0;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .row{
        display: flex;
        justify-content: space-between;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > picture{
        margin-bottom: 2%;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .row > .p_commontxt-fmt2023{
        margin: 0;
        width: 60%;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .row > .p_commontxt-fmt2023 > span{
        text-align: right;
        display: block;
    }
    .columns_reason-fmt2023{
        width: 1120px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin: 2% auto 3%; 
    }
    .columns_reason-fmt2023 > .row{
        width: 25%;
        padding: 2%;
        background-color: #fff;
		text-align: center;
    }
    .columns_reason-fmt2023 > .row:nth-child(1){
        position: relative;
    }
    .columns_reason-fmt2023 > .row:nth-child(2){
        position: relative;
    }
    .columns_reason-fmt2023 > .row:nth-child(3){
        position: relative;
    }
    .columns_reason-fmt2023 > .row:nth-child(1)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 50px;
        width: 55px;    
        background: url(../../about/img/main_lefticon-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .columns_reason-fmt2023 > .row:nth-child(2)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 55px;
        width: 45px;
        background: url(../../about/img/main_middleicon-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .columns_reason-fmt2023 > .row:nth-child(3)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 55px;
        width: 45px;
        background: url(../../about/img/main_righticon-fmt2023.png) no-repeat;
        background-size: contain;
    }

    .columns_reason-fmt2023 > .row > .h3_02-fmt2023{
        font-size: 24px;
    }

    .about_formarea-fmt2023 {
        background-color: #fff;
    }

    .about_bottomarea-fmt2023 > .h3_01-fmt2023{
        margin: 5% auto 2%;
    }

    /* HPより */
    .cmncts-recommend-topblk {
        display: flex;
        flex-wrap: wrap;
        width: 1120px;
        margin: 3% auto;
    }
    .cmncts-recommend-topblk:last-child {
        margin: 3% auto 6%;
    }
    .cmncts-recommend-topblk > picture{
        width: 49%;
        margin-right: 2%;
    }
    .cmncts-recommend-topblk > picture > img{
        width: 100%;
        display: block;
    }
    
    .cmncts-recommend-toptxt {
        /*width: 46%;*/
        width: 49%;
    }
    .cmncts-recommend-toptxt-lead {
        /*font-size: 107.14286%;*/
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .cmncts-recommend-toptxt .h3_04-fmt2023 {
        font-size: 24px;
        margin: 0% auto 3%;
        line-height: 1.2;
    }
    .cmncts-recommend-toptxt-dl{
        background-color: #F7F6F4;
        /*width: 85%;*/
        width: 92%;
        padding: 5%;
    }
    .cmncts-recommend-toptxt-dl > .subttl{
        color: #666666;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 4%;
    }
    .cmncts-recommend-toptxt-dl > .mainttl{
        color: #666666;
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 4%;
    }
    .cmncts-recommend-toptxt-dl dt {
        font-size: 92.85714%;
    }
    .cmncts-recommend-toptxt-dl dd:first-of-type {
        display: flex;
        /*justify-content: space-between;
        align-items: flex-end;*/
        margin: 3% 0px;
        width: 93%;
    }
    .cmncts-recommend-toptxt-dl dd {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: flex-start;
    }
    .cmncts-recommend-toptxt-time {
        width: 100px;
        border-radius: 5px;
        font-size: 20px;
        padding: 0px 3% 0px;
        background-color: #fff;
        color: #ed6d00;
        line-height: 1.6;
        font-weight: bold;
		text-align: center;
    }
    .cmncts-recommend-toptxt-time span {
		display: block;
        font-size: 14px;
        color: #333333;
    }

    .consultSec {
        background: #F7F6F4;
        min-width: 1366px;
        padding: 70px 0 80px;
    }

/* お悩み改善案を見る 202311改修 */
    .consultSec .consultList {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 1120px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }	
    .consultSec .consultList li {
		position: relative;
        width: 170px;
        margin-bottom: 20px;
    }
    .consultSec .consultList li p {
        width: 100%;
		position: absolute;
		top: 76%;
		left: 50%;
		transform: translate(-50%, -50%);
        font-size: 18px;
		font-weight: bold;
        line-height: 1.3;
        color: #EF6D00;
		text-align: center;
    }
    .consultSec .consultList li img{
        width: 100%;
    }
/* お悩み改善案を見る end */	

    .consultSec .btn {
        display: block;
        width: 320px;
        box-shadow: 0px 2px 0px #00000033;
        background: #FFFFFF;
        border: 2px solid #D9D4CB;
        font-size: 16px;
        line-height: 28px;
        color: #EF6D00;
        border-radius: 6px;
        margin: auto;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 16px;
    }
    .consultSec .icon {
        margin-left: 26px;
        margin-bottom: 3px;
        width: 30px;
    }
	
    .columns_quality-fmt2023{
        width: 1120px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin: 2% auto 3%; 
    }
    .columns_quality-fmt2023 > .row{
        width: 25%;
        padding: 3% 2% 2%;
        background-color: #fff;
        border: solid 3px #F7F6F4;
        text-align: center;
    }
    .columns_quality-fmt2023 > .row:nth-child(1){
        position: relative;
    }
    .columns_quality-fmt2023 > .row:nth-child(2){
        position: relative;
    }
    .columns_quality-fmt2023 > .row:nth-child(3){
        position: relative;
    }
    .columns_quality-fmt2023 > .row:nth-child(1)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 47px;
        width: 54px;    
        background: url(../../about/img/cspro_lefticon.png) no-repeat;
        background-size: contain;
    }
    .columns_quality-fmt2023 > .row:nth-child(2)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 47px;
        width: 50px;
        background: url(../../about/img/cspro_middleicon.png) no-repeat;
        background-size: contain;
    }
    .columns_quality-fmt2023 > .row:nth-child(3)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 47px;
        width: 52px;
        background: url(../../about/img/cspro_righticon.png) no-repeat;
        background-size: contain;
    }
	.voice{
		margin-left: 34px;
	}
	.voice li{
        text-indent: -2em;
        padding-left: 0;
		margin-bottom: 2%;
	}
	.voice li::before{
        content: "";
		display: inline-block;
        background: url(../../about/img/cspro_righticon.png) no-repeat;
        background-size: contain;
		vertical-align: middle;
        height: 23px;
        width: 26px;
		margin-right: 0.4em;
	}

}

@media screen and (max-width: 767px) {

    .h1_02-fmt2023.about_ttl-fmt2023{
        font-size: 24px;
    }
    .columns_mvfullscreen-fmt2023{
        background-color: #F9F9F4;
        padding: 0% 0 8%;
        margin-bottom: 12%;
    }

    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023{
        width: 100%;
        margin:0;
    }
    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023 > .row:first-child{
        width: 100%;
    }
    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023 > .row:last-child {
        width: 95%;
        margin: 0 auto;
    }
    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023 > .row:last-child > picture > img {
        display: block;
        width: 100%;
        height: auto;
    }
    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023 > .row > .h1_01-fmt2023{
        text-align: center;
        padding: 7% 0 4%;
        letter-spacing: 1px;
    }
    .columns_mvfullscreen-fmt2023 > .about_mv-fmt2023 > .row > .p_commontxt-fmt2023{
        width: 90%;
        margin: 2% auto;
    }

    .about_beige-fmt2023{
        padding: 7% 5% 1%;
        background-color: #F7F6F4;
        margin-bottom: 10%;
    }
    .about_beige-fmt2023 > .h3_01-fmt2023{
        font-size: 22px;
        position: relative;
    }
    .about_beige-fmt2023 > .h3_01-fmt2023::before {
        position: absolute;
        content: "";
        bottom: -11px;
        left: 19%;
        height: 40px;
        width: 40px;
        background: url(../../about/img/column_left-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .about_beige-fmt2023 > .h3_01-fmt2023::after {
        position: absolute;
        content: "";
        bottom: -11px;
        right: 19%;
        height: 40px;
        width: 40px;
        background: url(../../about/img/column_right-fmt2023.png) no-repeat;
        background-size: contain;
    }
    /* column about */
    .about_trouble-fmt2023 > .h3_01-fmt2023{
        font-size: 22px;
        line-height: 1.3;
        margin: 5% 0;
    }
    .about_trouble-fmt2023 > .one_colummimg-fmt2023 {
        background: url(../../about/img/main_sptrouble-fmt2023.png) no-repeat center center;
        height: 416px;
        margin: 6% auto 0;
        background-size: contain;
    }
    .columns_colorfullscreen-fmt2023{
        background-color: #F7F6F4;
        padding: 4% 0 1%;
        margin: 0 0 5%;
    }

    .columns_colorfullscreen-fmt2023 > .formarea-fmt2023{
        background-color: #fff;
    }
    .columns_item-fmt2023{
        display: block;
    }
    .columns_item-fmt2023 > .row{
        width: 100%;
        margin: 6% 0;
        display: flex;
        font-size: 18px;
        align-items: flex-start;
    }
    .columns_item-fmt2023 > .row > picture {
        display: inline;
        margin-right: 3%;
        margin-top: 1%;
    }
    .columns_item-fmt2023 > .row > a {
        line-height: 1.4;
    }

    .columns_item-fmt2023 > .row > picture > img {
        margin-bottom: 10%;
    }
    .about_btn-fmt2023{
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #FFFFFF;
    }
    .about_btn-fmt2023 > .main_search_btn {
        width: 90%;
        height: 90px;
        background: #EF6D00;
        color: #FFF;
        border-radius: 6px;
        margin: auto;
        cursor: pointer;
        text-align: center;
    }
    .about_btn-fmt2023 > .main_search_btn > picture {
        display: inline;
    }
    .about_btn-fmt2023 > .main_search_btn > picture > img {
        padding-top: 16px;
        padding-bottom: 5px;
    }

    .columns_reason-fmt2023{
        width: 90%;
        margin: 0 auto;
        display: block;
        margin: 2% auto 3%; 
    }
    .columns_reason-fmt2023 > .row{
        width: 90%;
        padding: 5% 2%;
        background-color: #fff;
        margin-bottom: 7%;
        margin: 8% auto;
        text-align: center;
    }
    .columns_reason-fmt2023 > .row:nth-child(1){
        position: relative;
    }
    .columns_reason-fmt2023 > .row:nth-child(2){
        position: relative;
    }
    .columns_reason-fmt2023 > .row:nth-child(3){
        position: relative;
    }
    .columns_reason-fmt2023 > .row:nth-child(1)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 50px;
        width: 55px;    
        background: url(../../about/img/main_lefticon-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .columns_reason-fmt2023 > .row:nth-child(2)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 43%;
        height: 50px;
        width: 40px;
        background: url(../../about/img/main_middleicon-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .columns_reason-fmt2023 > .row:nth-child(3)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 43%;
        height: 50px;
        width: 40px;
        background: url(../../about/img/main_righticon-fmt2023.png) no-repeat;
        background-size: contain;
    }

    .columns_reason-fmt2023 > .row > .h3_02-fmt2023{
        font-size: 20px;
    }

    .about_trouble-fmt2023{
        margin: 0 auto 10%;
    }
    .about_trouble-fmt2023 > .h1_02-fmt2023{
        position: relative;
        font-size: 22px;
    }

    .about_trouble-fmt2023 > .h1_02-fmt2023::before{
        position: absolute;
        content: "";
        bottom: 3px;
        left: 4%;
        height: 70px;
        width: 45px;
        background: url(../../about/img/main_troubleleft-fmt2023.png) no-repeat;
        background-size: contain;
    }
    .about_trouble-fmt2023 > .h1_02-fmt2023::after{
        position: absolute;
        content: "";
        bottom: 1px;
        right: 3%;
        height: 70px;
        width: 45px;
        background: url(../../about/img/main_troubleright-fmt2023.png) no-repeat;
        background-size: contain;
    }

    .about_reform-fmt2023{
        
    }
    .about_reform-fmt2023 > .one_colummtxt-fmt2023{
        /*width: 83%;*/
        width: 98%;
        margin: 5% auto;
        /*text-align: center;*/
    }
    .about_reform-fmt2023 > .one_colummimg-fmt2023{
        background: url(../../about/img/main_spreform-fmt2023.png) no-repeat center center;
        height: 409px;
        margin-bottom: 0%;
        background-size: contain;
        margin: 4% 0 6%;
    }

    .columns_colorfullscreen-fmt2023{
        background-color: #F7F6F4;
        padding: 4% 0 1%;
        margin: 0 0 5%;
    }

    .columns_colorfullscreen-fmt2023 > .formarea-fmt2023{
        background-color: #fff;
    }

    .about_customer-fmt2023{
        width: 90%;
        margin: 4% auto;
        display: block;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023{
        width: 100%;
        margin: 10% 0;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023:last-child{
        margin-right: 0;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .h3_04-fmt2023{
        margin: 0 0 4%;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .h3_03-fmt2023{
        text-align: center; 
        margin: 0% 0 5% 0;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .p_commontxt-fmt2023{
        width: 100%;
        font-size: 14px;
        line-height: 1.8;
        margin: 0;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .row{
        display: flex;
        justify-content: space-between;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > picture{
        margin-bottom: 1%;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > picture > img{
        width: 100%;
        display: block;
        height: auto;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .row > .p_commontxt-fmt2023{
        margin: 0;
        width: 51%;
        line-height: 1.8;
    }
    .about_customer-fmt2023 > .about_customer_item-fmt2023 > .row > .p_commontxt-fmt2023 > span{
        text-align: right;
        display: block;
    }

    .about_commontxt-fmt2023{
        width: 70%;
        color: #333333;
        line-height: 1.3;
        margin: 5% auto 9%;
        font-size: 14px;
    }

    .about_formarea-fmt2023{
        background-color: #fff;
        padding: 0;
        width: 90%;
        margin: 8% auto;
    }

    /* HPより */
    .consultSec {
        padding: 10.75vw 2.5vw 12.8vw;
        background-color: #F7F6F4;
    }
	
/* お悩み改善案を見る 202311改修 */
    .consultSec .consultList {
        width: 72.5333vw;
        margin: 0 auto 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }	
    .consultSec .consultList li {
		position: relative;
        width: 34.1333vw;
        margin-bottom: 2.5vw;
    }
    .consultSec .consultList li p {
        width: 100%;
		position: absolute;
		top: 76%;
		left: 50%;
		transform: translate(-50%, -50%);
        font-size: 3.6vw;
		font-weight: bold;
        line-height: 1.3;
        color: #EF6D00;
		text-align: center;
    }
    .consultSec .consultList li img{
        width: 100%;
    }
/* お悩み改善案を見る end */

    .consultSec .btn {
        display: block;
        background: #fff;
        border: 0.5333vw solid #D9D4CB;
        box-shadow: 0px 0.5333vw 0px #00000033;
        padding-top: 4.4vw;
        padding-bottom: 4.4vw;
        padding-left: 4.2666vw;
        border-radius: 1.6vw;
        font-size: 4.2666vw;
        line-height: 7.4666vw;
        color: #EF6D00;
        /*width: 86.6666vw;*/
        width: 80vw;
        margin: auto;
    }
    .consultSec .icon {
        margin-left: 2vw;
        margin-top: -1vw;
    }

    .about_bottomarea-fmt2023 > .h3_01-fmt2023{
        margin-top: 10%;
    }
    .cmncts-recommend-topblk {
        display: flex;
        flex-wrap: wrap;
        margin: 4% auto 12%;
    }
    .cmncts-recommend-topblk:last-child {
        margin: 3% auto 6%;
    }
    .cmncts-recommend-topblk > picture{
        width: 100%;
    }
    .cmncts-recommend-topblk > picture > img{
        width: 100%;
        display: block;
        height: auto;
    }
    
    .cmncts-recommend-toptxt {
        /*width: 90%;*/
        width: 98%;
        margin: 0 auto;
    }
    .cmncts-recommend-toptxt-lead {
        font-size: 107.14286%;
        margin-bottom: 20px;
    }
    .cmncts-recommend-toptxt > .h3_04-fmt2023 {
        font-size: 24px;
        margin: 4% 0%;
        line-height: 1.2;
        letter-spacing: 1.5px;
    }
    .cmncts-recommend-toptxt-lead {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.4;    
    }
    .cmncts-recommend-toptxt-dl{
        background-color: #F7F6F4;
        width: 92%;
        padding: 4%;
    }
    .cmncts-recommend-toptxt-dl > .subttl{
        color: #666666;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 4%;
    }
    .cmncts-recommend-toptxt-dl > .mainttl{
        color: #666666;
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 4%;
    }
    .cmncts-recommend-toptxt-dl dt {
        font-size: 92.85714%;
    }
    .cmncts-recommend-toptxt-dl > dd > picture {
        display: block;
        width: 100%;
        height: auto;
    }
    .cmncts-recommend-toptxt-dl > dd > picture > img {
        display: block;
        width: 100%;
        height: auto;
    }
    .cmncts-recommend-toptxt-dl dd:first-of-type {
        /*display: flex;
        justify-content: space-between;
        align-items: flex-end;*/
        margin: 3% 0px;
        width: 100%;
    }
    .cmncts-recommend-toptxt-dl dd {
        /*display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: flex-start;*/
		margin-bottom: 3%;
    }
    .cmncts-recommend-toptxt-time {
        border-radius: 5px;
        font-size: 20px;
        padding: 0px 3% 0px;
        background-color: #fff;
        color: #ed6d00;
        line-height: 1.6;
        font-weight: bold;
		text-align: center;
    }
    .cmncts-recommend-toptxt-time span {
        font-size: 14px;
        color: #333333;
		margin-right: 1em;
    }

	.flow .h3_02-fmt2023 {
		text-align: center;
	}

    .columns_quality-fmt2023{
        width: 90%;
        margin: 0 auto;
        display: block;
        margin: 2% auto 3%; 
    }
    .columns_quality-fmt2023 > .row{
        width: 90%;
        padding: 7% 2% 5%;
        background-color: #fff;
        border: solid 3px #F7F6F4;
        margin-bottom: 7%;
        margin: 8% auto;
        text-align: center;
    }
    .columns_quality-fmt2023 > .row:nth-child(1){
        position: relative;
    }
    .columns_quality-fmt2023 > .row:nth-child(2){
        position: relative;
    }
    .columns_quality-fmt2023 > .row:nth-child(3){
        position: relative;
    }
    .columns_quality-fmt2023 > .row:nth-child(1)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 42%;
        height: 47px;
        width: 54px;    
        background: url(../../about/img/cspro_lefticon.png) no-repeat;
        background-size: contain;
    }
    .columns_quality-fmt2023 > .row:nth-child(2)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 43%;
        height: 47px;
        width: 50px;
        background: url(../../about/img/cspro_middleicon.png) no-repeat;
        background-size: contain;
    }
    .columns_quality-fmt2023 > .row:nth-child(3)::after{
        position: absolute;
        content: "";
        top: -21px;
        left: 43%;
        height: 47px;
        width: 52px;
        background: url(../../about/img/cspro_righticon.png) no-repeat;
        background-size: contain;
    }
	.voice{
		margin-left: 34px;
	}
	.voice li{
        text-indent: -2.3em;
        padding-left: 0;
		margin-bottom: 5%;
	}
	.voice li::before{
        content: "";
		display: inline-block;
        background: url(../../about/img/cspro_righticon.png) no-repeat;
        background-size: contain;
        height: 23px;
        width: 26px;
		vertical-align: middle;
		margin-right: 0.4em;
	}

}
