@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
faq
---------------------------------------- */
/*faq_item*/
.faq_item_wrapper .faq_item{
    background-color: #F2FBFE;
    border-top: 1px solid #E5E5E5;
    padding: 10px;
    cursor: pointer;
}
.faq_item_wrapper .faq_item:last-of-type{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}
/*faq_q .faq_ttl*/
.faq_item_wrapper .faq_item .faq_q,
.faq_item_wrapper .faq_item .faq_ttl{
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    padding-right: 20px;
}
.faq_item_wrapper .faq_item .faq_q.open,
.faq_item_wrapper .faq_item .faq_ttl.open{
    color: #0083CE;
}
.faq_item_wrapper .faq_item .faq_q{
    padding-left: 35px;
    min-height: 30px;
    font-weight: 700;
}
.faq_item_wrapper .faq_item .faq_q::before {
    position: absolute;
    left: 0;
    content: 'Q';
    background-color: #01B1ED;
    border-radius: 50%;
    color: #FFFFFF;
    width: 3rem;
    height: 3rem;
    padding-top: 2px;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 100%;
    text-indent: 0;
    text-align: center;
    margin-right: 5px;
}
.faq_item_wrapper .faq_item .faq_q::after,
.faq_item_wrapper .faq_item .faq_ttl::after{
    content: '\25BC';
    color: #520000;
    font-size: 1.1rem;
    line-height: 1.1rem;
    position: absolute;
    right: 6px;
    top: calc( 50% - 0.5rem );
}
.faq_item_wrapper .faq_item .faq_q.open::after,
.faq_item_wrapper .faq_item .faq_ttl.open::after{
    content: '\025b2';
    color: #0083CE;
}
/*faq_a faq_ctn*/
.faq_item_wrapper .faq_item .faq_a,
.faq_item_wrapper .faq_item .faq_ctn{
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: justify;
    letter-spacing: -0.1px;
    margin-top: 15px;
}
.faq_item_wrapper .faq_item .faq_a{
    padding-left: 35px;
    min-height: 30px;
}
.faq_item_wrapper .faq_item .faq_a::before{
    position: absolute;
    left: 0;
    content: 'A';
    background-color: #FE8F44;
    border-radius: 50%;
    color: #FFF;
    width: 3rem;
    height: 3rem;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 100%;
    text-indent: 0;
    text-align: center;
    margin-right: 5px;
    padding-top: 4px;
}
/*#about_product 箱全体のデザイン / ラッピングセットの販売*/
.faq_item_wrapper .faq_item .goods_img span{
    position: absolute;
}
.faq_item_wrapper .faq_item .goods_img{
    position: relative;
    width: 60%;
    margin-top: 20px;
}
.faq_item_wrapper .faq_item .goods_img span{
    position: absolute;
    text-align: center;
    color: #434343;
    border: 1px solid #434343;
    border-radius: 50%;
    line-height: 100%;
    width: 90px;
    height: 90px;
    display: inline-grid;
    align-content: center;
    top: 10px;
    right: -50px;
}
/*packing_img_area*/
.faq_item_wrapper .faq_item .packing_img_area{
    position: relative;
    margin-top: 10px;
}
.faq_item_wrapper .faq_item .packing_img_area .packing_img_unit span{
    position: absolute;
    text-align: center;
    color: #fff;
    background-color: #FF5715;
    border-radius: 50%;
    line-height: 100%;
    width: 80px;
    height: 80px;
    font-size: 15px;
    font-weight: 700;
    display: inline-grid;
    align-content: center;
    top: 0px;
    left: 0;
    z-index: 0;
}
.faq_item_wrapper .faq_item .packing_img_area .packing_img_unit .packing_img{
    width: 67%;
    margin: 0 auto;
    margin-right: 10%;
}
/*------------ PC用  ------------*/
@media screen and (min-width: 950px) {
    #dcrt_area .faq_item_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #dcrt_area .faq_item_wrapper .faq_item{
        width: 49%;
    }
    .faq_item_wrapper .faq_item:nth-last-of-type(2){
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .faq_item_wrapper .faq_item:last-of-type{
        margin-bottom: 0;
    }
    .faq_item_wrapper .faq_item .developed_view_image_area{
        display: flex;
        flex-wrap: nowrap;
    }
    .faq_item_wrapper .faq_item .developed_view_img{
        width: 60%;
    }
    .faq_item_wrapper .faq_item .complete_item_img{
        width: 40%;
    }
    .faq_item_wrapper .faq_item .developed_view_img span {
        top: 20px;
        left: 10px;
    }
    .faq_item_wrapper .faq_item .complete_item_img img{
        margin-top: 30px;
    }
    .faq_item_wrapper .faq_item .arrow{
        transform: rotate(-90deg);
        position: absolute;
        left: calc(50% + 70px);
        top: 55%;
        z-index: 2;
    }
    .faq_item_wrapper .faq_item .complete_item_img span{
        top: 30px;
    }
}