#mailformpro .form_table {
	width: 100%;
	overflow: scroll;
	padding: 0;
}

#mailformpro .form_table dt {
	font-weight: bold;
	float: none;
	width: auto;
	clear: both;
	font-size: inherit;
	padding: 0;
	text-align: left;
	border-top: none;
	margin: 0px;
}

#mailformpro .form_table dd {
	border-top: none;
	margin: 0px;
	padding: 1rem;
	font-size: inherit;
	line-height: 1.5em;
	text-align: left;
}

#mailformpro #privacy_policy {
	width: calc(100% - 2rem);
	height: 300px;
	overflow: scroll;
	border: 1px solid #ccc;
	padding: 1rem;
}

#mailformpro #privacy_policy dl dt {
	font-weight: bold;
	float: none;
	width: auto;
	clear: both;
	font-size: inherit;
	padding: 0;
	text-align: left;
	border-top: none;
	margin: 0px;
}

#mailformpro #privacy_policy dl dd {
	border-top: none;
	margin: 0px;
	padding: 1rem;
	font-size: inherit;
	line-height: 1.5em;
	text-align: left;
}

#mailformpro .consent {
	text-align: center;
	margin: 3rem 0;
}

#mailformpro .consent input {
	width: inherit;
}

strong.color_red {
	color: #fff;
	background-color: #f00;
	border-radius: 15px;
	padding: 0 0.5rem;
	margin: 0 0.5rem;
}

section.application .form_wrap form .d_inline {
	display: inline;
	width: inherit;
}

section.application .form_wrap table tr:last-of-type th {
	width: 30%;
}

@media screen and (max-width: 767px) {
	section.application .form_wrap table tr:last-of-type th {
		width: 100%;
	}
}

section.application .form_wrap form input.checkbox {
	width: inherit;
}

.button_anchor {
	display: block;
	width: 30%;
	background-color: #fff;
	padding: 1.5rem;
	text-align: center;
	margin: 4rem auto 0;
	border: 2px solid #000;
	border-radius: 50px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	transition: 0.3s;
}

.button_anchor:hover {
	filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.3));
	background-color: yellow;
}

@media screen and (max-width: 767px) {
	.button_anchor {
		width: 80%;
		background-color: yellow;
	}

	.button_anchor:hover {
		filter: none;
	}
}

section.section_fb {
	padding: 40px 0 0;
	text-align: center;
	background: url(../images/fb_bg.jpg) center center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
	section.section_fb {
		background: none;
	}
}

section.section_fb .section_title {
	font-size: 1.875em;
	font-weight: bold;
	margin: 0 auto 30px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	section.section_fb .section_title {
		font-size: 1.125em;
	}
}

section.section_fb .section_title:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../images/section_title_before@2x.png) center center no-repeat;
	background-size: contain;
	margin: 0 20px 0 0;
	width: 90px;
	padding: calc(90px * .06) 0 0;
}

@media screen and (max-width: 767px) {
	section.section_fb .section_title:before {
		margin: 0 10px 0 0;
		width: 21%;
		padding: calc(21% * .06) 0 0;
	}
}

section.section_fb .section_title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../images/section_title_after@2x.png) center center no-repeat;
	background-size: contain;
	margin: 0 0 0 20px;
	width: 90px;
	padding: calc(90px * .06) 0 0;
}

#fbiframe {
	max-width: 500px;
	margin: 0 auto;
	display: block;
}

.contact2 {
	background: #f2f2f2;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 800px;
	overflow: hidden;
	padding: 30px 30px;
	text-align: center;
}

@media screen and (max-width: 767px) {

	.contact2 {
		padding: 15px;
	}
}

.contact2 .title {
	font-weight: bold;
	line-height: 1.5;
	margin: 0 30px 1rem 0;
}

@media screen and (max-width: 767px) {
	.contact2 .title {
		font-size: 15px;
		margin: 0 auto 1rem;
	}
}

.contact2 .mail {
	font-size: 1.875em;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
	.contact2 .mail {
		font-size: 1.5em;
		word-break: break-word;
	}
}

.contact2 .mail a {
	/*text-decoration: none;*/
	color: #000;
}

.contact2 .tel {
	font-size: 1.3em;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.contact2 .tel {
		font-size: 1.1em;
	}
}
