@charset "UTF-8";

/*--事故対応レイアウト修正--*/
#accident_response + section .content_wrapper .wrapper_item{
  flex-direction:row;
}

#accident_response + section .content_wrapper .wrapper_item .inner_item_img{
    max-width: 300px!important;
    margin: 0 auto;
}

#accident_response + section .content_wrapper .wrapper_item .inner_item_txt{
  padding-left:20px;
  padding-right:0;
}

/*--背景カラー修正--*/
footer{
  background: #131313;
}

#bg_black + div,
#bg_black + section{
  padding-left: 20px;
  padding-right: 20px;
}

#color3 + .hp .heading{
  background-color: rgba(122,0,34, 1);
}

#color3 + section .heading.block_header_3:before{
  border:none;
}

/*--サブタイトルカラー修正--*/
.heading.block_header_4 .h {
  color: #666;
}

/*--フォント修正--*/
@media screen and (max-width: 800px){
  #color3 + section .heading.block_header_3 .h{
    font-size: 1.6rem;
  }
}

#accident_response + section .content_wrapper .inner_item_txt p span span,
.heading.block_header_1 .h,
.heading.block_header_6 p,
.heading.block_header_6 .h,
.heading.block_header_7 .h,
body.ft04 h3,
body.ft04 h2,
#lv p span {
  font-family: Garamond, 'Times New Roman', MyYuMinchoM, '游明朝 Medium', 'Yu Mincho Medium', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif!important;
}

#color3 + section .heading.block_header_3 .h,
#color3 + section .heading.block_header_3 p,
body.ft04.view_single{
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;
}

#color3 + section .heading.block_header_3 .h{
  font-weight: normal;
}

/*--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線--*/
#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;
}