@charset "utf-8";

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.contInner {
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 0 100px;
}

.title{
	display:block;
	font-size:1.8em;
	background:url(../images/h3_bg.png) no-repeat;
	background-position: bottom 0% right 0%;
    background-size: 100% auto;
	padding-bottom:10px;
	margin-bottom:30px;
}

.title .ex {
	background:url(../images/gear.png) left 8px no-repeat;
	padding-left:25px;
}


.formTable {
	width:100%;
	border-top:1px solid #CCCCCC;
	margin-bottom:40px;
}

.formTable th,
.formTable td {
	border-bottom:1px solid #ccc;
	padding:15px 5px 15px 0;
	text-align:left;
}

.formTable th {
	font-weight:200;
	width:200px;
	vertical-align:top;
}

.formTable th span {
	padding-left:5px;
	color:#FF0000;
	font-size:0.85em;
	font-weight:300;
}

.formTable td {
	vertical-align:middle;
}

.formTable td label:nth-child(n + 2) {
    margin-left: 30px;
}

.formTable td span {
	padding-left:10px;
	color:#999;
	font-size:0.9em;
}


.formTable td .short {
	width: 35%;
}
.formTable td .middle {
	width: 60%;
}
.formTable td .long {
	width: 100%;
}

.formTable input[type="text"] {
	border: 1px solid #666;
	height: 30px;
	padding: 5px 2px;
	font-family: inherit;
	line-height: 1.2;
	box-sizing: border-box;
}

.formTable input[type="radio"]{
	margin-right: 10px;
	vertical-align: -0.15em;
}
.formTable input[type="radio"]:nth-child(1){
	margin-left: 0;
}

.formTable textarea {
	border: 1px solid #666;
	width:100%;
	height: 170px;
	font-family: inherit;
	line-height: 1.6;
	background-color: #fff;
}

.formTable select {
	border: 1px solid #666;
	height: 20px;
	padding: 0 2px;
	font-family: inherit;
	line-height: 1.2;
	width:100%;
}


/* submit */

.submit {
    display: flex;
    justify-content: center;
}


.submit li {
}

.submit li.reset {
	margin-left:30px;
}

.submit li input,
.submitBtn {
	background:#a8000d;
	border: none;
	width:200px;
    border: 1px solid #a8000d;
	display:table-cell;
	height:50px;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: 'Noto Sans Japanese', sans-serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	font-size:1.4em;
}

.submit li.reset input {
	background:#8F8F8F;
    border: 1px solid #8F8F8F;
}

.submit li input:hover {
	background:#fff;
    color: #a8000d;
}

.submit li.reset input:hover,
.backBtn:hover {
	background:#fff;
    color: #8F8F8F;
}

.backBtn {
	background:#8F8F8F;
	border: none;
	width:200px;
    border: 1px solid #8F8F8F;
	display:table-cell;
	height:50px;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	line-height:1.0;
	font-family: 'Noto Sans Japanese', sans-serif;
	-moz-transition:all,.4s;
	-o-transition:all,.4s;
	-webkit-transition:all,.4s;
	transition:all,.4s;
	cursor: pointer;
	font-size:1.4em;
}


.redCaution {
    color: #f00;
    font-weight: bold;
}

.alignCenter {
    text-align: center;
}