@charset "UTF-8";

/*----- FLOW表示調整 -----*/
#flow ~ .contents_box01 .inner_item_txt .heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 0;
}

#flow ~ .contents_box01 .heading.block_header_2 .h {
    background: var(--i_main_color);
    color: var(--i_bg_color);
    border-radius: 100%;
    overflow: hidden;
    width: 65px;
    height: 65px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    text-align: center !important;
    line-height: 1.2;
    box-sizing: border-box;
    min-width: 0 !important;
}

/*----- タイトルサイズ調整 -----*/
#flow ~ .contents_box01 .heading.block_header_2 p {
    font-size: 2.6rem;
}

/*----- 本文表示位置調整 -----*/
#flow ~ .contents_box01 .wrapper_item {
    align-items: stretch;
}

#flow ~ .contents_box01.block_image_text_3 .inner_item_txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

#flow ~ .contents_box01.block_image_text_3 .inner_item_body {
    margin: auto 0;
    display: flex;
    align-items: center;
}

/*修正*/
#flow ~ .contents_box01 .heading.block_header_2 .h{
  flex-shrink: 0;
}

@media screen and (max-width: 1350px){
  #flow ~ section .block_header_2 .h{
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 900px){
  #flow ~ .contents_box01 .inner_item_txt .heading{
    margin-bottom: 2rem;
  }
  #flow ~ .contents_box01 .heading.block_header_2 p {
    font-size: 2rem;
  }
}