@charset "UTF-8";


.news {
    margin-bottom: 7%;
    background: #e1e1e1;
    padding: 3%;
    word-wrap: break-word;
}
.newsBox {
    display: flex;
    margin-bottom: 2%;
}
.newsBox h3 {
    font-size: 2rem;
    margin: 2% 0;
}
.newsInfo time {
    font-weight: bold;
}
.newsImg {
    width: 35%;
}
.newsInfo {
    margin-right: 3%;
    width: 62%;
}
.newsRead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.more {
    padding: 1% 2%;
    border: solid 1px #00aeef;
    color: #00aeef;
}

.newsRead p {
    margin-right: 5%;
}

.newsFrame img {
    max-width: 100%;
    width: auto;
}


.newsFrame strong{
    font-weight:bold!important;   
}

.newsFrame em{
    font-style: italic!important;
}    

/*detail*/

.newsOuter {
    display: flex;
}
.side {
    width: 20%;
}

.newsFrame {
    width: 100%;
    margin-right: 5%;
}

.newsArticle {
    margin-bottom: 7%;
    background: #e1e1e1;
    padding: 3%;
}

.articletime {
    margin-bottom: 2%;
}
h3.newsArticleTtl {
    font-size: 2.4rem;
    line-height: 1.4;
    color: #00aeef;
    margin-bottom: 2%;
}
.articleCategory {
    margin-bottom: 2%;
}
.newsArticleImg {
    margin-bottom: 2%;
}

.articlepager {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
.articleback,.articlenext {
    display: block;
    width: 90px;
    height: 36px;
    position: relative;
    color: #00aeef;
    font-size: 1.8rem;
    text-align: center;
    border: solid 1px #00aeef;
    line-height: 2;
}
.articlenext:before, .articlenext:after,
.articleback:before, .articleback:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}
.articlenext:before,.articleback:before {
    top: 0;
    right: -104px;
    border-style: solid;
    border-color: transparent transparent transparent #00aeef;
    border-width: 18px 0 18px 15px;
}
.articlenext:after, .articleback:after {
    top: 0;
    right: -102px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 18px 0 18px 15px;
    z-index: 10;
}
.articleback:before {
    left: -212px;
    border-color: transparent #00aeef transparent transparent;
    border-width: 18px 18px 18px 0;
}
.articleback:after {
    left: -208px;
    border-color: transparent #fff transparent transparent;
    border-width: 18px 18px 18px 0;
    z-index: 10;
}


/*side*/
.categories {
    margin-bottom: 20%;
}
.side h3 {
    margin-bottom: 5%;
    border-bottom: solid 1px #00aeef;
}

.side ul li {
    position: relative;
    padding-left: 15px;
    line-height: 2;
}

.side ul li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #00aeef;
    border-radius: 50%;
}

/*------- archiveTitle ---------*/
.archiveTitle {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
}
/*
.archiveList li{
  padding: 0 0 0 15px;
  margin-bottom: 15px;
  border-left: 5px solid #00aeef;
  line-height: 1.5;
  clear: both;
}*/

.fileBox{
    border-top:1px solid #cccccc;
    margin-top:5px;
    padding-top:10px;
}

/* Media Queries ================================================== */
@media screen and (max-width: 768px) {

.newsImg {
    width: 100%;
    float: none;
}
.newsInfo {
    width: 100%;
    float: none;
    padding-bottom: 5%;
}


.newsBox {
    display: block;
}
.newsRead {
    display: block;
}
.newsRead p {
    margin: 0 0 5% 0;
}

.more {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}


.news {
    margin-bottom: 15%;
}


/*pager*/
.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件へ　";
}


/*detail*/
.newsOuter {
    display: block;
}
.side {
    width: 100%;
}
.articlepager {
    margin-bottom: 25%;
}
.articlepager {
    margin-bottom: 25%;
}

}
