@charset "utf-8";

.hero-cmn-01 .box-ttl-01 .ttl-01{
  line-height: 1;
}
.content-inner {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .content-inner {
    padding: 0 20px;
  }
}
/* nav-category
----------------------------------------------*/
.nav-category{
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
  .nav-category ul {
    margin-left: -1em;
    letter-spacing: -.3em;
  }
  .nav-category li {
    display: inline-block;
    margin-left: 1em;
    letter-spacing: normal;
    text-align: center;
  }
  .nav-category li a {
    display: block;
    padding: .4em 1.2em;
    background-color: #fff;
    color: #c86368;
    font-weight: bold;
    border: 3px solid #fff;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }
  .nav-category li a.current {
    color: #ad181f;
    border: 3px solid #ad181f;
  }
  .nav-category li a:hover {
    color: #ad181f;
    background-color: #eee;
  }

@media screen and (max-width: 767px) {
  .nav-category ul {
    margin-left: 0;
    letter-spacing: normal;
    overflow: hidden;
  }
  .nav-category li {
    float: left;
    width: 50%;
    margin: 0;
  }
  .nav-category li a{
  }
}


/* item-news
----------------------------------------------*/
.item-news {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px #a7a7a7 solid;
}
  .item-news a{
    display: block;
    overflow: hidden;
  }
  .item-news-photo {
    float: left;
    margin-right: 40px;
    width: 50%;
    max-width: 350px;
  }
  .item-news-photo img{
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .item-news-photo.noimage {
    padding: 24px 10px;
    border: 1px #d7d5d5 solid;
  }

  .item-news-txt {
    overflow: hidden;
  }
  .item-news-header{
    margin-bottom: 24px;
  }
  .item-news-header time {
    display: inline-block;
    margin-right: 0.4em;
    vertical-align: middle;
    color: #ad181f;
    font-weight: bold;
  }
  .item-news-header .category {
    display: inline-block;
    padding:.1em .8em 0 .8em;
    vertical-align: middle;
    background-color: #ad181f;
    color: #fff;
    font-weight: bold;
  }
  .item-news-ttl {
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 15px;
  }
@media screen and (max-width: 767px) {
  .item-news-photo {
    float: none;
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .item-news-ttl, .item-news-header{
    margin-bottom: 16px;
  }
}

/* nav-pager
----------------------------------------------*/
.nav-pager {
  margin-left: -10px;
  margin-bottom: 44px;
  text-align: center;
  letter-spacing: -.3em;
}
.nav-pager a {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 6px 12px;
  text-align: center;
  letter-spacing: normal;
  background-color: #fff;
  border: 1px #c3c1c1 solid;
  font-size: 18px;
  font-weight: bold;
}

.nav-pager a.active,.nav-pager a.WCMselected {
  pointer-events: none;
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.nav-pager a b {
    color: #ad181f;
}

@media screen and (max-width: 767px) {
  .nav-pager {
    margin-left: -4px;
  }
  .nav-pager a {
    margin-left: 4px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .nav-pager a.btn-prev span,
  .nav-pager a.btn-next span {
    display: none;
  }

}




/* item-news
----------------------------------------------*/
.item-detail {
  margin-bottom: 40px;
}
  .item-detail-photo-main{
    text-align: center;
    margin-bottom: 40px;
  }
  .item-detail img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .item-detail-photo-main img{
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .item-detail-txt {
    font-size: 15px;
  }

  .item-detail-header{
    margin-bottom: 24px;
  }
  .item-detail-header time {
    display: inline-block;
    margin-right: 0.4em;
    vertical-align: middle;
    color: #ad181f;
    font-weight: bold;
  }
  .item-detail-header .category {
    display: inline-block;
    padding:.1em .8em 0 .8em;
    vertical-align: middle;
    background-color: #ad181f;
    color: #fff;
    font-weight: bold;
  }
  .item-detail-ttl {
    font-weight: bold;
    margin-bottom: 36px;
    font-size: 18px;
  }

  .item-detail-subphoto {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .item-detail-subp {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
@media screen and (max-width: 767px) {
}

