
/* -------------------------------------
	ページ：教育
----------------------------------------*/
.articles__container {
	margin-bottom: 4%;
	font-weight: bold;
}
.articles__container .common__text-with-underline {
	font-size: 1.65vw;
}
@media screen and (max-width: 750px) {
	.articles__container .common__text-with-underline {
		font-size: 4.8vw;
	}
}

.publishing__yakyu-xxx {
	text-align: right;
	font-size: 0.9vw;
}
@media screen and (max-width: 750px) {
	.publishing__yakyu-xxx {
		font-size: 3.0vw;
	}
}

.publishing__yakyu-xxx a {
	display: inline-block;
	background-image: url(/images/common/common_icon_link_bk.png);
	background-position: bottom 50% right;
	background-size: auto 60%;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-right: 3%;
	border-bottom: 1px solid #efefef;
	color: #1e1e1e;
}
@media screen and (max-width: 750px) {
	.publishing__yakyu-xxx a {
		background-position: bottom 50% right;
		padding-right: 6%;
	}
}


.publishing__yakyu-area {
	font-size: 1.1vw;
	line-height: 1.9;
	margin-top: 3%;
}
@media screen and (max-width: 750px) {
	.publishing__yakyu-area {
		font-size: 4.0vw;
		margin-top: 0;
	}
}

.publishing__yakyu-info {
	margin-bottom: 6%;
}
@media screen and (max-width: 750px) {
	.publishing__yakyu-info {
		margin-bottom: 8%;
	}
}

.publishing__yakyu-box {
	width: 100%;
	margin: 0 auto 10%;
	padding: 4%;
	border-radius: 5px;
	background: #fff;
	border-top: 1px solid #babdc5;
	border-left: 5px solid #2a333b;
	border-right: 5px solid #7f828e;
	border-bottom: 1px solid #babdc5;
}
@media screen and (max-width: 750px) {
	.publishing__yakyu-box {
		margin: 0 auto 15%;
		padding: 6%;
		border-top: 5px solid #babdc5;
		border-left: 1px solid #babdc5;
		border-right: 1px solid #babdc5;
		border-bottom: 1px solid #babdc5;
	}
}

.publishing__yakyu-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
}
@media screen and (max-width: 750px) {
	.publishing__yakyu-wrap {
		flex-direction: column;
		row-gap: 5vw;
		margin-bottom: 2%;
	}
}

.publishing__yakyu-image {
	width: 60%;
}
@media screen and (max-width: 750px) {
	.publishing__yakyu-image {
		width: 95%;
		padding: 0;
	}
}

.publishing__yakyu-title {
	width: 62%;
	font-size: 1.5vw;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.publishing__yakyu-title {
		width: 100%;
		font-size: 4.5vw;
	}
}

.publishing__yakyu-text {
	margin-bottom: 10%;
}
@media screen and (max-width: 750px) {
	.publishing__yakyu-text {
		font-size: 3.3vw;
		margin-bottom: 10%;
	}
}


.publishing__yakyu-backnumber-image img {
	margin-bottom: 10%;
}

