/* common */
.inspection br {display: none;}
.inspection .title-area {text-align: center;}
.inspection.sub .title-area .title {font-size: 30px; font-weight: 700; color: #494e66; text-transform: uppercase; margin-bottom: 35px;}
.inspection.sub .title-area .title::before {content: ''; display: block; width: 25px; height: 30px; background: url("../img/title_obj_sub.png") no-repeat center/contain; margin: 0 auto;}
.inspection .title-area .desc {font-size: 18px; font-weight: 300; color: #494e66; line-height: 2;}
.inspection .title-area .desc strong {font-weight: 700; font-size: 24px; line-height: 1.5;}

/* inspection */
.inspection {overflow: hidden;}
.inspection .inner {padding: 60px 20px;}
.inspection .tech-head .inner {padding-bottom: 0;}
.inspection h4.title {display: block; margin-bottom: 25px; font-size: 23px; font-weight: 700; color: #494e66;}
.inspection h4.title::before {content: ''; display: inline-block; width: 5px; height: 23px; background: #4a65f6; margin-right: 13px; vertical-align: -2px;}

/* tab-area */
.inspection .tab-area {display: flex;}
.inspection .tab-area::after {content: ''; display: block; clear: both;}
.inspection .tab-area .tab {width: calc((100% - 20px) / 3); margin-right: 10px; background: #ecedef; padding: 13px 0; font-size: 14px; font-weight: 400; color: #494e66;}
.inspection .tab:nth-child(3n) {margin-right: 0;}
.inspection .tab:hover, .inspection .tab.active {background: #4a65f6; color: #fff;}

/* ins-content */
.ins-content > div:nth-of-type(2n) {background: #f7f7f7;}
.ins-content > div:nth-of-type(2n+1) {background: #fff;}
.inspection .list-num {display: block; width: 40px; height: 40px; font-size: 24px; font-weight: 700; color: #fff; text-align: center;}
.inspection .list-num.list-num--blue {background: #4a65f6;}
.inspection .list-num.list-num--black {background: #474d66;}
.inspection .list-title {font-size: 18px; font-weight: 700; line-height: 1.5; color: #494e66;}
.inspection .list-title .num {font-weight: 900; color: #4a65f6;}
.inspection .list-desc {font-size: 14px; font-weight: 300; line-height: 1.75; color: #494e66;}
.inspection .list-desc p::before {content: '-'; margin-right: 5px;}
.inspection .ins-info .title {margin-bottom: 15px;}
.inspection .ins-info .desc {font-size: 15px; font-weight: 300; line-height: 1.7; color: #494e66;}

/* table */
.ins-table .table-box + .table-box {margin-top: 50px;}
.ins-table table {width: 100%; border-collapse: collapse;}
.ins-table table thead th {font-size: 15px; font-weight: 700; color: #fff; background: #171c31; padding: 12px;}
.ins-table table.th-bd thead th {border: 1px solid rgba(255, 255, 255, .2);}
.ins-table table thead th.color {background: #1483f4;}
.ins-table table tbody th {font-weight: 500; color: #171c31; background: #f3f4f7; padding: 12px;}
.ins-table table tbody td {font-weight: 300; letter-spacing: -0.4px; color: #494e66; line-height: 1.5; padding: 15px 12px; background: #fff;}
.ins-table table tbody th, .ins-table table tbody td {font-size: 14px; border: 1px solid #dbdce3;}
.ins-table table.td-center tbody td {text-align: center;}
.ins-table table td ul li {line-height: 1.6;}
.ins-table table td ul li::before {content: ''; display: inline-block; width: 3px; height: 3px; background: #4a65f6; vertical-align: 5px; margin-right: 7px;}

/* group-point */
.inspection .group-point .inner > div + div {margin-top: 50px;}
.inspection .point-view .info-area.ins-info {margin-bottom: 40px;}
.inspection .point-view .info-area .symbol {color: #4a65f6;}
.inspection .point-view .thumb-area {text-align: center;}
.inspection .point-view .thumb-area .title-box {background: #474d66; padding: 14px 0;}
.inspection .point-view .thumb-area .title {font-size: 18px; font-weight: 700; color: #fff;}
.inspection .point-view .thumb-box {border: 1px solid #dbdce3; border-top: none; background: #fff; padding: 20px;}
.inspection .point-view .thumb-box img {width: 100%;}
.inspection .ins-table .ins-info {margin-bottom: 40px;}
.inspection .group-point .point-list {display: flex; flex-wrap: wrap; border-top: 1px solid #000;}
.inspection .point-list .point-item {width: 50%; display: flex; justify-content: space-between; border-bottom: 1px solid #dbdce3; padding: 20px 0;}
.inspection .point-list .point-item.full {width: 100%;}
.inspection .point-list .ico-check {width: 22px; height: 22px; background-repeat: no-repeat; background-position: center; background-size: contain;}
.inspection .point-list .ico-check.ico-check--blue {background-image: url("../img/ico_check_blue.png");}
.inspection .point-list .ico-check.ico-check--black {background-image: url("../img/ico_check_black.png");}
.inspection .point-list .desc {width: calc(100% - 30px); font-size: 14px; font-weight: 300; line-height: 1.6; color: #494e66;}

/* group-detail */
.inspection .group-detail .ins-info .desc {white-space: nowrap;}
.inspection .detail-list {border-top: 1px solid #000;}
.inspection .detail-list .detail-item {display: flex; justify-content: space-between; border-bottom: 1px solid #dbdce3; padding: 34px 0;}
.inspection .detail-list .title-box {display: flex; justify-content: space-between; width: 20%;}
.inspection .detail-list .list-title {width: calc(100% - (40px + 25px));}
.inspection .detail-list .list-desc {width: 78%; white-space: nowrap;}
.inspection .detail-item:nth-child(2n) .list-num {background: #474d66;}
.inspection .detail-item:nth-child(2n+1) .list-num {background: #4a65f6;}

/* group-necessity */
.inspection .group-necessity .ins-info {margin-bottom: 40px;}
.inspection .necessity-list .necessity-item {border: 1px solid #ddd; background: #fff; padding: 35px 20px;}
.inspection .necessity-item + .necessity-item {margin-top: -1px;}
.inspection .necessity-item.full .list-title {margin-bottom: 0;}
.inspection .necessity-list .list-title {display: block; margin-bottom: 15px;}
.inspection .necessity-list .list-desc {line-height: 1.88;}
.inspection .necessity-item:nth-child(3) .list-desc br {display: block;}
