@charset "UTF-8";
#webinar {
  margin: 0 auto 100px;
}
#webinar * {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #webinar {
    margin: 0 auto 50px;
  }
}
#webinar .s5-p1, #webinar .s5-p2 {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #webinar .s5-p1, #webinar .s5-p2 {
    line-height: 1.6;
  }
}

.mv {
  margin: 30px auto 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv {
    margin: 20px 0 10px;
  }
  .mv img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.cont_area {
  position: relative;
  margin: 0 auto 0px;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cont_area {
    margin: 0px;
  }
}
.cont_area .s5-p1, .cont_area .s5-p2 {
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .cont_area .s5-p1, .cont_area .s5-p2 {
    line-height: 1.6;
  }
}

.webinar_ttl {
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .webinar_ttl {
    margin: 0 auto 30px;
  }
}

.webinar_area {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto 20px;
}
.webinar_area .webinar_table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .webinar_area .webinar_table {
    margin: 10px auto;
  }
}
.webinar_area .webinar_table th {
  width: 20%;
  vertical-align: top;
  padding: 20px 20px;
  border: #cccccc 1px solid;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .webinar_area .webinar_table th {
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: none;
    padding: 8px 5%;
  }
}
.webinar_area .webinar_table td {
  padding: 20px 30px;
  border: #cccccc 1px solid;
}
@media screen and (max-width: 768px) {
  .webinar_area .webinar_table td {
    display: block;
    width: 100%;
    padding: 8px 5%;
  }
}
@media screen and (max-width: 768px) {
  .webinar_area .webinar_table tr:not(:last-child) td {
    border-bottom: none;
  }
}

#confirm {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #confirm {
    padding-top: 50px;
  }
}

.bnrWrap {
  position: relative;
  height: 70px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bnrWrap {
    height: 50px;
  }
}

.applyBnr {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .applyBnr {
    max-width: 300px;
    width: 100%;
  }
  .applyBnr img {
    width: 100%;
    height: auto;
  }
}
.applyBnr.fix {
  position: fixed;
  left: calc(50% - 225px);
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .applyBnr.fix {
    bottom: 20px;
    left: calc(50% - 150px);
  }
}
.applyBnr:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .applyBnr:hover {
    opacity: 1;
  }
}

/*--form.css-------------------*/
.s5-breadcrumbs {
  display: none;
}

.s5-container {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .s5-container {
    padding-bottom: 50px;
  }
}

.c5-heading1__beltbg2 {
  text-align: left;
  background: #cccccc;
  padding: 12px 15px;
  color: #2f353d;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c5-heading1__beltbg2 {
    padding: 8px 5%;
    line-height: 1.5;
  }
}

.c5-flex-col {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.c5-flex-col .img {
  margin-right: 20px;
}
.c5-flex-col img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.c5-slidebox {
  margin: 0;
  padding: 30px;
  border: solid 5px;
  background-color: #FFF;
  color: #2f353d;
  border-color: #f3f4f6;
  /*height: 300px;*/
  height: 250px !important;
  overflow: auto;
}

.c5-enq_form h2 {
  margin-top: 60px;
}
.c5-enq_form fieldset {
  margin-top: 40px;
}
.c5-enq_form h2 + fieldset {
  margin-top: 10px;
}
.c5-enq_form legend {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 0.8em;
}
.c5-enq_form ul {
  padding: 0 1em;
  list-style-type: none;
}
.c5-enq_form td ul {
  padding: 0;
  margin: 0;
}
.c5-enq_form td ul:last-child {
  margin-bottom: -7px;
}
.c5-enq_form td ul + p {
  margin-top: 7px;
}
.c5-enq_form td ul.inline li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.c5-enq_form ul li {
  margin-bottom: 7px;
}
.c5-enq_form.is-confirm td ul.inline li {
  display: block;
}
.c5-enq_form label:hover {
  cursor: pointer;
}
.c5-enq_form input + label {
  padding-left: 5px;
}
.c5-enq_form input[type=submit]:hover, .c5-enq_form input[type=button]:hover {
  cursor: pointer;
}

.c5-textarea_max {
  width: 100%;
  box-sizing: border-box;
  height: 150px;
}

.c5-enq_form .c5-required {
  position: relative;
}
.c5-enq_form .c5-required::after {
  content: '必須';
  display: inline-block;
  color: #fff;
  background: #cc3232;
  padding: 2px 5px;
  font-size: 0.7em;
  margin-left: 10px;
  border-radius: 5px;
  vertical-align: middle;
}

.c5-required-icon {
  content: '必須';
  display: inline-block;
  color: #fff;
  background: #cc3232;
  padding: 2px 5px;
  font-size: 0.7em;
  margin-left: 10px;
  border-radius: 5px;
  vertical-align: middle;
}

.c5-enq_form .c5-number span.autoConfirmVal:empty:before {
  content: '0';
}
.c5-enq_form .c5-number li {
  margin-top: 10px;
}
.c5-enq_form .c5-button {
  text-align: center;
  margin: 40px auto 0;
  display: block;
  max-width: 300px;
  font-size: 1.2rem;
  font-weight: bold;
}
.c5-enq_form .c5-button a:hover {
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.c5-enq_form .c5-button input {
  background: trnsparent;
  border: none;
  width: 100%;
}
.c5-enq_form .c5-button input:hover {
  text-decoration: none;
}

.c5-button.c5-reset {
  background: #81858b;
  color: #fff;
  max-width: 150px;
  margin-top: 20px;
  font-size: 0.8rem;
}
.c5-button.c5-reset input {
  width: 100%;
  padding: 2px;
  background: #81858b;
  color: #fff;
  text-decoration: none;
  border: none;
}
.c5-button.c5-reset input:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

#c5-conf {
  display: none;
}

.c5-formbtns {
  text-align: center;
  margin: 30px 0;
}
.c5-formbtns input {
  min-width: 150px;
  display: inline-block;
  vertical-align: top;
}

.c5-readOnly.on {
  background-color: #ccc;
}

.c5-error {
  display: block;
  padding: 8px;
  border: 1px solid #C00;
  margin-bottom: 6px;
  color: #C00;
  background-color: #FFF5F5;
}

.confirm-message {
  display: none;
}

.s5-button.autoConfirmBack {
  background-color: #666 !important;
}
.s5-button.autoConfirmBack:hover {
  opacity: .7;
  transition: opacity .2s;
}

.c5-form-table {
  width: 100%;
  margin-bottom: 60px;
}
.c5-form-table th, .c5-form-table td {
  padding: 15px;
  border: 1px solid silver;
}
.c5-form-table th {
  font-weight: bold;
  text-align: left;
  background-color: #f5f5f5;
}

.c5-input-comment {
  padding: 0;
  margin: 5px 0 0 0;
  color: #666;
}
.c5-input-comment + input {
  margin-top: 5px;
}

.c5-input-text-s {
  width: 25%;
  box-sizing: border-box;
}

.c5-input-text-m {
  width: 50%;
  box-sizing: border-box;
}

.c5-input-text-l {
  width: 100%;
  box-sizing: border-box;
}

.c5-thanks {
  font-size: 18px;
  text-align: center;
  padding: 150px 0;
}

.c5-enq_form input[type="text"], .c5-enq_form input[type="tel"], .c5-enq_form input[type="email"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid silver;
}
.c5-enq_form textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid silver;
}
.c5-enq_form select {
  border: 1px solid silver;
}
.c5-enq_form input[type="text"]:focus, .c5-enq_form input[type="tel"]:focus, .c5-enq_form input[type="email"]:focus {
  background-color: #f5f5f5;
}
.c5-enq_form textarea:focus {
  background-color: #f5f5f5;
}

.c5-free-dl {
  display: inline-block;
  font-size: 16px;
  background-color: #cc0000;
  color: #fff;
  padding: 3px 10px;
  vertical-align: middle;
}

.c5-count_list {
  margin: 0 0 0 20px;
  padding: 0;
}
.c5-count_list li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-bottom: 10px;
  position: relative;
  padding-left: 2em;
}
.c5-count_list li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(cnt) ") ";
}

.c5-inputOther .autoConfirmVal:not(:empty) + .autoConfirmVal::before {
  content: '（';
}
.c5-inputOther .autoConfirmVal:not(:empty) + .autoConfirmVal::after {
  content: '）';
}

.c5-inlineInput label {
  margin-right: 10px;
}

@media screen and (max-width: 639px) {
  .c5-count_list {
    margin: 0;
  }

  .c5-free-dl {
    font-size: 13px;
  }

  .c5-flex-col {
    display: block;
  }
  .c5-flex-col .img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .c5-slidebox {
    padding: 0 15px 15px 15px;
    word-wrap: break-word;
  }

  .c5-form-table th, .c5-form-table tr:not(:last-child) td {
    border-bottom: none;
  }
  .c5-form-table th, .c5-form-table td {
    display: block;
    width: auto;
  }

  .c5-input-text-s, .c5-input-text-m {
    width: 100%;
  }

  .c5-enq_form input[type="text"], .c5-enq_form input[type="tel"], .c5-enq_form input[type="email"] {
    font-size: 16px;
  }
  .c5-enq_form textarea {
    font-size: 16px;
  }
}
