@import url("../../style/common.css");
/* sectionone */
.sectionone{
    background: url("../image/mainvisual.jpg") top center no-repeat;
    background-size: cover;
    margin-top: 0;
    padding: 31.25% 0 0 0;
}

.sectionone-sp {
  background: url("../image/news_sp@2x.jpg") top center no-repeat;
  background-size: cover;
  margin-top: 0;
  padding: 31.25% 0 0 0;
  height: 413px;
  max-width: 100%;
}

/* sectionone - title */
.sectionone{
    height: 350px;
}

.title{
    text-align: center;
    font-weight: bold;
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
    color: white;
}

.sectionone h1{
    text-align: center;
}

.redline{
    color:red;
    font-size:60px;
    position: relative;
    top:100px;
    right:40px;
    z-index: 0;
}

.news{
    z-index: 1;
    padding-bottom:10%;
}

.sectiontwotitle{
    font-weight: bold;
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
    padding-top: 3%;
    font-size: 2.08vw;
}

.red{
    color:red;
}

.hr{
    width:100%;
    background-color: #d4d5db;;
    height:1px;
}

.grey{
    color:grey;
}
.guide {
  font-size: 0.729vw;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    margin-bottom: 40px;
  }
  .sectiontwotitle {
    font-size: 32px;
  }
  .guide {
    font-size: 14px;
  }
}
/* newscolumn */
.newslist{
    display: flex;
    justify-content: space-between;
    padding: 4% 0;
}

.list{
    float:left;
}

.date{
    margin-top:0.5%;
}
.newsleft {
  position: relative;
  width: 42%;
  padding-top: 23.625%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  }
.newsimage{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsintro{
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.timeform{
    color: grey;
    margin-top: 0;
    font-size: 0.729vw;
}

.newstitle{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.666667vw;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shortredline{
    width: 3.90625vw;
    background-color:red;
    height: 2px;
    margin-top: 1%;
}

.newscontent{
    font-size: 0.83333vw;
    color: #242424;
}

.btn{
    display: block;
    margin-top:2%;
    width: 8.4375vw;
    text-align: center;
    background-color: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.05);
    font-weight: bold;
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
    padding:  0.83333vw;
    font-size:  0.83333vw;
    box-shadow: inset 0 0 0 0 #D70C18;;
    transition:ease-out 0.2s;
}
.btn:hover {
  box-shadow: inset 8.4375vw 0 0 0 #D70C18;
  border: 1px solid #D70C18;
  color: #fff;
}

/* page */
.page{
    padding-top:5%;
    display: flex;
}

.box{
  margin-right: 1.25vw;
}

.page-numbers{
    display: inline-block;
    width: 3.333vw;
    padding: 0.9895vw 0;
    border: solid 1px #bcbcbc;
    color: #bcbcbc;
    text-align: center;
    font-size: 0.9375vw;
    transition:ease-out 0.2s;
}

.page-numbers:link:visited {
  color: #bcbcbc;
}

.page-numbers.current {
  color: #5f5f5f;
  border: 1px solid #5f5f5f;
}

.page-numbers:hover {
  color: #fff;
  background: #d72e1f;
  border: 1px solid #d72e1f;
}

.page-numbers.next,.page-numbers.prev {
  width: 4.6875vw;
}

@media screen and (min-width: 769px) {
  /* .navi_container-ver2 {
    margin-top: 0;
  } */

  .navi_container-ver2+.sectiontwo {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .newslist {
    display: block;
  }
  .newsleft {
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 18px 0;
  }
  .newsintro {
    width: 100%;
  }
  .newstitle {
    font-size: 20px;
  }
  .shortredline {
    width: 75px;
    margin-top: 12px;
  }
  .btn {
    font-size: 14px;
  }
  .timeform{
    font-size: 12px;
  }
  .newscontent{
    font-size: 14px;
  }
  .btn{
    display: block;
    margin-top:2%;
    width: 134px;
    text-align: center;
    background-color: rgba(0,0,0,.05);
    border:none;
    font-weight: bold;
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
    padding:  12px;
    font-size:  14px;
    box-shadow: inset 0 0 0 0 #d72e1f;
    transition:ease-out 0.2s;
  }
  .page-numbers {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: solid 1px #bcbcbc;
    color: #bcbcbc;
    text-align: center;
    font-size: 18px !important;
    transition:ease-out 0.2s;
  }
  .page-numbers.next,.page-numbers.prev {
    width: 82px !important;
    height: 34px;
  }
}
