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

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

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

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

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

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

.b_blk h4 {
    color: #FF6699;
}

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

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

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

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

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

#table01{
    width: 90%;
    margin: 0 auto;
}
#table02{
    width: 70%;
    margin: 0 auto;
}
.blank_icn:after{
    content: url(../../images/blank.png);
    display: inline-block;
    position: relative;
    left: .5em;
}

/*===colorBtn===*/
.colorBtn{
    width: 100%;
    text-align: center;
}
.colorBtn a{
    display: inline-block;
    width: auto;
    background: #5483d9;
    border: 1px solid #5483d9;
    padding: 1em 3em;
    font-size: 1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.colorBtn a:hover{
    background: #fff;
    padding: 1em 3em;
    color: #5483d9;
    text-decoration: none;
}
.colorBtn a:before{
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1px);
    right: 10px;
}
.colorBtn a:hover:before{
    background: #5483d9;
}
.colorBtn a:after{
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: calc(50% + 2px);
    right: 10px;
}
.colorBtn a:hover:after{
    background: #5483d9;
}

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

@media screen and (max-width: 1180px) {}
@media screen and (max-width: 767px) {    
    #intro h1 span.vol {
        margin-bottom: 18vw;
    }
    #table01{
        width: 100%;
    }
    #table02{
        width: 100%;
    }
}


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

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