@charset "UTF-8";

/*--フォント--*/
#bb1 + section .heading.block_header_7 .h,
#bg_p + section .content_wrapper .inner_item_txt p strong{
  font-family: "Arial",Helvetica, Verdana, sans-serif;
  font-weight:normal;
}
#Segoe_font + div .content_wrapper .heading+.add_text{
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 
  YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
}

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

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

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

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

#hcp + 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;
}

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

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

#hcp + 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){
  #hcp + div .content_wrapper .pop .inner_item_txt dl{
    border-right:none;
  }

  #hcp + 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;
}
#color1 + .composite_box01 .inner_item .inner_item_txt p {
  font-size: 12px;
  color: #999999;
}

/*padding調整*/
#bg_p + .contents_box01 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 850px) {
#bg_p + .contents_box01 {
  padding-left: initial;
  padding-right: initial;
}
}

/*--lv修正--*/
#lv{
  height:151px!important;
}
#lv div {
    opacity: 1;
}
#lv_outer #lv div.parallax_img {
  height: 151px!important;
  max-width: 1800px;
  left: 50%;
  transform: translateX(-50%)!important;
}

/*--border線--*/
#seko + .block_news_1 .heading.block_header_7.align-center {
  justify-content: flex-end;
  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;
}
#bb1 + section .heading.block_header_7 {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
#w_full + section .heading.block_header_2 .h {
  display: block;
}

@media screen and (max-width: 700px){
  #color1 + div .content_wrapper  .inner_item {
    margin-bottom: 60px!important;
  }

  #color2 + div .content_wrapper  .inner_item {
    margin-bottom: 60px!important;
  }

}
