@charset "UTF-8";
/*IME（日本語入力システム） 初期設定*/
/* 自動 */
input.mode1 { ime-mode: auto;}
/* 日本語入力モード（変更可能） */
input.mode2 { ime-mode: active;}
/* 英数字入力モード（変更不可） */
input.mode3 { ime-mode: disabled;}
/* 日本語入力モード（変更可能） */
textarea.mode4 { ime-mode: active;}

input, textarea, select{
	font-family : inherit;
	margin: 3px 0px;
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	color: #000000;
	font-weight: normal;
	border-radius: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: menulist-button;
	-webkit-appearance: menulist-button;
	appearance: menulist-button;
	background-color: #FFFFFF;
	font-size: 14px;
	height: 27px;
	border-radius: 0;
	border: 1px solid #555555;
}

input[type="button"],input[type="text"],input[type="tel"],input[type="submit"],textarea{
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #555555;
}

select::-ms-expand { /* IE,Edge用 */
    display: block;
}

input::-ms-clear {
    visibility:hidden
	}

input[type="text"],input[type="tel"]{
	height: 23px;
	vertical-align: middle;
}

input[type="button"],input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #DDDDDD;
	-webkit-appearance: none;
	border-radius: 0;
}

/* ボタンにマウスをのせた時の装飾 */
/* ボタンをクリックした時の装飾 */
input[type="button"]:hover,input[type="submit"]:hover,input[type="button"]:active,input[type="submit"]:active{
	border: #034DA1 solid 1px;
	background-color: #CEECFB;
	color: #000000;        /* 文字色 */
	cursor: pointer;
}

input[type="radio"]  {
	margin: 8px 0px 8px 0px;
	}

#contents2 {
	width: auto;
	margin: 0px 10px;
	}

/* 入力画面のエラーメッセージ */
#message {
	margin: 5px 0px 0px 30px;
	clear:left;
	text-align: left;
	color:#ff0000;
	font-size: 14px;
	width:100%;
	}

/* 入力画面・確認画面のボタン */
#button1{
	margin:5px auto 40px auto;
	width:220px;
	text-align: center;
	height: 45px;
}

#back {
	margin:0px 20px 0px 0px;
	float:left;
	}

#kakunin {
	clear: both;
	}

#sousin {
	float:left;
	}

input.button_pc{
	font-size: 16px;
	width: 100px;
	height: 35px;
}

/* 送信完了画面 */
#thanks{
	margin:30px auto 230px auto;
	padding: 0 30px;
	text-align: left;
	font-size: 16px;
	clear: left;
	}

/* 入力画面用 */
.required{
	color: red;
	font-size: 12px;
}

.comment{
	margin: 0;
	font-size: 12px;
	line-height:1.5em;
}


table.tbl1 {
	border-collapse: collapse;
	border: #D0D0D0 solid 3px;
	margin: 20px auto 40px auto;
	text-align: left;
	font-size: 15px;
	width: 95%;
}

table.tbl1 th {
	border-bottom: #D0D0D0 solid 1px;
	background-color: #F0F0F0;
	padding: 10px 10px;
	font-weight: normal;
	text-align: left;
	width: 30%;
}

table.tbl1 td {
	border-left: #D0D0D0 solid 1px;
	border-bottom: #D0D0D0 solid 1px;
	background-color: #FFFFFF;
	padding: 5px 10px;
	vertical-align: middle;
}

#kojin {
	border: #D0D0D0 solid 1px;
	background-color: #F0F0F0;
	color: 000000;
	margin: 10px;
	padding: 10px 20px;
}

@media only screen and (max-width: 760px) {
/*コンテンツ（main、subを囲むボックス。１カラム時でも使用。）
---------------------------------------------------------------------------*/
#contents2 {
	width: auto;
	}

table.tbl1 tr,
table.tbl1 th,
table.tbl1 td {
	display: block;
  }
  
table.tbl1 tr:first-child {
	border-top: 1px solid #D0D0D0;  
  }
  
table.tbl1 th,
table.tbl1 td {
	padding: 8px 10px;
	border-top: none;
	width: auto;
	min-height:20px;
  }

#thanks{
	margin:30px auto 100px auto;
	}

}
