@charset "UTF-8";

.contents_box01.block_fukidashi_1 .inner_item_img p, .contents_box01.block_fukidashi_2 .inner_item_img p {
  display: none;
}

/*--スタッフパーツ--*/
@media screen and (max-width:768px){
  #staff + div.widget_staff01.add_design2 .inner_item .inner_item_img {
    width:80%;
  }

  #staff + div.widget_staff01 .inner_item .inner_item_txt dl {
    width:80%;
    margin: 0 auto;
  }
}

@media screen and (max-width:500px){
  #staff + div.widget_staff01.add_design2 .inner_item .inner_item_img {
    width:100%;
  }

  #staff + div.widget_staff01 .inner_item .inner_item_txt dl {
    width:100%;
  }
}

/*--ポイント3つ--*/
#first23 + section .first23_list{
  display:flex;
  align-items: center;
  margin-bottom: 1rem;
}

#first23 + section .first23_number{
    width: 20px;
    padding: 1rem;
    background: var(--i_main_color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 10px 0 0;
}

#first23 + section .first23_text{
    font-weight: bold;
}

#first23 + section .wrapper_item {
  padding-bottom: 0px;
  width: fit-content;
  margin: 0 auto;
}

/*--お客様の声--*/
#first29 + div.widget_gallery01.add_design4 .inner_item>a img{
  width:100%!important;
  height:100%!important;
}

@media screen and (max-width:600px){
  #first29 + div.widget_gallery01.add_design4 .inner_item .heading.block_header_2{
    padding-left: 0!important;
  }
}

/*--LINEボタン調整--*/
#line_btn + div.contents_btn01.block_button_2 .inner_item_img{
   max-width: initial!important;
}

/*「なぜAnela(アネラ) 結婚相談所が選ばれるのか」の1,2,3の調整*/
#first23 + section .first23_number{
 padding: 0.5rem 1rem;
}

@media screen and (max-width: 400px){
#first23 + section .first23_number{
 padding: 0.5rem 1.2rem;
}
}


/*--吹き出し画像パーツ--*/
#standout_image + section .inner_item_img img {
    max-height: 450px;
    object-fit: contain;
}

@media screen and (max-width: 768px){
#standout_image + section .inner_item_img img {
    max-height: 40vh;
}
}