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

#sec02 dl {
    margin-bottom: 25px;
    word-break: break-all;
}
#sec02 dt {
    text-align: left;
    font-weight: bold;
    text-indent: -1em;
    margin-left: 1em;
}
#sec02 dd {
    text-align: left;
    margin: 0 0 1em;
}
#sec02 dd:last-child {
	margin: 0;
}

#sec03 h2:before {
    content: url(../images/h2_icon03_pc.png);
}
#sec03 ul li {
	text-align: left;
}
#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===*/
}

/*===各種シンボルカラー設定===*/
a,
a:link {
    color: #877f60;
}

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

.b_blk {
    border: 2px solid #6f6951;
}

.b_blk h4 {
    color: #6f6951;
}

#sec02 .b_blk h3 {
    color: #6f6951;
    font-size: 20px;
    margin-bottom: 20px;
}

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

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

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

/*===footarea button===*/
.btn_f a {
    outline: 1px solid #6f6951;
    outline-offset: -1px;
}
.btn_f a:hover {
    outline: 2px solid #6f6951;
    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: 120px;
}

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

.b_blk .stack figure{
    width: 47%;
    float: left;
}

.b_blk .stack figure:nth-child(1){
    margin-right: 6%;
}

#secItem > div > ul > li:nth-child(2) > h3 > span.itemName {
	font-size: 17px;
}

.section .conversation {
    width: 92%;
    margin: 0 auto;
    padding: 3rem 3rem;
    background: rgba(175, 212, 184, 0.15);
    border-radius: 1rem;
}

.section .conversation.conversation_wt {
	background: #FFF;
	margin-bottom: 20px;
}
.section .conversation.conversation_wt ul {
	margin: 0;
}

.section .conversation.conversation_wt ul li {
    text-indent: -1em;
}

.dis_bl {
	display: block;
	line-height: 1.4;
}
.mt-10 {
	margin-top: 10px;
}

#sec02 dl {
	margin-bottom: 0px;
}

#secItem > div > ul > li:nth-child(1) > h3 > span.itemName {
	font-size: 17px;
}

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

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

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

@media screen and (max-width: 1180px) {
    
}
@media screen and (max-width: 767px) {
    
    #intro h1 {
        padding-top: 7vw;
    }
    
    #intro h1 span.vol {
        margin-bottom: 16vw;
    }
    
    #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;
    }
*/
    .b_blk .stack figure{
        width: 100%;
        float: none;
    }

    .b_blk .stack figure:nth-child(1){
        margin-right: 0;
        margin-bottom: 8vw;
    }
    
    #secItem > div > ul > li:nth-child(1) > h3 > span.itemName,
    #secItem > div > ul > li:nth-child(2) > h3 > span.itemName {
		font-size: 2.9vw;
	}
    
    .section .conversation {
	    width: 86%;
    }
    
    
}


/*==============新ヘッダー==============*/
.content-fluid a,
.content-fluid a:link,
.content-fluid a:visited{
    color: #877f60;
}
.content-fluid .colorBtn a{
    color: #fff;
}
.content-fluid .colorBtn a:hover{
    color: #5483d9;
}
.head-title {
    border-color: #877f60;
}
.head-title .head-title__number{
    color: #877f60;
    border-color: #877f60;
}
#tableOfContents li:before{
    color: #877f60;
}
#tagList span.ttl{
    background-color: #877f60;
}
#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: #877f60;
    }
}