@charset "UTF-8";
html, body, header, footer, figure, h1, h2, h3, h4, table, tr, th, td, div, p {
  margin: 0;
  padding: 0;
}

.voice-section {
  margin-top: 40px;
  display: block;
}

@media (min-width: 768px) {
  .flex-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
}

.name {
  font-weight: 600;
}

@media (min-width: 768px) {
  .name {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .name {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .cat {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .cat {
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .year {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .year {
    padding-left: 5px;
  }
}

.point-wrap {
  font-weight: 600;
}

@media (max-width: 767px) {
  .point-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
}

.point-star {
  display: block;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .point-star {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .point-star {
    padding-top: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .number-star {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .number-star {
    font-size: 17px;
  }
}

.call-out-seminar {
  font-weight: 600;
  color: #333;
}

@media (min-width: 768px) {
  .call-out-seminar {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .call-out-seminar {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.seminar-title {
  color: #1FB272;
}

@media (min-width: 768px) {
  .call-out-area {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .call-out-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
  }
  .call-out-area:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .call-human {
    width: 75px;
  }
}

@media (max-width: 767px) {
  .call-human {
    width: 50px;
  }
}

.call-human img {
  width: 100%;
  height: auto;
}

.call-out {
  background: #fff;
  position: relative;
  line-height: 1.8;
  border-radius: 8px;
  box-sizing: border-box;
  border: solid 2px #1FB272;
}

@media (min-width: 768px) {
  .call-out {
    width: 720px;
    padding: 20px;
    font-size: 18px;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .call-out {
    width: 80%;
    padding: 15px;
    margin-left: 5px;
  }
}

.call-out p {
  font-size: 16px;
}

.voice-time {
  display: block;
  text-align: right;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .voice-time {
    font-size: 14px;
    color: #1FB272;
  }
}

@media (max-width: 767px) {
  .voice-time {
    font-size: 15px;
    color: #1FB272;
  }
}

/* beforeで枠線の三角を表現 */
.call-out::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -13px;
  top: 16px;
  border-right: 12px solid #1FB272;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/* beforeで本体の三角を表現 */
.call-out::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 16px;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.more-button {
  display: block;
  background: #01cb56;
  color: #fff;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .more-button {
    font-size: 18px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .more-button {
    font-size: 18px;
    width: 100%;
    padding: 22px;
  }
}

.more-button::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: '';
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 10px;
}

.voicefaqtab-area {
  width: 100%;
  background: #eee;
}

@media (min-width: 768px) {
  .voicefaqtab-area {
    padding: 50px 0;
  }
}

@media (min-width: 768px) {
  .voicefaqtab-inner {
    width: 1020px;
    margin: 0 auto;
    background: #fff;
  }
}

.tab-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.tab-menu li {
  width: 50%;
  color: #333333;
}

.tab-menu li a {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  color: #333333;
}

.tab-menu li a.active {
  background: #333333;
  color: #fff;
}

.tab-contents.active {
  background: #333333;
  color: #fff;
  display: block;
  padding: 10px;
  line-height: 1.8;
}

.tab-contents {
  display: none;
}