@charset "UTF-8";

/*--フォント--*/
#w_full + section .heading.block_header_2 .h,
#subtitle + section .heading p{
  font-family: "Arial",Helvetica, Verdana, sans-serif;
}

/*--価格背景--*/
#mpp + div .content_wrapper .pop .inner_item_txt dl{
  flex: 1;
  background: #9e0125;
  padding: 5px 10px;
  margin-right: 0;
  border-right: 1px solid #666;
}

#mpp + div .content_wrapper .pop li{
  padding:0;
}

#mpp + div .content_wrapper .pop li dt{
  padding-left:0;
}

#mpp + div .content_wrapper .pop li dt:before{
  content:none;
}

#mpp + div .content_wrapper .pop li:first-of-type{
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

#mpp + div .content_wrapper .pop li:not(:first-of-type){
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

#mpp + div .content_wrapper .pop .price {
    width: 50%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}

#mpp + div .heading.block_header_2 .h{
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 
  YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
}

@media screen and (max-width:500px){
  #mpp + div .content_wrapper .pop .inner_item_txt dl{
    border-right:none;
  }

  #mpp + div .content_wrapper .pop .price {
    width: 100%;
  }
}

/*--背景カラー修正--*/
#bg_black + div,
#bg_black + section{
  padding-left: 20px;
  padding-right: 20px;
}

/*--サブタイトルカラー修正--*/
.heading.block_header_4 .h {
  color: #fff;
}
#subtitle + section .heading p {
  color: #666;
  font-size: 22px;
}

/*--lv修正--*/
#lv div {
    opacity: 1;
}

/*--border線--*/
#bb1 + .block_news_1 .heading.block_header_7.align-center {
  justify-content: left;
  border-bottom: 1px solid #fff;
}
#bb + section .heading.block_header_5 {
  border-bottom: 1px solid #fff;
}
#bb + section .heading.block_header_7 {
  border-bottom: 1px solid #fff;
}
#w_full + section .heading.block_header_2 .h {
  display: block;
}