@charset "utf-8";


/* =========================================================
title
========================================================= */
#page-ttl h1{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	        flex-flow: column-reverse nowrap;
	-webkit-flex-flow: column-reverse nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
}
@media print, screen and (min-width: 751px) {
	#page-ttl h1{
		padding-bottom: 25px;
	}
	#page-ttl h1 span.jp{
		font-size: 19px;
		margin: 20px 0px 0 40px;
		letter-spacing: 0.1em;
	}
}
@media only screen and (max-width: 750px){
	#page-ttl h1{
		height: 5.45rem;
	}
	#page-ttl h1 span{
		margin-left: 0.28rem;
	}
	#page-ttl h1 span.jp{
		font-size: 0.26rem;
		margin: 0.16rem 0px 0 0.34rem;
		letter-spacing: 0.1em;
	}
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
	#page-ttl h1 {
		padding: 2rem 0 0;
		height: 4rem;
	}
}


/* =========================================================
news_s
========================================================= */
#news_s{
	border-bottom: 1px solid #231815;
}
@media print,screen and (min-width: 751px){
	#news_s .inner{
		max-width: 980px;
		margin-right: auto;
		margin-left: auto;
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
		padding-bottom: 120px;
	}
}
@media print, screen and (max-width: 1020px) and (min-width: 751px) {
	#news_s .inner{
		margin-right: 20px;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 750px){
	#news_s .inner{
		padding-bottom: 1.2rem;
	}
}


/* =========================================================
news-content
========================================================= */
#news-content {
	width: 67.3%;
}
#news-content .news-title {
	margin-bottom: 42px;
}
#news-content .news-title h4 {
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	margin-bottom: 17px;
	text-align: left;
	letter-spacing: 0.16em;
}
#news-content .news-title .date {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.03em;
}
#news-content .news-img {
	margin-bottom: 40px;
}
#news-content .news-img .img {
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		        align-items: flex-start;
		-webkit-align-items: flex-start;
}
#news-content .news-img .img a{
	display: block;
}
#news-content .news-link .btn_area {
	margin-top: 106px;
}
#news-content .news-link .btn_area .btn_def2 {
}
@media print,screen and (min-width: 751px){
	#news-content .news-img .img a img{
		max-width: 100%;
		width: auto !important;
		height: auto !important;
	}
	#news-content .news-link .btn_area .btn_def2 {
		width: 240px;
	}
}
@media only screen and (max-width: 750px){
	#news-content {
		width: 100%;
	}
	#news-content .news-title {
		margin-bottom: 0.6rem;
	}
	#news-content .news-title h4 {
		font-size: 0.36rem;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}
	#news-content .news-title .date {
		font-size: 0.3rem;
		line-height: 1em;
	}
	#news-content .news-img {
		margin-bottom: 0.6rem;
	}
	#news-content .news-img .img {
		-webkit-justify-content: center;
		        justify-content: center;
	}
	#news-content .news-info ,
	#news-content .news-info *{
		font-size: 0.26rem;
	}
	#news-content .news-link .btn_area {
		margin-top: 0.8rem;
	}
}


/* =========================================================
side_cts
========================================================= */
#side_cts {
	width: 26.5%;
}
#side_cts .side_box {
}
#side_cts .side_box .side_ttl {
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
	margin-bottom: 18px;
}
#side_cts .side_box .news-list li {
	margin-top: 10px;
}
#side_cts .side_box .news-list li:first-child{
	margin-top: 0;
}
#side_cts .side_box .news-list li a .title {
	letter-spacing: 0.1em;
}
#side_cts .side_box.side02 {
	margin-top: 83px;
}
#side_cts .side_box.side02 .side_ttl{
	margin-bottom: 23px;
}
#side_cts .side_box .swrap {
	width: 100%;
	margin-bottom: 0;
}
@media only screen and (max-width: 750px){
	#side_cts {
		width: 100%;
		margin-top: 1rem;
	}
	#side_cts .side_box .side_ttl {
		font-size: 0.35rem;
		padding-bottom: 0.15rem;
		margin-bottom: 0.2rem;
	}
	#side_cts .side_box .news-list li {
		margin-top: 0.2rem;
	}
	#side_cts .side_box .news-list li a .title {
		font-size: 0.26rem;
	}
	#side_cts .side_box.side02 {
		margin-top: 0.6rem;
	}
	#side_cts .side_box.side02 .side_ttl{
		margin-bottom: 0.3rem;
	}
}

