@charset "utf-8";
/* -----------------------------------------------------------
商品詳細用css

/*商品の特徴
----------------------------------------------------------*/

body {
  font-size: 16px;
}
.product_feature_graph,
.cont_pw3_01 {
    float: right;
}
.floatL {
    float: left;
}
.clearfix {
    content: "";
    display: block;
    clear: both;
}

.product_feature_inner {
  text-align: center;
  background-image: url('../img/bg.jpg');
  background-position: 0 0;
  background-size: 100%;
  background-repeat: repeat-y;
  padding-bottom: 50px;
}
.product_feature_inner img {
    margin: 0 auto;
}

/* .product_feature_graph {
    padding: 30px 0 0 20px;
    box-sizing: content-box;
    background: #fff;
}
.product_feature_detail_txt {
    flex-grow: 1;
    font-size: 28px;
    line-height: 2.3;
    color: #92b864;
    font-weight: bold;
    margin: 15px 15px 15px 0px;
    padding-bottom: 
}
.product_feature_txt_container p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    color: #333;
}    
.product_feature_detail_container{
    display: flex;
    justify-content: center;
}
.product_feature_detail {
    background-image: url(/supplement/ff/capsi_ex/img/product_feature_detail_bg.png);
    background-repeat: repeat;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.product_feature_detail_imgarea {
    width: 20%;
    min-width: 20%;
    vertical-align: middle;
    height: auto;
    margin: auto 10px auto 70px;
    text-align: right;
} */
.text_deco {
    color: #f4a000;
}
.twocolumn_container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.twocolumn_item {
    max-width: 45%;
    align-items: baseline;
}
.column_text {
    margin: 50px 0 20px;
    height: 100px;
}
.column_text p {
    height: 88px;
}
.column_img {
    margin-top:40px;
}
.small {
    font-size: 14px;
    line-height: 1.1;
}
.product_contents img {
    width: auto;
    max-width: 100%;
}
.centering_img {
    text-align: center;
}
.text-wrap {
    display: inline-block;
}
.section01_img {
    margin-top: 40px;
}
.product_feature .kodawari {
    margin-top: 30px;
}
