@charset "UTF-8";
.ob_hukidashi_wrap{
    display: flex;
    align-items: flex-start;
}
.h_il{
    margin-right: 124px;
}
.h_ir{
    justify-content: flex-end;
    margin-left: 124px;
}
.h_icon{
    max-width: 100px;
    min-width: 100px;
}
.h_icon img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.h_icon figcaption{
    width: 100%;
    text-align: center;
    font-size: 10px;
}
.h_hukidashi{
    order: 1;
}
.h_hukidashi p{
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 200%;
}
.h_hukidashi_inherit{
    position: absolute;
    top: 25%;
    width: 0;
    height: 0;
    border-style: solid;
}
    @media screen and (max-width: 600px) {
.h_icon {
    max-width: 80px;
    min-width: 80px;
}
.h_icon img {
    width: 80px;
    height: 80px;
}
.h_hukidashi p{
    padding: 10px;
    letter-spacing: 0px;
    line-height: 170%;
}
.ob_hukidashi_wrap{
    margin: 0;
}
    }