@charset "utf-8";
/* CSS Document */

.img_title {
    background: url(../img/customer_image.png) top left no-repeat;
    background-size: cover;
}
.img_title p{
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
#customerbox1 {
    margin: 20px auto 0;
    overflow: hidden;
}
.customerimg {
    float: left;
}
#customerbox2 {
    margin: 30px auto 20px;
    overflow: hidden;
}
#customerbox2 p {
    font-size: 14px;
    margin-top: 10px;
}
#customerbox2 .customer_p {
    margin-top: 10px;
}
#customerbox1 p {
    width: 257px;
    float: right;
    margin-top: 10px;
    font-size: 14px;
}
#customerbox1 h3 {
    float: left;
}

/* ########### 599px以下 ########### */
@media only screen and (max-width: 768px) {
#customerbox1 {
    width: 100%;
}
#customerbox2 {
    width: 100%;
}
}

/* ########### 768px以下 ########### */
@media only screen and (max-width: 768px) {
#customerbox1 {
    width: 100%;
}
#customerbox2 {
    width: 100%;
}
.customerimg {
    float: none;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
#customerbox1 h3 {
    float: none;
}
#customerbox1 p {
    width: 100%;
}
}
/* ########### 769px以上 ########### */
@media (min-width: 769px) {
#customerbox1 {
    width: 710px;
}
#customerbox1 h3 {
    margin-left: 10px;
}
#customerbox2 {
    width: 710px;
}
}
