/*-----------------------------------------------
	index.html
-----------------------------------------------*/
/* secTop */
.secTop{
    margin: 50px auto 80px;
}
.secTop .leftBox{
    width: 820px;
    float: left;
}
.secTop .leftBox .titIn{
    font-size: 17px;
    line-height: 2;
    font-weight: 700;
}
.secTop .leftBox .txtBox{
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 15px;
}
.secTop .rightBox{
    width: 280px;
    float: right;
    text-align: right;
}
.secTop .rightBox img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.secTop .rightBox .txtPost{
    margin-top: 20px;
    letter-spacing: 1px;
}
.secTop .rightBox .txtName{
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secTop{
        margin: 20px auto 50px;
        width: 92%;
    }
    .secTop .leftBox{
        width: 100%;
        float: none;
    }
    .secTop .leftBox .titIn{
        font-size: 15px;
        line-height: 1.8;
    }
    .secTop .leftBox .txtBox{
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 10px;
    }
    .secTop .rightBox{
        width: 280px;
        float: none;
        text-align: right;
        margin: 20px auto 0;
    }
    .secTop .imgBox{
        text-align: center;
    }
    .secTop .rightBox .txtPost{
        margin-top: 15px;
    }
    .secTop .rightBox .txtName{
        font-size: 16px;
    }
}

/* secArea */
.secArea{
    margin: 60px auto 50px;
}
.secArea .areaBox{
    margin-bottom: 50px;
}
.secArea .titArea{
    border: #c9c9c9 solid 1px;
    font-size: 20px;
    padding: 20px;
}
.secArea .showroomBox{
    margin-top: 40px;
}
.secArea .leftBox{
    width: 480px;
    float: left;
}
.secArea .imgBox{
    width: 100%;
    height: 0;
    padding-top: 66.66%;
    display: block;
}
.secArea .rightBox{
    width: 680px;
    float: right;
}
.secArea .titShowroom{
    font-size: 17px;
    line-height: 1.5;
}
.secArea .titShowroom2{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
}
.secArea .txtShowroom{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 10px;
    letter-spacing: 1px;
}
.secArea .dlList{
    margin-top: 20px;
}
.secArea .dlBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.secArea .dtBox{
    max-width: 70px;
    min-width: 41px;
    border: #c9c9c9 solid 1px;
    font-size: 13px;
    padding: 4px 4px;
    text-align: center;
}
.secArea .ddBox{
    font-size: 13px;
    margin-left: 10px;
    line-height: 1.4;
}
.secArea .ddBox .txtNum{
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 1;
}
.secArea .telList{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.secArea .telList .dlBox:nth-child(2){
    margin-left: 30px;
}
.secArea .mapBox{
    width: 1000px;
    margin: 40px auto 0;
    position: relative;
    height: 460px;
}
.secArea .mapBox iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width:767px){
    .secArea{
        margin: 20px auto 30px;
        width: 92%;
    }
    .secArea .areaBox{
        margin-bottom: 30px;
    }
    .secArea .titArea{
        font-size: 17px;
        padding: 10px;
        text-align: center;
        line-height: 1.4;
    }
    .secArea .showroomBox{
        margin-top: 20px;
    }
    .secArea .leftBox{
        width: 100%;
        float: none;
    }
    .secArea .rightBox{
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .secArea .txtShowroom{
        font-size: 13px;
        margin-top: 10px;
    }
    .secArea .dlList{
        margin-top: 10px;
    }
    .secArea .dtBox{
        min-width: 70px;
    }
    .secArea .ddBox{
        width: calc(100% - 81px);
    }
    .secArea .telList{
        display: block;
    }
    .secArea .telList .dlBox:nth-child(2){
        margin-left: 0;
    }
    .secArea .mapBox{
        width: 100%;
        margin: 20px auto 0;
        height: 0;
        padding-top: 80%;
    }
}
/* tableList */
.tableList{
    margin: 50px auto 0;
}
.tableList .tableBox{
    display: table;
    width: 100%;
    border-top: #dedada solid 1px;
}
.tableList .tableBox:last-child{
    border-bottom: #dedada solid 1px;
}
.tableList .thBox{
    width: 190px;
    display: table-cell;
    vertical-align: top;
    padding: 30px 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.tableList .tdBox{
    width: calc(100% - 190px);
    display: table-cell;
    vertical-align: top;
    padding: 30px 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;    
}
.tableList .tdBox a{
    color: #000;
}
@media only screen and (max-width:767px){
    .tableList{
        margin: 20px auto 0;
    }
    .tableList .thBox{
        width: 110px;
        padding: 15px 0;
        font-size: 13px;
        letter-spacing: 0;
    }
    .tableList .tdBox{
        width: calc(100% - 110px);
        padding: 15px 0;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}

/* secOutline */
.secOutline{
    margin: 50px auto 0;
}
.secOutline .titOutline{
    border: #c9c9c9 solid 1px;
    font-size: 20px;
    padding: 20px;
}
@media only screen and (max-width:767px){
    .secOutline{
        margin: 30px auto 0;
        width: 92%;
    }
    .secOutline .titOutline{
        font-size: 17px;
        padding: 10px;
        text-align: center;
        line-height: 1.4;
    }
}

/*-----------------------------------------------
	privacy.html
-----------------------------------------------*/
/*secPrivacy*/
.secPrivacy{
    margin-top: 20px;
}
.secPrivacy .txt{
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.5px;
}
.secPrivacy .txt2{
    margin: 30px auto 0;
    padding-left: 20px;
}
.secPrivacy .tit{
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
    border-bottom: #CCC solid 1px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.secPrivacy .box{
	margin: 35px auto 0;
}
@media only screen and (max-width:767px){
	.secPrivacy{
		margin: 20px auto 0;
		width: 92%;
	}
	.secPrivacy .txt{
		font-size: 13px;
		line-height: 1.7;
	}
    .secPrivacy .txt2{
        margin: 15px auto 0;
        width: 92%;
        padding-left:0px;
    }    
	.secPrivacy .tit{
		font-size: 13px;
		line-height: 1.7;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 10px;        
	}
	.secPrivacy .box{
		margin: 25px auto 0;
	}
}
/*-----------------------------------------------
	sitemap.html
-----------------------------------------------*/
.secSitemap .listRe{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
}
.secSitemap .nav{
    margin-bottom: 30px;
}
.secSitemap .btnIn{
    color: #000;
    font-size: 14px;
}
@media only screen and (max-width:767px){
    .secSitemap .listRe{
        display: block;
        margin: 20px auto 0;
        width: 92%;
    }
    .secSitemap .nav{
        margin-bottom: 20px;
    }
    .secSitemap .btnIn{
        font-size: 13px;
        text-decoration: underline;
    }
}