@charset "UTF-8";


article,article h1,article h2,article h3,article h4,article h5,article div,article section,article p,article dl{
background-color: #292f30!important;
color: #fff;
padding-bottom: min(4vw , 2rem);
}

.spec-box__ttl {
background: url(/images/icon/plus-icon-w.png) no-repeat right 28px center!important;
}

.text_brown{
color:#dfca9c;
}


.large_bold {
font-size:min(4vw, 2.7rem);
}
.large_bold .point_new{
display:flex;
flex-flow:row nowrap;
align-items:center;
margin-bottom:min(2vw , 1.5rem);
font-size:min(4vw, 1.7rem);
font-weight:bold;
color:#dfca9c;
}
.large_bold .point_new em{
display:inline-block;
background-color:#b19d87;
color:#fff;
font-size:min(3vw, 1.3rem);
padding:0.2em 1em;
line-height:min(5vw , 20px);
margin-right:10px;
}


.info_icon ul{
width:auto;
display:flex;
flex-wrap:nowrap;
}
.info_icon ul li{
display:flex;
flex-wrap:nowrap;
align-items:center;
justify-content:center;
width:min(14vw,53px);
height:min(14vw,53px);
margin:0 3px 3px 0;
}

.spec-box__ttl.on {
background: url(/images/icon/minus-icon-w.png) no-repeat right 28px center!important;
}