@charset "UTF-8";


/*------------------------------------------------------------*/
.com_tbl{
  border-collapse: separate;
  border-spacing: 1px;
}
.com_tbl th{
  padding: 0.5em 1em;
  background: #005094;
  color: #FFF;
  text-align: left;
  width: 20%;
}
.com_tbl td{
    padding: 0.5em 1em;
  border-bottom: 1px dotted rgba(0, 80, 148, 0.77);
  text-align: left;
}
.com_tbl tr:first-child td{
  border-top: 1px dotted rgba(0, 80, 148, 0.77);
}
.com_tbl td dd:not(:last-of-type){
  margin-bottom: 0.8em;
}
/*----------------------------------form*/
table#contact {
	width: 100%;
	margin: 20px 0;


	border-collapse: separate;
  border-spacing: 4px;
}
table#contact tr th {
	padding: 10px;

  background: #eff3f7;
  box-shadow:0 0 0 2px rgba(106, 160, 206, 0.6) inset,0 0 0 4px #FFF inset, 0 0 0 5px rgba(106, 160, 206, 0.4) inset;
  color: #011f39;
	line-height: 150%;
	width: 28%;
	text-align: left;
}
table#contact tr td {
	padding: 10px;
	border: 1px solid #c6c6c6;
	text-align: left;
}
table#contact tr td.td_child {
	border: 1px solid #c6c6c6;

}
table#contact p {
	margin-bottom: 5px;
}
table#contact tr th span.form_title {
	display: block;
	overflow: hidden;
}
/*必須アイコン*/
table#contact tr th span.txt_required {
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #cc1414;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*任意アイコン*/
table#contact tr th span.txt_optional {
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	border-radius: 2px;
	color: #fff;
	background: #666;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*入力エリア装飾*/
input, select, textarea {
	padding: 10px;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	font-size: 14px;
}
input:focus, select:focus, textarea:focus {
	background: #E2EBF4;
	border: 1px solid #E2EBF4;
}
/*入力エリアサイズ*/
.input_10 {
	width: 10%;
}
.input_30 {
	width: 30%;
}
.input_50 {
	width: 50%;
}
.input_70 {
	width: 70%;
}
.input_100 {
	width: 90%;
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
input:focus::-webkit-input-placeholder { 
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
textarea:focus::-webkit-input-placeholder { 
	color:transparent;
}
textarea:focus:-moz-placeholder {
	color:transparent;
}
textarea:focus::-moz-placeholder {
	color:transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
	margin-right: 5px;
	margin-left: 15px;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
	margin-right: 5px;
	margin-left: 15px;
}
/*送信・戻るボタン*/
ul.submit_btn {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
ul.submit_btn li {
	display: inline-block;
	cursor: pointer
}
ul.submit_btn li.inp_submit01 input#submit1.btn_alive, ul.submit_btn li.inp_submit01 input#submit2{
	color: #fff;
	background: #00a2eb;
	border: none;
	border-radius: 4px;
	padding: 1em 3em;
	margin: 0;
	cursor: pointer;
}
ul.submit_btn li.inp_submit01 input#submit1.btn_stop {
	color: #fff;
	background:#BBBBBB;
	border: none;
	border-radius: 4px;
	padding: 1em 3em;
	margin: 0;
	cursor:default;
}
ul.submit_btn li.inp_submit02 input {
	color: #fff;
	background: #999;
	border: none;
	border-radius: 4px;
	padding: 1em 3em;
	margin: 0 5px;
	cursor: pointer;
}
ul.submit_btn li.inp_submit01 input#submit1.btn_alive, ul.submit_btn li.inp_submit01 input#submit2:hover {
	opacity: 0.7;
}
/*送信完了画面用*/
#thanks {
	margin:20px 0;
}
#thanks h5 {
	margin:0 0 15px;
	font-size:16px;
	font-weight:bold;
}
#consent{	
	text-align: left;
	margin: 20px auto 30px;
	width:90%;
	height:250px;
	overflow-x: scroll;
	border: solid 1px #808080;
	padding:1em;
}
#consent h2{	
	text-align: center;
	font-size: 2rem;
	margin-bottom: 10px;
}
#consent h3{	
	font-weight:bold;
}
#consent p{
	padding:3px 1em;
}
#consent table{
	margin: 20px auto 30px;
	border: #000 1px solid;
	border-collapse:collapse;
	
}

#consent table th,#consent table td{	
	padding:10px;
	border-bottom:none;
}
#consent table td{
	border-left: #000000 1px solid;
}
#consent table tr{	
	
	border-bottom: #000000 1px solid;
}
#consent .doui {
	text-align: center;
	font-size: 1.5rem;
	margin: 20px auto;
	background:#EDEDED;
	padding:20px;
	color:#FF0004;
	font-weight: bold;
	line-height: 2em;
}