@chartset "utf-8";

.blog{
	background-color: #f5f5f0;
	padding-bottom: 50px;
}
.blog__inner{
	max-width: 959px;
	width: 95%;
	margin: auto;
	display: flex;
	padding-bottom: 75px;
}
.blog__content{
	width: calc(100% - 220px);
	padding-right: 35px;
}
@media screen and (max-width: 768px) {
	.blog__inner{
		max-width: 959px;
		width: 95%;
		display: block;
		padding-bottom: 0px;
	}
	.blog__content{
		width: 95%;
		padding: 0 0 25px 0;
		margin: auto;
	}
}


.b-Content{
	margin-top: 45px;
}
.b-Content__category{
	background-color: #bae2e2;
	margin: 0;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px 5px 0 0 ;
}
.b-Content__category.school_review{
	background-color: #bae3ba;
}
.b-content__wrapper{
	background-color: #ffffff;
	padding: 25px 70px;
	border-radius: 0 40px 40px 40px ;
	min-height:750px;
}
.b-content__top{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.b-content__volume{
	font-size: 15px;
	font-weight: bold;
	width: calc(100% - 85px);
	margin: 0;
}
.b-content__sns{
	width:85px;
}
.b-content__icon{
	margin: 0 3px;
	font-size:19px;
	cursor: pointer;
	color: #5e5e5e;
}
.b-content__title{
	font-size: 25px;
	font-weight: bold;
	margin-top: 30px;
}
.b-content__info{
	display: flex;
	margin-top: 55px;
}
.b-content__date{
	width: calc(100% - 255px);
	display: inline;
	vertical-align: middle;
	line-height: 85px;
}
.b-content__writer{
	width: 255px;
	display: flex;
	align-items: center;
}
.b-content__writerInfo{
	width: calc(100% - 85px);
	margin-right: 15px;
	line-height: 1.7;
}
.b-content__writerTitle{
	margin: 0;
	font-size: 13px;
}
.b-content__writerName{
	margin: 0px 0 0 0;
	font-size: 16px;
}
.b-content__writerImage{
	width: 85px;
	height: 85px;
	background-color: #e8a323;
	overflow: hidden;
	position: relative;
	border-radius: 43px;
}
.b-content__writerImg{
	position: absolute;
	width: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.b-content__image{
	width: 65%;
	margin: 45px auto 0 auto;
}
.b-content__img{
	width: 100%;
}
.b-content__article{
	margin-top: 45px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.5px;
}

.b-content__remarkWrapper{
	position: relative;
	border: 5px #bae2e2 solid;
	margin-top: 75px;
	padding: 30px;
}
.b-content__remarkTitle{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #bae2e2;
	padding: 5px 25px;
	font-size: 14px;
}
.b-content__remarkDetail{
	font-size: 12px;
	line-height: 1.8;
}
.b-content__remarksubtitle{
	font-weight: bold;
	margin: 15px 0 5px 0;
	font-size: 14px;
}


.b-content__Contact{
	width:275px;
	margin: 55px auto 0 auto;
	padding: 15px;
	text-align: center;
	background-color: #bae2e2;
	border: 1px #bae2e2 solid;
	border-radius: 7px;
	cursor: pointer;
	font-weight: bold;
}
.b-content__Contact:hover{
	background-color: #d1f3f3;
	border: 1px #bae2e2 solid;
}
.b-content__nextWrapper{
	display: flex;
	margin:45px auto 0 auto;
	justify-content: center;
	max-width: 500px;
}
.b-content__nextIcon{
	background-color: #e8a323;
	padding: 3px 0;
	color: #ffffff;
	font-size: 19px;
	width: 85px;
	height: 30px;
	text-align: center;
}
.b-content__nextArticle{
	margin: 0;
	padding: 3px 7px;

}

.b-content__aboutWriter{
	margin-top: 75px;
}
.b-content__aboutWriterTitle{
	text-align: center;
	font-size: 15px;
}
@media screen and (max-width: 768px){
	.b-content__wrapper{
		padding: 25px;
	}
	.b-content__title{
		font-size: 20px;
	}
	.b-content__volume{
		font-size: 15px;
		font-weight: bold;
		width: calc(100% - 100px);
		margin: 0;
	}
	.b-content__sns{
		width:100px;
	}
}
@media screen and (max-width: 500px){
	.b-content__wrapper{
		padding: 25px;
	}
	.b-content__info{
		display: block;
		margin-top: 0;
	}
	.b-content__date{
		width: 100%;
		line-height: 15px;
	}
	.b-content__remarkWrapper{
		padding: 25px 15px;
	}
	.b-content__remarkTitle{
		padding: 5px 10px;
		font-size: 13px;
	}
	
}




.aboutWriter{
	border: #f5f5f0 7px solid;
	width: 85%;
	margin: auto;
	padding: 15px;
}
.aboutWrite__info{
	display: flex;
}
.aboutWriter__image{
	width: 125px;
	height: 125px;
	background-color: #bae2e2;
	text-align: center;
	position: relative;
}
.aboutWriter__img{
	position: absolute;
	height: 120px;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
}
.aboutWriter__names{
	padding: 15px;
	line-height: 1.7;
}
.aboutWriter__title{
	font-size: 11px;
}
.aboutWriter__name{
	font-size: 18px;
	padding: 0;
}
.aboutWriter__nameEn{
	font-size: 11px;
	padding: 0;

}
.aboutWriter__biography,.aboutWrite__specialized,.aboutWrite__hobbie{
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
}
.aboutWriter_heading{
	border-left: #bae2e2 5px solid;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

@media screen and (max-width: 500px){
	.aboutWriter{
		width: 95%;
	}

}

.b-content__relatedArticle{
	margin-top: 75px;
}
.relatedArcticle{

}
.relatedArticle__title{
	background-color: #bae2e2;
	text-align: center;
	padding: 10px 0;
	font-size: 22px;
	font-weight: bold;
	margin: 0 -45px 0 -45px;
}
.relatedArticle__articleWrapper{
	display: block;
	margin: 0 -45px;
	padding: 35px 0;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	.relatedArticle__title{
		margin: 0;
	}
	.relatedArticle__articleWrapper{
		margin: 0;
	}

}
.article{
	width: calc(100% / 3);
	list-style: none;
	margin: 10px 0px;
	padding: 0 10px;
	float: left;

	background-color: #fcfcfc;
}
.article__inner{
	box-shadow: 0 0 8px #c5c5c5;
}
.article--empty{
	box-shadow: none!important;
	background-color: #ffffff!important;
}
.article__image{
	width: 100%;
	height: 102px;
	overflow: hidden;
}
.article__img{
	width: 100%;
}
.article__title{
	padding: 7px 7px;
	font-size: 14px;
	height:60px;
	letter-spacing: 0.5;

}
.article__writer{
 display: flex;
 padding: 15px 5px;
}
.article__writerImage{
	width: 40px;
	height:40px;
	background-color: #e8a323;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 10px;
}
.article__writerImg{
	position: absolute;
	width: 45%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.article__writerInfo{
	margin-top: 20px;
	letter-spacing: 0;
}
.article__writerTitle{
	display: block;
	font-size: 12px;
}
.article__writerName{
	display: block;
	margin-top: 3px;
	font-size: 14px;
}
.article__date{
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
}
@media screen and (max-width: 768px){
	.article{
		width: 100%;
		list-style: none;
		margin: 10px auto;
		background-color: #fcfcfc;
	}
	.relatedArticle__articleWrapper{
		display: block;
	}
	.article__image{
		height: auto;
	}
}
@media screen and (max-width: 414px){
	.article{
		width: 100%;
	}
}

.article__readmore{
	width: 275px;
	margin: 0 auto 20px auto;
	padding: 5px;
	text-align: center;
	background-color: #e8a221;
	border: 1px #e8a221 solid;
	border-radius: 7px;
	cursor: pointer;
	font-weight: bold;
	color:#ffffff;

}
.article__readmore:hover{
	background-color: #f7d5a8;
	border: 1px #f7d5a8 solid;
}
.article__readmoreLink:link,.article__readmoreLink:visited{
	color:#ffffff;
}
.article__readmoreLink,.article__readmoreLink:hover{
	text-decoration: none;
}