@charset "utf-8";

.errormsg {
	display: block;
	font-size: 1.4rem;
	color: #ff5c00;
	text-align: justify;
	margin-top: 5px;
	width: 100%;
}

#checkbox_list01_wrap .errormsg {
	margin-top: 0;
}

@media only screen and (max-width: 480px) {

	.errormsg {
		font-size: 1.3rem;
	}

}


/*-------------------- contact_form --------------------*/
.contact_form {
	padding: 103px 0 112px;
	position: relative;
	background-color: #fce9ed;
}

.contact_content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-top: 35px;
}

.contact_line {
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 9px 0;
}

.contact_line0 {
	padding: 0 0;
}

.contact_type {
	width: 140px;
	display: table-cell;
	vertical-align: top;
	text-align: right;
	font-size: 1.8rem;
	color: #000;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 17px;

}

.contact_type_font20 {
	font-size: 2.0rem;
	padding-top: 14px;
}

.contact_type.must:after {
	content: "必須";
	display: none;
	width: 52px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	background-color: #00a040;
	padding: 6px 0 6px;
	position: absolute;
	right: 0;
	/* top: calc(50% - 11px); */
	top: 13px;
	border-radius: 3px;
}
_::-webkit-full-page-media, _:future, :root .contact_type.must:after {
	/* padding: 3px 0 2px; */
}

.contact_type span {
	/* display: block;
	font-size: 1.4rem;
	text-align: justify;
	font-weight: normal;
	padding-top: 8px; */
	color: #ff0000;
}

.contact_write {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 3.5%;
}
.contact_line_type .contact_write{
	height: 53px;
}

.contact_boxBg02 {
	background-color: #f6f4f4;
	padding: 50px 9% 70px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a2a2a2;
	font-size: 16px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #a2a2a2;
	font-size: 16px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a2a2a2;
	font-size: 16px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a2a2a2;
	font-size: 16px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
	line-height: 6.5rem\0;
}

input.input_text,
textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 63px;
	background: #ffffff;
	font-size: 1.4rem;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding: 3px 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border: 2px solid #eeeeee;
	border-radius: 5px;
}

input.input_text {
	line-height: 4.6rem;
}

textarea {
	max-width: 100%;
	height: 215px;
	padding: 18px 25px;
	resize: none;
	border: 2px solid #eeeeee;
	border-radius: 5px;
}


.radio_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	font-size: 1.8rem;
	font-weight: bold;
}

.radio_list li {
	width: 190px;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

.radio_list02 li {
	width: 100%;
	float: none;
}

.radio_list li input[type="radio"] {
	width: 20px;
	height: 20px;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.radio_list li label {
	padding-left: 30px;
	cursor: pointer;
	position: relative;
}

.radio_list li label::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 22px;
	height: 22px;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
}

.radio_list li input.input_radio:checked+label::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 9px;
	left: 6px;
	background: #000000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.input_chb {
	width: 13px;
	height: 13px;
	/*visibility: hidden;*/
	opacity: 0;
	vertical-align: middle;
	display: block;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

.contact_line04 {
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 9px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_line04 .contact_line {
	padding: 0;
	border-top: none;
}

.contact_line04L {
	display: table-cell;
	vertical-align: middle;
}

.contact_line04R {
	display: table-cell;
	vertical-align: middle;
	width: 260px;
}

.contact_line04R>div {
	padding: 0 15px 0 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact_line04R>div>div {
	display: inline;
	font-size: 1.4rem;
	line-height: 2.7rem;
	color: #000;
}

.contact_emailText {
	font-size: 1.4rem;
	color: #000000;
	text-align: justify;
	padding-top: 10px;
}

.contact_line04 .pad_top15 {
	padding-top: 15px;
}

input.input_text.w270 {
	max-width: 270px;
	display: inline-block !important;
	margin-right: 20px;
}

.domicile_hint {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 2.4rem;
}

.contact_line_agree {
	text-align: center;
	padding: 14px 0 0;
}

.agree {
	position: relative;
	display: inline-block;
	margin-top: 30px;
}

.agree_left {
	width: 18px;
	display: table-cell;
	vertical-align: top;
	padding-top: 2px;
}

.agree label {
	position: absolute;
	left: 0;
	top: 4px;
	margin: auto;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #aaaaaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.agree input.input_chb:checked+label {
	background: #00a040;
}

.agree input.input_chb:checked+label::after {
	content: "";
	position: absolute;
	left: 3px;
	bottom: 5px;
	width: 6px;
	height: 3px;
	border: 2px solid #FFFFFF;
	border-top: none;
	border-right: none;
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.agree_right {
	width: auto;
	display: table-cell;
	padding-left: 3px;
	vertical-align: top;
	color: #000000;
	font-size: 1.4rem;
}

.agree_right a {
	color: #0000ee;
	text-decoration: underline;
}

.agree_right a:hover {
	color: #ed5f6e;
}
.agree_right span{
	color: #ff0000;
}
.contact_mark{
	font-size: 1.4rem;
	margin-top: 30px;
}

#submit {
	width: 364px;
	padding: 23px 5px 22px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 37px auto 0;
	border-radius: 33px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background-color: #00a040;
}

#submit:hover {
	opacity: 0.8;
}

.contact_annotation {
	font-size: 1.4rem;
	color: #000000;
	text-align: center;
	margin-top: 18px;
}

.part_name{
	display: flex;
	padding-left: 2.5%;
}
.part_name .part_name01{
	width: 50%;
	padding-right: 2.8%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.part_name .part_name02{
	width: 50%;
	padding-left: 2.8%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.part_name span{
	vertical-align: top;
	text-align: right;
	font-size: 1.8rem;
	color: #000;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-top: 17px;
	margin-right: 6%;
	width: 18px;
}
.part_name input{
	width: calc(100% - 6% - 18px);
}
.part_name .errormsg{
	margin-left: calc(18px + 6%);
}


/*-------------------- contact_check --------------------*/

.check {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.check_content {
	width: 1060px;
	max-width: 95%;
	max-height: 90%;
	overflow-y: auto;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 60px 60px 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.check_title{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.check_content .contact_type {
	width: 160px;
}

.check_content .contact_write {
	padding-left: 30px;
	padding-right: 0;
}

.check_content .contact_line:last-of-type .contact_type {
	vertical-align: top;
}

.check_txt {

	display: block;
	width: 100%;
	/* height: 60px; */
	background: #f2f2f2;
	font-size: 1.4rem;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding: 10px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border: 1px solid #f8f7f3;
}

.check_btn {
	width: 100%;
	max-width: 910px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding: 40px 0 0;
}

.border_bottom {
	border-bottom: 3px solid #009944;
}

.check_btn a {
	width: 46%;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 2.4rem;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1;
	background: #a0a0a0;
	text-align: center;
	color: #fff;
	padding: 22px 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 33px;
	text-decoration: none;
}

.check_btn a.form_next {
	margin-left: 8%;
	color: #fff;
	background: #00a040;
}

.check_btn a:hover {
	opacity: 0.8;
}

pre {
	background: #f2f2f2;
	font-size: 1.4rem;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	padding: 10px 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.btn_top {
	width: 390px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 5px 22px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 30px auto 0;
	border-radius: 36px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.btn_top:hover {
	opacity: 0.8;
}

.mg_bottom0 {
	margin-bottom: 0 !important;
}

/* ----------- contact_hint ----------- */
.pad_b20 {
	padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {

	/* ----------- contact ----------- */
	.contact_form {
		padding: 80px 0;
	}

	input.input_text.w270 {
		margin-right: 0;
	}

	.domicile_hint {
		display: block;
		padding-top: 20px;
	}

	.contact_line04 {
		padding-right: 0;
	}

	.contact_line04L {
		display: block;
	}

	.contact_line04R {
		display: block;
		width: auto;
		margin-top: 10px;
	}

	.contact_write {
		padding-left: 30px;
	}

	.contact_line04R>div {
		width: 100%;
		padding: 0;
	}

	.contact_line04R>div>div:nth-child(1) {
		width: 14px;
	}

	.contact_boxBg02 {
		padding: 40px 8% 60px;
	}

	/*-------------------- contact --------------------*/

	.contact_write {
		padding-right: 0;
	}

	input.input_text,
	textarea {
		padding: 0 10px;
	}

	textarea {
		height: auto;
		resize: none;
		padding: 10px 10px;
	}

	/*-------------------- contact_check --------------------*/
	.check_btn a {
		width: 49%;
		padding: 20px 10px 18px;
	}

	.check_btn a.form_next {
		margin-left: 2%;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- contact ----------- */
	.contact_form {
		padding: 60px 0;
	}

	.contact_content {
		padding-top: 30px;
	}

	.contact_type.must:after {
		content: "必須";
		display: none;
		width: 36px;
		font-size: 1.2rem;
		vertical-align: top;
		padding: 3px 0 3px;
		position: relative;
		right: 0;
		top: -1px !important;
		margin-left: 10px;
	}

	_::-webkit-full-page-media, _:future, :root  .contact_type.must:after {
		top: 0 !important;
	}

	.contact_type_must0.must:after {
		margin-left: 0;
	}

	.contact_line {
		width: 100%;
		display: block;
	}

	.contact_boxBg02 {
		padding: 30px 7% 50px;
	}

	.contact_type {
		width: 100%;
		display: block;
		text-align: left;
		padding-right: 0;
		margin-bottom: 10px;
		padding-top: 0 !important;
		font-size: 1.6rem;
	}

	.contact_type br {
		display: none;
	}

	.part_name{
		padding-left: 0;
	}
	.part_name span{
		font-size: 1.6rem;
		margin-right: 10px;
		width: 16px;
	}
	.part_name input{
		width: calc(100% - 26px);
	}
	.part_name .part_name01{
		padding-right: 2%;
	}
	.part_name .part_name02{
		padding-left: 2%;
	}
	.part_name .errormsg{
		margin-left: 26px;
	}

	.contact_type span {
		display: inline-block;
		padding-top: 0;
	}

	.contact_line02 .contact_type {
		padding-top: 0;
	}

	.contact_write {
		width: 100%;
		display: block;
		padding: 0;
		height: auto;
	}
	.contact_line_type .contact_write{
		height: auto;
		margin-bottom: 10px;
	}
	.radio_list{
		font-size: 1.6rem;
	}

	.checkbox_list {
		margin-bottom: -10px;
	}

	.checkbox_list li {
		padding-right: 30px;
		margin: 0 0 10px;
	}

	#checkbox_list01_wrap .errormsg {
		margin-top: 5px;
	}

	.contact_annotation {
		margin-top: 20px;
	}

	.contact_line_agree {
		padding: 20px 0 0;
	}

	#submit {
		width: 360px;
		margin: 30px auto 0;
		padding: 20px 5px;
		max-width: 100%;
	}

	/*-------------------- contact_check --------------------*/
	.check_content {
		padding: 50px 30px 60px;
	}

	.check_content .contact_write {
		padding-left: 0;
	}

	.check_content .contact_type {
		width: 100%;
		margin-bottom: 10px;
	}

	.check_content .contact_line:last-of-type .contact_type {
		vertical-align: top;
	}

	.check_txt {
		padding: 10px;
	}

	pre {
		padding: 10px;
	}

	.check_btn a {
		font-size: 2.0rem;
		padding: 17px 5px 14px;
	}

	.check_btn {
		padding: 20px 0 0;
	}

	.btn_top {
		width: 360px;
		margin: 40px auto 0;
		padding: 17px 5px 14px;
		font-size: 2.0rem;
		max-width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	/*-------------------- contact --------------------*/
	.contact_form {
		padding: 50px 0;
	}

	.contact_content {
		padding-top: 25px;
	}

	.contact_boxBg02 {
		padding: 30px 6% 40px;
	}

	.contact_line {
		padding: 12px 0;
	}

	.contact_type {
		margin-bottom: 15px;
	}

	input.input_text {
		height: 50px;
		line-height: 4.6rem;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 1.4rem;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 1.4rem;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 1.4rem;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 1.4rem;
	}

	input.input_text,
	textarea {
		font-size: 1.4rem;
		padding: 0 10px;
	}

	textarea {
		padding: 10px;
	}

	.contact_annotation {
		font-size: 1.4rem;
	}

	.agree_left label {
		top: 3px;
	}

	.agree_right {
		font-size: 1.4rem;
	}

	#submit {
		margin: 20px auto 0;
		padding: 15px 5px;
		font-size: 1.8rem;
	}

	.contact_line04 {
		padding: 12px 0;
	}

	.contact_line04 .pad_top34 {
		padding-top: 24px;
	}

	.contact_line04R {
		margin-top: 15px;
	}

	.domicile_hint {
		padding-top: 15px;
	}

	input.input_text.w270 {
		max-width: 100%;
	}

	/*-------------------- contact_check --------------------*/
	.check_content {
		padding: 20px 15px 40px;
	}

	.check_btn {
		padding: 20px 0 0;
	}

	.check_btn a {
		width: 100%;
		float: none;
		font-size: 1.8rem;
	}

	.check_btn a.form_next {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.btn_top {
		margin: 30px auto 0;
		font-size: 1.8rem;
	}

}

/*thankspage*/
.sec_thankspage{
	padding: 120px 0;
}
.sec_thankspage p{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.sec_thankspage a{
	text-decoration: none;
	text-align: center;
	width: 100%;
	max-width: 364px;
	padding: 23px 5px 22px;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 40px auto 0;
	border-radius: 33px;
	background-color: #00a040;
}
.sec_thankspage a:hover{
	opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
	.sec_thankspage{
		padding: 100px 0;
	}
}
@media only screen and (max-width: 768px) {
	.sec_thankspage{
		padding: 80px 0;
	}
	.sec_thankspage a{
		margin: 35px auto 0;
	}
}
@media only screen and (max-width: 480px) {
	.sec_thankspage{
		padding: 60px 0;
	}
	.sec_thankspage p{
		font-size: 1.8rem;
	}
	.sec_thankspage a{
		padding: 20px 5px;
		font-size: 1.8rem;
		margin: 30px auto 0;
	}
}