@charset "UTF-8";

@media screen and (min-width:851px){
  #bg_black + section{
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

/*--border線--*/
#bb + section .heading.block_header_5 {
  border-bottom: 1px solid #fff;
}
#bb + section .heading.block_header_7 {
  border-bottom: 1px solid #cccccc;
}
#w_full + section .heading.block_header_2 .h {
  display: block;
}
#bg_black + section .heading.block_header_2 .h {
  display: block;
}
#bg_black + section .heading.block_header_7 {
  border-bottom: 1px solid #fff;
}
#bg_black + section .heading.block_header_5 {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 769px) {
.index .heading.block_header_1 p, .index .heading.block_header_6 .h, .heading.block_header_1 p, .heading.block_header_6 .h {
    font-size:min(3.8rem,30px)!important;
}
}