@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  color: #333;
  font-family: '源ノ角ゴシック Regular', '源ノ角ゴシック', 'Noto Sans JP', 'Roboto', Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Meiryo UI', sans-serif; }
@media screen and (max-width: 1024px){
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%; }

video {
  width: 100%;
  cursor: pointer;
}

header .header_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 16px 0; }
  header .header_inner .omron_logo {
    font-weight: 600; }

footer {
  text-align: center;
  padding: 16px 0 32px;
  border-top: solid 1px #dadada; }
  footer p {
    font-size: 1.2rem; }
.sp_only {
  display: none;
}

.luminous, .luminous02 {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.container {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0; }

.ttl_type01 {
  text-align: center;
  font-size: 3.2rem; }

.ttl_type02 {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  margin: 0 auto 30px;
  color: #005EB8; }
  .ttl_type02 span {
    font-size: 1.6rem; }
  .ttl_type02::before, .ttl_type02::after {
    content: "";
    width: 10px;
    height: 100%;
    border-top: solid 1px #005EB8;
    border-bottom: solid 1px #005EB8;
    position: absolute;
    top: 0; }
  .ttl_type02::before {
    border-left: solid 1px #005EB8;
    left: -15px; }
  .ttl_type02::after {
    border-right: solid 1px #005EB8;
    right: -15px; }

.btn {
  /* width: 360px; */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 1.0;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s; }
  .btn a {
    box-shadow: 0 -3px 0px #8a4b00 inset;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px;
    background-color: #f58d0e;
    text-decoration: none;
    border-radius: 100px; }
  .btn:hover {
    opacity: 0.6; }

.content_intro {
  text-align: center;
  margin-bottom: 32px; }
  .content_intro::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #005EB8;
    margin: 32px auto 0; }

.movie_screen {
  width: 100%;
  padding-top: 56.25%;
  position: relative; }
  .movie_screen iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.sound_note {
  font-size: 1.4rem;
}
.feature_module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .feature_module .feature_module_img {
    width: 290px; }
    .feature_module .feature_module_img figure:first-child {
      margin-bottom: 12px; }
  .feature_module .movie_frame {
    width: 614px; }

.webinar {
  padding: 1px 40px 40px;
  background-color: #d5f0f9;
  margin: 80px 40px 0; }
  .webinar h4 {
    font-size: 2rem;
    width: 500px;
    margin: -20px auto 28px;
    background-color: #fff;
    border: solid 1px #005EB8;
    border-radius: 100px;
    text-align: center;
    color: #005EB8;
    padding: 8px 0; }
  .webinar h3 {
    margin-bottom: 16px; }
  .webinar .webinar_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .webinar .webinar_row figure {
      width: 270px; }
    .webinar .webinar_row .webinar_info {
      width: 540px; }
      .webinar .webinar_row .webinar_info p {
        font-size: 1.4rem; }
      .webinar .webinar_row .webinar_info .webinar_application {
        width: 100%;
        font-size: 1.4rem;
        margin: 20px 0;
        border-collapse: collapse; }
        .webinar .webinar_row .webinar_info .webinar_application th {
          background-color: #438DD5;
          color: #fff;
          padding: 8px;
          width: 16%; }
        .webinar .webinar_row .webinar_info .webinar_application .date_cell {
          width: 42%;
          padding: 4px 0;
          font-size: 1.6rem;
          text-align: center; }
        .webinar .webinar_row .webinar_info .webinar_application .btn_cell {
          width: 42%; }
          .webinar .webinar_row .webinar_info .webinar_application .btn_cell .btn a {
            padding: 12px 0; }
        .webinar .webinar_row .webinar_info .webinar_application .sp_btn_cell {
          display: none; }

.webinar_table_sec h2 {
  margin-bottom: 40px; }

.webinar_table_sec table {
  width: 100%; }
  .webinar_table_sec table tr:nth-of-type(2n-1) {
    background-color: rgba(0, 94, 184, 0.05); }
  .webinar_table_sec table td {
    padding: 12px 8px; }
    .webinar_table_sec table td br {
      display: none; }

.contact_sec h2 {
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 40px; }
  .contact_sec h2 span {
    display: block;
    font-size: 2.4rem;
    color: #BCCEDE; }

.contact_sec h3 {
  text-align: center;
  margin-bottom: 30px; }

.contact_sec .form_intro {
  text-align: center;
  margin-bottom: 40px; }

.contact_form .form_dl {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .contact_form .form_dl dt {
    width: 24%;
    font-weight: 600;
    padding: 12px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact_form .form_dl dt span {
      display: block;
      width: 50px;
      text-align: center;
      font-size: 1.2rem;
      background-color: #CC1144;
      color: #fff;
      padding: 2px 0;
      border-radius: 4px; }
  .contact_form .form_dl dd {
    width: 73%;
    padding: 12px 0; }
    .contact_form .form_dl dd input[type="text"], .contact_form .form_dl dd textarea {
      background-color: #F6F6F6;
      width: 100% !important;
      padding: 12px;
      font-size: 1.6rem;
      border-radius: 4px; }
    .contact_form .form_dl dd textarea {
      height: 120px !important; }
    .contact_form .form_dl dd input::-webkit-input-placeholder, .contact_form .form_dl dd textarea::-webkit-input-placeholder {
      color: #999; }
    .contact_form .form_dl dd input:-ms-input-placeholder, .contact_form .form_dl dd textarea:-ms-input-placeholder {
      color: #999; }
    .contact_form .form_dl dd input::-ms-input-placeholder, .contact_form .form_dl dd textarea::-ms-input-placeholder {
      color: #999; }
    .contact_form .form_dl dd input::placeholder, .contact_form .form_dl dd textarea::placeholder {
      color: #999; }
  .contact_form .form_dl .questionnaire_q, .contact_form .form_dl .questionnaire_a {
    width: 100%; }
  .contact_form .form_dl .questionnaire_q {
    padding-bottom: 0; }
  .contact_form .form_dl dd select {
    padding: 4px;
    border:solid 1px #ccc;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
  }

.contact_form .btn_wrap {
  width: 280px;
  margin: 20px auto;
  position: relative; }
  .contact_form .btn_wrap::after {
    content: "\f054";
    color: #fff;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.contact_form input[type="submit"] {
/*   width: 100%;
  text-align: center;
  padding: 12px 0;
  box-shadow: 0 -3px 0px #8a4b00 inset;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #f58d0e;
  text-decoration: none;
  border-radius: 100px; */
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
  background: #091E46;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: none;
}

.thanks_sec {
  min-height: calc(100vh - 121px); }
  .thanks_sec .container {
    width: 800px; }
  .thanks_sec h2 {
    font-size: 3.2rem;
    border-bottom: solid 1px #ccc;
    margin-bottom: 40px; }
  .thanks_sec p {
    margin-bottom: 30px;
    line-height: 2; }
  .thanks_sec .thanks_back_btn {
    display: block;
    width: 240px;
    background-color: #005EB8;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 100px;
    margin: 40px auto; }

@media screen and (max-width: 960px) {
  header .header_inner {
    width: 100%;
    padding: 16px; }
  footer {
    padding: 16px 0 32px; }
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 60px 16px; }
  .ttl_type01 {
    font-size: 2.8rem; }
  .ttl_type02 {
    font-size: 2.4rem;
    margin: 0 auto 30px; }
    .ttl_type02 span {
      font-size: 1.2rem; }
  .feature_module {
    padding: 0; }
    .feature_module .feature_module_img {
      width: 31.5%; }
      .feature_module .feature_module_img figure:first-child {
        margin-bottom: 13px; }
    .feature_module .movie_frame {
      width: 67%; }
  .webinar {
    margin: 80px 0 0; }
    .webinar .webinar_row figure {
      width: 24%; }
    .webinar .webinar_row .webinar_info {
      width: 73%; }
      .webinar .webinar_row .webinar_info p {
        font-size: 1.3rem; }
    .webinar .webinar_table_block table td {
      font-size: 1.4rem; }
      .webinar .webinar_table_block table td br {
        display: block; }
  .contact_form .form_dl {
    padding: 0; }
    .contact_form .form_dl dt {
      width: 26%; }
    .contact_form .form_dl dd {
      width: 71%; }
  .thanks_sec .container {
    width: 700px; } }

@media screen and (max-width: 767px) {
  header .header_inner {
    width: 100%;
    padding: 16px; }
  footer {
    padding: 16px 0 32px; }
  .sp_only {
    display: block;
  }
  .sp_hidden {
    display: none;
  }
  .container {
    padding: 40px 16px; }
  .ttl_type01 {
    font-size: 2.0rem; }
  .ttl_type02 {
    font-size: 2.3rem;
    margin: 0 auto 30px; }
    .ttl_type02 span {
      font-size: 1.2rem; }
  .content_intro {
    margin-bottom: 32px; }
    .content_intro::after {
      width: 40px;
      margin: 32px auto 0; }
  .feature_module {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .feature_module .feature_module_img {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .feature_module .feature_module_img figure {
        width: 49%; }
      .feature_module .feature_module_img figure:first-child {
        margin-bottom: 0; }
    .feature_module .movie_frame {
      width: 100%;
      margin-bottom: 0; }
    .feature_module .sound_note {
      margin-bottom: 12px;
    }
  .webinar {
    margin: 80px 0 0;
    padding: 1px 20px 20px; }
    .webinar h4 {
      width: 100%; }
    .webinar .webinar_row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .webinar .webinar_row figure {
        width: 100%;
        margin-bottom: 8px; }
      .webinar .webinar_row .webinar_info {
        width: 100%; }
        .webinar .webinar_row .webinar_info p {
          font-size: 1.3rem; }
        .webinar .webinar_row .webinar_info .webinar_application {
          font-size: 1.4rem;
          margin: 20px 0; }
          .webinar .webinar_row .webinar_info .webinar_application th {
            padding: 8px;
            width: 26%; }
          .webinar .webinar_row .webinar_info .webinar_application .date_cell {
            width: 74%;
            padding: 4px 0;
            font-size: 1.6rem; }
          .webinar .webinar_row .webinar_info .webinar_application .pc_btn_cell {
            display: none; }
          .webinar .webinar_row .webinar_info .webinar_application .sp_btn_cell {
            display: table-row; }
            .webinar .webinar_row .webinar_info .webinar_application .sp_btn_cell td {
              padding: 12px 0 0; }
              .webinar .webinar_row .webinar_info .webinar_application .sp_btn_cell td .btn a {
                padding: 12px 0; }
  .contact_sec h2 {
    font-size: 2.4rem;
    margin-bottom: 40px; }
    .contact_sec h2 span {
      font-size: 1.8rem; }
  .contact_sec .form_intro {
    margin-bottom: 32px; }
  .contact_form .form_dl {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contact_form .form_dl dt {
      width: 100%;
      padding-bottom: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      font-size: 1.4rem; }
      .contact_form .form_dl dt span {
        margin-left: 12px; }
    .contact_form .form_dl dd {
      width: 100%; }
  .thanks_sec .container {
    width: 100%; } }

.swiper-box {
  width: 270px;
}
@media screen and (max-width: 960px) {
  .swiper-box {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-box {
    width: 100%;
  }
  .ttl_type02::before {
    left: 0; }
  .ttl_type02::after {
    right: 0; }

  .webinar h4 {
    font-size: 1.4rem;
  }
}


.btn-blue a {
  background: #0B3A66;
  border-radius: 0;
  box-shadow: inherit;
  padding: 12px;
}

.btn-application {
  background: #fff;
  color: #0B3A66;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 600px;
  padding: 16px;
  font-size: 20px;
  margin-top: 120px;
  position: relative;
}
/* .btn-application::after {
    content: "\f054";
    color: #0B3A66;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
} */

@media screen and (max-width: 480px) {
  .btn-application {
    width: 80%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-wide {
  max-width: 1160px;
  width: 100%;
  padding: 96px 0 72px;
  margin-top: 72px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container-wide {
    max-width: 1160px;
    width: 100%;
    padding: 70px 0 40px;
    margin-top: 72px;
    margin: 0 auto;
  }
}


.u-font-bold {
  font-weight: bold;
}

.u-d-sm-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-d-sm-block {
    display: block;
  }
}


@media screen and (max-width: 767px) {
  form#mailformpro label {
    white-space: inherit;
  }
}