@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);
}

/*===/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;
    }

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

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

.small {
    display: block;
    line-height: 1.7;
    margin-top: 25px;
}

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

.b_blk {
    border: 2px solid #8d93c8;
}

.b_blk h4 {
    color: #8d93c8;
}

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

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

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

/*===footarea button===*/
.btn_f a {
    outline: 1px solid #8d93c8;
    outline-offset: -1px;
}

.btn_f a:hover {
    outline: 2px solid #8d93c8;
    outline-offset: -2px;
}

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

#intro h1 span.vol {
    font-size: 24px;
    margin-bottom: 98px;
}

.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 .b_blk .stack .prof_icn {
    display: inline-block;
    margin: 10px 17px 13px 0;
    position: relative;
    top: .3em;
}

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

.mb-0{
    margin-bottom: 0 !important;
}

.section .conversation{
    width: 85%;
    margin: 0 auto;
    padding: 3rem 2rem;
    background: rgba(141,147,200,.15);
    border-radius: 1rem;
}

.section .conversation p{
    text-align: left;
}

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

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

@media screen and (min-width: 768px) and (max-width: 1180px) {
    .fig_w372 figcaption {
        width: 37%;
    }

    #sec01 .b_blk {
        width: 100%;
    }
    
    #secItem .btn_dk a {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    #intro h1 span.vol {
        font-size: 3.12vw;
        margin-bottom: 18vw;
    }
    .small {
        margin-top: 7%;
    }

    .section figure {
        margin-bottom: 0;
    }

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

    #intro .b_blk .prof_title{
        font-size: 22px;
    }
    
    .b_blk .cap_R {
        width: 100%;
        display: block;
    }

    .fig_w372 figcaption {
        width: 100%;
    }

    #sec04 ul {
        font-size: 16px;
    }
    
    #secItem li:nth-child(2) .itemName{
        font-size: 3vw !important;
    }
    
    #secItem li:nth-child(3) .itemName{
        font-size: 2.9vw !important;
    }
    #secItem li:nth-child(6) .btn_dk a {
        font-size: 2.7vw;
    }
}

@media screen and (max-width: 335px) {
    #secItem li:nth-child(3) .itemName br{
        display: none;
    }
    #secItem li:nth-child(6) .btn_dk a {
        text-align: left;
        padding-left: 3px;
    }
}



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

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