@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
voice
---------------------------------------- */
body#voice #voice_wrapper ul,
body#voice #voice_wrapper li{
    margin: 0;
    padding: 0;
    position: relative;
}
body#voice #voice_wrapper img{
    width: 100%;
    height: auto;
}
body#voice #voice_wrapper #product_list ul li a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
body#voice #product_list{
    margin-top: 20px;
    margin-bottom: 40px;
}
body#voice #voice_wrapper h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    background: transparent;
    border-left: solid 6px #E8989A;
    padding: 10px;position: relative;
}
body#voice #product_list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}
body#voice #product_list li{
    width: 25%;
    margin: 0 4%;
    margin-bottom: 20px;
}
body#voice #product_list .product_img{
    border: 1px solid #A8A8A8;
    border-radius: 50%;
    padding: 10px;
}
body#voice #product_list .product_name{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
body#voice #product_list li:active .product_img{
    border: 1px solid #FE6498;
}
body#voice #product_list li:active img{
    opacity: 0.7;
}
body#voice #product_list li:active .product_name{
    color: #FE6498;
}
body#voice .voice_contents li.voice_list .voices_inner a{
    color: #434343;
}
body#voice .voice_contents{
    margin-bottom: 150px;
}
body#voice .voice_contents h2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    background: url(/images/original_product/cj/cj_mockup_wedding01.png) no-repeat;
    background-size: contain;
}
body#voice #mb_voice_contents h2:after {
    top: -16px;
    width: 65px;
    height: 65px;
    background: url(/images/original_product/mb/mb_wedding01.png) no-repeat;
    background-size: contain;
}
body#voice #sd_voice_contents h2:after {
    background: url(/images/original_product/sd/sd_graduation03.png) no-repeat;
    background-size: contain;
}
body#voice #kh_voice_contents h2:after {
    background: url(/images/original_product/kh/kh_birthday01.png) no-repeat;
    background-size: contain;
}
body#voice #ob_voice_contents h2:after {
    background: url(/images/original_product/ob/ob_wedding02.png) no-repeat;
    background-size: contain;
}
body#voice #lk_voice_contents h2:after {
    background: url(/images/original_product/lk/lk_wedding01.png) no-repeat;
    background-size: contain;
}
body#voice #ac_voice_contents h2:after {
    background: url(/images/original_product/ac/ac_birthday01.png) no-repeat;
    background-size: contain;
}
body#voice #hu_voice_contents h2:after {
    background: url(/images/original_product/hu/hu_mockup_wedding01.png) no-repeat;
    background-size: contain;
}
body#voice #ce_voice_contents h2:after {
    background: url(/images/original_product/ce/ce_wedding01.png) no-repeat;
    background-size: contain;
}
body#voice #ef_voice_contents h2:after {
    background: url(/images/original_product/ef/ef_wedding01.png) no-repeat;
    background-size: contain;
}
body#voice #dc_voice_contents h2:after {
    background: url(/images/original_product/dc/dc_wedding01.png) no-repeat;
    background-size: contain;
}
body#voice #sj_voice_contents h2:after {
    background: url(/images/original_product/sj/sj_childbirth01.png) no-repeat;
    background-size: contain;
}
body#voice #gc_voice_contents h2:after {
    background: url(/images/original_product/gc/gc_mockup_wedding01.png) no-repeat;
    background-size: contain;
}
body#voice #voice_wrapper .voice_contents ul{
    margin-top: 20px;
}
body#voice #voice_wrapper .voice_contents ul li{
    margin-bottom: 55px;
}
body#voice .voice_contents li.voice_list .voices_inner{
    position: relative;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    background: #F7F7F7;
    text-align: justify;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: -0.1px;
    flex: 1;
}
body#voice .voice_contents li.voice_list .voices_inner:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #F7F7F7;;
}
body#voice .voice_contents li.voice_list .voices_inner .usage{
    font-weight: bold;
    margin-bottom: 10px;
}
body#voice .voice_contents li.voice_list .voices_inner .name{
    margin-top: 10px;
}
body#voice #voice_wrapper .wide_fixed {
    margin: 0 auto;
    width: 100%;
}
body#voice #voice_wrapper .more_example p,
body#voice #voice_wrapper .link_btn a.to_site{
    font-size: 15px;
    letter-spacing: 0.5px;
    max-width: 500px;
    padding: 15px;
    padding-right: 25px;
    margin: 30px auto;
    display: block;
    font-weight: bold;
    border-radius: 30px;
    border: solid 1px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
body#voice #voice_wrapper .link_btn a.to_site{
    color: #fff;
    background-color:#FE6498;
}
body#voice #voice_wrapper .more_example p:after,
body#voice #voice_wrapper .link_btn a.to_site:after{
    content: '\25BC';
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    top: 38%;
    right: 50px;
}
body#voice #voice_wrapper .link_btn a.to_site:after{
    right: 20px;
}
body#voice #voice_wrapper .link_btn a.to_site:after{
    transform: rotate(-90deg);
}
body#voice #voice_wrapper .more_example p.close:after{
    transform: rotate(-180deg);
}
body#voice #voice_wrapper .more_example:active p{
    color: #FE6498;
}
body#voice #voice_wrapper .link_btn:active a.to_site{
    color: #FE6498;
    background-color: #fff;
}
/*------------ 共通 PC  ------------*/
@media screen and (min-width: 950px) {
    body#voice #voice_wrapper h2{
        font-size: 20px;
        margin-bottom: 30px;
    }
    body#voice #product_list li{
        width: calc( 12% - 30px);
        margin-right: 30px;
    }
    body#voice #voice_wrapper .voice_contents ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body#voice #voice_wrapper .voice_contents ul li{
        display: flex;
        width: 48%;
    }
    body#voice .voice_contents h2:after {
        top: -22px;
        width: 80px;
        height: 80px;
    }
    body#voice #product_list li:hover .product_img{
        border: 1px solid #FE6498;
    }
    body#voice #product_list li:hover img{
        opacity: 0.7;
    }
    body#voice #product_list li:hover .product_name{
        color: #FE6498;
    }
    body#voice #voice_wrapper .more_example:hover p{
    color: #FE6498;
    }
    body#voice #voice_wrapper .link_btn:hover a.to_site{
        color: #FE6498;
        background-color: #fff;
    }
}