@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="case">*/
.case {
    padding: 80px 5vw;
}

.case-h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.case-h2 span {
    color: #0099d8;
}

.case-icon-flex {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.case-icon-wrap {
    width: 24%;
    text-align: center;
}

.case-icon {
    max-height: 140px;
    height: 100%;
    vertical-align: bottom;
}

.case-txt-wrap {
    border-radius: 16px;
    border: solid 2px #333;
    padding: 24px 40px;
    margin-bottom: 24px;
}

.case-title {
    font-weight: 600;
    color: #0099d8;
    font-size: 20px;
    display: flex;
    gap: 16px;
}

.case-txt {
    margin-top: 8px;
}
/*終わり*/  


/*<section class="qa">*/
.qa {
    background-color: #eee;
    padding: 80px 5vw;
}

.qa-h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    padding-bottom: 40px;
}

.qa-h2 small {
    font-size: 20px;
}

.q-txt {
    position: relative;
    margin-top: 24px;
    background-color: #fff;
    border-radius: 8px;
    border: solid 2px #333;
    padding: 8px 16px;
    font-weight: 600;
}

.txt-flex {
    display: flex;
    gap: 4px;
}

.nav-open:hover {
    cursor: pointer;
}

.nav-open::before{/* 閉じている時 */
	content: "＋";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.nav-open.active::before{/* 開いている時 */
	content: "－";
}

.faq-txt {
    display: none;
    padding: 8px 20px;
}

.faq-txt span {
    color: #0099d8;
    font-weight: 600;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="case">*/
    .case-icon-flex {
        justify-content: center;
        gap: 2%;
    }

    .case-icon-wrap {
        width: 20%;
    }

    .case-icon {
        max-height: 120px;
    }    

    .case-txt-wrap {
        padding: 24px;
    }
    
    .case-title {
        font-size: 18px;
    }    
/*終わり*/ 


/*<section class="qa">*/
    .q-txt {
        padding: 8px 40px 8px 16px;
    }

    .faq-txt {
        padding: 8px 40px 8px 20px;
    }
    
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/ 


/*<section class="case">*/
    .case {
        padding: 64px 5vw;
    }

    .case-h2 {
        font-size: 20px;
    }

    .case-icon-flex {
        gap: 0;
    }
    
    .case-icon-wrap {
        width: 24%;
    }

    .case-icon {
        max-height: 64px;
        height: auto;
    }    

    .case-txt-wrap {
        padding: 16px;
    }    

    .case-title {
        font-size: 16px;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .case-title span {
        font-size: 14px;
    }
    
    .case-txt {
        margin-top: 16px;
    }    
/*終わり*/ 


/*<section class="qa">*/
    .qa {
        padding: 64px 5vw;
    }

    .qa-h2 {
        font-size: 20px;
        padding-bottom: 24px;
    }

    .qa-h2 small {
        font-size: 14px;
    }

    .q-txt {
        padding: 8px 32px 8px 8px;
    }

    .nav-open::before{/* 閉じている時 */
        right: 8px;
    }    

    .faq-txt {
        padding: 8px 32px 8px 8px;
    }

/*終わり*/ 

}
