@charset "UTF-8";

/* ----　メモ：
31clubページの階層移動に伴い「about.css」から31clubページ関連は削除。2024/12/27
----　*/


/* ============================================
        上書き
============================================= */
.contentIndent {
    padding-bottom: 56px;
}

@media print, screen and (min-width: 768px) {
    .contentIndent {
        padding-bottom: 100px;
    }
}


/* ============================================
        31について
        /contents/about/
============================================= */
h1{
    font-size: 2.1rem;
    font-weight: bold;
    color: #3F2021;
    line-height: 1;
    width: 89.33vw;
    margin: 45px auto 0;
}
h1 div{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
}
h1 .subtitle_text{
    font-size: 1.3rem;
    font-weight: normal;
    margin-right: 12px;
    white-space: nowrap;
}
h1 .subtitle_line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3F2021;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.aboutBlock{
    margin-top: 35px;
}
.aboutBlock + .aboutBlock{
    margin-top: 58px;
}
.aboutBlock h2{
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
    color: #3F2021;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.aboutBlock h2:before,
.aboutBlock h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3F2021;
}
.aboutBlock h2:before {
    margin-right: 8px;
}
.aboutBlock h2:after {
    margin-left: 8px;
}

.aboutBlock_origin {
    margin-top: 30px;
    overflow: hidden;
}
.aboutBlock_origin .aboutBlock_originImg {
    width: 42%;
    padding: 0 15px 15px 0;
    float: left;
}
.aboutBlock_origin .aboutBlock_originImg img {
    width: 100%;
    border-radius: 7px;
}

.aboutBlock_2col{
    margin-top: 30px;
}
.aboutBlock_2col .aboutBlock_logoImg{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.aboutBlock_2col .aboutBlock_logoImg img{
    width: 100%;
    border-radius: 7px;
}
.aboutBlock_2col p{
    margin-top: 30px;
}
.aboutBlock_2col .aboutBlock_qualityImg img {
    width: 100%;
	border-radius: 7px;
}

@media print, screen and (min-width: 768px) {
    h1{
        font-size: 3.0rem;
        width: 1024px;
        margin: 0 auto;
    }
    h1 div{
        width: 100%;
        margin-top: 22px;
    }
    h1 .subtitle_text{
        font-size: 1.6rem;
        margin-right: 13px;
    }

    .aboutBlock{
        margin-top: 52px;
    }
    .aboutBlock + .aboutBlock{
        margin-top: 103px;
    }
    .aboutBlock h2{
        font-size: 2.6rem;
    }
    .aboutBlock h2:before {
        margin-right: 20px;
    }
    .aboutBlock h2:after {
        margin-left: 20px;
    }

    .aboutBlock_origin {
        margin-top: 28px;
        display: flex;
        justify-content: space-between;
    }
    .aboutBlock_origin .aboutBlock_originImg {
        width: 300px;
        padding: 0;
        float: unset;
    }
    .aboutBlock_origin .aboutBlock_originImg img {
        width: 100%;
    }
    .aboutBlock_origin p{
        width: 672px;
        font-size: 1.6rem;
        font-feature-settings: "palt";
        letter-spacing: 0.8px;
        line-height: 1.63;
    }

    .aboutBlock_2col{
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }
    .aboutBlock_2col .aboutBlock_logoImg{
        display: block;
        width: 490px;
        margin: 0;
    }
    .aboutBlock_2col .aboutBlock_logoImg img{
        display: block;
        width: 490px;
        margin: 0 auto;
    }
    .aboutBlock_2col p{
        width: 490px;
        margin-top: 0px;
        font-size: 1.6rem;
        font-feature-settings: "palt";
        letter-spacing: 0.8px;
        line-height: 1.63;
    }
    .aboutBlock_2col .aboutBlock_qualityImg img {
        width: 490px;
        border-radius: 7px;
    }
}