/* common */
.about br {display: none;}
.about .title-area {text-align: center;}
.about.sub .title-area .title {font-size: 30px; font-weight: 700; color: #494e66; text-transform: uppercase; margin-bottom: 35px;}
.about.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;}
.about .title-area .desc {font-size: 18px; font-weight: 300; color: #494e66; line-height: 2;}
.about .title-area .desc strong {font-weight: 700; font-size: 24px; line-height: 1.5;}

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

/* overview */
.about .group-overview {margin-bottom: 70px;}
.about .group-overview::after {content: ''; display: block; clear: both;}
.about .group-overview .overview-thumb img {width: 100%;}
.about .group-overview .overview-info {border-top: 2px solid #494e66; margin-top: 20px;}
.about .overview-info .box {border-bottom: 1px solid #e4e4e4; display: flex; justify-content: space-between;}
.about .overview-info .title {float: left; width: 120px; font-size: 14px; font-weight: 500; color: #494e66; background: #f7f7f7; padding: 13px 0; text-align: center;}
.about .overview-info .desc {overflow: hidden; font-size: 14px; font-weight: 300; color: #494e66; background: #fff; padding: 14px 0; padding-left: 20px; width: calc((100% - 120px));}

/* licence */
.about .group-licence {margin-bottom: 70px;}
.about .licence-list {margin-top: 25px;}
.about .licence-list::after {content: ''; display: block; clear: both;}
.about .licence-item {float: left; width: calc((100% - 15px) / 2); margin-right: 15px;}
.about .licence-item:nth-child(2n) {margin-right: 0;}
.about .licence-item:nth-child(n+3) {margin-top: 50px;}
.about .licence-thumb {display: block; border: 1px solid #ddd; background: #fff; margin-bottom: 10px; overflow: hidden;}
.about .licence-list .title {position: relative; font-size: 14px; font-weight: 300; line-height: 1.5; color: #494e66; padding-left: 15px;}
.about .licence-list .title::before {content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background: #333;}

/* work */
.about .work-list {margin-top: 25px; border-top: 2px solid #494e66; padding: 32px 0 0; background: #fff;}
.about .work-list::after {content: ''; display: block; clear: both;}
.about .work-item {font-size: 14px; font-weight: 300; color: #494e66;}
.about .work-item + .work-item {margin-top: 8px;}
.about .work-item::before {content: ''; display: inline-block; width: 3px; height: 3px; background: #333; vertical-align: 5px; margin-right: 13px;}
