@charset "UTF-8";

#cost .about{
    margin-bottom:70px;
}

@media (max-width: 900px) {
    #cost .about{
        margin-bottom:15px;
    }
  }

#cost .about_read{
    margin-bottom:30px;
    text-align:center;
}

#cost .service{
    margin:0 100px 120px;  
}

@media (max-width: 900px) {
    #cost .service{
        margin:0 0 15px;  
    }
  }

#cost .service_wrap{
    background: #f0f1f5;
    padding: 30px;
}

@media (max-width: 900px) {
    #cost .service_wrap{
        padding: 10px;
    }
  }

#cost .service_ttl{
    font-weight:600;
    font-size:20px;
    margin:0 0 15px;
}

@media (max-width: 900px) {
    #cost .service_ttl{
        font-weight:600;
        font-size:16px;
        margin:0 0 10px;
    }
  }

#cost .service_list_item{
    position:relative;
    padding:0 0 0 30px;  
    font-weight:600;  
}

#cost .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);
}

#cost .feature{
    margin:0 0 120px;
}

@media (max-width: 900px) {
    #cost .feature{
        margin:0 0 20px;
    }
  }

#cost .feature_list{
    display:flex;
    flex-direction:row;
}

@media (max-width: 900px) {
    #cost .feature_list{
        display:block;
    }
  }

#cost .feature_list_item{
    width:calc((100%- 75px)/ 4);
    display:flex;
    flex-direction:column;
}

@media (max-width: 900px) {
    #cost .feature_list_item{
        width:100%;
    }
  }

#cost .feature_list_item:not(:last-child){
    margin-right:25px;
}

@media (max-width: 900px) {
    #cost .feature_list_item:not(:last-child){
        margin-right:0;
    }
  }

#cost .feature_list_item_ttl{
    position:relative;
    font-weight:600;
    margin-bottom:15px;
    padding:0 0 15px;
    font-size:18px;
    text-align:center;
    padding:0 0 15px 0;
    border-bottom:1px solid #e9e7e7;
}

#cost .step{
    max-width:1000px;
    margin:0 auto 15px;
}

#cost .step_read{
    margin-bottom:15px;
}

#cost .step_read:last-of-type{
    margin-bottom:50px;
}

#cost .step_read_img{
    max-width:650px;
    margin:0 auto 30px;
}

#cost .step_flow_list{
    max-width:650px;
    margin:0 auto;
}

#cost .step_flow_list_item{
    display:flex;
    flex-direction:row;
    margin-bottom:30px;
}

#cost .step_flow_list_item:last-of-type{
    margin-bottom:110px;
}

#cost .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;
}

#cost .step_flow_list_num span{
    display:block;
    font-size:24px;
}

#cost .step_flow_list_num:before{
    content: "";
    width: 100px;
    height: 100px;
    background: #f0f1f5;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
}

#cost .step_flow_list_item_txtarea{
    width:calc(100% -  120px);
}

#cost .step_flow_list_item_ttl{
    font-weight:600;
}

#cost .case_ttl{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 70px;
    border-bottom: 1px solid #bbb;
}

@media (max-width: 900px) {
    #cost .case_ttl{
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #bbb;
    }
  }

#cost .case_head{
    display:flex;
    flex-direction:row;
    margin-bottom:30px;
}

@media (max-width: 900px) {
    #cost .case_head{
        display:block;
         margin-bottom:10px;
    }
  }

#cost .case_table{
        width: 50%;
        border-bottom: 1px solid #bbb;
        margin-bottom: 30px;
}

@media (max-width: 900px) {
    #cost .case_table{
        width: 100%;
        margin-bottom: 10px;
}
  }

#cost .case_table th,#cost .case_table td{
        font-size: 14px;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        padding: 18px 25px;
}

#cost .case_table td:last-child{
    border-right: none;
}

#cost .case_table th{
    background: #f0f1f5;
}

#cost .case_head_img{
    width:50%;
}

@media (max-width: 900px) {
    #cost .case_head_img{
        width:100%;
    }    
  }

#cost .case .process{
    margin-bottom:130px;
}

@media (max-width: 900px) {
    #cost .case .process{
        margin-bottom:20px;
    }
  }

#cost .case .process .ttl{
    background: #f0f1f5;
    padding:10px 10px;
    font-weight:600;
    margin-bottom:30px;
    text-align:center;
    font-size:18px;
}

@media (max-width: 900px) {
    #cost .case .process .ttl{
        border:2px solid #bbb;
        padding:5px 0;
        font-weight:600;
        margin-bottom:10px;
        text-align:center;
        font-size:16px;
    }    
  }

#cost .case .process .img{
    max-width:950px;
    margin:0 auto 50px;;
}

@media (max-width: 900px) {
    #cost .case .process .img{
        max-width:700px;
        margin:0 auto 15px;;
    }
  }

#cost .case .process .img figcaption{
    text-align:center;
    font-weight:600;
    margin-top:30px;
}

@media (max-width: 900px) {
    #cost .case .process .img figcaption{
        text-align:center;
        font-weight:600;
        margin-top:10px;
  }
}

#cost .other{
    margin-bottom:110px;
}

@media (max-width: 900px) {
#cost .other{
    margin-bottom:20px;
}
}

#cost .other_ttl{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 70px;
    border-bottom: 1px solid #bbb;
}

@media (max-width: 900px) {
    #cost .other_ttl{
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #bbb;
    }
}

#cost .other_box{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 900px) {
    #cost .other_box{
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

#cost .other_box_textarea{
    width:50%;
}

@media (max-width: 900px) {
    #cost .other_box_textarea{
        width:100%;
    }
}

#cost .other_box_photo{
    width:47%;
    display:flex;
    justify-content: center;
}

@media (max-width: 900px) {
    #cost .other_box_photo{
        width:100%;
    }
}   

#cost .sec01_img {
    box-shadow: 0 0 8px 4px rgb(207 207 207 / 48%);
    display: flex;
    justify-content: center;
    padding: 50px 0;
    margin-bottom: 70px;
}

#cost .other_link-wrap{
    display:flex;
    justify-content: center;
    padding:50px;
}

@media (max-width: 900px) {
#cost .other_link-wrap{
    padding:10px;
}
}  

#cost .other_link{
    background:#000;
    display:inline-block;
    padding:10px 30px;
    position:relative;
    color:#fff;
    text-align:center;
    position:relative;
}

@media (max-width: 900px) {
#cost .other_link{
    width:100%;
    padding:7px;
}
}  

#cost .other_link:hover{
    opacity:0.7;
    transition: all 0.3s;
}

#cost .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%;
}
