@charset "UTF-8";

/*--よくある質問修正--*/
#faq + div.contents_faq01 dl:nth-of-type(1){
  border-top: 1px solid #47f402;
}

#faq + div.contents_faq01 dl{
  border: 1px solid #47f402;
  margin-bottom: 10px;
}

#faq + div.contents_faq01 dt:before{
  color: #fff;
}

#faq + div.contents_faq01 dd:before,
#faq + div.contents_faq01 dd{
  color: #b8b8b8;
}

#faq + div.contents_faq01.add_design2 dt:after{
  color: #b8b8b8;
}

/*--背景カラー修正--*/
@media screen and (min-width:851px){
  #accordion + section,
  #bg_padding + div,
  #bg_padding + section{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--lv修正--*/
#lv div {
    opacity: 1;
}

/*#para + section {
  padding: 20px;
}
@media screen and (max-width: 850px) {
#para + section {
  padding: initial;
}
}*/

#w_full + section .heading.block_header_2 .h {
  display: block;
}

#bb + section .heading.block_header_5 {
  border-bottom: 1px solid #fff;
}

/*--アコーディオンメニュー--*/
#accordion + section .heading.block_header_7.align-center {
  margin-bottom: 30px;
}
#accordion + section .content_wrapper {
  margin-bottom: 15px;
}
#accordion + section{
  background-size:cover!important;
  position:relative;
}

#accordion + section:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: transparent;
}

#accordion + section section{
  transition: 0.8s;
  padding-top:0;
  /*padding-bottom:25px;*/
  background-color: transparent!important;
}

#accordion + section section .content_wrapper,
#accordion + section section .content_wrapper .wrapper_item{
  background-color:transparent!important;
}

#accordion + section section .content_wrapper{
  padding:0;
  border: 1px solid #a5a5a5;
}

#accordion + section section .content_wrapper .wrapper_item{
  margin-top:0;
  border-top: none;
}

#accordion + section section .content_wrapper .heading.block_header_7{
  padding:10px 0;
}

#accordion + section section .content_wrapper .heading.block_header_7 .h{
  font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, MyYuGothicM, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif!important;
  position: relative;
  top: 3px;
}

#accordion + section section .content_wrapper .heading.block_header_7:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 11px;
  height: 3px;
  background: #a5a5a5;
}

#accordion + section section .content_wrapper .heading.block_header_7:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: all .3s;
  width: 3px;
  height: 11px;
  background: #a5a5a5;
}

#accordion + section section .content_wrapper .heading.block_header_7.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}

@media screen and (max-width:420px){
  #accordion + section section .content_wrapper .heading.block_header_7 .h{
    font-size: 4.5vw;
  }
  #accordion + section section .content_wrapper .wrapper_item .inner_item_txt{
    font-size: 4vw;
  }
}

#accordion_child + #bg_padding + section {
    margin-top: 60px;
}