@charset "utf-8";

/*====================================
		form tag Reset
====================================*/

img.ui-datepicker-trigger {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 0 4px 4px
}

.Fieldset *:after,
.Fieldset *:before,
.error_message *:after,
.error_message *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


select,
input,
button,
textarea {
	font: 100% arial, helvetica, clean, sans-serif;
}

textarea {
	width: 100%;
	max-width: 100%;
}

select {
	width: 100%;
}

input[type=text],
input[type="data"],
input[type=password],
input[type=email],
input[type=tel] {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
}

input[type="text"],
input[type="data"],
input[type=password],
input[type=email],
input[type=tel] {

	padding-left: 12px;
	border: 1px solid #dedede;
	margin: 0 8px 6px 0px;
	overflow: hidden;
}


textarea {
	position: relative;
	border: 1px solid #dedede;
	margin-right: 16px;
}



input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
	width: 50%;
}

input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
	width: 30%;
}

input[type=text].name_field {
	width: 100%;
}

.name_sei,
.name_mei {
	display: block;
}



input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
	width: 20%;
}


input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
	width: 80%;
}

input[type=text].zip_field {
	width: 100%;
}

input[type=text].zip1_field {
	width: 25%;
}

input[type=text].zip2_field {
	width: 55%;
}

input[type=tel].tel_field {
	width: 100%;
}

input[type=text].tel_mini {
	width: 25%;
	margin-left: 0px;
}

input[type=text].age_mini {
	width: 100px;
}


input[type=text].mini {
	width: 80px;
}

input[type=text].mini.hasDatepicker {
	width: 82%;
}


textarea {
	font-size: 1.5rem;
	padding: 12px;
}



input[type="text"],
input[type="data"],
input[type=password],
input[type=email],
input[type=tel],
textarea {
	box-shadow: 0px 0px 8px 2px rgba(240, 240, 240, 0.2) inset;

}




@media only screen and (min-width: 768px) {


	.name_sei,
	.name_mei {
		display: inline;
	}


	input,
	select {
		vertical-align: middle;
		font-size: 1.52rem;
	}

	input[type=radio] {
		margin: 4px 4px 6px 0px;
	}

	input[type=checkbox] {
		vertical-align: middle;
		margin: 4px 4px 6px 0px;
	}

	input[type="text"],
	input[type="data"],
	input[type=password],
	input[type=email],
	input[type=tel] {
		height: 40px;
		padding-left: 12px;
		border: 1px solid #dedede;
		margin: 0 24px 6px 0px;
		overflow: hidden;
	}


	/*+++ width +++*/
	input[type=password] {
		width: 50%;
	}

	input[type=text],
	input[type="data"],
	input[type=email],
	input[type=tel] {
		width: 100%;
	}


	input[type=text].mini,
	input[type="data"].mini,
	input[type=email].mini,
	input[type=tel].mini {
		width: 50%;
	}

	input[type=text].xmini,
	input[type="data"].xmini,
	input[type=email].xmini,
	input[type=tel].xmini {
		width: 30%;
	}

	input[type=text].xxmini,
	input[type="data"].xxmini,
	input[type=email].xxmini,
	input[type=tel].xxmini {
		width: 20%;
	}

	/*
		input[type=text].wide,
		input[type=email].wide,
		input[type=tel].wide {
			width: 80%;
			}
*/

	input[type=text].name_field {
		width: 30%;
	}

	input[type=text].zip_field {
		width: 100%;
	}

	input[type=text].zip1_field {
		width: 100px;
	}


	input[type=text].zip2_field {
		width: 150px;
	}

	input[type=tel].tel_field {
		width: 100%;
	}

	input[type=text].tel_mini {
		width: 100px;
	}

	input[type=text].age_mini {
		width: 100px;
	}

	input[type=text].nummini {
		width: 80px;
	}

	input[type=text].mini.hasDatepicker {
		width: 70%;
	}

	textarea {
		width: 100%;
		max-width: 100%;
		resize: vertical;
	}


}


/*
.separater{
	padding-right: 0.3em;
}

input[type=file] {
	border: solid 1px #BBB;
	}


input:focus, textarea:focus  {
	background-color: #f6f6f6;
	border-color: #060;
	}



*/

.separater {
	padding-right: 0.3em;
}


input::placeholder {
	color: #bbb;
	font-style: italic;
}

/*++++ iOS リセット +++++*/
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
}









/*====================================
		Form ITEM Design
====================================*/





/*SELECT Style*/
.select_case {}

.select_style {
	width: 90%;
	margin-bottom: 5px;
	cursor: pointer;
}


.select_style {
	position: relative;
	display: inline-block;
	height: : 50px;
}

.select_style::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #7895a2;
	height: 50px;
	width: 50px;
	cursor: pointer;
}

.select_style::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0px;
	bottom: 0;
	margin: auto 0;
	right: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	cursor: pointer;
}


.select_style select {
	width: 100%;
	font-style: normal;
	cursor: pointer;
}


.select_style select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	height: 50px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 50px 0 12px;
	border: 1px solid #dedede;
	border-radius: 0;
}

.select_style select::-ms-expand {
	display: none;
}

/*+++++++ Radio Style +++*/

.radio_case {
	padding-top: 0;
	padding-bottom: 1em;
}

.radio_style * {
	box-sizing: border-box;
}

.radio_style {
	position: relative;
	display: inline-block;
	margin-right: 1em;
	white-space: nowrap;
	line-height: 1;
}

.radio_style input {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1em;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;

}

.radio_style .radio_label_wrap label {
	position: initial;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	text-indent: 1.5em;
	min-width: calc(1em + 2px);

}

.radio_style .radio_label_wrap label::before,
.radio_style .radio_label_wrap label::after {
	content: '';
	width: calc(1em + 2px);
	height: calc(1em + 2px);
	display: block;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid transparent;
	z-index: 0;
	position: absolute;
	left: 0;
	top: calc((0% - (100% - 1em)) - 8%);
	background-color: transparent;
	border-radius: 100%;
}

.radio_style .radio_label_wrap label::before {
	border-color: #bdc3c7;
}

.radio_style .radio_label_wrap label::after {
	transform: scale(.6);
}


.radio_style input:checked~.radio_label_wrap label:after {
	background-color: #009a9a !important;
}


/*+++++++ CeckBox Style +++*/


.checkbox_case {
	margin-bottom: 12px;
}

.checkbox_style * {
	box-sizing: border-box;
}

.checkbox_style {
	position: relative;
	display: inline-block;
	margin-right: 1em;
	white-space: nowrap;
	line-height: 1;
}

.checkbox_style input {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1em;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;

}

.checkbox_style .checkbox_label_wrap label {
	position: initial;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	text-indent: 1.5em;
	min-width: calc(1em + 2px);

}

.checkbox_style .checkbox_label_wrap label::before,
.checkbox_style .checkbox_label_wrap label::after {
	content: '';
	width: calc(1em + 2px);
	height: calc(1em + 2px);
	display: block;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid transparent;
	z-index: 0;
	position: absolute;
	left: 0;
	top: calc((0% - (100% - 1em)) - 8%);
	background-color: transparent;

}

.checkbox_style .checkbox_label_wrap label::before {
	border-color: #bdc3c7;
}



/*.checkbox_style .checkbox_label_wrap.p-is-hover,
.checkbox_style .checkbox_label_wrap.p-is-hover.p-is-indeterminate{
	display: none;
}*/

.checkbox_style input:checked~.checkbox_label_wrap label:after {
	/*background-color: #bdc3c7 !important;*/
	content: "";
	display: block;
	position: absolute;
	top: -0.1em;
	left: 0.3em;
	width: 0.5em;
	;
	height: 0.8em;
	transform: rotate(40deg);
	border-bottom: 3px solid #009a9a;
	border-right: 3px solid #009a9a;
}





/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 736px) {

	/*SELECT Style*/

	.select_style {
		width: 100%;
		margin-bottom: 5px;
	}

	.select_style {
		height: 40px;
	}

	.select_style::before {
		height: 40px;
		width: 40px;
	}

	.select_style::after {
		right: 12px;
	}

	.select_style select {
		height: 40px;
		padding: 0 40px 0 12px;
	}


	/*Radio Style*/

	.radio_case {
		padding-top: 0px;
	}

	.radio_case label input {
		display: none;
	}


}



/*++++++ YMD Group ++++*/



.ymd_group_case {
	display: block;
	width: 100%;
}


.ymd_group_yy {
	position: relative;
	padding-right: 1.8em;
	margin-right: 1.4em;
	width: 100%;
	box-sizing: border-box;

}

.ymd_group_yy:after {
	content: "年";
	position: absolute;
	right: 0;
	bottom: 0.9em;
	font-size: 1.6rem;
	text-align: right;

}

.ymd_group_mm {
	position: relative;
	padding-right: 1.8em;
	margin-right: 1.4em;
	width: 100%;
	box-sizing: border-box;
}

.ymd_group_mm:after {
	content: "月";
	position: absolute;
	right: 0;
	bottom: 0.9em;
	font-size: 1.6rem;
	text-align: right;

}

.ymd_group_dd {
	position: relative;
	padding-right: 1.8em;
	margin-right: 0.5em;
	width: 100%;
	box-sizing: border-box;
}

.ymd_group_dd:after {
	content: "日";
	position: absolute;
	right: 0;
	bottom: 0.9em;
	font-size: 1.6rem;
	text-align: right;
}



@media only screen and (min-width: 768px) {


	.ymd_group_case {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.ymd_group_case .select_style {
		width: 100%;
	}

	.ymd_group_yy {
		width: 38%;
	}

	.ymd_group_mm {
		width: 30%;
	}

	.ymd_group_dd {
		width: 30%;
	}



}



/*====================================
		Form Field Layout
====================================*/

.Fieldset {
	position: relative;
}

.Fieldset dl {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	min-height: 35px;
	margin: 0px;
}


.Fieldset dt {
	width: 100%;

	padding: 6px;
	position: relative;
	min-height: 35px;
	margin-bottom: 8px;

	background-color: #f0f0f0;
}








.Fieldset dd {
	/*width: 100%;
		min-width: 100%;*/
	margin: 0px;


}



.Fieldset dd span {
	font-size: 1.5rem;
}

.Fieldset dd p {
	margin-bottom: 4px;
	line-height: 1.4;
}



@media only screen and (min-width: 768px) {


	.Fieldset {
		position: relative;
		width: 100%;
		padding-top: 10px;
		text-align: left;
		margin-bottom: 20px;
		border-top: 1px solid #dedede;
		/*font-size: 18px;*/
		clear: both;
	}


	.Fieldset dl {
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
		min-height: 35px;
		border-bottom: 1px solid #dedede;
		margin: 0px;
		display: flex;
		justify-content: flex-start;

	}

	.Fieldset dt {
		width: 300px;

		/* background-color: #09F; */

		margin-right: 2em;
		/* float: left; */
		position: relative;
		padding: 2px 100px 8px 1em;
		box-sizing: border-box;
		/* background-color: red; */
		font-size: 1.5rem;
		background-color: inherit;
	}


	.Fieldset dd {
		padding: 0;
		margin: 0;
		position: relative;
		box-sizing: border-box;
		flex: 1;

	}


}



/*==== Req Label Image =====*/
/*
.form-message span.required_label{
	display: inline-block;
	background-color: #D25052;
	border-radius: 13px;
	width: 14px;
	height: 14px;

}
*/




span.required_label {
	display: block;
	position: absolute;
	top: 6px;
	right: 8px;
	color: #fff;
	font-size: 1.3rem;
	background-color: #D25052;
	padding: 2px 8px;
	border-radius: 2px;
}

span.required_label:after {
	color: #fff;
	content: "必須";
	font-size: 1.3rem;
}


.policy_group span.required_label {
	display: block;
	position: absolute;
	top: 6px;
	right: -60px;
	color: #fff;
	font-size: 1.3rem;
	background-color: #D25052;
	padding: 2px 8px;
	border-radius: 2px;
}


span.required_label_fix {
	background-color: #8bc34a;
}

span.required_label_fix:after {
	color: #fff;
	content: "完了";
	font-size: 1.3rem;
}




@media only screen and (min-width: 768px) {

	span.required_label,
	.policy_group span.required_label {
		display: block;
		position: absolute;
		top: 0;
		right: 8px;
		color: #fff;
		font-size: 1.3rem;
		background-color: #D25052;
		padding: 2px 8px;
		border-radius: 2px;
	}



	.policy_group span.required_label {
		display: block;
		position: absolute;
		top: 0;
		right: -60px;
		color: #fff;
		font-size: 1.3rem;
		background-color: #D25052;
		padding: 2px 8px;
		border-radius: 2px;
	}

	span.required_label_fix {
		background-color: #8bc34a;
	}





}


/*
span.required_label_fix::after{
	content:"";
	display: block;
	margin-left:5px;
	margin-top:3px;
	width: 7px;
	height: 10px;
	transform: rotate(40deg);
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}
*/





.auto_br label {
	white-space: nowrap;
}




/*====== BTN ===========*/
.btn_group {
	position: relative;
	width: 100%;
	margin: 36px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	vertical-align: middle;
}


/* zoom */
.zoombtn {
	-webkit-transition: -webkit-transform 2.8s ease 0s;
	-moz-transition: -moz-transform 2.8s ease 0s;
	-o-transition: -o-transform 2.8s ease 0s;
	transition: transform 2.8s ease 0s;

	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	overflow: hidden;
	cursor: pointer;
	backface-visibility: hidden;
}

.zoombtn:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
	overflow: hidden;
}







.send_btn {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	width: 10em;
	padding: 1.2em 0px;
	border-radius: 4px;
	cursor: pointer;
}


.send_btn {
	color: #FFF;
	background: rgb(255, 175, 75);
	background: -moz-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0);
	box-shadow: 0 5px 22px -3px rgba(25, 25, 25, .3);
	-webkit-transition: -webkit-transform 0.8s ease 0s;
	-moz-transition: -moz-transform 0.8s ease 0s;
	-o-transition: -o-transform 0.8s ease 0s;
	transition: transform 0.8s ease 0s;
	border: none;
}

.send_btn:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	overflow: hidden;
}



.send_btn.disabled {
	background: linear-gradient(to bottom, #dcdcdc 0%, #dcdcdc 100%);
	box-shadow: none;
}


.zoombtn.disabled:hover {
	animation: none;
	transform: none;
}


.policy_group {
	width: 90%;
	background-color: #f3f2e9;
	margin: 36px auto 12px;
	padding: 24px;
	text-align: center;
	border-radius: 6px;
}

.policy_group a {
	font-size: 1.58rem;
	color: #504745;
	padding: 4px 12px;
}


@media screen and (min-width: 736px) {

	.btn_group {
		position: relative;
		width: 80%;

	}

	.send_btn {
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		width: 16em;
		padding: 1.2em 0px;
		border-radius: 4px;
		cursor: pointer;
	}


}

.clear_btn {
	text-align: center;
	margin: 12px auto;
	color: #504745;
	font-size: 1.5rem;
	font-weight: 200;
	padding: 0;
	border: none;
	box-shadow: inset 0 -1px #afafaf;
	background: none;
	cursor: pointer;
}



a.send_btn:link,
a.send_btn:visited,
a.send_btn:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
}


.Form_back_btn {
	font-size: 1.6rem;
	background-color: #f0f0f0;
	text-align: center;
	border-radius: 4px;
	border: none;

}

.Form_back_btn a:link,
.Form_back_btn a:visited {
	display: block;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
	padding: 1.2em;
}



/*訂正*/

.Form_back_btn {
	font-size: 1.6rem;
	background-color: #f0f0f0;
	text-align: center;
	border-radius: 4px;
	border: none;

}

.Form_back_btn a:link,
.Form_back_btn a:visited {
	display: block;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
	padding: 1.2em;
}






/*======= TEXT & Message ===========*/

.form_mid_bar {
	background-color: #f0f0f0;
	font-size: 18px;
	border-bottom: #bbb 1px solid;
	padding: 8px;
	padding-left: 15px;
}

.Form_step {
	text-align: center;
	position: relative;
	padding-top: 15px;
	padding-bottom: 30px;
}

.Form_step img {
	width: 100%;
}

.form_message {
	padding-left: 1em;
	vertical-align: middle;
}

.form_message img {
	vertical-align: middle;
}

.thanks_message {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.color_atten {
	font-size: 1.32rem;
	color: #CC0000;
}



form .exsample {
	font-size: 1.38rem;
	color: #746361;
	padding: 6px 0;
}

form .red {
	color: #CC0000;
}

form .validation-mess {
	color: #F90;
}

/*======= Error Message ======= */

.error_message {
	margin-bottom: 1.5em;
	padding: 24px;
	border: solid 2px #e68285;
	border-radius: 4px;
}

.error_message p {
	margin-top: 0;
	margin-bottom: 8px;
}

.error_message h3 {
	color: #fff;
	background-color: #e68285;
	font-size: 1.72rem;
	font-weight: 200;
	line-height: 1.2;
	text-align: center;
	margin-top: 0;
	margin-bottom: 8px;

	padding: 12px;
	border-radius: 50px;
}



.error_message ul {
	margin: 0;
	padding: 0;
	padding-left: 16px;
}

.error_message li {
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 0.2em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 28px;
	list-style-type: none;
	font-size: 1.5rem;
	color: #d25052;
}

.error_message li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	border-top: solid 3px #d25052;
	width: 17px;
	height: 17px;
	transform: rotate(45deg);
	display: block;
	z-index: 80;
}

.error_message li::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	border-top: solid 3px #d25052;
	width: 17px;
	height: 17px;
	transform: rotate(-45deg);
	display: block;
	z-index: 80;
}


.error_mes li span {
	color: #0f880a;
	padding-right: 8px;
}

.error_req {
	background-color: #fffaf4;
}


.ok_mes {
	color: #e74f5d;
	font-size: 123.1%;
	font-weight: 200;
	background-color: #f5f3e6;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 16px;
	padding-bottom: 16px;


}

.form_mailtext {
	width: 78%;
	box-sizing: border-box;
}



/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/

/*Mobile*/
@media screen and (max-width: 736px) {


	.form_mailtext {
		width: auto;
	}





	.error_message {
		padding: 8px;

	}

	.error_message ul {
		padding-left: 0;
		margin-left: 0px;
	}
}











/*++++++++ Form STEP ++++++*/

.progressbar {
	margin: 36px auto 36px;
	padding: 0;
	counter-reset: step;
	z-index: 0;
	position: relative;
}


.progressbar li {
	list-style-type: none;
	width: 33%;
	float: left;
	font-size: 1.6rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
}

.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #eee;
}

.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #eee;
	top: 15px;
	left: -50%;
	z-index: -1;
}


.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: #ff9800;
}

.progressbar li.active:before {
	background-color: #ff9800;
	color: #fff;
}

.progressbar li.active+li:after {
	background-color: #ff9800;
}



/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
	content: "";
	display: table;
}

.clf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clf {
	zoom: 1;