@charset "UTF-8";
.induction-a_sp{
    background-color: rgb(255, 251, 199);    
    margin: auto;
}

.induction_frame-a{
    width: 100%;
    background-color: white;
}

.induction_box{
    width: 100%;
    height: fit-content;
    margin: auto;
    font-size: clamp(0.8em, 1vw, 2em);
    padding: 1.5em 0;
}.induction_box > div{
    width: 100%;
    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;
    color: black;
}

.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.5em 0;
    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: 2.5em;
    margin: 0.1em 0.3em 0.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(65, 22, 12);
    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.5em 1.4em;
    margin: 0em auto;
    box-shadow: 3px 3px 0px 1px black;
    font-size: 1.35em;
}.induction_call_button_sp > img{
    height: 1.3em;
    margin: auto 0.4em auto 0;
}.induction_call_button_sp > div{
    font-size: 1.1em;
    white-space: nowrap;
}.induction_call_sp{
    width: fit-content;
    margin: auto;
    font-size: 1em;
}

.induction_box-a_sp{
    margin: 0em auto;
    width: fit-content;
    font-size: 1.2em;
}.induction_box-a_sp > .induction_call_sp{
    margin: 0em auto 1em;
}

.induction_call_sp{
    margin: auto;
}


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