@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:20px;
}
h1 {
	text-align:left;
	line-height:110%;
	font-size:30px;
	color:#F66;
	border-bottom:2px solid #F66;
	padding-bottom:10px;
	margin-bottom:30px;
}
h1 strong {
	font-size:22px;
	color:#333;
}
img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}

a {
	color:#039;
	text-decoration:underline;
}
a:hover {
	color: #F93;
	text-decoration:none;
}
#formWrap {
	max-width:860px;
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:23px;
	font-size:15px;
	text-align: left;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	line-height: 1.5em;
}
table.formTable th{
	width:240px;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	box-sizing:border-box;
}
table.formTable input[type="radio"]{
	width: auto;
}

table.formTable input{
	max-width: 100px;
}
table.formTable input.max{
	width: 100%;
	max-width: none;
}
table.formTable td.child{
	/*border-top: none;
	border-bottom: none;*/
}
table.nittei {
	border-collapse: collapse;
	width:100%;
	margin-bottom:5px;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
table.nittei th,
table.nittei td {
	padding:8px;
	box-sizing:border-box;
	text-align:center;
	border:1px solid #DDD;
	position:relative;
	vertical-align: middle;
	width:auto;
}
.tx_red {
	color:#F00;
}
.tx_blue {
	color: #0033FF;
}
input[type="text"].width30 {
	width:60px;
	margin-bottom:5px;
}
input[type="text"].width40 {
	width:80px;
	margin-bottom:5px;
}
table.formTable input.width300 {
	max-width:300px;
	margin-bottom:5px;
}
input[type="text"],
textarea{
	width:100%;
	padding:5px;
	box-sizing:border-box;
	border:1px solid #CCCCCC;
	font-size:16px;
	font-family: 'Noto Sans Japanese', serif;
	
}
select{
	padding:5px 5px 8px 5px;
	box-sizing:border-box;
	border:1px solid #999;
	
}
input[type="submit"],
input[type="reset"]{
	padding:5px 10px;
	font-size:16px;
	margin:10px;
	text-align:center;
	font-weight:600;
}
label {
	margin-right:30px;
	display:inline-block;
}
label.w100 {
	width:100%;
	display:block;
}
select {
	color: #555;
}
.box_attention,
.box_attention_line {
	background-color:#FFC;
	padding:15px;
	text-align:left;
	width:100%;
	margin:auto auto 20px auto;
	box-sizing:border-box;
}
.box_attention_line {
	background-color: #fdeff2;
	border:2px solid #ee827c;
}
.box_attention p {
	padding:0;
	margin:0;
}
ol.flow_list {
	counter-reset: number 0;
	margin:0;
	padding:0;
}
ol.flow_list li {
	list-style:none;
	padding-left:1.5rem;
	text-indent:-1.5rem;
}
ol.flow_list li:before {
	counter-increment: number 1;
	content: counter(number) ".";
	font-weight:bold;
	margin-right:0.5rem;
	color:#F66;
}
ol.flow_list li::after {
	content:"↓";
	display:block;
	width:100%;
	text-align:left;
	padding-left:5rem;
	box-sizing:border-box;
}
@media screen and (max-width: 860px) {
table.formTable {
	width:100%;
	display: block;
	letter-spacing: -0.6em;
	list-style-type: none;
}
table.formTable tbody,
table.formTable tr,
table.formTable th,
table.formTable td {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	*display: inline;  
	*zoom: 1;
	width:100%;
	box-sizing:border-box;
}
table.formTable th,
table.formTable td {
    border-bottom: none;
	vertical-align: middle;
}
table.formTable {
	border-bottom: 1px solid #ccc;
}
table.nittei {
	display:revert;
	letter-spacing: normal;
	border-bottom: 1px solid #DDD;
}
table.nittei tbody,
table.nittei tr {
	display:revert;
}
table.nittei th,
table.nittei td {
	display:table-cell;
	width:auto;
	text-align:center;
	}
}