@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
faq
---------------------------------------- */
/*faq_item*/
.faq_item_wrapper .faq_item{
    border-top: 1px solid #AAAAAA;
    padding-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.faq_item_wrapper .faq_item:last-of-type{
    border-bottom: 1px solid #AAAAAA;
    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{
    padding-left: 35px;
    min-height: 30px;
    font-weight: 700;
}
.faq_item_wrapper .faq_item .faq_q.open,
.faq_item_wrapper .faq_item .faq_ttl.open{
    color: #1D4294;
}
.faq_item_wrapper .faq_item .faq_q::before {
    position: absolute;
    left: 0;
    content: 'Q';
    background-color: #61A5FF;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    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';
    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';
}
/*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: #FF9C00;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    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: 2px;
}
/*#about_product 箱全体のデザイン / ラッピングセットの販売*/
.faq_item_wrapper .faq_item .developed_view_img,
.faq_item_wrapper .faq_item .complete_item_img{
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
}
.faq_item_wrapper .faq_item .complete_item_img{
    margin: 0 auto;
    width: 80%;
    background-image: url(../images/bg_nami_m.svg);
    background-repeat: no-repeat;
    background-size: 92%;
    background-position: center;
    padding-top: 10px;
}
.faq_item_wrapper .faq_item .developed_view_img span,
.faq_item_wrapper .faq_item .complete_item_img span,
.faq_item_wrapper .faq_item .goods_img span{
    position: absolute;
}
.faq_item_wrapper .faq_item .developed_view_img span{
    top: 25px;
    left: 25px;
}
.faq_item_wrapper .faq_item .complete_item_img span{
    left: calc(50% - 45px);
    top: 10px;
}
.faq_item_wrapper .faq_item .arrow{
    text-align: center;
    position: relative;
}
.faq_item_wrapper .faq_item .arrow span{
    display: inline-block;
    vertical-align: middle;
    color: #434343;
    line-height: 2;
    position: relative;
    width: 2px;
    height: 20px;
    background: currentColor;
}
.faq_item_wrapper .faq_item .arrow span::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: 0;
    box-sizing: border-box;
}
.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{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}
.faq_item_wrapper .faq_item .packing_img_area .packing_img_unit{
    width: 50%;
    position: relative;
}
.faq_item_wrapper .faq_item .packing_img_area .packing_img_unit span{
    position: absolute;
    text-align: center;
    color: #fff;
    background-color: #1D4294;
    border-radius: 50%;
    line-height: 100%;
    width: 70px;
    height: 70px;
    font-size: 13px;
    display: inline-grid;
    align-content: center;
    top: 0px;
    left: 0;
    z-index: -1;
}
.faq_item_wrapper .faq_item .packing_img_area .packing_img_unit .packing_img{
    width: 67%;
    margin-left: auto;
    margin-top: 8%;
}
.faq_item_wrapper .faq_item .packing_img_area .packing_img_unit .packing_img.close{
    margin-right: 9%;
    margin-top: 26%;
}
/*------------ 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 #AAAAAA;
        padding-bottom: 10px;
    }
    #dcrt_area .faq_item_wrapper .faq_item .faq_q:hover{
        color: #1D4294;
    }
    .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;
    }
    .faq_item_wrapper .faq_item .packing_img_area .packing_img_unit .packing_img {
        width: 75%;
    }
    .faq_item_wrapper .faq_item .packing_img_area .packing_img_unit .packing_img.close {
        margin-top: 14%;
    }
}