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

/* ===================================
#contents
=================================== */
#contents{
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
}

/* ===================================
#news
=================================== */
section{
	width: 90%;
	margin: 0 auto;
	float: none;
	list-style-type: none;
}
article{
	clear: both;
	padding: 26px 0 41px;
	border-bottom: 1px solid #ececec;
}
article:first-child{
	padding-top: 0;
}
article a{
	z-index: 1;
  display: block;
}
article .head{
	font-size: 15px;
  margin-bottom: 8px;
}
article .head .date{
  color: #59545F;
}
article .head .tag{
	font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  padding: 3px 11px;
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
article .head .new{
	color: #13BFFF;
}
article .title{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #13BFFF;
  margin-bottom: 6px;
  word-break: break-all;
}
article .rightimg{
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: static;
	margin-bottom: 14px;
}
article .description{
	height: 75px;
	overflow: hidden;
	font-size: 16px;
  line-height: 1.7;
	word-break: break-all;
	margin-bottom: 15px;
}
article .more{
	font-size: 15px;
	float: right;
	margin-right: 5px;
}

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

.link .linkBtn{
	clear: both;
	margin: 20px 1px;
	padding: 22px 0;
  border: 2px solid #13BFFF;
  text-align: center;
	font-size: 18px;
	position: relative;
}

/* =========================================================
  .pagenavi
========================================================= */
/*** セレクト型ページングのスタイル ***/
.pagenavi {
  margin: 31px 5px 60px;
  text-align: center;
}
.pagenavi .next__large {
  width: 100%;
  height: 74px;
  margin: 0 0 25px;
  display: block;
  position: relative;
  border: 2px solid #13BFFF;
  line-height: 74px;
  font-size: 20px;
  text-decoration: none;
  background: #FFF;
}
.pagenavi .next__large a {
  display: block;
}
.pagenavi .next__large a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32px;
  right: 22px;
  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;
}

/* 幅の狭いスマホ用 */
@media screen and (max-width:420px){
  #contents .formBtn a {
    font-size: 1.1rem;
  }

  @media screen and (max-width:380px){
    #contents .formBtn a {
      font-size: 1rem;
    }

    @media screen and (max-width:360px){
      #contents .formBtn a {
        font-size: 0.9rem;
      }
      .footFormBtn p {
        font-size: 0.8rem;
      }
	}
	/*　@media screen and (max-width:360px) */
  }
  /*　@media screen and (max-width:380px) */
}
/*　@media screen and (max-width:420px) */


/* ===================================
#footer
=================================== */
#foot{
	border-top: 2px solid;
	padding-top: 25px;
}