@charset "utf-8";

/* アイキャッチ
***************************************************************/
#main .iCatch .bg {
  background-image: url(../../files/img/news/news1.jpg);
}
@media all and (max-width:680px) {
  #main .iCatch .bg {
    background-image: url(../../files/img/news/news1_sp.jpg);
  }
}

.cms_block .side {
	margin-top: 80px;
}

.toggleMenu .toggleMenuText-close {
	display: block;
}
.toggleMenu.is-open .toggleMenuText-open {
	display: block;
}
.toggleMenu.is-open .toggleMenuText-close {
	display: none;
}
.toggleMenu {
	display: none;
}

.sideBoxOuterBg {
	display: none;
	z-index: 8887;
	background-color: rgba(0,0,0,.7);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.lnavhead {
	color: #fff;
	line-height: 1.4;
	text-align: left;
	padding: 11px 18px;
	background: #519fbc;
}

/* サイドナビ */
.sideNav {
	background: #d6e5eb;
	border-radius: 0 0 5px 5px;
}
.sideNav li {
	font-weight: bold;
	text-align: left;
}
.sideNav li a {
	display: block;
	line-height: 1.4;
	padding: 13px 0 13px 20px;
	border-bottom: dotted 1px #A9ACAD;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	position: relative;
	color: #5198b5;
}

.sideNav li.on > a {
	color: #a0a4a6;
}

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


.sideNav > ul > li > a::after {
  content: "";
  background-image: url(../../files/img/common/arrow_r.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  transition: right 0.3s ease, background 0.3s ease;
}
.sideNav > ul > li > a:hover:after {
  right: 15px;
}

.sideNav li li a {
	background: #fff;
	padding: 10px 0 10px 20px;
}
.sideNav li li:last-child a {
	border-bottom: dotted 1px #A9ACAD;
}


@media (min-width: 767px) {
	.cms_block .side {
		margin-top: 0;
		width: 280px;
		display: inline-block;
		vertical-align: top;
	}
}


/* -- 新着一覧 -- */
.main .cms_block .newsList {
	width: 100%;
}

.newsList li {
	position: relative;
	width: 100%;
	display: table;
	font-size: 15px;
}
.newsList li:nth-of-type(n+2) {
	margin-top: 25px;
}
.newsList li a {
	display: block;
	position: relative;
	text-decoration: none;
}

.newsList li .img {
	width: 93px;
	height: 61px;
	text-align: center;
	overflow: hidden;
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.newsList li .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}

 

/* ------------------------------
 PC用コード
------------------------------ */
@media screen and (min-width: 768px) {

	.main .cms_block .newsList {
		width: 800px;
		display: inline-block;
		min-height: 480px;
	}

	.newsList li {
		width: 100%;
		display: table;
	}
	.newsList li .date {
		width: 168px;
	  	position: relative;
		display: table-cell;
		vertical-align: top;
	}
	.newsList li span {
		display: table-cell;
		vertical-align: top;
	}

	.newsList li .date::after {
	  content: "";
	  width: 58px;
	  height: 1px;
	  background-color: #519fbc;
	  position: absolute;
	  top: 12px;
	  right: 10px;
	  margin: auto;
	}

	.newsList li  a:hover span {
		text-decoration: underline;
	}

}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {

	.newsList li {
		padding: 15px;
	}
	
	.newsList li:nth-of-type(n+2) {
		margin-top: 0;
		border-top: 1px solid #519fbc;
	}
	.newsList li .date {
		margin-bottom: 0;
	}
	

}
@media screen and (max-width: 320px) {
	.newsList li .img {
		width: 80px;
		height: 52px;
	}
	
	.newsList li .text {
		padding-left: 15px;
	}
}




/* ------------------------------
 タイトル
------------------------------ */
.cms_block h2 {
	font-size: 30px;
	line-height: 1.4;
	position: relative;
	margin-bottom: 30px;
}
.cms_block h2 span {
	margin-bottom: 0;
	display: block;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {

	.cms_block h2 {
		font-size: 20px;
	}
}
