@charset "UTF-8";
/* About This CSS File ---------------------------------------------------------------------------------------
name:style.css
information:株式会社やさしい手 / むすぼなAI LP
date:2025.06.26
--------------------------------------------------------------------------------------------------------------*/
#form_area {
	padding: 220px 30px 100px;
	background: #e3e9f1;
}

.form_box {
	max-width: 1200px;
	margin: 0 auto;
}

.inline_l_space {display: inline-block; margin-left: 20px;}

.tnk_s_text {font-size: 1.35rem; font-weight: 600;}

.tnk_m_text {font-size: 1.6rem; font-weight: 600;}

.tnk_l_text {font-size: 1.75rem; font-weight: bold; text-align: center; color: #004ab8; margin-bottom: 1em;}

#form_area h3, #form_area p {margin-top: 50px;}

h3 {
	display: inline-block;
	background: #ffd100;
	border-radius: 2rem;
	margin: 0 auto;
	padding: 10px 50px 13px;
}

@media screen and (max-width:768px) {

#form_area {padding: 120px 15px 50px; line-height: 1.5;}

.inline_l_space {margin-left: 0px;}
	
.tnk_s_text {font-size: 1rem;}

.tnk_m_text {font-size: 1.3rem;}

.tnk_l_text {font-size: 1.5rem;}

h2 {line-height: 1.3;}

#form_area h3, #form_area p {margin-top: 30px;}

h3 {border-radius: 0px; padding: 10px 30px 13px;}

}