@charset "utf-8";

/*-------------------------------------------------------!important*/
/*----------------------------------------------------------### ↓↓↓*/
/*----------------------------------------------------------### ↑↑↑*/

body {
	text-align: center;
	margin: 0 auto;
	min-width: 1200px;
}

/*-------------------------------------------------wrap_content ↓↓↓*/

.wrap_content {
	background: #fff3e6;
}

.content {
	padding-top: 30px;
}

/*-------------------------------------------------wrap_content ↑↑↑*/
/*------------------------------------------------contact_title ↓↓↓*/

.contact_title h2 {
	background: #FFF;
	display: inline-block;
	padding: 25px 25px 20px;
	margin-bottom: 10px;
	color: #534741;
	font-weight: bold;
	font-size: 40px;
}

.contact_title p {
	color: #fbb03b;
	font-size: 34px;
	margin-bottom: 30px;
}

.contact_title_text {
	margin-bottom: 30px;
}

.contact_title_text p {
	font-size: 16px;
	line-height: 1.5;
}

.contact_title_tell {
	border: dashed 3px #534741;
	border-radius: 10px;
	display: inline-block;
	padding: 20px;
	margin-bottom: 50px;
}

.contact_title_tell_box {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 10px;
}

.contact_title_tell_left p {
	font-size: 30px;
	color: #534741;
	font-weight: bold;
	line-height: 1.3;
}

.contact_title_tell_right a {
	font-size: 60px;
	color: #c1272d;
	font-weight: bold;
}

.contact_title_tell_text p {
	font-size: 18px;
	color: #534741;
}

/*------------------------------------------------contact_title ↑↑↑*/
/*------------------------------------------------------contact ↓↓↓*/

.contact {
	text-align: left;
	margin: 0 auto;
	padding-bottom: 50px;
	width: 700px;
}

.contact_text {
	text-align: center;
	margin-bottom: 50px;
}

.contact_text p {
	font-size: 18px;
	color: #c1272d;
	font-weight: bold;
	margin-bottom: 15px;
}

.info_end {
	text-align: center;
	margin: 50px 0 100px;
}

.info_end p {
	font-size: 18px;
	color: #c1272d;
	font-weight: bold;
	margin-bottom: 15px;
}

.from_title {
	text-align: left;
	border-bottom: dashed 2px #534741;
	display: inline-block;
	padding: 5px;
	margin-bottom: 20px;
	color: #534741;
	font-weight: bold;
}

.from_input {
	color: #534741;
	margin-bottom: 50px;
}

.from_input ul {
	display: flex;
}

.from_input ul li {
	padding-right: 30px;
}

.text_input {
	padding: 20px 15px;
	border-radius: 10px;
	border: solid 2px #534741;
	width: 660px;
}

.toiawase_input {
	padding: 20px 15px;
	border-radius: 10px;
	border: solid 2px #534741;
	width: 660px;
}

.input_btn {
	background: #fbb03b;
	margin: 0 auto;
	padding: 10px 20px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 30px;
	border: none;
	cursor: pointer;
}

p.btn {
	margin-bottom: 30px;
}

.red_form {
	padding-bottom: 40px;
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}

.red_form li {
	margin-bottom: 15px;
}

/*------------------------------------------------------contact ↑↑↑*/
/*-----------------------------------------------------wrap_top ↓↓↓*/

.top {
	padding: 20px;
}

/*-----------------------------------------------------wrap_top ↑↑↑*/
/*--------------------------------------------------wrap_bottom ↓↓↓*/

.wrap_bottom {
	background: #cccccc;
	padding: 40px 0;
}

/*--------------------------------------------------wrap_bottom ↑↑↑*/