@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  scroll_menu

---------------------------------*/
.scroll_menu{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.scroll_menu a{
    display: block;
    position: relative;
    padding: 10px 20px 10px 10px;
    line-height: 1em;
    margin: 0 20px;
    transition: .35s;
    font-size: 15px;
}
.scroll_menu a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 10px;
    height: 10px;
    background: url("../img/business/arrow_01.png") center / 10px 6px no-repeat;
    transition: .35s;
}
.scroll_menu a:hover{
    opacity: .7;
}
.scroll_menu a:hover::before{
    top: 18px;
}
#all, #songai, #seimei{
    scroll-margin-top: 134px;
}


/*---------------------------------

  よくあるご質問

---------------------------------*/
.faq_wrapper{
    margin-bottom: 70px;
}
.faq_wrapper:last-of-type{
    margin-bottom: 100px;
}
.faq_wrapper h3{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 40px;
    background-color: #fdf9ee;
    padding: 20px 0;
    margin-bottom: 35px;
}
.faq_inner{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}
.accordion_container{
    border-bottom: solid 1px #ececec;
}
.accordion_container:first-of-type{
    border-top: solid 1px #ececec;
}
.question{
    padding: 20px 45px 20px 15px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .35s;
    font-size: 15px;
}
.i_box {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 16px;
    margin-top: -10px;
}
.i_box:before, .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}
.i_box:before {
    border-top: 3px solid #3ccb9c;
    width: 16px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.i_box:after {
    border-left: 3px solid #3ccb9c;
    width: 0;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.question.open .i_box:after {
    height: 0;
}
.answer{
    display: none;
    padding: 20px 15px 20px 15px;
    background: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 15px;
}
.question_inner{
    display: block;
    padding-left: 30px;
    position: relative;
    line-height: 1.6em;
}
.question_inner::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "Q.";
    color: #3ccb9c;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
}
.answer_inner{
    display: block;
    padding-left: 30px;
    position: relative;
    line-height: 1.6em;;
}
.answer_inner::before {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1em;
    content: "A.";
    color: #1dc765;
    font-family: 'Century Gothic', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.faq_wrapper .logo{
    height: 26px;
    text-align: center;
    margin-bottom: 40px;
}
.faq_wrapper .logo img{
    height: 100%;
    width: auto;
}
.songai_inner{
    margin: 0 auto;
    width: 90%;
    max-width: 880px;
    display: flex;
    flex-wrap: wrap;
}
.songai_box{
    width: calc(50% - 2%);
    margin: 0 1% 2% 1%;
    display: block;
    background-color: #f8f8f8;
    padding: 60px 20px 20px;
    border-radius: 6px;
    border: solid 1px #3ccb9c;
    text-align: center;
    line-height: 1em;
    font-size: 22px;
    font-weight: 500;
    background: url("../img/faq/icon_01.png") center 22px/ auto 26px no-repeat #f8f8f8;
    position: relative;
    transition: .35s;
}
.songai_box:nth-of-type(2){
    background: url("../img/faq/icon_02.png") center 22px/ auto 28px no-repeat #f8f8f8;
}
.songai_box:nth-of-type(3){
    background: url("../img/faq/icon_03.png") center 22px/ auto 28px no-repeat #f8f8f8;
}
.songai_box:nth-of-type(4){
    background: url("../img/faq/icon_04.png") center 26px/ auto 22px no-repeat #f8f8f8;
}
.songai_box:nth-of-type(5){
    background: url("../img/faq/icon_05.png") center 22px/ auto 28px no-repeat #f8f8f8;
}
.songai_box:nth-of-type(6){
    background: url("../img/faq/icon_06.png") center 22px/ auto 28px no-repeat #f8f8f8;
}
.songai_box:hover{
    opacity: .6;
}
.songai_box::before{
    content: '';
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 14px;
    height: 14px;
    background: url("../img/business/outlink.png") center/ 14px auto no-repeat;
}
.songai_box span{
    font-size: 15px;
    padding-top: 6px;
    display: inline-block;
}
.online{
    font-size: 14px!important;
    line-height: 1.4em;
    padding-top: 10px!important;
    font-weight: 400!important;
}
.seimei_box{
    width: 640px;
    margin: 0 auto;
    display: block;
    background-color: #f8f8f8;
    padding: 25px;
    border-radius: 6px;
    border: solid 1px #3ccb9c;
    text-align: center;
    line-height: 1.6em;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    transition: .35s;
}
.seimei_box:hover{
    opacity: .6;
}
.seimei_box::before{
    content: '';
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 14px;
    height: 14px;
    background: url("../img/business/outlink.png") center/ 14px auto no-repeat;
}

@media print, screen and (max-width: 1000px) {
    #all, #songai, #seimei {
        scroll-margin-top: 56px;
    }
}


@media print, screen and (max-width: 750px) {
    .scroll_menu {
        display: block;
        margin-bottom: 35px;
    }
    .scroll_menu a {
        width: fit-content;
        position: relative;
        padding: 10px 20px 10px 10px;
        margin: 0 10px;
        font-size: 15px;
    }
    .faq_wrapper h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .faq_wrapper {
        margin-bottom: 45px;
    }
    .faq_inner {
        width: 100%;
        max-width: 500px;
        padding: 0 20px;
    }
    .question {
        padding: 15px 45px 15px 15px;
    }
    .answer {
        padding: 15px 15px 15px 15px;
    }
    .faq_wrapper .logo {
        margin-bottom: 30px;
    }
    .songai_inner {
        width: 100%;
        padding: 0 15px;
        max-width: 380px;
        display: flex;
        flex-wrap: wrap;
    }
    .songai_box {
        width: 100%;
        padding: 50px 15px 15px;
        font-size: 18px;
        background: url(../img/faq/icon_01.png) center 14px/ auto 26px no-repeat #f8f8f8;
    }
    .songai_box:nth-of-type(2){
        background: url("../img/faq/icon_02.png") center 14px/ auto 28px no-repeat #f8f8f8;
    }
    .songai_box:nth-of-type(3){
        background: url("../img/faq/icon_03.png") center 14px/ auto 28px no-repeat #f8f8f8;
    }
    .songai_box:nth-of-type(4){
        background: url("../img/faq/icon_04.png") center 16px/ auto 22px no-repeat #f8f8f8;
    }
    .songai_box:nth-of-type(5){
        background: url("../img/faq/icon_05.png") center 14px/ auto 28px no-repeat #f8f8f8;
    }
    .songai_box:nth-of-type(6){
        background: url("../img/faq/icon_06.png") center 14px/ auto 28px no-repeat #f8f8f8;
    }
    .songai_box span {
        font-size: 14px;
    }
    .seimei_inner{
        padding: 0 15px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .seimei_box {
        width: 100%;
        padding: 20px;
        text-align: left;
        line-height: 1.6em;
        font-size: 15px;
    }
    .faq_wrapper:last-of-type {
        margin-bottom: 60px;
    }














}

