@charset "UTF-8";

/* よくある質問メインビジュアル　ここから*/
#page_faq_visual{
    background:url("../img/faq/staff_main_bg.jpg") no-repeat center top;
    padding: 60px 0;
    margin: 0 auto 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position-y: top;
}
#page_faq_visual .title_waku{
    width: 360px;
    height: 80px;
    background: rgba(255, 255, 255,0.80);
    text-align: center;
    margin: auto;
    padding: 9px;
}
#page_faq_visual .title_waku h1{
    font-size: 32px;
    line-height: 1.2;
}
#page_faq_visual .title_waku p{
    font-size: 16px;
}

@media screen and (max-width: 640px){
    #page_faq_visual{
        background:url("../img/faq/staff_main_bg.jpg") no-repeat center top;
        padding: 60px 0;
        margin: 0 auto 60px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-position-y: top;
    }
    #page_faq_visual .title_waku{
        width: 100%;
        height: 80px;
        background: rgba(255, 255, 255,0.80);
        text-align: center;
        margin: auto;
        /* border-top: 3px solid #ff7675; */
        padding: 9px;
    }
    #page_faq_visual .title_waku h1{
        font-size: 32px;
        line-height: 1.2;
    }
    #page_faq_visual .title_waku p{
        font-size: 16px;
    }
}
/* よくある質問メインビジュアル　ここまで*/

/* 葬儀に関する質問　ここから*/
section#faq_funeral{}
#faq_funeral{
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
#faq_funeral h2{
    margin: 0 0 5px;
    padding: 0;
    font-size: 32px;
    text-align: left;
}
#faq_funeral h2 i{
    margin: 0 15px 0 0;
    padding: 0;
}
#faq_funeral .faq_list{
    margin: 0 0 60px;
    padding: 15px;
    text-align: left;
    border: 2px solid #9a9a9a;
    box-sizing: border-box;
}
#faq_funeral .faq_list h3{
    position: relative;
    margin: 0 0 15px;
    padding: 5px 0 0 10px;
    font-size: 24px;
    background: #fff2f2;
}
#faq_funeral .faq_list h3::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #ff7675;
}
#faq_funeral .faq_list p{}
#faq_funeral .faq_list ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 45px;
    padding: 0;
    list-style: none;
}
#faq_funeral .faq_list ul .info_detail{
    position: relative;
    margin: 0 20px 0 0;
    padding: 0 0 0 10px;
    text-align: left;
}
#faq_funeral .faq_list ul .info_detail::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background: #ff7675;
}
#faq_funeral .faq_list ul .info_number{
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 0.8;
    color: #ff7675;
    font-family: 'Oswald', sans-serif;
}
#faq_funeral .faq_list ul .info_btn{
    text-align: center;
    font-size: 24px;
}
#faq_funeral .faq_list ul .info_btn a{
    display: block;
    margin: 0;
    padding: 10px 90px;
    border-radius: 5px;
    border: 1px solid #000000;
    box-sizing: border-box;
}
#faq_funeral .faq_list ul .info_btn a:hover{
    border: 1px solid #ff7675;
}

@media screen and (max-width: 640px){
    #faq_funeral h2{
      font-size: 24px;
    }
    #faq_funeral .faq_list h3{
      font-size: 18px;
    }
    #faq_funeral{
        margin: 0 auto;
        padding: 0;
        width: 100vw;
    }
    #faq_funeral .faq_list ul{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        margin: 10px 0 45px;
        padding: 0;
        list-style: none;
    }
    #faq_funeral .faq_list ul .info_detail{
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #faq_funeral .faq_list ul .info_detail::before{
        background: none;
    }
    #faq_funeral .faq_list ul .info_number{
        margin: 0 0 10px;
        padding: 0;
        font-size: 15.5vw;
        font-weight: 700;
        line-height: 1;
        color: #ff7675;
        font-family: 'Oswald', sans-serif;
        width: 100%;
    }
    #faq_funeral .faq_list ul .info_btn{
        text-align: center;
        font-size: 6vw;
        white-space: nowrap;
        width: 100%;
    }
    #faq_funeral .faq_list ul .info_btn a{
        display: block;
        padding: .3em 0;
        border-radius: 2px;
        border: 1px solid #000000;
        box-sizing: border-box;
    }
    #faq_funeral .faq_list ul .info_btn a:hover{
        border: 1px solid #ff7675;
    }
}
/* 葬儀に関する質問　ここまで*/
@media screen and (max-width: 640px){
  .tel_sp{
    background-color: #FEF4F3;
    border-radius: 2px;
    border: solid 1px #ff7675;
    display: block;
    font-size: 6vw;
    padding: .5em 0;
    vertical-align: middle;
  }
}
