@charset "UTF-8";
.ob_hukidashi_wrap_u{
    margin: 0 124px;
}
.h_hukidashi_u{
    display: flex;
    justify-content: center;
}
.h_hukidashi_u p{
    display: inline-block;
    position: relative;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 30px;
    letter-spacing: 3px;
    line-height: 200%;
    text-align: justify;
}
.under_span{
    position: absolute;
    content: '';
    bottom: -44px;
      left: 50%;
      transform: translateX(-50%);
      -webkit- transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 15px 0 15px;  
}
.h_icon_u{
    max-width: 150px;
    margin: 53px auto 0;
    text-align: center;
}
.h_icon_u img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.h_icon_u figcaption{
    font-size: 10px;
}
    @media screen and (max-width: 600px) {
        .ob_hukidashi_wrap_u{
            margin: 0;
        }
    }