@charset "UTF-8";

/*========================================

    CONTACT  

========================================*/
#detail #sec001 {
	text-align: left;
	padding-top: 60px;
}

#detail .p01 {
	font-size: 20px;
}

#detail .p02 {
	font-size: 16px;
	margin-top: 20px;
}

#detail #sec001 h2 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #444;
	padding-bottom: .3em;
	margin-top: 80px;
}

#detail #sec001 h2.checkttl {
	margin-top: 0;
}

#detail #sec001 .box {
	margin-top: 70px;
}

#detail #sec001 .box .item {
	width: 380px;
	background-color: #efede9;
	box-sizing: border-box;
	padding: 30px;
}

#detail #sec001 .box .item strong {
	display: block;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: .5em;
}

#detail #sec001 .box .item span {
	display: block;
	font-size: 28px;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
	margin-bottom: .5em;
}

#detail #sec001 .box .item span i {
	margin-right: .2em;
}

#detail #sec001 .box .item p {
	font-size: 16px;
	line-height: 1.8em;
}

#detail #sec001 .btn {
	text-align: center;
	margin-top: 500px;
}

#detail #sec001 .btn a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 10px;
	background-color: #444;
	padding: .8em 1.5em;
}

@media screen and (max-width: 767px) {
	#detail #sec001 {
		padding-top: 10vw;
	}

	#detail .p01 {
		font-size: 3.8vw;
	}

	#detail .p02 {
		font-size: 3.8vw;
		margin-top: 5vw;
	}

	#detail #sec001 h2 {
		font-size: 5vw;
		margin-top: 10vw;
	}

	#detail #sec001 .box {
		margin-top: 8vw;
	}

	#detail #sec001 .box .item {
		width: 100%;
		padding: 5vw;
		margin-bottom: 5vw;
	}

	#detail #sec001 .box .item strong {
		font-size: 4.5vw;
	}

	#detail #sec001 .box .item span {
		font-size: 6vw;
	}

	#detail #sec001 .box .item p {
		font-size: 3.6vw;
	}

	#detail #sec001 .btn a {
		font-size: 3.6vw;
		border-radius: 1.5vw;
	}
}

#detail #sec001 .com_table table {
	margin-top: 40px;
	width: 100%;
}

#detail #sec001 .com_table table th {
	white-space: nowrap;
}

#detail #sec001 .com_table table tr:last-child th {
	border-bottom: 1px solid #ea5504;
}

#detail #sec001 .com_table table tr:last-child td {
	border-bottom: 1px solid #ccc;
}


@media screen and (max-width: 767px) {
	#detail #sec001 .com_table table tr:last-child th {
		border-bottom: none;
	}
}