@charset "UTF-8";

/* section */
#main .con-inner {
  width: 1200px;
  padding: 70px 0 100px;
  height: 100%;
  margin: auto;
}
  
/* banner */
.banner {
  background-image: url(../img/product/assessment/aseessment-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
}
.banner .section-inner .ac {
  margin-top: 35px;
}
.banner .title-box {
  margin-top: 45px;
  text-align: center;
  color: #fff;
}
.banner .title-box .title {
  line-height: 1.2;
  font-family: 'base-sb';
  font-size: 2rem;
}
.banner .title-box .text {
  margin-top: 20px;
  font-family: 'base-l';
  font-size: 1.2rem;
  line-height: 1.3;
}
.banner .title-box .contact_btn,
.banner .title-box .proposal_btn {
  display: inline-block;
  font-family: 'base-sb';
  font-size: 1.1rem;
  margin-top: 20px;
  padding: 11px 0;
  width: 200px;
  border: 3px solid #fff;
  border-radius: 30px;
  color: #fff;
  opacity: 0.9;
  transition: all 0.1s;
}
.banner .title-box .proposal_btn {
  margin-right: 15px;
}
.banner .title-box .contact_btn:hover,
.banner .title-box .proposal_btn:hover {
  background: #ffffff20;
  opacity: 1;
}

/* left */
.con-wrap .left {
  float: left;
  position: sticky;
  top: 100px;
  width: 270px;
  background: #F7FAFD;
  padding: 25px 20px;
  border-radius: 15px;
  box-sizing: border-box;
}
.left .assessment-list .personal,
.left .assessment-list .team,
.left .assessment-list .organization {
  margin-bottom: 50px;
}

.left .assessment-list .title-box {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 7px;
  text-align: center;
}
.left .personal .title-box {
  background: #76C6DF;
}
.left .team .title-box {
  background: #4396E2;
}
.left .organization .title-box {
  background: #5C69D2;
}
.left .assessment-list .title {
  font-family: 'base-sb';
  font-size: 1.1rem;
  color: #fff;
}

.left .assessment-list ul {
  margin-top: 25px;
  padding-left: 15px;
}
.left .assessment-list li {
  font-family: 'base-l';
  font-size: 0.95rem;
  margin-bottom: 16px;
  color: #777;
}
.left .assessment-list a {
  padding: 0px 4px 3px 3px;
}
.left .assessment-list a:hover {
 border-bottom: 1px solid #aaa;
}

.left .assessment-list li.on {
  font-family: 'base-sb';
  color: #333;
}
.left .assessment-list li.on a:hover {
  border: none;
}
.left .list-btn {
  color: #777;
  margin-left: 10px;
  transition: all 0.1s;
}
.left .list-btn:hover {
  color: #333;
}
.left .list-btn i {
  margin-right: 5px;
}

/* right */
.right {
  float: left;
  font-family: 'base-l';
  width: calc( 100% - 270px );
  padding: 30px 20px 0px 50px;
  box-sizing: border-box;
}
.right .title {
  font-family: 'base-sb';
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/* model */
.right .model .img-wrap {
  width: 98%;
  margin: auto;
}
.right .img-wrap img {
  width: 100%;
}
.right .img-wrap img:nth-child(n+2) {
  margin-top: 40px;
}
/* summary */
.right .summary {
  margin-top: 50px;
}
.right .summary .summary-table {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.right .summary table {
  border: none;
}
.right .summary-table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.right .summary-table td {
  border : none;
  vertical-align: middle;
}
.right .summary-table .td-title {
  width: 150px;
  font-family: 'base-sb';
  text-align: center;
  border-right: 1px solid #ddd;
}
.right .summary-table .td-text {
  width: 650px;
  padding: 18px 20px 16px;
  line-height: 1.4;
  color: #555;
}

/* point */
.right .point {
  margin-top: 60px;
}
.right .point-list {
  margin: 5px 0 0 15px;
}
.right .point-list li {
  list-style-type: disc;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #555;
}

/* effect */
.right .effect {
  margin-top: 60px;
}
.right .effect .text-box {
  color: #555;
}
.right .effect .text {
  line-height: 1.4;
}
.right .effect-list li {
  margin-top: 12px;
  font-size: 0.95rem;
}
.right .effect-list .tag {
  display: inline-block;
  float: left;
  padding: 8px 15px 6px;
  border: 1px solid #6088b6;
  color: #6088b6;
  border-radius: 7px;
  font-size: 0.95rem;
}
.right .effect-list .tag-sub {
  display: inline-block;
  float: left;
  width: calc( 100% - 140px );
  padding: 6px 0 0 12px;
  line-height: 1.4;
}

/* report */
.right .report {
  margin-top: 60px;
}
.right .report .report-wrap {
  width: 100%;
  background: #F7FAFD;
  border-radius: 20px;
  padding: 40px 50px;
  box-sizing: border-box;
}
.right .report img {
  width: 100%;
}

/* list-btn */
.right .mobile-list {
  width: 100%;
  text-align: center;
}
.right .list-btn {
  display: inline-block;
  margin: 35px auto 0;
  padding: 12px 25px;
  border: 1px solid #aaa;
  border-radius: 25px;
  color: #777;
  font-size: 1.2rem;
}
.right .list-btn i {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #main .con-inner {
    width: 95%;
    padding: 55px 0;
  }
  .banner {
    height: 260px;
  }
  .banner .title-box .title {
    font-size: 1.8rem;
  }
  .banner .section-inner .es,
  .banner .section-inner .cats {
    margin-top: 25px;
  }
  .banner .section-inner .ac {
    margin-top: 15px;
  }
  .banner .title-box {
    margin-top: 40px;
  }
  .banner .title-box .text {
    width: 82%;
    margin: 10px auto 0;
    font-size: 1.15rem;
  }
  .banner .title-box .proposal_btn,
  .banner .title-box .contact_btn {
    display: block;
    margin: 15px auto 0;
  }
 
  .left {
    display: none;
  }
  .right {
    float: none;
    width: 90%;
    padding: 0;
    margin: auto;
  }
  .right .model .img-wrap {
    width: 100%;
  }
  .right .summary-table td {
    font-size: 1.1rem;
  }
  .right .summary-table .td-title {
    width: 200px;
    padding: 15px 10px 12px;
    box-sizing: border-box;
    line-height: 1.3;
  }
  .right .summary-table .td-text {
    padding: 16px 15px 14px;
  }
  .right .summary-table .mobile {
    display: table-cell;
  }
  .right .point-list li {
    font-size: 1.1rem;
  }
  .right .effect .text {
    font-size: 1.1rem;
  }
  .right .effect-list li {
    font-size: 1.1rem;
  }
  .right .effect-list .tag {
    float: none;
  }
  .right .effect-list .tag-sub {
    float: none;
    width: 100%;
    padding: 6px 0;
  }
  .right .report .report-wrap {
    width: 100%;
    margin: auto;
    padding: 40px 70px;
  }
}