@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	.sp {
		display: none;
	}

	.tablet {
		display: none;
	}

	/* -------------------------------------------------- */
	/* 共通 */
	/* -------------------------------------------------- */
	#blogWrap {
		margin-bottom: 0;
	}

	#blogMain {
		float: left;
		width: 730px;
		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;
	}

	#blogTit {
		padding: 20px 0 30px 0;
		font-size: 3.0rem;
		line-height: 1.3;
		font-weight: 500;
		color: #333333;
	}

	#eventTit {
		padding: 20px 0 10px 0;
		font-size: 3.0rem;
		line-height: 1.3;
		font-weight: 500;
		color: #333333;
	}

	.blogDate {
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.blogEventDate {
		padding-bottom: 10px;
		vertical-align: middle;
		text-align: right;
	}

	.eventDate {
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		font-weight: bold;
	}

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

	.blogCat li {
		display: inline-block;
		padding: 0 10px;
		background: #dcdcdc;
		font-size: 1.2rem;
	}

	#blogContent {
		padding: 30px;
		margin-bottom: 20px;
		border: 1px #DDDDDD solid;
		position: relative;
	}

	#snsTop {
		padding-bottom: 30px;
	}

	#blogContent h2 {
		padding: 20px 10px;
		margin: 40px 0 20px 0;
		font-size: 2.4rem;
		/*	background: url(../img/common_tit_border.png) 0 bottom repeat-x #FFFFFF;*/
		line-height: 1.3;
		font-weight: bold;
		/*	color: #222222;*/
		border: 1px #59493F solid;
		color: #59493F;
		background: #FFFFFF;
		word-break:break-all;
	}

	#blogContent h3 {
		color: #333333;
		padding-bottom: 10px;
		margin-bottom: 30px;
		font-size: 2.2rem;
		line-height: 1.4;
		font-weight: 500;
		border-bottom: 1px #333333 dotted;
	}

	#blogContent p {
		font-size: 1.6rem;
		padding-bottom: 1em;
		color: #444444;
		line-height: 1.5;
		word-break: break-all;
	}
	
	#blogContent table {
		max-width: 100%;
	}
	
	#blogContent th {
		padding: 5px 10px;
		border: 1px #CCC solid;
	}
	
	#blogContent td {
		padding: 5px 10px;
		border: 1px #CCC solid;
	}

	#blogContent blockquote {
		padding: 30px 30px 10px 30px;
		background: #EFEFEF;
		margin-bottom: 30px;
		position: relative;
	}

	#blogContent blockquote:before {
		content:"“";
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		font-size: 4rem;
		line-height: 1;
		color: #666;
	}
	
	#blogContent blockquote:after {
		content:"”";
		display: block;
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-size: 4rem;
		line-height: 0;
		color: #666;
		vertical-align: bottom;
	}

	#blogContent p.wp-caption-text {
		font-size:90%;
		padding-bottom: 1em;
		color: #666666;
		margin-top: -15px;
	}

	#blogContent a {
		text-decoration: underline;
		word-break: break-all;
	}

	#blogContent a:hover {
		color: #C71818;
	}

	#blogContent a:hover img {
		opacity: 0.7;
		transition: all 0.3s ease-in-out 0s;
	}

	#blogContent img {
		margin-bottom: 20px;
		height: auto;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	#blogContent .marginnone img {
		margin-bottom: 0px;
	}


	#blogContent .interviewer {
		color: #222222;
		font-weight: bold;
	}

	#blogContent .movie {
		text-align: center;
		padding: 30px 0;
	}

	#blogContent .movie iframe {
		max-width: 100%;
		height: auto;
	}
	
	#blogContent .wp-video {
		width: 100%!important;
	}
	
	#blogContent video {
		width: 100%;
		height: auto;
	}

	/* youtube埋め込み用　4/21更新*/
	.youtube {
		text-align: center;
	}

	#blogContent iframe {
		display: block;
		max-width: 100% !important;
		margin: 0 auto;
	}


	/* キャプション画像の調整 */
	.wp-caption {
		max-width: 100% !important;
		height: auto;
	}

	#jciNav {
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 80px;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */

	#pageNavSingle {
		padding-bottom: 50px;
	}

	#pageNavSingle .prev {
		float: left;
		font-weight: bold;
		padding-left: 20px;
		background: url(../../img/common/icon_prev.png) left center no-repeat;
	}

	#pageNavSingle .next {
		float: right;
		font-weight: bold;
		padding-right: 20px;
		background: url(../../img/common/icon_next.png) right center no-repeat;
	}

	/* -------------------------------------------------- */
	/* SNS */
	/* -------------------------------------------------- */
	.snsTop {
		padding-bottom: 5px;
		text-align: right;
	}

	.snsIcon {
		display: inline-block;
	}

	.snsBottom {
		padding: 20px 0;
		text-align: center;
	}

	#blogContent p.announce {
		line-height: 1.2;
		font-weight: bold;
		font-size: 1.2rem;
		color: #C71818;
	}

	/* ハイライト */
	/* -------------------------------------------------- */
	.highlight {
		background: #fff2aa;
	}

	/* リンク */
	/* -------------------------------------------------- */
	.outLinkWrap {
		padding: 20px;
		margin-bottom: 20px;
		background: #F7F7F5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.outLinkLeft {
		width: 100px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
		text-align: center;
	}

	.outLinkLeft img {
		margin-bottom: 0 !important;
	}

	.outLinkRight {
		display: inline-block;
		vertical-align: middle;
	}

	
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	.pc {
		display: none;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	/* interview1 */
	/* -------------------------------------------------- */
	#blogWrap {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#blogMain {
		width: 100%;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#blogSide {
		width: 100%;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.anno {
		width: 1000px;
		margin: 0 auto;
		text-align: right;
	}

	#blogTit {
		padding: 20px 0 30px;
		font-size: 3.2rem;
		line-height: 1.3;
		font-weight: 500;
		color: #333333;
		text-align: left;
	}

	#eventTit {
		padding: 20px 0 30px;
		font-size: 3.2rem;
		line-height: 1.3;
		font-weight: 500;
		color: #333333;
		text-align: left;
	}


	.blogEventDate {
		padding-bottom: 10px;
		vertical-align: middle;
		text-align: right;
	}

	.blogDate {
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}

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

	.blogCat li {
		display: inline-block;
		padding: 0 10px;
		background: #dcdcdc;
		font-size: 1.2rem;
	}


	#blogContent {
		padding: 40px;
		margin-bottom: 20px;
		border: 1px #DDDDDD solid;
		position: relative;
	}

	#snsTop {
		padding-bottom: 30px;
	}

	#blogContent h2 {
		padding: 20px 10px;
		margin: 40px 0 20px 0;
		font-size: 2.6rem;
		/*	background: url(../img/common_tit_border.png) 0 bottom repeat-x #FFFFFF;*/
		line-height: 1.3;
		font-weight: bold;
		color: #C71818;
		border: 1px #C71818 solid;
	}

	#blogContent h3 {
		color: #333333;
		padding-bottom: 10px;
		margin-bottom: 30px;
		font-size: 2.2rem;
		line-height: 1.4;
		font-weight: 500;
		border-bottom: 1px #333333 dotted;
	}

	#blogContent p {
		font-size: 1.6rem;
		padding-bottom: 1em;
		color: #444444;
	}

	#blogContent blockquote {
		padding: 30px 30px 10px 30px;
		background: #EFEFEF;
		margin-bottom: 30px;
		position: relative;
	}

	#blogContent blockquote:before {
		content:"“";
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		font-size: 4rem;
		line-height: 1;
		color: #666;
	}

	#blogContent blockquote:after {
		content:"”";
		display: block;
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-size: 4rem;
		line-height: 0;
		color: #666;
		vertical-align: bottom;
	}
	
	
	#blogContent table {
		max-width: 100%;
	}
	
	#blogContent th {
		padding: 5px 10px;
		border: 1px #CCC solid;
	}
	
	#blogContent td {
		padding: 5px 10px;
		border: 1px #CCC solid;
	}
	
	#blogContent a {
		text-decoration: underline;
	}

	#blogContent img {
		margin-bottom: 20px;
		height: auto;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#blogContent .marginnone img {
		margin-bottom: 0px;
	}


	#blogContent .interviewer {
		color: #222222;
		font-weight: bold;
	}

	#snsBottom {
		padding: 60px 0 30px;
	}

	#blogContent .movie {
		text-align: center;
		padding: 30px 0;
	}

	#blogContent .movie iframe {
		max-width: 100%;
		height: auto;
	}
	
	#blogContent .wp-video {
		width: 100%!important;
	}
	
	#blogContent video {
		width: 100%;
		height: auto;
	}

	/* youtube埋め込み用　4/21更新*/
	.youtube {
		text-align: center;
	}

	#blogContent iframe {
		display: block;
		max-width: 100% !important;
		/*	height: auto!important;*/
		margin: 0 auto;
	}

	/* キャプション画像の調整 */
	.wp-caption {
		max-width: 100% !important;
		height: auto;
	}

	#jciNav {
		width: 94%;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	/* -------------------------------------------------- */
	/* SNS */
	/* -------------------------------------------------- */

	.snsIcon {
		display: inline-block;
	}

	.snsTop {
		text-align: right;
		padding-bottom: 30px;
	}

	.snsBottom {
		text-align: center;
		padding: 30px 0;
	}

	#blogContent p.announce {
		font-weight: bold;
		font-size: 1.2rem;
		color: #C71818;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */

	#pageNavSingle {
		padding-bottom: 20px;
	}

	.prev {
		float: left;
		font-weight: bold;
		padding-left: 20px;
		background: url(../../img/common/icon_prev.png) left center no-repeat;
	}

	.next {
		float: right;
		font-weight: bold;
		padding-right: 20px;
		background: url(../../img/common/icon_next.png) right center no-repeat;
	}


	/* リンク */
	/* -------------------------------------------------- */
	.outLinkWrap {
		padding: 20px;
		margin-bottom: 20px;
		background: #F7F7F5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.outLinkLeft {
		width: 100px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
		text-align: center;
	}

	.outLinkLeft img {
		margin-bottom: 0 !important;
	}

	.outLinkRight {
		display: inline-block;
		vertical-align: middle;
	}

}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	.pc {
		display: none;
	}

	.tablet {
		display: none;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

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

	#blogMain {
		width: 100%;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#blogSide {
		width: 100%;
		padding: 15px;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#blogSingle {
		padding: 0 3%;
	}

	.anno {
		width: 1000px;
		margin: 0 auto;
		text-align: right;
	}

	#blogTit {
		padding: 0 0 15px 0;
		font-size: 1.8rem;
		line-height: 1.3;
		font-weight: bold;
		color: #3333333;
	}

	#eventTit {
		padding: 0 0 5px 0;
		font-size: 1.8rem;
		line-height: 1.3;
		font-weight: bold;
		color: #3333333;
	}

	.blogEventDate {
		text-align: right;
		padding-bottom: 10px;
	}

	.blogDate {
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}

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

	.blogCat li {
		display: inline-block;
		padding: 0 10px;
		background: #dcdcdc;
		font-size: 1.2rem;
	}

	#blogContent {
		padding: 20px 3%;
		margin-bottom: 10px;
		border: 1px #DDDDDD solid;
		position: relative;
	}

	#snsTop {
		padding-bottom: 30px;
	}

	#blogContent h2 {
		padding: 10px;
		margin: 20px 0 10px 0;
		font-size: 1.6rem;
		background: #FFFFFF;
		/*	background: url(../img/common_tit_border.png) 0 bottom repeat-x #FFFFFF;*/
		line-height: 1.3;
		font-weight: bold;
		/*	color: #222222;*/
		border: 1px #C71818 solid;
		color: #C71818;
	}

	#blogContent h3 {
		color: #333333;
		padding-bottom: 5px;
		margin-bottom: 20px;
		font-size: 1.6rem;
		line-height: 1.4;
		font-weight: bold;
		border-bottom: 1px #333333 dotted;
	}

	#blogContent p {
		font-size: 1.4rem;
		padding-bottom: 1em;
		color: #444444;
		word-break: break-all;
	}

	#blogContent blockquote {
		padding: 30px 30px 10px 30px;
		background: #EFEFEF;
		margin-bottom: 30px;
		position: relative;
	}

	#blogContent blockquote:before {
		content:"“";
		display: block;
		position: absolute;
		top: 5px;
		left: 5px;
		font-size: 4rem;
		line-height: 1;
		color: #666;
	}

	#blogContent blockquote:after {
		content:"”";
		display: block;
		position: absolute;
		bottom: 5px;
		right: 5px;
		font-size: 4rem;
		line-height: 0;
		color: #666;
		vertical-align: bottom;
	}
	
	#blogContent table {
		max-width: 100%;
	}
	
	#blogContent th {
		padding: 5px 10px;
		border: 1px #CCC solid;
	}
	
	#blogContent td {
		padding: 5px 10px;
		border: 1px #CCC solid;
	}

	#blogContent a {
		text-decoration: underline;
	}

	#blogContent a:hover {
		color: #C71818;
	}

	#blogContent img {
		margin-bottom: 4px;
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#blogContent .marginnone img {
		margin-bottom: 0px;
	}


	#snsBottom {
		padding: 10px 0 20px;
	}

	#blogContent .interviewer {
		color: #222222;
		font-weight: bold;
	}

	#blogContent .movie {
		text-align: center;
		padding: 15px 0;
	}

	#blogContent .movie iframe {
		max-width: 100%;
		height: auto;
	}

	#jciNav {
		width: 94%;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	
	#blogContent .wp-video {
		width: 100%!important;
	}
	
	#blogContent video {
		width: 100%;
		height: auto;
	}

	/* -------------------------------------------------- */
	/* SNS */
	/* -------------------------------------------------- */

	.snsIcon {
		display: inline-block;
	}

	.snsTop {
		text-align: center;
		padding-bottom: 20px;
	}

	.snsBottom {
		text-align: center;
		padding: 20px 0;
	}

	#blogContent p.announce {
		font-weight: bold;
		font-size: 1rem;
		color: #C71818;
	}

	/* youtube埋め込み用　4/21更新*/
	.youtube {
		text-align: center;
	}

	#blogContent iframe {
		display: block;
		max-width: 100% !important;
		/*	height: auto!important;*/
		margin: 0 auto;
	}


	/* キャプション画像の調整 */
	.wp-caption {
		max-width: 100% !important;
		height: auto;
	}

	/* -------------------------------------------------- */
	/* ページャー */
	/* -------------------------------------------------- */

	#pageNavSingle {
		padding-bottom: 20px;
	}

	.prev {
		float: left;
		font-weight: bold;
		padding-left: 20px;
		background: url(../../img/common/icon_prev.png) left center no-repeat;
	}

	.next {
		float: right;
		font-weight: bold;
		padding-right: 20px;
		background: url(../../img/common/icon_next.png) right center no-repeat;
	}


	/* ハイライト */
	/* -------------------------------------------------- */
	.highlight {
		background: #fff2aa;
	}

	/* リンク */
	/* -------------------------------------------------- */
	.outLinkWrap {
		padding: 20px;
		margin-bottom: 20px;
		background: #F7F7F5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.outLinkLeft {
		display: block;
		text-align: center;
	}

	.outLinkLeft img {
		margin-bottom: 0 !important;
	}

	.outLinkRight {
		display: inline-block;
		vertical-align: middle;
	}

}

@media screen and (min-width: 500px) and (max-width: 560px) {
	#blogContent .movie iframe {
		height: 280px;
	}
}

@media screen and (min-width: 400px) and (max-width: 499px) {
	#blogContent .movie iframe {
		height: 250px;
	}
}

@media screen and (max-width: 399px) {
	#blogContent .movie iframe {
		height: 200px;
	}
}
@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	.sp {
		display: none !important;
	}

	.tablet {
		display: none !important;
	}

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

	#blogMain {
		float: left;
		width: 730px;
		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: 470px;
		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: #C71818;
	}

	.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: #C71818;
	}

	.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: #2abc42;
	}

	.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;
	}

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


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

	.changeBorder::after,
	.changeBorder::before,
	.changeBorderIn::after,
	.changeBorderIn::before {
		background-color: #C71818;
		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:after {
		content: "";
		display: inline-block;
		height: 1px;
		width: 30px;
		vertical-align: middle;
		margin-left: 10px;
	}

	.director2020 {
		color: #df4242;
	}

	.director2020:after {
		background: #df4242;
	}

	.staff2020 {
		color: #5498b6;
	}

	.staff2020:after {
		background: #5498b6;
	}

	.committee2020 {
		color: #e3a33d;
	}

	.committee2020:after {
		background: #e3a33d;
	}

	.information2020 {
		color: #6e21ba;
	}

	.information2020:after {
		background: #6e21ba;
	}

	.birthday2020 {
		color: #17b423;
	}

	.birthday2020:after {
		background: #17b423;
	}

	.blog .changeBorder:hover .newsName:after {
		background: #C71818;
	}

	.blog .changeBorder:hover .newsName {
		color: #C71818;
	}


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

	#jciNav {
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 80px;
	}


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

	.sideIn {
		padding: 10px 0 0;
		margin: 0 0 50px 0;
		border-top: solid 2px #C71818;
		border-bottom: solid 2px #C71818;
	}

	.sideParts {
		margin-bottom: 20px !important;
	}

	.sideTit1 {
		display: inline-block;
		width: 100%;
		font-size: 2.3rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.050em;
		text-align: center;
		padding-bottom: 15px;
		color: #C71818;
	}

	.sideTit2 {
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0em;
		margin-bottom: 5px;
		font-weight: bold;
		color: #333333;
	}

	.sideTit3 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.033;
		letter-spacing: 0.050em;
		text-align: center;
		display: block;
		width: 100%;
		padding-bottom: 15px;
		color: #C71818;
	}

	.sideTit4 {
		font-size: 1.8rem;
		line-height: 1;
		letter-spacing: 0em;
		padding-bottom: 5px;
		margin-bottom: 5px;
		font-weight: bold;
		color: #333333;
		border-bottom: 1px #999999 dotted;
	}

	.sideTit5 {
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0em;
		margin-bottom: 5px;
		font-weight: bold;
		color: #C71818;
	}

	.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;
	}

	/* 最新の記事 */
	.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;
	}

	.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;
	}

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

	.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;
	}

	.blogHead {
		display: block;
		border-bottom: 1px #999999 dotted;
		margin-bottom: 10px;
	}

	.blogLabel {
		display: inline-block;
		color: #403c35;
		border: none;
		padding: 0;
		padding-bottom: 5px;
		font-weight: bold;
		background: none;
		font-size: 1.5rem;

	}

	.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;
	}

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

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

	.blogNopost {
		color: #999;
	}


	/* サイドボタン */
	#blogSide .colorBtn {
		margin-bottom: 0;
	}

	#blogSide .colorBtn a {
		letter-spacing: 0;

	}

	#blogSide .sideBtn {
		width: 100%;
		margin: 0 0 5px 0;
		background-color: #fff;
		display: inline-block;
		margin: 0 5px 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#blogSide .sideBtn a {
		display: block;
		color: #C71818;
		padding: 15px 30px;
		border: 1px solid #C71818;
		background: url(../../img/common/icon6.png) 95% center no-repeat #fff;
		transition: all 0.3s ease-in-out 0s;
	}

	#blogSide .sideBtn a:hover {
		color: #fff;
		background: url(../../img/common/icon1.png) 95% center no-repeat #C71818;
	}

	#blogSide .sideBtn:last-child {
		margin-bottom: 0;
	}

	.children .cat-item {
		padding-left: 1em;
	}

	.children .cat-item a:before {
		content:"└";
		display: inline-block;
		vertical-align: middle;
		padding-right: 3px;
	}
	
	.cat-item a {
		display: block;
		padding-bottom: 5px;
	}
	
	.children .cat-item a {
		font-size: 90%;
		font-weight: normal;
	}
	
	#taxCurrent {
		font-size: 1.8rem;
		font-weight: bold;
		padding: 30px 30px 0 30px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	.pc {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

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

	#blogMain {
		width: 100%;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#blogSide {
		width: 100%;
		padding: 15px 0 0;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

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

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

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

	.blogTitWrap {
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
		border-left: 1px #DDDDDD solid;
		padding: 10px 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
	}

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

	.blogDate {
		font-size: 1rem;
		color: #999999;
		transition: all 0.3s ease-in-out 0s;
		display: inline-block;
		vertical-align: baseline;
	}

	.blogTitWrap a:hover .blogDate {
		color: #004ea2;
	}

	.blogTit {
		padding-bottom: 10px;
		font-size: 1.3rem;
		line-height: 1.2;
		font-weight: bold;
	}

	.blogdesc {
		display: none;
	}

	.new {
		padding: 2px 5px;
		position: absolute;
		top: 5px;
		left: 5px;
		background: #C71818;
		color: #FFFFFF;
		font-size: 1rem;
	}


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

	.blogCat li,
	.blogCat {
		display: inline-block;
		vertical-align: baseline;
		line-height: 1.1;
	}

	.blogCat li {
		padding: 2px 5px;
		background: #dcdcdc;
		font-size: 1rem;
		margin-right: 5px;
	}

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

	.director2020 {
		color: #df4242;
	}

	.director2020:after {
		background: #df4242;
	}

	.staff2020 {
		color: #5498b6;
	}

	.staff2020:after {
		background: #5498b6;
	}

	.committee2020 {
		color: #e3a33d;
	}

	.committee2020:after {
		background: #e3a33d;
	}

	#jciNav {
		width: 94%;
		margin: 0 auto;
		padding-bottom: 50px;
	}

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

	.sideIn {
		padding: 10px 0 0;
		margin: 0 0 50px 0;
		border-top: solid 2px #C71818;
		border-bottom: solid 2px #C71818;
	}

	.sideParts {
		margin-bottom: 20px !important;
	}

	.sideTit1 {
		display: inline-block;
		width: 100%;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 0.050em;
		text-align: left;
		padding-bottom: 15px;
		color: #C71818;
	}

	.sideTit2 {
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0em;
		margin-bottom: 5px;
		font-weight: bold;
		color: #333333;
	}

	.sideTit3 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.033;
		letter-spacing: 0.050em;
		text-align: center;
		display: block;
		width: 100%;
		padding-bottom: 15px;
		color: #C71818;
	}

	.sideTit4 {
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0em;
		padding-bottom: 5px;
		margin-bottom: 5px;
		font-weight: bold;
		color: #333333;
		border-bottom: 1px #999999 dotted;
	}

	.sideTit5 {
		font-size: 1.6rem;
		line-height: 1;
		letter-spacing: 0em;
		margin-bottom: 5px;
		font-weight: bold;
		color: #C71818;
	}

	.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;
	}

	/* 最新の記事 */
	.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;
	}

	.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;
	}

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

	.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;
	}

	.blogHead {
		display: block;
		border-bottom: 1px #999999 dotted;
		margin-bottom: 10px;
	}

	.blogLabel {
		display: inline-block;
		color: #403c35;
		border: none;
		padding: 0;
		padding-bottom: 5px;
		font-weight: bold;
		background: none;
		font-size: 1.5rem;

	}

	.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;
	}

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

	.blogNopost {
		color: #999;
	}


	/* サイドボタン */
	#blogSide .colorBtn {
		margin-bottom: 0;
		padding: 0 0 0 0;
	}

	#blogSide .colorBtn a {
		letter-spacing: 0;
	}

	#blogSide .sideBtn {
		display: inline-block;
		width: 100%;
		letter-spacing: 0;
		padding: 0 0 10px 0;
	}

	#blogSide .sideBtn a {
		display: block;
		padding: 13px 20px;
		font-size: 1.3rem;
		line-height: 1;
		border: 1px solid #C71818;
		color: #C71818;
		background: url(../../img/common/sp/icon6_sp.png) no-repeat right 10px center #fff;
		background-size: 7px;
	}

	#blogSide .sideBtn:last-child {
		margin-bottom: 0;
	}


	.children .cat-item {
		padding-left: 1em;
	}

	.children .cat-item a:before {
		content:"└";
		display: inline-block;
		vertical-align: middle;
		padding-right: 3px;
	}

	.cat-item a {
		display: block;
		padding-bottom: 5px;
	}

	.children .cat-item a {
		font-size: 90%;
		font-weight: normal;
	}

	#taxCurrent {
		font-size: 1.6rem;
		font-weight: bold;
		padding: 0px 0 20px;
	}


}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */

	.pc {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

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

	#blogMain {
		width: 100%;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#blogSide {
		width: 100%;
		padding: 15px 0;
		background: #FFFFFF;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

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

	.blogImg {
		width: 80px;
		height: 80px;
		display: table-cell;
		text-align: left;
		position: relative;
	}

	.blogImg.event {}

		.blogImg img {
			width: 100%;
			height: 100%;
			text-align: left;
		}

		.blogTitWrap {
			width: -webkit-calc(100% - 80px);
			width: calc(100% - 80px);
			border-left: 1px #DDDDDD solid;
			padding: 5px 3%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			display: table-cell;
			vertical-align: middle;
		}

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

		.blogDate {
			font-size: 1rem;
			color: #999999;
			transition: all 0.3s ease-in-out 0s;
			display: inline-block;
			vertical-align: baseline;
			line-height: 1.1;
		}

		.blogCat li,
		.blogCat {
			display: inline-block;
			vertical-align: baseline;
			line-height: 1.1;
		}

		.blogCat li {
			padding: 2px 5px;
			background: #dcdcdc;
			font-size: 1rem;
			margin-right: 5px;
		}

		.blogTitWrap a:hover .blogDate {
			color: #004ea2;
		}

		.blogTit {
			padding-bottom: 0px;
			font-size: 1.3rem;
			line-height: 1.1;
			font-weight: bold;
		}

		.blogdesc {
			display: none;
		}

		.new {
			padding: 2px 5px;
			position: absolute;
			top: 5px;
			left: 5px;
			background: #C71818;
			color: #FFFFFF;
			font-size: 1rem;
		}

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

		.newsName {
			font-size: 1rem;
			line-height: 1;
		}

		.newsName:after {
			content: "";
			display: inline-block;
			height: 1px;
			width: 20px;
			vertical-align: middle;
			margin-left: 5px;
		}

		.director2020 {
			color: #df4242;
		}

		.director2020:after {
			background: #df4242;
		}

		.staff2020 {
			color: #5498b6;
		}

		.staff2020:after {
			background: #5498b6;
		}

		.committee2020 {
			color: #e3a33d;
		}

		.committee2020:after {
			background: #e3a33d;
		}

		#jciNav {
			width: 94%;
			margin: 0 auto;
			padding-bottom: 50px;
		}

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

		.sideIn {
			padding: 10px 0 0;
			margin: 0 0 30px 0;
			border-top: solid 2px #C71818;
			border-bottom: solid 2px #C71818;
		}

		.sideParts {
			margin-bottom: 20px !important;
		}

		.sideTit1 {
			display: inline-block;
			width: 100%;
			font-size: 1.8rem;
			font-weight: bold;
			line-height: 1;
			letter-spacing: 0.050em;
			text-align: left;
			padding-bottom: 15px;
			color: #C71818;
		}

		.sideTit2 {
			font-size: 1.6rem;
			line-height: 1;
			letter-spacing: 0em;
			margin-bottom: 5px;
			font-weight: bold;
			color: #333333;
		}

		.sideTit3 {
			font-size: 1.8rem;
			font-weight: bold;
			line-height: 1.033;
			letter-spacing: 0.050em;
			text-align: center;
			display: block;
			width: 100%;
			padding-bottom: 15px;
			color: #C71818;
		}

		.sideTit4 {
			font-size: 1.6rem;
			line-height: 1;
			letter-spacing: 0em;
			padding-bottom: 5px;
			margin-bottom: 5px;
			font-weight: bold;
			color: #333333;
			border-bottom: 1px #999999 dotted;
		}

		.sideTit5 {
			font-size: 1.6rem;
			line-height: 1;
			letter-spacing: 0em;
			margin-bottom: 5px;
			font-weight: bold;
			color: #C71818;
		}

		.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;
		}

		/* 最新の記事 */
		.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;
		}

		.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;
		}

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

		.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;
		}

		.blogHead {
			display: block;
			border-bottom: 1px #999999 dotted;
			margin-bottom: 10px;
		}

		.blogLabel {
			display: inline-block;
			color: #403c35;
			border: none;
			padding: 0;
			padding-bottom: 5px;
			font-weight: bold;
			background: none;
			font-size: 1.5rem;

		}

		.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;
		}

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

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

		.blogNopost {
			color: #999;
		}


		/* サイドボタン */
		#blogSide .colorBtn {
			margin-bottom: 0;
			padding: 0 0 0 0;
		}

		#blogSide .colorBtn a {
			letter-spacing: 0;
		}

		#blogSide .sideBtn {
			display: block;
			width: 100%;
			letter-spacing: 0;
			padding: 0 0 10px 0;
		}

		#blogSide .sideBtn a {
			display: block;
			padding: 13px 20px;
			font-size: 1.3rem;
			line-height: 1;
			border: 1px solid #C71818;
			color: #C71818;
			background: url(../../img/common/sp/icon6_sp.png) no-repeat right 10px center #fff;
			background-size: 7px;
		}

		#blogSide .sideBtn:last-child {
			margin-bottom: 0;
		}


		.children .cat-item {
			padding-left: 1em;
		}

		.children .cat-item a:before {
			content:"└";
			display: inline-block;
			vertical-align: middle;
			padding-right: 3px;
		}

		.cat-item a {
			display: block;
			padding-bottom: 5px;
		}

		.children .cat-item a {
			font-size: 90%;
			font-weight: normal;
		}

		#taxCurrent {
			font-size: 1.6rem;
			font-weight: bold;
			padding: 0px 0 20px;
		}


	}
