@charset "UTF-8";

/*--フォント修正--*/
#contact_tel + div .content_wrapper .inner_item_tel a{
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;
}

/*--フォームレイアウト修正--*/

.widget_form form .submit input {
  padding: 10px 10px 5px;
  color: #000000 !important;
  font-family: 'Hind';
}

.widget_form form .submit input:hover {
  color: #fff !important;
}

.widget_form form dl:nth-of-type(1) {
  padding-top:0;
}

.widget_form form dl{
    border-bottom: 1px solid var(--i_border_color);
    border-left: 1px solid var(--i_border_color);
    border-right: 1px solid var(--i_border_color);
    box-sizing: border-box;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media screen and (max-width:770px){
  .widget_form form dl {
    margin-top:20px;
  }
}

.widget_form form dt {
  background: #9e0125;
  padding:0 10px;
}

.widget_form form dd input{
  background: #070707;
}

.widget_form form dd input[type=text] {
  background: #fff;
  margin: 10px;
  padding: 0;
  width: calc(100% - 20px);
  color:#333!important;
}

.widget_form form dd textarea{
  background: #fff;
}

main form input[type=radio] + label::before, main form input[type=checkbox] + label::before {
  background: #fff;
}

.widget_form form dd select,
.widget_form form dd label:nth-of-type(1),
.widget_form form dd textarea,
.widget_form form dd textarea + p{
  margin:10px 0 10px 10px;
}

@media screen and (max-width:770px){
  .widget_form form dd label{
    margin:10px 0 10px 10px;
  }
}

.widget_form form dd textarea{
  width: calc(100% - 20px);
}

#contact_note + section.contents_box01 .content_wrapper {
  border:none;
  background: transparent;
}

#contact_note + section.contents_box01 .content_wrapper .heading.block_header_7{
  text-align: center;
  justify-content: center;
}

#contact_note + section.contents_box01 .content_wrapper .wrapper_item{
  border-top:1px solid #fff;
}

@media screen and (min-width:851px) and  (max-width:980px){
  #contact_note + section.contents_box01 .content_wrapper .heading.block_header_7 .h{
    font-size:1.8vw;
  }

  #contact_note + section.contents_box01 .content_wrapper .inner_item_txt{
    font-size:1.6vw;  
  }
}

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

#contact_tel + div .content_wrapper .inner_item_txt{
  background: #070707;
}

/*--lv修正--*/
#lv{
  height:151px!important;
}
#lv_outer #lv div.parallax_img {
  height: 151px!important;
}