.featuredProducts_item_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 80px;
}
.acutual_margin_left{
    margin-left: 50px;
}
.featuredProducts_item{
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-bottom: 40px;
}
.featuredProducts_item_image{
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #b1b1b1;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 40%);
    margin-bottom: 15px;
    height: 225px;
    overflow: hidden;
}
.featuredProducts_item_image img{
    max-width: 279px;
    max-height: 210px;
}
.featuredProducts_item_sentence{
    border-left: solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
    border-left-color: #0202A2;
    border-left-width: 4px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}
.featuredProducts_item_sentence_title{
    font-size: 21px;
    font-weight: bold;
    line-height: 30px;
}
.featuredProducts_item_sentence_summary{
    text-align: justify;
    font-size: 15px;
}
.featuredProducts_item_sentence_offer_readmore{
    display: flex;
}
.featuredProducts_item_sentence_offer{
    flex-grow: 50;
    font-size: 12px;
    color: #0202A2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.featuredProducts_item_sentence_readmore{
    flex-grow: 1;
    display: flex;
    align-items: center;
    width: 108px;
    justify-content: flex-start;
    background-image: url("../image/read_more_image.png");
    background-size: cover;
    height: 30px;
}
.featuredProducts_item_sentence_readmore span{
    color: white;
    margin-left: 11px;
    margin-top: 2px;
    font-size: 15px;
}

.business_featuredProducts_top_sentence{
    margin-bottom: 40px;
    font-size: 17px;
}

.featuredProducts_page_image_str_jp{
    position: absolute;
    font-size: 43px;
    font-weight: 500;
    color: white;
    margin-right: 694px;
    margin-top: 106px;
    z-index: 1;
}
.featuredProducts_page_image_str_en{
    position: absolute;
    font-size: 31px;
    font-family: "Verdana";
    color: white;
    margin-right: 701px;
    margin-top: 216px;
    font-style: italic;
    z-index: 1;
}

.featuredProducts_article_image_value{
    text-align: center;
    margin-bottom: 95px;
}