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


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


-------------------------------------------------------*/
.contents-all-wrap {
    padding-top: 4rem;
}
@media (max-width: 768px) {
    .contents-all-wrap {
        padding-top: 3rem;
    }
}
h2{
    /*20200918見出し改修のため修正*/
    line-height: 1.5em;
    font-size: 1.618rem;
    padding-bottom: 1em;
    border: none;
    margin-bottom: 0;
}
h3 {
    font-size: 1em;
    padding-bottom: 0 !important;
}

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

.container-cover-grayback {
    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;*/
/*}*/

.container-cover-grayback div.h-34-cover:before {
    /*color: #FFF;*/
}
ul{padding-bottom: 1em;}
ul ul{
    padding-left: 1em;
}

/*btn*/
.red-btn-in-white{
    margin-bottom: 1em;
    color: #FFF;
    background-color: #e9495e;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
    border-radius: 50px;
shadowColor: "#e9e9e9", shadowOffset:{width:0,height:0}, shadowOpacity:1, shadowRadius:6, borderWidth:0, borderColor:"#e9e9e9", borderRadius:50;
}
.red-btn-in-white:hover{
    color: #FFF;
}
.red-line-btn-in-white{
    margin-bottom: 1em;
    color: #e9495e;
    background-color: #FFF;
    border:1px solid #e9495e;
    box-shadow: 0px 0px 12px 6px #e9e9e9;
    border-radius: 50px;
shadowColor: "#e9e9e9", shadowOffset:{width:0,height:0}, shadowOpacity:1, shadowRadius:6, borderWidth:0, borderColor:"#e9e9e9", borderRadius:50;
}

/*下層共通以上*/


.guide-4col-row img{
    display: block;
    margin: auto;
    padding-bottom: 1em;
    max-width: 100%;
}
.guide-4col-row .col-6.col-md-3{
    padding: 2em;
}
.watch-back-cover{
    width: 100%;
    /*background-image: url(/common/img/watch5.svg);*/
    background-repeat: no-repeat;
    background-position: left -19% top -162%;
    background-size: 50%;
}

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

.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;
}

@media (min-width: 769px) {
    .jumbotron {
        min-height: 550px;
    }

}
@media (max-width: 768px) {
    .jumbotron {
        background-position: center right;
    }
    .guide-4col-row .col-6.col-md-3 a{
        font-size: 0.8em;
    }
    .guide-4col-row img{
        width: 100%;
    }

}

/*****************20190314itou*******************/
a.btn.btn-block.badge-pill.btn-red-border-white-back:hover {
    background: #e9495e;
    color: #fff;
}

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

.white{
    color: #fff;
}
.faq-detail-main-cont .info-top{
    width: 100%;
    margin: auto;
    padding: 2em 0;
}
.watch-back-cover h5{
    padding-bottom: 0;
}
.watch-back-cover .tel-support a{
    font-size:1.618rem !important;
}
.watch-back-cover .crush{
    padding: 1em 0;
}

@media (max-width:991px) {
    .guide-4col-row .col-6.col-md-3{
        padding: 1em;
    }
}