@charset "UTF-8";
.ob_hukidashi_wrap_t{
    margin: 0 124px;
}
.h_hukidashi_t{
    display: flex;
    justify-content: center;
}
.h_hukidashi_t 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;
}
.circle_b,.circle_s{
    position: absolute;
    display: block;
    border-radius: 50%;  
}
.circle_b{
    left: 57%;
    bottom: -45px;
    width: 35px;
    height: 35px;
}
.circle_s{
    left: 55%;
    bottom: -72px;
    width: 22px;
    height: 22px;
}
.h_icon_t{
    max-width: 150px;
    margin: 78px auto 0;
    text-align: center;
}
.h_icon_t img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.h_icon_t figcaption{
    font-size: 10px;
}
    @media screen and (max-width: 600px) {
        .ob_hukidashi_wrap_t{
            margin: 0;
        }
    }