@charset "UTF-8";
.innerBox {
	margin: 80px auto 100px;
}
.innerBox:last-of-type {
	margin-bottom: 0;
}

.EasyRequired {
	color: #ac0000;
}

table th, table td {
	padding: 0;
}

.EasyTable {
	margin: 0 auto 6%;
}
.EasyTable th, .EasyTable td {
	padding: 20px 0;
}
.EasyTable .EasyLeftTd {
	font-weight: 500;
	width: 31%;
	vertical-align: middle;
}
.EasyTable input[type="text"], .EasyTable textarea {
	border: 0;
	padding: 1em 1.2em;
	font-size: 1.16em;
	background: #f0f0f0;
}
.EasyTable input[type="text"] {
	width: 100%;
}
.EasyTable textarea {
	width: 100%;
	height: 15em;
}
.EasyTable label + label {
	margin-left: 4em;
}
.EasyTable .note {
	display: block;
	margin: 20px 0 10px;
	font-size: 0.875em;
}
.EasyTable .agreement th,
.EasyTable .agreement td {
	padding-top: 0;
}
.EasyTable .privacyPolicy th, .EasyTable .privacyPolicy td {
	padding-top: 0;
}
.EasyTable .privacyPolicy .policyFrame {
	overflow: auto;
	padding: 30px;
	height: 200px;
	border: 1px solid #bcbcbc;
}

.EasyCheckButtonDiv,
.EasyReturnButtonDiv,
.EasySubmit {
	max-width: 900px;
	margin: 0 auto 5%;
}

.EasySubmit tr {
	display: flex;
	justify-content: space-between;
}

/* .button { */
.EasyInputRight,
.EasyInputLeft {
	display: block;
	position: relative;
	margin: 0 auto;
	/* max-width: 25em; */
	flex-basis: 48%;
}
.button:before, .button:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 3.2142857143em;
	width: 2.5em;
	height: 1px;
	background: #fff;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.button:after {
	width: 0.8928571429em;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: translateY(-50%) rotate(35deg);
	transform: translateY(-50%) rotate(35deg);
}
.button:hover:before, .button:hover:after {
	background: #054d9a;
	right: 3.0357142857em;
}

/* .button > input { */
.EasyCheckButtonDiv > .EasyCheckButton,
.EasyInputRight .EasyReturnButton,
.EasyInputLeft .EasySendButton,
.EasyReturnButtonDiv .EasyReturnButton {
	display: block;
	width: 100%;
	/* max-width: 25em; */
	max-width: 400px;
	padding: 1.6em;
	background: #054d9a;
	border: 1px solid #054d9a;
	line-height: 1;
	color: #fff;
	font-size: 1.25em;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	cursor: pointer;
}
.EasyCheckButtonDiv:hover > .EasyCheckButton,
.EasyInputLeft:hover .EasySendButton {
	background: #fff;
	color: #054d9a;
}

.btn_back:before, .btn_back:after {
	background: #054d9a;
}
/* .btn_back > input { */
.EasyInputRight .EasyReturnButton,
.EasyReturnButtonDiv .EasyReturnButton {
	background: #fff;
	color: #054d9a;
}
.btn_back:hover:before, .btn_back:hover:after {
	background: #fff;
}
/* .btn_back:hover > input { */
	.EasyInputRight:hover .EasyReturnButton,
	.EasyReturnButtonDiv:hover .EasyReturnButton {
	background: #054d9a;
	color: #fff;
}

/* .EasyReturnButtonDiv .EasyReturnButton {
	max-width: 400px;
} */
.EasyCheckButtonDiv > .EasyCheckButton {
	/* max-width: 32.5em; */
	max-width: 650px;
}

.telFrame .head {
	line-height: 1.3;
	font-size: 1.5em;
	font-weight: bold;
}
.telFrame .tel {
	margin: 25px auto;
	padding: 20px 0;
	background: #f0f0f0;
}
.telFrame .tel .tel_link {
	color: #101010;
	text-decoration: none;
	font-size: 2.25em;
	font-weight: bold;
	line-height: 1;
}
.telFrame .time {
	font-size: 0.875em;
}

/* less than 767px
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.contactFormSection {
		padding-top: 40px;
	}

	.innerBox {
		margin: 35px auto 50px;
	}
	.innerBox.formFrame {
		padding-top: 15px;
	}

	.EasyTable:not(.sp-table) th, .EasyTable:not(.sp-table) td {
		padding: 15px 0;
	}
	.EasyTable:not(.sp-table) .EasyLeftTd {
		padding-bottom: 0;
		line-height: 1.5;
	}
	.EasyTable:not(.sp-table) input[type="text"], .EasyTable:not(.sp-table) textarea {
		padding: 9px;
		font-size: 1em;
	}
	.EasyTable:not(.sp-table) label + label {
		margin-left: 3em;
	}
	.EasyTable:not(.sp-table) .privacyPolicy .policyFrame {
		padding: 20px;
	}
	.EasyTable:not(.sp-table) .agreement {
		text-align: center;
	}
	.EasyTable:not(.sp-table) .agreement .EasyLeftTd {
		display: none;
	}

	.EasySubmit:not(.sp-table) td {
		padding: 0;
	}
	.EasySubmit:not(.sp-table) tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.EasySubmit:not(.sp-table) td {
		padding: 0;
		width: calc(50% - 8px) !important;
	}

	.EasyCheckButtonDiv,
	.EasyReturnButtonDiv,
	.EasySubmit {
		margin: 0 auto 20px;
	}

	.button {
		max-width: 180px;
	}
	.button > input {
		padding: 1.063em;
		font-size: 1.2307692308em;
	}
	.button:before, .button:after {
		right: 25px;
	}
	.button:before {
		width: 27px;
	}
	.button:after {
		width: 9px;
	}
	.button:hover:before, .button:hover:after {
		right: 22px;
	}

	.EasyCheckButtonDiv .button {
		max-width: initial;
	}

	.EasyReturnButtonDiv .button:before, .EasyReturnButtonDiv .button:after,
	.EasySubmit .button:before,
	.EasySubmit .button:after {
		display: none;
	}
}


/* 201216 */
#EasyRightId10 {
	position: relative;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	#EasyRightId10 {
		padding-bottom: 15px;
	}
}

.certification_radio {
	width: 55%;
	min-width: 400px;
}
@media (max-width: 767px) {
	.certification_radio {
		width: 100%;
		min-width: 0;
	}
}

.certification_radio label[for="rd10_3"] {
	display: inline-block;
	margin-top: 2.5em;
}
@media (max-width: 767px) {
	.certification_radio label[for="rd10_3"] {
		margin-top: 1em;
	}
}

.certification_radio > br:not(:nth-of-type(2)) {
	display: none;
}

input.certification_input[type="text"] {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 85%;
}
@media (max-width: 767px) {
	input.certification_input[type="text"] {
		position: static;
		width: 100%;
	}
}

input[name="zip_5"] {
	width: 130px !important;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	input[name="zip_5"] {
		width: 120px !important;
	}
}

/* 210426 */
tr.EasyTr:first-of-type .EasyRightTd {
	display: flex;
	flex-wrap: wrap;
}
tr.EasyTr:first-of-type .EasyRightTd label {
	width: 40%;
	margin: 0;
}
@media (max-width: 767px) {
	tr.EasyTr:first-of-type .EasyRightTd label {
		width: 100%;
	}
}