@charset "UTF-8";

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

    CONTACT  

========================================*/
#contents .single_min main {
	padding-bottom: 150px;
	max-width: 1000px;
}

#detail .link_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#detail .link_wrap .com_link_box {
	width: 48%;
}



#detail section {
	text-align: left;
	padding-top: 40px;
}

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

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

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

#detail .contactbox {
	background-color: #f1f1f1;
	text-align: center;
	padding: 30px 0 15px;
	margin-top: 30px;
}

#detail .contactbox .inr {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	letter-spacing: 1px;
}

#detail .contactbox .inr dl {
	background-color: #fff;
	box-sizing: border-box;
	width: 32%;
	padding: 30px 10px;
	border-radius: 8px;
}

#detail .contactbox .inr dl dt {
	font-weight: bold;
	font-size: 108%;
}

#detail .contactbox .inr dl dt::after {
	display: block;
	content: "";
	margin: 0 auto;
	width: 30px;
	height: 1px;
	background-color: #333;
	margin-top: 1em;
}

#detail .contactbox .inr dl dd {
	margin-top: 1em;
	line-height: 1.8em;
}

#detail .contactbox .inr dl dd span {
	font-weight: bold;
	font-size: 116%;
}

#detail .contactbox .inr dl dd span::before {
	content: "\f095";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 80%;
	margin-right: .5em;
}


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

#detail section .com_table {
	margin-top: 50px;
}

.checktable tr:first-child {
	display: none;
}



#detail section .com_table h2 {
	font-size: 26px;
}

#detail section .com_table table {
	margin-top: 40px;
	width: 100%;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
}

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

#detail section .com_table table th a {
	display: block;
	font-size: 85%;
	margin-top: 1em;
	text-decoration: underline;
}



@media screen and (max-width: 767px) {
	#contents .single_min main {
		padding-bottom: 15vw;
	}

	#detail .link_wrap {
		display: block;
		margin-top: 10vw;
	}

	#detail .link_wrap .com_link_box {
		width: 100%;
		margin-top: 5vw;
	}


	#detail section {
		padding-top: 5vw;
	}

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

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

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

	#detail section h2.checkttl {
		font-size: 5vw;
		margin-top: 10vw;
	}

	#detail .contactbox {
		padding: 8vw 0 5vw;
		margin-top: 5vw;
	}

	#detail .contactbox h2 {
		margin-top: 0;
		padding-bottom: 3vw;
		font-size: 5.6vw;
	}

	#detail .contactbox .inr {
		width: 90%;
		display: block;
	}

	#detail .contactbox .inr dl {
		width: 100%;
		padding: 5vw 2vw;
		font-size: 4vw;
		margin-top: 3vw;
	}

	#detail .contactbox .inr dl dt {
		font-size: 108%;
	}

	#detail .contactbox .inr dl dt::after {
		display: block;
		content: "";
		margin: 0 auto;
		width: 30px;
		height: 1px;
		background-color: #333;
		margin-top: 1em;
	}

	#detail section .com_table {
		margin-top: 15vw;
	}

	#detail section .com_table h2 {
		font-size: 5.4vw;
	}
}