@charset "UTF-8";
/* CSS Document */
label{
    cursor:pointer;
}

#cntact header#header{
	text-align: center;
	background-image: url(../image/pc/cntact_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 320px;
	position: relative;
}
#cntact .cntact_cnt{
	background-color: rgba(255,255,255,0.4);
	margin: -2px;
	padding: 50px 0px 55px;
}
#cntact .contact_txt{
	width: 1000px;
	color: red;
	font-size: 14px;
	line-height: 26px;
	margin:0px auto 35px;
}
#cntact .contact_txt_thk{
	width: 1000px;
	font-size: 22px;
	line-height: 110px;
	margin:0px auto;
	text-align: center;
}
#cntact .cntact_cnt .cnt_form{
	width: 1000px;
	margin: 0 auto;
}
#cntact .cntact_cnt .cnt_form form table tr{
	margin-bottom: 30px;
}
#cntact .cntact_cnt .cnt_form form table tr th label{
	font-size: 14px;
	line-height: 26px;
	font-weight: 100;
  cursor: default;
}
#cntact .cntact_cnt .cnt_form form table tr th label span{
	color: #ff3333;
}
#cntact .cntact_cnt .cnt_form form table tr th{
	padding-right: 100px;
  text-align: left;
  padding-bottom: 20px;
  display: inline-block;
  margin-top: 10px;
}
#cntact .cntact_cnt .cnt_form form table tr th.naiyou{
	vertical-align: top;
}
#cntact .cntact_cnt .cnt_form form table tr td{
	width: 74%;
}
#cntact .cntact_cnt .cnt_form form table tr td input{
	width: 100%;
	height: 30px;
	background-color: #dfdfdf;
	border: none;
	border-radius: 5px;
	padding: 5px;
	font-size: 16px;
  line-height: 24px;
}
#cntact .cntact_cnt .cnt_form form table tr td textarea{
	background-color: #dfdfdf;
	width: 100%;
	background-color: #dfdfdf;
	border: none;
	border-radius: 5px;
	padding: 5px;
	resize: none;
	font-size: 16px;
  line-height: 24px;
}
#cntact .cntact_cnt .cnt_form form table tr th.radio_th{
	padding-bottom: 15px;
}
#cntact .cntact_cnt .cnt_form form table tr td.radio_td{
	width: 18%;
  font-size: 16px;
  line-height: 28px;
  vertical-align: bottom;
  padding-top: 0px;
}
#cntact .cntact_cnt .cnt_form form table tr td.radio_td input{
	width: auto;
	vertical-align: top;
	height: auto;
	margin-top: 7px;
}
#cntact .cntact_cnt .cnt_form form table tr td p {
  font-size: 16px;
  line-height: 24px;
}

/*RadioとText*/
label.radio_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 5px;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
}
label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border: 1px solid #011751;
	border-radius : 50%;
	left          : 0px;
	top           : 4px;
	content       : '';
	z-index       : 3;
}
label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height: 11px;
	border-radius    : 100%;
	left: 3px;
	top              : 7px;
	background-color: #011751;
	z-index          : 1;
}
label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width: 14px !important;
	height: 14px !important;
	left: -18px;
	top: 0px;
	margin     : 0px;
	box-shadow: 20px -1px #e9efff;
	/* background:  none; */
}
label.radio_text input[type="radio"]:checked {
	box-shadow : none;
	opacity    : 0.2;
}
/*label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}*/

#cntact .cnt2_form{
	padding: 50px 0px 55px;
	margin-top: 12px;
}
#cntact .cnt2_form .cnt2{
	width: 1000px;
	margin: 0 auto;
}
#cntact .cnt2_form .cnt2 .cnt2_tyuui{
	border: solid 1px #011751;
	padding: 30px;
	margin-bottom: 50px;
}
#cntact .cnt2_form .cnt2 .cnt2_tyuui p{
	font-size: 14px;
	line-height: 26px;
}
#cntact .cnt2_form .cnt2 .cnt2_tyuui p.tyu_tit{
	font-weight: bold;
}
#cntact .cnt2_form .cnt2 .tyu_check{
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 20px;
}
/*CheckBox */
label.checkbox {
	cursor     : pointer;
	width      : 20px;
	height     : 20px;
	border     : 1px solid #B3B3B3;
	background : #fff;
	overflow   : hidden;
	position   : relative;
	display    : inline-block;
	box-sizing : border-box;
}
label.checkbox input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	margin     : 0;
	padding    : 0;
	position   : absolute;
	left       : 20px;
	width      : 20px;
	height     : 20px;
	left       : -40px;
	box-shadow : 39px 0px #FFF;
	z-index    : 2;
}
label.checkbox input[type="checkbox"]:checked {
	box-shadow : none;
	opacity    : 0.1;
}
/*label.checkbox input[type="checkbox"]:checked:focus {
	box-shadow : 39px 0px #666;
	opacity    : 0.1;
}
label.checkbox input[type="checkbox"]:focus {
	box-shadow : 39px 0px #EEE;
}*/
label.checkbox:after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 5px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #D65;
	border-bottom     : 3px solid #D65;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}

/*CheckBoxとText */
label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	padding-left: 25px;
	/* margin-right: 20px; */
	/* margin-left: 50px; */
	overflow     : hidden;
	position     : relative;
	padding-left: 45px;
	display      : inline-block;
	box-sizing   : border-box;
}
label.checkbox_text:before {
	content  : '';
	position : absolute;
	width: 26px;
	height: 26px;
	left: 0;
	top: 0;
	border: 1px solid #011751;
	z-index  : 3;
	/* margin-right: 50px; */
	border-radius: 5px;
}
label.checkbox_text:after {
	content           : '';
	position          : absolute;
	top: 40%;
	left: 9px;
	display           : block;
	margin-top        : -8px;
	width             : 8px;
	height            : 12px;
	border-right: 3px solid #011751;
	border-bottom: 3px solid #011751;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left: -40px;
	width: 27px;
	height: 27px;
	display    : block;
	box-shadow: 41px 0px #e9efff;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.checkbox_text input[type="checkbox"]:checked {
	/* box-shadow : none; */
	opacity    : 0.1;
}
/*label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #666;
	opacity    : 0.1;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 0px #EEE;
}*/

#cntact .cnt2_form .cnt2 .sousin{
	text-align: center;
}
#cntact .cnt2_form .cnt2 .sousin input#submit_button{
	width: 252px;
	font-size: 18px;
	color: white;
	background-color: #003399;
	padding: 20px 0px;
}

#cntact .thk{
	padding: 154px 0px;
}


@media screen and (max-width: 750px){
	#header .hd_list{
		position: static;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:0;
    border-color:none ;
    padding-top: 0px;
    padding:0px 0px;
    background-color: none;
    opacity: 1;
		box-shadow: none;
	}
	#header .sp_hd_menu{
		background-color: rgba(255,255,255,0.8);
		position: fixed;
	}
	#header .hd_logo{
		top: 26px;
    left: 0px;
		width: 425px;
		position: fixed;
	}
	header#header{
		background-image: url(../image/sp/bg_sp.png);
    height: 559px;
	}
	#header .hd_tit{
		top: 37.5%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 382px 0 0 450px;
    border-color: transparent transparent transparent #011751;
	}
	#header .hd_tit .hd_t_txt, #header .hd_tit .hd_t_txt_sub{
		display: block;
	}
	#header .hd_t_txt_sub{
		top: -143px;
    left: -430px;
    z-index: 9;
	}
	#cntact header#header{
		height: 559px;
	}
	#cntact .cntact_cnt .cnt_form{
		width: 750px;
	}
	#cntact .cntact_cnt .cnt_form form{
		padding: 0px 20px;
	}
	#cntact .contact_txt{
		width: 750px;
		font-size: 28px;
		line-height: 50px;
	}
	#cntact .contact_txt p{
		padding: 0px 20px;
	}
	#cntact .cntact_cnt .cnt_form form table tr{
		display: block;
		margin-bottom: 10px;
	}
	#cntact .cntact_cnt .cnt_form form table tr td.radio_td{
		width: 0;
	}
	#cntact .cntact_cnt .cnt_form form table tr td{
		width: 690px;
	}
	#cntact .cntact_cnt .cnt_form form table tr th label{
		font-size: 28px;
    line-height: 50px;
	}
	#cntact .cntact_cnt .cnt_form form table tr td.radio_td{
		font-size: 28px;
    line-height: 50px;
    width: 48%;
    display: inline-block;
	}
	label.radio_text{
		padding-left: 50px;
	}
	label.radio_text:before{
		position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #011751;
    border-radius: 50%;
    left: 0px;
    top: 14px;
    content: '';
    z-index: 3;
	}
	#cntact .cntact_cnt .cnt_form form table tr td.radio_td input{
		margin-top: 11px;
		background-color: #e9efff;
	}
	label.radio_text input[type="radio"]{
	  width: 22px !important;
    height: 23px !important;
    top: 6px;
	}
	label.radio_text:after{
		content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    left: 3px;
    top: 17px;
    background-color: #011751;
    z-index: 1;
	}
	#cntact .cntact_cnt .cnt_form form table tr th{
		padding-bottom: 0px;
	}
	#cntact .cntact_cnt .cnt_form form table tr td input{
		height: 60px;
	}
	#cntact .cnt2_form{
		padding: 50px 20px 55px;
	}
	#cntact .cnt2_form .cnt2{
		width: 100%;
	}
	#cntact .cnt2_form .cnt2 .cnt2_tyuui p{
		font-size: 28px;
    line-height: 50px;
	}
	#cntact .cnt2_form .cnt2 .cnt2_tyuui p.tyu_tit{
		margin-bottom: 20px;
	}
	#cntact .cnt2_form .cnt2 .tyu_check{
		font-size: 28px;
    line-height: 50px;
	}
	label.checkbox_text:before{
		width: 36px;
    height: 37px;
	}
	label.checkbox_text input[type="checkbox"]{
		-webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 31px;
    height: 32px;
    display: block;
    box-shadow: 41px 0px #e9efff;
    z-index: 2;
    margin: 0px;
    padding: 0px;
	}
	label.checkbox_text:after{
		content: '';
    position: absolute;
    top: 40%;
    left: 14px;
    display: block;
    margin-top: -30px;
    width: 8px;
    height: 12px;
    border-right: 6px solid #011751;
    border-bottom: 6px solid #011751;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1;
	}
	#cntact .cnt2_form .cnt2 .sousin input#submit_button{
		font-size: 28px;
	}
	label.checkbox_text{
		text-align: left;
	}
	input[type="submit"] {
		-webkit-appearance: none;
	}
	#cntact .cntact_cnt .cnt_form form table tr td textarea{
		font-size: 28px;
		line-height: 50px;
	}
	
	#cntact .cntact_cnt .cnt_form form table tr th.radio_th{
		width: 710px;
    padding-right: 0px;
	}
	#cntact .contact_txt_thk{
		width: 750px;
	}
}