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


/*----------------------------------------------------------
FAQ
----------------------------------------------------------*/
.q_title {
    background-color: #03BB99;
    color: #ffffff;
    padding: 1em 1em 1em 100px;
    border-radius: 20px;
    font-size: 1.05em;
    line-height: 1.5em;
    margin: 0 0 1em 0;
    font-weight: bold;
    background-size: 72px 38px;
    background-position: left 20px center;
    background-repeat: no-repeat;
}
.q_title1 {
    background-image: url(images/q_title1.png);
}
.q_title2 {
    background-image: url(images/q_title2.png);
}
.q_title3 {
    background-image: url(images/q_title3.png);
}
.q_title4 {
    background-image: url(images/q_title4.png);
}
.q_title5 {
    background-image: url(images/q_title5.png);
}
.q_title6 {
    background-image: url(images/q_title6.png);
}
.q_title7 {
    background-image: url(images/q_title7.png);
}
.a_area {
    padding: 0.8em 1em 2em 100px;
    margin: 0 0 1em 0;
    background-size: 72px 38px;
    background-position: left 20px top;
    background-repeat: no-repeat;
}
.a_area1 {
    background-image: url(images/a_title1.png);
}
.a_area2 {
    background-image: url(images/a_title2.png);
}
.a_area3 {
    background-image: url(images/a_title3.png);
}
.a_area4 {
    background-image: url(images/a_title4.png);
}
.a_area5 {
    background-image: url(images/a_title5.png);
    padding: 45px 1em 2em 20px;
    margin-bottom: 0;
}
.a_area5 p {
    margin-bottom: 1em;
    word-break: break-all;
}
.a_area6 {
    background-image: url(images/a_title6.png);
}
.a_area7 {
    background-image: url(images/a_title7.png);
    margin-bottom: 0;
}

@media screen and (max-width: 736px) {
    .q_title {
        padding: 1em 1em 1em 70px;
        background-size: 45px 24px;
        background-position: left 20px top 12px;
    }
    .a_area {
        padding: 0.4em 1em 2em 70px;
        background-size: 45px 24px;
    }
    .a_area5 {
		padding: 30px 1em 2em 20px;
		margin-bottom: 0;
}
}