@charset "utf-8";

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

sp_entry.css

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

#header #header_cont #header_right_area .inquiry_area {
 display:none;
}

#main {
 padding:15px;
}

#page_top #page_top_cont {
 justify-content:start;
}

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

/*---------------------------------------------
thanks
---------------------------------------------*/
.thanks ul.gallery {
 justify-content:space-between;
}

.thanks ul.gallery li {
 align-items:center;
 display:flex;
 justify-content:center;
 width:calc(100% / 3 - 10px);
}

.thanks ul.gallery li img {
 max-height:120px;
 max-width:120px;
}

.thanks #page_top #page_top_cont {
 justify-content:flex-end;
}


}
