
@charset "utf-8";


/**************************************************50
 * news
 **************************************************/
#news_category{
	background-color: #EFF0F6;
	text-align: center;
}
#news_category a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
}
#news_category a span{
	display: block;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
#news_category [class^="news_label_"].active{
	border-color: #94A8B1;
	color: #94A8B1;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
#news_category .news_label_all.active{
	border-color: #4675B9;
	color: #4675B9;
}
#news_category .news_label_announcement.active{
	border-color: #93C806;
	color: #93C806;
}
#news_category .news_label_acupuncture.active{
	border-color: #FFB0CE;
	color: #FFB0CE;
}
#news_category .news_label_judo.active{
	border-color: #76A4D5;
	color: #76A4D5;
}
#news_category .news_label_events.active{
	border-color: #EDC554;
	color: #EDC554;
}
#news_category .news_label_seminar.active{
	border-color: #EE746F;
	color: #EE746F;
}
#news_category .news_label_workshops.active{
	border-color: #60CCD9;
	color: #60CCD9;
}
#news_category [class^="news_label_"]:hover{
	background-color: #FFFFFF;
	border-color: #94A8B1;
	border-style: solid;
	border-width: 1px;
	color: #94A8B1;
}
#news_category .news_label_all:hover{
	border-color: #4675B9;
	color: #4675B9;
}
#news_category .news_label_announcement:hover{
	border-color: #93C806;
	color: #93C806;
}
#news_category .news_label_acupuncture:hover{
	border-color: #FFB0CE;
	color: #FFB0CE;
}
#news_category .news_label_judo:hover{
	border-color: #76A4D5;
	color: #76A4D5;
}
#news_category .news_label_events:hover{
	border-color: #EDC554;
	color: #EDC554;
}
#news_category .news_label_seminar:hover{
	border-color: #EE746F;
	color: #EE746F;
}
#news_category .news_label_workshops:hover{
	border-color: #60CCD9;
	color: #60CCD9;
}
#news #news_contents li{
	border-width: 0px;
	border-bottom: 1px solid #B3B3B3;
}
#news #news_contents li:first-child{
	border-top: 1px solid #B3B3B3;
}
@media screen and (max-width:319px){
	#news_category a{
		font-size: 50%;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#news_category a{
		font-size: 62.5%;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	#news_category a{
		font-size: 75%;
	}
}
@media screen and (min-width:414px) and (max-width:479px){
	#news_category a{
		font-size: 87.5%;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	#news_category a{
	}
}
@media screen and (max-width:767px){
	#news{
		margin-bottom: 6.25%;
	}
	#news_category{
		margin: -3.125% 0 3.125%;
		padding: 3.125% 0;
	}
	#news_category a{
		height: 42px;
		width: 25%;
	}
}
@media screen and (min-width:768px){
	#news{
		margin-bottom: 50px;
	}
	#news_category{
		margin: -30px 0 30px;
		padding: 30px 0;
	}
	#news_category a{
		height: 56px;
	}
	#news_category a:not(:last-child){
		margin-right: 5px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#news_category a{
		width: 100px;
	}
}
@media screen and (min-width:940px){
	#news_category a{
		transition: all 0.2s ease-out 0s;
		width: 125px;
	}
}


/**************************************************50
 * news detail
 **************************************************/
#news_detail > h1{
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
}
#news_detail_img{
	display: block;
	overflow: hidden;
}
#news_detail_img img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.2s ease-out 0s;
	width: 100%;
}
#news_detail_img:hover img{
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#news_detail_img + section img{
	max-width: 100%;
	height: auto !important;
}
#news_detail > section{
	color: #212121;
}
#news_detail .wp-block-image,
#news_detail .wp-block-gallery{
	margin: 0.5em 0;
}
#news_detail .wp-block-image + .wp-block-gallery,
#news_detail .wp-block-gallery + .wp-block-image{
	margin: 1em 0 0.5em;
}
#news_detail > section > p{
	margin-bottom: 0.5em;
}
#news_detail > section > p + p{
	margin-top: 0.5em;
}
#news_detail > section > h2{
	font-size: 200%;
	margin-top: 1em;
}
#news_detail > section > h3{
	font-size: 150%;
	margin-top: 1em;
}
@media screen and (max-width:767px){
	#news_detail{
		margin-bottom: 6.25%;
	}
	#news_detail > p{
		padding: 0 3.125%;
	}
	#news_detail > h1{
		margin-top: 3.125%;
		padding: 0 3.125%;
	}
	#news_detail > hr{
		margin: 3.125% 0;
	}
	#news_detail_img{
		margin: 0 auto 3.125%;
		width: 62.5%;
	}
	#news_detail > section{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#news_detail{
		margin-bottom: 50px;
	}
	#news_detail:after{
		clear: both;
		content: "";
		display: block;
	}
	#news_detail > h1{
		margin-top: 20px;
	}
	#news_detail > hr{
		margin: 20px 0;
	}
	#news_detail_img{
		float: left;
		width: 220px;
	}
	#news_detail_img + section{
		float: right;
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
	}
}
@media screen and (min-width:768px) and (max-width:1039px){
	#news_detail{
		margin-left: 20px;
		margin-right: 20px;
	}
}

