@charset "UTF-8";

.c-img--l2 img {
    width: 100%;
    max-width: 570px;
    max-height: 770px;
}

.article-grid-img {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px,280px) minmax(30px,40px))200px;
    justify-items: center;
    justify-content: center;
    align-items: center;
}

.article__caption {
    color: #0e3192;
    font-weight: bold;
}

.article-text-border {
    margin-top: 40px;
    margin-left: 30px;
}

.text_small {
    font-size: 1.4rem;
}

.article-img {
    margin-top: 40px;
}

.article-grid-img__img {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-auto-rows: 40px 150px 80px;
    margin: 0;
}
.article-grid-img__img02 {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-auto-rows: 40px 150px 80px;
    margin: 0;
}
.article-grid-img__arrow {
    grid-auto-rows: 100px;
}

.article-pl {
    padding-left: 20px;
}

.c-img--s2 img {
    width: 100%;
    max-width: 20px;
    max-height: 20px;
    margin-left: 100px;
}

.c-img--s3 img {
    width: 100%;
    max-width: 40px;
    max-height: 40px;
}

.article-ml {
    margin-left: 85px;
}

.sp-br {
    display: none;
}

@media screen and (max-width: 767px){
    .article-grid-img {
        grid-template-columns: 1fr;
    }
    .c-img--s3 img {
        transform: rotate(90deg);
    }
    .article-grid-img__img02 {
        grid-auto-rows: 40px 150px;
    }
}

@media screen and (max-width: 599px){
    .sp-br {
        display: block;
    }
    .article-pl {
        padding-left: 0px;
    }
    .c-text--border {
        margin-bottom: 10px;
    }
}