@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 {
	background-color: #efede9;
	white-space: nowrap;
}

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

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

#detail .privacy {
	width: 800px;
	height: 200px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 50px;
	overflow-y: scroll;
	border: 1px solid #999;
}

#detail .privacy h3,
#detail .privacy h4 {
	font-weight: bold;
	font-size: 16px;
}

#detail .privacy h3 {
	font-size: 18px;
}

#detail .privacy h4 {
	margin-top: 1em;
}

#detail .privacy p,
#detail .privacy ul {
	font-size: 14px;
	margin-top: .5em;
}

#detail .privacy ul {
	padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
	#detail .privacy {
		width: 100%;
		height: 50vw;
		padding: 3vw;
		margin-top: 10vw;
	}

	#detail .privacy h4,
	#detail .privacy h5 {
		font-size: 4vw;
	}

	#detail .privacy h4 {
		font-size: 4.5vw;
	}


	#detail .privacy p,
	#detail .privacy ul {
		font-size: 3.2vw !important;
	}
}