@charset "utf-8";

/*-----------------------------*/
/* .sec-ttl {
	clear: both;
	padding: 0 4px 15px;
	margin-bottom: 30px;
	background: transparent url(../common/img/ttl-border.gif) 0 100% no-repeat;
	color: #00A5D8;
	font-size: 13px;
	font-weight: bold;
} */

/*-----------------------------*/
.section {
	color: #4D4D50;
	font-size: 13px;
	line-height: 1.8;
	clear: both;
	margin-bottom: 50px;
	position: relative;
}

.section div.ttl {
	margin-bottom: 20px;
}

.section p {
	margin-bottom: 20px;
}

.section strong {
	color: #F60;
}

form table {
	width: 100%;
	margin-bottom: 30px;
}

form table th {
	width: 150px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #E8EDF0;
}

form table td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.typetxt {
	max-width: 500px;
	width: 100%;
	line-height: 1.6;
}

.btns {
	text-align: center;
}





@media screen and (max-width:767px) {
	.section img {
		width: 100%;
		height: auto;
	}
	.section .btns.-rtn img {
		width:auto;
	}
	
}