@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-before: 0px;
  -webkit-padding-after: 0px;
  -webkit-padding-start: 0px;
  -webkit-padding-end: 0px;
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------
base
-------------------------*/
body {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.0;
}

.spview {
  display: none;
}

a {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .spview {
    display: block;
  }
  .pcview {
    display: none;
  }
}

/*-------------------------
共通パーツ
-------------------------*/
.block {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 1.667em;
  color: #0b7100;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 2.7em;
  }
}

.section-title span {
  display: block;
  margin-bottom: 0.3em;
  font-size: 0.6428em;
}

@media (max-width: 767px) {
  .section-title span {
    margin-bottom: 0.5em;
  }
}

.c-btn {
  max-width: 388px;
  margin: 0 auto;
}

.c-btn.nolink {
  padding: 1em 0;
  border-radius: 4px;
  background: #a5a5a5;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}

.c-btn a {
  display: block;
  position: relative;
  padding: 1em 0;
  border-radius: 4px;
  background: #001e75;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  transition: 0.5s;
}

.c-btn a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto 0;
  background: url("../images/icon_arrow_w.png") no-repeat center center;
  background-size: contain;
  content: "";
}

.c-btn a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

_:-ms-lang(x)::-ms-backdrop, .c-btn a {
  padding-top: 1.2em;
  padding-bottom: 0.8em;
}

/*-------------------------
本文
-------------------------*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}

main a img {
  transition: 0.2s;
}

main a img:hover {
  opacity: 0.5;
  transition: 0.2s;
}

/*-------------------------
sp nav
-------------------------*/
body.is_menu_open {
  max-width: 100%;
  overflow: hidden;
}

.l-spHeader {
  -webkit-transition: all .3s;
  display: none;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .l-spHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    box-sizing: border-box;
    display: flex;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    width: 100%;
    height: 70px;
    padding-right: 70px;
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
    background-color: #fff;
    box-shadow: 0px 7px 11px -9px rgba(33, 33, 33, 0.32);
  }
  .l-spHeader_logo {
    max-width: 25rem;
    margin: 0 5%;
  }
  .l-spHeader_logo img {
    width: 100%;
    max-width: 243px;
  }
  .l-spHeader_spMenu_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: url(../images/icon_open.png) no-repeat center #f65c01;
    background-size: 50% auto;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
  }
  .is_menu_open .l-spHeader_spMenu_btn {
    background: url(../images/icon_close.png) no-repeat center #f65c01;
    background-size: 50% auto;
  }
}

/* -----------------------------
nav
-----------------------------*/
@media (min-width: 768px) {
  .l-nav {
    padding: 7px 0;
    background: #fff0e7;
  }
}

.l-nav_list {
  max-width: 750px;
  margin: 0 auto;
  padding: 15px;
}

@media (min-width: 768px) {
  .l-nav_list {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    padding: 3px 10px;
  }
}

@media (max-width: 767px) {
  .l-nav_list_item {
    border-bottom: solid #d9d9d9 1px;
  }
}

.l-nav_list_item a {
  display: inline-block;
  position: relative;
  padding: 10px 10px 10px 30px;
  color: #333;
  font-size: 1.8em;
  font-weight: bold;
  transition: 0.2s;
}

@media (max-width: 1030px) {
  .l-nav_list_item a {
    font-size: 1.4em;
  }
}

@media (max-width: 767px) {
  .l-nav_list_item a {
    display: block;
    padding: 20px 10px 20px 20px;
    font-size: 1.8em;
  }
}

@media screen and (max-width: 360px) {
  .l-nav_list_item a {
    font-size: 1.5em;
  }
}

.l-nav_list_item a:hover {
  color: #f65c01;
  text-decoration: underline;
}

.l-nav_list_item a:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url("../images/nav_arrow.png") no-repeat center center;
  background-size: contain;
  content: '';
}

@media (max-width: 767px) {
  .l-nav_list_item a:before {
    left: 0;
  }
}

.l-nav_list_item a.-unlink {
  color: #adadad;
  pointer-events: none;
}

.l-nav_list_item a.-unlink:before {
  background: url("../images/nav_arrow_unlink.png") no-repeat center center;
  background-size: contain;
}

.l-nav_list_item a.-unlink:hover {
  text-decoration: none;
}

.l-nav_list_item a[target="_blank"] {
  padding-right: 24px;
}

.l-nav_list_item a[target="_blank"]:before {
  background: url("../images/nav_arrow_blank.png") no-repeat center center;
  background-size: contain;
}

.l-nav_list_item a[target="_blank"]:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 18px;
  height: 14px;
  margin: auto;
  background: url("../images/icon_window.png") no-repeat center center;
  background-size: contain;
  content: '';
}

.l-nav_list_item a[target="_blank"]:hover {
  color: #001e75;
}

.l-gnav_outer {
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #005499;
}

.l-gnav_outer.js-navfix {
  position: fixed;
}

@media (min-width: 768px) {
  .l-gnav_outer.js-navfix {
    box-shadow: 0px 7px 11px -7px rgba(33, 33, 33, 0.32);
  }
}

@media screen and (max-width: 1080px) {
  .l-gnav {
    height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .l-gnav {
    z-index: 80;
    position: fixed;
    top: 70px;
    right: -41.5rem;
    max-width: 40.8rem;
    height: calc(100% - 3.5rem);
    overflow-y: auto;
    background-color: #fff;
    transition: right .36s;
  }
  .is_menu_open .l-gnav {
    right: 0;
  }
  .l-gnav_outer {
    position: relative !important;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .l-overlay {
    -webkit-transition: .2s;
    visibility: hidden;
    z-index: 70;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: .2s;
  }
  .is_menu_open .l-overlay {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
  }
}

/*-------------------------
フッター
-------------------------*/
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 2.666% 40px;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
    padding: 30px 2.666% 55px;
  }
}

.footer-img {
  width: 26%;
  min-width: 230px;
  font-size: 0;
}

.footer-img .bp {
  width: 81px;
  height: auto;
}

.footer-img .nikkei {
  width: 100px;
  margin-right: 10%;
}

@media (max-width: 767px) {
  .footer-img {
    width: 100%;
    text-align: center;
  }
}

.footer-text {
  font-size: 1.3em;
  line-height: 1.4;
}

.footer-text a {
  color: #0043da;
  text-decoration: underline;
}

.footer-text a:hover {
  text-decoration: none;
  opacity: 1;
}

.footer-text .link {
  line-height: 1.6;
}

.footer-text .link p {
  display: inline;
}

@media (max-width: 767px) {
  .footer-text .link p {
    display: block;
  }
  .footer-text .link p + p {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .footer-text .link span {
    display: none;
  }
}

.footer-text .link a {
  text-decoration: none;
}

.footer-text .copy {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .footer-text {
    margin: 20px 0 0;
    float: none;
  }
}

/*-------------------------
ページトップへ
-------------------------*/
#PageTop {
  display: none;
  z-index: 102;
  position: fixed;
  right: 0px;
  bottom: 28px;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  #PageTop {
    z-index: 70;
    bottom: 24px;
  }
}

#PageTop.block {
  padding: 0;
}

#PageTop.bottom {
  position: absolute;
}

#PageTop a {
  z-index: 70;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 48px;
  height: 48px;
  transition: 0.2s;
}

#PageTop a:hover {
  opacity: 0.5;
  transition: 0.2s;
}

#PageTop a img {
  width: 48px;
}

/* IE */
_:-ms-lang(x)::-ms-backdrop, .l-nav_list_item a {
  padding: 13px 10px 7px 30px;
}

/*-------------------------
  mv
-------------------------*/
.p-mv {
  padding: 4% 2.666%;
  background: #f65c01 url("../images/mv_bg__pc.jpg") no-repeat center center;
  background-size: cover;
  font-size: 0;
}

@media (max-width: 767px) {
  .p-mv {
    padding: 50px 5.333% 20px;
    background: #f65c01 url("../images/mv_bg__sp.jpg") no-repeat center center;
    background-size: cover;
  }
}

.p-mv img {
  width: 100%;
  max-width: 100%;
}

.p-mv_inner {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0;
}

@media (min-width: 768px) {
  .p-mv_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .p-mv_box.-left {
    width: 48.72727%;
    max-width: 535px;
  }
}

@media (max-width: 767px) {
  .p-mv_box.-left {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .p-mv_box.-right {
    width: 48.72727%;
    max-width: 535px;
  }
}

.p-mv_box a {
  transition: 0.2s;
}

.p-mv_box a:hover {
  opacity: 0.75;
}

.p-mv_box_main {
  margin-bottom: 4.604%;
}

.p-mv_box_main img.pcview {
  max-width: 534px;
}

@media (max-width: 767px) {
  .p-mv_box_main {
    margin-bottom: 20px;
  }
}

.p-mv_box_detail {
  width: 81.1215%;
}

@media (max-width: 767px) {
  .p-mv_box_detail {
    width: 99.55224%;
  }
}

.p-mv_box_btn a.-unlink {
  pointer-events: none;
}

.p-mv_box_btn a.-unlink:hover {
  opacity: 1;
}

/*-------------------------
説明文
-------------------------*/
.about {
  padding: 6.5em 2em 3em;
  /*
  &_coution {
    color: #c91300;
    font-weight: bold;
    text-align: center;
    margin-top: 5em;
    p {
      line-height: 1.5;
    }
    p + p {
      margin-top: 0.6em;
    }
  }
  */
}

@media (max-width: 767px) {
  .about {
    padding: 0em 2em 1em;
  }
}

.about_closeText {
  margin-bottom: 6em;
  padding: 12px 20px;
  border: solid #0b7100 2px;
  color: #0b7100;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 767px) {
  .about_closeText {
    font-size: 0.833em;
    text-align: left;
  }
}

.about .section-title {
  margin-bottom: 1.4em;
}

.about .block {
  max-width: 800px;
}

@media (max-width: 767px) {
  .about .block {
    padding-top: 5em;
  }
}

.about p {
  font-size: 1.8em;
  letter-spacing: -0.01em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .about p {
    line-height: 1.4;
  }
}

.about p + p {
  margin-top: 1em;
}

.about strong {
  color: #0b7100;
  font-weight: bold;
}

.about_movie {
  margin-bottom: 8em;
}

@media (max-width: 767px) {
  .about_movie {
    margin-bottom: 4.5em;
  }
}

.about_movie img {
  width: 100%;
}

.about_movie .-caption {
  margin-top: 10px;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .about_movie .-caption {
    font-size: 1.5em;
  }
}

.about_subtitle {
  margin-bottom: 0.5em;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .about_subtitle {
    margin-bottom: 1em;
  }
}

.about_coution {
  color: #c91300;
  font-weight: bold;
}

.about_manual {
  max-width: 588px;
  margin-top: 4.5em;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border: solid #f65c01 2px;
  text-align: center;
}

.about_manual p {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .about_manual p {
    font-size: 1.4em;
  }
}

.about_manual p + p {
  margin-top: 0;
}

@media (max-width: 767px) {
  .about_manual p + p {
    margin-top: 0.5em;
  }
}

.about_manual_text {
  color: #f65c01;
}

.about_manual_link a {
  color: #001e75;
  font-weight: bold;
}

.about_manual_link a:hover {
  text-decoration: underline;
}

/*-------------------------
開催概要
-------------------------*/
#outline {
  padding: 7em 2em 8em;
  background: #f7f7f7;
}

@media (max-width: 767px) {
  #outline {
    padding: 5em 2em;
  }
}

#outline .outline_table {
  width: 100%;
  border-top: solid #d9d9d9 1px;
  font-size: 1.6em;
  line-height: 1.6;
}

#outline .outline_table .ttl, #outline .outline_table .info {
  padding: 17px 20px;
  border-bottom: solid #d9d9d9 1px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #outline .outline_table .ttl, #outline .outline_table .info {
    padding: 13px 15px;
  }
}

#outline .outline_table .ttl {
  width: 22%;
  min-width: 85px;
  padding-left: 0;
  font-weight: bold;
  text-align: left;
}

@media (max-width: 767px) {
  #outline .outline_table .ttl {
    width: 18%;
    min-width: 55px;
    padding: 13px 0;
  }
}

#outline .outline_table .ttl span {
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
}

@media (max-width: 767px) {
  #outline .outline_table .day-list li {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  #outline .outline_table .day-list li + li {
    margin-top: 0.6em;
  }
}

/*-------------------------
セミナー
-------------------------*/
#seminar {
  padding: 7em 2em 8em;
}

.seminar_coution {
  margin-bottom: 30px;
  padding: 12px;
  border: solid #f65c01 2px;
  color: #001e75;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 767px) {
  .seminar_coution {
    font-size: 1.5em;
    text-align: left;
  }
}

.seminar_attention {
  margin-top: 2em;
  margin-bottom: 2.2em;
  padding-left: 1em;
  color: #f65c01;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-indent: -1em;
}

@media (max-width: 767px) {
  .seminar_attention {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 1.3em;
    text-align: left;
  }
}

.seminar_chance {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  font-size: 1.8em;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .seminar_chance {
    display: block;
    margin-bottom: 40px;
    font-size: 1.6em;
    line-height: 1.5;
  }
}

.seminar_chance_bnr {
  width: 28%;
}

@media (max-width: 767px) {
  .seminar_chance_bnr {
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
}

.seminar_chance_bnr img {
  width: 100%;
}

.seminar_chance_text {
  width: 69%;
}

@media (max-width: 767px) {
  .seminar_chance_text {
    width: 100%;
  }
  .seminar_chance_text p + p {
    margin-top: 10px;
  }
}

.seminar_chance_text strong {
  color: #f65c01;
  font-weight: bold;
}

.seminar_chance_text sup {
  position: relative;
  top: 0.1em;
  font-size: 70%;
  vertical-align: top;
}

.seminar_nav {
  margin-bottom: 4.5em;
}

@media (min-width: 768px) {
  .seminar_nav {
    display: table;
    width: 100%;
    border-left: solid #d6dade 1px;
    table-layout: fixed;
  }
}

@media (max-width: 767px) {
  .seminar_nav {
    margin-bottom: 3em;
    border-top: solid #d6dade 1px;
  }
}

@media (min-width: 768px) {
  .seminar_nav_item {
    display: table-cell;
    border-right: solid #d6dade 1px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .seminar_nav_item {
    border-bottom: solid #d6dade 1px;
  }
}

.seminar_nav_item a {
  display: block;
  display: flex;
  position: relative;
  align-items: center;
  padding: 5px 10.055% 20px;
  color: #001e75;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .seminar_nav_item a {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .seminar_nav_item a {
    padding: 10px 25px 10px 0;
  }
}

.seminar_nav_item a .item-block {
  margin-bottom: 5px;
  border: solid #001e75 2px;
  background: #001e75;
  color: #fff;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .seminar_nav_item a .item-block {
    margin-right: 20px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .seminar_nav_item a .item-block {
    width: 96px;
    margin-right: 15px;
    margin-bottom: 0;
    background: #001e75;
    color: #fff;
    text-align: center;
  }
}

.seminar_nav_item a .item-day span {
  display: inline-block;
  transition: 0.5s;
}

.seminar_nav_item a:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: solid #001e75 2px;
  border-bottom: solid #001e75 2px;
  content: "";
}

@media (max-width: 767px) {
  .seminar_nav_item a:after {
    top: 0;
    right: 5px;
    bottom: 0;
    left: auto;
    margin: auto 0;
  }
}

@media (min-width: 768px) {
  .seminar_nav_item a:hover .item-block {
    background: #fff;
    color: #001e75;
  }
  .seminar_nav_item a:hover .item-day span {
    text-decoration: underline;
  }
}

.seminar_block + .seminar_block {
  margin-top: 30px;
}

.seminar_block_title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  background: #0b7100;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .seminar_block_title {
    padding: 10px 15px;
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .seminar_block_title .num {
    min-width: 85px;
  }
}

.seminar_block_title .day {
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid #fff 1px;
}

@media (max-width: 767px) {
  .seminar_block_title .day {
    margin-left: 0px;
    padding-left: 15px;
  }
}

.seminar_block_status {
  display: flex;
  align-items: center;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .seminar_block_status {
    display: block;
    padding: 20px 0px 15px;
  }
}

@media (max-width: 767px) {
  .seminar_block_status .status, .seminar_block_status .btn {
    display: inline-block;
  }
}

.seminar_block_status .status {
  width: 120px;
  margin-right: 30px;
  padding: 10px 0;
  background: #f65c01;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .seminar_block_status .status {
    width: 90px;
    margin-right: 10px;
    margin-bottom: 0.5em;
    font-size: 1.4em;
  }
}

.seminar_block_status .status.-disabled {
  width: 150px;
  background: #808080;
}

.seminar_block_status .btn {
  color: #001e75;
  font-size: 1.6em;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 767px) {
  .seminar_block_status .btn {
    font-size: 1.5em;
  }
}

.seminar_block_status input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  opacity: 0;
}

.seminar_block_status input[type="checkbox"] + .check-icon {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 0.5em;
  vertical-align: middle;
  transition: all 0.2s ease-out;
}

@media (max-width: 767px) {
  .seminar_block_status input[type="checkbox"] + .check-icon {
    width: 33px;
    height: 33px;
    margin-right: 0.3em;
  }
}

.seminar_block_status input[type="checkbox"] + .check-icon:before {
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 2px solid #808080;
  background: #fff;
  box-shadow: none;
  content: "";
  transition: all 0.1s ease-out;
}

@media (max-width: 767px) {
  .seminar_block_status input[type="checkbox"] + .check-icon:before {
    width: 33px;
    height: 33px;
  }
}

.seminar_block_status input[type="checkbox"]:checked + .check-icon:after {
  position: absolute;
  top: 0;
  top: .1em;
  left: 0;
  left: .6em;
  width: 28%;
  height: 55%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 6px solid #f65c01;
  border-bottom: 6px solid #f65c01;
  background: transparent;
  box-shadow: none;
  content: "";
}

.seminar_block_status input[type="checkbox"]:focus + .check-icon:before {
  border-color: #faa72a;
  box-shadow: none;
}

.seminar_block_status input[type="checkbox"]:focus:not(:cheked) + .check-icon:before {
  border-color: #f65c01;
}

.seminar_block_status input[type="checkbox"]:disabled + .check-icon:before {
  border-color: #ccc;
  background: #ccc;
}

.seminar_block_status label:hover input[type="checkbox"]:not(:checked):not(:disabled) + .check-icon:before {
  border-color: #faa72a;
  box-shadow: none;
}

.seminar_block_status .end-text {
  color: #ccc;
}

.seminar_block_permission {
  padding: 0 30px 20px;
  padding-left: calc(30px + 1em);
  font-size: 1.4em;
  line-height: 1.5;
  text-indent: -1em;
}

@media (max-width: 767px) {
  .seminar_block_permission {
    padding-right: 0;
    padding-left: 1em;
  }
}

.seminar_block_info {
  padding: 30px;
  border-top: solid #0b7100 2px;
}

@media (max-width: 767px) {
  .seminar_block_info {
    padding: 15px 15px 30px;
  }
}

.seminar_block_info_title {
  margin-bottom: 0.6em;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .seminar_block_info_title {
    margin-bottom: 0.9em;
    line-height: 1.4;
  }
}

.seminar_block_info_title span {
  display: block;
  margin-bottom: 0.7em;
  padding-bottom: 0.2em;
  border-bottom: solid #0b7100 1px;
  color: #0b7100;
  font-size: 1.1em;
}

@media (max-width: 767px) {
  .seminar_block_info_title span {
    padding-bottom: 0.3em;
    font-size: 1.05em;
  }
}

.seminar_block_info_day {
  box-sizing: border-box;
  display: table;
  width: 100%;
  font-size: 1.6em;
  font-weight: bold;
  table-layout: fixed;
}

.seminar_block_info_day span {
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
}

.seminar_block_info_day .ttl {
  width: 85px;
  padding: 6px 0 5px;
  background: #0b7100;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}

.seminar_block_info_day .date {
  padding-left: 15px;
}

.seminar_block_info_text {
  margin-top: 1.6em;
  margin-bottom: 1.4em;
}

@media (max-width: 767px) {
  .seminar_block_info_text {
    margin-top: 2em;
    margin-bottom: 1.5em;
  }
}

.seminar_block_info_text p {
  font-size: 1.4em;
  line-height: 1.8;
}

.seminar_block_info_text p + P {
  margin-top: 0.8em;
}

.seminar_block_info_text a.downroad {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  padding: 6px 15px;
  border: solid #001e75 1px;
  border-radius: 12.5px;
  color: #001e75;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
  vertical-align: 1px;
  transition: 0.5s;
}

.seminar_block_info_text a.downroad:hover {
  background: #001e75;
  color: #fff;
}

.seminar_block_info_text a.downroad.-v02 {
  background: #001e75;
  color: #fff;
}

.seminar_block_info_text a.downroad.-v02:hover {
  background: transparent;
  color: #001e75;
}

.seminar_block_info_speaker {
  border-top: solid #d6dade 1px;
}

@media (min-width: 768px) {
  .seminar_block_info_speaker {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.seminar_block_info_speaker_item {
  box-sizing: border-box;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .seminar_block_info_speaker_item {
    width: 37.5%;
  }
  .seminar_block_info_speaker_item.-single {
    width: 100%;
  }
  .seminar_block_info_speaker_item.-single .seminar_block_info_speaker_inner {
    display: block;
    margin-bottom: 9px;
  }
  .seminar_block_info_speaker_item.-single .seminar_block_info_speaker_photo {
    float: left;
  }
  .seminar_block_info_speaker_item.-single .seminar_block_info_speaker_text {
    padding-left: 110px;
  }
  .seminar_block_info_speaker_item.-single .text {
    padding-left: 110px;
  }
}

.seminar_block_info_speaker_item.-movie {
  position: relative;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .seminar_block_info_speaker_item.-movie {
    width: 59.5%;
  }
}

.seminar_block_info_speaker_item.-movie:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.seminar_block_info_speaker_item.-movie .inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.seminar_block_info_speaker_item.-movie .inner #undefined {
  height: auto !important;
}

.seminar_block_info_speaker_item.-movie .inner img {
  height: auto !important;
}

.seminar_block_info_speaker_item:nth-child(2n) {
  padding-right: 0.5%;
}

@media (max-width: 767px) {
  .seminar_block_info_speaker_item:nth-child(2n) {
    padding-right: 1%;
  }
}

.seminar_block_info_speaker_inner {
  display: flex;
  margin-bottom: 20px;
}

.seminar_block_info_speaker_photo {
  width: 90px;
}

.seminar_block_info_speaker_text {
  box-sizing: border-box;
  width: calc(100% - 90px);
  padding-left: 20px;
  font-size: 1.4em;
  line-height: 1.5;
}

.seminar_block_info_speaker .title {
  margin-bottom: 0.4em;
}

.seminar_block_info_speaker .name {
  margin-bottom: 0.7em;
  font-weight: bold;
}

.seminar_block_info_speaker .text {
  font-size: 1.4em;
  line-height: 1.5;
}

.seminar_block_info_company {
  margin-top: 2.5em;
  line-height: 1.4;
}

.seminar_block_info_company_box {
  margin-top: 2em;
}

.seminar_block_info_company_name {
  margin-bottom: 0.8em;
  font-weight: bold;
}

.seminar_block_info_company_name .name {
  display: inline-block;
  margin-right: 20px;
  color: #0b7100;
  font-size: 1.4em;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .seminar_block_info_company_name .name {
    display: block;
    margin-bottom: 0.5em;
  }
}

.seminar_block_info_company_name a.downroad {
  display: inline-block;
  padding: 3px 15px;
  border: solid #001e75 1px;
  border-radius: 12.5px;
  color: #001e75;
  font-size: 1.3em;
  vertical-align: 1px;
  transition: 0.5s;
}

.seminar_block_info_company_name a.downroad:hover {
  background: #001e75;
  color: #fff;
}

.seminar_block_info_company_detail {
  font-size: 1.4em;
  line-height: 1.5;
}

.seminar_info {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .seminar_info {
    margin-top: 40px;
  }
}

.seminar_info p + p {
  margin-top: 0.8em;
}

.seminar_info_title {
  position: relative;
  margin-bottom: 1.2em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .seminar_info_title {
    margin-bottom: 1.5em;
    font-size: 1.9em;
  }
}

.seminar_info_title span {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding: 0 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .seminar_info_title span {
    padding: 0 15px;
  }
}

.seminar_info_title:after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
}

.seminar_info_title02 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 24px;
  font-size: 1.8em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .seminar_info_title02 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.6em;
  }
}

.seminar_info_title02:before {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #000;
  content: "";
}

.seminar_info_link {
  position: relative;
  padding-left: 24px;
}

.seminar_info_link:before {
  display: block;
  position: absolute;
  top: 0.8em;
  left: 3px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: solid #001e75 2px;
  border-right: solid #001e75 2px;
  content: "";
}

.seminar_info_link a {
  color: #001e75;
  font-size: 1.6em;
  font-weight: bold;
}

.seminar_info_link a:hover {
  text-decoration: underline;
}

.seminar_info_lead {
  margin-bottom: 3em;
  font-size: 1.6em;
  line-height: 1.6;
  text-align: center;
}

.seminar_info_detail {
  margin-top: 1.4em;
}

@media (max-width: 767px) {
  .seminar_info_detail {
    margin-top: 1.8em;
  }
}

.seminar_info_detail .ttl {
  margin-bottom: 0.3em;
  font-size: 1.6em;
  font-weight: bold;
}

.seminar_info_detail .txt > p {
  font-size: 1.6em;
}

.seminar_info_detail .txt a {
  color: #001e75;
}

.seminar_info_detail .txt a:hover {
  text-decoration: underline;
}

.seminar_info .noteList {
  margin-top: 0.5em;
  padding-left: 1.6em;
  font-size: 1.4em;
}

.seminar_info .noteList_item {
  position: relative;
}

.seminar_info .noteList_item:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.6em;
  content: "\0203b";
}

.seminar_info .noteList_item + .noteList_item {
  margin-top: 0.8em;
}

.seminar_info .numList {
  padding-left: 1.2em;
  font-size: 1.6em;
}

.seminar_info .numList_item {
  list-style-type: decimal;
}

@media (max-width: 767px) {
  .seminar_info .numList_item + .numList_item {
    margin-top: 0.8em;
  }
}

.seminar_submit {
  box-sizing: border-box;
  z-index: 101;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  background: rgba(246, 92, 1, 0.75);
  text-align: center;
}

@media (max-width: 767px) {
  .seminar_submit {
    z-index: 60;
    padding: 10px;
  }
}

.seminar_submit.bottom {
  position: absolute;
}

.seminar_submit ._button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  padding: 16px;
  border: none;
  border-radius: 4px;
  outline: none;
  background: #001e75;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  cursor: pointer;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .seminar_submit ._button {
    font-size: 1.6em;
  }
}

.seminar_submit ._button:hover {
  background: #37529e;
}

.seminar_submit ._button._disabled {
  box-sizing: border-box;
  width: 100%;
  max-width: 388px;
  margin-right: auto;
  margin-left: auto;
  background: #ddd;
  color: #999;
}

.seminar_submit ._button_wrap {
  display: inline-block;
  width: 100%;
  max-width: 388px;
}

.seminar_submit ._button_wrap {
  position: relative;
}

.seminar_submit ._button_wrap:after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto 0;
  background: url("../images/icon_arrow_w.png") no-repeat center center;
  background-size: contain;
  content: "";
}

.seminar .c-btn {
  margin-top: 4em;
}

@media (max-width: 767px) {
  .seminar .c-btn a {
    padding: 0.8em 0;
    padding-right: 1em;
    font-size: 1.8em;
    line-height: 1.4;
  }
}

.seminar .c-btn a span {
  font-size: 0.8889em;
}

@media (max-width: 767px) {
  .seminar .c-btn a span {
    display: inline-block;
  }
}

/*-------------------------
展出展社一覧
-------------------------*/
#exhibitors {
  position: relative;
  padding: 6.5em 2em 5em;
  background: #f8f8f8;
}

.exhibitorsList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.6em;
}

.exhibitorsList-item {
  box-sizing: border-box;
  position: relative;
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 1.6em);
  margin: 0 1.6em 1.6em 0;
  padding: 1.2em 1.9em 1.8em;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 8px -4px rgba(137, 137, 137, 0.6);
}

.exhibitorsList-booth {
  font-size: 1.3em;
  font-weight: bold;
}

.exhibitorsList-booth span {
  font-size: 1.538em;
}

.exhibitorsList-title {
  margin: 0.6em 0 1em;
  color: #0b7100;
  font-size: 1.6em;
  font-weight: bold;
  font-weight: bold;
}

.exhibitors-overview-booth {
  font-size: 1.3em;
  font-weight: bold;
}

.exhibitors-overview-title {
  margin: 0.769em 0 0.5em;
  padding-top: 0.769em;
  border-top: solid 2px #222;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.57;
}

.exhibitors-overview-text {
  font-size: 1.4em;
  line-height: 1.57;
}

.exhibitors-overview-text + .exhibitors-overview-text {
  margin-top: 0.714em;
}

.exhibitors-overview-text small {
  font-size: 0.857em;
}

.exhibitors-overview-text a {
  position: relative;
  padding-left: 1.5em;
  color: #0b7100;
  text-decoration: underline;
}

.exhibitors-overview-text a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #0b7100;
  border-bottom: 1px solid #0b7100;
  content: "";
}

.exhibitors-overview-text .title {
  margin: 1em 0 0.5em;
}

.exhibitors-overview-text .list {
  padding-left: 1em;
}

.exhibitors-overview-text .list li {
  list-style-type: disc;
}

.exhibitors-link {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  justify-content: center;
  margin: auto;
  padding: 0 2%;
}

.exhibitors-link-item:first-child {
  margin-right: 1.154em;
}

.exhibitors-link-item a {
  display: block;
  padding: 0.385em 1.154em;
  border: solid 1px #001e75;
  border-radius: 13px;
  color: #001e75;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: 0.5s;
}

@media all and (-ms-high-contrast: none) {
  .exhibitors-link-item a {
    padding: 0.6em 1.154em 0.2em;
  }
}

.exhibitors-link-item a:hover {
  background: #001e75;
  color: #fff;
  transition: 0.5s;
}

.exhibitorsList-item-seminar .exhibitors-overview {
  padding-top: 1.7em;
}

.exhibitorsList-item-seminar .exhibitorsList-booth {
  padding-top: 0.4em;
}

.exhibitorsList-item-seminar .exhibitorsList-title {
  margin: 1.250em 0 0.938em;
}

@media screen and (max-width: 768px) {
  .exhibitors-searchList {
    justify-content: space-between;
    margin: 0;
  }
  .exhibitors-searchList-item {
    width: 18%;
    margin: 0 0 1.25em 0;
  }
  .exhibitors-searchList-item:first-child {
    width: 100%;
  }
  .exhibitors-searchList-item a {
    padding: 0.833em 1em;
  }
  .exhibitorsList-item {
    flex: 0 0 50%;
    max-width: calc(50% - 1.6em);
  }
  .exhibitorsList-item-seminar .exhibitorsList-title {
    margin: 1.25em 0 0.938em;
  }
}

@media screen and (max-width: 640px) {
  .exhibitorsList {
    display: block;
    margin-right: 0;
  }
  .exhibitorsList-item {
    width: 100%;
    max-width: none;
    margin: 0 0 1.6em 0;
  }
  .exhibitorsList-item-seminar .exhibitors-overview {
    padding-top: 0;
  }
}

/*-------------------------
お問い合わせ
-------------------------*/
#contact {
  padding: 6em 0;
  border-bottom: solid #000 1px;
  text-align: center;
}

@media (max-width: 767px) {
  #contact {
    padding: 6.5em 2em;
  }
}

#contact .section-title {
  margin-bottom: 1.2em;
}

#contact .c-btn {
  margin-bottom: 4em;
}

.contact-block {
  max-width: none;
}

.contact-subtitle {
  margin-bottom: 2.2em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .contact-subtitle {
    margin-bottom: 1.4em;
  }
}

.contact-note {
  font-size: 1.4em;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .contact-note {
    text-align: left;
  }
}

.contact-note a {
  font-weight: bold;
  text-decoration: underline;
}

.contact-note a:hover {
  text-decoration: none;
}

.contact-note + .contact-note {
  margin-top: 10px;
}

.contact-note.-sm {
  font-size: 1.3em;
}

/* IE */
_:-ms-lang(x)::-ms-backdrop, .seminar_nav_item a .item-block {
  padding-top: 4px;
}

_:-ms-lang(x)::-ms-backdrop, .seminar_block_title span {
  padding-top: 5px;
}

_:-ms-lang(x)::-ms-backdrop, .seminar_block_status .status {
  padding-top: 13px;
  padding-bottom: 7px;
}

_:-ms-lang(x)::-ms-backdrop, .seminar_block_info_day .ttl {
  padding: 8px 0 3px;
}

_:-ms-lang(x)::-ms-backdrop, .seminar_block_info_company_name a.downroad {
  padding-top: 5px;
  padding-bottom: 1px;
}

_:-ms-lang(x)::-ms-backdrop, .seminar_block_info_text a.downroad {
  padding-top: 8px;
  padding-bottom: 4px;
}

_:-ms-lang(x)::-ms-backdrop, .seminar_submit ._button {
  padding-top: 19px;
  padding-bottom: 13px;
}
