/*============================
下層ページMV
============================*/
/* ニュース */
.mv {
	background-image: url(../img/news/mv_pc.jpg);
}

.mv.blog {
	background-image: url(../img/blog/mv_pc.jpg);
}

.mv .title_wrap .title span {
	color: #00913A;
}

.sec_title_wrap .sec_title span::before {
	background-color: #00913A;
}

/* ブログ */
.blog .mv {
	background-image: url(../img/blog/mv_pc.jpg);
}

.blog .title_wrap span {
	color: #F8DF09;
}

.blog .sec_title_wrap .sec_title span::before {
	background-color: #F8DF09;
}


/*============================
コンテンツ
============================*/
#contents {
	position: relative;
	z-index: 1;
}

#contents .wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 10.0rem;
	width: 100%;
	margin: auto;
}

#contents .cont_box {
	width: 100%;
	max-width: 6.7rem;
	box-sizing: border-box;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	#contents .cont_box {
		padding-top: 0.30rem;
	}
}

/* 日付 */
#contents .date_tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.15rem;
}

#contents .date_tag .date {
	font-size: 0.16rem;
	padding-right: 0.10rem;
}

@media screen and (max-width: 640px) {
	#contents .date_tag .date {
		font-size: 0.14rem;
	}
}

#contents .date_tag .tag {
	font-size: 0.16rem;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	border-radius: 0.20rem;
	padding: 0.08rem 0;
	width: 1.3rem;
	text-align: center;
}

#contents .date_tag .tag.tag_news {
	background: #00913A;
}

#contents .date_tag .tag.tag_active {
	background: #5BB48F;
}

/* 塩釜校 */
#contents .siogama .date_tag .tag {
	background: #F8DF09;
}

/* 七ヶ浜校 */
#contents .sichigashima .date_tag .tag {
	background: #F86E09;
	color: #fff;
}

/* 岩切校 */
#contents .iwakiri .date_tag .tag {
	background: #B0DCFC;
}

/* タイトル */
#contents .cont_box .title {
	font-size: 0.30rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	#contents .cont_box .title {
		font-size: 0.2rem;
	}
}


#contents .cont_box img {
	margin-bottom: 0.20rem;
}

.cont_box h1 {
	font-size: 0.26rem;
	font-weight: bold;
	border-left: 10px solid #00913A;
	line-height: 1.3;
	padding: 0.05rem 0.10rem;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	.cont_box h1 {
		font-size: 0.2rem;
		border-left: 5px solid #00913A;
		padding: 0 0.1rem;
	}
}

.cont_box h2 {
	font-size: 0.24rem;
	font-weight: bold;
	border-left: 10px solid #00913A;
	line-height: 1.3;
	padding: 0.05rem 0.10rem;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	.cont_box h2 {
		font-size: 0.18rem;
		border-left: 5px solid #00913A;
		padding: 0 0.1rem;
	}
}


.cont_box h3 {
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	.cont_box h3 {
		font-size: 0.16rem;
	}
}


.cont_box h4 {
	font-size: 0.2rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	.cont_box h4 {
		font-size: 0.16rem;
	}
}


.cont_box h5 {
	font-size: 0.18rem;
	font-weight: bold;
	margin-bottom: 0.15rem;

}

@media screen and (max-width: 640px) {
	.cont_box h5 {
		font-size: 0.16rem;
	}
}

.cont_box p {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 640px) {
	.cont_box p {
		font-size: 0.15rem;
	}
}

/* 学校情報 */
.school_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.00rem;
}

.school_wrap .ph_wrap {
	width: 3.25rem;
	height: 2.57rem;
	border-radius: 0.10rem 0 0 0.10rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.school_wrap .ph_wrap {
		width: 100%;
		height: 2.57rem;
		border-radius: 0.10rem 0.10rem 0 0;
		overflow: hidden;
	}
}


.school_wrap .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.school_wrap .text_wrap {
	width: calc(100% - 3.25rem);
	box-sizing: border-box;
	padding: 0.30rem;
	background: #F2F2F2;
	border-radius: 0 0.10rem 0.10rem 0;
	position: relative;
}
@media screen and (max-width: 640px) {
	.school_wrap .text_wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0.30rem;
		background: #F2F2F2;
		border-radius: 0 0.10rem 0.10rem 0;
		position: relative;
	}
}

.school_wrap .text_wrap .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.school_wrap .text_wrap .top .map {
	max-width: 1.30rem;
	width: 100%;
}

.school_wrap .text_wrap .top .map a {
	background: #00913A;
	color: #fff;
	font-size: 0.12rem;
	text-align: center;
	display: block;
	padding: 0.10rem 0;
	box-sizing: border-box;
	border-radius: 0.30rem;
}

.school_wrap .text_wrap .top .map a:hover {
	opacity: 0.7;
}

.school_wrap .text_wrap .top .map a span {
	position: relative;
	left: 0.05rem;
}

.school_wrap .text_wrap .top .map a span::before {
	content: '';
	width: 0.078rem;
	height: 0.115rem;
	background: url(../img/blog/icon_map.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	left: -0.13rem;
	top: 0.04rem;
}

.school_wrap .text_wrap .top .name {
	font-size: 0.22rem;
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	.school_wrap .text_wrap .top .name {
		font-size: 0.20rem;
	}
}

.school_wrap .text_wrap address {
	margin-top: 0.20rem;
	font-size: 0.14rem;
	line-height: 1.5;
}

.school_wrap .text_wrap address a {
	font-size: 0.16rem;
	font-weight: bold;
	color: #000;
}

.school_wrap .text_wrap .btn {
	position: absolute;
	bottom: 0.30rem;
	left: 0.30rem;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.school_wrap .text_wrap .btn {
		position: static;
		margin-top: 0.20rem;
	}
}

.school_wrap .text_wrap .btn a {
	display: block;
	line-height: 0;
	padding: 0.26rem 0.25rem 0.28rem 0;
	border-radius: 0.50rem;
	font-size: 0.16rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	background-color: #F8DF09;
	max-width: 2.20rem;
	width: 100%;
	color: #000;
}

.school_wrap .text_wrap .btn a:hover {
	opacity: 0.7;
}


.school_wrap .text_wrap .btn a::before {
	content: "";
	width: 0.25rem;
	height: 0.25rem;
	background-color: #FFF;
	border-radius: 0.50rem;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
}

.school_wrap .text_wrap .btn a::after {
	content: "";
	width: 0.09rem;
	height: 0.09rem;
	background-image: url(../img/blog/arrow_bk.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.22rem;
	top: 50%;
	transform: translateY(-50%);
}




/* ページャー */
#contents .single_pager {
	margin-top: 1rem;
	padding-bottom: 1rem;
}

@media screen and (max-width: 640px) {
	#contents .single_pager {
		margin-top: 0.40rem;
		padding-bottom: 0.30rem;
	}
}

#contents .single_pager ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 5rem;
	margin: auto;
}

#contents .single_pager li {
	width: calc(100% / 3);
	box-sizing: border-box;
}

#contents .single_pager li.prev {
	text-align: left;
}

#contents .single_pager li a {
	font-size: 0.16rem;
	color: #000;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	#contents .single_pager li a {
		font-size: 0.14rem;
	}
}

#contents .single_pager li a:hover {
	color: #FF7A59;
}

#contents .single_pager li.list {
	text-align: center;
}

/* 一覧アイコン */
#contents .single_pager li.list::before {
	content: '';
	width: 0.18rem;
	height: 0.14rem;
	background: url(../img/common/news_icon_list.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-right: 0.10rem;
	position: relative;
	top: 0.01rem;
}

@media screen and (max-width: 640px) {
	#contents .single_pager li.list::before {
		top: 0.02rem;
	}
}

/* 戻るアイコン */
#contents .single_pager li.prev a::before {
	content: '';
	width: 0.18rem;
	height: 0.14rem;
	background: url(../img/common/news_icon_prev.svg) no-repeat left center;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 0.01rem;
}

@media screen and (max-width: 640px) {
	#contents .single_pager li.prev a::before {
		top: 0.02rem;
	}
}

/* 進むアイコン */
#contents .single_pager li.next a::after {
	content: '';
	width: 0.18rem;
	height: 0.14rem;
	background: url(../img/common/news_icon_next.svg) no-repeat right center;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 0.01rem;
}

@media screen and (max-width: 640px) {
	#contents .single_pager li.next a::after {
		top: 0.02rem;
	}
}

#contents .single_pager li.next {
	text-align: right;
}

/* ボトムコンテンツ */
#contents .cont_box .bottom_box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.8rem;
}

@media screen and (max-width: 640px) {
	#contents .cont_box .bottom_box {
		margin-top: 0.4rem;
	}
}

#contents .cont_box .bottom_box .ph_wrap {
	width: 50%;
	height: 2.6rem;
}

@media screen and (max-width: 640px) {
	#contents .cont_box .bottom_box .ph_wrap {
		width: 100%;
		height: 2rem;
	}
}


#contents .cont_box .bottom_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem 0 0 0.1rem;
}

@media screen and (max-width: 640px) {
	#contents .cont_box .bottom_box .ph_wrap img {
		border-radius: 0.10rem 0.10rem 0 0;
	}
}


#contents .cont_box .bottom_box .text_wrap {
	width: 50%;
	background: #F2F2F2;
	border-radius: 0 0.1rem 0.1rem 0;
	padding: 0 0.2rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	#contents .cont_box .bottom_box .text_wrap {
		width: 100%;
		padding: 0 0.2rem 0.3rem;
		border-radius: 0 0 0.1rem 0.1rem;
	}
}

#contents .cont_box .bottom_box .text_wrap .sisetu_title {
	font-size: 0.2rem;
	padding-top: 0.3rem;
}

@media screen and (max-width: 640px) {
	#contents .cont_box .bottom_box .text_wrap .sisetu_title {
		font-size: 0.18rem;
		padding-top: 0.15rem;
	}
}


#contents .cont_box .bottom_box .text_wrap .text {
	font-size: 0.14rem;
}

@media screen and (max-width: 640px) {
	#contents .cont_box .bottom_box .text_wrap .text {
		font-size: 0.13rem;
	}
}



#contents .cont_box .bottom_box .text_wrap .tel {
	font-size: 0.14rem;
	margin-bottom: 0.15rem;
}

#contents .cont_box .bottom_box .text_wrap .tel a {
	color: #000;
}

#contents .cont_box .bottom_box .text_wrap .link {
	font-size: 0.14rem;
}

#contents .cont_box .bottom_box .text_wrap .link a {
	text-decoration: underline;
	color: #000;
}


/* サイドバー */
#contents .wrapper .sidebar {
	width: calc(100% - 6.7rem);
	box-sizing: border-box;
	padding-left: 0.5rem;
}

@media screen and (max-width: 640px) {
	#contents .wrapper .sidebar {
		width: 100%;
		padding-left: 0;
		margin-top: 0.30rem;
	}
}


/* 全体 */
#contents .wrapper .sidebar .side_title {
	font-size: 0.22rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.2rem;
}

#contents .wrapper .sidebar .side_box {
	box-sizing: border-box;
	border-radius: 0.1rem;
	margin-bottom: 0.3rem;
	padding: 0.25rem 0.20rem;
}

/* 最新記事 */
#contents .wrapper .sidebar .new {
	background: #F7F6C5;
}

#contents .wrapper .sidebar .new .side_title {
	color: #00913A;
}

#contents .wrapper .sidebar .new .date {
	font-size: 0.14rem;
	margin-bottom: 0.06rem;
}

/* 日付 */
#contents .wrapper .sidebar .new .date_tag {
	display: flex;
	align-items: center;
	margin-bottom: 0.03rem;
}

#contents .wrapper .sidebar .new .date_tag .date {
	font-size: 0.14rem;
	padding-right: 0.10rem;
	font-family: 'Roboto', sans-serif;
	margin-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	#contents .wrapper .sidebar .new .date {
		font-size: 0.14rem;
	}
}

#contents .wrapper .sidebar .new .date_tag .tag {
	font-size: 0.13rem;
	border-radius: 0.20rem;
	padding: 0.05rem 0;
	width: 0.80rem;
	text-align: center;
}

#contents .wrapper .sidebar .new .date_tag .tag.tag_news {
	background: #00913A;
}

#contents .wrapper .sidebar .new .date_tag .tag.tag_active {
	background: #5BB48F;
}

/* 塩釜校 */
#contents .wrapper .sidebar .new .shiogama .date_tag .tag {
	background: #F8DF09;
}

/* 七ヶ浜校 */
#contents .wrapper .sidebar .new .shichigahama .date_tag .tag {
	background: #F86E09;
	color: #fff;
}

/* 岩切校 */
#contents .wrapper .sidebar .new .iwakiri .date_tag .tag {
	background: #B0DCFC;
}

#contents .wrapper .sidebar .new .item {
	padding-bottom: 0.25rem;
}

#contents .wrapper .sidebar .new .item:last-child {
	padding-bottom: 0.10rem;
}

#contents .wrapper .sidebar .new .item a {
	font-size: 0.14rem;
	color: #000;
	text-decoration: underline;
	line-height: 1.6;
	transition: all .3s;
}

#contents .wrapper .sidebar .new .item a:hover {
	text-decoration: none;
	opacity: 0.7;
}


/* 月別一覧 */
#contents .wrapper .sidebar .month {
	background: #E2EBAE;
}

#contents .wrapper .sidebar .month .side_title {
	color: #00913A;
}

#contents .wrapper .sidebar .month select {
	width: 100%;
	box-sizing: border-box;
	padding: 0.1rem;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 0.05rem;
	-webkit-appearance: none;
	appearance: none;
	font-size: 0.16rem;
}

#contents .wrapper .sidebar .month .select_wrap {
	position: relative;
}

#contents .wrapper .sidebar .month .select_wrap::after {
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-image: url(../common/img/icon_right_bold_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(90deg);
	position: absolute;
	right: 0.10rem;
	top: 0.14rem;
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	#contents .wrapper .sidebar .month select {
		font-size: 0.16rem;
		position: relative;
	}

	#contents .wrapper .sidebar .month .select_wrap::after {
		content: "";
		width: 0.12rem;
		height: 0.12rem;
		background-image: url(../common/img/icon_right_bold_black.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		transform: rotate(90deg);
		position: absolute;
		right: 0.10rem;
		top: 0.14rem;
		opacity: 0.7;
	}
}

/* バナー */
#contents .wrapper .sidebar .bnr {
	padding: 0;
	display: none;
}

#contents .wrapper .sidebar .bnr .list .item {
	margin-bottom: 0.20rem;
}

#contents .wrapper .sidebar .bnr .list .item a:hover {
	opacity: 0.7;
}


/* カテゴリー一覧 */
#contents .wrapper .sidebar .category {
	background: rgb(0, 143, 57, 0.1);
}

#contents .wrapper .sidebar .category .side_title {
	color: #00913A;
}

#contents .wrapper .sidebar .category .list .item {
	margin-bottom: 0.20rem;
}

#contents .wrapper .sidebar .category .list .item a {
	color: #000;
	position: relative;
	padding-left: 0.15rem;
	font-size: 0.16rem
}

#contents .wrapper .sidebar .category .list .item a:hover {
	opacity: 0.7;
}

#contents .wrapper .sidebar .category .list .item a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #05bb48;
	position: absolute;
	top: 0.09rem;
	left: 0;
}