@charset "utf-8";
/* -----------------------------------------------------------
商品詳細用css
----------------------------------------------------------- */
/*商品の特徴
----------------------------------------------------------*/

body {
  font-size: 16px;
}

.floatR {
    float: right;
    margin-left: 15px;
}
.floatL {
    float: left;
}
.clearfix {
    content: "";
    display: block;
    clear: both;
}    
.small {
    font-size: 12px;
    color: #333;
}
#important_img02 {
margin-right: 20px;    
}
.important_contents {
    margin: 25px 0 15px;
}
.important_contents03 {
    margin-bottom: 30px;
}
.point {
    background: url(../img/point_bg.png);
    width: 740px;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    font-size: 23px;
    color: #3d97d3;
    margin: 55px auto 30px;
    padding-left: 115px;
}

.tokuho_container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.tokuho_container_itemR {
    width: 30%;
}
.tokuho_container_itemL {
    width: 68%;
}
.tokuho_container_itemL_img {
    text-align: center;
}

.compo_container {
    margin-top: 50px;
}
.compo_desc {
    background: #fffdf1;
    padding: 30px 20px 35px 25px;
    margin-bottom: 30px;
}
.compo_desc_ttl{
    font-size: 18px;
    font-weight: bold;
    color: #502708;
}
.compo_desc_txt {
    font-size: 16px;
    line-height: 1.5; 
    color: #333333;
}
.product_contents img {
    width: auto;
    max-width: 100%;
}
.centering_img {
    text-align: center;
    margin: 20px 0 30px;
}