@charset "UTF-8";

/*タイトル調整*/
#new-title + section .heading.block_header_2 .h {
    padding: 0 8px;
    border-left: solid 8px var(--i_main_color);
    border-bottom: dotted 2px var(--i_main_color);
}
#new-title + section .heading.block_header_2 .h:before,
#new-title2 + section .heading.block_header_2 :before{
    content:none;
}
#new-title2 + section .heading.block_header_2{
    border-bottom: double 4px var(--i_txt_color);
}
#new-title2 + section .block_header_2 .h{
    padding: 0px;
}
/*問い合わせパーツ調整*/
@media screen and (max-width: 900px){
.contents_box01.pb0+.contents_box01.pt0,
.contents_box01.pb10+.contents_box01.pt0,
.contents_box01.pb20+.contents_box01.pt0,
.contents_box01.pb30+.contents_box01.pt0{
    padding-top: 0px;
}
}