@charset "UTF-8";
.sub15 .wrap .layout .right .contArea .click {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 10px;
  width: 152px;
}
.sub15 .wrap .layout .right .contArea .click .red {
  color: #c90000;
}
.sub15 .wrap .layout .right .contArea p strong .colorText {
  color: #00a8d2;
}
.sub15 .wrap .layout .right .contArea .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.sub15 .wrap .layout .right .contArea .titleBox .txtBox {
  text-align: left;
}
.sub15 .wrap .layout .right .contArea .titleBox .txtBox .colorBack {
  background-color: #985e9b;
  color: #fff;
  padding: 5px 40px 5px 20px;
  border-radius: 0 50px 50px 0;
  box-sizing: border-box;
}
.sub15 .wrap .layout .right .contArea .smallTitle {
  display: inline-block;
  margin-top: 10px;
}
.sub15 .wrap .layout .right .contArea .row .col3, .sub15 .wrap .layout .right .contArea .row .col2 {
  margin-top: 30px;
}
.sub15 .wrap .layout .right .contArea .infoPart {
  border-top: 3px solid #985e9b;
  padding: 2px;
  box-sizing: border-box;
  position: relative;
  width: 450px;
  padding: 20px 20px;
  box-sizing: border-box;
  margin: 40px auto;
}
.sub15 .wrap .layout .right .contArea .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub15 .wrap .layout .right .contArea .flex .imgBox {
  width: 35%;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox {
  width: calc(65% - 30px);
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table {
  min-width: 680px;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table thead tr th {
  border-top: 3px solid #834486;
  border-left: 1px solid #834486;
  background-color: #f6edf5;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table thead tr th:first-child {
  border-left: none;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table thead tr .lightColor {
  background-color: #eee;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table tbody tr td {
  border: 1px solid #834486;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table tbody tr td:first-child, .sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table tbody tr td:last-child {
  border-left: none;
  border-right: none;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table tbody tr td.color1::before {
  content: "●";
  color: #834486;
  margin-right: 10px;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table tbody tr td.color2::before {
  content: "●";
  color: #e3a661;
  margin-right: 10px;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table tbody tr td.color3::before {
  content: "●";
  color: #41a1c3;
  margin-right: 10px;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table tbody tr td.color4::before {
  content: "●";
  color: #86b76b;
  margin-right: 10px;
}
.sub15 .wrap .layout .right .contArea .flex .txtBox .tableStyle table tbody tr:last-child {
  border-top: 3px solid #834486;
  border-bottom: 3px solid #834486;
}

@media screen and (max-width: 960px) {
  .sub15 .wrap .layout .right .contArea .flex {
    flex-direction: column;
  }
  .sub15 .wrap .layout .right .contArea .flex .imgBox {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .sub15 .wrap .layout .right .contArea .flex .txtBox {
    width: 100%;
  }
  .sub15 .wrap .layout .right .contArea .flex .txtBox h3 {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=sub15.css.map */