@charset "utf-8";

/* ==================================================================
	three-point1
=================================================================== */
#three-point1 section.contentsDetails,
#three-point1 section.point,
#three-point1 section.qalist,
#three-point1 .staffImg,
#three-point1 .contactarea {
    margin-bottom: 40px;
}
#three-point1 section.point:last-child,
#three-point1 section.itemInfo:last-child {
    margin-bottom: 0;
}

#three-point1 p.txt {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.75;
}
#three-point1 p.img {
    margin-bottom: 25px;
}

#three-point1 section.qalist dl {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#three-point1 section.qalist dl:last-child {
    margin-bottom: 0;
}
#three-point1 section.qalist dl dt {
    background:url("../../images/common/icon-question.gif") 0% 50% no-repeat;
    padding: 10px 0 10px 50px;
    font-size: 16px;
    font-weight: bold;
    color: #14694b;
}
#three-point1 section.qalist dl dd {
    font-size: 14px;
    background:url("../../images/common/icon-answer.gif") 0 0 no-repeat;
    padding: 8px 0 8px 50px;
}
#three-point1 section.qalist dl dd.img1,
#three-point1 section.qalist dl dd.img2 {
    background:none;
}
#three-point1 section.qalist dl dd.img1 {
    float: left;
    margin-right: 15px;
}

@media only screen and
(max-width : 640px) {
    
    #three-point1 section.contentsBox img {
        width: 100%;
    }
    #three-point1 section.contentsDetails,
    #three-point1 section.point,
    #three-point1 section.qalist,
    #three-point1 .staffImg,
    #three-point1 .contactarea {
        margin: 0 3% 30px;
    }
    #three-point1 section.constraction:last-child,
    #three-point1 section.itemInfo:last-child {
        margin-bottom: 0;
    }

    #three-point1 p.txt {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 1.75;
    }

    #three-point1 section.qalist dl {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #three-point1 section.qalist dl:last-child {
        margin-bottom: 0;
    }
    #three-point1 section.qalist dl dt {
        background:url("../../images/common/icon-question.gif") 0% 50% no-repeat;
        padding: 10px 0 10px 50px;
        font-size: 16px;
        font-weight: bold;
        color: #14694b;
    }
    #three-point1 section.qalist dl dd {
        font-size: 14px;
        background:url("../../images/common/icon-answer.gif") 0 0 no-repeat;
        padding: 8px 0 8px 50px;
    }
    #three-point1 section.qalist dl dd.img {
        background:none;
    }

}