@charset "utf-8";

/* ==================================================================

	three-point3

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

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

#three-point3 ul.construction {
    overflow: hidden;
}
#three-point3 ul.construction li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}
#three-point3 ul.construction li:nth-child(3n) {
    margin-right: 0;
}
#three-point3 ul.construction li span {
    display: block;
    border-left: 3px solid #179771;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0 3px 5px;
    margin-bottom: 10px;
    line-height: 1;
}

#three-point3 section.qalist dl {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
#three-point3 section.qalist dl:last-child {
    margin-bottom: 0;
}
#three-point3 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-point3 section.qalist dl dd {
    font-size: 14px;
    background:url("../../images/common/icon-answer.gif") 0 0 no-repeat;
    padding: 8px 0 8px 50px;
}
#three-point3 section.qalist dl dd.img1,
#three-point3 section.qalist dl dd.img2 {
    background:none;
}
#three-point3 section.qalist dl dd.img1 {
    float: left;
    margin-right: 15px;
}

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

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

    #three-point3 ul.construction li {
        width: 48%;
        margin-right: 4%;
    }
    #three-point3 ul.construction li:nth-child(3n) {
        margin-right: 4%;
    }
    #three-point3 ul.construction li:nth-child(2n) {
        margin-right: 0;
    }
    #three-point3 ul.construction li img {
        width: 100%;
    }
    #three-point3 section.qalist dl {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #three-point3 section.qalist dl:last-child {
        margin-bottom: 0;
    }
    #three-point3 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-point3 section.qalist dl dd {
        font-size: 14px;
        background:url("../../images/common/icon-answer.gif") 0 0 no-repeat;
        padding: 8px 0 8px 50px;
    }
    #three-point3 section.qalist dl dd.img {
        background:none;
    }

}