/* common */
.product6 h3.title::before {background-image: url("../img/title_bg.png");}
.product6 h3.title::after {background-image: url("../img/title_bg2.png");}

/* product6 */
.product6 {overflow: hidden;padding: 100px 0 0;}
.product6 .title-group {text-align: center;margin-bottom: 65px;}
.product6__desc {font-size: 24px; font-weight: 500; color: #000; line-height: 1.5em;}
.product6__desc strong {color: #006ca9;}
.product6 .content {padding: 100px 0 115px;}
.product6 .content:nth-of-type(2n+1) {box-shadow: 0 0 35px 0 rgba(10, 28, 92, 0.08);}
.product6 .contents {}
.product6 .content .flex {display: flex; align-items: center; justify-content: space-between;}
.product6 article:nth-of-type(2) .content:nth-child(1) {border-top: 1px solid #ddd;padding-top: 70px;}
.product6 .content .inner > div + div {margin-top: 60px;}
.product6 article:nth-of-type(2) .content:nth-child(1) .product__txt + .product6 .product__txt {margin-top: 60px;}
.product6 .product__txt em {position: relative;font-size: 20px;font-weight: 500;line-height: 2em;color: #000;padding-left: 30px;}
.product6 .product__txt 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;}
.product6 .product__txt ul {margin-top: 10px;padding-left: 30px;}
.product6 .product__txt ul li {position:  relative;font-size: 16px;font-weight: 300;letter-spacing: -0.4px;color: #333;line-height: 2.06em;}
.product6 .product__img p {font-size: 20px;font-weight: 500;color: #000;margin-top: 20px;text-align: center;}

.product6 .product-table table {margin-top: 25px;}
