@charset "utf-8";
/* @import url(cmn.css);
@import url(base.css); */

.mv{
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: cover;
  height: 400px;
}

.wrapper3 h3{
  text-align: center;
}
.wrapper3 h4{
  text-align: left;
}

#lv .txt p.p1{
	border-bottom:none!important;
}
.wrapper3 {
  width: 100%;
  max-width: 1400px;
}


.wrapper3,.wrapper4 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
}
#information{

}
.mv_under_innr h2 span{
  text-transform: uppercase;
}
.wrapper3 h3 span{
  text-transform: uppercase;
}

/* ----------------------------------------
 contents
------------------------------------------- */
.contents {
  float: right;
  width: 75%;
}
.news-title {
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.3;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.news-title a{
  color: #333333;
}
/* ----------------------------------------
 side
------------------------------------------- */
.side {
  float: left;
  width: 20%;
}
.underlayer h3::after {
    content: "";
    display: block;
    border-bottom:none!important;
    margin: 0px auto 0;
    border-radius: 2px;
}
.cate-menu h3 {
  color: #fff;
  font-size: 1.8rem;
	font-weight: normal;
  line-height: 1;
  background-color:#000;
  padding: 10px 10px;
}
.cate-menu ul{
	/* margin-top:-20px; */
}
.cate-menu li a {
  /* border-bottom: 1px dotted #555; */
 color: #000;
 font-weight:normal!important;
}
.cate-menu{
	margin-bottom:20px;
	border: 1px solid #01356D;
}
.cate-menu li a {
  display: block;
  font-weight: bold;
  padding: 8px 10px;
	text-align: center;
}
/* .cate-menu .children li a {
  font-size: 80%;
  padding: 30px 10px 15px 30px;
  position: relative;
}
.cate-menu .children li a::before {

} */
.btn_blue a {
    color: #fff;
    padding: 10px 64px;
    background-color: #b90000;
    text-decoration: none!important;
}
/* ----------------------------------------
 一覧
------------------------------------------- */
.article-box {
  text-align: left;
  margin-bottom: 60px;
	padding: 0;
}
.article-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.article-box a {
  text-decoration: underline;
}
.article-box a:hover {
  color: #000 !important;
  text-decoration: underline;
}
.article-box h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.article-box h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.article-box h3 {
  font-size: 2.0rem;
  border-left: 5px solid #4B4949;
  padding-left: 10px;
  margin-bottom: 20px;
}
.article-box ul {
  margin-bottom: 20px;
}
.article-box ul li {
  list-style-type: disc;
  margin-left: 20px;
  background-size: 5px auto;
  margin-bottom: 6px;
}
.article-box p {
  margin-bottom: 15px;
}
.remark {
  text-align: left;
  margin-bottom: 22px;
}
.remark .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.remark .post-categories {
  display: inline;
  /* display: inline-block; */
}
.remark .post-categories li {
  display: inline-block;
  margin-right: 1%;
}
.remark .post-categories li a {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  background-color: #01356D;
  padding: 0px 12px;
  /* border-radius: 6px; */
  margin-right: 5px;
}

.remarks {
  text-align: left;
  margin-bottom: 30px;
}
.remarks .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.remarks .post-categories {
  display: inline-block;
}
.remarks .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
.remarks .post-categories li a {
  display: inline-block;
  font-size: 0.9rem;
  color: #000;
  background-color: #F0E7BD;
  padding: 3px 15px;
  border-radius: 10px;
}

/* ----------------------------------------
 pager
------------------------------------------- */
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ECECEC;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #000;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle!important;
  margin-top:25%!important;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #000;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}
/* ------------------------------------------------------------
img-group
   ------------------------------------------------------------ */
.img-group {
  overflow: hidden;
}
.img-group li {
  float: left;
  width: 31%;
  /*横列調整*/
  box-sizing: border-box;
  text-align: center;
  margin-right: 3.5%;
  margin-bottom: 50px;
}
.img-group li:nth-child(3n) {
  margin-right: 0;
}
.img-group li div {
  position: relative;
  padding-top: 100%;
  /*縦横比調整*/
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-bottom: 5px;
}
.img-group li div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .contents {
    float: right;
    width: 71%;
  }
  .side {
    float: left;
    width: 25%;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  /* ----------------------------------------
contents
------------------------------------------- */
  .contents {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .news-title {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .cmn-title01 {
    margin-bottom: 30px;
  }
  .side {
    float: none;
    width: 100%;
  }
  .cate-menu h3 {
    font-size: 1.6rem;
    padding: 15px 10px;
  }
  /* ----------------------------------------
一覧
------------------------------------------- */
  .article-list {
    overflow: hidden;
  }
  .article-list li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .article-list li:nth-child(3n) {
    margin-right: 0;
  }
  /* ----------------------------------------
 記事部分
------------------------------------------- */
  .article-box h1 {
    font-size: 1.8rem;
  }
  .article-box h2 {
    font-size: 1.5rem;
  }
  .article-box h3 {
    font-size: 1.3rem;
  }
  .article-box ul {
    margin-bottom: 20px;
  }
  .remark {
    margin-bottom: 15px;
  }
  .remark .date {
    font-size: 1.2rem;
  }
  .remark .post-categories li a {
    font-size: 1.1rem;
  }
  /* ------------------------------------------------------------
img-group
   ------------------------------------------------------------ */
  .img-group {
    overflow: hidden;
  }
  .img-group li {
    width: 48%;
    /*横列調整*/
    margin-right: 4%;
    margin-bottom: 25px;
  }
  .img-group li:nth-child(3n) {
    margin-right: 4%;
  }
  .img-group li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 640px) {
.mv_under {
  background-image: url(../img/news/mv_under_sp.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  position: relative;
}
}
