@charset "UTF-8";

.mod_btn02 a {
	display: block;
	position: relative;
	padding: 12px 0;
	background-color: #fff;
	color: #413b21;
	font-size: 28.8px;
	font-size: 1.7rem;
	text-decoration: none;
	text-align: center;
	letter-spacing: .15em;
	line-height: 32px;
}

.mod_btn02 a:before {
	position: absolute;
	top: 23px;
	right: 10px;
	width: 30px;
	height: 6px;
	content: "";
	background-size: 100%;
}

@media all and (min-width:600px) {
	.mod_btn02 a {
		padding: 27px 0;
		font-size: 2rem;
		letter-spacing: .05em;
		transition: all .3s ease;
	}

	.mod_btn02 a:before {
		top: 27px;
		right: 20px;
	}

	.mod_btn02 a:hover {
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
}

/*!  box
================================================ */
.mod_inner01 {
	margin-right: 20px;
	margin-left: 20px;
}

@media all and (min-width:600px) {
	.mod_inner01 {
		margin-right: auto;
		margin-left: auto;
	}
}

/*!  form
================================================ */
.mod_form01 table {
	width: 100%;
}

.mod_form01 table td,
.mod_form01 table th {
	display: block;
	box-sizing: border-box;
}

.mod_form01 table th {
	position: relative;
	line-height: 1.5;
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 25.6px;
	font-size: 1.6rem;
}

.mod_form01 table th .ico {
	display: inline-block;
	position: absolute;
	top: -3px;
	right: 0;
	width: 45px;
	height: 20px;
	line-height: 19px;
	overflow: hidden;
	border-radius: 3px;
	background: #BFBFBF;
	color: #fff;
	font-size: 19.2px;
	font-size: 1.2rem;
	text-align: center;
}

.mod_form01 table th .ico.must {
	background-color: #E2665C;
}

.en .mod_form01 table th .ico {
	width: 65px;
}

.mod_form01 table td {
	padding-bottom: 30px;
}

.mod_form01 table .radio label input[type=radio] {
	margin-right: 15px;
	vertical-align: middle;
}

.mod_form01 table .radio .mwform-radio-field+.mwform-radio-field {
	margin: 8px 0 0;
}

.mod_form01 table .radio .mwform-radio-field.horizontal-item {
	display: block;
}

.mod_form01 table .radio .mwform-radio-field label {
	cursor: pointer;
}

.mod_form01 table .radio .mwform-radio-field label input[type=radio] {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mod_form01 table .radio .mwform-radio-field label input[type=radio]+.mwform-radio-field-text {
	display: inline-block;
	position: relative;
	line-height: 1.5;
	padding-left: 28px;
	vertical-align: top;
}

.mod_form01 table .radio .mwform-radio-field label input[type=radio]+.mwform-radio-field-text:before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 2px solid #c0c6cc;
	border-radius: 16px;
	content: "";
}

.mod_form01 table .radio .mwform-radio-field label input[type=radio]+.mwform-radio-field-text:after {
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #054a95;
	opacity: 0;
	content: "";
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mod_form01 table .radio .mwform-radio-field label input[type=radio]:checked+.mwform-radio-field-text:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mod_form01 table input[type=email],
.mod_form01 table input[type=text],
.mod_form01 table textarea {
	box-sizing: border-box;
	width: 80%;
	line-height: 1.75;
	padding: 10px;
	border: 1px solid #c0c6cc;
	border-radius: 3px;
	background-color: #f5f5f5;
	font-size: 25.6px;
	font-size: 1.6rem;
}

.mod_form01 table input[type=email]:placeholder-shown,
.mod_form01 table input[type=text]:placeholder-shown,
.mod_form01 table textarea:placeholder-shown {
	color: #afafaf;
}

.mod_form01 table input[type=email]::-webkit-input-placeholder,
.mod_form01 table input[type=text]::-webkit-input-placeholder,
.mod_form01 table textarea::-webkit-input-placeholder {
	color: #afafaf;
}

.mod_form01 table input[type=email]:-moz-placeholder,
.mod_form01 table input[type=text]:-moz-placeholder,
.mod_form01 table textarea:-moz-placeholder {
	opacity: 1;
	color: #afafaf;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mod_form01 table input[type=email]::-moz-placeholder,
.mod_form01 table input[type=text]::-moz-placeholder,
.mod_form01 table textarea::-moz-placeholder {
	opacity: 1;
	color: #afafaf;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mod_form01 table input[type=email]:-ms-input-placeholder,
.mod_form01 table input[type=text]:-ms-input-placeholder,
.mod_form01 table textarea:-ms-input-placeholder {
	color: #afafaf;
}

.mod_form01 table input[type=email].disabled,
.mod_form01 table input[type=text].disabled,
.mod_form01 table textarea.disabled {
	pointer-events: none;
}

.mod_form01 table textarea {
	resize: horizontal;
	height: 120px;
}

.mod_form01 .btns button,
.mod_form01 .btns input {
	display: block;
	width: 100%;
	max-width: 295px;
	margin: auto;
	padding: 14px 0;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 28.8px;
	font-size: 1.8rem;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mod_form01 .btns button.confirm,
.mod_form01 .btns button.submit,
.mod_form01 .btns input.confirm,
.mod_form01 .btns input.submit {
	background-color: #4c4c4c;
	background-repeat: no-repeat;
	background-position: 92% 50%;
	background-size: 20px auto;
}

.mod_form01 .btns button.back,
.mod_form01 .btns input.back {
	margin-bottom: 20px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: 5% 50%;
	background-size: 7px auto;
}

.mod_form01 .mw_wp_form_input span.error {
	display: block;
	width: 100%;
	margin-top: 5px;
}

.mod_form01 .mw_wp_form_preview .btns br {
	display: none;
}

@media all and (min-width:600px) {
	.mod_form01 {
		width: 830px;
		box-sizing: border-box;
	}

	.mod_form01 table {
		margin: 0 auto;
	}

	.mod_form01 table th {
		padding-bottom: 12px;
		font-size: 1.6rem;
	}

	.mod_form01 table th .ico {
		position: relative;
		width: 48px;
		height: 20px;
		line-height: 20px;
		margin: 0 0 0 12px;
		font-size: 1.2rem;
	}

	.mod_form01 table td {
		padding-bottom: 35px;
	}

	.mod_form01 table .radio.follow {
		display: -ms-flexbox;
		display: flex;
		width: 750px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mod_form01 table .radio .mwform-radio-field {
		display: inline-block;
		box-sizing: border-box;
		width: 33.33%;
		padding: 0 20px 0 0;
		vertical-align: top;
	}

	.mod_form01 table .radio .mwform-radio-field+.mwform-radio-field {
		margin-top: 0;
	}

	.mod_form01 table .radio .mwform-radio-field:nth-child(n+4) {
		margin-top: 10px;
	}

	.mod_form01 table .radio .mwform-radio-field label input[type=radio] {
		margin-right: 10px;
	}

	.mod_form01 table .radio .mwform-radio-field label input[type=radio]+.mwform-radio-field-text {
		padding-left: 27px;
		cursor: pointer;
	}

	.mod_form01 table .radio .mwform-radio-field label input[type=radio]+.mwform-radio-field-text:before {
		top: 1px;
		border: 2px solid #c0c6cc;
	}

	.mod_form01 table .radio .mwform-radio-field label input[type=radio]+.mwform-radio-field-text:after {
		top: 6px;
		left: 5px;
		width: 10px;
		height: 10px;
		border-radius: 5px;
	}

	.mod_form01 table .radio .mwform-radio-field.horizontal-item+.horizontal-item {
		margin-left: 0;
	}

	.mod_form01 table .radio .mwform-radio-field.vertical-item {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}

	.mod_form01 table .radio .mwform-radio-field.vertical-item+.vertical-item {
		margin-top: 10px;
	}

	.mod_form01 table input[type=email],
	.mod_form01 table input[type=text],
	.mod_form01 table textarea {
		padding: 10px;
		font-size: 1.6rem;
	}

	.mod_form01 table textarea {
		height: 150px;
	}

	.mod_form01 .btns {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 170px 30px 0;
	}

	.mod_form01 .btns button,
	.mod_form01 .btns input {
		width: 220px;
		max-width: none;
		margin: 0;
		padding: 13px 10px 16px 0px;
		font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
		font-size: 1.6rem;
		cursor: pointer;
		transition: all .3s ease;
	}

	.mod_form01 .btns button:hover,
	.mod_form01 .btns input:hover {
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

	.mod_form01 .btns button.confirm,
	.mod_form01 .btns button.submit,
	.mod_form01 .btns input.confirm,
	.mod_form01 .btns input#submit,
	.mod_form01 .btns input.submit {
		background-size: 20px auto;
	}

	.mod_form01 .btns button.back,
	.mod_form01 .btns input.back {
		margin-bottom: 0;
		background-size: 14px auto;
	}

	.mod_form01 .btns button~button,
	.mod_form01 .btns button~input,
	.mod_form01 .btns input~button,
	.mod_form01 .btns input~input {
		margin-left: 20px;
	}

	.mod_form01 .agree {
		text-align: center;
	}

	.mod_form01 .agree>p {
		display: inline-block;
		text-align: left;
	}

	.mod_form01 .agree .mwform-checkbox-field .mwform-checkbox-field-text:before {
		border: 2px solid #c0c6cc;
	}

	.mod_form01 .agree .error {
		margin-top: 3px;
	}
}

/*!  box
================================================ */
.mod_inner01 {
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
}

@media all and (min-width:600px) {
	.mod_inner01 {
		margin-right: auto;
		margin-left: auto;
	}
}

.mod_form01 .btns input.confirm[type="submit"]:hover {
	background-color: #59b1eb !important;
}

.mod_form01 .btns input.confirm[type="submit"][disabled] {
	background-color: #ccc;
	cursor: default !important;
}


/*!  sub title
================================================ */
.subtitle {
	margin: auto;
	font-size: 26px;
	font-weight: 600;
	height: 80px;
	line-height: 80px;
	width: 1120px;
}

@media all and (max-width: 599px) {
	.subtitle {
		line-height: 40px;
		width: auto;
		padding-top: 20px;
	}
}