@charset "utf-8";
body {
    background: #81ffcb;
}
a {
    text-decoration: none;
}
.hito-box {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}
.hito-box-l {
    flex: 1;
}
.u-1 {
    font-size: 22px;
    font-weight: bold;
}
.hito-box-r {
    width: 83px;
    overflow: hidden;
}
.i-55 {
    width: 50%;
    float: left;
}
.i-55 img {
    width: 100%;
    vertical-align: bottom;
}
.setu-box ul li {
    font-size: 19px;
    font-weight: bold;
    padding-left: 1rem;
    text-indent: -1rem;
    margin-bottom: 10px;
}
.setu-box ul li span {
    font-size: 14px;
}
@media (min-width: 769px) {
    .hito-box {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }
    .hito-box-l {
        flex: 1;
        line-height: 2rem;
        padding-top: 18px;
    }
    .u-1 {
        margin-top: 10px;
        font-size: 40px;
        letter-spacing: 10px;
        font-weight: bold;
    }
    .u-2 {
        font-size: 20px;
        letter-spacing: 10px;
    }
    .hito-box-r {
        width: 200px;
        overflow: hidden;
    }
    .i-55 {
        width: 50%;
        float: left;
    }
    .i-55 img {
        width: 100%;
        vertical-align: bottom;
    }
}