@charset "UTF-8";

.serviceNam{
    color: #fff;
    background: #e85548;
    padding: 5px 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    @media only screen and (max-width: 767px){
        font-size: 20px;
    }
}

.explanation{
    @media screen and (min-width: 768px){
        margin: 0 30px 20px;
    }
}
.explanation h5{
    color: #e85548;
    padding: 5px;
    border-bottom: 2px solid #e85548;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 85%;
    margin: 0 auto 20px;
}
.explanation .step{
    color: #e85548;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px;
}

.flex_soukin{
    display: flex;
    justify-content: space-around;
    @media screen and (max-width: 767px){
        display: inline-block;
    }
}

.flex_soukinbtn{
    display: flex;
    justify-content: space-around;
    @media screen and (max-width: 767px){
        display: inline-block;
        padding: 10px;
        width: 100%;
    }
}

.application_box{
    background: #fdede4;
    border-radius: 5px;
}

.application_box .title{
    color: #e85548;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #e85548;
    font-size: 15px;
    margin: 0px 50px 20px;
    padding: 20px 0 5px;
}

.application_btn1 {
    background: #e85548;
    border: 2px solid #e85548;
    margin-bottom: 30px;
    padding: 0 30px;
    border-radius: 85px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:color 0.2s ease;
    transition: background-color 0.2s ease;
    @media screen and (max-width: 767px){
        width: 100%;
        margin-bottom: 15px;
        padding: 10px;
    }
}

.application_btn1:hover {
    background: #fff;
}

.application_btn1 p{
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
}

.application_btn1:hover p{
    color: #e85548 !important;
}

.application_btn2 {
    background: #e85548;
    border: 2px solid #e85548;
    margin-bottom: 30px;
    padding: 0 90px;
    border-radius: 85px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:color 0.2s ease;
    transition: background-color 0.2s ease;
    @media screen and (max-width: 767px){
        width: 100%;
        margin-bottom: 15px;
        padding: 10px;
    }
}

.application_btn2:hover {
    background: #fff;
}

.application_btn2 p{
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
}

.application_btn2:hover p{
    color: #e85548 !important;
}

.bluevar{
    color: #1558d6 !important;
    text-decoration: underline;
}
