
@charset "utf-8";@import "base.css";#contents span.Verdana {
    font-family: Verdana;
}
#contents{
    margin-top: 80px;
    padding-bottom: 120px;
}
#contents .boxTit{
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #D8D5CB;
    padding-bottom: 20px;
}
#contents .boxTit .inTit{
    font-size: 42px;
    font-weight: bold;
}
#contents .txtBox{
    margin-top: 30px;
}
#contents .txt_1{
    font-size: 15px;
    line-height: 2;
}
#contents .tit_2{
    font-size: 15px;
    margin-top: 30px;
}
#contents .txt_2{
    font-size: 15px;
    line-height: 2;
    margin-top: 10px;
}
#contents .txt_3{
    font-size: 15px;
    line-height: 2;
    margin-top: 30px;
}
@media only screen and (max-width:767px){
    #contents{
        margin-top: 25px;
        padding-bottom: 50px;
    }
    #contents .boxTit .inTit{
        font-size: 21px;
    }
    #contents .txtBox{
        margin-top: 20px;
    }
    #contents .txt_1{
        font-size: 13px;
        line-height: 2;
    }
    #contents .tit_2{
        font-size: 13px;
        margin-top: 20px;
    }
    #contents .txt_2{
        font-size: 13px;
        line-height: 2;
        margin-top: 5px;
    }
    #contents .txt_3{
        font-size: 13px;
        line-height: 2;
        margin-top: 20px;
    }
}
@media only screen and (max-width:370px){
    #contents .boxTit .inTit {
        font-size: 18px;
    }
}
/*address*/
#contents .addTxt {
    display: inline-block;
    width: 115px;
}
#contents .addTxt2 {
    display: inline-block;
    width: 145px;
}
@media only screen and (max-width:767px){
    #contents .addTxt {
        display: block;
        width: 100%;
    }
    #contents .addTxt2 {
        display: block;
        width: 100%;
    }
}
.isTablet header .centerbox .undertxt{
    font-size:9px;
}