@charset "UTF-8";
/**
  * Media Query指定のテンプレート
  * @param {string} $breakpoints.sm - 画面の横幅がsmサイズ
  * @param {string} $breakpoints.md - 画面の横幅がmdサイズ
  * @param {string} $breakpoints.lg - 画面の横幅がlgサイズ
  * @param {string} $breakpoints.xl - 画面の横幅がxlサイズ
  */
/**
    * UA指定のテンプレート
    * @param {string} $breakdevices.touche - タッチデバイス（iOS, Android）
    * @param {string} $breakdevices.laptop - ラップトップデバイス（Windows, Mac OS）
    */
    .bw-news {
      display: none;
    }
    
    .bw-news.is-active {
      display: block;
    }
    
    .bw-news__item, .bw-news__item--list, .bw-news__item--support {
      display: block;
      position: relative;
      margin: 0;
      padding: 13px 45px 13px 15px;
      border-top: 1px solid #ccc;
      color: #333;
    }
    
    @media screen and (min-width: 769px) {
      .bw-news__item, .bw-news__item--list, .bw-news__item--support {
        padding-left: 0;
      }
    }
    
    .bw-news__item:last-child, .bw-news__item--list:last-child, .bw-news__item--support:last-child {
      border-bottom: 1px solid #ccc;
      margin-bottom: -1px;
    }
    
    .bw-news__item--list:after {
      position: absolute;
      content: "";
      width: 12px;
      height: 12px;
      border-top: 2px solid #DDDDDD;
      border-right: 2px solid #DDDDDD;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
    }
    
    .bw-news__item--list:hover {
      text-decoration: none;
      color: #888888;
    }
    
    .bw-news__item--support {
      font-weight: 300;
    }
    
    .bw-news__item--support:after {
      position: absolute;
      content: "";
      width: 12px;
      height: 12px;
      border-top: 2px solid #DDDDDD;
      border-right: 2px solid #DDDDDD;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
    }
    
    .bw-news__item--support:last-child {
      border-bottom: none;
    }
    
    .bw-news__item--support:hover {
      text-decoration: none;
      color: #888888;
    }
    
    .bw-news__item--support .bw-news__title {
      margin-bottom: 0;
    }
    
    .bw-news__item--support .bw-font--middle {
      padding-top: 13px;
    }
    
    .bw-news__time {
      padding: 15px 0;
      font-size: 12px;
    }
    
    .bw-news__label {
      padding: 5px 10px;
      margin-left: 16px;
      background-color: #F2F2F2;
      color: #000;
      font-size: 10px;
      font-weight: 600;
    }
    
    .bw-news__title {
      display: block;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 13px;
    }
    
    @media screen and (min-width: 769px) {
      .bw-news__title {
        font-size: 18px;
      }
    }
    
    .bw-news__body {
      position: relative;
      /* 201113 
      padding: 20px 15px;
      */
      padding: 0 20px 15px;
      font-size: 16px;
      font-weight: 300;
      /* 201113 
      border-top: 1px solid #ddd;
      */
  border-bottom: 1px solid #ddd;
    }
    
    @media screen and (min-width: 769px) {
      .bw-news__body {
        padding: 20px 0 18px;
      }
    }
    
    .bw-news__body p {
      line-height: 1.8;
    }
    
    .bw-news__pager {
      position: relative;
      max-width: 340px;
      margin: 40px auto;
      text-align: center;
    }
    
    .bw-news__pager__item {
      display: none;
      padding: 5px 10px;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      color: #333;
    }
    
    .bw-news__pager__item:hover {
      color: #333;
    }
    
    .bw-news__pager__item.is-active {
      display: inline-block;
      background-color: #F0F0F0;
      border-radius: 5px;
      pointer-events: none;
    }
    
    .bw-news__pager__item.is-prev {
      display: inline-block;
      position: absolute;
      left: 30px;
    }
    
    .bw-news__pager__item.is-prev:after {
      position: absolute;
      content: "";
      font-size: 24px;
      right: 62px;
      top: 10px;
      width: 12px;
      height: 12px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
    }
    
    .bw-news__pager__item.is-next {
      display: inline-block;
      position: absolute;
      right: 30px;
    }
    
    .bw-news__pager__item.is-next:after {
      position: absolute;
      content: "";
      font-size: 24px;
      width: 20px;
      height: 20px;
      right: -17px;
      top: 10px;
      width: 12px;
      height: 12px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    
    .bw-news__bottom {
      margin: 40px 0 0;
    }
    
    @media screen and (min-width: 769px) {
      .bw-news__bottom {
        margin: 40px 0 30px;
      }
    }
    
    .bw-news__bottom .bw-font__link {
      margin: 40px 0 20px;
    }
    
    .bw-news__block {
      margin-bottom: 3px;
    }

/* help add */
.bw-news__list li{
  margin:0 0 0 1em;
  text-indent: -1em;
}
.bw-news__sidelist{
  width: 100%;
    margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bw-news__sidelist li{
  padding: 0 10px;
}
.bw-news__sidelist li img{
  width: 100%;
  height: auto;
}
.bw-news__sidelist + .bw_center{
  margin: 0 0 -20px;
}
.bw-block__btn--bottom p{
  font-size: 16px;
  text-align: center;
}
.bw-block__btn--bottom a img{
  width: 100%;
}
.bw-news__body:only-child{
  border-bottom: none;
}
.bw-news__body + .bw-news__body{
  border-top: none;
  border-bottom: none;
  padding: 2em 15px 0;
}
.bw-news__body + .bw-news__list{
  font-size: 1.4rem;
  margin: 40px 15px -20px;
}
.bw-news__schedule__heading-h2{
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.bw-news__schedule__list{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
}
.bw-news__schedule__list li{
  padding: 15px 10px;
  margin-bottom: -1px;
  width: 50%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse;
  color: #333;
  font-size: 14px;
}
.bw-news__body--borderless{
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
.bw-news__body--borderlessBottom{
  border-bottom: none;
  padding-bottom: 0;
}
.bw-faq .bw-news__body p + .bw-faq__trigger{
  margin-top: 20px;
}
.bw-faq .bw-news__body .bw-faq__trigger{
  margin: 0 -15px;
}
.bw-faq .bw-news__body .bw-faq__trigger + .bw-faq__target p{
  padding: 0 0 15px;
}
.bw-faq__block + .bw-faq{
  margin-top: 46px;
}
.bw-signature{  
}
.bw_right.bw-signature{
  margin: 0 -15px;
  padding: 14px 15px;
}
.bw-faq__target + .bw-signature{
  border-top: 1px solid #ccc;
}
.bw-faq__trigger--indent{
  margin:0 0 0 2em;
  text-indent: -2em;
}

/* information add */
.bw-news__list{
  margin: 0;
  padding: 0;
}
.bw-news__list li{
  margin:0 0 0 1em;
  text-indent: -1em;
}
.bw-news__decimal{
  margin: 0;
  padding: 0;
}
.bw-news__decimal > li{
  margin: 0 0 0 1.5em;
  background: #FFF;
  list-style-type: decimal;
}


.bw-news__body:only-child{
  border-bottom: none;
}
.bw-news__title{
  margin-bottom: 0.5rem;
}
.bw-news__text__attention{
  font-size: 1.4rem;
  margin: 0 0 10px;
}
@media screen and (min-width: 769px) {
  .bw-news__title{
    font-size: 22px;
    margin-bottom: 13px;
  }
}

/* 201202 */
.bw-news__schedule__heading-h3{
  margin-bottom:  0;
}

.bw-news__indent{
  margin-bottom: 1.5em;
}