@charset "UTF-8";

.text-en {
    display: block;
}

.box-layout-type01 .img a,
.box-layout-type02 .img a {
    display: block;
    border: 1px solid #aaa;
}

.h4-link-txt01 {
    position: relative;
}

    .h4-link-txt01 a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        font-size: 124%;
        color: #21a9ac;
    }

.ul-link01 {
    font-size: 84%;
    list-style-type: circle;
    list-style-position: inside;
}
.ul-link01 li {
    margin-top: 0.5rem;
}