@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）
*/

/* news */
.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 {
  font-size: 14px;
}

.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 {
  border-top: none;
  border-bottom: none;
  padding: 40px 15px 0;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  .bw-news__body,
  .bw-news__body.title_border {
    padding: 40px 0 18px;
  }
}

.bw-news__body p {
  line-height: 1.8;
}

.bw-news__bottom {
  margin: 40px 0 0;
}

.bw-news__bottom .bw-font__link {
  margin: 40px 0 20px;
}

.bw-news__block {
  border-bottom: 1px solid #ddd;
  padding: 0 15px 10px;
}

/* 参加雑誌一覧ボタンエリア */
.bw-labelbtn-block{
  margin: 22px 16px 0 16px;
  max-width: 100%;
}

.bw-labelbtn-block__btn{
  position: relative;
  display: flex;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #000;
  background-color: #009141;
  border-radius: 8px;
  color: #FFF;
  line-height: 1.2;
  align-items: center;
  justify-content:center;
}

.bw-labelbtn-block__btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}

.bw-labelbtn-block__btn:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -6px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 6px solid transparent;
  border-left: 10px solid #009141;
}

.bw-labelbtn-block__btn:hover{
  text-decoration: none;
  color: #FFF;
}

@media screen and (min-width: 769px) {
  .bw-labelbtn-block{
    max-width: 290px;
    margin: 20px 0 0 0;
  }

  .bw-labelbtn-block__btn:hover{
    opacity: .7;
  }
}

/* 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__list{
  font-size: 1.4rem;
  margin: 20px 15px 0;
}
.bw-news__schedule__heading-h2{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.bw-news__schedule__list{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
}
.bw-news__schedule__list li{
  width: 50%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: stretch; 
}
.bw-news__schedule__list a{
  color: #333;
  display: block;
  padding: 15px 40px 15px 15px;
  flex: 1;
}
.bw-news__schedule__list a:hover{
  text-decoration: none;
}
.bw-news__schedule__list li a:after{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #DDDDDD;
  border-right: 2px solid #DDDDDD;
  transform: rotate(45deg);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bw-news__schedule__list span{
  margin: 0 0 0 2px;
  font-size: 12px;
  font-weight: 700;
  color: #008354;
  border-radius: 4px;
  word-break: keep-all;
}

.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_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;
}
@media screen and (min-width: 769px) {
  .bw-news__list{
    margin: 30px 0px 0px 0;
  }
  .bw-news__sidelist{
    margin: 24px 0 40px;
  }
  .bw-news__block{
    padding: 0 0 10px 0;
  }
  .bw-news__body + .bw-news__body{
    padding: 40px 0 0;
  }
  .bw-news__body.bw-news__body-cookie{
    border-bottom: none;
  }
  .bw-news__schedule__heading-h2{
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
  .bw-faq .bw-news__body .bw-faq__trigger{
    margin: 0;
    font-size: 1.6rem;
  }
}

/* リスト3番目以降のボーダートップ削除 */
.bw-news__schedule__list li:nth-child(n+3){
	border-top:none;
}
