@charset "utf-8";
/* CSS Document */
#main .faq {
    margin: 20px auto 30px;
}
.img_title {
    background: url(../img/faq_image.png) top left no-repeat;
    background-size: cover;
}
.img_title p{
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.faq h2 {
    background: url(../img/q.gif) no-repeat left top;
    padding-left: 1.2em;
    margin-bottom: 5px;
}
.faq p {
    border: 1px solid #3954a4;
    margin-bottom: 20px;
    background: url(../img/a.gif) no-repeat 6px 9px;
    padding: 6px 6px 6px 21px;
}
/* ########### 599px以下 ########### */
@media only screen and (max-width: 599px){
}

/* ########### 768px以下 ########### */
@media only screen and (max-width: 768px){
#main .faq {
    width: 100%;
}
}

/* ########### 769px以上 ########### */
@media (min-width: 769px){
#main .faq {
    width: 710px;
}
}
