@charset "UTF-8";

#product .bg-img {
    background-image: url(../images/product/product_bg.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 328px;
    margin-bottom: 100px;
    margin-top: 250px;
}

.i_flex{
    width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: normal;
    padding-top: 80px;
    padding-bottom: 156px;
    flex-wrap: wrap;
}
.i_box{
    width: 33%;
    margin-bottom: 125px;
}

.i_img{
    width: 250px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
    margin-bottom: 40px;
}

.i_textbox{
    padding: 0 5px;
}

.i_title{
    width: 225px;
    height: 84px;
    background-color: #198A0A;
    color:#fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.i_text{
    width: 231px;
    line-height: 2;
    margin: 0 auto;
    letter-spacing: 0.1em;
}

.p-flexbox_p{
    width: 50%;
}

.p-flexbox_p h3 {
    position: relative;
    text-align: left;
    line-height: 2.1;
    padding-top: 20px;
    height: 220px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.3em;
}

.p-flexbox_p p{
    width: 358px;
}