@charset "UTF-8";

#souzoku + .contents_box01.block_text_4>.content_wrapper{
  padding:0;
  background:transparent !important;
}

#souzoku + .contents_box01.block_text_4 .wrapper_item{
  margin-top:0;
}

#yuigon_02 + .contents_box01.block_text_4>.content_wrapper{
  padding-bottom:15px;
}

#yuigon_02 + .contents_box01 .wrapper_item{
  display:none;
}

#yuigon_03 + .contents_box01 .flex_wrapper{
  display:flex;
  flex-wrap:normal;
 }

#yuigon_03 + .contents_box01 .flex_wrapper p{
  width:48%;
}

/*メリット*/
#merit_list01 + .contents_box01.valign-top .wrapper_item{
  align-items: initial!important;
}
#merit_list01 + .contents_box01.valign-top .wrapper_item,
#flow_01 + .contents_box01 .wrapper_item{
  border:1px solid var(--i_border_color);
}

#merit_list01 + .contents_box01 .inner_item_txt,
#flow_01 + .contents_box01 .wrapper_item{
  padding-top:20px !important;
  padding-right:20px !important;
  padding-bottom:20px !important;
}

#merit_list01 + .contents_box01 .inner_item_img img{
  object-fit:cover;
  height:100%;
}


/*流れ*/
#flow_01 + .contents_box01 .inner_item_img{
  display:none;
}

#flow_01 + .contents_box01 .inner_item_txt{
  width:100%;
}

/*レスポンシブ*/
@media screen and (max-width: 900px){
  
#merit_list01 + .contents_box01 .inner_item_txt,
#flow_01 + .contents_box01 .wrapper_item{
   padding:1em !important;
}

/*テーブル*/
#support_table + .block_table_5 .outer{
  overflow:auto;
  white-space: nowrap;
}
}

@media screen and (max-width: 800px){
  #yuigon_03 + .contents_box01 .flex_wrapper{
    flex-direction:column;
  }

  #yuigon_03 + .contents_box01 .flex_wrapper p{
    width:100%;
  }
}

/*「争族・争続」対策のこと*/
#taisaku_01 + section .wrapper_item,
#taisaku_02 + section .wrapper_item,
#taisaku_03 + section .wrapper_item,
#taisaku_04 + section .wrapper_item {
    display: none;
}
#taisaku_01 + section .content_wrapper,
#taisaku_02 + section .content_wrapper,
#taisaku_03 + section .content_wrapper,
#taisaku_04 + section .content_wrapper {
    padding-bottom: 15px;
}

@media screen and (min-width: 801px) {
  :is(#sp_img1,#sp_img2,#sp_img3,#sp_img4,#sp_img5,#sp_img6,#sp_img7,#sp_img8,#sp_img9,#sp_img10,#sp_img11,#sp_img12) + section {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  :is(#pc_img1,#pc_img2,#pc_img3,#pc_img4,#pc_img5,#pc_img6,#pc_img7,#pc_img8,#pc_img9,#pc_img10,#pc_img11,#pc_img12) + section {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  [style="font-size:48px;"] {
    font-size: 6.6vw!important;
  }
}

/* 画像 */
#sp_img+div img{
    display: none;
}
@media screen and (max-width: 768px){
#pc_img+div img{
    display: none;
}
#sp_img+div img{
    display: block;
}
}

/*---起こってからでは間に合わない！！---*/
#souzousupport + section h2{
    color: #fff;
}