@charset "utf-8";
/* CSS Document */
.news img {
  max-width: 100%;
}
.news h2.lev1-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news h2.lev1-heading span {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 769px) {
.news h2.lev1-heading span {
  font-size: 3.0rem;
}
}

.news .list  ul li > div{
	margin: 10px;
}
.news .list  ul li > div a .photo{
	
}
.news .list  ul li > div a .photo img{
	width: 100%;
}
.news .list  ul li > div .dateWrap{
	justify-content: space-between;
	display: flex;
}
.news .list  ul li > div .dateWrap p{
	font-size:0.8rem;
}
.news .list  ul li > div .dateWrap p.category{
}
.news .list  ul li > div .dateWrap p.category span {
	padding:0 8px;
	background: #CCC;
	font-size:0.8rem;
	color: #FFF;
	border-radius: 5px;
	display: inline-block;
}
.news .list  ul li > div .dateWrap p.category span.cate01 {
  background-color: #64BC18;
}
.news .list  ul li > div .dateWrap p.category span.cate02 {
  background-color: #FB1F67;
}
.news .list  ul li > div .dateWrap p.category span.cate03 {
  background-color: #0D93DC;
}
.news .list  ul li > div h4 a{
	color: #606060;
	display: block;
	clear: both;
	text-align: left;
	font-size: 0.8rem;
}
.news .list  ul li > div .photo{
	position:relative;
  width:100%;
  height:0;
  padding-bottom:75%;/* 幅に対する縦のサイズ */
  overflow:hidden;
  background-color:#E8E8E8;
	margin-bottom:10px;
}
.news .list  ul li > div a .photo > img{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:auto;
  height:auto;
  max-width:100%;/* 横向き16:9の画像が表示エリア一杯になるように指定 */
  max-height:initial;
}

.news .detail .innr .kiji h3 {
  margin-bottom: 0.5em;
  padding: 15px;
  border-bottom: 1px solid #b71c22;
  color: #b71c22;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.news .detail .innr .kiji .dateWrap {
  width: 100%;
  margin-bottom: 20px;
}
.news .detail .innr .kiji .dateWrap > div{
  width: 50%;
  float: left;
}
.news .detail .innr .kiji .dateWrap .category {
  text-align: right;
  font-size: 1.0rem;
}
.news .detail .innr .kiji .link a {
  display: inline-block;
  padding: 1px 1.5em;
  border-radius: 50px;
  background-color: #008B13;
  color: #FFF;
}
.news .detail .innr .sidebar .menu {
  border: 1px solid #CCC;
  border-radius: 8px;
}
.news .detail .innr .sidebar .menu h3 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #CCC;
  background-color: #F2F2F3;
  padding: 8px;
  margin-bottom: 5px;
}
.news .detail .innr .sidebar .menu ul li {
  margin-bottom: 5px;
  padding: 0 8px;
  border-bottom: 1px dotted #CCC;
}
.news .detail .innr .sidebar .menu ul li h4 {
  margin-bottom: 8px;
  font-size: 0.8rem;
}
.news .detail .innr .sidebar .menu ul li h4 a {
  display: block;
}
.news .detail .innr .sidebar .menu ul li .date {
  margin-bottom: 5px;
}
.news .detail .innr .sidebar .menu ul li .date span {
  font-size: 0.8rem;
  margin-right: 5px;
}
.news .detail .innr .kiji .dateWrap .category span,
.news .detail .innr .sidebar .menu ul li .date span {
	padding:0 8px;
	background: #CCC;
	color: #FFF;
	border-radius: 5px;
	display: inline-block;
}
.news .detail .innr .kiji .dateWrap .category span.cate01,
.news .detail .innr .sidebar .menu ul li .date span.cate01 {
  background-color: #64BC18;
}
.news .detail .innr .kiji .dateWrap .category span.cate02,
.news .detail .innr .sidebar .menu ul li .date span.cate02 {
  background-color: #FB1F67;
}
.news .detail .innr .kiji .dateWrap .category span.cate03,
.news .detail .innr .sidebar .menu ul li .date span.cate03 {
  background-color: #0D93DC;
}
.news .detail .innr .sidebar .menu .go_index {
  display: flex;
  justify-content: center;
}
.news .detail .innr .sidebar .menu .go_index a {
  margin: 5px auto;
  display: inline-block;
  padding: 1px 1.5em;
  border-radius: 2px;
  background-color: #008B13;
  color: #FFF;
  letter-spacing: 3px;
}

@media (min-width: 769px) {
.news .detail .innr {
  width: 100%;
}
.news .detail .innr .kiji {
  width: 70%;
  float: left;
}
.news .detail .innr .sidebar {
  width: 28%;
  float: right;
}
}

/************************************************************
　pager　.pager
*/
.pager {
}
.pager .right li {
	display: inline;
	margin: 1px;
}
.pager .right li span {
	padding: 3px 8px;
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	color: #999;
	display: inline-block;
}
.pager .right li a {
	padding: 3px 8px;
	border: 1px solid #EA6DA5;
	background-color: #FCEBF3;
	color: #C7182E;
	display: inline-block;
}

@media (max-width: 750px) {
.pager {
	margin: 10px 0;
	font-size: 1.2rem;
	text-align: center;
}
.pager .right {
	margin-bottom: 10px;
}
}

@media (min-width: 751px) {
.pager {
	margin: 30px 0;
}
.pager .left {
	float: left;
}
.pager .right {
	float: right;
}
.pager .right li a:hover {
	background-color: #EA6DA5;
	color: #FFF;
}
}
/*
　/pager　.pager
************************************************************/

/***********************************
rowsシリーズ
div.rows　入れ子のulにクラス名を入れる
***********************************/
.rows ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* PC2カラム、SP2カラム */
.rows ul.col2 > li {
	float: left;
	width: 50%;
}
.rows ul.col2 > li:nth-child(2n+1) {
	clear: both;
}
/* PC3カラム、SP3カラム */
.rows ul.col3 > li {
	float: left;
	width: 33.3%;
}
.rows ul.col3 > li:nth-child(3n+1) {
	clear: both;
}
/* PC4カラム、SP4カラム */
.rows ul.col4 > li {
	float: left;
	width: 25%;
}
.rows ul.col4 > li:nth-child(4n+1) {
	clear: both;
}
/* PC4カラム、SP2カラム */
@media (max-width: 750px) {
.rows ul.col4_2 > li {
	float: left;
	width: 50%;
}
.rows ul.col4_2 > li:nth-child(2n+1) {
	clear: both;
}
}
@media (min-width: 751px) {
.rows ul.col4_2 > li {
	float: left;
	width: 25%;
}
.rows ul.col4_2 > li:nth-child(4n+1) {
	clear: both;
}
}

/* PC2カラム、SP上下 */
@media (max-width: 750px) {
	.rows ul.col2_1 > li > div {
		margin-bottom: 5px;
	}
}
@media (min-width: 751px) {
	.rows ul.col2_1 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col2_1 > li:nth-child(2n+1) {
		clear: both;
	}
}

/* PC3カラム、SP上下 */
@media (max-width: 750px) {
	.rows ul.col3_1 > li > div {
		margin-bottom: 5px;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_1 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_1 > li:nth-child(3n+1) {
		clear: both;
	}
}

/* PC3カラム、2カラム */
@media (max-width: 750px) {
	.rows ul.col3_2 > li {
		float: left;
		width: 50%;
	}
	.rows ul.col3_2 > li:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 751px) {
	.rows ul.col3_2 > li {
		float: left;
		width: 33.3%;
	}
	.rows ul.col3_2 > li:nth-child(3n+1) {
		clear: both;
	}
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


