#companionGuide .wrap-item {
    position: relative;
    font-family: "Webfont-myriadpro-bold";
    color: #292929;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #4f8ee0;
    height: 412px;
}
#companionGuide .product-explanation-about {
    width: 424px;
}
#companionGuide .wrap-item h3{
    font-size: 22px;
    margin: 25px 0 10px 0;
    color: #000000;
}
#companionGuide .wrap-item h4{
    font-size: 20px;
    margin-top: 0;
}

#companionGuide .image {
    height: 240px;
    margin: 25px 0 0 4px;
}
#companionGuide .companion_guide_info{
    width: 400px;
    position: relative;
    height: 209px;
}
#companionGuide .companion_guide_info_img{
    position: absolute;
    top: 0;
    left: 189px;
    width: 266px;
    height: 215px;
    z-index: 0;
}

#companionGuide .product-explanation-about .explanation-price-wrap {
    margin-top: 25px;
}
#companionGuide .companion_guide_info p{
    font-family:"Webfont-myriadpro-regular";
    font-size: 14px;
    color: #313131;
    line-height: 1.4;
    z-index: 1;
    position: relative;
}
#companionGuide .companion_guide_info p.full_color {
    font-family:"Webfont-myriadpro-it";
    font-size: 17px;
}

.italic-text {
    display: block;
    text-align: justify;
    font-size: 0;
    width: 440px;
    margin-left: 330px;
}
.left-shipping.plus,.right-shipping.plus{
    display: inline-block;
    width: 220px;
}

#companionGuide .product-explanation-about h4{
    font-family:"Webfont-myriadpro-bold";
    color: #292929;
    font-size: 22px;
    margin: 18px 0 15px 0;
}

#companionGuide .wrap-item:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background-color: #fff;
    right: -7px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -8px;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -ms-transform: none;
}
#companionGuide .slide-item-card-showdetails {
    margin-top: 18px;
}