﻿@charset "UTF-8";

.block-about-content-wrap .ico-brand {
    margin-bottom: 20px;
}
.block-about-content-wrap .ico-brand .img-block:first-child {
    margin-bottom: 20px;
}
.block-about-content-wrap .ico-brand .img-block:not(:first-child) {
    height: 15px;
    display: inline-block;
}
.block-about-content-wrap .ico-brand .img-block img {
    height: 100%;
}
.block-about-content-wrap .ico-brand .img-block:not(:first-child) + .img-block {
    margin-left: 30px;
}

.block-about-content .img-block-wrap .img-list {
    display: flex;
    flex-wrap: wrap;
}
.block-about-content .img-block-wrap img {
    width: 100%;
}
.block-about-content .img-block-wrap .img-list li:first-child {
    width: 100%;
}
.block-about-content .img-block-wrap .img-list li:not(:first-child) {
    margin-top: 20px;
    width: calc((100% - 3%) / 2);
}
.block-about-content .img-block-wrap .img-list li:nth-child(2n) {
    margin-right: 3%;
}
.block-about-content .detail-text .is-ttl {
    margin: 0 0 2em;
    font-weight: bold;
    font-size: clamp(14px,3.7vw,20px);
    line-height: 1.8;
}
.block-about-content .detail-text .is-text {
    line-height: 1.8;
}
@media screen and (min-width: 769px) {
    .block-about-content {
        display: flex;
    }
    .block-about-content .img-block-wrap {
        width: 42%;
    }
    .block-about-content .detail-text {
        width: 53%;
        margin-left: auto;
    }
}
@media screen and (max-width: 768px) {
    .block-about-content-wrap .ico-brand {
        text-align: center;
    }
    .block-about-content-wrap .ico-brand .img-block:first-child {
        width: 46%;
        margin: 0 auto 20px;
    }
    .block-about-content .detail-text {
        margin-top: 2em;
    }
}