@charset "UTF-8";
.bg-wh {
	background:#fff;
}
.txt-r {
	text-align: right;
}
.txt-c {
	text-align: center;
}
#under p {
	margin-bottom:1.5em;
}
#under #main_v {
	width:100%;
	height:calc(100vw / 3);
	overflow: hidden;
	display: flex;
	justify-content: center;
}
#under #main_v img {
	max-width: fit-content;
	height:100%;
}
#under .cont_inner {
	padding: 10% 15px;
}
#under h2 {
	font-size: 25px;
}
#under h3 {
	font-size: 18px;
	display: block;
	width:100%;
	max-width:500px;
	height: 50px;
	margin:5% auto;
	padding: 10px 0;
	text-align:center;
	border-radius: 8px;
	border: solid 2px #2fbbaf;
}
#under button {
	display:block;
	width: 80%;
	max-width: 350px;
	margin:5% auto;
	padding: 15px 0;
	background: #f27d28;
	color:#fff;
	font-size: 1.2em;
	font-weight: 700;
	border-radius: 8px;
	border-bottom: 5px solid #c8ddd8;
}
#under .under-list {
	width:100%;
	margin:20px 0;
}
#under .under-list dl {
	width: 100%;
	display: flex;
	flex-wrap: no-wrap;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
}
#under .under-list dl dt {
	width: 100px;
	font-weight: 700;
}
#under .under-list dl dd {
	width:calc( 100% - 100px);
	text-align:left;
}

/* プライバシーポリシー*/
#under .privacy ul {
	list-style:decimal;
	margin-left: 2em;
	margin-bottom: 2em;
}
#under .privacy ul li {
	margin-bottom: 0.8em;
}
/* 企業 */
#under .request ol {
	margin-bottom: 2em;
}
/* お問い合わせフォーム */
#under .contact .cont_inner {
	padding-left:0;
	padding-right:0;
}
#under .mailform {
	width:100%;
	max-width:800px;
	background:#f8f8f8;
	margin:0 auto;
	padding: 15px 10px;
	overflow: hidden;
}
form#mailformpro dl dt {
	width:250px;
	text-align:left;
	border-top:none;
}
form#mailformpro dl dd {
	border-top:none;
	border-bottom: solid 1px #2fbbaf;
	font-size:14px;
}
form#mailformpro dl dd:last-child {
	border-bottom:none;
}
form#mailformpro .mfp_col10 input {
	width:100%;
	height:2em;
}
form#mailformpro input {
	border:solid 1px #333;
	border-radius: 5px;	
}
form#mailformpro textarea {
	border:solid 1px #333;
	border-radius: 5px;
	width: 100%;
	height:10em;
}
form#mailformpro label {
	white-space: pre-wrap;
}
.must {
	background:#ff0000;
	border:none;
	text-shadow: none;
}
#under .contact button {
	background:#2fbbaf;
	max-width:180px;
}
@media (min-width: 950px) {
	#under #main_v {
		height:auto;
	}
	#under h2 {
		font-size: 30px;
		margin-bottom: 50px;
	}
	#under .cont_inner {
		padding: 80px 0;
	}
	form#mailformpro dl dd{
		padding: 10px 5px 20px 250px;
	}
}