@charset "UTF-8";
body {
    margin: 0;
}

.-faq .main-hd_cnt {
	display: flex;
    height: 330px;
	margin-bottom: 0px;
}

/*FAQ*/
.faq {
    padding: 30px 0 100px;
    position: relative;
    width: 100%;
}

.qa-list{
text-align:left;
}

.qa > dt span {
    position: absolute;
    left: 0px;
    bottom: 25px;
    /* bottom: -4px; */
    width: 34px;
    height: 34px;
    line-height: 28px;
    background: #fff;
    color: #95C932;
    font-weight: bold;
    font-size: 18px;
    font-family: none;
    border: solid 2px #95C932;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

dt em {
    padding-left: 10px;
    font-style: normal;
    font-size: large;
}

dd em {
    font-style: normal;
    font-size: large;
}

.qa-list dl {
position: relative;
margin: 0 auto;
/* padding: 25px 80px 30px 0; */
cursor: pointer;
border-bottom: 1px solid #ccc;
}

.qa {
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: 0.4s ease; /
}

.qa:hover {
    background-color: #94c9323e;
    opacity: 0.8;
}

.qa-list dl:first-child {
border-top: 1px solid #ccc;
}

.qa-list dl:last-child {
margin-bottom: 30px;
}

.qa-list dl dt {
position: relative;
margin: 0;
/* padding: 0 0 0 35px; */
padding: 25px 80px 30px 35px;
}

.qa-list dl dd {
    position: relative;
    display: block;
    max-height: 0;
    margin: 0;
    padding: 0;
    padding-left: 45px !important;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
}
.qa-list dl dd.open {
    max-height: 1000px;
    padding: 0px;
    margin: 20px 0 0;
    padding-bottom: 20px;
}

.qa-list dl dd p {
margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
margin-top: 0;
}

.qa-list normalbutton a{
text-decoration: none;
}
    

@media screen and (max-width:1240px) {
}

@media screen and (max-width:767px) {
    .hero_catch_text {
        top: 7%;
        left: 34%;
    }
    .hero_detail {
        position: relative;
        left: 0%;
        top: 67%;
        background-color: rgba(255, 255, 255, 89%);
        padding: 25px 40px;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .link {
        width: 100%;
        margin: 0 auto;
    }
    .home-info {
        flex-direction: column;
    }
}

@media screen and (max-width:640px) {
    .faq {
        padding: 0px 0 100px;
        position: relative;
        width: 100%;
    }
    .qa > dt span {
        left: 5px;
        bottom: unset;
    }
    dt em {
        padding-left: 0px;
        font-style: normal;
        font-size: large;
    }
    .qa-list dl dt {
        padding: 0px 0 0 45px;
    }
    .qa-list dl {
        padding: 20px 0px 20px 0;
    }
    .qa-list dl dd {
        padding: 0 0 0 5px !important;
    }
    .qa-list dl dd.open {
        max-height: 800px;
        padding: 0px 0px 0px 5px;
        margin: 20px 0 0;
    }
    dd em {
        font-size: 14px;
    }
}
