 @charset "utf-8";

/*========================

sp_contact.css

========================*/
@media screen and (max-width:768px) {

#main {
 padding: 0;
 flex: 1 1 100%;
}


#left_nav {
 display:none;
}

#contact #main_cont .section {
 row-gap:15px;
}

#main_cont .section p.lead span {
 font-size:calc(1.2rem + ((1vw - 0.48rem) * 0.6944));
}

#form_table #form_table_cont ul > li > dl dt {
 flex:0 0 100%;
 width:100%;
}

/*---------------------------------------------
#introduction
---------------------------------------------*/
#introduction ul li .introduction_cont {
 flex-direction:column;
}

#introduction ul li {
 row-gap:10px;
}

#introduction ul li .introduction_cont {
 row-gap:10px;
}

#introduction ul li .introduction_cont p {
 font-size:calc(1.2rem + ((1vw - 0.48rem) * 0.6944));
}

/*---------------------------------------------
confirm
---------------------------------------------*/
#main_cont .section.confirm p.lead span {
 font-size:calc(1.2rem + ((1vw - 0.48rem) * 0.6944));
}


/*---------------------------------------------
thanks
---------------------------------------------*/
#form_table.thanks .alert {
 padding:15px 20px;
}

#form_table.thanks .alert span {
 font-size:calc(1.3rem + ((1vw - 0.48rem) * 0.6944));
}


}