@charset "UTF-8";
/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * news.scss
 */
#news {
  /* #header */
  /*--------------------------------------------------
   index
  --------------------------------------------------*/
  /* PC
  --------------------------------------------------*/
  /* #indexList */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
  /*--------------------------------------------------
   detail
  --------------------------------------------------*/
  /* PC
  --------------------------------------------------*/
  /* #newsDetail */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#news .gNav > ul > li.news a,
#news .gNav > ul > li.news .label {
  border-bottom-color: #ffe73f;
}
#news #indexList #categorySelect {
  position: relative;
  z-index: 2;
  width: 394px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 1.04;
  background: #ffffff;
}
#news #indexList #categorySelect .label {
  position: relative;
  padding: 24px 62px 18px 25px;
  cursor: pointer;
}
#news #indexList #categorySelect .label:after {
  content: '';
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
  border-top: #000000 solid 13px;
  border-right: transparent solid 6px;
  border-left: transparent solid 6px;
}
#news #indexList #categorySelect .select {
  position: relative;
}
#news #indexList #categorySelect .select .list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
}
#news #indexList #categorySelect .select .list li a {
  display: block;
  padding: 12px 25px 10px;
  color: #000000;
  text-decoration: none;
}
#news #indexList #categorySelect .select .list li a.on, .noTouch #news #indexList #categorySelect .select .list li a:hover {
  background: #ffe73f;
  color: #ffffff;
}
#news #indexList #categorySelect.open .label {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.5);
}
#news #indexList .newsList {
  border-top: #000000 solid 1px;
}
#news #indexList .newsList li {
  border-bottom: #000000 solid 1px;
}
#news #indexList .newsList li a {
  display: block;
  position: relative;
  padding: 22px 40px 21px 0;
  color: #000000;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  text-decoration: none;
  line-height: 1;
}
.msie #news #indexList .newsList li a {
  padding-top: 24px;
  padding-bottom: 19px;
}
#news #indexList .newsList li a .category {
  float: left;
  width: 9em;
  padding-top: 5px;
  font-size: 15px;
}
#news #indexList .newsList li a .date {
  float: left;
  padding-top: 5px;
  font-size: 15px;
}
#news #indexList .newsList li a .ttl {
  overflow: hidden;
  margin-left: 12em;
  font-size: 18px;
  line-height: 1.42;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news #indexList .newsList li a .arw {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: #ffe73f;
}
.msie #news #indexList .newsList li a .arw {
  margin-top: -16px;
}
#news #indexList .newsList li a .arw:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 13px;
  height: 10px;
  background: url(../imgs/arw-02_2_black.svg) no-repeat center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.noTouch #news #indexList .newsList li a:hover .arw:after {
  -moz-animation: arwMoveLeft 0.3s ease-in 0s;
  -webkit-animation: arwMoveLeft 0.3s ease-in 0s;
  animation: arwMoveLeft 0.3s ease-in 0s;
}
#news #indexList .more {
  margin-top: 40px;
  font-size: 19px;
  line-height: 1;
  text-align: center;
}
#news #indexList .more a {
  display: inline-block;
  position: relative;
  padding-top: 60px;
  color: #000000;
  text-decoration: none;
}
#news #indexList .more a:before, #news #indexList .more a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -25px;
  border: #ffe73f solid 2px;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#news #indexList .more a:before {
  background-color: #ffffff;
  background-image: url(../imgs/arw-01_2.svg);
}
#news #indexList .more a:after {
  background-color: #ffe73f;
  background-image: url(../imgs/arw-01_2_white.svg);
  opacity: 0;
}
.noTouch #news #indexList .more a:hover:before {
  opacity: 0;
}
.noTouch #news #indexList .more a:hover:after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #news {
    /* #indexList */
  }
  #news #indexList #categorySelect {
    width: auto;
    margin: 0 0 30px;
    font-size: 18px;
  }
  #news #indexList #categorySelect .label {
    padding: 17px 60px 13px 20px;
  }
  #news #indexList #categorySelect .label:after {
    right: 35px;
    margin-top: -6px;
  }
  #news #indexList #categorySelect .select {
    position: relative;
  }
  #news #indexList #categorySelect .select .list {
    padding: 5px 0;
  }
  #news #indexList #categorySelect .select .list li a {
    padding: 12px 20px 8px;
  }
  #news #indexList #categorySelect.open .label {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.5);
  }
  #news #indexList .newsList li a {
    padding: 20px 0 15px;
  }
  #news #indexList .newsList li a.msie #news #indexList .newsList li a {
    padding-top: 22px;
    padding-bottom: 18px;
  }
  #news #indexList .newsList li a .category {
    float: left;
    width: auto;
    padding-top: 0;
  }
  #news #indexList .newsList li a .date {
    padding-top: 0;
    padding-left: 20px;
  }
  #news #indexList .newsList li a .ttl {
    clear: both;
    overflow: visible;
    margin-left: 0;
    padding-top: 10px;
    font-size: 17px;
    white-space: normal;
  }
  #news #indexList .newsList li a .arw {
    display: none;
  }
  #news #indexList .more {
    margin-top: 40px;
    line-height: 1;
    text-align: center;
  }
  #news #indexList .more a {
    display: inline-block;
    position: relative;
    padding-top: 60px;
    color: #000000;
    text-decoration: none;
  }
  #news #indexList .more a:before, #news #indexList .more a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -25px;
    border: #ffe73f solid 2px;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #news #indexList .more a:before {
    background-color: #ffffff;
    background-image: url(../imgs/arw-01_2.svg);
  }
  #news #indexList .more a:after {
    background-color: #ffe73f;
    background-image: url(../imgs/arw-01_2_white.svg);
    opacity: 0;
  }
  .noTouch #news #indexList .more a:hover:before {
    opacity: 0;
  }
  .noTouch #news #indexList .more a:hover:after {
    opacity: 1;
  }
}
#news #newsDetail .detail {
  max-width: 880px;
  margin: 0 auto;
}
#news #newsDetail .detail .title {
  margin-bottom: 15px;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  line-height: 1.04;
}
#news #newsDetail .detail .meta {
  margin-bottom: 30px;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 1.04;
}
#news #newsDetail .detail .meta .category {
  margin-right: 1em;
}
#news #newsDetail .detail .image {
  margin-bottom: 20px;
}
#news #newsDetail .detail .image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#news #newsDetail .detail .body {
  font-size: 22px;
  line-height: 1.46;
}
#news #newsDetail .detail .body p {
  margin-top: 1.46em;
}
#news #newsDetail .detail .body p:first-child {
  margin-top: 0;
}
#news #newsDetail .detail .body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#news #newsDetail .detail .body a {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#news #newsDetail .detail .links {
  margin-top: 60px;
}
#news #newsDetail .detail .links .ttl {
  margin-bottom: 10px;
  font-family: "UniversLT-CondensedBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}
#news #newsDetail .detail .links dl dt {
  margin: 15px 0 5px;
  font-size: 14px;
}
#news #newsDetail .detail .links dl dt:first-child {
  margin-top: 0;
}
#news #newsDetail .detail .links dl dd {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#news #newsDetail .detail .btn01 {
  margin-top: 60px;
}
#news #newsDetail + #bottomNav {
  position: static;
}
#news #newsDetail + #bottomNav .linkBack {
  top: 25px;
}
@media only screen and (max-width: 767px) {
  #news {
    /* #newsDetail */
  }
  #news #newsDetail {
    padding-top: 55px;
  }
  #news #newsDetail .detail .title {
    margin-bottom: 10px;
    font-size: 23px;
  }
  #news #newsDetail .detail .meta {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #news #newsDetail .detail .body {
    font-size: 17px;
    line-height: 1.42;
  }
  #news #newsDetail .detail .body p {
    margin-top: 1.42em;
  }
  #news #newsDetail .detail .links {
    margin-top: 30px;
  }
  #news #newsDetail .detail .links .ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #news #newsDetail .detail .links dl dt {
    font-size: 15px;
  }
  #news #newsDetail .detail .links dl dd {
    font-size: 14px;
  }
  #news #newsDetail .detail .btn01 {
    margin-top: 30px;
  }
}
