@charset "utf-8";

.inputbox,textarea{
	display: block;
	width: 80%;
	height: 40px;
	border: 2px solid #aaa;
	border-radius: 10px;
	font-size: 15px;
}


.postmail{
	width: 100%;
	position: relative;
	margin: 50px auto 0;
}

.inputinfo{
	font-size: 15px;
	margin-top: 30px;
}

.inputinfo::after{
	position: relative; top: -3px;
	content: "必 須";
	font-size: 11px;
	padding: 5px;
	width: auto;
	height: auto;
	color: #fff;
	background-color: #ff0000;
	border-radius: 5px;
	margin-left: 15px;
}

.area{
	height: 300px;
}

.no:after{
	content: none;
}

.submitbutton{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.button{
	width: 30%;
	float: left;
	margin-right: 40px;
	background-color: #fff;
	font-weight: bold;
	height: 60px;
	font-size: 15px;
	border-radius: 10px;
	border: 2px solid #0176C4;
}

.button:last-child{
	margin-right: 0;
}

/*ORDERページ*/
.selective{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	width: 70%;
	font-size: 15px;
	line-height: 0;
}

	.selecttime{
	display: none;
	}
	.radio-time{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	color: #111;
	}
	.radio-time::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
	}
	.selecttime:checked + .radio-time{
	color: #0176C4;
	}
	.selecttime:checked + .radio-time::after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #0176C4;
	border-radius: 50%;
	}

	.checkbox02{
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 50px;
		width: 70%;
		font-size: 15px;
		line-height: 0;
	}

	.checkbox01-input{
	  display: none;
	}
	.checkbox01-parts{
	  padding-left: 20px;
	  position:relative;
	  margin-right: 20px;
		color: #111;
	}
	.checkbox01-parts::before{
	  content: "";
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 15px;
	  height: 15px;
	  border: 1px solid #999;
	  border-radius: 4px;
	}
	.checkbox01-input:checked + .checkbox01-parts{
	  color: #0176C4;
	}
	.checkbox01-input:checked + .checkbox01-parts::after{
	  content: "";
	  display: block;
	  position: absolute;
	  top: -5px;
	  left: 5px;
	  width: 7px;
	  height: 14px;
	  transform: rotate(40deg);
	  border-bottom: 3px solid #0176C4;
	  border-right: 3px solid #0176C4;
	}

	/*画面幅480px以下の設定
	---------------------------------------------------------------------------*/

	@media screen and (max-width: 480px) {

		.inputbox,textarea{
			width: 95%;
			height: 35px;
			border-radius: 5px;
			margin-bottom: 20px;
		}

		.submitbutton{
			margin-top: 40px;
			margin-bottom: 40px;
		}

		.button{
			display: block;
			width: 45%;
			height: 45px;
			margin-right: 10px;
			border-radius: 10px;
		}

		#inputarea{
			width: 100%;
		}

		.selective{
			position: relative;
			padding-left: 0;
			display: block;
			width: 95%;
			height: auto;
		}

		.selective label, .checkbox02 label{
			width: 60%;
			margin: 0 auto 8px;
			background-color: #fff;
			border: 1px solid #111;
			border-radius: 10px;
		}

	}
