@charset "UTF-8";
/* CSS Document */
#notice_box {
	background-color:#FF7277;
	margin: 15px;
	border-radius: 3px;
}
#notice_box p {
	font-size:15px;
	color: #FFFFFF;
	padding: 10px 15px;
}
#notice_box p strong {
	font-size:21px;
	line-height: 1.8em;
}
#notice_box b {
	line-height: 1.6em;
}
#mes_txt {
	font-size:15px;
	line-height:34px;
	color:#5A594E;
	padding:30px 15px 25px 15px;
}
#mes_txt p {
	font-size:16px;
	font-weight:bold;
	color:#FF7277;
	padding-top:20px;
}
.tred {
	color:#F00 !important;
}
#telblk p {
	background-color:#FF7277;
	color:#FFF;
	overflow:hidden;
	text-align:center;
	font-size:33px;
	line-height:1;
	letter-spacing:2px;
	font-weight:bold;
	padding:10px 0;
	border-radius:8px;
}
#telblk span {
	display:block;
	text-align:right;
	font-size:14px;
	line-height:1;
	padding:6px 8px 0;
	font-weight:normal;
}
#telblk a {
	text-decoration:none;
	color:#FFF;
}

#contact_form {
	padding:0 15px;
	position: relative;
	z-index: 5;
}
#contact_form > table {
	box-sizing:border-box;
	width:100%;
	border:1px solid #5A594E;
	border-radius:5px;
	border-collapse:separate;
	border:1px solid #5A594E;
	overflow:hidden;
    background-color: #FEFDF8;
}
#contact_form > table th {
	width:209px;
	padding:15px 10px;
	font-size:15px;
	line-height:30px;
	color:#5A594E;
	font-weight:bold;
	background-color:#FFE4E1;
	border-bottom:1px solid #5A594E;
}
#contact_form > table td {
	padding:10px;
	font-size:15px;
	line-height:30px;
	color:#5A594E;
	border-bottom:1px solid #5A594E;
}
#contact_form > table tr:last-child th,#contact_form > table tr:last-child td {
	border-bottom:none;
}
#contact_form > table tr:first-child th {
	border-radius: 5px 0 0 0;
}
#contact_form > table tr:first-child td {
	border-radius: 0 5px 0 0;
}
#contact_form > table tr:last-child th {
	border-radius: 0 0 0 5px;
}
#contact_form > table tr:last-child td {
	border-radius: 0 0 5px 0;
}
#contact_form > table th span {
	font-size:12px;
	color:#EA6B6B;
	float:right;
}
#contact_form > table th p {
	clear:both;
	font-size:12px;
	line-height:18px;
	padding-top:6px;
	font-weight:normal;
}
#contact_form > table td p {
	padding:10px 0 0 0;
}
#contact_form > table td p.npd {
	padding:0;
}
#contact_form > table td p.datet {
	line-height:37px;
	overflow:hidden;
}
#contact_form > table input[type="text"] {
	border:1px solid #5A594E;
	border-radius:5px;
	box-sizing:border-box;
	font-size:15px;
	line-height:1;
	padding:10px;
}
#contact_form > table input.txtl {
	width:375px;
}
#contact_form > table input.txtm {
	width:290px;
}
#contact_form > table input.txts {
	width:75px;
}
#contact_form > table td p input.txtm {
	float:right;
}
#contact_form > table select {
	font-size:15px;
}
#contact_form > table td label:first-child {
	padding-right:15px;
}
#contact_form > table td label input {
	width:20px;
	height:20px;
	vertical-align:-0.2em;
}
#contact_form > table textarea {
	width:375px;
	height:150px;
	border:1px solid #5A594E;
	border-radius:5px;
	box-sizing:border-box;
	font-size:15px;
	line-height:1.5;
	padding:5px 10px;
}
#submit_btn {
	display: flex;
	justify-content: center;
	text-align:center;
	padding:40px 0 20px 0;
}
#submit_btn input {
	-webkit-appearance:none;
	font-size:18px;
	line-height:1;
	font-weight:bold;
	color:#000;
	border-style:none;
    background: #FFE802;
    border: 2px solid #E68B8A;
	padding:20px 80px 20px;
	border-radius:8px;
    transition: transform 0.3s ease;
}
#submit_btn input[type=button] {
	color:#666;
	background-color:#EEE;
	padding: 20px 40px 20px 20px;
	margin-right: 30px;
}
#submit_btn input:hover {
    transform: translateY(-4px);
}


@media screen and (max-width: 619px) {
	#contact_form > table {
		border:none;
		border-radius: 0 0 0 0;
	}
	#contact_form > table th,#contact_form > table td {
		display:block;
		width:100%;
		box-sizing:border-box;
		border-bottom:none;
	}
	#contact_form > table th {
		padding:5px 10px;
		font-size:16px;
	}
	#contact_form > table td {
		padding:12px 0 20px 0;
	}
	#contact_form > table tr:first-child th {
		border-radius: 0 0 0 0;
	}
	#contact_form > table tr:first-child td {
		border-radius: 0 0 0 0;
	}
	#contact_form > table tr:last-child th {
		border-radius: 0 0 0 0;
	}
	#contact_form > table tr:last-child td {
		border-radius: 0 0 0 0;
	}
	#contact_form > table td label {
		display:block;
		padding-bottom:15px;
	}
	#contact_form > table td label:first-child {
		padding-right:0;
	}
	#contact_form > table input {
		box-sizing:border-box;
	}
	#contact_form > table input.txtl {
		width:100%;
	}
	#contact_form > table input.txtm {
		width:250px;
	}
	#contact_form > table input.txts {
		width:90px;
	}
	#contact_form > table textarea {
		width:100%;
		box-sizing:border-box;
	}
	#submit_btn {
		padding:10px 0 15px 0;
		flex-direction: column-reverse;
	}
	#submit_btn input {
		padding: 20px !important;
		margin: 0 0 20px !important;
	}
}