@charset "UTF-8";

/*------------------------
共通
------------------------*/
#haken-entry .inner{
	margin-bottom: 10px;
	background: #fff;
	padding: 40px 40px 50px;
	border-radius: 8px;
	border: 1px solid #eeeeee;
	box-shadow: 0 0.5rem 0.5rem 0px rgba(206,206,206,.1);
}
#haken-entry .formRow{
	margin-bottom: 20px;
}
#haken-entry .form-col1{
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#haken-entry .form-col1 span{
	font-size: 14px;
	margin-left: 15px;
	font-weight: normal;
}
#haken-entry .form-col1 span.required{
	color: #ea3232;
}
#haken-entry .form-col1::before{
	content: "";
	width: 5px;
	height: 1.4rem;
	border-radius: 50px;
	background: var(--pink);
	display: block;
	margin-right: 10px;
}
#haken-entry .formRow .smtxt{
	font-size: 14px;
	display: block;
}

#haken-entry input[type="submit"]{
	background: var(--pink);
	color: #fff;
	width: 60%;
	margin: 0 auto;
	height: 60px;
	border: none;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px rgba(199, 58, 92,.7);
	box-shadow: 0 3px rgba(199, 58, 92,.7);
}


input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea { 
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 10px;
	border: 1px solid #dddddd;
	width: 70%;
	border-radius: 5px;
	box-sizing: border-box;
	height: 40px;
	font-family: 'Noto Sans JP','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
#haken-entry textarea {
	min-height: 200px;
}
#haken-entry select{	
	text-overflow: "";
	background: #fff;
	background-size: auto 4px;
	padding: 8px 15px;
	border: 1px solid #dddddd;
	max-width: 16em;
	border-radius: 5px;
	width: 150px;
	font-size: 16px;
}