@charset "utf-8";

.sp {
	display: none!important;
}

.tablet {
	display: none!important;
}

/* 一覧 */
/* -------------------------------------------------- */
#blogWrap {
	margin-bottom: 0;
}

#blogMain {
	float: left;
	width: 700px;
	padding: 30px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blogSide {
	float: right;
	width: 270px;
	padding: 30px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blog {
	border: 1px #DDDDDD solid;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	display: table;
}

.blogImg {
	width: 200px;
	height: 200px;
	display: table-cell;
}

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

.blogTitWrap {
	width: 440px;
	display: table-cell;
	vertical-align: middle;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blog a {
	transition: all 0.3s ease-in-out 0s;
}

.blog a:hover .blogDate {
	color: #ea8080 ;
}

.blogDate {
	font-size: 1.3rem;
	font-weight: 500;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}

.blogEventDate {
	padding-top: 10px;
	font-size: 1.3rem;
	font-weight: 500;
	color: #999999;
	vertical-align: middle;
	text-align: right;
	transition: all 0.3s ease-in-out 0s;
}

.blog a:hover .blogEventDate {
	color: #ea8080 ;
}

.blogCat {
	display: inline-block;
	font-size: 1.3rem;
	padding-left: 10px;
	vertical-align: middle;
}

.blogCat li,
.blogCat ul {
	display: inline-block;
	vertical-align: middle;
}

.blogCat li {
	padding: 0 10px;
	background: #dcdcdc;
	font-size: 1.2rem;
	margin-right: 5px;
}

.blog a:hover .blogCat ul:before {
	background: #ea8080;
}

.blogTit {
	line-height: 1.2;
	padding: 5px 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

.blogdesc {
	line-height: 1.2;
	font-size: 1.2rem;
}

.new {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	background: #C71818;
	position: absolute;
	top: 10px;
	left: 10px;
}

.eventDate {
	font-weight: bold;
}

.eventPlace {
	font-size: 1.2rem;
	color: #666666;
}

/* -------------------------------------------------- */
/* サイドバー */
/* -------------------------------------------------- */

.blogNaviTitle {
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0em;
	margin-bottom: 5px;
	font-weight: bold;
	color:#ea8080;
	animation: color 10s infinite;
	-webkit-animation: color 10s infinite;
}
#blogCategory,
#blogMonthly {
	margin-bottom: 40px;
}
.blogNaviPulldown {
	width: 100%;
}

/* プルダウン */
.blogNaviPulldown select {
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: none;
	background: url(../../img/common/arrow_down_black.png) no-repeat right 15px center;
	background-size: 10px 6px;
	font-size: 1.7rem;
	color: #333333;
	height: 54px;
	line-height: 52px;
	padding: 0 15px;
	border: 1px solid #dcdcdc;
}
::-ms-expand {
	display: none;
}

/* 最新の記事 */
#blogLatest .blogBlock {
	border: none;
	margin-bottom: 0;
	padding: 10px 0;
}

.newBlog{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #999999 dotted;
	letter-spacing: -0.4em;
}

#blogLatest .blogSideImg {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 50px;
	height: 50px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blogLatest .blogSideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#blogLatest .blogCont {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 160px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#blogLatest .blogHead {
	display: block;
	border-bottom: 1px #999999 dotted;
	margin-bottom: 10px;
}
#blogLatest .blogLabel {
	display: inline-block;
	color: #403c35;
	border: none;
	padding: 0;
	padding-bottom: 5px;
	font-weight: bold;
	background: none;
	font-size: 1.5rem;

}
#blogLatest .blogCont {
	line-height: 1.3077;
	padding-left: 5px;
}
.sideDate {
	display: inline-block;
	padding: 0;
	font-size: 1rem;
	letter-spacing: 0em;
	color: #686767;
	margin-bottom: 2px;
	line-height: 1;
}

#blogLatest .blogTitle {
	font-size: 1.2rem;
	letter-spacing: 0.0em;
	line-height: 1;
}

.blogBlock a:hover,
.blogBlock a:hover .sideDate {
	color: #ea8080;
}


/* 擬似要素の共通スタイル */
.changeBorder {
	display: block;
	position: relative;
}


.changeBorderIn {
	display: table;
	width: 100%;
}

.changeBorder::after,
.changeBorder::before,
.changeBorderIn::after,
.changeBorderIn::before {
	background-color: #ea8080;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}


/* 左上へ配置 */

.changeBorder::after {
	height: 1px;
	left: -1px;
	top: -1px;
	width: 0px;
}


/* 右下へ配置 */

.changeBorder::before {
	bottom: -1px;
	height: 1px;
	right: -1px;
	width: 0px;
}


/* 左下へ配置 */

.changeBorderIn::after {
	bottom: -1px;
	height: 0px;
	left: -1px;
	width: 1px;
}


/* 右下へ配置 */

.changeBorderIn::before {
	height: 0px;
	right: -1px;
	top: -1px;
	width: 1px;
}


/* hover */

.changeBorder:hover::after,
.changeBorder:hover::before {
	width: 100%;
	width: calc(100% + 1px);
}

.changeBorder:hover .changeBorderIn::after,
.changeBorder:hover .changeBorderIn::before {
	height: 100%;
	height: calc(100% + 1px);
}


.newsName:before {
	content: "";
	display: inline-block;
	height: 1px;
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.director {
	color: #df4242;
}

.director:before {
	background: #df4242;
}

.staff {
	color: #5498b6;
}

.staff:before {
	background: #5498b6;
}

.committee {
	color: #e3a33d;
}

.committee:before {
	background: #e3a33d;
}

.information {
	color: #17b423;
}

.information:before {
	background: #17b423;
}

.sideCatWrap {
	padding-bottom: 30px;
}

#blogInfoCat {
	border-bottom: 3px #EFEFEF solid;
	margin-bottom: 30px;
}

.sideCatWrap .blogNaviTitle a {
	color:#ea8080;
	animation: color 10s infinite;
	-webkit-animation: color 10s infinite;
}

.sideCatWrap .blogNaviTitle a:hover {
	text-decoration: underline;
}

#blogMonthly {
	border-bottom: 3px #EFEFEF solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#sideAll {
	margin-bottom: 30px;
}

#sideAll a {
	padding: 10px 10px;
	margin: 0;
	width: 100%;
	letter-spacing: 0.1em;
}

#sideAll .gradBar {
	display: block;
	width: 100%;
	margin: 0;
}

/* -------------------------------------------------- */
/* 行事 */
/* -------------------------------------------------- */
.upcoming-event {
	padding: 3px 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #C71818;
	color: #FFFFFF;
}

.end-event {
	padding: 3px 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #666666;
	color: #FFFFFF;
}

/* -------------------------------------------------- */
/* インタビュー */
/* -------------------------------------------------- */
.ivNameWrap {
	padding: 10px 0 0 30px;
}

.ivNum {
	padding-right: 10px;
	line-height: 1;
	font-size: 2.5rem;
	font-weight: bold;
	display: inline-block;
}

.ivNum .large {
	font-size: 4.0rem;
}

.ivName {
	font-size: 1.4rem;
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
}

.ivName .large {
	font-size: 2.0rem;
}

.ivCat {
	position: relative;
	padding: 10px 0;
}

.ivCat li {
	display: inline-block;
	margin-right: 10px;
}


.ivCat:before {
	content:"";
	display: inline-block;
	height: 1px;
	width: 30px;
	margin-right: 10px;
	background: #333333;
	vertical-align: middle;
}

.changeBorder:hover .ivCat:before {
	background: #ea8080;
}

.ivTitWrap {
	width: 60%;
	position: absolute;
	bottom: 10px;
	right: 30px;
	text-align: right;
	font-size: 1.8rem;
	line-height: 1.2;
}





