.contact-box{
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.05);
    padding:10px;
    width: 100%;
    position: relative;
}
.contact-box:hover{
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.2);
}
.contact-title2{
    font-size: 36px;
    line-height: 40px;
    margin:0;
    color:#e66f4a;
    font-weight: bold;
    border-bottom: 1px solid #f5f5f5;
    width:100%;
    padding-bottom: 14px;
}
.contact-word{
    font-size: 14px;
    line-height: 24px;
    color: #858585;
}
.contact-word2{
    font-size: 24px;
    line-height: 30px;
    color: black;
    font-weight: bold;
    padding:0;
    margin: 0;
    position:absolute;
    bottom: 10px;
}
@media screen and (min-width:1281px){
    .index-top{
        background: url(../img/contact/1.jpg) center center;
        background-size: cover;
        height:1184px;
        width:100%;
        padding-top: 50px;
    }
    .index-img2{
        background: url(../img/contact/2.jpg) center center;
        background-size: cover;
        height:640px;
        width:100%;
        position: relative;
    }
    .contact-content2{
        width:60%;
        margin-left:20%;
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact-content2-photo{
        width:260px;
        height:260px;
        float: left;
        background: url(../img/contact/photo01.jpg) center center;
        background-size: cover;
    }
    .contact-content2-box{
        padding-left: 20px;
        float: left;
        width: calc( 100% - 280px );
    }
}
@media screen and (max-width: 1280px) and (min-width: 768px){
    .index-top{
        background: url(../img/contact/1.jpg) center center;
        background-size: cover;
        width: 100%;
        padding-bottom: 68%;
        padding-top: 50px;
    }
    .index-img2{
        background: url(../img/contact/2.jpg) center center;
        background-size: cover;
        width: 100%;
        padding-bottom: 40%;
        position: relative;
    }
    .contact-content2{
        width:80%;
        margin-left:10%;
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact-content2-photo{
        width:260px;
        height:260px;
        float: left;
        background: url(../img/contact/photo01.jpg) center center;
        background-size: cover;
    }
    .contact-content2-box{
        padding-left: 20px;
        float: left;
        width: calc( 100% - 280px );
    }
}
@media screen and (max-width: 767px){
    .index-top{
        background: url(../img/contact/1.jpg) center center;
        background-size: cover;
        width: 100%;
        height:1184px;
    }
    .index-img2{
        background: url(../img/contact/2.jpg) ;
        height:500px;
        width: 100%;
        padding-bottom: 60%;
        position: relative;
    }
    .contact-content2{
        width:90%;
        margin-left:5%;
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        position: absolute;
        top:500px;
    }
    .contact-content2-photo{
        width:100%;
        height:300px;
        float: left;
        background: url(../img/contact/photo01.jpg) center center;
        background-size: cover;
    }
    .contact-content2-box{
        margin-top:8px;
        width:100%;
        float: left;
    }
    .contact-word2{
        display: none;
    }
}