@charset "UTF-8";

@import url("/press/navi/common/css/common_style.css");

/*===h1===*/
#intro h1 {
    background: url(../images/ttl.png) top left no-repeat;
}

/*===h2 icon setting===*/
#sec01 h2:before {
    content: url(../images/h2_icon01_pc.png);
}

#sec02 h2:before {
    content: url(../images/h2_icon02_pc.png);
}

#sec03 h2:before {
    content: url(../images/h2_icon03_pc.png);
}

#sec04 h2:before {
    content: url(../images/h2_icon04_pc.png);
}

#sec05 h2:before {
    content: url(../images/h2_icon05_pc.png);
}

#sec06 h2:before {
    content: url(../images/h2_icon06_pc.png);
}
/*===/h2===*/

@media screen and (max-width: 767px) {
    /*===h1===*/
    #intro h1 {
        background: url(../images/ttl.png) top center no-repeat;
        background-size: contain;
    }
    
    /*===h2 icon setting===*/
    #sec01 h2:before {
        background: url(../images/h2_icon01_sp.png) center no-repeat;
        background-size: contain;
    }

    #sec02 h2:before {
        background: url(../images/h2_icon02_sp.png) center no-repeat;
        background-size: contain;
    }

    #sec03 h2:before {
        background: url(../images/h2_icon03_sp.png) center no-repeat;
        background-size: contain;
    }

    #sec04 h2:before {
        background : url(../images/h2_icon04_sp.png) no-repeat;
        background-size: contain;
    }

    #sec05 h2:before {
        background : url(../images/h2_icon05_sp.png) no-repeat;
        background-size: contain;
    }

    #sec06 h2:before {
        background : url(../images/h2_icon06_sp.png) no-repeat;
        background-size: contain;
    }

    /*===/h2 icon setting===*/
}

/*===各種シンボルカラー設定===*/
.content-fluid a,
.content-fluid a:link,
.content-fluid a:visited{
    color: #20b2aa;
}

#sec01 .content-inner p > a {
    color: #20b2aa !important;
}

.b_blk {
    border: 2px solid #20b2aa;
}

.b_blk h4 {
    color: #20b2aa;
}

/*「商品情報はこちら」ボタンホバー設定*/
#secItem .btn_dk a:hover {
    color: #20b2aa !important;
}

#secItem .btn_dk a:hover:before {
    background: #20b2aa !important;
}

#secItem .btn_dk a:hover:after {
    background: #20b2aa !important;
}

/*===footarea button===*/
.btn_f a {
    outline: 1px solid #20b2aa;
    outline-offset: -1px;
}
.btn_f a:hover {
    outline: 2px solid #20b2aa;
    outline-offset: -2px;
}

/*=====================================以下に個別cssを入力=====================================*/

#intro .b_blk {
/*    padding: 22px 30px 35px;*/
}

#intro .b_blk .stack .prof_icn {
    display: inline-block;
    margin: 0 17px 13px 0;
    position: relative;
    top: .3em;
}

#intro .b_blk .stack .first{
    margin-top: 8px;
}

#intro .b_blk .stack .last{
    top: .5em;
    margin-bottom: 0;
}

#intro .b_blk .stack .pro_txt {
    font-size: 13px;
    line-height: 1.4;
}

@media screen and (max-width: 1180px) {
    
}
@media screen and (max-width: 767px) {
    .section figure {
         margin-bottom: 0; 
    }

    #intro .b_blk .stack .prof_icn + a{
        font-size: 2.7vw;
    }
}


/*==============新ヘッダー==============*/

.head-title {
    border-color: #20b2aa;
}
.head-title .head-title__number{
    color: #20b2aa;
    border-color: #20b2aa;
}
#tableOfContents li:before{
    color: #20b2aa;
}
.content-fluid .colorBtn a{
    color: #fff;
}
.content-fluid .colorBtn a:hover{
    color: #5483d9;
}
#tagList span.ttl{
    background-color: #20b2aa;
}
#tagList a{
    background-image: url(../images/tag-icn.png);
}
.head-title .head-title__number__icn{
    background: url(../images/home-icn.svg) top center no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px){
    .head-title .head-title__column-title:before {
        background: #20b2aa;
    }
}