@charset "UTF-8";
.induction_frame-a{
    width: 100%;
    background-color: white;
}


.induction_box{
    width: 100%;
    height: fit-content;
    margin: auto;
    font-size: clamp(0.5em, 1vw, 2em);
}.induction_box > div{
    width: 100%;
    padding: 1em 0;
    height: fit-content;
    margin: auto;
}.induction_box > div:nth-child(1){
    font-size: 1.7em;
}

.induction_free_icon{
    background-color: rgb(234, 85, 71);
    color: white;
    margin: auto 0.5em auto 0;
    border-radius: 50%;
    width: 3.5em;
    height: 3.5em;
}

.induction_msg_block{
    margin: auto 0;
    white-space: nowrap;
}

.induction_msg-a{
    font-size: 1.65em;
}

.induction_msg-b{
    font-size: 1.05em;
}

.induction_phone_group{
    background-color: rgb(234, 85, 71);
    color: white;
    width: 100%;
    padding: 0 3em;
    border-radius: 0.8em;
    margin-bottom: 0.5em;
    font-size: 1.3em;
}

.induction_phone_box{
    width: fit-content;
    margin: auto;
}.induction_phone_box > img{
    width: 2.3em;
    height: 1.8em;
    margin: 1.1em 0.3em auto 1em;
}.induction_phone_box > div{
    font-size: 2.5em;
    white-space: nowrap;
}

.induction_mail_group{
    background-color: rgb(96, 56, 19);
    color: white;
    border-radius: 2.5em;
    display: block;
    font-weight: bold;
}.induction_mail_group > div{
    width: fit-content;
    height: fit-content;
    margin: auto;
    font-size: 1.1em;
    padding: 0.1em 0;
}

.induction_msg_sp{
    background-color: rgb(247, 72, 97);
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    padding: 1em 0;
}



.induction_call_button_sp{
    background-color: rgb(241, 90, 36);
    width: 100%;
    color: white;
    border-radius: 25em;
    padding: 0.7em 0.5em;
    margin: 0em auto;
    box-shadow: 3px 3px 0px 1px black;
    font-size: 1.45em;
}.induction_call_button_sp > img{
    height: 1.3em;
    margin: 0.45em 0.4em auto 0;
}.induction_call_button_sp > div{
    font-size: 1.4em;
    white-space: nowrap;
}

.induction_call_sp{
    margin: auto;
}

.induction_box-a_sp, .induction_box-b_sp{
    width: 85%;
}.induction_box-a_sp{
    margin: 1em auto 0;
    padding: 0 0 1em;
}.induction_box-a_sp > .induction_call_sp{
    margin: 1em auto;
}.induction_box-b_sp{
    margin: auto;
}

.background_lines::before{
    content: "";
    padding: 0.5em 0;
    background-image: url(../images/background-img-main.jpg);
    width: 100%;
    display: block;
}

/* PC */
@media screen and (min-width: 768px) {
    .induction_block{
        width: 74%;
        margin: auto;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    .induction_block{
        width: 100%;
    }
}