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

/* product3 */
.product3 {overflow: hidden;}
.product3 .title-group {text-align: center;}
.product3 article:nth-of-type(1) .title-group {margin-bottom: 85px;}
.product3 article:nth-of-type(2) .product3__desc {margin-top: 30px;}
.product3__desc {font-size: 24px; font-weight: 500; color: #000; line-height: 1.5em;}
.product3__desc strong {color: #006ca9;}
.product3 article {}
.product3 article:nth-of-type(1) {padding: 100px 0 0;}
.product3 article:nth-of-type(2) {padding: 109px 0 118px;}
.product3 article:nth-of-type(1) .contents {box-shadow: 0 0 35px 0 rgba(10, 28, 92, 0.08);}
.product3 .contents {padding: 100px 0;}
.product3 .content {display: flex; align-items: center; justify-content: space-between;}
.product3 .content + .content {border-top: 1px solid #ddd; padding-top: 60px; margin-top: 60px;}
.product__txt {}
.product__txt + .product__txt {margin-top: 95px;}
.product3 article:nth-of-type(2) .content:nth-child(1) .product__txt + .product__txt {margin-top: 60px;}
.product__txt em {position: relative;font-size: 20px;font-weight: 500;line-height: 2em;color: #000;padding-left: 30px;}
.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;}
.product__txt ul {margin-top: 10px;padding-left: 30px;}
.product__txt ul li {position:  relative;font-size: 16px;font-weight: 300;letter-spacing: -0.4px;color: #333;line-height: 2.5em;padding-left: 15px;}
.product__txt ul li::before {content: '';position: absolute;left: 0;top: 19px;width: 4px;height: 4px;background: #0079b8;}
.product__txt ul li.bullet-none {line-height: 2.06em; padding-left: 0;}
.product__txt ul li.bullet-none::before {display: none;}
.product__txt ul li.bullet-none + li {margin-top: 25px;}
.product__img {border-left: 1px solid #ddd; padding-left: 135px;}
.product__img img {display: block; margin: 0 auto;}
.product__img img:nth-of-type(1) {margin-bottom: 25px;}
.product__img p {font-size: 20px;font-weight: 500;color: #000;margin-top: 35px;text-align: center;}
.product3 .catalog-btn {margin-top: 105px;}
.product3 article:nth-of-type(2) .product__img p {margin-top: 45px;}

.product3 .product-table {margin-top: 30px;}
