@charset "utf-8";

.contents h2{
	padding: 50px 0;	
}

.discription{
	margin-bottom: 50px;	
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.3rem;	
}

.discription span{
	color: #F60;	
}

#errorMessage{
	padding: 0 10px;
	margin-bottom: 30px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.5rem;
	background-color: #F66;
}

#errorMessage p{
	padding: 10px 0;	
}

form{
	margin-bottom: 50px;	
}

form dl{
	padding: 0 10px;	
}

form dl dt{
	margin-bottom: 10px;
	font-size: 15px;	
}

form dl dt span{
	padding-left: 10px;
	color: #F60;	
}

form dl dd{
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.5rem;	
}

.text-style{
	width: 93%;
	height: 40px;
	margin: 0 auto;
	padding-left: 4%;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #AAA;	
}

.num-style{
	width: 50px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #AAA;
	font-size: 18px;
	padding-left: 4%;	
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio-style, .checkbox-style{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding: 20px 12px 12px 50px;
}

.radio-style:after {
	transition: border-color 0.1s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 2px solid #bbb;
	border-radius: 50%;
	content: '';
}

.radio-style:hover:after{
	border-color: #25B473;
}

.radio-style:before {
	transition: opacity 0.1s linear;
	position: absolute;
	top: 50%;
	left: 22px;
	display: block;
	margin-top: -3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #25B473;
	content: '';
	opacity: 0;
}

input[type=radio]:checked + label.radio-style:before {
	opacity: 1;
}

.checkbox-style:after {
	transition: border-color 0.1s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 24px;
	height: 24px;
	border: 2px solid #bbb;
	border-radius: 25%;
	content: '';
}

.checkbox-style:hover:after{
	border-color: #25B473;
}

.checkbox-style:before{
	transition: opacity 0.1s liner;
	position: absolute;
	top: 54%;
	left: 24px;
	margin-top: -7px;
	width: 7px;
	height: 11px;
	border-right: 3px solid #25B473;
    border-bottom: 3px solid #25B473;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	content: '';
	opacity: 0;	
}

input[type=checkbox]:checked + .checkbox-style:before {
	opacity: 1;
}

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

.select-style{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 70%;
	height: 40px;
	padding-left: 4%;
	border: solid 1px #AAA;
	border-radius: 5px;
	font-size: 15px;
	background:url(../images/entry/select_btn.png) 95% 50% no-repeat;
	background-size: 25px;
}

.texta-style{
	width: 95%;
    padding: 2%;
    font-size: 16px;
    line-height: 1.5rem;
    border-radius: 5px;	
}

input:focus,
textarea:focus {
	outline: none;
}

input.text-style:focus,
textarea.texta-style:focus {
    border:solid 1px #25B473;
}

.pre{
	padding-left: 10px;
	vertical-align: bottom;	
}

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.submit-btn{
	text-align: center;	
}

.submit-style{
	width: 200px;
	height: 60px;
	color: #FFF;
	font-size: 18px;
	border: none;
	background-color: #25B473;
	border-radius: 8px;
}

.discription-t{
	padding: 0 10px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 1.3rem;
}

.last-p{
	margin-bottom: 50px !important;	
}