/* common */
.experience1 h3.title {font-size: 31px; padding: 0 60px;}
.experience1 h3.title::before, .experience1 h3.title::after {width: 40px;}
.experience1 h3.title::before {background-image: url("../img/title_bg.png");}
.experience1 h3.title::after {background-image: url("../img/title_bg2.png");}
.experience1 .product-table em {position: relative;font-size: 17px;font-weight: 500;line-height: 1.7em;color: #000;padding-left: 30px;}
.experience1 .product-table em::before {content: '';position: absolute;left: 0;top: 7px;width: 21px;height: 17px;background: url("../img/db_arrow.png") no-repeat center;}

/* experience1 */
.experience1 {overflow: hidden;background: #fff;text-align: center;padding: 60px 20px;}
.experience1 .contents {margin-top: 20px;}
.experience1 .product-table {text-align: left;}
.experience1 .product-table table {border-top-color: #133379;}
.experience1 .product-table table th, .experience1 .product-table table td {min-width: 0;}
.experience1 .product-table table th {}
.experience1 .product-table table td {}
.experience1 .product-table thead th, .experience1 .product-table thead td {color: #fff;background: #006ba8;border: 1px solid rgba(255, 255, 255, .2);text-align: center;}
.experience1 .product-table thead th {}
.experience1 .product-table thead td {}
.experience1 .product-table tbody th {}
.experience1 .product-table tbody td {}
.experience1 .product-table tbody td:nth-of-type(2n+1) {font-size: 16px;font-weight: 500;background: #eef1f3;text-align: center;}
