@charset "UTF-8";
/*-------------------------------------------------
   JUAS square 2024 online 
   by.CA 202407
--------------------------------------------------*/
/*--------------------------------------------------
	Base
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content .main-col .info__inner .tx dl {
  margin: 0;
}
.content .main-col .info__inner .tx dl dt, .content .main-col .info__inner .tx dl dd {
  margin: 0;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/*-------------------
** Basic setting
-------------------*/
body {
  font-family: "Helvetica Neue", "Noto Sans Japanese", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 2em;
}

h2 {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px !important;
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px !important;
  }
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin: 30px 0 20px;
  padding-bottom: 5px;
}

a {
  color: #00f;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.center {
  text-align: center;
}

.note {
  font-size: 13px;
  text-align: right;
}

div, p, ul, li {
  box-sizing: border-box;
}

header {
  width: 100%;
  background: #fff;
  z-index: 10;
}
@media (max-width: 1280px) {
  header {
    position: fixed;
  }
}
header .inner {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 10px 50px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header .inner {
    padding: 5px 20px;
  }
}
header .inner .hamburger,
header .inner nav.globalMenuSp {
  display: none;
  visibility: hidden;
}
@media (max-width: 1280px) {
  header .inner {
    /*　ハンバーガーボタン　*/
  }
  header .inner .hamburger,
  header .inner nav.globalMenuSp {
    visibility: visible;
  }
  header .inner .hamburger {
    display: block;
    position: fixed;
    z-index: 25;
    right: 30px;
    top: 13px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
  }
}
@media (max-width: 1280px) and (max-width: 768px) {
  header .inner .hamburger {
    right: 20px;
    top: 5px;
  }
}
@media (max-width: 1280px) {
  header .inner .hamburger span {
    display: block;
    position: absolute;
    width: 34px;
    height: 2px;
    left: 10px;
    background: #515151;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header .inner .hamburger span:nth-child(1) {
    top: 20px;
  }
  header .inner .hamburger span:nth-child(2) {
    top: 30px;
  }
  header .inner .hamburger span:nth-child(3) {
    top: 40px;
  }
  header .inner .hamburger.active {
    background: none;
  }
  header .inner .hamburger.active span:nth-child(1) {
    top: 30px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .inner .hamburger.active span:nth-child(2), header .inner .hamburger.hamburger.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .inner nav.globalMenuSp {
    display: block;
    position: fixed;
    box-sizing: border-box;
    z-index: 100;
    top: 60px;
    left: 0;
    color: #333;
    background: #fff;
    width: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  header .inner nav.globalMenuSp.active { /* このクラスを、jQueryで付与・削除する */
    opacity: 100;
    visibility: visible;
  }
  header .inner nav.globalMenuSp ul {
    margin: 0;
    padding: 40px 20px;
    display: block;
  }
  header .inner nav.globalMenuSp ul ul {
    padding: 20px;
  }
  header .inner nav.globalMenuSp ul ul li {
    margin-bottom: 10px;
  }
  header .inner nav.globalMenuSp ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
  }
  header .inner nav.globalMenuSp ul li a {
    display: block;
    font-size: 18px;
    transition: 0.4s;
    max-width: 220px;
    margin: 0 20px;
    padding: 0 20px;
    color: #707070;
  }
  header .inner nav.globalMenuSp ul li a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
header .juas-logo {
  box-sizing: border-box;
  margin: 0;
  width: 320px;
  height: 68px;
  text-indent: -9999px;
  background-image: url("../images/juas_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  header .juas-logo {
    width: 280px;
    height: 50px;
  }
}

.mv {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  line-height: 0;
}
@media (max-width: 1280px) {
  .mv {
    padding-top: 78px;
  }
}
@media (max-width: 768px) {
  .mv {
    padding-top: 60px;
  }
}
.mv .title-area {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
}
.mv .title-area img {
  width: 100%;
  height: auto;
}
.mv .title-area img.sp {
  display: none;
}
@media (max-width: 768px) {
  .mv .title-area img.pc {
    display: none;
  }
  .mv .title-area img.sp {
    display: block;
  }
}
.mv .title-area p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  font-weight: 700;
}

.content {
  display: flex;
}
@media (max-width: 1280px) {
  .content {
    display: block;
  }
}
.content .sub-col {
  flex-basis: 320px;
  min-width: 320px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
.content .sub-col .navi {
  width: 100%;
  padding: 20px;
  position: sticky;
  top: 0;
}
.content .sub-col .navi ul {
  margin: auto;
  padding-top: 5px;
}
.content .sub-col .navi ul li a {
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
  color: #929292;
  display: block;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.content .sub-col .navi ul li a:hover {
  text-decoration: none;
  color: #333;
  background-color: #F5F5F5;
}
.content .sub-col .navi ul li a.link-current {
  color: #333;
  background-color: #F5F5F5;
}
.content .sub-col .navi ul li ul {
  padding: 0;
  margin-bottom: 30px;
}
.content .sub-col .navi ul li ul li {
  border: none;
  padding: 0;
}
.content .sub-col .navi ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border: none;
  margin-bottom: 5px;
}
.content .sub-col .navi ul li ul li a:hover {
  background-color: #fff;
  color: #333;
}
@media (max-width: 1280px) {
  .content .sub-col {
    display: none;
  }
}
.content .main-col {
  flex-basis: 100%;
  position: relative;
  z-index: 1;
}
.content .main-col p {
  max-width: 1160px;
}
.content .main-col .info {
  width: 100%;
  padding-left: 80px;
  border-bottom: 1px solid #E5E5E5;
  box-sizing: border-box;
}
.content .main-col .info__inner {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  box-sizing: border-box;
  align-items: center;
}
.content .main-col .info__inner .info-t {
  flex-basis: 20%;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.content .main-col .info__inner .info-t::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  top: -10px;
  left: 0;
}
.content .main-col .info__inner .tx {
  border-left: 1px solid #ccc;
  flex-basis: 80%;
  padding: 0 0 0 100px;
  box-sizing: border-box;
  font-size: 14px;
}
.content .main-col .info__inner .tx dl {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .main-col .info__inner .tx dl dt {
  width: 20%;
  flex-basis: 20%;
  margin: 0.5em 0;
}
.content .main-col .info__inner .tx dl dd {
  width: 80%;
  flex-basis: 80%;
  margin: 0.5em 0;
}

/*-------------------------------------
/* タブ切り替え
----------------------------------------*/
.section {
  width: 100%;
}
.section.bgg {
  background-color: #f5f5f5;
}
.section__inner {
  width: 100%;
  margin: auto;
  padding: 50px 80px 80px;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .section__inner {
    padding: 50px 40px 80px;
  }
}
@media (max-width: 768px) {
  .section__inner {
    padding: 20px;
  }
}
.section__inner h2 {
  font-size: 30px;
  margin: 40px 0 30px;
}
.section__inner h3 {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
}
.section__inner p {
  margin-bottom: 15px;
}
.section__inner p.lead {
  font-size: 17px;
  margin-bottom: 30px;
}
.section__inner p.lead span {
  display: inline-block;
  font-size: 15px;
  text-indent: 1em;
}
.section__inner table {
  width: 100%;
  max-width: 1160px;
  margin: 40px 0 10px;
  border-collapse: collapse;
  border: 2px solid #e5e5e5;
}
.section__inner table th {
  box-sizing: border-box;
  width: 140px;
  padding: 6px 20px;
  border: 2px solid #e5e5e5;
  background: #f5f5f5;
  text-align: center;
  font-weight: 500;
  font-weight: 400;
}
.section__inner table td {
  box-sizing: border-box;
  width: 820px;
  padding: 6px 20px;
  border: 2px solid #e5e5e5;
  background: #fff;
}
.section__inner .timetable-idx {
  max-width: 1160px;
  margin-bottom: 50px;
}
.section__inner .timetable-idx .table {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
@media (max-width: 980px) {
  .section__inner .timetable-idx .table {
    display: block;
    border-top: 1px solid #707070;
  }
}
.section__inner .timetable-idx .table p {
  margin: 0 auto;
}
.section__inner .timetable-idx .table .border-top {
  border-top: 1px solid #707070;
}
.section__inner .timetable-idx .table .border-bottom {
  border-bottom: 1px solid #707070;
}
.section__inner .timetable-idx .table .border-left {
  border-left: 1px solid #707070;
}
.section__inner .timetable-idx .table .border-right {
  border-right: 1px solid #707070;
}
.section__inner .timetable-idx .table .border-top2 {
  border-top: 1px solid #d9d9d9;
}
.section__inner .timetable-idx .table .border-bottom2 {
  border-bottom: 1px solid #d9d9d9;
}
.section__inner .timetable-idx .table .border-left2 {
  border-left: 1px solid #d9d9d9;
}
.section__inner .timetable-idx .table .border-right2 {
  border-right: 1px solid #d9d9d9;
}
.section__inner .timetable-idx .table .time {
  flex-basis: calc(7% - 10px);
  margin-right: 10px;
  line-height: 1.5;
  padding-top: 10px;
}
.section__inner .timetable-idx .table .time p {
  margin-bottom: 40px;
}
.section__inner .timetable-idx .table .time p:last-child {
  margin-bottom: 10px;
}
.section__inner .timetable-idx .table .time.pt5 {
  padding-top: 5px;
}
.section__inner .timetable-idx .table .time.pt20 {
  padding-top: 20px;
}
@media (max-width: 980px) {
  .section__inner .timetable-idx .table .time {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
    padding-left: 10px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  .section__inner .timetable-idx .table .time br {
    display: none;
  }
}
.section__inner .timetable-idx .table .text-center {
  text-align: center;
}
.section__inner .timetable-idx .table .cate-k {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 25px;
}
.section__inner .timetable-idx .table .cate-k:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #003E92;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-7px);
  box-sizing: border-box;
}
.section__inner .timetable-idx .table .cate-k:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 4px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-4px) rotate(45deg);
}
.section__inner .timetable-idx .table .cate-k0 {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 25px;
}
.section__inner .timetable-idx .table .cate-k0:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-7px);
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.section__inner .timetable-idx .table .cate-k0:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 4px;
  box-sizing: border-box;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: translateY(-4px) rotate(45deg);
}
.section__inner .timetable-idx .table .cate-k2 {
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 25px;
}
.section__inner .timetable-idx .table .cate-k2:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #D33A4C;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-7px);
  box-sizing: border-box;
  border: 1px solid #D33A4C;
}
.section__inner .timetable-idx .table .cate-k2:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 4px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-4px) rotate(45deg);
}
.section__inner .timetable-idx .table .cate-l {
  position: relative;
  padding-right: 25px;
}
.section__inner .timetable-idx .table .cate-l:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #F39700;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-7px);
  box-sizing: border-box;
}
.section__inner .timetable-idx .table .cate-l:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 4px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-4px) rotate(45deg);
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .cate-l {
    padding-right: 0;
  }
  .section__inner .timetable-idx .table .cate-l:before {
    right: 50%;
    transform: translate(7px, 15px);
  }
  .section__inner .timetable-idx .table .cate-l:after {
    right: 50%;
    transform: translate(3px, 18px) rotate(45deg);
  }
}
.section__inner .timetable-idx .table .cate-f {
  position: relative;
  padding-right: 25px;
}
.section__inner .timetable-idx .table .cate-f:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #A1D50B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-7px);
  box-sizing: border-box;
}
.section__inner .timetable-idx .table .cate-f:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 4px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-4px) rotate(45deg);
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .cate-f {
    padding-right: 0;
  }
  .section__inner .timetable-idx .table .cate-f:before {
    right: 50%;
    transform: translate(7px, 15px);
  }
  .section__inner .timetable-idx .table .cate-f:after {
    right: 50%;
    transform: translate(3px, 18px) rotate(45deg);
  }
}
.section__inner .timetable-idx .table .cate-s {
  position: relative;
  padding-right: 25px;
}
.section__inner .timetable-idx .table .cate-s:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #00B7EE;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-7px);
  box-sizing: border-box;
}
.section__inner .timetable-idx .table .cate-s:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 4px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-4px) rotate(45deg);
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .cate-s {
    padding-right: 0;
  }
  .section__inner .timetable-idx .table .cate-s:before {
    right: 50%;
    transform: translate(7px, 15px);
  }
  .section__inner .timetable-idx .table .cate-s:after {
    right: 50%;
    transform: translate(3px, 18px) rotate(45deg);
  }
}
.section__inner .timetable-idx .table .cate-c {
  position: relative;
  padding-right: 25px;
}
.section__inner .timetable-idx .table .cate-c:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #EC6941;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-7px);
  box-sizing: border-box;
}
.section__inner .timetable-idx .table .cate-c:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 4px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-4px) rotate(45deg);
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .cate-c {
    padding-right: 0;
  }
  .section__inner .timetable-idx .table .cate-c:before {
    right: 50%;
    transform: translate(7px, 15px);
  }
  .section__inner .timetable-idx .table .cate-c:after {
    right: 50%;
    transform: translate(3px, 18px) rotate(45deg);
  }
}
.section__inner .timetable-idx .table .cate-j {
  position: relative;
  margin-top: 20px;
}
.section__inner .timetable-idx .table .cate-j:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #8957A1;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-7px);
  box-sizing: border-box;
}
.section__inner .timetable-idx .table .cate-j:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateX(-3px) rotate(45deg);
}
.section__inner .timetable-idx .table .cate-x {
  position: relative;
  padding-right: 20px;
}
.section__inner .timetable-idx .table .cate-x:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #8957A1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-7px);
  box-sizing: border-box;
}
.section__inner .timetable-idx .table .cate-x:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 4px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-4px) rotate(45deg);
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .cate-x {
    padding-right: 0;
  }
  .section__inner .timetable-idx .table .cate-x:before {
    right: 50%;
    transform: translate(7px, 15px);
  }
  .section__inner .timetable-idx .table .cate-x:after {
    right: 50%;
    transform: translate(3px, 18px) rotate(45deg);
  }
}
.section__inner .timetable-idx .table .session {
  flex-basis: 93%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.4;
}
@media (max-width: 980px) {
  .section__inner .timetable-idx .table .session {
    width: 100%;
  }
  .section__inner .timetable-idx .table .session .mb20 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .session span {
    display: none;
  }
}
.section__inner .timetable-idx .table .session .col-1 {
  flex-basis: 100%;
  background: #fff;
  padding: 20px 10px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .session .col-1 {
    padding: 15px 5px;
  }
}
.section__inner .timetable-idx .table .session .col-1:hover {
  background-color: #003E92;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-1:hover .cate-k:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-1:hover .cate-k:after {
  border-color: #003E92;
}
.section__inner .timetable-idx .table .session .col-1.k0:hover {
  background-color: #666;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-1.k0:hover .cate-k0:before {
  background-color: #fff;
  border-color: #fff;
}
.section__inner .timetable-idx .table .session .col-1.k2:hover {
  background-color: #D33A4C;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-1.k2:hover .cate-k2:before {
  background-color: #fff;
  border-color: #fff;
}
.section__inner .timetable-idx .table .session .col-1.k2:hover .cate-k2:after {
  border-color: #D33A4C;
}
.section__inner .timetable-idx .table .session .col-1.k8:hover {
  background: #fff;
  color: #333;
}
.section__inner .timetable-idx .table .session .col-4 {
  flex-basis: calc(25% - 7px);
  background: #fff;
  padding: 20px 10px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .session .col-4 {
    flex-basis: calc(25% - 3px);
    padding: 15px 5px;
  }
}
.section__inner .timetable-idx .table .session .col-4.l:hover {
  background-color: #F39700;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.l:hover .cate-l:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.l:hover .cate-l:after {
  border-color: #F39700;
}
.section__inner .timetable-idx .table .session .col-4.u:hover {
  background-color: #8957A1;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.u:hover .cate-u:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.u:hover .cate-u:after {
  border-color: #8957A1;
}
.section__inner .timetable-idx .table .session .col-4.f:hover {
  background-color: #F39700;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.f:hover .cate-f:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.f:hover .cate-f:after {
  border-color: #F39700;
}
.section__inner .timetable-idx .table .session .col-4.s:hover {
  background-color: #00B7EE;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.s:hover .cate-s:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.s:hover .cate-s:after {
  border-color: #00B7EE;
}
.section__inner .timetable-idx .table .session .col-4.c:hover {
  background-color: #EC6941;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.c:hover .cate-c:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-4.c:hover .cate-c:after {
  border-color: #EC6941;
}
.section__inner .timetable-idx .table .session .col-multi-5 {
  flex-basis: 83.3333333333%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .session .col-multi-5 {
    flex-basis: calc(20% - 3px);
    padding: 15px 5px;
  }
}
.section__inner .timetable-idx .table .session .col-5 {
  flex-basis: calc(20% - 7px);
  background: #fff;
  padding: 20px 10px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .session .col-5 {
    flex-basis: calc(20% - 3px);
    padding: 10px 5px 30px;
  }
}
.section__inner .timetable-idx .table .session .col-5.u:hover {
  background-color: #8957A1;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.u:hover .cate-u:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.u:hover .cate-u:after {
  border-color: #8957A1;
}
.section__inner .timetable-idx .table .session .col-5.f:hover {
  background-color: #A1D50B;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.f:hover .cate-f:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.f:hover .cate-f:after {
  border-color: #A1D50B;
}
.section__inner .timetable-idx .table .session .col-5.s:hover {
  background-color: #00B7EE;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.s:hover .cate-s:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.s:hover .cate-s:after {
  border-color: #00B7EE;
}
.section__inner .timetable-idx .table .session .col-5.c:hover {
  background-color: #EC6941;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.c:hover .cate-c:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.c:hover .cate-c:after {
  border-color: #EC6941;
}
.section__inner .timetable-idx .table .session .col-5.l:hover {
  background-color: #F39700;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.l:hover .cate-l:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-5.l:hover .cate-l:after {
  border-color: #F39700;
}
.section__inner .timetable-idx .table .session .col-6 {
  flex-basis: calc(16.6666666667% - 7px);
  background: #fff;
  padding: 20px 10px;
  position: relative;
  transition: 0.3s;
}
.section__inner .timetable-idx .table .session .col-6.u:hover {
  background-color: #8957A1;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.u:hover .cate-u:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.u:hover .cate-u:after {
  border-color: #8957A1;
}
.section__inner .timetable-idx .table .session .col-6.f:hover {
  background-color: #A1D50B;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.f:hover .cate-f:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.f:hover .cate-f:after {
  border-color: #A1D50B;
}
.section__inner .timetable-idx .table .session .col-6.s:hover {
  background-color: #00B7EE;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.s:hover .cate-s:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.s:hover .cate-s:after {
  border-color: #00B7EE;
}
.section__inner .timetable-idx .table .session .col-6.c:hover {
  background-color: #EC6941;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.c:hover .cate-c:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.c:hover .cate-c:after {
  border-color: #EC6941;
}
.section__inner .timetable-idx .table .session .col-6.l:hover {
  background-color: #F39700;
  color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.l:hover .cate-l:before {
  background-color: #fff;
}
.section__inner .timetable-idx .table .session .col-6.l:hover .cate-l:after {
  border-color: #F39700;
}
@media (max-width: 768px) {
  .section__inner .timetable-idx .table .session .col-6 {
    flex-basis: calc(16.6666666667% - 3px);
    padding: 10px 5px 30px;
  }
}
.section__inner .timetable-idx .table .session a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-indent: -9999px;
}
.section__inner .pdf_link {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section__inner .pdf_link li {
  display: inline-block;
  margin-right: 2em;
}
.section__inner.top-border {
  border-top: 3px solid #009e96;
  padding-top: 50px;
}
.section__inner .timetable {
  max-width: 1160px;
  box-sizing: border-box;
  width: 100%;
  margin: 50px 0;
  padding: 30px;
  background: #fff;
}
.section__inner .timetable ul.tag {
  margin-bottom: 20px;
}
.section__inner .timetable ul.tag li {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 5px;
  margin-right: 5px;
}
.section__inner .timetable ul.tag li.c01 {
  background-color: #FF0000;
  color: #fff;
}
.section__inner .timetable ul.tag li.c02 {
  background-color: #E31DA9;
  color: #fff;
}
.section__inner .timetable ul.tag li.c03 {
  background-color: #6A1DE3;
  color: #fff;
}
.section__inner .timetable ul.tag li.c04 {
  background-color: #1D42E3;
  color: #fff;
}
.section__inner .timetable ul.tag li.c05 {
  background-color: #1DD8E3;
  color: #fff;
}
.section__inner .timetable ul.tag li.c06 {
  background-color: #1DE3BE;
  color: #fff;
}
.section__inner .timetable ul.tag li.c07 {
  background-color: #1DE373;
  color: #fff;
}
.section__inner .timetable ul.tag li.c08 {
  background-color: #E2E31D;
  color: #fff;
}
.section__inner .timetable ul.tag li.c09 {
  background-color: #F0CB4E;
  color: #fff;
}
.section__inner .timetable ul.tag li.c10 {
  background-color: #D9534F;
  color: #fff;
}
.section__inner .timetable ul.tag li.c11 {
  background-color: #999999;
  color: #fff;
}
.section__inner .timetable ul.tag li.c12 {
  background-color: #337AB7;
  color: #fff;
}
.section__inner .timetable ul.tag li.c13 {
  background-color: #000000;
  color: #fff;
}
.section__inner .timetable.col2 {
  background: none;
  justify-content: space-between;
  padding: 0;
}
.section__inner .timetable.col2 .col {
  background: #fff;
  box-sizing: border-box;
  padding: 30px !important;
  flex-basis: 470px !important;
}
.section__inner .timetable.col2 .tx {
  flex-basis: 280px !important;
}
.section__inner .timetable .col2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section__inner .timetable .col2 .col {
  flex-basis: calc(50% - 15px);
}
@media (max-width: 768px) {
  .section__inner .timetable .col2 .col {
    flex-basis: 100%;
    width: 100%;
  }
}
.section__inner .timetable .col2 .col .col2 {
  margin-top: 40px;
}
.section__inner .timetable .col2 .col .col2.no-topmargin {
  margin-top: 0;
}
.section__inner .timetable .col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section__inner .timetable .col3 .col {
  flex-basis: 30%;
}
@media (max-width: 768px) {
  .section__inner .timetable .col3 .col {
    flex-basis: calc(50% - 20px);
  }
}
.section__inner .timetable .col .col2 {
  justify-content: flex-start;
}
.section__inner .timetable .col .photo {
  flex-basis: calc(30% - 20px);
  max-width: 110px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.section__inner .timetable .col .photo img {
  width: 100%;
  height: auto;
}
.section__inner .timetable .col .tx {
  flex-basis: 70%;
  line-height: 1.5;
  font-size: 14px;
}
.section__inner .timetable .col .tx .name {
  font-size: 17px;
  font-weight: 700;
}
.section__inner .timetable .col .facilitator-p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.section__inner .timetable__col2 {
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.section__inner .timetable__col2 .col {
  flex-basis: 50%;
  border: 2px solid #e2e2e2;
  padding: 30px 60px;
  box-sizing: border-box;
}
.section__inner .timetable__col2 .col:last-child {
  border-left: none;
}
.section__inner .timetable__head div {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}
.section__inner .timetable__head div .time {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  margin: 0;
  background: #efefef;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .section__inner .timetable__head div .time {
    margin-bottom: 10px;
  }
}
.section__inner .timetable__head div .cate {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.9em;
  margin: 0;
  border-radius: 20px;
}
.section__inner .timetable__head div .cate.k0 {
  border: 1px solid #EDEDED;
  color: #333;
}
.section__inner .timetable__head div .cate.k {
  background-color: #003E92;
}
.section__inner .timetable__head div .cate.k2 {
  background-color: #D33A4C;
}
.section__inner .timetable__head div .cate.l {
  background-color: #F7B708;
}
.section__inner .timetable__head div .cate.j {
  background-color: #8957A1;
}
.section__inner .timetable__head div .cate.f {
  background-color: #A1D50B;
}
.section__inner .timetable__head div .cate.s {
  background-color: #00B7EE;
}
.section__inner .timetable__head div .cate.c {
  background-color: #EC6941;
}
.section__inner .timetable__head div .cate.f {
  background-color: #A1D50B;
}
.section__inner .timetable__head div .cate.x {
  background-color: #8957A1;
}
.section__inner .timetable__head div .cate.b {
  background-color: #666;
}
.section__inner .timetable .acd-label {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.section__inner .timetable .acd-label.half {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .section__inner .timetable .acd-label.half {
    flex-basis: 100%;
    width: 100%;
  }
}
.section__inner .timetable .acd-label::after {
  content: "+";
  font-size: 22px;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 20px;
  transition: 0.3s;
}
.section__inner .timetable .acd-label:hover {
  background: #e2e2e2;
}
@media (max-width: 768px) {
  .section__inner .timetable .acd-label {
    padding: 5px 20px;
    line-height: 1.6;
  }
  .section__inner .timetable .acd-label::after {
    top: 50%;
    right: 10px;
    margin-top: -20px;
  }
}
.section__inner .timetable .acd-check {
  display: none;
}
.section__inner .timetable .prof {
  background: #f5f5f5;
  height: 0;
  opacity: 0;
  padding: 20px;
  transition: 0.3s;
  visibility: hidden;
  display: none;
}
.section__inner .timetable .prof ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.section__inner .timetable .prof ul.no-margin {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.section__inner .timetable .prof ul li {
  flex-basis: 48%;
  margin-top: 40px;
}
.section__inner .timetable .prof ul li .ph {
  float: left;
  width: 110px;
  height: 110px;
  background: #ccc;
}
.section__inner .timetable .prof ul li .tx {
  float: right;
  width: 260px;
  font-size: 14px;
  line-height: 1.8;
}
.section__inner .timetable .prof ul li .tx .name {
  font-size: 20px;
}
.section__inner .timetable .prof ul li .tx p {
  margin-bottom: 1em;
}
.section__inner .timetable .prof ul li:after {
  content: "";
  display: block;
  clear: both;
}
.section__inner .timetable .prof ul li.col1 {
  flex-basis: 100%;
  margin: 40px 0;
}
.section__inner .timetable .prof ul li.col1 .tx {
  width: auto;
  float: left;
  margin-left: 30px;
}
.section__inner .timetable .prof ul li.no-photo {
  margin-top: 10px;
}
.section__inner .timetable .prof ul li.no-photo .tx {
  float: left;
  width: 100%;
}
.section__inner .timetable .acd-check:checked + .acd-label + .prof {
  height: auto;
  opacity: 1;
  padding: 10px 30px;
  visibility: visible;
  margin-bottom: 20px;
  display: block;
}
.section__inner .timetable .acd-check:checked + .acd-label {
  color: #fff;
  background: #333;
}
.section__inner .timetable .acd-check:checked + .acd-label::after {
  content: "−";
}
.section__inner .session ul {
  margin-top: 50px;
}
.section__inner .session ul li {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .section__inner .session ul li {
    display: block;
  }
}
.section__inner .session ul li:first-child {
  margin-bottom: 50px;
}
.section__inner .session ul li .cate {
  flex-basis: 250px;
  position: relative;
}
.section__inner .session ul li .cate.first:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 768px) {
  .section__inner .session ul li .cate.first:after {
    display: none;
  }
}
.section__inner .session ul li .cate span {
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 15px;
  color: #fff;
  line-height: 1.6em;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
  box-sizing: border-box;
  width: 260px;
  text-align: center;
}
.section__inner .session ul li .cate span:nth-child(3) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section__inner .session ul li .cate span:nth-child(3) {
    margin-bottom: 10px;
  }
}
.section__inner .session ul li .cate span.c1 {
  background: #003E92;
  width: 200px;
}
.section__inner .session ul li .cate span.c2 {
  background: #EC6941;
  border-radius: 30px;
}
.section__inner .session ul li .cate span.c3 {
  background: #F39700;
  border-radius: 30px;
}
.section__inner .session ul li .cate span.c4 {
  background: #A1D50B;
}
.section__inner .session ul li .cate span.c5 {
  background: #00B7EE;
}
.section__inner .session ul li .cate span.c6 {
  background: #8957A1;
}
.section__inner .session ul li .cate span i {
  font-style: normal;
  font-size: 13px;
}
.section__inner .session ul li .tx {
  flex-basis: 70%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .section__inner .session ul li .tx {
    padding-left: 0;
  }
}
.section__inner.sponsor h3 {
  max-width: 1160px;
  border-bottom: 1px solid #bbb;
  font-size: 17px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section__inner.sponsor h4 {
  max-width: 1160px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 0px;
}
.section__inner.sponsor ul {
  max-width: 1160px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section__inner.sponsor ul li {
  align-self: center;
  text-align: center;
  height: auto;
  overflow: hidden;
  font-size: 17px;
}
.section__inner.sponsor ul li img {
  width: 100%;
  height: auto;
}
.section__inner.sponsor ul.l li {
  flex-basis: calc(50% - 10px);
  line-height: 0;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.section__inner.sponsor ul.m {
  margin-bottom: 0;
}
.section__inner.sponsor ul.m li {
  flex-basis: calc(33.3333333333% - 10px);
  margin-bottom: 15px;
  line-height: 0;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .section__inner.sponsor ul.m li {
    flex-basis: calc(50% - 10px);
  }
}
.section__inner.sponsor ul.s li {
  flex-basis: 18%;
}
.section__inner.sponsor a img {
  transition: 0.3s;
}
.section__inner.sponsor a:hover img {
  opacity: 0.65;
}
.section__inner.sponsor .col2 {
  max-width: 1160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section__inner.sponsor .col2 {
    display: block;
  }
}
.section__inner.sponsor .col2__logo {
  flex-basis: 25%;
  text-align: center;
  padding-top: 20px;
}
.section__inner.sponsor .col2__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .section__inner.sponsor .col2__logo img {
    max-width: 300px;
  }
}
.section__inner.sponsor .col2__tx {
  flex-basis: 70%;
  padding: 40px;
  background: #f5f5f5;
  box-sizing: border-box;
}
.section__inner.sponsor .col2__tx p {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .section__inner.sponsor .col2__tx {
    padding: 30px 20px;
    overflow: hidden;
  }
}
.section__inner.member table {
  width: 100%;
  max-width: 1160px;
  margin: 30px 0 80px;
  border-collapse: collapse;
  border: none;
}
.section__inner.member table td {
  box-sizing: border-box;
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid #a0a0a0;
  height: 55px;
  vertical-align: middle;
  line-height: 1.4;
  background: none;
}
.section__inner.member table td.position {
  width: 20%;
}
.section__inner.member table td.name-t {
  width: 15%;
  min-width: 7em;
}
.section__inner.member table td.bio {
  width: 65%;
}
.section__inner.member h3 {
  font-size: 18px;
  margin-top: 50px;
}
.section.entry iframe {
  width: 100%;
  height: 300px;
  max-width: 1160px;
}

.entry-block {
  display: flex;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 768px) {
  .entry-block {
    display: block;
    padding: 40px 0;
  }
}
.entry-block .entry-btn {
  box-sizing: border-box;
  width: 340px;
  height: 65px;
  margin: 20px;
  background: #003E92;
  border-radius: 45px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .entry-block .entry-btn {
    max-width: 340px;
    width: 100%;
    margin: 20px 0;
  }
}
.entry-block .entry-btn a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 65px;
  position: relative;
}
.entry-block .entry-btn a::after {
  content: ">";
  position: absolute;
  display: inline-block;
  top: -2px;
  right: 30px;
  font-size: 22px;
}
.entry-block .entry-btn:hover {
  opacity: 0.7;
}
.entry-block .online-btn {
  box-sizing: border-box;
  width: 340px;
  height: 65px;
  margin: 20px;
  background: #fff;
  border: 1px solid #003E92;
  border-radius: 45px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .entry-block .online-btn {
    max-width: 340px;
    width: 100%;
    margin: 20px 0;
  }
}
.entry-block .online-btn a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #003E92;
  text-decoration: none;
  line-height: 65px;
  position: relative;
}
.entry-block .online-btn a::after {
  content: ">";
  position: absolute;
  display: inline-block;
  top: -2px;
  right: 30px;
  font-size: 22px;
}
.entry-block .online-btn:hover {
  background: #ededed;
}

.detail-btn {
  width: 190px;
}
.detail-btn a {
  display: block;
  width: 190px;
  height: 45px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #148093;
  text-align: center;
  border: 2px solid #148093;
  box-sizing: border-box;
  border-radius: 8px;
  transition: 0.3s;
}
.detail-btn a:hover {
  background: #148093;
  color: #fff;
  text-decoration: none;
}

.fb-link {
  width: 320px;
  height: 60px;
  margin: 50px auto 0;
}
.fb-link a {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 55px;
  transition: 0.3s;
  background: #4d66a6;
}
.fb-link a:hover {
  opacity: 0.7;
}

.privacy {
  border: 1px solid #ccc;
  background: #fff;
  padding: 30px;
  font-size: 0.9em;
  max-width: 1160px;
}
.privacy ol {
  margin: 20px 0;
  padding: 0;
}
.privacy ol li {
  margin: 0 0 1em 1.5em;
  list-style: decimal;
  line-height: 1.6;
}
.privacy p {
  line-height: 1.6;
}
.privacy a {
  color: #003E92;
}
.privacy a:hover {
  color: #999;
}

.back_top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 100;
}
.back_top:hover {
  opacity: 0.65;
}

.footer {
  background: #666;
  text-align: center;
  padding: 20px;
}
.footer p {
  color: #fff;
}
.footer code {
  font-size: 13px;
  color: #fff;
}

/*------------------------------------
/* print setting
--------------------------------------*/
.col {
  border: none !important;
  padding: 0 !important;
}

.timetable .col2 .col {
  flex-basis: 435px;
  border: none;
  padding: 0;
  /* box-sizing:border-box; */
}

.cate .c1 {
  background: #100964;
}

.section__inner .timetable .col label {
  margin-top: 0 !important;
}

.section__inner .timetable .col .acd-check:checked + .acd-label {
  background: #333 !important;
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */