@charset "UTF-8";
@media screen and (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
.workshop-lead {
  margin-top: 40px;
  font-size: 16px;
  color: #595757;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .workshop-lead {
    margin-top: 20px;
  }
}

.effect-workshop {
  background: #dcdddd;
  border-radius: 10px;
  padding: 20px 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .effect-workshop {
    border-radius: 0;
  }
}
.effect-workshop__p {
  color: #00a784;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .effect-workshop__p {
    font-size: 18px;
  }
}
.effect-workshop__col p {
  background-color: #00a784;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #00885d), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #00885d), color-stop(0.75, #00885d), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-gray {
  color: #727171;
}

.single-attendance {
  border: 0.5px solid #000;
  font-size: 12px;
  display: inline-block;
  padding: 2px 6px;
}
.single-attendance span {
  color: #00a784;
}

.workshop-table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .workshop-table {
    border: 1px solid #9fa0a0;
  }
}
@media screen and (max-width: 768px) {
  .workshop-table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.workshop-table td:first-of-type {
  color: #00a784;
  font-size: 12px;
  padding: 0 6px;
}
@media screen and (max-width: 768px) {
  .workshop-table td:first-of-type {
    display: none;
  }
}
.workshop-table td:not(:first-of-type) {
  border: 1px solid #9fa0a0;
  padding: 8px 10px;
  color: #595757;
}
.workshop-table td:nth-of-type(2) {
  font-weight: 500;
  text-align: center;
  width: 5.5em;
}
@media screen and (max-width: 768px) {
  .workshop-table td:nth-of-type(2) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-left: none;
    border-right: none;
    border-top: none;
    background: #efeff0;
  }
}
.workshop-table td:nth-of-type(3) {
  font-weight: 500;
  color: #000;
  min-width: 15em;
}
@media screen and (max-width: 768px) {
  .workshop-table td:nth-of-type(3) {
    min-width: auto;
    width: calc(100% - 5.5em);
    border-top: none;
    border-right: none;
  }
}
.workshop-table td:nth-of-type(4) {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .workshop-table td:nth-of-type(4) {
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
.workshop-table tr:nth-of-type(odd) td:not(:first-of-type) {
  background: #efeff0;
}
.workshop-table tr:nth-of-type(odd) td:nth-of-type(3) {
  background: #f0edce;
}
@media screen and (max-width: 768px) {
  .workshop-table tr:nth-of-type(odd) td:nth-of-type(3) {
    background: #fffcdb;
  }
}
.workshop-table tr:nth-of-type(odd) td:nth-of-type(4) {
  background: none;
}
.workshop-table tr:nth-of-type(even) td:nth-of-type(3) {
  background: #fffcdb;
}
.workshop-table tr:last-of-type td:not(:first-of-type) {
  background-color: #c3e2f7;
}
@media screen and (max-width: 768px) {
  .workshop-table tr:last-of-type td:nth-of-type(4) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .workshop-table td {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .workshop-table .has-single {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .workshop-table .has-single:after {
    position: absolute;
    content: "●";
    color: #00a784;
    left: 8px;
    font-size: 12px;
  }
}

.flow-h2 {
  color: #ed6c00;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
}
.flow-h2:after {
  content: "";
  position: absolute;
  width: calc(100% - 6em);
  top: 50%;
  right: 0;
  height: 10px;
  background: #fce5ce;
  transform: translateY(-50%);
}

.flow {
  margin-top: 20px;
}
.flow__col {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .flow__col + .flow__col {
    margin-top: 60px;
  }
}
.flow__col:not(:last-of-type):after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(100% - 15px);
  width: 30px;
  height: 35px;
  background-size: cover;
  transform: translateY(-50%);
  background-image: url("../../uploads/flow-arrow.png");
}
@media screen and (max-width: 768px) {
  .flow__col:not(:last-of-type):after {
    top: 100%;
    transform: translate(-50%, 10px) rotate(90deg);
    left: 50%;
  }
}
.flow__head {
  border-top: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  color: #9fa0a0;
  text-align: center;
  font-weight: 500;
  padding: 5px 0;
  font-size: 18px;
}
.flow__box {
  border-radius: 10px;
  background-color: #e6e6e6;
}
.flow__square {
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 10px;
  text-align: center;
}
.flow__square--1 {
  background: #e7a100;
}
.flow__square--2 {
  background: #bd6600;
}
.flow__box-top {
  padding: 20px 20px 10px 20px;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow__box-top {
    height: auto;
  }
}
.flow__pic {
  width: 95%;
  margin: auto;
}
.flow__pic + .flow__pic {
  margin-top: 10px;
}
.flow__pic-caption {
  font-size: 12px;
  margin-bottom: 0;
}
.flow__box-bottom {
  background: #81aa9a;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

.table-responsive {
  overflow: visible;
}

.fee-table {
  border-collapse: collapse;
  height: calc(100% - 1.1rem);
}
.fee-table-head {
  font-weight: 500;
  margin-bottom: 5px;
}
.fee-table-head--orange {
  color: #ed6c00;
}
.fee-table-head__tax {
  font-weight: 300;
  font-size: 12px;
  margin-left: 10px;
}
.fee-table-head__blue {
  color: #00a784;
  margin-left: 15px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .fee-table-head__blue {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .fee-table {
    height: auto;
  }
}
.fee-table thead {
  background: #00a784;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fee-table thead {
    font-size: 12px;
  }
}
.fee-table td {
  border: 1px solid #fff;
  padding: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fee-table tbody {
    font-size: 14px;
  }
}
.fee-table tbody td {
  background: #dcdddd;
  color: #595757;
  text-align: center;
}

.voice-h2 {
  color: #727171;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .voice-h2 {
    margin-top: 40px;
    font-size: 18px;
  }
}
.voice-h2:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - 9em);
  background: #727171;
  height: 1px;
}
.voice-h2:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(50% - 9em);
  background: #727171;
  height: 1px;
}

.voice {
  margin-top: 30px;
}
.voice + .voice {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .voice + .voice {
    margin-top: 40px;
  }
}
.voice__head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.voice__caption {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 3px solid #f8b62d;
  padding-bottom: 5px;
}
.voice__p {
  font-size: 14px;
}
.voice--column {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-fill: balance;
       column-fill: balance;
}
@media screen and (max-width: 768px) {
  .voice--column {
    -moz-column-count: inherit;
         column-count: inherit;
  }
}
.voice--column__img {
  width: 170px;
  margin: 0 20px 10px 0;
}

.balloon {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-self: flex-end;
}
.balloon__left {
  width: 65%;
}
.balloon__text {
  background: #dcdddd;
  border-radius: 10px;
  padding: 8px 12px;
  text-align: justify;
}
.balloon__right {
  width: 33%;
}/*# sourceMappingURL=workshop.css.map */