@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: #ffa07a;
}

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

.b_blk {
    border: 2px solid #ffa07a;
}

.b_blk h4 {
    color: #ffa07a;
}

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

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

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

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

/*=====================================以下に個別cssを入力=====================================*/
.b_blk .cap_R {
    width: 100%;
}

.fig_w372 figcaption {
    width: 42%;
    overflow-wrap: break-word;
}

.fig_w372 figcaption span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.b_blk h5:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 1px;
    background: #4c4c4c;
}

#intro .b_blk .prof_title{
    text-align: center;
    font-size: 26px;
    font-weight: normal;
}

#intro .b_blk .prof_title:after {
    content: "";
    display: block;
    width: 27px;
    height: 1px;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}


#intro h1 span.vol {
    margin-bottom: 100px;
}

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

#sec01 ul{
    text-align: left;
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 25px;
}

#sec01 dl{
    margin-bottom: 25px;
    word-break: break-all
}

#sec01 dt{
    text-align: left;
    font-weight: bold;
    text-indent: -1em;
    margin-left: 1em;
}

#sec01 dd{
    text-align: left;
    text-indent: -2em;
    margin-left: 2em;
}

#secItem li:last-child h3.itemTitle {
    border-left: 5px solid #eb620f;
}

#secItem li:last-child h3 > span.makerName {
    color: #eb620f;
}


@media screen and (max-width: 1180px) {
    
}
@media screen and (max-width: 767px) {
    
    #intro h1 {
        padding-top: 7vw;
    }
    
    #intro h1 span.vol {
        margin-bottom: 18vw;
    }
    
    #sec01 ul {
        font-size: 16px;
    }
    
    .section figure {
         margin-bottom: 0; 
    }

    #intro .b_blk .stack .prof_icn + a{
        font-size: 2.7vw;
    }
    #secItem li:nth-child(1) .itemName,
    #secItem li:nth-child(2) .itemName {
        font-size: 2.9vw !important;
    }
}


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

.head-title {
    border-color: #ffa07a;
}
.head-title .head-title__number{
    color: #ffa07a;
    border-color: #ffa07a;
}
#tableOfContents li:before{
    color: #ffa07a;
}
.content-fluid .colorBtn a{
    color: #fff;
}
.content-fluid .colorBtn a:hover{
    color: #5483d9;
}
#tagList span.ttl{
    background-color: #ffa07a;
}
#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: #ffa07a;
    }
}