h2.main_title {
	margin-bottom: 0;
	padding-top: 30px;
}
h3 + p {
	margin: 20px auto !important;
}
p.main_title_text {
	text-align: center;
}
div.consultation_wrapper {
	background-color: #F7F7F7;
	margin-top: -32px;
	padding-bottom: 50px;
}
#form_box{
	width:800px;
	border:1px solid #b3a175;
	margin:60px auto 20px auto;
	padding:30px 0px;
	font-size:1.1em;
}
#form_box > form > table:nth-child(2) {
	margin-bottom: 80px;
}
#form_box > form > h3{
	width:720px;
	margin:0px auto;
	font-size:1.4em;
}
#form_box > form > p{
	width:720px;
	margin:0px auto;
	padding-left:5px;
}
#form_box ::placeholder {
	color: #B1B1B1;
}
table{
	width:750px;
	margin:0px auto;
	text-align:left;
	border-collapse: separate;
	border-spacing: 15px 10px;
	color:#555555;
}
table tr.error_tr{
	background-color: #FFDAE7;
}
table th{
	font-weight:normal;
	padding-top:15px;
	text-align:left;
}
table th.input_title{
	border-bottom:1px solid #b3a175;
}
table th > span{
	display:inline-block;
	font-size:0.9em;
	padding:0px 10px;
	margin-left:10px;
	background-color:#b3a175;
	color:#ffffff;
}
.half_tr > td {
	width: 50%;
}
table select,
table input:not([type="radio"]) {
	font-size: 1.05em;
	width: calc(100% - 2em);
	padding: 0.25em 1em;
}
table select {
	width: 100%;
}
textarea{width:98%;height:200px;}
div.terms_check{
	text-align:center;
	margin:30px 0px;
}
div.terms_check a{
	text-decoration:underline;
	color:#555555;
}
input[name="method"] {
	display: none;
}
label.radio_label {
	display: block;
	position: relative;
	padding-left: 40px;
	margin: 5px 0;
	cursor: pointer;
}
label.radio_label::before {
	content:"";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #B1B1B1;
	left: 0;
	cursor: pointer;
}
input[name="method"]:checked + label.radio_label::before {
	border-color: #b3a175;
	background:radial-gradient(#b3a175 50%,transparent 50%);
}
input[type="submit"]{
	cursor: pointer;
	width:740px;
	margin-top:40px;
	border:1px solid #b3a175;
	font-size:1.1em;
	padding:10px 0px;	
	color:#fff;
	background-color:#b3a175;
}
input[type="submit"]:disabled{
	color:#b3a175;
	background-color:#ffffff;
}
input[type="button"]{
	width:49%;
	cursor:pointer;
	border:1px solid #b3a175;
	font-size:1.1em;
	padding:10px 0px;	
	color:#555555;
	background-color:#ffffff;
}
div.check_point{
	width:750px;
	margin:0px auto;
}
div.check_point > input{
	width:49%;
}
p.thanks{
	width:750px;
	margin:0px auto;
	text-align:center;
}
div.thanks_link {
	width:750px;
	margin:30px auto 0px auto;
	text-align:center;
}
div.app_link {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.app_link > div  {
	margin: 0 20px;
	background-color: #fdfdfd;
	border: 1px solid #B1B1B1;
	padding: 0 2em;
}
div.app_link > div > p {
	margin: 0;
	margin-top: 1em;
	font-weight: bold;
}
div.app_link_img {
	display: flex;
	justify-content: center;
	align-items: center;
}
div.app_link_img > a {
	text-align: center;
}
div.app_link_img a:nth-child(2) > img {
	height: 60px;
}
div.app_comment {
	width: 750px;
	margin: auto;
}
div.app_comment > p {
	font-size: 0.9em;
}
#footer_access {margin-top: -18px;}
@media screen and (max-width:1199px){
	h2.main_title {margin-top: 160px;}
	div.consultation_wrapper {
		margin-top: -16px;
	}
}
@media screen and (max-width: 768px){
	h2.main_title{font-size:1.5em; margin-top: 69px;}
	h2.main_title > span{display:block;line-height:2}
	#form_box{
		width:95%;
		margin:20px auto;
		padding:30px 5px;
		font-size:1.0em;
	}
	#form_box > form > h3{width:100%;font-size:1.1em;}
	#form_box > form > p{width:100%;}
	table{width:100%;}
	#form_box > form > table:nth-child(2) {
		margin-bottom: 30px;
	}
	input[type="submit"]{
		width:100%;
	}
	div.check_point{width:100%;}
	p.thanks{width:100%;}
	div.thanks_link{width:100%;}
	div.app_link {display: block;}
	div.app_link > div {margin: 20px 10px;}
	div.app_comment {
		width: 98%;
		margin: auto;
	}
}