@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="flow">*/
.flow {
    padding: 80px 5vw;
}

.flow-h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
}

.flow-h2 span {
    color: #0099d8;
}

.flow-lead-txt {
    margin-top: 32px;
}

.step-wrap {
    margin-top: 40px;
    border-radius: 16px;
    border: solid 1px #333;
    background-color: #d9f4ff;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.step-img-wrap {
    width: 20%;
}

.step-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-txt-wrap {
    width: 75%;
}

.step-title {
    font-weight: 600;
    color: #0099d8;
    font-size: 20px;
    display: flex;
    gap: 16px;
}

.step-txt {
    margin-top: 8px;
}

.step-btn-flex {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.step-btn {
    width: 32%;
    font-weight: 600;
    text-align: center;
    padding: 8px;
}

.step-btn-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #27c2fa;
    color: #fff;
}

.step-btn-01 .tel-white-icon {
    max-width: 14px;
    width: 100%;
}

.step-btn-02 {
    background-color: #fbff00;
}

.step-btn-03 {
    background-color: #06c755;
    color: #fff;
}
/*終わり*/  


/*<div class="gray-back">*/
.gray-back {
    background-color: #eee;
    padding: 40px 0 80px 0;
}
/*終わり*/  


/*<section class="document">*/
.document-in {
    background-color: #fff;
    padding: 24px 40px;
}

.document-h3 {
    font-size: 18px;
}

.document-txt-flex {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    font-size: 14px;
}

.document-txt-flex-l {
    width: 60%;
}

.document-txt-flex-r {
    width: 40%;
}

.document-txt {
    position: relative;
    margin-top: 4px;
    padding-left: 16px;
}

.document-txt::before {
    content: "・";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
    font-size: 14px;
}
/*終わり*/ 


/*<section class="note">*/
.note {
    margin-top: 24px;
}

.note-in {
    background-color: #fff;
    padding: 24px 40px;
}

.note-h3 {
    font-size: 18px;
}

.note-txt-wrap {
    margin-top: 16px;
}

.note-num {
    font-weight: 600;
}

.note-txt {
    font-size: 14px;
    margin-top: 4px;
}
/*終わり*/ 


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="flow">*/
    .step-btn {
        width: 49%;
    }

    .step-btn-03 {
        margin-top: 2%;
    }
/*終わり*/ 


/*<section class="document">*/
    .document-txt-flex-l {
        width: 100%;
    }

    .document-txt-flex-r {
        width: 100%;
    }
/*終わり*/ 

}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="flow">*/
    .flow {
        padding: 64px 5vw;
    }

    .flow-h2 {
        font-size: 18px;
    }

    .step-wrap {
        padding: 24px 16px;
    }
    
    .step-img-wrap {
        width: 56%;
        margin: 0 auto;
    }
    
    .step-icon {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .step-txt-wrap {
        width: 100%;
        margin-top: 16px;
    }
    
    .step-title {
        font-size: 16px;
        gap: 8px;
    }

    .step-btn-flex {
        flex-direction: column;
        gap: 8px;
    }    

    .step-btn {
        width: 100%;
    }
    
    .step-btn-03 {
        margin-top: 0;
    }
/*終わり*/  


/*<div class="gray-back">*/
    .gray-back {
        background-color: #eee;
        padding: 64px 0;
    }
/*終わり*/  


/*<section class="document">*/
    .document-in {
        padding: 24px 16px;
    }

    .document-h3 {
        font-size: 16px;
    }    

    .document-txt {
        font-size: 12px;
    }
/*終わり*/  


/*<section class="note">*/
    .note-in {
        padding: 24px 16px;
    }

    .note-h3 {
        font-size: 16px;
    }

    .note-num {
        font-size: 14px;
    }
    
    .note-txt {
        font-size: 12px;
    }    
/*終わり*/  

}
