@charset "utf-8";
/* ★charset */

/* contact
================================================== */
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
input[type="url"],
textarea{
	-webkit-border-radius : 0;
	padding: 0 6px;
	-webkit-appearance : none;
}
input[type="submit"],
input[type="button"]{
	padding: 0;
}
::-webkit-input-placeholder {
	color: #c6c1c0;
}
::-moz-placeholder {
	color: #c6c1c0;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #c6c1c0;
}
.table_form{
	width: 100%;
	margin-top: 60px;
	border-top: 1px solid #b5aead;
	font-size: 14px;
	color: #251e19;
}
.table_form th{
	width: 21%;
	min-height: 60px;
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #b5aead;
	box-sizing: border-box;
}
.table_form th span{
	font-weight: normal;
	font-size: 12px;
}
.table_form td{
	min-height: 60px;
	padding: 20px 0;
	vertical-align: top;
	border-bottom: 1px solid #b5aead;
	box-sizing: border-box;
}
.table_form input[type="text"],
.table_form input[type="email"],
.table_form input[type="date"],
.table_form input[type="tel"],
.table_form input[type="url"],
.table_form textarea{
	height: 28px;
	margin-top: -4px;
	border: 1px solid #b5aead;
	box-sizing: border-box;
}
.table_form textarea{
	height: 100px;
	resize: vertical;
	font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
}
.table_form .input_xs{
	width: 150px;
}
.table_form .input_s{
	width: 180px;
}
.table_form .input_m{
	width: 300px;
}
.table_form .input_l{
	width: 420px;
}
.table_form .input_ll{
	width: 480px;
}
#btnbox_form{
	display: flex;
	display: -ms-flexbox;/*--- IE10 ---*/
	justify-content: space-between;
	-ms-flex-pack: justify;/*--- IE10 ---*/
	margin-top: 30px;
}
#btnbox_form a,
#btnbox_form input{
	display: block;
	width: 48%;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border: none;
	cursor: pointer;
	text-decoration: none;
}
#btnbox_form a img,
#btnbox_form input img{
	margin-right: 6px;
	vertical-align: middle;
}
#btn_reset_form,
#btn_reentry_form{
	background: #b4adac;
}
#btn_confirm_form,
#btn_submit_form{
	background: #453433;
}
#btnbox_form a:hover,
#btnbox_form input:hover{
	opacity: 0.6;
}
.wid-m_2line,
.wid-s_2line{
	display: inline;
}
.wid-s_2line_name{
	display: inline-block;
}
.wid-s_2line_name + .wid-s_2line_name{
	margin-left: 20px;
}
.table_form .cap{
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
}
.table_form #email02,
.table_form #address,
.table_form #zip_delivery,
.table_form #address_delivery,
.table_form #address_delivery_other,
.table_form #radio_questionnaire02-1,
.table_form #radio_questionnaire02-2,
.table_form #radio_questionnaire03-1,
.table_form #radio_questionnaire03-2{
	margin-top: 16px;
}
.table_form #buildingname,
.table_form #questionnaire_other{
	margin-top: 7px;
}
.table_form #radio_delivery02,
.table_form #buildingname_delivery,
.table_form #zip_delivery_other{
	margin-top: 0;
}
.table_form #radio_delivery03{
	margin-top: 20px;
}
.table_form #radio_content02,
.table_form #radio_content03,
.table_form #radio_content04,
.table_form #radio_content05,
.table_form #radio_content06,
.table_form #radio_content07,
.table_form .radioQuestionnaire01{
	margin-top: 12px;
}
.text_formnotice{
	margin-top: 20px;
	border-bottom: 1px solid #b5aead;
}
.text_formnotice p{
	line-height: 180%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
}
.lead_sub_thanks{
	width: 540px;
	margin: 30px auto 22px auto;
	line-height: 180%;
	font-size: 12px;
	color: #251e19;
}
.telbox_thanks{
	width: 540px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #251e19;
	border: 1px solid #b5aead;
	box-sizing: border-box;
}
.telbox_thanks a{
	color: #251e19;
	text-decoration: none;
}
@media screen and (max-width: 760px){
	/* form */
	.table_form .cap{
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}
}
@media screen and (max-width: 600px){
	/* form */
	.table_form input[type="text"],
	.table_form input[type="email"],
	.table_form input[type="date"],
	.table_form input[type="tel"],
	.table_form input[type="url"]{
		height: 36px;
	}
	.table_form th{
		width: 25%;
	}
	.table_form .input_s{
		width: 60%;
	}
	.table_form .input_m{
		width: 70%;
	}
	.table_form .input_l,
	.table_form .input_ll,
	.table_form textarea{
		width: 95%;
	}
	.wid-s_2line_name + .wid-s_2line_name{
		margin-left: 20px;
	}
	.wid-s_2line_name + .wid-s_2line_name{
		margin-left: 10px;
	}
	.wid-s_2line{
		display: block;
	}
	.wid-s_2line + .wid-s_2line{
		margin-top: 16px;
	}
	.wid-s_2line_name{
		width: auto;
	}
	.wid-s_2line_name + .wid-s_2line_name{
		margin-left: 0;
	}
	.text_formnotice p:nth-child(1){
		text-align: left;
	}
	.lead_sub_thanks{
		width: 80%;
	}
	.telbox_thanks{
		width: 80%;
		font-size: 14px;
	}
	/* android mobile and iphone */
	.android_mob .telbox_thanks,
	.iphone .telbox_thanks{
		height: auto;
		line-height: 220%;
		padding: 20px 0;
	}
}

/* CGENE追加 */
.errMsg {
	color: #ff0000;
}
.errBox {
	padding-left: 5px;
	margin-bottom: 8px;
	background-color: #ffe5ff;
}
.errBox:before {
	content: "▼";
}

ul.maker_list {
  font-size: 0;
}
ul.maker_list li {
  display: inline-block;
  width: 30%;
	font-size: 14px;
}
.checkbox_hidden {
    display: none;
}
.checkbox_hidden + label:before {
	content: "■";
}
textarea {
	font-size: 13px;
}
.placeholder {
	padding: 3px 5px;
	opacity: 0.3;
	font-size: 13px;
}
.column02 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.examination_sub_item {
	display: inline-block;
	width: 120px;
}
@media screen and (max-width: 760px){
	ul.maker_list li {
	  width: 45%;
	}
}