@charset "UTF-8";
@import url("base.css");
 
/* =========================================================
お問い合わせ
========================================================= */
#contact{ padding-bottom: 80px;}
#contact .contact_inner{ box-sizing: border-box; background: #fff; border-radius: 10px; padding: 30px;}

/* 完了メッセージ
--------------------------------------------------------- */
.comp_txt{ padding: 50px 0; text-align: center;}
.comp_txt p:first-of-type{ font-size: 26px; font-weight: bold; margin-bottom: 20px;}
.comp_txt p:last-of-type{ font-size: 18px;}
