/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 26 2022 | 00:53:15 */
/* お問い合わせ箇所 - 色変更
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
	color: #E6974A;
}
.top_company_info .inquiry_column .wp-block-button a {
	background: #E6974A;
}

/* トップ：お知らせ・ブログ
-------------------------------------------------- */
.info_block {
	position: relative;
}
.info_block::after {
	position: absolute;
	left: 0;
    bottom: 0;
    content: '';
    width: 95px;
    height: 125px;
	background: url( 'https://www.city-minoh.jp/wp-content/uploads/sites/885/2022/10/top_08.png' );
	background-size: contain;
	background-repeat: no-repeat;
}


/* 学区から探す：タブメニュー
-------------------------------------------------- */
.page-id-2750 .area {
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
	width: 100%;
}
.page-id-2750 .area > input[type=radio] {
	display: none !important;
}
.page-id-2750 .area > input[type=radio]+label:before,
.page-id-2750 .area > input[type=radio]:checked+label:after {
	display: none !important;
}
.tab_school {
	margin-left: 15px;
	padding-left: 0 !important;
	width: 185px;
	height: 80px;
	font-size: 26px !important;
	color: #fff;
	background-color: #afb4ab;
	line-height: 80px !important;
	font-size: 15px;
	text-align: center;
	display: block;
	float: left;
	order: -1;
	border-radius: 10px 10px 0 0;
}

input:checked + .tab_school {
	background-color: #5a8b2e;
	color: #fff;
}
.content {
	display: none;
	padding: 50px 30px 20px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content p {
	width: 25%;
}
.content a {
	font-weight: bold;
	font-size: 18px;
	color: #574947;
}
.content a img {
	margin-right: 20px;
	width: 30px;
	height: auto;
}
input:checked + .tab_school + .content {
	display: flex;
}

.sale_contents > input:checked + .tab_school {
	background-color: #e29954;
}



@media ( max-width: 480px ) {
	.school_topcover {
		min-height: 200px;
	}
	.school_topcover h2 {
		margin-bottom: 0;
		font-size: 24px !important;
	}
	
	.entry-content h2 {
		font-size: 24px !important;
	}
	
	/* トップ：特徴
	-------------------------------------------------- */
	.top-company-feature h2 {
		margin: 20px 0;
		font-size: 18px;
	}
	.top-company-feature h3 {
		font-size: 16px;
	}
	.top-company-feature p {
		font-size: 12px;
	}
	.top-company-feature p br {
		display: none;
	}
	
	/* 学区から探す：タブメニュー
	-------------------------------------------------- */
	page-id-2750 .area {
		justify-content: space-evenly;
	}
	.content {
		flex-direction: column;
	}
	.content p {
		width: 100%;
	}
	.tab_school {
		margin-left: 0;
		width: 150px;
	}
	
	.cover_heigth-auto {
		min-height: auto;
	}
	
	
	
	
}