@charset "UTF-8";
.mainvisual {
	min-height: 570px;
	background: rgba(226,208,138,0.3)  url("../img/mv.png") no-repeat bottom center;
	background-size: 100% auto;
}
.mv-title {
	padding: 10px 0;
}
.mv-title img {
	width: 100%;
	height: auto;
}
.mainvisual p.lead {
	padding: 0 10%;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: bold;	
}
.mainvisual p span {
	display: inline-block;
}
.mainvisual p {
	line-height: 1.6;
	padding: 0 9%;
	text-align: center;	
}
.oiwaiList .innerBox {
	width: 90%;
	margin: 20px auto 0;
	padding: 0 5% 40px;
	background:  url("../img/line.png") no-repeat right bottom;
	background-size: 100px auto;
	border-bottom: 2px solid #c2c2c2;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.oiwaiList .innerBox h2 {
	display: flex;
	align-items: center;
	font-size: 19px;	
}
.oiwaiList .innerBox h2 span {
	display: block;
	margin-bottom: 5px;
	width: 4em;
	background-color: #12175f;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 5px 10px 3px;
	text-decoration: none;
}
.oiwaiList .innerBox h2 a {
	text-decoration: underline;
}
.oiwaiList .innerBox h2 img {
	width: 70px;
	height: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.oiwaiList .innerBox .photo {
	margin: 5px 0 15px;
}
.oiwaiList .innerBox .photo img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.oiwaiList .innerBox dl dt {
	color: #ff6300;
	border-bottom: 2px solid #ff6300;
	font-weight: bold;
	text-align: center;
}
.oiwaiList .innerBox dl dd {
	line-height: 1.5;
	padding: 10px 5%;
}
.oiwaiList .innerBox dl dd p {
		text-indent: -1em;
	margin-left: 1em;
}
.oiwaiList .innerBox dl dd p + p {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}
.oiwaiList .innerBox dl dd p span {
	display: block;
	text-align: right;
}

.oiwaiList .innerBox .btn {
	margin: 15px auto 0;
	width: 100%;
}
.oiwaiList .innerBox .btn a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 30px;
	border: 1px solid #ff6300;
	background: #ff6300 url("../img/arrow-W.png") no-repeat 98% center;
	background-size: 20px auto;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.oiwaiList .innerBox .btn.blue a {
	border: 1px solid #3fbcbe;
	background:#3fbcbe url("../img/arrow-W.png") no-repeat 98% center;
	background-size: 20px auto;
}
.kakoList a {
	color: #fff;
	background: #898075 url(../../img/menu-arrow.png) no-repeat right center;
	background-size: 23px 16px;
	border-radius: 5px;
	padding:  20px 33px 20px 10px;
	margin: 20px 10px;
}
.list2024 .innerBox .btn a {
	width: 100%;
	margin: 0 auto;
	padding: 7px 0 5px;
}
.list2024 .innerBox .btn.blue a {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
}
@media screen and (min-width: 768px) {
	.mainvisual {
	min-height: 650px;
	background: rgba(226,208,138,0.3) url("../img/mv-bg.png") no-repeat bottom center;
	background-size: 980px auto;
		text-align: center;
}
	.mv-title img {
	width: 600px;
	height: auto;
}
.mainvisual p {
	width: 450px;
	margin: 0 auto;
	line-height: 1.6;
	padding: 0 15%;
	text-align: center;	
}
.mainvisual p.lead {
	width: 600px;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;	
}
	.oiwaiList {
		margin: 20px 10%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.oiwaiList .innerBox {
	width: 22%;
		min-width: 300px;
	margin: 0 0 80px;
	padding: 0 1% 0;
	background: none;
	border-bottom: none;
}
	.oiwaiList .innerBox h2 a:hover span {
	background-color: #ff6300;
}
	.oiwaiList .innerBox h2 a:hover {
		color: #ff6300;
	}
	.oiwaiList .innerBox .btn a:hover {
	background:#fff url("../img/arrow-O.png") no-repeat 98% center;
	background-size: 20px auto;
		color: #ff6300;
	}
	.oiwaiList .innerBox .btn.blue a:hover {
	color: #3fbcbe;
	background:#fff url("../img/arrow-B.png") no-repeat 98% center;
	background-size: 20px auto;
}
	.pcnone {
		display: none;
	}
}