<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img{
    max-width: 100%;
}
.u-hdn--sp{
    margin-bottom: 2em;
}

.introduction-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}

.introduction-row.col2-2 &gt; div{
    width: 48%;
}
.introduction-row.col1-3 &gt; div:first-child{
    width: 23%;
}
.introduction-row.col1-3 &gt; div:last-child{
    width: 74%;
}
.introduction-row.col1-3 &gt; div:last-child p{
    margin-bottom: 1em;
}

.introduction-row.col1-3 &gt; div p .txt-red{
    color: #cc0000;
}
@media screen and (max-width:768px) {
    .introduction-row{
       display: block;
    }
    .introduction-row.col2-2 &gt; div,
    .introduction-row.col1-3 &gt; div:first-child,
    .introduction-row.col1-3 &gt; div:last-child{
        width: 100%;
    }
    .introduction-row.col1-3 &gt; div:first-child img{
        max-width: 200px;
        margin: 0 auto;
    }
}

.col1 .member-blk{
    padding: 4em 1em 1em 1em;
    width: 90%;
}
.member-row{
    margin: 5% auto 0 auto;
}


@media screen and (max-width:768px){
    .member-blk .ttl-member{
        font-size: 1rem;
    }
    .infoGuide-point__num::before{
        width: 1.5em;
        height: 1.5em;
    }
}

.inside-2col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inside-2col &gt; div{
    width: 48%;
}
.inside-2col &gt; div p{
    margin-top: 0.5em;
    font-size: 90%;
}

@media screen and (max-width:768px){
    .inside-2col &gt; div{
        width: 100%;
        margin-bottom: 2em;
    }
}</pre></body></html>