@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	opacity: 0.7;
}

/* ===================================
#contents
=================================== */
#contents{
  width: 1100px;
  margin: 0 auto;
  padding-top: 70px;
}

/* ===================================
#news
=================================== */
section{
	width: 799px;
	float: left;
	list-style-type: none;
}
article{
	padding: 40px 0 35px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
article:first-child{
	padding-top: 0;
}
article a{
	z-index: 1;
  display: block;
}
article .head{
	font-size: 16px;
  margin-bottom: 13px;
}
article .head .date{
  color: #59545F;
}
article .head .tag{
	font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  padding: 1px 22px;
  margin-left: 7px;
  display: inline-block;
}
article .head .new{
	padding: 1px 12px;
  color: #13BFFF;
  margin-right: 2px;
}

article .title{
	font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #13BFFF;
  margin-bottom: 6px;
  word-break: break-all;
}

article .rightimg{
	width: 230px;
	height: 230px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
	top: 40px;
	right: 0;
}
article:first-child .rightimg{
  top: 0px;
}
article .rightimg:hover{
	opacity: unset;
}

article .description{
  height: 140px;
	font-size: 16px;
  line-height: 1.8;
	word-break: break-all;
	margin-bottom: 13px;
	text-align: justify;
}

article .leftTxt{
	width: 540px;
}

article .more{
	font-size: 16px;
}

/* ===================================
ページング
=================================== */

.link{
	padding: 40px 0px 70px;
}

/* =========================================================
  .pagenavi
========================================================= */
/*** セレクト型ページングのスタイル ***/
.pagenavi {
  margin: 0;
  text-align: center;
}
.pagenavi .next__large {
  width: 100%;
  height: 74px;
  margin: 0 0 45px;
  display: block;
  position: relative;
  border: 2px solid #13BFFF;
  line-height: 74px;
  font-size: 23px;
  text-decoration: none;
  color: #634238;
  background: #FFF;
}
.pagenavi .next__large a {
  display: block;
}
.pagenavi .next__large a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 31px;
  right: 45px;
  content: "";
  transform: rotate(45deg);
  vertical-align: middle;
  border: 2px solid;
  border-color: #13BFFF #13BFFF transparent transparent;
}
.pagenavi .next__large a:hover {
  color: #333;
}
.pagenavi .next__large:hover {
  opacity: 0.7;
}
.pagenavi .page {
  position: relative;
}
.pagenavi .page .prev,
.pagenavi .page .next {
  width: 52px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
}
.pagenavi .page .prev:hover,
.pagenavi .page .next:hover {
  color: #333;
  opacity: 0.7;
}
.pagenavi .page .page-number {
  width: 168px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.pagenavi .page .page-number__label {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  background: #FFF;
  display: inline-block;
}
.pagenavi .page .page-number__label:after {
  position: absolute;
  width: 5px;
  height: 5px;
  right: 9px;
  top: 15px;
  content: "";
  transform: rotate(135deg);
  transition: 0.5s;
  vertical-align: middle;
  border-top: 1px solid #C8C4BE;
  border-right: 1px solid #C8C4BE;
}
.pagenavi .page .page-number select {
  width: 168px;
  height: 42px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.pagenavi .page .nolink {
  pointer-events: none;
  opacity: 0.5;
}

/* ===================================
#footer
=================================== */

#foot{
	border-top: 2px solid;
	padding-top: 25px;
}

/* IEのみ */
@media all and (-ms-high-contrast: none){
  #contents .formBtn a {
    padding: 30px 48px 20px;
  }
}