/* common */
.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: 20px;font-weight: 500;line-height: 2em;color: #000;padding-left: 30px;}
.experience1 .product-table em::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 21px;height: 17px;background: url("../img/db_arrow.png") no-repeat center;}

/* experience1 */
.experience1 {overflow: hidden; background: #fff; text-align: center; padding: 100px 0 145px;}
.experience1 .contents {margin-top: 40px;}
.experience1 .product-table {text-align: left;}
.experience1 .product-table table {margin-top: 25px;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;padding: 20px 0;}
.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;padding: 20px 0;}
