@charset "UTF-8";
body {
  background: rgba(63, 167, 193, 0.1);
  color: #333;
}

img {
  width: 100%;
  max-width: 100%;
}

.container {
  max-width: calc(100% - 30px);
  margin: auto;
  width: 800px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important;
}

.container h1,
.container h2,
.container h3 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.seminar__title {
  font-weight: bold;
  font-size: 30px;
  margin-left: 0;
  padding: 0;
  height: auto;
  margin-top: 1em;
  margin-bottom: 2rem;
}

.seminar__movie {
  position: relative;
  margin-top: 3rem;
}

.seminar__movie:after {
  padding-top: calc(100% * 1080 / 1920);
  display: block;
  content: "";
}

.seminar__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.seminar__h2 {
  font-size: 22px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 5px solid #3fa7c1;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 2em;
  padding: 12px;
  background: rgba(63, 167, 193, 0.1);
}

.seminar__p {
  margin-top: 1em;
  line-height: 1.8;
}

.seminar__p--term {
  background: blue;
  color: #fff;
  padding: 3px 15px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 0;
}

.seminar__a.seminars-a {
  display: block;
  margin-top: 1em;
  font-size: 18px;
  font-weight: bold;
}

.seminar__a--is-new:after {
  content: "NEW";
  background: red;
  color: #fff;
  padding: 2px 4px;
  margin-left: 10px;
  text-decoration: none;
  font-size: 12px;
  text-decoration: none;
}

.seminar__a--is-complimentary:after {
  content: "無料";
  background: #e6b422;
  color: #fff;
  padding: 2px 4px;
  margin-left: 10px;
  text-decoration: none;
  font-size: 12px;
  text-decoration: none;
}

.seminar__a--is-possible-online:after {
  content: "オンライン可";
  background: green;
  color: #fff;
  padding: 2px 4px;
  margin-left: 10px;
  text-decoration: none;
  font-size: 12px;
}

.seminar__flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.seminar__col6 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .seminar__col6 {
    width: 100%;
  }
}

.seminar__category {
  margin-bottom: 0;
  margin-top: 30px;
  display: inline-block;
  color: #3fa7c1;
  border: 1px solid #3fa7c1;
  background: rgba(63, 167, 193, 0.1);
  font-weight: bold;
  padding: 2px 4px;
  width: 200px;
  text-align: center;
}

.seminar__info {
  margin-top: 5px;
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
  color: #3fa7c1;
}

input {
  width: 100%;
}

input[type="submit"] {
  color: black !important;
}

textarea {
  width: 100%;
}

label {
  width: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.wpcf7-list-item {
  display: inline-flex !important;
  align-items: center;
  margin: 0 0 1em 1em !important;
}

.wpcf7-list-item * {
  flex-shrink: 0;
}

.wpcf7-list-item input {
  width: 30px;
  margin-bottom: 0;
}

/*labページ*/
.calendar {
  margin-top: 16px;
}

.calendar iframe {
  width: 100%;
}

.btn {
  margin-top: 10px;
  background-color: #3fa7c1;
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
}
