@charset "utf-8";

/* ニュース- news - */

/* ==============================

	レイアウト

============================== */
.news {
	background: url(../img/news_bg.svg) no-repeat top left / 100%;
}

@media only screen and (max-width: 767px){
	.news {
		background: none;
	}

	.news_cat.inner {
		width: 100%;
	}
}


/* ==============================

	ニュース一覧

============================== */
/* h1 */
.news h1 {
	margin-top: 110px;
	margin-bottom: 60px;
	text-align: center;
}

/* news_cat */
.news_cat ul{
	margin: 0 auto;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.news_cat li a {
	color: #000;
	display: block;
	padding: 0 25px;
	border-right: 1px solid #000;
	font-weight: bold;
}

.news_cat li:last-child a {
	border: none;
}

.news_list {
	margin-bottom: 50px;
}

.news_list ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 35px 0;

	background-size: 10px 3px;
    background-image: linear-gradient(to right, #999, #999 2px, transparent 3px, transparent 10px);
    background-repeat: repeat-x;
}

.news_list ul li a {
	color: #4B4B4B;
	display: block;
}

.news_list ul li .news_list_date a{
	width: 100px;
}

.news_list ul li .news_list_cat a{
	width: auto;
}

.news .cat01 a {
	color: #78ABDC;
}

.news .cat02 a  {
	color: #9BCB6C;
}

.news .cat03 a  {
	color: #FFC500;
}

.news .cat04 a  {
	color: #ED7971;
}

.news .cat05 a  {
	color: #9B72B0;
}

.news_list ul li .news_list_text a {
	width: 730px;
}


@media only screen and (max-width: 767px){
	.news h1 {
		margin: 50px auto;
	}

	.news_cat ul {
		margin-bottom: 50px;
	}

	.news_cat li {
		margin-bottom: 10px;
	}
	.news_list{
		margin-bottom: 0px;
	}
	
	.news_list ul li {
		justify-content: flex-start;
	}
	.news_list ul li .news_list_date a{
		width: 100px;
	}
	
	.news_list ul li .news_list_text a {
		width: auto;
	}
	
}


 /* ページャー */
.news_navi {
	margin-bottom: 180px;
}

nav.news_navi *, nav.news_navi *:after, nav.news_navi *:before {
	-webkit-box-sizing: border-box;
	 box-sizing: border-box;
}

nav.news_navi a {
	text-decoration: none;
}

nav.news_navi {
	text-align: center;
}
.news_navi .news_pagination {
	display: inline-block;
	margin-top: 2em;
	padding: 0 0.5em;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}
.news_navi .news_pagenum {
	font-size: 1em;
	line-height: 50px;
	display: block;
	float: left;
	transition: 0.2s ease;
	letter-spacing: 0.1em;
	color: #37474F;
	border-radius: 1000px;
	width: 50px;
	height: 50px;
	margin: auto .5em;
	background-color: #fff;
}
.news_navi span.news_pagenum {
	color: #37474F;
	background: none;
	border: none;
}

.news_navi .news_pagenum:hover,
.news_navi .news_pagenum.current {
	font-weight: bold;
	color: #ffffff;
	background-color: #8CC0EA;
}

.news_navi span.news_pagenum:hover {
	color: #37474F;
	background: none;
	border: none;
}

.news_navi span.news_pagenum.current:hover {
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
}

@media only screen and (max-width: 767px){
	.news_navi {
		margin-bottom: 60px;
	}
		.news_pagination div {
		margin: 0 auto;		
	}

	.news_navi .news_pagenum {
		margin: auto 0.1em;
	}
	
}





/* ==============================

	ニュース詳細

============================== */
/* news_article */
.news_article {
	padding-top: 30px;
	margin-bottom: 150px;

	background-size: 10px 3px;
    background-image: linear-gradient(to right, #999, #999 2px, transparent 3px, transparent 10px);
    background-repeat: repeat-x;
}

.news_article .news_date a {
	display: inline-block;
	margin-right: 30px;
	color: #4B4B4B;
}

.news_article .news_cat a {
	display: inline-block;
}

.news_article .inner {
	width: 800px;
	margin: 30px auto 100px auto;
}

.news_article_img {
	margin-bottom: 60px;
}

.news_article h2 {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 50px;
}

.news_article .btn a {
	display: block;
	width: 340px;
	line-height: 50px;
	text-align: center;
	position: relative;
}

.news_article .btn a span {
	position: absolute;
	right: 40px;
	bottom: 0px;
}

@media only screen and (max-width: 767px){
	.news_article {
		margin-bottom: 50px;
	}

	.news_article .inner {
		width: 100%;
		margin-bottom: 50px;
	}
}


.mod_tableBox {
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  .mod_tableBox {
    margin: 25px 0;
  }
}
.mod_tableBox dl {
  display: table;
  width: 100%;
  margin-bottom: 0px;
	  margin-top: 0px;
  border: 1px solid #ddd;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .mod_tableBox dl {
    display: block;
  }
}

.mod_tableBox dl:first-child {
  border-top: 1px solid #ddd;
}
.mod_tableBox dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  background: #efefef;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 15px;
}

@media screen and (max-width: 768px) {
  .mod_tableBox dl dt {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 6px 15px;
  }
}


.mod_tableBox dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  border-left: 1px solid #ddd;
  padding: 12px 15px;
}

@media screen and (max-width: 768px) {
  .mod_tableBox dl dd {
    font-size: 12px;
    display: block;
    border-left: none;
    padding: 8px 15px;
  }
}
.mod_tableBox dl dd.center {
  text-align: center;
}



/* line 623, ../scss/add.scss */
.news_article .ttl_type01 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 20px 20px;
  background: #77bf76;
  line-height: 1.4;
  margin: 60px 0 25px;
}
@media screen and (max-width: 768px) {
  /* line 623, ../scss/add.scss */
  .news_article .ttl_type01 {
    font-size: 16px;
    padding: 10px 4%;
    margin: 40px 0 15px;
  }
}
/* line 637, ../scss/add.scss */
.news_article .ttl_type02 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  line-height: 1.4;
  margin: 40px 0 25px;
  border-left: 6px solid #76bf75;
  padding: 6px 13px;
}
@media screen and (max-width: 768px) {
  /* line 637, ../scss/add.scss */
  .news_article .ttl_type02 {
    margin: 20px 0 13px;
    font-size: 16px;
    border-left: 4px solid #76bf75;
  }
}
/* line 651, ../scss/add.scss */
.news_article .ttl_type03 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  line-height: 1.4;
  margin: 40px 0 25px;
  border-bottom: 3px solid #76bf75;
  padding: 10px 13px;
}
@media screen and (max-width: 768px) {
  /* line 651, ../scss/add.scss */
  .news_article .ttl_type03 {
    padding: 8px 0px;
    margin: 20px 0 12px;
    border-bottom: 3px solid #76bf75;
    font-size: 15px;
  }
}
/* line 666, ../scss/add.scss */
.news_article p {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  /* line 666, ../scss/add.scss */
  .news_article p {
    font-size: 14px;
    margin: 15px 0;
  }
}
/* line 673, ../scss/add.scss */
.news_article .img {
  text-align: center;
  display: block;
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  /* line 673, ../scss/add.scss */
  .news_article .img {
    margin: 20px 0;
  }
}
/* line 680, ../scss/add.scss */
.news_article .img img {
  display: inline-block;
}
/* line 685, ../scss/add.scss */
.news_article .movie {
  display: block;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  /* line 685, ../scss/add.scss */
  .news_article .movie {
    margin: 20px auto;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
/* line 694, ../scss/add.scss */
.news_article .movie iframe {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 694, ../scss/add.scss */
  .news_article .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/* line 707, ../scss/add.scss */
.news_article .color_blue {
  color: #4f63ab;
}
/* line 708, ../scss/add.scss */
.news_article .color_green {
  color: #5eb55d;
}
/* line 709, ../scss/add.scss */
.news_article .color_pink {
  color: #e657b4;
}
/* line 711, ../scss/add.scss */
.news_article b {
  font-weight: bold;
}
/* line 715, ../scss/add.scss */
.news_article .btn01 {
  text-align: center;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  /* line 715, ../scss/add.scss */
  .news_article .btn01 {
    margin: 20px 0;
  }
}
/* line 721, ../scss/add.scss */
.news_article .btn01 a {
  width: 50%;
  display: inline-block;
  color: #fff;
  background: #58bb69;
  border: 3px solid #58bb69;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  /* line 721, ../scss/add.scss */
  .news_article .btn01 a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
  }
}
/* line 742, ../scss/add.scss */
.news_article .btn01 a:hover {
  text-decoration: none;
  background: #fff;
  color: #58bb69;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
/* line 755, ../scss/add.scss */
.news_article .btn02 {
  text-align: center;
  margin: 35px auto;
}
@media screen and (max-width: 768px) {
  /* line 755, ../scss/add.scss */
  .news_article .btn02 {
    margin: 20px 0;
  }
}
/* line 761, ../scss/add.scss */
.news_article .btn02 a {
  width: 50%;
  display: inline-block;
  color: #fff;
  background: #58bb69;
  border: 3px solid #58bb69;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  /* line 761, ../scss/add.scss */
  .news_article .btn02 a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
  }
}
/* line 785, ../scss/add.scss */
.news_article .btn02 a:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
/* line 795, ../scss/add.scss */
.news_article .mod_tableBox {
  margin: 35px 0;
}
@media screen and (max-width: 768px) {
  /* line 795, ../scss/add.scss */
  .news_article .mod_tableBox {
    margin: 25px 0;
  }
}
/* line 800, ../scss/add.scss */
.news_article .mod_tableBox dl {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
}
@media screen and (max-width: 768px) {
  /* line 800, ../scss/add.scss */
  .news_article .mod_tableBox dl {
    display: block;
  }
}
/* line 808, ../scss/add.scss */
.news_article .mod_tableBox dl:first-child {
  border-top: 1px solid #ddd;
}
/* line 811, ../scss/add.scss */
.news_article .mod_tableBox dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  background: #efefef;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  /* line 811, ../scss/add.scss */
  .news_article .mod_tableBox dl dt {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 6px 15px;
  }
}
/* line 826, ../scss/add.scss */
.news_article .mod_tableBox dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  border-left: 1px solid #ddd;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  /* line 826, ../scss/add.scss */
  .news_article .mod_tableBox dl dd {
    font-size: 12px;
    display: block;
    border-left: none;
    padding: 8px 15px;
  }
}
/* line 838, ../scss/add.scss */
.news_article .mod_tableBox dl dd.center {
  text-align: center;
}



.marker{
	background: linear-gradient(transparent 40%, #ffff66 40%);
}
