@charset "utf-8";



/* ### CONTACT ### */
.error,
.error_box {
	color: #d00;
}
.error_box {
	margin: 0 0 20px;
	padding: 5px 10px;
	border: 1px solid #d00;
}
.co_section{
	width: 48em;
	margin: 0 auto 30px; auto;
	line-height: 1.9em;
}

.co_tel{
	text-align: center;
	font-size: 2.2em;
	margin-bottom: 80px;
}


.co_section2{
	width: 1080px;
	margin: 0 auto 30px; auto;
}

.co_required{
	text-align: right;
	margin-bottom: 20px;
}



.co_section2 dl {
	width: 100%;
	padding-top: 0;
	list-style: none;
	overflow: hidden;
	line-height: 1.9em;
}

.co_section2 dt {
	margin-bottom: 0;
	padding: 13px 0 0 0;
	width: 240px;
	float: left;
	clear: both;
	font-weight: normal;
	letter-spacing: 1px;
}

.co_section2 dd {
	margin-bottom: 0;
	margin-left: 260px;
	padding: 0;
}

.co_section2 .confirm dt {
	margin-bottom: 0;
	padding: 13px 0 0 0;
}
.co_section2 .confirm dd {
	margin-bottom: 0;
	padding: 13px 0 0 20px;
}

.co_input,
.co_select{
	margin-bottom: 20px;
}

input[type="text"] ,
select ,
textarea {
	width: 650px;
	font-size: 1.1em;
	padding: 14px 24px;
	border: none;
	background-color: #e6e6e6;
	border: transparent 1px solid;
}
select{
	width: 700px;
}

textarea {
	height: 160px;
	line-height: 1.5em;
}

input[type="text"]:focus,
select:focus,
textarea:focus{
	border: 1px solid #009e72;
	outline: 0;
}


.co_radio label{
	margin-right: 20px;
	display: inline-block;
	margin-bottom: 10px;
}

.co_radio_input{
	display: none;
}

.co_radio span{
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	line-height: 1;
}


.co_radio span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}

.co_radio_input:checked + span {
	/* color: #009e72; */
}

.co_radio_input:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 50%;
}

.co_aj{
	display: inline;
}


.co_checkbox_input{
	display: none;
}
.co_privacy span{
	padding-left: 30px;
	position:relative;
	margin-right: 20px;
}
.co_privacy span::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #333;
	border-radius: 2px;
}
.co_checkbox_input:checked + span{
	/* color: #009e72; */
}
.co_checkbox_input:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 5px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}




.co_privacy{
	width: 700px;
	margin-top: 24px;
	text-align: center;
}

.co_privacy a{
	text-decoration:underline;
}


.co_button_area{
	width: 700px;
	margin-top: 60px;
	text-align: center;
}

.co_button{
	width: 10em;
	margin: 0 auto;
	height: 44px;
	line-height: 44px;
	background-color: #8bd3bf;
	color: #fff;
	font-size: 1.1em;
}

.co_button_on{
	background-color: rgba(0,158,114,1);
	cursor: pointer;
}
.co_button_on:hover{
	background-color: rgba(0,158,114,0.86);
	cursor: pointer;
}

.co_submit,
.co_confirm,
.co_return{
	width: 10em;
	margin: 0 10px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 1.1em;
	border-style: none;
	font-weight: bold;
}

.co_submit{
	background-color: #8bd3bf;
}
.co_confirm{
	background-color: #8bd3bf;
}
.co_return{
	background-color: #bbb;
}

.co_submit_on{
	background-color: #24AB85;
	cursor: pointer;
}
.co_confirm_on{
	background-color: #24AB85;
	cursor: pointer;
}
.co_return_on{
	background-color: #bbb;
	cursor: pointer;
}
.co_submit_on:hover,
.co_confirm_on:hover,
.co_return_on:hover{
	opacity: 0.75;
}



/* ### スマートフォン ### */
/* -------------------------------------------------------------------------------- */


@media (max-width: 750px) {



/* ### CONTACT ### */

.co_section{
	width: 100%;
	margin: 0 auto 30px; auto;
	line-height: 1.8em;
}

.co_tel{
	font-size: 1.6em;
	margin-bottom: 80px;
}


.co_section2{
	width: 100%;
	margin: 0 auto 30px; auto;
}


.co_section2 dt {
	padding: 13px 0 0 0;
	width: 100%;
	float: none;
	font-weight: bold;
}
.co_section2 dt span{
	font-weight: bold;
}

.co_section2 dd {
	margin-bottom: 0;
	margin-left: 0;
	padding: 0 0 0 0;
}

.co_radio{
	margin: 10px 0 0 5px;
	padding-bottom: 20px!important;
}

.co_aj{
	display: block;
}

.co_privacy{
	width: 100%;
	margin-top: 24px;
	font-size: 0.9em;
}

.co_button_area{
	width: 100%;
	margin-top: 60px;
}


input[type="text"] ,
select ,
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 8px;
	font-size: 16px;
}





} /*  @media (max-width: 750px)  */
