
body{
    font-size: 94%;
}
#faq{
    border-bottom: #28a860 2px solid;
}
/* CSS Document */

.pankuzu {
    width: 980px;
    margin: auto;
}
#tn_06 a{
    opacity: 1;
    border-bottom: #28a860 2px solid;
}
.main_visual{
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg6.png") center no-repeat;
    background-size: cover;
    color: #fff;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content{
    max-width: 980px;
    margin: auto;
    margin-top: 35px;
}
.main_text{
    text-align: center;
    background: url("../image/bg_01.png")no-repeat center;
    height: 420px;
    position: relative;
    margin-top: 10px;
}
.block{
    border: #c1c1c1 1px solid;
    margin-top: 70px;
}
.question {
    font-size: 107%;
    font-weight: bold;
    background: #d4eedf url("../image/question.png") no-repeat 25px center;
    padding: 30px;
    padding-left: 90px;
    line-height: 30px;
    cursor: pointer;
    position: relative
}
.question::after{
    display: block;
    position: absolute;
    right: 40px;
    bottom:50%;
    content: " ";
    width: 20px;
    height: 20px;
    border-left: #28a860 2px solid;
    border-bottom: #28a860 2px solid;
    
    -webkit-transform: rotate(-45deg) translateY(50%);
    -ms-transform: rotate(-45deg) translateY(50%);
    -o-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
}
.question.open::after{
    -webkit-transform: rotate(135deg) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    -o-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
}
.answer {
    background: #fff url("../image/answer.png") no-repeat 25px center;
    padding: 30px;
    padding-left: 90px;
    line-height: 30px;
    display: none;
}

@media screen and ( max-width: 767px ){
.pankuzu{
    margin: 0 5%;
}
.main_content {
    padding: 0 5%;
}
.question {
    background: #d4eedf url(../image/question.png) no-repeat 25px 25px;
    padding: 30px;
    padding-left: 30px;
    padding-top: 90px;
}
.question::after{
    bottom: 70%;
}
.answer {
    background: url("../image/answer.png") no-repeat 25px 25px;
    padding: 30px;
    padding-left: 30px;
    padding-top: 90px;
}
}
@media screen and ( max-width: 525px ){
}