@charset "UTF-8";

#mfr .about{
    margin-bottom:70px;
}

@media (max-width: 900px) {
    #mfr .about{
        margin-bottom:15px;
    }
  }

#mfr .about_read{
    margin-bottom:30px;
    text-align:center;
}

#mfr .service{
    margin:0 0 120px;  
}

@media (max-width: 900px) {
    #mfr .service{
        margin:0 0 15px;  
    }
  }

#mfr .service_wrap{
    background: #f0f1f5;
    padding: 30px;
    max-width:1000px;
    margin:0 auto;
}

@media (max-width: 900px) {
    #mfr .service_wrap{
        padding: 10px;
    }
  }

#mfr .service_ttl{
    font-weight:600;
    font-size:20px;
    margin:0 0 15px;
}

@media (max-width: 900px) {
    #mfr .service_ttl{
        font-weight:600;
        font-size:16px;
        margin:0 0 10px;
    }
  }

#mfr .service_list_item{
    position:relative;
    padding:0 0 0 30px;  
    font-weight:600;  
}

#mfr .service_list_item:before{
    position: absolute;
    content: "";
    display: block;
    background-image: url(../../../img/product_checkbox.png);
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    transform: translate(0, -9px);
}


#mfr .step{
    max-width:1000px;
    margin:0 auto 15px;
}

#mfr .step_read{
    margin-bottom:15px;
}

#mfr .step_read:last-of-type{
    margin-bottom:50px;
}

#mfr .step_read_img{
    max-width:650px;
    margin:0 auto 60px;
    justify-content: center;
    display:flex;
}

#mfr .step_flow_list{
    max-width:1000px;
    margin:0 auto;
}

@media (max-width: 900px) {
    #mfr .step_flow_list{
        margin-bottom:50px;
    }
  }

#mfr .step_flow_list_item{
    display:flex;
    flex-direction:row;
    margin-bottom:30px;
}


#mfr .step_flow_list_item:last-of-type{
    margin-bottom:110px;
}

@media (max-width: 900px) {
    #mfr .step_flow_list_item:last-of-type{
        margin-bottom:15px;
    }
  }

#mfr .step_flow_list_num{
    position:relative;
    width:100px;
    font-size:14px;
    font-weight:600;
    text-align:center;
    margin-right:20px;
    padding-top:20px;
    line-height:1.2;
}

#mfr .step_flow_list_num span{
    display:block;
    font-size:24px;
}

#mfr .step_flow_list_num:before{
    content: "";
    width: 100px;
    height: 100px;
    background: #f0f1f5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border:3px solid #fff;
}

#mfr .step_flow_list_item_txtarea{
    width:calc(100% -  120px);
}

#mfr .step_flow_list_item_ttl{
    font-weight:600;
}

#mfr .merit{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background: #f0f1f5;
    padding-left:calc(50vw - 50%);
    padding-right:calc(50vw - 50%);
    margin-bottom:50px;
    padding-top:50px;;
}

@media screen and (max-width: 900px) {
    #mfr .merit{
        margin-bottom:20px;
        padding-top:20px;;
    }
  }

#mfr .merit_list{
    display:flex;
    justify-content: space-between;    
}

@media screen and (max-width: 900px) {
    #mfr .merit_list{
        display:flex;
        flex-direction:column
    }
  }

#mfr .merit_item{
    display:flex;
    flex-direction: column;
    width:calc((100% - 40px)/3) ;
    background: #fff;
    padding:30px 20px 20px;
    position:relative;
    margin-right:20px;
    margin-bottom:70px;
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
}

@media screen and (max-width: 900px) {
    #mfr .merit_item{
        width:100%;
        margin:0 0 15px;
    }
  }

#mfr .merit_item:nth-child(3n){
    margin-right:0;
}

#mfr .merit_item_number{
    position:absolute;
    top:-23px;
    font-size:26px;
    font-weight:600;
    color:#0696d7;
}

@media screen and (max-width: 900px) {
    #mfr .merit_item_number{
        position:absolute;
        top:-20px;
        font-size:20px;
        font-weight:600;
        color:#0696d7;
    }    
  }

#mfr .merit_item_ttl{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}

@media screen and (max-width: 900px) {
    #mfr .merit_item_ttl{
        font-size:16px;
        font-weight:600;
        margin-bottom:5px;
    }    
  }

#mfr .feature_desc{
    width:800px;
    margin:0 auto 50px;
}

#mfr .case{
    margin-bottom:110px;
}

@media screen and (max-width: 900px) {
    #mfr .case{
        margin-bottom:20px;
    } 
  }


#mfr .case_list{
    border:2px solid #f0f1f5;
    margin:0 auto;
    font-size:14px;
    margin-bottom:30px;
}

#mfr .case_list_ttl{
    font-size:18px;
    font-weight:600;
    padding:10px;
    background:#f0f1f5;
}

@media screen and (max-width: 900px) {
    #mfr .case_list_ttl{
        font-size:16px;
    }
  }

#mfr .case_list_block{
    display:flex;
    flex-wrap: nowrap;
    padding:20px;
    justify-content: space-between;
    align-items: center;
    
}

#mfr .case_list_txt_block_ttl{
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
}

@media screen and (max-width: 900px) {
    #mfr .case_list_txt_block_ttl{
        font-size:14px;
    }
  }

#mfr .case_list_txt_block{
    width:55%;
}

#mfr .case_list_img{
    width:40%;
    display:flex;
    justify-content: center;
}

#mfr .case_list_img img{
    max-width:420px;
    width:100%;
    height:auto;
}

#mfr .subttl {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 70px;
    border-bottom: 1px solid #bbb;
}

@media (max-width: 900px) {
    #mfr .subttl {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #bbb;
    }
}

#mfr .feature_list{
    display:flex;
    justify-content: space-between;
    margin-bottom:50px;
}

#mfr .feature_txtblock{
    width:60%;
}

#mfr .feature_img{
    width:35%;
}

#mfr .other{
    margin-bottom:110px;
}

#mfr .other_ttl{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 70px;
    border-bottom: 1px solid #bbb;
}

@media (max-width: 900px) {
    #mfr .other_ttl{
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #bbb;
    }
}

#mfr .other_box{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 900px) {
    #mfr .other_box{
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

#mfr .other_box_textarea{
    width:50%;
}

@media (max-width: 900px) {
    #mfr .ther_box_textarea{
        width:100%;
    }
}

#mfr .other_box_photo{
    width:47%;
    display:flex;
    justify-content: center;
}

@media (max-width: 900px) {
    #mfr  .other_box_photo{
        width:100%;
    }
}   

#mfr .sec01_img {
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
    display: flex
;
    justify-content: center;
    padding: 50px 0;
    margin-bottom: 70px;
}

#mfr .other_link-wrap{
    display:flex;
    justify-content: center;
    padding:50px;
}

@media (max-width: 900px) {
#mfr .other_link-wrap{
    padding:10px;
}
}  

#mfr .other_link{
    background:#000;
    display:inline-block;
    padding:10px 30px;
    position:relative;
    color:#fff;
    text-align:center;
    position:relative;
}

@media (max-width: 900px) {
#mfr .other_link{
    width:100%;
    padding:7px;
}
}  

#mfr .other_link:hover{
    opacity:0.7;
    transition: all 0.3s;
}

#mfr .other_link:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    right: 20px;
    top: 50%;
}
