@charset "UTF-8";
.tel_bg{
    background: url("../img/contact/bg_tel.png") center bottom;
    background-size: cover;
    padding: 20rem 0 20rem;
    margin-top: -13rem;
}
.contact_page_bg{
    background: url("../img/contact/bg_contact.png") center top;
    background-size: cover;
    padding: 14rem 0 20rem;
    margin-top: -8rem;
}


@media screen and (max-width: 680px) {
.tel_bg{
    padding: 10rem 0;
    margin-top: -5rem;
}
.contact_page_bg{
    background: url("../img/contact/bg_contact.png") center top;
    background-size: cover;
    padding: 12rem 0 10rem;
    margin-top: -8rem;
}

}
.contact_page_list{
    width: 100%;
}
.contact_page_list li.ico_step{
    width: 100%;
    padding: 5rem;
    background: #FFE9E2;
    border-radius: 3rem;
    position: relative;
    margin-bottom: 10rem;
    text-align: left;
    font-size: 2rem;
}
.contact_page_list .ico_step:before{
    content: "";
    display: inline-block;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: -5rem;
    left: 0;
}
.contact_page_list .ico_step:nth-child(1):before{
    background: url("../img/contact/step01.png") no-repeat center center;
    background-size: contain;
}
.contact_page_list .ico_step:nth-child(2):before{
    background: url("../img/contact/step02.png") no-repeat center center;
    background-size: contain;
}
.contact_page_list .ico_step:nth-child(3):before{
    background: url("../img/contact/step03.png") no-repeat center center;
    background-size: contain;
}
.w815{
    max-width: 815px;
    margin: auto;
}
.center{
    text-align: center;
}

.contact_page_list p{
    margin-bottom: 3.5rem;
}
.step_list li{
    width: 48%;
}
.step_bg{
    background: #FFFCE2;
    padding: 5rem 3rem;
}
@media screen and (max-width: 680px) {
.contact_page_list{
    padding-top: 6rem;
}

.contact_page_list li.ico_step{
    padding: 8rem 5rem 5rem;
    text-align: center;
}
.contact_page_list .ico_step:before{
    left: 50%;
    transform: translateX(-50%);
}
.step_list li{
    width: 100%;
    margin-bottom: 3rem;
}
.step_bg li{
    margin-bottom: 1rem;
}
}
