@charset "UTF-8";
/* filters */
/* font_size */
/*#news 一覧
-----------------------------------------*/
#News h4 {
  margin-bottom: 16px;
  text-indent: -10px;
}

@media only screen and (max-width: 768px) {
  #News h4 {
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    font-size: 16.4px;
  }
}

#News #titleArea {
  padding-top: 123px;
}

@media only screen and (max-width: 768px) {
  #News #titleArea {
    padding-top: 87px;
  }
}

#News section {
  /*news下層
		-------------------------------------*/
}

#News section.contentBoxStyle01 {
  padding: 60px 0 100px;
}

@media only screen and (max-width: 768px) {
  #News section.contentBoxStyle01 {
    padding: 39px 0 50px;
  }
}

#News section .contentBoxInner {
  box-sizing: border-box;
  padding: 60px 70px 60px 60px;
  background-color: #fff;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #News section .contentBoxInner {
    padding: 60px 10%;
  }
}

@media only screen and (max-width: 768px) {
  #News section .contentBoxInner {
    padding: 32px 5%;
  }
}

#News section .newsList {
  margin: 0;
  padding: 0;
}

#News section .newsList li {
  margin: 0 0 43px;
  list-style: none;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  #News section .newsList li {
    margin-bottom: 35px;
    margin-left: 0;
    text-align: center;
  }
}

#News section .newsList a dd {
  text-decoration: underline;
}

#News section .date {
  float: left;
  width: 208px;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  #News section .date {
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    float: none;
  }
}

#News section .date:after {
  display: inline-block;
  width: 90px;
  margin: 0 17px 0 23px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  #News section .date:after {
    width: 70px;
    height: 15px;
    margin: 0 20px 0 13px;
    font-size: 10px;
    line-height: 1.5;
  }
}

#News section .newsTxt {
  position: relative;
  margin-left: 93px;
  letter-spacing: 0;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  #News section .newsTxt {
    margin-left: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
}

#News section .info:after {
  content: "お知らせ";
  background-color: #acacac;
}

#News section .release:after {
  content: "リリース";
  background-color: #777777;
}

#News section .pagiNation {
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  #News section .pagiNation {
    padding-top: 18px;
  }
}

#News section .pagiNation .next,
#News section .pagiNation .prev,
#News section .pagiNation span.number {
  display: inline-block;
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  #News section .pagiNation .next,
  #News section .pagiNation .prev,
  #News section .pagiNation span.number {
    padding-right: 0;
  }
}

#News section .pagiNation .next a,
#News section .pagiNation .prev a,
#News section .pagiNation span.number a {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: solid 1px #444;
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #News section .pagiNation .next a,
  #News section .pagiNation .prev a,
  #News section .pagiNation span.number a {
    width: 40px;
    height: 40px;
    border-left: none;
    padding: 3px;
    font-weight: bold;
    font-size: 19px;
  }
}

#News section .pagiNation .next a:hover,
#News section .pagiNation .prev a:hover,
#News section .pagiNation span.number a:hover {
  background-color: #444;
  color: #fff;
}

#News section .pagiNation span.current {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: solid 1px #444;
  text-align: center;
  background-color: #444;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #News section .pagiNation span.current {
    padding-right: 0;
    width: 40px;
    height: 40px;
    border-left: none;
    padding: 3px;
    font-weight: bold;
    font-size: 19px;
  }
}

#News section .pagiNation ul {
  display: inline-block;
}

#News section .pagiNation .next a,
#News section .pagiNation .prev a {
  text-indent: -9999px;
}

#News section .pagiNation .disabled {
  display: none;
}

#News section .pagiNation .prev a {
  background: url(../img/icon_arrow_04.png) no-repeat center;
}

#News section .pagiNation .prev a:hover {
  background: url(../icon_arrow_06.png) no-repeat center #444;
}

@media only screen and (max-width: 768px) {
  #News section .pagiNation .prev a {
    border: solid 1px #444;
    background: url(../icon_arrow_04@2x.png) no-repeat center;
    background-size: 9px;
  }
}

#News section .pagiNation .next a {
  background: url(../../../assets/img/icon_arrow_05.png) no-repeat center;
}

#News section .pagiNation .next a:hover {
  background: url(../../../assets/img/icon_arrow_07.png) no-repeat center #444;
}

@media only screen and (max-width: 768px) {
  #News section .pagiNation .next a {
    background: url(../../../assets/img/icon_arrow_05@2x.png) no-repeat center;
    background-size: 9px;
  }
}

#News section .detailDate {
  text-align: center;
  padding-bottom: 51px;
}

@media only screen and (max-width: 768px) {
  #News section .detailDate {
    padding-bottom: 27px;
  }
}

#News section .detailDate .date {
  float: none;
  width: 100%;
  font-weight: normal;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  #News section .detailDate .date {
    margin-bottom: 29px;
    padding-left: 10px;
  }
}

#News section .detailDate .newsTtl {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: .02em;
}

@media only screen and (max-width: 768px) {
  #News section .detailDate .newsTtl {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .02em;
    font-weight: bold;
    text-align: left;
  }
}

#News section .newsImgArea {
  margin-bottom: 52px;
}

@media only screen and (max-width: 768px) {
  #News section .newsImgArea {
    margin: 0 0 31px;
  }
}

#News section .newsImgArea img {
  width: 100%;
}

#News section .newsTxtArea {
  margin: 0 6.89655%;
}

@media only screen and (max-width: 768px) {
  #News section .newsTxtArea {
    margin: 0;
  }
}

#News section .newsTxtArea p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #News section .newsTxtArea p {
    margin: 0 0 22px;
  }
}

#News section .newsLinkArea {
  margin: 52px 6.89655% 0;
  border: solid 1px #eaebec;
  padding: 7px 0 7px 29px;
}

@media only screen and (max-width: 768px) {
  #News section .newsLinkArea {
    margin: 40px 0 0;
    border: none;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  #News section .newsLinkArea li {
    margin-bottom: 12px;
  }
}

#News section .newsBackBtn {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .04em;
  margin: 50px 0 0;
}

@media only screen and (max-width: 768px) {
  #News section .newsBackBtn {
    margin: 38px 0 0;
  }
}

/*# sourceMappingURL=maps/news_style.css.map */
