@charset "UTF-8";
/*-----------------------------------------


-------------------------------------------------------*/
/*20200918見出し改修時に変更。他のテンプレートでも使用している可能性があるので、aboutからabout2というファイル名に変更した。*/
/*-----------------------------------------


-------------------------------------------------------*/
@media (max-width: 768px) {
    .contents-all-wrap{
        padding-top: 3rem !important;
    }
    .original-py4rem{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .gray-back-area-1{
        background-color: #FFF;
    }
    .about-page-h3-cover{
        padding-top: 1em !important;
    }
}

.jumbotron {
    margin-bottom: 0;
    background-image: url(/common/img/about/key.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-shadow: rgba(0, 0, 0, 1) 0px 0px 10px;
}

@media (max-width: 768px) {
    .jumbotron {
        background-image: url(/common/img/about/key_sp.jpg);
    }
}


.jumbotron h1 {
    text-decoration: none;
    color: #FFF;
    font-size: 2em;
    border-bottom: none;
    font-weight: bold;
}

.jumbotron .container-inner {

}

.jumbotron .btn, .jumbotron .btn:active {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #e9495e;
    border-color: #e9495e;
}

.jumbotron a, .jumbotron a:link, .jumbotron a:hover, .jumbotron a:active, .jumbotron a:visited {
    color: #FFF !important;
}

h3 {
    font-size: 1.618rem;
}

.col2row, .col3row {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

h2 {
    margin-bottom: 0;
    padding-top: 0;
    color: #e9495e;
    font-size: 1.618rem;
    border: none;
}

.dia-bk {
    background: #FFF url("/common/img/gray_bk.jpg");
    background-size: 250px auto;
}

.dia-bk * {
    /*color: #FFF;*/
}

.col3row h4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*div.h-34-cover {*/
/*margin-top: 0.5em;*/
/*}*/

/*div.h-34-cover:before {*/
/*content: 'ー';*/
/*position: absolute;*/
/*font-weight: bold;*/
/*left: 12px;*/
/*top: -1em;*/
/*font-size: 2rem;*/
/*color: #e9495e;*/
/*}*/

.dia-bk div.h-34-cover:before {
    /*color: #FFF;*/
}

h3, h3:before {
    color: #212529;
}
h3{
    padding-top: 0.5em;
}
.col3row h3{
    padding-bottom: 0.5em !important;
}
.aboutpage-carclass-area h3 {
    padding-bottom: 0.5em;
}

h3.chukosha {
    padding-top: 0;
}

.notice-border {
    /*padding-top: 2rem;*/
    width: 100%;
    /*background-image: url(/common/img/border.svg);*/
    background-repeat: no-repeat;
    background-position: right 2em;
    background-size: 620px auto;
}

/* ========= ozone css =========== */


/*======== contents css ========*/

.watch-list{
    padding-top:0.618rem;
    display: none;
    text-align: right;
}
.watch-list a{
    background-color: #fba5b0;
    border: 1px solid #e9495e;
    color: #FFF;
    position: fixed;
    bottom: 1.5em;
    right: 0.5em;
    z-index: 999;
}
.scale{
    padding-bottom: 2em;
}