@charset "EUC-JP";

/* entry
---------------------------------------------------*/
#intro h1.ttl {
	margin-bottom: 0;
}

#intro h1.ttl+.txt {
	margin-top: 60px;
}

@media only screen and (max-width:750px) {
	#intro h1.ttl+.txt {
		margin-top: 25px;
	}
}

/* form style
---------------------------------------------------*/
form {
	font-size: 200%; /*20px*/
}
.txt-c-msg{
	padding-bottom :40px;
	line-height: 2;
}
input, textarea, select {
	font-size: 100%;
	border-radius: 0;
	border: 1px solid #6a6969;
	box-sizing: border-box;
	color: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	padding: 5px 10px;
	outline: none;
}

button {
	font-size: 100%;
	border-radius: 0;
	border: none;
	box-sizing: border-box;
	color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	outline: none;
	letter-spacing: 0.05em;
	width: 100%;
	height: 100%;
	background: url("/saiyo/img/entry/ico_btn_pc.png") no-repeat 374px center;
	background-color: #a72c31;
}
.btn-container{
	padding-top :70px;
	text-align: center;
}
.btn-container button{
	width: 150px;
	height:60px;
	margin: 0 15px;
	background-image:none;
}
.back button {
	background: url("/saiyo/img/entry/ico_btn_back_pc.png") no-repeat 20px center;
	background-color: #a72c31;
}

button:hover {
	cursor: pointer;
	opacity: 0.8;
}

select {
	text-indent: 0.01px;
	text-overflow: "";
}

select::-ms-expand {
	display: none;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
	width: 100%;
}

textarea {
	height: 160px;
	resize: vertical;
}

label:hover, select:hover {
	cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	display: none;
}

label span {
	display: inline-block;
}

label input[type="radio"]+span,
label input[type="checkbox"]+span {
	position: relative;
	padding: 2px 20px 2px 32px;
	vertical-align: middle;
}
.error{
	margin: 10px 0 0;
	color: #e10025
}
.select_radio label input[type="radio"]+span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -12px;
	background-color: #fff;
	border: 1px solid #6a6969;
	border-radius: 100%;
}

.select_radio label input[type="radio"]:checked+span::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 5px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-color: #a72c31;
	border-radius: 100%;
}
.short-margin{

	margin-top: 16px !important;
}
.select_checkbox.has-margin {
	margin-top: 14px !important;
}
.select_checkbox label {
	display: block;
}

.select_checkbox label input[type="checkbox"]+span::before {
	border-color: #6a6969 !important;
}

.select_checkbox label input[type="checkbox"]:checked+span::before {
	background-color: #a72c31;
	border-color: #a72c31 !important;
}

.select_checkbox label input[type="checkbox"]+span::before,
.select_checkbox label input[type="checkbox"]+span::after {
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	content: "";
	box-sizing: border-box;
}

.select_checkbox label input[type="checkbox"]+span::before {
	z-index: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #a72c31;
	background-color: #fff;
}

.select_checkbox label input[type="checkbox"]+span::after {
	z-index: 1;
	margin: 5px 8px;
	width: 6px;
	height: 9px;
}

.select_checkbox label input[type="checkbox"]:checked+span::before {
	background-color: #a72c31;
}

.select_checkbox label input[type="checkbox"]:checked+span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

select {
	background: url("/saiyo/img/entry/ico_select.png") no-repeat right center;
	background-color: #fff;
	background-size: 21px 6px;
	padding-right: 36px;
}
form li p{
	line-height: 2;
}
@media only screen and (max-width:750px) {
	form {
		font-size: 160%; /*16px*/
	}

	button {
		background: url("/saiyo/img/entry/ico_btn_sp.png") no-repeat right center;
		background-size: 20px 8px;
		background-color: #a72c31;
	}

	.back button {
		background: url("/saiyo/img/entry/ico_btn_back_sp.png") no-repeat left center;
		background-size: 20px 8px;
		background-color: #a72c31;
	}

	button:hover {
		opacity: 1;
	}

	textarea {
		height: 128px;
	}

	label input[type="radio"]+span,
	label input[type="checkbox"]+span {
		padding: 4px 20px 4px 32px;
	}

	.select_checkbox label input[type="checkbox"]+span::before,
	.select_checkbox label input[type="checkbox"]+span::after {
		top: 1px;
	}
}

.txt-msg-complete,	
.txt-msg-error{
	font-size: 18px;
	margin-top: 40px;
	line-height:1.8;
	text-align: center;
}
/* inputArea
---------------------------------------------------*/
.box-for-btn{
	font-size: 18px;
	padding: 100px 0 150px;
}
.box-for-btn a {
	display: inline-block;
	font-size: 100%;
	border-radius: 0;
	border: none;
	box-sizing: border-box;
	color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	outline: none;
	letter-spacing: 0.05em;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: url("/saiyo/img/entry/ico_btn_pc.png") no-repeat 374px center;
	background-color: #a72c31;
}
.box-for-btn a:hover {
	cursor: pointer;
	opacity: 0.8;
}
.inputArea dl dt,
.inputArea dl dd {
	display: table-cell;
	vertical-align: middle;
}
.inputArea.for-error li{
	padding-bottom: 30px;
	border-bottom: solid 1px #ddd;
}
.inputArea.for-error li:first-child{
	padding-top: 30px;
	border-top: solid 1px #ddd;
}
.for-error button {
	background: url("/saiyo/img/entry/ico_btn_back_pc.png") no-repeat 15px center;
	background-color: #a72c31;
}
.inputArea dl dt {
	width: 44px;
	height: 18px;
	padding-right: 10px;
}

.inputArea dl dt img {
	width: 100%;
	height: auto;
}

.select_radio {
	overflow: hidden;
}

.select_radio#sex li {
	float: left;
}

.select_radio#sex li+li {
	margin: 0 0 0 10px;
}

.select_radio li+li {
	margin: 10px 0 0;
}

.select_checkbox li+li {
	margin-top: 13px;
}

.inputArea > li {
	overflow: hidden;
}

.inputArea > li+li {
	margin-top: 40px;
}

.inputArea dl {
	float: left;
	width: 300px;
}

.inputArea div {
	float: left;
	width: 800px;
}

.inputArea div .attention {
	color: #e10025;
	display: inline-block;
	padding: 5px;
	border: 1px solid #e10025;
	margin-bottom: 17px;
	background-color: #fff;
}

.inputArea ul.select_checkbox+p {
	margin-top: 20px;
}

.btn {
	width: 400px;
	height: 70px;
	margin: 60px auto 0;
}

@media only screen and (max-width:750px) {
	.inputArea > li+li {
		margin-top: 25px;
	}

	.inputArea dl,
	.inputArea div {
		float: none;
		width: 100%;
	}

	.inputArea dl {
		margin-bottom: 13px;
	}

	.inputArea div .attention {
		line-height: 1.2;
		margin-bottom: 13px;
		padding: 3px 5px;
		display: block;
	}

	.inputArea ul.select_checkbox+p {
		margin-top: 13px;
	}

	.btn {
		width: 200px;
		height: 50px;
		margin-top: 30px;
	}
	
.btn-container{
	padding-top :70px;
	text-align: center;
}
.btn-container button{
	width: 120px;
	height:60px;
	margin: 0 10px;
	background-image:none;
}
}

/* confirm
---------------------------------------------------*/
.inputArea.confirm {
	line-height: 1.6;
}

.inputArea.confirm dl dd {
	padding-left: 54px;
}

.confirmBtn {
	width: 820px;
	overflow: hidden;
	margin: 60px auto 0;
}

.confirmBtn li {
	width: 400px;
	height: 70px;
	float: left;
}

.confirmBtn li+li {
	margin-left: 20px;
}

@media only screen and (max-width:750px) {
	.inputArea.confirm dl {
		padding-bottom: 5px;
		border-bottom: 1px solid #6a6969;
	}

	.inputArea.confirm dl dd {
		padding-left: 0;
	}

	.confirmBtn {
		width: 305px;
		margin-top: 30px;
	}

	.confirmBtn li {
		width: 150px;
		height: 50px;
	}

	.confirmBtn li+li {
		margin-left: 5px;
	}
.txt-msg-complete,	
.txt-msg-error{
	font-size: 16px;
	text-align: left;
}

.txt-msg-error .for-pc{
	display: none;
}
.box-for-btn{
	width: 300px;
	font-size: 16px;
	padding: 40px 0 60px;
}
.box-for-btn a {
	display: inline-block;
	font-size: 100%;
	border-radius: 0;
	border: none;
	box-sizing: border-box;
	color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	outline: none;
	letter-spacing: 0.05em;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
		background: url("/saiyo/img/entry/ico_btn_sp.png") no-repeat right center;
		background-size: 20px 8px;
		background-color: #a72c31;
}
}