@charset "utf-8";

/* etc120 */
.etc120 {width:100%;height:100%;display: table;/* float:left; */box-sizing:border-box;position:relative;overflow:hidden;max-width: 1300px;margin: 0 auto;}

.etc120 .imgbox {width: 38.5%;overflow: hidden;display: table-cell;}
.etc120 .imgbox img {max-width: 100%;width: 100%;}

.etc120 .txtbox {width: 61.5%;display: table-cell;vertical-align:middle;text-align: left;line-height:normal;padding-left: 80px;box-sizing: border-box;position: relative;}
.etc120 .txtbox .titlebox {box-sizing:border-box;}
.etc120 .txtbox .txttit {width:100%;color: #333;font-weight: 400;letter-spacing:0px;vertical-align:bottom;display:inline-block;overflow:hidden;word-break:keep-all;}
.etc120 .txtbox .txtco {width:100%;color: #b0b0b0;overflow:hidden;word-break:keep-all;display:inline-block;box-sizing:border-box;line-height: 170%;margin-top:30px;}
.etc120 .txtbox .borderBTM {width: calc(100% - 80px);display: inline-block;border-bottom: 2px solid #333;position: absolute;bottom: 0;right: 0;}


.border-radius .etc120 .imgbox,
.border-radius .etc120 .imgbox img {border-radius:20px;}

	@media (min-width:800px) and (max-width:1050px){
		.etc120 .imgbox {width:35%;}
		.etc120 .txtbox {width:65%; padding-left:40px;}
		.etc120 .txtbox .borderBTM {width: calc(100% - 40px);}
	}

	@media (min-width:651px) and (max-width:799px){
		.etc120 .txtbox {padding-left:20px;}
		.etc120 .txtbox .borderBTM {width: calc(100% - 40px);}
	}
	@media (max-width:650px){
		.etc120 {display:block;}
		.etc120 .imgbox {width:100%; display:block;}
		.etc120 .txtbox {width:100%;display:block;padding: 30PX 0;}
		.etc120 .txtbox .borderBTM {width: calc(100% - 20px);margin: 0 10px;}
		.etc120 .txtbox .txtco {line-height:140%;margin-top: 15px;}
	}



