@charset "utf-8";

.catWrap {
	margin-bottom: 100px;
}

.instTitle {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
}


select.selects {
	border: 1px solid #ccc;
	padding: 10px 3%;
	width: 350px;
	box-sizing: border-box;
	font-family: inherit;
	line-height: 1.4;
	background: #fff;
}

.seleFlex {
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}

.seleFlex dt {
	width: 6em;
	flex-shrink: 0;
	border-left: 3px solid #231815;
	box-sizing: border-box;
	padding-left: 10px;
}

.titleName {
	border-bottom: 1px solid #231815;
	padding: 10px;
	line-height: 1.0;
	margin-bottom: 30px;
}

.titleName span {
	display: block;
}

.titleName span.jaName {
	font-size: 2.0rem;
	letter-spacing: .1em;
}

.titleName span.engName {
	color: #9e9e9f;
	text-align: right;
	font-size: 1.4rem;
}

.titleName.category01 {
	border-top: 3px solid #2219a3;
}
.titleName.category02 {
	border-top: 3px solid #cdad6e;
}
.titleName.category03 {
	border-top: 3px solid #910782;
}

.fstImg {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.fstImg .logoImg {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}


.trdFlex {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.trdFlex li {
	width: 32%;
	margin-right: 2%;
}

.trdFlex li img {
	width: 100%;
}

.trdFlex li:nth-child(3n) {
	margin-right: 0;
}

.instTable {
	width: 100%;
}

.instTable th,
.instTable td {
	box-sizing: border-box;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	border-top:1px solid #231815;
}

.instTable th {
	font-weight: 400;
	width: 150px;
}

.instEntry {
	margin-bottom: 50px;
}

.colorTitle {
	line-height: 1.0;
	padding: 10px;
	font-size: 2.0rem;
}

.colorTitle span {
	color: #fff;
	display: inline-block;
	margin-right: 5px;
}

.colorTitle.category01 {
	background: #bfbce4;
}
.colorTitle.category02 {
	background: #e6d6b6;
}
.colorTitle.category03 {
	background: #c883c0;
	color: #fff;
}

.prefectures {
	margin-bottom: 50px;
}

.prefectures dl {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.prefectures dl dt {
	width: 40%;
	font-size: 2.0rem;
}

.dlTitle {
	border-left:1px solid #231815;
	line-height: 1.0;
	padding-left: 10px;
	display: inline-block;
	font-size: 1.6rem;
}

.prefectures dl dd {
	width: 60%;
}

.prefectures dl:first-child {
	line-height: 1.0;
	align-items: center;
}

.prefectures dl:nth-child(even) {
	background: #eeeeef;
}

.fImg img {
	max-width: 60%;
}


@media screen and (max-width: 767px){

	
	select.selects {
		width: 100%;
	}

	.seleFlex {
		display: block;
		margin-bottom: 30px;
		align-items: center;
	}

	.seleFlex dt {
		width: auto;
		margin-bottom: 5px;
	}
	
	
	.fstImg {
		margin-bottom: 20px;
		padding-left: 20%;
	}

	.fstImg .logoImg {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 20%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	

	.trdFlex {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.trdFlex li {
		width: 48%;
		margin-right: 4%;
	}


	.trdFlex li:nth-child(even) {
		margin-right: 0;
	}
	
	.trdFlex li:nth-child(3) {
		margin-right: 0;
		margin-top: 10px;
	}

	.instTable th,
	.instTable td {
		display: block;
	}
	
	.instTable th {
		width: auto;
	}
	
	.instTable td {
		border-top: 1px dashed #231815;
	}
	
	
	.prefectures dl dt {
		width: 30%;
		font-size: 1.8rem;
	}

	.dlTitle {
		border-left:1px solid #231815;
		line-height: 1.0;
		padding-left: 10px;
		display: inline-block;
		font-size: 1.6rem;
	}

	.prefectures dl dd {
		width: 68%;
	}

	
	.fImg img {
		max-width: 100%;
	}

	
	
}
