@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	margin-bottom: 153px;
}

#main .topTxt {
	margin-bottom: 70px;
	font-size: 14px;
	line-height: 1.57;
}

#main .topTxt span {
	color: #FF4343;
}

#main .contactBox {
	margin: 0 auto;
	max-width: 1158px;
}

#main .comTable {
	margin-bottom: 60px;
}

#main .comTable th,
#main .comTable td {
	margin-bottom: 33px;
	width: 100%;
	float: left;
}

#main .comTable tr:last-child td {
	margin-bottom: 0;
}

#main .comTable th .must {
	margin-left: 11px;
	color: #FF4343;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

#main .comTable th,
#main .comTable .inputUl .title {
	margin-bottom: 13px;
	color: #5BC2DC;
	font-weight: bold;
}

#main .comTable input[type="text"],
#main .comTable select,
#main .comTable textarea {
	padding-left: 32px;
	width: 100%;
	height: 62px;
	font-size: 14px;
	border-radius: 10px;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	box-sizing: border-box;
}

#main .comTable select {
	padding-left: 26px;
	width: 417px;
	color: #9A9A9A;
	background: #fff url(../img/common/select_bg.png) no-repeat right 13px center;
}

select::-ms-expand { display: none; }

#main .comTable textarea {
	padding: 16px 27px;
	height: 172px;
}

#main .comTable .inputUl li {
	width: 46.9%;
	float: left;
}

#main .comTable .inputUl li input {
	width: 100%;
}

#main .comTable .inputUl li:last-child {
	float: right;
}

#main .comTable .inputUl li select {
	width: 100%;
}

#main .comForm .agreeUl {
	margin-bottom: 51px;
	font-size: 14px;
	text-align: center;
}

#main .comForm .agreeUl li {
	margin: 0 48px;
	display: inline-block;
}

input::-webkit-input-placeholder { /* WebKit browsers */
　　color: #9A9A9A;
    font-size: 14px;
	opacity:1;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color: #9A9A9A;
	opacity: 1;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #9A9A9A;
	font-size: 14px;
	opacity: 1;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color: #9A9A9A;
	font-size: 14px;
	opacity: 1;
} 

#main .comForm input[type="radio"] {
    display: none;
	padding: 0;
	height: 24px;
	width: 24px;
	vertical-align: middle;
}

#main .comForm input[type="radio"] + label {
	background: url(../img/common/check_bg.png) no-repeat left 1px top 4px;
	background-size: 24px 24px;
	border-radius: 4px;
    display: block;
    line-height: 24px;
    padding: 4px 0 4px 36px;
}

#main .comForm input[type="radio"]:checked + label {
	background: url(../img/common/check_bg02.png) no-repeat left 4px;
	background-size: 24px 24px;
}

#main .comForm .centerTxt {
	margin-bottom: 26px;
}

#main .comForm .submit {
	text-align: center;
}

#main .comForm .submit li {
	margin: 0 15px;
	display: inline-block;
}

#main .comForm .submit li input {
	padding: 16px 15px 17px;
	width: 284px;
	font-size: 16px;
	color: #fff;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	background: #75CADF url(../img/common/icon01.png) no-repeat right 11px center;
}

#main .comForm .submit li input:hover {
	opacity: 0.7;
}

#main h3 {
	margin: 0 auto 56px;
    max-width: 889px;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

@media all and (-ms-high-contrast:none) {
	#main .comForm .submit li input {
		padding: 19px 15px 14px;
	}
}

@media screen and (max-width: 767px) {
	#main .comTable select {
		width: 80%;
	}
	
	#main .comTable .inputUl li {
		margin-bottom: 33px;
		width: auto;
		float: none !important;
	}
	
	#main .comTable .inputUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .contactBox {
		margin: 0 15px;
		padding: 30px 15px;
	}
	
	#main .topTxt {
		margin-bottom: 35px;
		font-size: 12px;
	}
	
	#main .comTable input[type="text"], #main .comTable select, #main .comTable textarea {
		padding-left: 15px;
		height: 48px;
		border-radius: 5px;
	}
	
	#main .comTable textarea {
		padding: 15px;
		height: 100px;
	}
	
	#main .comTable th, #main .comTable .inputUl .title {
		margin-bottom: 5px;
	}
	
	#main .comForm .agreeUl li {
		margin: 0 13px;
	}
	
	#main .comForm .submit li input:hover {
		opacity: 1;
	}
	
	#main .comForm .submit li {
		margin: 0 8px;
		display: block;
	}
	
	#main .comForm .submit li:last-child {
		margin-bottom: 0;
	}
	
	#main .comTable {
		margin-bottom: 30px;
	}
	
	#main {
		margin-bottom: 75px;
	}
	
	#main .centerTxt {
		margin: 0 15px 30px;
		text-align: left;
	}
	
	#main .comBox {
		margin: 0;
	}
	
	#main .comTable .inputUl li select {
		width: 80%;
	}
	
	#main h3 {
		margin: 0 15px 50px;
	    font-size: 18px;
	    text-align: left;
	}
}