@charset "UTF-8";
/* CSS Reset ver.2021-01m */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qbjkp2");
  src: url("../fonts/icomoon.eot?qbjkp2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qbjkp2") format("truetype"), url("../fonts/icomoon.woff?qbjkp2") format("woff"), url("../fonts/icomoon.svg?qbjkp2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 2rem;
  color: #00b0ec;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-signout:before {
  content: "\e900";
  color: #00b0ec;
  font-size: 1.4rem;
  position: relative;
  bottom: -2px;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Meiryo", sans-serif;
  background: #f2f2f2;
  color: #000;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

i {
  margin-right: 1px;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.items_centert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wide_row {
  width: 90%;
  margin: 30px auto;
}

ul.main_banner_col {
  width: 1280px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.main_banner_col li {
  width: auto;
  margin: 10px;
}
ul.main_banner_col a {
  display: block;
}
ul.main_banner_col a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1280px) {
  ul.main_banner_col {
    width: 1050px;
  }
}
.regist_promotion {
  width: 1280px;
  margin: auto auto 60px auto;
  padding: 0 60px 30px 60px;
  background: #fff;
  text-align: center;
}
.regist_promotion h2 {
  color: #00b0ec;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1280px) {
  .regist_promotion {
    width: 1050px;
  }
}
.triangle_mark {
  border-top: 50px solid #f2f2f2;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  display: inline-block;
}

.regist_promo_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.regist_promo_btn a {
  display: block;
  width: 340px;
  margin: 40px 20px;
  padding: 15px 0;
  background: #f47223;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.regist_promo_btn a.promo_sign_in {
  background: #0c2e8f;
}
.regist_promo_btn a:hover {
  opacity: 0.7;
}

ul.promo_can_use {
  width: 70%;
  margin: 0 auto;
  border-top: 1px solid #bfbfbf;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.promo_can_use li {
  width: 18%;
  font-weight: bold;
  line-height: 1.2rem;
  color: #00b0ec;
}
ul.promo_can_use li span {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin: auto auto 10px auto;
  background: #00b0ec;
  border-radius: 50%;
}
ul.promo_can_use li i {
  font-size: 3.8rem;
  color: #fff;
  position: relative;
  top: -3px;
}

ul.new_promo_icon {
  width: 80%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 35px;
}
ul.new_promo_icon li {
  width: 95%;
  margin: auto;
}
ul.new_promo_icon li img {
  display: block;
  width: 100%;
}
ul.new_promo_icon li p {
  width: 100%;
  margin: 10px auto 0 auto;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
ul.new_promo_icon li p.line_icon_copy {
  color: #06c755;
}

.mypg_login_content {
  width: 100%;
  padding: 120px 0 60px 0;
  background: #fff;
  border-top: none;
  border-radius: 0 0 15px 15px;
  text-align: center;
}

.mypg_login_content_inner {
  width: 50%;
  margin: auto;
  padding: 40px 15px;
  border: 3px solid #00b0ec;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 6px #bfbfbf;
          box-shadow: 3px 3px 6px #bfbfbf;
}
.mypg_login_content_inner img {
  display: block;
  width: 45%;
  margin: auto;
  margin-bottom: 30px;
}
.mypg_login_content_inner h2 {
  color: #0060c5;
  font-size: 1.8rem;
}
.mypg_login_content_inner h2 br {
  display: none;
}

.mypg_login_input {
  width: 530px;
  margin: 15px auto 0 auto;
  text-align: left;
}
.mypg_login_input label {
  display: block;
  margin-bottom: 15px;
  background: #dce5ee;
  padding: 10px 15px;
  border-radius: 5px;
}
.mypg_login_input span {
  display: inline-block;
  width: 120px;
  font-weight: bold;
}
.mypg_login_input input {
  width: 300px;
  padding: 5px 10px;
}
.mypg_login_input button {
  padding: 5px 10px;
}

.mypg_forgot_email span {
  width: 150px;
}
.mypg_forgot_email input::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.mypg_forgot_email input::-moz-placeholder {
  font-size: 0.8rem;
}
.mypg_forgot_email input:-ms-input-placeholder {
  font-size: 0.8rem;
}
.mypg_forgot_email input::-ms-input-placeholder {
  font-size: 0.8rem;
}
.mypg_forgot_email input::placeholder {
  font-size: 0.8rem;
}
.mypg_forgot_email label {
  margin-bottom: 30px;
}

button.mypg_login_btn {
  display: block;
  width: 300px;
  margin: auto;
  padding: 15px 10px;
  background: #0060c5;
  border: none;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 3px 3px 6px #888888;
          box-shadow: 3px 3px 6px #888888;
}

button.mypg_login_btn:hover {
  cursor: pointer;
  background: #ffc122;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

p.mypg_forgot_info {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 15px;
}
p.mypg_forgot_info i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 3px;
}

.mypg_newbtn_box {
  width: 50%;
  margin: 15px auto;
}
.mypg_newbtn_box h3 {
  font-size: 1.3rem;
  color: #0060c5;
  border-bottom: 1px solid #0060c5;
}
.mypg_newbtn_box p {
  margin: 10px 0;
  font-size: 0.9rem;
}
.mypg_newbtn_box ol {
  text-align: left;
}
.mypg_newbtn_box li {
  list-style-type: decimal;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
.mypg_newbtn_box li strong {
  font-weight: bold;
  text-decoration: underline;
}
.mypg_newbtn_box li:last-child {
  margin-bottom: 0;
}

button.mypg_new_btn {
  background: #f47223;
  margin-top: 20px;
}

button.mypg_new_btn:hover {
  background: #ffc122;
  color: #000;
}

.mypg_pw_reset div {
  margin: auto;
}
.mypg_pw_reset span {
  display: block;
  width: 100%;
}

p.login_alert {
  width: 80%;
  margin: 15px auto;
  padding: 10px 5px;
  background: #fee4e4;
  color: #fc0000;
  font-weight: bold;
}

footer {
  border-top: 1px solid #bfbfbf;
}

footer.regist_advance_footer {
  background: #fff;
  padding-bottom: 60px;
  margin-top: 40px;
}

.main_footer_container {
  width: 1280px;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  .main_footer_container {
    width: 1050px;
  }
}
.main_footer_left {
  width: 60%;
}

.main_footer_right {
  width: 40%;
  position: relative;
}

.footer_operating_company {
  width: 28%;
  height: auto;
}
.footer_operating_company a {
  display: block;
}
.footer_operating_company a:hover {
  opacity: 0.7;
}

ul.main_foot_nav {
  padding: 0;
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
}
ul.main_foot_nav li {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-right: 15px;
}
ul.main_foot_nav a {
  text-decoration: none;
  color: #000;
}
ul.main_foot_nav a:hover {
  color: #707070;
  text-decoration: underline;
}

ul.footer_sns {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul.footer_sns li {
  width: auto;
  margin-right: 15px;
  line-height: 1rem;
  position: relative;
}
ul.footer_sns li img {
  display: inline-block;
  width: 32px;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -3px;
}
ul.footer_sns li:last-child {
  margin-right: 0;
}
ul.footer_sns a {
  display: block;
  width: 100%;
  height: auto;
  color: #707070;
}
ul.footer_sns a:hover {
  color: #888888;
  opacity: 0.7;
}
ul.footer_sns i {
  display: inline-block;
  font-size: 2.5rem;
}
ul.footer_sns li:nth-child(1) i {
  color: #3b5998;
}
ul.footer_sns li:nth-child(3) i {
  color: #1da1f2;
}
ul.footer_sns li:nth-child(4) i {
  color: #00b900;
}
ul.footer_sns li:nth-child(5) img {
  border-radius: 5px;
}

.privacy_mark {
  width: 80px;
  height: 80px;
  margin-top: 15px;
  position: absolute;
  right: 0;
  background: #fff;
}
.privacy_mark p {
  font-size: 0.7rem;
  line-height: 80px;
  text-align: center;
}
.privacy_mark a {
  background: #fff;
}

.copyright {
  margin: 60px 0 40px 0;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
}

.contents_page_header {
  width: 90%;
  margin: 120px auto auto auto;
}
.contents_page_header h2 {
  color: #00b0ec;
  font-size: 1.5rem;
}
.contents_page_header ul.hen_event_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #00b0ec;
  padding-top: 15px;
}
.contents_page_header ul.hen_event_menu li {
  margin-right: 10px;
}
.contents_page_header ul.hen_event_menu li a {
  display: block;
  width: 160px;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.contents_page_header ul.hen_event_menu li a i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 3px;
  color: #fff;
}
.contents_page_header ul.hen_event_menu li a.taimen_link {
  background: #088c8b;
}
.contents_page_header ul.hen_event_menu li a.online_link {
  background: #6563ff;
}
.contents_page_header ul.hen_event_menu li a.ondemand_link {
  background: #f47223;
}
.contents_page_header ul.hen_event_menu li a.support_link {
  background: #0c2e8f;
}
.contents_page_header ul.hen_event_menu li a.group_link {
  background: #0060c5;
}
.contents_page_header ul.hen_event_menu li a.others_link {
  background: #00b0ec;
}
.contents_page_header ul.hen_event_menu li a:hover {
  background: #ffff00;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contents_page_header ul.hen_event_menu li a:hover i {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents_page_header ul.hen_event_menu li a.current_event_list {
  background: #00b0ec;
  color: #fff;
}
.contents_page_header ul.hen_event_menu li a.current_event_list i {
  color: #fff;
}

.hen_event_content h2 {
  text-align: center;
  border-bottom: 1px solid #00b0ec;
}

.contentspage_container {
  width: 90%;
  margin: 30px auto;
  padding: 30px 0;
}
.contentspage_container h3 {
  line-height: 1rem;
  padding: 20px 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.contentspage_container h3 i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 5px;
}
.contentspage_container h3.hen_taimen {
  color: #088c8b;
  font-size: 1.8rem;
  padding: 0 30px;
}
.contentspage_container h3.hen_online {
  color: #6563ff;
  font-size: 1.8rem;
  padding: 0 30px;
}
.contentspage_container h3.hen_ondemand {
  color: #f47223;
  font-size: 1.8rem;
  padding: 0 30px;
}
.contentspage_container h3.hen_support {
  color: #0c2e8f;
  font-size: 1.8rem;
  padding: 0 30px;
}
.contentspage_container h3.hen_group {
  color: #0060c5;
  font-size: 1.8rem;
  padding: 0 30px;
}
.contentspage_container h3.hen_others {
  color: #00b0ec;
  font-size: 1.8rem;
  padding: 0 30px;
}

.timen_container {
  border-top: 20px solid #088c8b;
}

.online_container {
  border-top: 20px solid #6563ff;
}

.ondemand_container {
  border-top: 20px solid #f47223;
}

.support_container {
  border-top: 20px solid #0c2e8f;
}

.group_container {
  border-top: 20px solid #0060c5;
}

.others_container {
  border-top: 20px solid #00b0ec;
}

.hen_eventdetail_container {
  border-top: 20px solid #00b0ec;
}

.hen_eventdetail_head {
  padding: 20px 0;
  margin-left: 50px;
  margin-right: 50px;
  border-bottom: 1px solid #bfbfbf;
}
.hen_eventdetail_head h3,
.hen_eventdetail_head h4 {
  padding: 10px 0 0 0;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.2rem;
}
.hen_eventdetail_head p {
  font-weight: bold;
}
.hen_eventdetail_head p.event_date_hen {
  font-size: 1.8rem;
}
.hen_eventdetail_head p.event_date_hen i {
  color: #707070;
}

.hen_eventdetail_body_hen_no_event {
  width: 90%;
  margin: 30px auto;
  padding: 40px 30px;
  border: 2px solid #00b0ec;
  border-radius: 10px;
  text-align: center;
}
.hen_eventdetail_body_hen_no_event h3 {
  margin: 0;
  padding: 0 0 15px 0;
  color: #000;
  line-height: 1.8rem;
  border-bottom: 2px solid #00b0ec;
}
.hen_eventdetail_body_hen_no_event h4 {
  font-size: 1.2rem;
  color: #00b0ec;
  border-bottom: 1px solid #00b0ec;
  margin-top: 30px;
}
.hen_eventdetail_body_hen_no_event p {
  margin-top: 15px;
}
.hen_eventdetail_body_hen_no_event a {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: #00b0ec;
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  border-radius: 5px;
}
.hen_eventdetail_body_hen_no_event a i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 3px;
}
.hen_eventdetail_body_hen_no_event a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hen_reserve_btn {
  margin-top: 25px;
}
.hen_reserve_btn button {
  width: auto;
  padding: 15px 30px;
  font-size: 0.8rem;
  font-weight: bold;
  background: #f47223;
  border: none;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.hen_reserve_btn button i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.hen_reserve_btn button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.event_reserved {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.event_reserved p {
  width: 200px;
  padding: 15px 30px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  background: #00b0ec;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.event_reserved li {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.1rem;
  margin-left: 10px;
}
.event_reserved li a {
  display: block;
  border: 1px solid #bfbfbf;
  padding: 15px 30px;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  color: #000;
}
.event_reserved li a:hover {
  background: #efefef;
}

.hen_mid_btn button {
  display: block;
  margin: auto auto 15px auto;
}

.hen_last_btn {
  border-top: 1px solid #bfbfbf;
  padding-top: 30px;
}
.hen_last_btn button {
  display: block;
  margin: auto auto 15px auto;
}

.hen_eventdetail_body {
  margin: 20px 50px 0 50px;
}
.hen_eventdetail_body p.hen_event_mainimg {
  margin-bottom: 15px;
}
.hen_eventdetail_body p.hen_event_mainimg img {
  display: block;
  width: 100%;
}
.hen_eventdetail_body ul.hen_eventdetail_gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hen_eventdetail_body ul.hen_eventdetail_gallery li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3333333333%;
  padding: 1%;
}
.hen_eventdetail_body h4 {
  color: #00b0ec;
  font-size: 1.3rem;
  border-bottom: 1px solid #00b0ec;
  margin-bottom: 15px;
}
.hen_eventdetail_body h4 i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 3px;
}
.hen_eventdetail_body h5 {
  font-size: 1rem;
  line-height: 1rem;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.hen_eventdetail_body h5::before {
  content: "◆";
}
.hen_eventdetail_body h5.hen_program_title {
  font-size: 1.1rem;
}
.hen_eventdetail_body h5.hen_program_title i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 8px;
  color: #00b0ec;
}
.hen_eventdetail_body h5.hen_program_title::before {
  content: "";
}

.hen_eventdetail_explanation p {
  line-height: 1.8rem;
  margin-bottom: 15px;
}

.hen_eventdetail_place {
  width: 100%;
  margin: 30px 0;
}
.hen_eventdetail_place p.hen_place_name {
  font-weight: bold;
  font-size: 1.1rem;
}

.hen_eventdetail_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin: 15px 0;
}
.hen_eventdetail_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hen_eventdetail_program p {
  margin-bottom: 15px;
  line-height: 1.8rem;
}

.hen_eventdetail_exhibitor li {
  padding: 10px 15px;
}
.hen_eventdetail_exhibitor li a::before {
  content: "Link";
  display: inline-block;
  position: relative;
  top: -2px;
  font-weight: bold;
  font-size: 0.7rem;
  background: #00b0ec;
  color: #fff;
  padding: 2px 5px;
  line-height: 1rem;
  margin: 0 5px 0 0;
}
.hen_eventdetail_exhibitor li a:hover {
  color: #000;
}
.hen_eventdetail_exhibitor li button.evt_entry_btn {
  display: inline-block;
  width: auto;
  margin-left: 15px;
  background: #f47223;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.hen_eventdetail_exhibitor li button.evt_entry_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00b0ec;
}
.hen_eventdetail_exhibitor li button.evt_entry_btn::before {
  content: "";
  padding: 0;
  margin: 0;
  top: 0;
}
.hen_eventdetail_exhibitor li button.evt_entered {
  background: #888888;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hen_eventdetail_exhibitor li button.evt_entered:hover {
  background: #888888;
}
.hen_eventdetail_exhibitor li button.evt_entered::after {
  content: "";
}
.hen_eventdetail_exhibitor li:nth-child(odd) {
  background: #efefef;
}

.first_event_col {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}

.first_left_col {
  width: 55%;
}

.first_right_col {
  width: 45%;
  padding: 0 15px;
}

.first_event_col {
  padding: 30px;
}
.first_event_col p.event_date_hen {
  font-size: 1.5rem;
  font-weight: bold;
}
.first_event_col p.event_date_hen i {
  color: #888888;
}
.first_event_col p.evt_sub_title {
  font-size: 1rem;
  font-weight: bold;
}
.first_event_col h4 {
  font-size: 1.8rem;
}
.first_event_col dl {
  font-size: 0.9rem;
}
.first_event_col dl dt {
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
  margin: 10px 0;
}
.first_event_col dl dt::before {
  content: "◆";
}
.first_event_col dl dd {
  display: inline-block;
  margin-right: 20px;
  line-height: 1.5rem;
}

.secondlevel_event_col {
  width: 100%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.secondlevel_event_col div {
  margin-right: 2%;
}
.secondlevel_event_col div:nth-child(3n) {
  margin-right: 0;
}

.secondlevel_wrap {
  width: auto;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.secondlevel_wrap img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.secondlevel_wrap p.event_date_hen {
  font-size: 1.3rem;
  font-weight: bold;
}
.secondlevel_wrap p.event_date_hen i {
  color: #888888;
}
.secondlevel_wrap p.evt_sub_title {
  font-size: 1rem;
}
.secondlevel_wrap h4 {
  font-size: 1.3rem;
}
.secondlevel_wrap dl {
  font-size: 0.9rem;
  margin-bottom: 25px;
}
.secondlevel_wrap dl dt {
  font-weight: bold;
  border-bottom: 1px solid #088c8b;
  margin: 10px 0;
}
.secondlevel_wrap dl dt::before {
  content: "◆";
}
.secondlevel_wrap dl dd {
  display: inline-block;
  margin-right: 20px;
  line-height: 1.5rem;
}

.for_detail_btn button {
  display: block;
  margin-top: 15px;
  width: 200px;
  font-weight: bold;
  padding: 10px 5px;
  background: #f47223;
  border: none;
  font-size: 0.9rem;
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  border-radius: 5px;
}
.for_detail_btn button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.second_level_btn button {
  margin: -10px auto 30px auto;
}

.pre24_main_header {
  width: 100%;
  padding: 40px 15px;
  background: #fff;
}
.pre24_main_header h1 {
  text-align: center;
  font-size: 2.2rem;
  color: #00b0ec;
}
.pre24_main_header p {
  text-align: center;
  line-height: 1.5rem;
  font-weight: bold;
  margin-top: 15px;
}

p.pre24_lead_copy {
  margin-bottom: 30px;
}

.pre24_regist_separete {
  width: 100%;
  padding: 0 15px 50px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pre24_separete_inner {
  width: 45%;
  margin: 0 1%;
  padding: 15px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
.pre24_separete_inner a {
  display: block;
}
.pre24_separete_inner a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.evt_typebadge_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.evt_typebadge_flex div {
  margin-right: 5px;
}

button.more_exhibitor {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 5px 15px;
}

.event_organizer {
  margin-top: 30px;
}
.event_organizer p {
  font-weight: bold;
}

.event_detail_right h5 {
  margin-top: 15px;
}

.first_right_col dt,
.first_right_col dd,
.secondlevel_wrap dt,
.secondlevel_wrap dd {
  display: none !important;
}
.first_right_col dt:nth-child(1),
.secondlevel_wrap dt:nth-child(1) {
  display: block !important;
}
.first_right_col dd:first-of-type,
.secondlevel_wrap dd:first-of-type {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
}

.secondlevel_wrap dd:first-of-type {
  -webkit-line-clamp: 8;
}

header {
  background: #fff;
}

.mainpage_header {
  width: calc(100% - 80px);
  height: 80px;
  margin-right: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  -webkit-box-shadow: 0 0 12px #bfbfbf;
          box-shadow: 0 0 12px #bfbfbf;
}

.pre2_mainpage_header {
  width: 100%;
  text-align: center;
}
.pre2_mainpage_header h1 {
  width: 20%;
}

.mypg_login_header {
  width: 100%;
}

.main_nav_wrap h1 {
  width: 14.5%;
}
.main_nav_wrap h1 img {
  display: block;
  width: auto;
  height: 80px;
  margin-left: 7%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_nav_wrap nav {
  width: 80%;
  height: 100%;
  margin-left: 5%;
  background: #fff;
}

.pre2_nav h1 a img {
  width: 90%;
}

ul.main_navigation {
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  background: #fff;
}
ul.main_navigation li {
  margin-right: 45px;
}
ul.main_navigation a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0.9rem;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
ul.main_navigation a:hover {
  color: #6563ff;
  text-decoration: underline;
}
ul.main_navigation i {
  margin-right: 3px;
}

a.mypage_btn,
a.new_registration,
a.sign_in {
  text-align: center;
  display: block;
}
a.mypage_btn i,
a.new_registration i,
a.sign_in i {
  display: block;
  margin: auto;
  font-size: 20px;
  color: #00b0ec;
  margin-right: 0;
}
a.mypage_btn span,
a.new_registration span,
a.sign_in span {
  display: block;
  font-size: 0.8rem;
  color: #00b0ec;
  margin-top: -2px;
}

a.sign_in {
  margin-right: 10px;
}

li > a.mypage_btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

li > a.new_registration:hover {
  opacity: 0.7;
  text-decoration: none;
}

li > a.sign_in:hover {
  opacity: 0.7;
  text-decoration: none;
}

#sub_nav {
  position: fixed;
  top: 0;
  right: -540px;
  width: 540px;
  height: 100vh;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 555;
  overflow: scroll;
}
#sub_nav li {
  list-style-type: none;
  font-size: 1rem;
}
#sub_nav a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#sub_nav a:hover {
  color: #fff;
  background: #00b0ec;
}

#hamburger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #00b0ec;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 666;
  -webkit-box-shadow: 4px 0 12px #bfbfbf;
          box-shadow: 4px 0 12px #bfbfbf;
}

#pre_humberger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #00b0ec;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 666;
  -webkit-box-shadow: 4px 0 12px #bfbfbf;
          box-shadow: 4px 0 12px #bfbfbf;
}

.inner_line {
  display: block;
  position: absolute;
  left: 30px;
  width: 27px;
  height: 3px;
  margin-top: 28px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
}

#line1 {
  top: -3px;
}

#line2 {
  top: 8px;
}

#line3 {
  bottom: 30px;
}

.in {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  right: 0;
  width: 40%;
  -webkit-box-shadow: 0 -4px 8px #000;
          box-shadow: 0 -4px 8px #000;
}

.line_1,
.line_2,
.line_3 {
  background: #fff;
}

.line_1 {
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
  top: 0;
}

.line_2 {
  opacity: 0;
}

.line_3 {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
  bottom: 0;
}

.sub_nav_container {
  width: 100%;
  padding: 80px 5% 5% 5%;
  over-flow: scroll;
}
.sub_nav_container h2 {
  font-size: 1rem;
  color: #0060c5;
}
.sub_nav_container h2 i {
  font-size: 1.2rem;
  position: relative;
  top: 1px;
}
.sub_nav_container h2:nth-child(n+2) {
  margin-top: 30px;
}

ul.sub_main_menu {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px 0 #bfbfbf;
          box-shadow: 0 3px 6px 0 #bfbfbf;
}
ul.sub_main_menu li {
  background: #fff;
}
ul.sub_main_menu li:nth-child(odd) {
  background: #e6e6e6;
}
ul.sub_main_menu a {
  padding: 5px 10px;
  color: #000;
}

.sub_status_box {
  width: 100%;
  padding: 10px 15px;
  background: #fff3d2;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0 3px 6px 0 #bfbfbf;
          box-shadow: 0 3px 6px 0 #bfbfbf;
}
.sub_status_box p {
  width: auto;
  margin-right: 30px;
  font-size: 0.9rem;
}
.sub_status_box p:nth-child(2) {
  margin-right: 0;
}
.sub_status_box span {
  inline-block: mr3px;
  font-weight: bold;
  font-size: 1rem;
}

ul#sub_status_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 30px 0;
}
ul#sub_status_list li {
  width: 23%;
  height: 115px;
  background: #fff;
  border: 1px solid #0060c5;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1rem;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 3px 3px 6px 0 #bfbfbf;
          box-shadow: 3px 3px 6px 0 #bfbfbf;
}
ul#sub_status_list li.my_qrcode_btn {
  background: #e3e3f3;
}
ul#sub_status_list li:hover {
  border-color: #00b0ec;
}
ul#sub_status_list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0060c5;
  padding-top: 20px;
  border-radius: 9px;
}
ul#sub_status_list a:hover {
  background: #00b0ec;
  border-color: #00b0ec;
  -webkit-box-shadow: none;
          box-shadow: none;
}
ul#sub_status_list i {
  display: block;
  font-size: 2rem;
  margin-bottom: 5px;
}

.notification_badge {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fc0000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -8px;
  bottom: -10px;
  font-size: 0.8rem;
}

.screen_display_btn {
  width: 100%;
  border-top: 1px solid #bfbfbf;
}
.screen_display_btn a {
  display: block;
  width: 240px;
  margin: 15px auto;
  text-align: center;
  padding: 10px 0;
  background: #ccc;
  font-weight: bold;
  font-size: 0.9rem;
}

.mypage_link_btn {
  border-top: none;
  margin-top: 10px;
}
.mypage_link_btn a {
  background: #0060c5;
  color: #fff;
}

.qr_display_btn a {
  background: #e3e3f3;
  color: #0060c5;
}

.signout_btn a {
  color: #fff;
}

ul#sub_other_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #bfbfbf;
  padding-top: 15px;
}
ul#sub_other_menu li {
  margin-right: 20px;
}
ul#sub_other_menu li:last-child {
  margin-right: 0;
}
ul#sub_other_menu a {
  text-decoration: none;
  color: #0060c5;
  font-size: 0.9rem;
  font-weight: bold;
}
ul#sub_other_menu a:hover {
  background: #fff;
  text-decoration: underline;
  color: #000;
}

.sub_sign_in_input {
  margin-top: 15px;
  width: auto;
}
.sub_sign_in_input div {
  position: relative;
  margin: auto auto 15px auto;
}
.sub_sign_in_input div label {
  pposition: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  left: 0;
}
.sub_sign_in_input div span {
  display: block;
  marigin: auto;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #0060c5;
  border-radius: 5px;
}
.sub_sign_in_input div i {
  font-size: 1.5rem;
  color: #fff;
}
.sub_sign_in_input input {
  height: 40px;
  padding: 5px;
  font-size: 0.9rem;
  width: 420px;
  position: absolute;
  left: 45px;
}
.sub_sign_in_input ::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.sub_sign_in_input ::-moz-placeholder {
  font-size: 0.8rem;
}
.sub_sign_in_input :-ms-input-placeholder {
  font-size: 0.8rem;
}
.sub_sign_in_input ::-ms-input-placeholder {
  font-size: 0.8rem;
}
.sub_sign_in_input ::placeholder {
  font-size: 0.8rem;
}

.auto_login {
  text-align: center;
}
.auto_login p {
  margin-bottom: 15px;
}
.auto_login label {
  width: 50px;
  height: 26px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.auto_login input:checked + label {
  background-color: #4bd865;
}
.auto_login label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  left: 0;
  bottom: 1px;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #707070;
          box-shadow: 0 0 5px #707070;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.auto_login input:checked + label:after {
  left: 25px;
}
.auto_login input {
  display: none;
}

#sub_signin_btn a.sub_sign_in {
  display: block;
  width: 240px;
  margin: 15px auto;
  text-align: center;
  padding: 10px 0;
  background: #0c2e8f;
  color: #fff;
}
#sub_signin_btn a.sub_sign_up {
  display: block;
  width: 240px;
  margin: 15px auto;
  text-align: center;
  padding: 10px 0;
  background: #f47223;
  color: #fff;
}
#sub_signin_btn a:hover {
  opacity: 0.7;
}

.sub_sign_up_wrap {
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid #bfbfbf;
}

ul#sub_sign_in_adds {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul#sub_sign_in_adds li {
  margin-right: 20px;
}
ul#sub_sign_in_adds li:last-child {
  margin-right: 0;
}
ul#sub_sign_in_adds a {
  text-decoration: none;
  color: #6563ff;
  font-size: 0.9rem;
}
ul#sub_sign_in_adds a:hover {
  background: #fff;
  text-decoration: underline;
  color: #000;
}

.sub_nav_tooltip_wrap {
  text-align: center;
  margin-top: -15px;
}
.sub_nav_tooltip_wrap i {
  font-size: 1.2rem;
  position: relative;
  top: 1px;
}

span.sub_nav_tooltip {
  display: inline-block;
  position: relative;
  font-size: 0.8rem;
  text-align: left;
}

/* ツールチップ共通の設定 */
span.sub_nav_tooltip::before,
span.sub_nav_tooltip::after {
  -webkit-transition: all 0.2s;
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}

/* ツールチップ吹き出しのひげ */
span.sub_nav_tooltip::before {
  -webkit-transform: translateY(-50%);
  border-color: transparent #5f6368 transparent transparent;
  border-style: solid;
  border-width: 3px 7px 3px 0;
  content: "";
  height: 0;
  left: calc(100% + 6px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

span.sub_nav_tooltip::after {
  -webkit-transform: translateY(-50%);
  background: #5f6368;
  border-radius: 3px;
  color: #fff;
  content: attr(data-tooltip); /* ここでdata-tooltipの内容を呼び出しているよ */
  display: block;
  font-size: 11px;
  font-weight: 600;
  left: calc(100% + 13px);
  padding: 5px 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
}

/* マウスオンしたときのカーソルの設定 */
span.sub_nav_tooltip:hover {
  cursor: pointer;
}

span.sub_nav_tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}

span.sub_nav_tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

.main_slider {
  margin-top: 80px;
  padding-top: 15px;
}

.slick-1 {
  margin: 15px auto 10px auto;
  padding-bottom: 30px;
}
.slick-1 p {
  margin: 0;
}
.slick-1 p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-dots {
  bottom: -1px;
}
.slick-dots li button {
  color: #ffc122;
}
.slick-dots li button:before {
  font-size: 15px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffc122;
}

.column_break {
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
}
.column_break h2 {
  font-size: 1.5rem;
  color: #00b0ec;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
.column_break h2 i {
  font-size: 2.5rem;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.important_notice {
  width: 100%;
  background: #fff;
}

.important_inner {
  width: 1280px;
  margin: auto;
  padding: 15px 0;
  margin-bottom: 15px;
}
.important_inner h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 17%;
  padding: 10px 0 15px 0;
  margin-right: 3%;
  font-size: 0.9rem;
  line-height: 1rem;
  border-right: 1px solid #bfbfbf;
}
.important_inner h3 i {
  font-size: 1.8rem;
  margin-right: 5px;
  position: relative;
  top: 4px;
  font-weight: normal;
  color: #fc0000;
}
.important_inner p {
  width: 60%;
  padding-top: 2px;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.important_inner p a {
  display: inline;
  width: auto;
  text-decoration: none;
  color: #000;
  position: relative;
  top: 0;
}
.important_inner p a:hover {
  text-decoration: underline;
}
.important_inner a {
  display: block;
  width: 20%;
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  margin-top: -4px;
  text-align: center;
}
.important_inner a i {
  font-size: 1.3rem;
  position: relative;
  top: 2px;
}
.important_inner a:hover {
  opacity: 0.7;
}
.important_inner span.notice_date {
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (max-width: 1280px) {
  .important_inner {
    width: 1050px;
  }
}
.update_information {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}

.update_info_inner {
  width: 1280px;
  margin: auto;
}
.update_info_inner h3 {
  width: 100%;
  text-align: center;
  color: #00b0ec;
  padding-bottom: 10px;
  border-bottom: 1px solid #00b0ec;
  font-size: 1.5rem;
}
.update_info_inner h3 i {
  font-size: 2.2rem;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 1280px) {
  .update_info_inner {
    width: 1050px;
  }
}
.update_list ul {
  width: 100%;
  margin: 30px auto 0 auto;
}
.update_list li {
  width: 100%;
  padding: 10px 30px;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.update_list li span {
  display: block;
  text-align: center;
}
.update_list li span.update_type {
  display: block;
  width: 150px;
  padding: 5px;
  margin-right: 30px;
  font-size: 0.7rem;
  background: #ccc;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  background: #fff;
}
.update_list li span.new_company {
  color: #fff;
  background: #fc0000;
}
.update_list li span.with_update {
  color: #fff;
  background: #6563ff;
}
.update_list li span.event_update {
  color: #fff;
  background: #95af48;
}
.update_list li span.contents_update {
  color: #fff;
  background: #00b0ec;
}
.update_list li span.info_update {
  color: #fff;
  background: #0060c5;
}
.update_list li a {
  display: inline-block;
  width: calc(100% - 180px);
  text-decoration: none;
  color: #000;
  font-weight: normal;
  text-overflow: ellipsis;
}
.update_list li a:hover {
  text-decoration: underline;
}
.update_list li span.sender_name {
  display: inline-block;
  font-weight: bold;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
}
.update_list li span.update_info_body {
  display: inline-block;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.update_list li:nth-of-type(2n) {
  background: #fff;
}
.update_list i {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  top: 3px;
}

span.update_type {
  font-size: 0.7rem;
  background: #ccc;
  color: #fff;
  width: 150px;
  padding: 5px;
  margin-right: 0;
  text-align: center;
  border-radius: 15px;
  background: #fff;
}

span.new_company {
  color: #fff;
  background: #fc0000;
}

span.with_update {
  color: #fff;
  background: #6563ff;
}

span.event_update {
  color: #fff;
  background: #95af48;
}

span.contents_update {
  color: #fff;
  background: #00b0ec;
}

.jump_archive_btn {
  width: 100%;
  margin-top: 30px;
}
.jump_archive_btn a {
  display: block;
  width: 200px;
  margin: auto;
  padding: 10px 5px;
  border: 1px solid #00b0ec;
  text-align: center;
  text-decoration: none;
  font-size: 0.9rem;
  color: #00b0ec;
}
.jump_archive_btn a:hover {
  background: #00b0ec;
  color: #fff;
}

.pick_up_col {
  padding-bottom: 60px;
}

.pickup_inner_container {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 3px 12px #bfbfbf;
          box-shadow: 0 3px 12px #bfbfbf;
  margin-top: 30px;
}

.corner_title {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  padding: 10px 0;
}
.corner_title div {
  font-size: 1.5rem;
  font-weight: bold;
}
.corner_title h3 {
  font-size: 1.5rem;
}

.pickup_title {
  background: #00b0ec;
  color: #fff;
}

ul.pickup_row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1280px;
  margin: auto;
  padding: 0;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 15px;
}
ul.pickup_row_wrap li {
  width: 23%;
  margin-bottom: 60px;
}
ul.pickup_row_wrap li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
ul.pickup_row_wrap li img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.pickup_row_wrap li h4 {
  margin-top: 15px;
  line-height: 1.2rem;
  color: #000;
}
ul.pickup_row_wrap li h4:hover {
  color: #6563ff;
  text-decoration: underline;
}
ul.pickup_row_wrap li:nth-child(n+13) {
  display: none;
}

@media only screen and (max-width: 1280px) {
  ul.pickup_row_wrap {
    width: 1050px;
  }
}
.tag_mark {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag_mark a {
  display: block;
  width: auto;
  padding: 1px 20px;
  margin: 0 5px 5px 0;
  font-size: 0.8rem;
  background: #ccc;
  border-radius: 5px;
}
.tag_mark a:hover {
  opacity: 0.7;
}

a.red_tag {
  background: #fc0000;
}

a.navy_tag {
  background: #0c2e8f;
}

a.skyblue_tag {
  background: #00b0ec;
}

a.green_tag {
  background: #95af48;
}

.link_btn a {
  display: block;
  width: 360px;
  margin: 30px auto;
  padding: 18px 0;
  text-align: center;
  background: #00b0ec;
  text-decoration: none;
  color: #fff;
}
.link_btn a:hover {
  opacity: 0.7;
}

.event_info_col {
  margin-top: 30px;
  padding-bottom: 60px;
}

.event_green h2 {
  color: #088c8b;
}

.event_content_container {
  width: 1280px;
  margin: 30px auto auto auto;
  padding: 0 60px 40px 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 12px #bfbfbf;
          box-shadow: 0 0 12px #bfbfbf;
  border-top: 12px solid #088c8b;
}

@media only screen and (max-width: 1280px) {
  .event_content_container {
    width: 1050px;
  }
}
.event_title {
  margin-bottom: 30px;
}
.event_title div {
  color: #088c8b;
}

.event_info_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event_info_content {
  width: 47.5%;
  border-top: 8px solid #ccc;
}
.event_info_content h4 {
  text-align: center;
  margin: 15px 0 20px 0;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 15px;
  font-size: 1.2rem;
}
.event_info_content h4 span {
  display: block;
  color: #00b0ec;
  font-size: 1rem;
  letter-spacing: 1px;
}

.job_career_orgnz {
  border-color: #00b0ec;
}

.internship_orgnz {
  border-color: #95af48;
}
.internship_orgnz h4 span {
  color: #95af48;
}

.event_detail_col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.event_img {
  width: 39%;
}
.event_img img {
  display: block;
  width: 100%;
  height: auto;
}
.event_img img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event_detail_right {
  width: 59%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.event_detail_right h5 {
  padding: 0;
  margin: 5px 0 0 0;
}
.event_detail_right h5 span {
  display: block;
  font-size: 0.8rem;
}
.event_detail_right h5 > a {
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #000;
  display: inline;
}
.event_detail_right h5 > a:hover {
  color: #6563ff;
}
.event_detail_right ul {
  margin: 0;
  padding: 2px 0;
}
.event_detail_right li {
  line-height: 1.1rem;
  font-weight: bold;
  font-size: 0.9rem;
}
.event_detail_right li p {
  line-height: 1.1rem;
  font-weight: bold;
  font-size: 0.9rem;
  color: #000;
}
.event_detail_right li p.top_date_end {
  padding-right: 5px;
  margin-left: 30px;
}
.event_detail_right li p.top_date_end:before {
  content: "〜";
}
.event_detail_right p {
  font-size: 0.8rem;
  color: #0060c5;
}
.event_detail_right p.top_event_content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.event_detail_right p.infosession_company_name {
  font-size: 1rem;
  font-weight: bold;
}
.event_detail_right a {
  display: inline-block;
  margin-top: 0;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
}
.event_detail_right a:hover {
  text-decoration: underline;
  color: #6563ff;
}
.event_detail_right i {
  font-size: 1.2rem;
  position: relative;
  top: 1px;
}

.event_type_badge {
  display: inline-block;
  width: 130px;
  background: #999;
  padding: 1px 10px 4px 10px;
  text-align: center;
  border-radius: 20px;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1rem;
}
.event_type_badge i {
  font-size: 1.2rem;
  position: relative;
  top: 2px;
  margin-right: 2px;
  color: #fff;
}

.event_badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.event_badge div {
  margin-right: 3px;
}

.face_to_face {
  background: #088c8b;
}

.on_demand_holding {
  background: #f47223;
}

.online_holding {
  background: #6563ff;
}

.support_course {
  background: #0c2e8f;
}

.group_seminar {
  background: #0060c5;
}

.other_seminar {
  background: #00b0ec;
}

.host_jobcareer {
  width: 170px;
}

.intern_days {
  background: #2d7391;
  width: 100px;
  padding: 4px 10px;
}

.infosession_type {
  background: #506db5;
  width: 120px;
  padding: 4px 6px;
}

.event_link_btn {
  margin-top: 30px;
}
.event_link_btn a {
  width: 280px;
  background: #00b0ec;
}

.internship_color a {
  background: #95af48;
}

h2.timelin_h2 {
  color: #f47223;
}
h2.timelin_h2 span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f47223;
  border-radius: 50%;
  margin-right: 7px;
  padding-left: 5px;
}
h2.timelin_h2 span i {
  font-size: 2rem;
  position: relative;
  top: 0;
  bottom: 0;
  line-height: 50px;
  color: #fff;
}

.tl_bg_add {
  background: #fff;
  padding-bottom: 100px;
  -webkit-box-shadow: 0 0 12px #bfbfbf;
          box-shadow: 0 0 12px #bfbfbf;
}

.tl_list_container {
  border-top: 8px solid #f47223;
  width: 100%;
  background: #fff;
  padding: 30px 0 0 0;
}

.slick-3 {
  border-bottom: 1px solid #bfbfbf;
  background: #fff;
  margin-bottom: 0;
}
.slick-3 .slick-dots {
  bottom: -40px !important;
}
.slick-3 .slick-arrow:before {
  content: "" !important;
}
.slick-3 .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-3 .slick-next:before {
  background: url(../img-common/arrow_right.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.slick-3 .slick-prev:before {
  background: url(../img-common/arrow_left.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.slick-3 .slick-arrow {
  z-index: 333 !important;
  width: 40px !important;
  height: 40px !important;
}
.slick-3 .slick-next {
  right: 30px !important;
  top: 140px !important;
  opacity: 1 !important;
}
.slick-3 .slick-prev {
  left: 30px !important;
  top: 140px !important;
  opacity: 1 !important;
}

.tl_list_wrap {
  width: 15%;
  padding: 0 15px 40px 15px;
}
.tl_list_wrap a {
  color: #000;
  text-decoration: none;
  display: block;
}
.tl_list_wrap a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.tl_list_wrap img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tl_list_wrap h3 {
  font-size: 1rem;
  margin-top: 10px;
}
.tl_list_wrap p {
  margin-top: 3px;
}
.tl_list_wrap p.tl_date {
  font-size: 0.8rem;
}
.tl_list_wrap p.tl_corp_name {
  font-size: 0.9rem;
  font-weight: bold;
}

.tl_btn_col {
  position: relative;
  top: 50px;
}

.tl_link_btn a {
  margin-top: 0;
  background: #f47223;
}

.from_edt_container {
  width: 100%;
  margin-top: 20px;
  padding: 30px 0;
  background: #fff;
}

.from_edt_inner {
  width: 1280px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  .from_edt_inner {
    width: 1050px;
  }
}
.from_edt_wrap {
  width: 33.3333333333%;
  height: 160px;
  padding: 15px 30px;
  text-align: center;
  border-left: 1px solid #bfbfbf;
  position: relative;
}
.from_edt_wrap p {
  margin-top: 5px;
  font-weight: bold;
}

@media only screen and (max-width: 1280px) {
  .from_edt_wrap {
    height: 170px;
  }
}
p.from_edt_summary {
  font-size: 0.8rem;
  font-weight: normal;
}

.last_frm_edt {
  border-right: 1px solid #bfbfbf;
}

.frm_edt_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.frm_edt_btn a {
  width: 280px;
  margin: 15px auto 0 auto;
  padding: 13px 0;
}

.edt_live h3 {
  color: #088c8b;
}
.edt_live a {
  background: #088c8b;
}

.edt_howto h3 {
  color: #00b0ec;
}

.edt_compus h3 {
  color: #f47223;
}
.edt_compus a {
  background: #f47223;
}

h2.keyword_h2 {
  color: #00b0ec;
}
h2.keyword_h2 span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #00b0ec;
  border-radius: 50%;
  margin-right: 7px;
  padding-left: 7px;
  text-align: center;
}
h2.keyword_h2 span i {
  font-size: 2rem;
  position: relative;
  top: 0;
  bottom: 0;
  line-height: 50px;
  color: #fff;
}

.keyword_container {
  background: #fff;
}
.keyword_container h3 {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
  background: #246fa2;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.keyword_container h3 span {
  display: block;
  font-size: 1.8rem;
}

.keyword_container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1280px;
  margin: auto;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1280px) {
  .keyword_container_inner {
    width: 1050px;
  }
}
.keyword_wrap {
  width: 47%;
  margin-top: 30px;
}
.keyword_wrap a {
  display: block;
  text-decoration: none;
}
.keyword_wrap a:hover {
  opacity: 0.7;
}

.keyword_inner_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0060c5;
}
.keyword_inner_wrap img {
  display: block;
  width: 30%;
}

.keyword_right {
  width: 70%;
  color: #fff;
  padding: 5px 15px;
}
.keyword_right p {
  font-size: 0.9rem;
}

.keyword_copy_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.keyword_copy_wrap h4 {
  font-size: 1.1rem;
  margin-top: 3px;
}
.keyword_copy_wrap p {
  margin-top: 3px;
}

.keyword_link_btn {
  width: 100%;
  background: #fff;
  padding: 30px 0 60px 0;
  border-top: 1px solid #bfbfbf;
  -webkit-box-shadow: 0 12px 12px 0 #bfbfbf;
          box-shadow: 0 12px 12px 0 #bfbfbf;
}
.keyword_link_btn a {
  margin: 0 auto;
  background: #246fa2;
}

.pre2_nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pre2_nav h1 {
  width: 30%;
}
.pre2_nav h1 img {
  display: block;
  width: 100%;
  height: auto;
}
.pre2_nav nav {
  width: 70%;
}

p.pre_regist_guide {
  font-weight: bold;
}

.pre2_information {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 40px;
  background: #fff;
}

.pre2_regist_promo h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.pre2_regist_promo p {
  font-weight: bold;
}
.pre2_regist_promo span.pres_service_notice {
  font-size: 0.8rem;
  font-weight: normal;
}

.pre2_promo_btn {
  margin-top: -15px;
}

span.pre2_nav_soon {
  text-align: center;
}

.jc_event_detail_col,
.jc_event_firstcol {
  display: block;
}

.jc_right {
  width: 100%;
  margin-top: 15px;
}
.jc_right h5 {
  word-break: auto-phrase;
}
.jc_right p {
  text-align: justify;
}

.jc_wide_img {
  width: 100%;
}

.search_col {
  width: 1280px;
  background: #fff;
  margin: 60px auto;
  padding-bottom: 30px;
  border-top: 12px solid #00b0ec;
  position: relative;
  -webkit-box-shadow: 0 0 12px #bfbfbf;
          box-shadow: 0 0 12px #bfbfbf;
}
.search_col h2 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 30px;
}
.search_col span {
  display: block;
  font-size: 0.9rem;
  color: #00b0ec;
  font-weight: bold;
}

@media only screen and (max-width: 1280px) {
  .search_col {
    width: 1050px;
  }
}
.number_of_company {
  width: 340px;
  position: absolute;
  top: 40px;
  right: 30px;
  text-align: right;
}
.number_of_company span {
  display: inline-block;
  font-size: 2rem;
  margin: 0 5px;
}

.searchbox_cotainer {
  position: relative;
  width: 90%;
  margin: auto;
}

.search_tabs {
  width: 90%;
  margin: auto;
}
.search_tabs i {
  font-size: 1.5rem;
  position: relative;
  bottom: 3px;
}

.tab_item {
  display: block;
  width: 33.3333333333%;
  height: 50px;
  float: left;
}

.tab_item:hover {
  cursor: pointer;
  background: #fde2d4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[name=tab_item] {
  display: none;
}

.company_tab,
.seminar_tab,
.all_company_tab {
  margin: 0 0 2px 0;
  padding: 0 10px;
  border-right: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex_start;
      -ms-flex-pack: flex_start;
          justify-content: flex_start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company_tab {
  background: #f2f7fc;
}

.seminar_tab {
  background: #fff3d2;
}

.all_company_tab {
  background: #f2f2f2;
}

.search_content {
  display: none;
  overflow: hidden;
  clear: both;
  padding: 30px 60px 10px 60px;
}

.company_content {
  background: #F2F7FC;
}

.seminar_content {
  background: #fff3d2;
}

#company_search:checked ~ .company_content,
#seminar_search:checked ~ .seminar_content {
  display: block;
}

.result_current_tab {
  border: 3px solid #00b0ec;
  border-bottom: none;
  background: #00b0ec;
  color: #fff;
  font-weight: bold;
}

.search_box_wrap {
  margin-bottom: 30px;
}
.search_box_wrap button {
  padding: 5px;
  width: 10%;
  height: 40px;
  background: #f47223;
  border: none;
  color: #fff;
  -webkit-box-shadow: 1px 1px 6px #707070;
          box-shadow: 1px 1px 6px #707070;
}
.search_box_wrap button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search_box_wrap input {
  padding: 5px;
  width: 89%;
  height: 40px;
}
.search_box_wrap ::-webkit-input-placeholder {
  font-size: 0.9rem;
}
.search_box_wrap ::-moz-placeholder {
  font-size: 0.9rem;
}
.search_box_wrap :-ms-input-placeholder {
  font-size: 0.9rem;
}
.search_box_wrap ::-ms-input-placeholder {
  font-size: 0.9rem;
}
.search_box_wrap ::placeholder {
  font-size: 0.9rem;
}
.search_box_wrap select {
  width: 20%;
  height: 40px;
  padding: 5px;
  color: #707070;
  font-size: 0.9rem;
}
.search_box_wrap i {
  font-size: 1.1rem;
  position: relative;
  bottom: 0;
}

input#cs,
input#se {
  border: 1px solid #707070;
  border-radius: 3px;
}

.seminar_wrap select {
  width: 15.4%;
}

.upper_search_box {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 30px;
}

.plus_mark {
  display: inline-block;
  width: 2.0666666667%;
  height: 40px;
  text-align: center;
}
.plus_mark i {
  font-size: 1.3rem;
  position: relative;
  top: 3px;
  color: #707070;
}

.multi_selector {
  position: relative;
}

ul.multi_btn {
  width: 89%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex_start;
      -ms-flex-pack: flex_start;
          justify-content: flex_start;
}
ul.multi_btn li {
  width: 23%;
  position: relative;
  margin-right: 2.6666666667%;
}
ul.multi_btn li:last-child {
  margin-right: 0;
}
ul.multi_btn a {
  display: block;
  width: 100%;
  height: 39px;
  padding: 0 5px;
  line-height: 39px;
  border: 1px solid #707070;
  border-radius: 3px;
  background: #fff;
  font-size: 0.9rem;
  color: #707070;
  text-decoration: none;
  position: relative;
}
ul.multi_btn span {
  position: absolute;
  right: 0;
  top: 0;
  color: #707070;
}
ul.multi_btn div {
  position: absolute;
  right: -23px;
  top: 6px;
}
ul.multi_btn div i {
  font-size: 1.3rem;
}
ul.multi_btn p#gyousyu_item,
ul.multi_btn p#syokusyu_item,
ul.multi_btn p#area_item,
ul.multi_btn p#distinctive_item,
ul.multi_btn p#gyousyu_item2,
ul.multi_btn p#syokusyu_item2,
ul.multi_btn p#area_item2,
ul.multi_btn p#distinctive_item2,
ul.multi_btn p#date_item2 {
  font-size: 0.7rem;
  color: #707070;
  width: 100%;
  height: auto;
  line-height: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: auto;
  margin: 5px 0 0 0;
  font-weight: bold;
}
ul.multi_btn p#gyousyu_item strong,
ul.multi_btn p#syokusyu_item strong,
ul.multi_btn p#area_item strong,
ul.multi_btn p#distinctive_item strong,
ul.multi_btn p#gyousyu_item2 strong,
ul.multi_btn p#syokusyu_item2 strong,
ul.multi_btn p#area_item2 strong,
ul.multi_btn p#distinctive_item2 strong,
ul.multi_btn p#date_item2 strong {
  margin-right: 10px;
  font-weight: normal;
}
ul.multi_btn p#gyousyu_item strong#maker_show,
ul.multi_btn p#gyousyu_item strong#trading_show,
ul.multi_btn p#gyousyu_item strong#retail_show,
ul.multi_btn p#gyousyu_item strong#financial_show,
ul.multi_btn p#gyousyu_item strong#service_show,
ul.multi_btn p#gyousyu_item strong#it_show,
ul.multi_btn p#gyousyu_item strong#media_show,
ul.multi_btn p#gyousyu_item strong#infra_show,
ul.multi_btn p#gyousyu_item strong#gov_show,
ul.multi_btn p#gyousyu_item strong#maker_show2,
ul.multi_btn p#gyousyu_item strong#trading_show2,
ul.multi_btn p#gyousyu_item strong#retail_show2,
ul.multi_btn p#gyousyu_item strong#financial_show2,
ul.multi_btn p#gyousyu_item strong#service_show2,
ul.multi_btn p#gyousyu_item strong#it_show2,
ul.multi_btn p#gyousyu_item strong#media_show2,
ul.multi_btn p#gyousyu_item strong#infra_show2,
ul.multi_btn p#gyousyu_item strong#gov_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu01_show,
ul.multi_btn p#gyousyu_item strong#syokusyu02_show,
ul.multi_btn p#gyousyu_item strong#syokusyu03_show,
ul.multi_btn p#gyousyu_item strong#syokusyu04_show,
ul.multi_btn p#gyousyu_item strong#syokusyu05_show,
ul.multi_btn p#gyousyu_item strong#syokusyu06_show,
ul.multi_btn p#gyousyu_item strong#syokusyu07_show,
ul.multi_btn p#gyousyu_item strong#syokusyu08_show,
ul.multi_btn p#gyousyu_item strong#syokusyu09_show,
ul.multi_btn p#gyousyu_item strong#syokusyu10_show,
ul.multi_btn p#gyousyu_item strong#syokusyu01_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu02_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu03_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu04_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu05_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu06_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu07_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu08_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu09_show2,
ul.multi_btn p#gyousyu_item strong#syokusyu10_show2,
ul.multi_btn p#gyousyu_item strong#jpn_area,
ul.multi_btn p#gyousyu_item strong#hkd_area,
ul.multi_btn p#gyousyu_item strong#region_name-01,
ul.multi_btn p#gyousyu_item strong#region_name-02,
ul.multi_btn p#gyousyu_item strong#region_name-03,
ul.multi_btn p#gyousyu_item strong#region_name-04,
ul.multi_btn p#gyousyu_item strong#region_name-05,
ul.multi_btn p#gyousyu_item strong#region_name-06,
ul.multi_btn p#gyousyu_item strong#region_name-07,
ul.multi_btn p#gyousyu_item strong#region_name-08,
ul.multi_btn p#gyousyu_item strong#region_name-09,
ul.multi_btn p#gyousyu_item strong#region_name-10,
ul.multi_btn p#gyousyu_item strong#tc01,
ul.multi_btn p#gyousyu_item strong#tc02,
ul.multi_btn p#gyousyu_item strong#tc03,
ul.multi_btn p#gyousyu_item strong#tc04,
ul.multi_btn p#gyousyu_item strong#tc05,
ul.multi_btn p#gyousyu_item strong#tc06,
ul.multi_btn p#gyousyu_item strong#tc07,
ul.multi_btn p#gyousyu_item strong#tc08,
ul.multi_btn p#gyousyu_item strong#jpn_area_se,
ul.multi_btn p#gyousyu_item strong#hkd_area_se,
ul.multi_btn p#gyousyu_item strong#region_name-01se,
ul.multi_btn p#gyousyu_item strong#region_name-02se,
ul.multi_btn p#gyousyu_item strong#region_name-03se,
ul.multi_btn p#gyousyu_item strong#region_name-04se,
ul.multi_btn p#gyousyu_item strong#region_name-05se,
ul.multi_btn p#gyousyu_item strong#region_name-06se,
ul.multi_btn p#gyousyu_item strong#region_name-07se,
ul.multi_btn p#gyousyu_item strong#region_name-08se,
ul.multi_btn p#gyousyu_item strong#region_name-09se,
ul.multi_btn p#gyousyu_item strong#region_name-10se,
ul.multi_btn p#gyousyu_item strong#tc01_se,
ul.multi_btn p#gyousyu_item strong#tc02_se,
ul.multi_btn p#gyousyu_item strong#tc03_se,
ul.multi_btn p#gyousyu_item strong#tc04_se,
ul.multi_btn p#gyousyu_item strong#tc05_se,
ul.multi_btn p#gyousyu_item strong#tc06_se,
ul.multi_btn p#gyousyu_item strong#tc07_se,
ul.multi_btn p#gyousyu_item strong#tc08_se,
ul.multi_btn p#syokusyu_item strong#maker_show,
ul.multi_btn p#syokusyu_item strong#trading_show,
ul.multi_btn p#syokusyu_item strong#retail_show,
ul.multi_btn p#syokusyu_item strong#financial_show,
ul.multi_btn p#syokusyu_item strong#service_show,
ul.multi_btn p#syokusyu_item strong#it_show,
ul.multi_btn p#syokusyu_item strong#media_show,
ul.multi_btn p#syokusyu_item strong#infra_show,
ul.multi_btn p#syokusyu_item strong#gov_show,
ul.multi_btn p#syokusyu_item strong#maker_show2,
ul.multi_btn p#syokusyu_item strong#trading_show2,
ul.multi_btn p#syokusyu_item strong#retail_show2,
ul.multi_btn p#syokusyu_item strong#financial_show2,
ul.multi_btn p#syokusyu_item strong#service_show2,
ul.multi_btn p#syokusyu_item strong#it_show2,
ul.multi_btn p#syokusyu_item strong#media_show2,
ul.multi_btn p#syokusyu_item strong#infra_show2,
ul.multi_btn p#syokusyu_item strong#gov_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu01_show,
ul.multi_btn p#syokusyu_item strong#syokusyu02_show,
ul.multi_btn p#syokusyu_item strong#syokusyu03_show,
ul.multi_btn p#syokusyu_item strong#syokusyu04_show,
ul.multi_btn p#syokusyu_item strong#syokusyu05_show,
ul.multi_btn p#syokusyu_item strong#syokusyu06_show,
ul.multi_btn p#syokusyu_item strong#syokusyu07_show,
ul.multi_btn p#syokusyu_item strong#syokusyu08_show,
ul.multi_btn p#syokusyu_item strong#syokusyu09_show,
ul.multi_btn p#syokusyu_item strong#syokusyu10_show,
ul.multi_btn p#syokusyu_item strong#syokusyu01_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu02_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu03_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu04_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu05_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu06_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu07_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu08_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu09_show2,
ul.multi_btn p#syokusyu_item strong#syokusyu10_show2,
ul.multi_btn p#syokusyu_item strong#jpn_area,
ul.multi_btn p#syokusyu_item strong#hkd_area,
ul.multi_btn p#syokusyu_item strong#region_name-01,
ul.multi_btn p#syokusyu_item strong#region_name-02,
ul.multi_btn p#syokusyu_item strong#region_name-03,
ul.multi_btn p#syokusyu_item strong#region_name-04,
ul.multi_btn p#syokusyu_item strong#region_name-05,
ul.multi_btn p#syokusyu_item strong#region_name-06,
ul.multi_btn p#syokusyu_item strong#region_name-07,
ul.multi_btn p#syokusyu_item strong#region_name-08,
ul.multi_btn p#syokusyu_item strong#region_name-09,
ul.multi_btn p#syokusyu_item strong#region_name-10,
ul.multi_btn p#syokusyu_item strong#tc01,
ul.multi_btn p#syokusyu_item strong#tc02,
ul.multi_btn p#syokusyu_item strong#tc03,
ul.multi_btn p#syokusyu_item strong#tc04,
ul.multi_btn p#syokusyu_item strong#tc05,
ul.multi_btn p#syokusyu_item strong#tc06,
ul.multi_btn p#syokusyu_item strong#tc07,
ul.multi_btn p#syokusyu_item strong#tc08,
ul.multi_btn p#syokusyu_item strong#jpn_area_se,
ul.multi_btn p#syokusyu_item strong#hkd_area_se,
ul.multi_btn p#syokusyu_item strong#region_name-01se,
ul.multi_btn p#syokusyu_item strong#region_name-02se,
ul.multi_btn p#syokusyu_item strong#region_name-03se,
ul.multi_btn p#syokusyu_item strong#region_name-04se,
ul.multi_btn p#syokusyu_item strong#region_name-05se,
ul.multi_btn p#syokusyu_item strong#region_name-06se,
ul.multi_btn p#syokusyu_item strong#region_name-07se,
ul.multi_btn p#syokusyu_item strong#region_name-08se,
ul.multi_btn p#syokusyu_item strong#region_name-09se,
ul.multi_btn p#syokusyu_item strong#region_name-10se,
ul.multi_btn p#syokusyu_item strong#tc01_se,
ul.multi_btn p#syokusyu_item strong#tc02_se,
ul.multi_btn p#syokusyu_item strong#tc03_se,
ul.multi_btn p#syokusyu_item strong#tc04_se,
ul.multi_btn p#syokusyu_item strong#tc05_se,
ul.multi_btn p#syokusyu_item strong#tc06_se,
ul.multi_btn p#syokusyu_item strong#tc07_se,
ul.multi_btn p#syokusyu_item strong#tc08_se,
ul.multi_btn p#area_item strong#maker_show,
ul.multi_btn p#area_item strong#trading_show,
ul.multi_btn p#area_item strong#retail_show,
ul.multi_btn p#area_item strong#financial_show,
ul.multi_btn p#area_item strong#service_show,
ul.multi_btn p#area_item strong#it_show,
ul.multi_btn p#area_item strong#media_show,
ul.multi_btn p#area_item strong#infra_show,
ul.multi_btn p#area_item strong#gov_show,
ul.multi_btn p#area_item strong#maker_show2,
ul.multi_btn p#area_item strong#trading_show2,
ul.multi_btn p#area_item strong#retail_show2,
ul.multi_btn p#area_item strong#financial_show2,
ul.multi_btn p#area_item strong#service_show2,
ul.multi_btn p#area_item strong#it_show2,
ul.multi_btn p#area_item strong#media_show2,
ul.multi_btn p#area_item strong#infra_show2,
ul.multi_btn p#area_item strong#gov_show2,
ul.multi_btn p#area_item strong#syokusyu01_show,
ul.multi_btn p#area_item strong#syokusyu02_show,
ul.multi_btn p#area_item strong#syokusyu03_show,
ul.multi_btn p#area_item strong#syokusyu04_show,
ul.multi_btn p#area_item strong#syokusyu05_show,
ul.multi_btn p#area_item strong#syokusyu06_show,
ul.multi_btn p#area_item strong#syokusyu07_show,
ul.multi_btn p#area_item strong#syokusyu08_show,
ul.multi_btn p#area_item strong#syokusyu09_show,
ul.multi_btn p#area_item strong#syokusyu10_show,
ul.multi_btn p#area_item strong#syokusyu01_show2,
ul.multi_btn p#area_item strong#syokusyu02_show2,
ul.multi_btn p#area_item strong#syokusyu03_show2,
ul.multi_btn p#area_item strong#syokusyu04_show2,
ul.multi_btn p#area_item strong#syokusyu05_show2,
ul.multi_btn p#area_item strong#syokusyu06_show2,
ul.multi_btn p#area_item strong#syokusyu07_show2,
ul.multi_btn p#area_item strong#syokusyu08_show2,
ul.multi_btn p#area_item strong#syokusyu09_show2,
ul.multi_btn p#area_item strong#syokusyu10_show2,
ul.multi_btn p#area_item strong#jpn_area,
ul.multi_btn p#area_item strong#hkd_area,
ul.multi_btn p#area_item strong#region_name-01,
ul.multi_btn p#area_item strong#region_name-02,
ul.multi_btn p#area_item strong#region_name-03,
ul.multi_btn p#area_item strong#region_name-04,
ul.multi_btn p#area_item strong#region_name-05,
ul.multi_btn p#area_item strong#region_name-06,
ul.multi_btn p#area_item strong#region_name-07,
ul.multi_btn p#area_item strong#region_name-08,
ul.multi_btn p#area_item strong#region_name-09,
ul.multi_btn p#area_item strong#region_name-10,
ul.multi_btn p#area_item strong#tc01,
ul.multi_btn p#area_item strong#tc02,
ul.multi_btn p#area_item strong#tc03,
ul.multi_btn p#area_item strong#tc04,
ul.multi_btn p#area_item strong#tc05,
ul.multi_btn p#area_item strong#tc06,
ul.multi_btn p#area_item strong#tc07,
ul.multi_btn p#area_item strong#tc08,
ul.multi_btn p#area_item strong#jpn_area_se,
ul.multi_btn p#area_item strong#hkd_area_se,
ul.multi_btn p#area_item strong#region_name-01se,
ul.multi_btn p#area_item strong#region_name-02se,
ul.multi_btn p#area_item strong#region_name-03se,
ul.multi_btn p#area_item strong#region_name-04se,
ul.multi_btn p#area_item strong#region_name-05se,
ul.multi_btn p#area_item strong#region_name-06se,
ul.multi_btn p#area_item strong#region_name-07se,
ul.multi_btn p#area_item strong#region_name-08se,
ul.multi_btn p#area_item strong#region_name-09se,
ul.multi_btn p#area_item strong#region_name-10se,
ul.multi_btn p#area_item strong#tc01_se,
ul.multi_btn p#area_item strong#tc02_se,
ul.multi_btn p#area_item strong#tc03_se,
ul.multi_btn p#area_item strong#tc04_se,
ul.multi_btn p#area_item strong#tc05_se,
ul.multi_btn p#area_item strong#tc06_se,
ul.multi_btn p#area_item strong#tc07_se,
ul.multi_btn p#area_item strong#tc08_se,
ul.multi_btn p#distinctive_item strong#maker_show,
ul.multi_btn p#distinctive_item strong#trading_show,
ul.multi_btn p#distinctive_item strong#retail_show,
ul.multi_btn p#distinctive_item strong#financial_show,
ul.multi_btn p#distinctive_item strong#service_show,
ul.multi_btn p#distinctive_item strong#it_show,
ul.multi_btn p#distinctive_item strong#media_show,
ul.multi_btn p#distinctive_item strong#infra_show,
ul.multi_btn p#distinctive_item strong#gov_show,
ul.multi_btn p#distinctive_item strong#maker_show2,
ul.multi_btn p#distinctive_item strong#trading_show2,
ul.multi_btn p#distinctive_item strong#retail_show2,
ul.multi_btn p#distinctive_item strong#financial_show2,
ul.multi_btn p#distinctive_item strong#service_show2,
ul.multi_btn p#distinctive_item strong#it_show2,
ul.multi_btn p#distinctive_item strong#media_show2,
ul.multi_btn p#distinctive_item strong#infra_show2,
ul.multi_btn p#distinctive_item strong#gov_show2,
ul.multi_btn p#distinctive_item strong#syokusyu01_show,
ul.multi_btn p#distinctive_item strong#syokusyu02_show,
ul.multi_btn p#distinctive_item strong#syokusyu03_show,
ul.multi_btn p#distinctive_item strong#syokusyu04_show,
ul.multi_btn p#distinctive_item strong#syokusyu05_show,
ul.multi_btn p#distinctive_item strong#syokusyu06_show,
ul.multi_btn p#distinctive_item strong#syokusyu07_show,
ul.multi_btn p#distinctive_item strong#syokusyu08_show,
ul.multi_btn p#distinctive_item strong#syokusyu09_show,
ul.multi_btn p#distinctive_item strong#syokusyu10_show,
ul.multi_btn p#distinctive_item strong#syokusyu01_show2,
ul.multi_btn p#distinctive_item strong#syokusyu02_show2,
ul.multi_btn p#distinctive_item strong#syokusyu03_show2,
ul.multi_btn p#distinctive_item strong#syokusyu04_show2,
ul.multi_btn p#distinctive_item strong#syokusyu05_show2,
ul.multi_btn p#distinctive_item strong#syokusyu06_show2,
ul.multi_btn p#distinctive_item strong#syokusyu07_show2,
ul.multi_btn p#distinctive_item strong#syokusyu08_show2,
ul.multi_btn p#distinctive_item strong#syokusyu09_show2,
ul.multi_btn p#distinctive_item strong#syokusyu10_show2,
ul.multi_btn p#distinctive_item strong#jpn_area,
ul.multi_btn p#distinctive_item strong#hkd_area,
ul.multi_btn p#distinctive_item strong#region_name-01,
ul.multi_btn p#distinctive_item strong#region_name-02,
ul.multi_btn p#distinctive_item strong#region_name-03,
ul.multi_btn p#distinctive_item strong#region_name-04,
ul.multi_btn p#distinctive_item strong#region_name-05,
ul.multi_btn p#distinctive_item strong#region_name-06,
ul.multi_btn p#distinctive_item strong#region_name-07,
ul.multi_btn p#distinctive_item strong#region_name-08,
ul.multi_btn p#distinctive_item strong#region_name-09,
ul.multi_btn p#distinctive_item strong#region_name-10,
ul.multi_btn p#distinctive_item strong#tc01,
ul.multi_btn p#distinctive_item strong#tc02,
ul.multi_btn p#distinctive_item strong#tc03,
ul.multi_btn p#distinctive_item strong#tc04,
ul.multi_btn p#distinctive_item strong#tc05,
ul.multi_btn p#distinctive_item strong#tc06,
ul.multi_btn p#distinctive_item strong#tc07,
ul.multi_btn p#distinctive_item strong#tc08,
ul.multi_btn p#distinctive_item strong#jpn_area_se,
ul.multi_btn p#distinctive_item strong#hkd_area_se,
ul.multi_btn p#distinctive_item strong#region_name-01se,
ul.multi_btn p#distinctive_item strong#region_name-02se,
ul.multi_btn p#distinctive_item strong#region_name-03se,
ul.multi_btn p#distinctive_item strong#region_name-04se,
ul.multi_btn p#distinctive_item strong#region_name-05se,
ul.multi_btn p#distinctive_item strong#region_name-06se,
ul.multi_btn p#distinctive_item strong#region_name-07se,
ul.multi_btn p#distinctive_item strong#region_name-08se,
ul.multi_btn p#distinctive_item strong#region_name-09se,
ul.multi_btn p#distinctive_item strong#region_name-10se,
ul.multi_btn p#distinctive_item strong#tc01_se,
ul.multi_btn p#distinctive_item strong#tc02_se,
ul.multi_btn p#distinctive_item strong#tc03_se,
ul.multi_btn p#distinctive_item strong#tc04_se,
ul.multi_btn p#distinctive_item strong#tc05_se,
ul.multi_btn p#distinctive_item strong#tc06_se,
ul.multi_btn p#distinctive_item strong#tc07_se,
ul.multi_btn p#distinctive_item strong#tc08_se,
ul.multi_btn p#gyousyu_item2 strong#maker_show,
ul.multi_btn p#gyousyu_item2 strong#trading_show,
ul.multi_btn p#gyousyu_item2 strong#retail_show,
ul.multi_btn p#gyousyu_item2 strong#financial_show,
ul.multi_btn p#gyousyu_item2 strong#service_show,
ul.multi_btn p#gyousyu_item2 strong#it_show,
ul.multi_btn p#gyousyu_item2 strong#media_show,
ul.multi_btn p#gyousyu_item2 strong#infra_show,
ul.multi_btn p#gyousyu_item2 strong#gov_show,
ul.multi_btn p#gyousyu_item2 strong#maker_show2,
ul.multi_btn p#gyousyu_item2 strong#trading_show2,
ul.multi_btn p#gyousyu_item2 strong#retail_show2,
ul.multi_btn p#gyousyu_item2 strong#financial_show2,
ul.multi_btn p#gyousyu_item2 strong#service_show2,
ul.multi_btn p#gyousyu_item2 strong#it_show2,
ul.multi_btn p#gyousyu_item2 strong#media_show2,
ul.multi_btn p#gyousyu_item2 strong#infra_show2,
ul.multi_btn p#gyousyu_item2 strong#gov_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu01_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu02_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu03_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu04_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu05_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu06_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu07_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu08_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu09_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu10_show,
ul.multi_btn p#gyousyu_item2 strong#syokusyu01_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu02_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu03_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu04_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu05_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu06_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu07_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu08_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu09_show2,
ul.multi_btn p#gyousyu_item2 strong#syokusyu10_show2,
ul.multi_btn p#gyousyu_item2 strong#jpn_area,
ul.multi_btn p#gyousyu_item2 strong#hkd_area,
ul.multi_btn p#gyousyu_item2 strong#region_name-01,
ul.multi_btn p#gyousyu_item2 strong#region_name-02,
ul.multi_btn p#gyousyu_item2 strong#region_name-03,
ul.multi_btn p#gyousyu_item2 strong#region_name-04,
ul.multi_btn p#gyousyu_item2 strong#region_name-05,
ul.multi_btn p#gyousyu_item2 strong#region_name-06,
ul.multi_btn p#gyousyu_item2 strong#region_name-07,
ul.multi_btn p#gyousyu_item2 strong#region_name-08,
ul.multi_btn p#gyousyu_item2 strong#region_name-09,
ul.multi_btn p#gyousyu_item2 strong#region_name-10,
ul.multi_btn p#gyousyu_item2 strong#tc01,
ul.multi_btn p#gyousyu_item2 strong#tc02,
ul.multi_btn p#gyousyu_item2 strong#tc03,
ul.multi_btn p#gyousyu_item2 strong#tc04,
ul.multi_btn p#gyousyu_item2 strong#tc05,
ul.multi_btn p#gyousyu_item2 strong#tc06,
ul.multi_btn p#gyousyu_item2 strong#tc07,
ul.multi_btn p#gyousyu_item2 strong#tc08,
ul.multi_btn p#gyousyu_item2 strong#jpn_area_se,
ul.multi_btn p#gyousyu_item2 strong#hkd_area_se,
ul.multi_btn p#gyousyu_item2 strong#region_name-01se,
ul.multi_btn p#gyousyu_item2 strong#region_name-02se,
ul.multi_btn p#gyousyu_item2 strong#region_name-03se,
ul.multi_btn p#gyousyu_item2 strong#region_name-04se,
ul.multi_btn p#gyousyu_item2 strong#region_name-05se,
ul.multi_btn p#gyousyu_item2 strong#region_name-06se,
ul.multi_btn p#gyousyu_item2 strong#region_name-07se,
ul.multi_btn p#gyousyu_item2 strong#region_name-08se,
ul.multi_btn p#gyousyu_item2 strong#region_name-09se,
ul.multi_btn p#gyousyu_item2 strong#region_name-10se,
ul.multi_btn p#gyousyu_item2 strong#tc01_se,
ul.multi_btn p#gyousyu_item2 strong#tc02_se,
ul.multi_btn p#gyousyu_item2 strong#tc03_se,
ul.multi_btn p#gyousyu_item2 strong#tc04_se,
ul.multi_btn p#gyousyu_item2 strong#tc05_se,
ul.multi_btn p#gyousyu_item2 strong#tc06_se,
ul.multi_btn p#gyousyu_item2 strong#tc07_se,
ul.multi_btn p#gyousyu_item2 strong#tc08_se,
ul.multi_btn p#syokusyu_item2 strong#maker_show,
ul.multi_btn p#syokusyu_item2 strong#trading_show,
ul.multi_btn p#syokusyu_item2 strong#retail_show,
ul.multi_btn p#syokusyu_item2 strong#financial_show,
ul.multi_btn p#syokusyu_item2 strong#service_show,
ul.multi_btn p#syokusyu_item2 strong#it_show,
ul.multi_btn p#syokusyu_item2 strong#media_show,
ul.multi_btn p#syokusyu_item2 strong#infra_show,
ul.multi_btn p#syokusyu_item2 strong#gov_show,
ul.multi_btn p#syokusyu_item2 strong#maker_show2,
ul.multi_btn p#syokusyu_item2 strong#trading_show2,
ul.multi_btn p#syokusyu_item2 strong#retail_show2,
ul.multi_btn p#syokusyu_item2 strong#financial_show2,
ul.multi_btn p#syokusyu_item2 strong#service_show2,
ul.multi_btn p#syokusyu_item2 strong#it_show2,
ul.multi_btn p#syokusyu_item2 strong#media_show2,
ul.multi_btn p#syokusyu_item2 strong#infra_show2,
ul.multi_btn p#syokusyu_item2 strong#gov_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu01_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu02_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu03_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu04_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu05_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu06_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu07_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu08_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu09_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu10_show,
ul.multi_btn p#syokusyu_item2 strong#syokusyu01_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu02_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu03_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu04_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu05_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu06_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu07_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu08_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu09_show2,
ul.multi_btn p#syokusyu_item2 strong#syokusyu10_show2,
ul.multi_btn p#syokusyu_item2 strong#jpn_area,
ul.multi_btn p#syokusyu_item2 strong#hkd_area,
ul.multi_btn p#syokusyu_item2 strong#region_name-01,
ul.multi_btn p#syokusyu_item2 strong#region_name-02,
ul.multi_btn p#syokusyu_item2 strong#region_name-03,
ul.multi_btn p#syokusyu_item2 strong#region_name-04,
ul.multi_btn p#syokusyu_item2 strong#region_name-05,
ul.multi_btn p#syokusyu_item2 strong#region_name-06,
ul.multi_btn p#syokusyu_item2 strong#region_name-07,
ul.multi_btn p#syokusyu_item2 strong#region_name-08,
ul.multi_btn p#syokusyu_item2 strong#region_name-09,
ul.multi_btn p#syokusyu_item2 strong#region_name-10,
ul.multi_btn p#syokusyu_item2 strong#tc01,
ul.multi_btn p#syokusyu_item2 strong#tc02,
ul.multi_btn p#syokusyu_item2 strong#tc03,
ul.multi_btn p#syokusyu_item2 strong#tc04,
ul.multi_btn p#syokusyu_item2 strong#tc05,
ul.multi_btn p#syokusyu_item2 strong#tc06,
ul.multi_btn p#syokusyu_item2 strong#tc07,
ul.multi_btn p#syokusyu_item2 strong#tc08,
ul.multi_btn p#syokusyu_item2 strong#jpn_area_se,
ul.multi_btn p#syokusyu_item2 strong#hkd_area_se,
ul.multi_btn p#syokusyu_item2 strong#region_name-01se,
ul.multi_btn p#syokusyu_item2 strong#region_name-02se,
ul.multi_btn p#syokusyu_item2 strong#region_name-03se,
ul.multi_btn p#syokusyu_item2 strong#region_name-04se,
ul.multi_btn p#syokusyu_item2 strong#region_name-05se,
ul.multi_btn p#syokusyu_item2 strong#region_name-06se,
ul.multi_btn p#syokusyu_item2 strong#region_name-07se,
ul.multi_btn p#syokusyu_item2 strong#region_name-08se,
ul.multi_btn p#syokusyu_item2 strong#region_name-09se,
ul.multi_btn p#syokusyu_item2 strong#region_name-10se,
ul.multi_btn p#syokusyu_item2 strong#tc01_se,
ul.multi_btn p#syokusyu_item2 strong#tc02_se,
ul.multi_btn p#syokusyu_item2 strong#tc03_se,
ul.multi_btn p#syokusyu_item2 strong#tc04_se,
ul.multi_btn p#syokusyu_item2 strong#tc05_se,
ul.multi_btn p#syokusyu_item2 strong#tc06_se,
ul.multi_btn p#syokusyu_item2 strong#tc07_se,
ul.multi_btn p#syokusyu_item2 strong#tc08_se,
ul.multi_btn p#area_item2 strong#maker_show,
ul.multi_btn p#area_item2 strong#trading_show,
ul.multi_btn p#area_item2 strong#retail_show,
ul.multi_btn p#area_item2 strong#financial_show,
ul.multi_btn p#area_item2 strong#service_show,
ul.multi_btn p#area_item2 strong#it_show,
ul.multi_btn p#area_item2 strong#media_show,
ul.multi_btn p#area_item2 strong#infra_show,
ul.multi_btn p#area_item2 strong#gov_show,
ul.multi_btn p#area_item2 strong#maker_show2,
ul.multi_btn p#area_item2 strong#trading_show2,
ul.multi_btn p#area_item2 strong#retail_show2,
ul.multi_btn p#area_item2 strong#financial_show2,
ul.multi_btn p#area_item2 strong#service_show2,
ul.multi_btn p#area_item2 strong#it_show2,
ul.multi_btn p#area_item2 strong#media_show2,
ul.multi_btn p#area_item2 strong#infra_show2,
ul.multi_btn p#area_item2 strong#gov_show2,
ul.multi_btn p#area_item2 strong#syokusyu01_show,
ul.multi_btn p#area_item2 strong#syokusyu02_show,
ul.multi_btn p#area_item2 strong#syokusyu03_show,
ul.multi_btn p#area_item2 strong#syokusyu04_show,
ul.multi_btn p#area_item2 strong#syokusyu05_show,
ul.multi_btn p#area_item2 strong#syokusyu06_show,
ul.multi_btn p#area_item2 strong#syokusyu07_show,
ul.multi_btn p#area_item2 strong#syokusyu08_show,
ul.multi_btn p#area_item2 strong#syokusyu09_show,
ul.multi_btn p#area_item2 strong#syokusyu10_show,
ul.multi_btn p#area_item2 strong#syokusyu01_show2,
ul.multi_btn p#area_item2 strong#syokusyu02_show2,
ul.multi_btn p#area_item2 strong#syokusyu03_show2,
ul.multi_btn p#area_item2 strong#syokusyu04_show2,
ul.multi_btn p#area_item2 strong#syokusyu05_show2,
ul.multi_btn p#area_item2 strong#syokusyu06_show2,
ul.multi_btn p#area_item2 strong#syokusyu07_show2,
ul.multi_btn p#area_item2 strong#syokusyu08_show2,
ul.multi_btn p#area_item2 strong#syokusyu09_show2,
ul.multi_btn p#area_item2 strong#syokusyu10_show2,
ul.multi_btn p#area_item2 strong#jpn_area,
ul.multi_btn p#area_item2 strong#hkd_area,
ul.multi_btn p#area_item2 strong#region_name-01,
ul.multi_btn p#area_item2 strong#region_name-02,
ul.multi_btn p#area_item2 strong#region_name-03,
ul.multi_btn p#area_item2 strong#region_name-04,
ul.multi_btn p#area_item2 strong#region_name-05,
ul.multi_btn p#area_item2 strong#region_name-06,
ul.multi_btn p#area_item2 strong#region_name-07,
ul.multi_btn p#area_item2 strong#region_name-08,
ul.multi_btn p#area_item2 strong#region_name-09,
ul.multi_btn p#area_item2 strong#region_name-10,
ul.multi_btn p#area_item2 strong#tc01,
ul.multi_btn p#area_item2 strong#tc02,
ul.multi_btn p#area_item2 strong#tc03,
ul.multi_btn p#area_item2 strong#tc04,
ul.multi_btn p#area_item2 strong#tc05,
ul.multi_btn p#area_item2 strong#tc06,
ul.multi_btn p#area_item2 strong#tc07,
ul.multi_btn p#area_item2 strong#tc08,
ul.multi_btn p#area_item2 strong#jpn_area_se,
ul.multi_btn p#area_item2 strong#hkd_area_se,
ul.multi_btn p#area_item2 strong#region_name-01se,
ul.multi_btn p#area_item2 strong#region_name-02se,
ul.multi_btn p#area_item2 strong#region_name-03se,
ul.multi_btn p#area_item2 strong#region_name-04se,
ul.multi_btn p#area_item2 strong#region_name-05se,
ul.multi_btn p#area_item2 strong#region_name-06se,
ul.multi_btn p#area_item2 strong#region_name-07se,
ul.multi_btn p#area_item2 strong#region_name-08se,
ul.multi_btn p#area_item2 strong#region_name-09se,
ul.multi_btn p#area_item2 strong#region_name-10se,
ul.multi_btn p#area_item2 strong#tc01_se,
ul.multi_btn p#area_item2 strong#tc02_se,
ul.multi_btn p#area_item2 strong#tc03_se,
ul.multi_btn p#area_item2 strong#tc04_se,
ul.multi_btn p#area_item2 strong#tc05_se,
ul.multi_btn p#area_item2 strong#tc06_se,
ul.multi_btn p#area_item2 strong#tc07_se,
ul.multi_btn p#area_item2 strong#tc08_se,
ul.multi_btn p#distinctive_item2 strong#maker_show,
ul.multi_btn p#distinctive_item2 strong#trading_show,
ul.multi_btn p#distinctive_item2 strong#retail_show,
ul.multi_btn p#distinctive_item2 strong#financial_show,
ul.multi_btn p#distinctive_item2 strong#service_show,
ul.multi_btn p#distinctive_item2 strong#it_show,
ul.multi_btn p#distinctive_item2 strong#media_show,
ul.multi_btn p#distinctive_item2 strong#infra_show,
ul.multi_btn p#distinctive_item2 strong#gov_show,
ul.multi_btn p#distinctive_item2 strong#maker_show2,
ul.multi_btn p#distinctive_item2 strong#trading_show2,
ul.multi_btn p#distinctive_item2 strong#retail_show2,
ul.multi_btn p#distinctive_item2 strong#financial_show2,
ul.multi_btn p#distinctive_item2 strong#service_show2,
ul.multi_btn p#distinctive_item2 strong#it_show2,
ul.multi_btn p#distinctive_item2 strong#media_show2,
ul.multi_btn p#distinctive_item2 strong#infra_show2,
ul.multi_btn p#distinctive_item2 strong#gov_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu01_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu02_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu03_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu04_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu05_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu06_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu07_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu08_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu09_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu10_show,
ul.multi_btn p#distinctive_item2 strong#syokusyu01_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu02_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu03_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu04_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu05_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu06_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu07_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu08_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu09_show2,
ul.multi_btn p#distinctive_item2 strong#syokusyu10_show2,
ul.multi_btn p#distinctive_item2 strong#jpn_area,
ul.multi_btn p#distinctive_item2 strong#hkd_area,
ul.multi_btn p#distinctive_item2 strong#region_name-01,
ul.multi_btn p#distinctive_item2 strong#region_name-02,
ul.multi_btn p#distinctive_item2 strong#region_name-03,
ul.multi_btn p#distinctive_item2 strong#region_name-04,
ul.multi_btn p#distinctive_item2 strong#region_name-05,
ul.multi_btn p#distinctive_item2 strong#region_name-06,
ul.multi_btn p#distinctive_item2 strong#region_name-07,
ul.multi_btn p#distinctive_item2 strong#region_name-08,
ul.multi_btn p#distinctive_item2 strong#region_name-09,
ul.multi_btn p#distinctive_item2 strong#region_name-10,
ul.multi_btn p#distinctive_item2 strong#tc01,
ul.multi_btn p#distinctive_item2 strong#tc02,
ul.multi_btn p#distinctive_item2 strong#tc03,
ul.multi_btn p#distinctive_item2 strong#tc04,
ul.multi_btn p#distinctive_item2 strong#tc05,
ul.multi_btn p#distinctive_item2 strong#tc06,
ul.multi_btn p#distinctive_item2 strong#tc07,
ul.multi_btn p#distinctive_item2 strong#tc08,
ul.multi_btn p#distinctive_item2 strong#jpn_area_se,
ul.multi_btn p#distinctive_item2 strong#hkd_area_se,
ul.multi_btn p#distinctive_item2 strong#region_name-01se,
ul.multi_btn p#distinctive_item2 strong#region_name-02se,
ul.multi_btn p#distinctive_item2 strong#region_name-03se,
ul.multi_btn p#distinctive_item2 strong#region_name-04se,
ul.multi_btn p#distinctive_item2 strong#region_name-05se,
ul.multi_btn p#distinctive_item2 strong#region_name-06se,
ul.multi_btn p#distinctive_item2 strong#region_name-07se,
ul.multi_btn p#distinctive_item2 strong#region_name-08se,
ul.multi_btn p#distinctive_item2 strong#region_name-09se,
ul.multi_btn p#distinctive_item2 strong#region_name-10se,
ul.multi_btn p#distinctive_item2 strong#tc01_se,
ul.multi_btn p#distinctive_item2 strong#tc02_se,
ul.multi_btn p#distinctive_item2 strong#tc03_se,
ul.multi_btn p#distinctive_item2 strong#tc04_se,
ul.multi_btn p#distinctive_item2 strong#tc05_se,
ul.multi_btn p#distinctive_item2 strong#tc06_se,
ul.multi_btn p#distinctive_item2 strong#tc07_se,
ul.multi_btn p#distinctive_item2 strong#tc08_se,
ul.multi_btn p#date_item2 strong#maker_show,
ul.multi_btn p#date_item2 strong#trading_show,
ul.multi_btn p#date_item2 strong#retail_show,
ul.multi_btn p#date_item2 strong#financial_show,
ul.multi_btn p#date_item2 strong#service_show,
ul.multi_btn p#date_item2 strong#it_show,
ul.multi_btn p#date_item2 strong#media_show,
ul.multi_btn p#date_item2 strong#infra_show,
ul.multi_btn p#date_item2 strong#gov_show,
ul.multi_btn p#date_item2 strong#maker_show2,
ul.multi_btn p#date_item2 strong#trading_show2,
ul.multi_btn p#date_item2 strong#retail_show2,
ul.multi_btn p#date_item2 strong#financial_show2,
ul.multi_btn p#date_item2 strong#service_show2,
ul.multi_btn p#date_item2 strong#it_show2,
ul.multi_btn p#date_item2 strong#media_show2,
ul.multi_btn p#date_item2 strong#infra_show2,
ul.multi_btn p#date_item2 strong#gov_show2,
ul.multi_btn p#date_item2 strong#syokusyu01_show,
ul.multi_btn p#date_item2 strong#syokusyu02_show,
ul.multi_btn p#date_item2 strong#syokusyu03_show,
ul.multi_btn p#date_item2 strong#syokusyu04_show,
ul.multi_btn p#date_item2 strong#syokusyu05_show,
ul.multi_btn p#date_item2 strong#syokusyu06_show,
ul.multi_btn p#date_item2 strong#syokusyu07_show,
ul.multi_btn p#date_item2 strong#syokusyu08_show,
ul.multi_btn p#date_item2 strong#syokusyu09_show,
ul.multi_btn p#date_item2 strong#syokusyu10_show,
ul.multi_btn p#date_item2 strong#syokusyu01_show2,
ul.multi_btn p#date_item2 strong#syokusyu02_show2,
ul.multi_btn p#date_item2 strong#syokusyu03_show2,
ul.multi_btn p#date_item2 strong#syokusyu04_show2,
ul.multi_btn p#date_item2 strong#syokusyu05_show2,
ul.multi_btn p#date_item2 strong#syokusyu06_show2,
ul.multi_btn p#date_item2 strong#syokusyu07_show2,
ul.multi_btn p#date_item2 strong#syokusyu08_show2,
ul.multi_btn p#date_item2 strong#syokusyu09_show2,
ul.multi_btn p#date_item2 strong#syokusyu10_show2,
ul.multi_btn p#date_item2 strong#jpn_area,
ul.multi_btn p#date_item2 strong#hkd_area,
ul.multi_btn p#date_item2 strong#region_name-01,
ul.multi_btn p#date_item2 strong#region_name-02,
ul.multi_btn p#date_item2 strong#region_name-03,
ul.multi_btn p#date_item2 strong#region_name-04,
ul.multi_btn p#date_item2 strong#region_name-05,
ul.multi_btn p#date_item2 strong#region_name-06,
ul.multi_btn p#date_item2 strong#region_name-07,
ul.multi_btn p#date_item2 strong#region_name-08,
ul.multi_btn p#date_item2 strong#region_name-09,
ul.multi_btn p#date_item2 strong#region_name-10,
ul.multi_btn p#date_item2 strong#tc01,
ul.multi_btn p#date_item2 strong#tc02,
ul.multi_btn p#date_item2 strong#tc03,
ul.multi_btn p#date_item2 strong#tc04,
ul.multi_btn p#date_item2 strong#tc05,
ul.multi_btn p#date_item2 strong#tc06,
ul.multi_btn p#date_item2 strong#tc07,
ul.multi_btn p#date_item2 strong#tc08,
ul.multi_btn p#date_item2 strong#jpn_area_se,
ul.multi_btn p#date_item2 strong#hkd_area_se,
ul.multi_btn p#date_item2 strong#region_name-01se,
ul.multi_btn p#date_item2 strong#region_name-02se,
ul.multi_btn p#date_item2 strong#region_name-03se,
ul.multi_btn p#date_item2 strong#region_name-04se,
ul.multi_btn p#date_item2 strong#region_name-05se,
ul.multi_btn p#date_item2 strong#region_name-06se,
ul.multi_btn p#date_item2 strong#region_name-07se,
ul.multi_btn p#date_item2 strong#region_name-08se,
ul.multi_btn p#date_item2 strong#region_name-09se,
ul.multi_btn p#date_item2 strong#region_name-10se,
ul.multi_btn p#date_item2 strong#tc01_se,
ul.multi_btn p#date_item2 strong#tc02_se,
ul.multi_btn p#date_item2 strong#tc03_se,
ul.multi_btn p#date_item2 strong#tc04_se,
ul.multi_btn p#date_item2 strong#tc05_se,
ul.multi_btn p#date_item2 strong#tc06_se,
ul.multi_btn p#date_item2 strong#tc07_se,
ul.multi_btn p#date_item2 strong#tc08_se {
  display: block;
  font-size: 0.7rem;
  color: #707070;
  font-weight: bold;
}
button.multi_submit {
  position: absolute;
  top: 0;
  right: 6px;
}

.modal_window {
  width: 100%;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 888;
}

.modal_content {
  width: 70%;
  height: 90%;
  overflow: scroll;
  overflow-x: hidden;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal_content div {
  margin-bottom: 15px;
  margin-left: 1.5rem;
}
.modal_content div.main_item_name {
  margin-left: 0;
}
.modal_content div.main_item_name h5 {
  font-size: 1rem;
  line-height: 1rem;
  padding: 5px;
  margin: 0;
}
.modal_content input,
.modal_content label {
  vertical-align: center;
}
.modal_content input {
  padding: 5px;
  width: auto;
  height: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.modal_checkbox_flex {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  left: -20px;
}

.check_item_wrap {
  width: 100%;
  background: #efefef;
  position: relative;
  padding-bottom: 3px;
  left: -23px;
}
.check_item_wrap div {
  margin-left: 1.5rem;
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 10px 0;
}
.check_item_wrap div.main_item_name {
  padding: 10px;
  background: #b2cfee;
}
.check_item_wrap input {
  width: auto;
}

.modal_content::-webkit-scrollbar {
  width: 10px;
}

.modal_content::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 5px;
}

.modal_content::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 5px;
}

.close_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.close_btn a {
  display: block;
  width: 120px;
  margin: 0 10px;
  padding: 10px 10px;
  text-align: center;
  font-size: 0.9rem;
  background: #f47223;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
}
.close_btn a:hover {
  opacity: 0.7;
}

a.modal_close {
  padding-top: 8.5px;
}

a.next_window {
  background: #0060c5;
  padding-top: 12px;
}
a.next_window i {
  position: absolute;
  right: 5px;
  top: 9px;
}

a.prev_window {
  background: #0060c5;
  padding-top: 12px;
}
a.prev_window i {
  position: absolute;
  left: 5px;
  top: 9px;
}

.features_inner {
  position: relative;
  left: -20px;
}

.tab_location_wide_area {
  width: 100%;
  margin: 0;
  background: #b2cfee;
  padding: 10px;
  position: relative;
  left: -25px;
}

.se_area {
  background: #FFF3D2;
}

.tab_location_detail_select {
  width: 100%;
  margin-top: -15px;
  padding: 0;
  padding-left: 15px;
  background: #efefef;
  position: relative;
  left: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab_location_detail_select div {
  width: auto;
  margin: 0 15px 0 0;
  padding: 10px 0 10px 10px;
}

.tab_regional_class {
  width: 100%;
  position: relative;
  left: -23px;
}

.tab_regional_inner_wrap {
  width: 100%;
  margin-top: -15px;
  padding-left: 15px;
  background: #efefef;
  position: relative;
  left: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab_regional_inner_wrap div {
  width: auto;
  margin: 0 15px 0 0;
  padding: 10px 0 10px 10px;
}

.tab_regional_name {
  width: 100%;
  margin: 0;
  background: #b2cfee;
  padding: 10px;
  position: relative;
  left: -25px;
}

.se_regional_name {
  background: #FFF3D2;
}

.seminar_parts_design h3 {
  color: #f47223;
  border-color: #f47223;
}
.seminar_parts_design div.main_item_name {
  background: #FFF3D2;
}
.hokkaido_area_seminar div.regional_name {
  background: #FFF3D2;
}

.schedule_selection {
  width: 100%;
  position: relative;
  left: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  background: #FFF3D2;
}
.schedule_selection div {
  position: relative;
  left: -12.5px;
  padding: 10px 20px;
  background: #fff;
}
.schedule_selection div input {
  margin-right: 5px;
}

.qr_content {
  width: 50%;
  height: 80%;
  overflow: scroll;
  overflow-x: hidden;
  padding: 60px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qr_content div {
  margin-bottom: 0;
  margin-left: 0;
}

div.qr_img_wrap {
  width: 320px;
  height: 320px;
  margin: auto;
}
div.qr_img_wrap img {
  display: block;
}
div.qr_img_wrap p {
  margin-top: 30px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #0060c5;
  text-align: center;
}

.qr_close_adjst {
  position: relative;
}

.qr_close {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 80px);
}

.modal_tab {
  width: 100%;
  margin-left: 0;
  position: relative;
  left: -20px;
}

.modal_tab_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  left: -25px;
}

.modal_nav_wrap {
  width: 100%;
  position: relative;
  left: -25px;
  border-bottom: 1px solid #0060c5;
  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;
  padding-bottom: 10px;
}
.modal_nav_wrap h4 {
  font-size: 1.2rem;
  color: #0060c5;
  margin: 0;
  padding: 0;
  line-height: 1rem;
}
.modal_nav_wrap h4 i {
  font-size: 1.5rem;
}
.modal_nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.modal_nav_wrap ul a {
  display: block;
  width: 100px;
  margin-left: 5px;
  padding: 5px 0;
  text-align: center;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
  border-radius: 15px;
  background: #ccc;
}
.modal_nav_wrap ul a.modal_current {
  background: #0060c5;
  color: #fff;
  font-weight: bold;
}

ul.modal_tab_menu {
  padding: 0;
  margin: 0;
  width: 35%;
}
ul.modal_tab_menu h5 {
  width: 100%;
  padding: 10px;
  margin: 0;
  background: #707070;
  color: #fff;
}
ul.modal_tab_menu a {
  display: block;
  width: 100%;
  padding: 10px;
  background: #efefef;
  border-bottom: 1px solid #fff;
  font-size: 0.9rem;
  text-decoration: none;
  color: #000;
}
ul.modal_tab_menu a.active_btn {
  background: #fde2d4;
}
ul.modal_tab_menu a:hover {
  background: #E3E3F3;
}
ul.modal_tab_menu li {
  position: relative;
}
ul.modal_tab_menu span {
  position: absolute;
  top: 0;
  right: 0;
}
ul.modal_tab_menu span i {
  font-size: 1.2rem;
  line-height: 1rem;
  position: relative;
  top: 10px;
  right: 3px;
  color: #000;
}
li.hokkaido_non_btn {
  width: 100%;
  padding: 10px;
  background: #707070;
  border-bottom: 1px solid #fff;
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
}

.modal_tab_item {
  display: none;
}

.active_tab {
  display: block;
  width: 65%;
}

h5.scheduled_date {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  border-bottom: 1px solid #0060c5;
  color: #0060c5;
  margin-bottom: 15px;
  text-align: center;
}

.calendar_container {
  width: 100%;
  position: relative;
  left: -25px;
  padding-bottom: 15px;
}
.calendar_container h5 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  border-bottom: 1px solid #0060c5;
  color: #0060c5;
  margin-bottom: 15px;
  text-align: center;
}

.datepicker_value {
  background: #ccc;
  width: 100%;
  position: relative;
  left: -23px;
}

.ui-widget-header {
  width: 100%;
  position: relative;
  left: -23px;
}

.ui-datepicker {
  width: 80%;
  padding: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-54.5%);
          transform: translateX(-54.5%);
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 20px;
  font-size: 1.2rem;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover {
  background: #0060c5;
  color: #fff;
  font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none;
  background: #f47223;
  color: #fff;
}

.ui-state-checked {
  border: 1px solid #fff;
  background: #0060c5;
  color: #fff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  border: none;
  background: #0060c5;
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 3em;
  height: 3em;
}

.ui-datepicker .ui-datepicker-prev-hover {
  background: #FFF3D2;
}

.ui-datepicker .ui-datepicker-next-hover {
  background: #FFF3D2;
}

.mypage_container {
  width: 1280px;
  margin: auto;
}
.mypage_container ul {
  margin: 0;
  padding: 0;
}

.first_container {
  margin-top: 120px;
}

.mypg_head_bar {
  width: 100%;
  padding: 20px;
  background: #fff;
  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;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  position: relative;
  z-index: 111;
}
.mypg_head_bar h2 {
  width: 15%;
  margin: 0;
  padding: 0;
  line-height: 1rem;
  color: #00b0ec;
  position: relative;
  bottom: 5px;
}
.mypg_head_bar h2 i {
  font-size: 2.5rem;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.mypg_head_bar div.mpg_id_box {
  width: 40%;
  margin-right: 8%;
  padding: 10px 15px;
  background: #FFF3D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.mypg_head_bar div.mpg_id_box p span {
  font-weight: bold;
  font-size: 1.1rem;
}
.mypg_head_bar div.mpg_id_box p:first-child {
  margin-right: 30px;
}
.mypg_head_bar div.mypg_head_btn {
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mypg_head_bar div.mypg_head_btn a {
  display: block;
  width: 220px;
  padding: 12px 5px;
  background: #ccc;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
}
.mypg_head_bar div.mypg_head_btn a:hover {
  opacity: 0.7;
}
.mypg_head_bar div.mypg_head_btn a.mypg_qr_btn {
  background: #E3E3F3;
  color: #0060c5;
}
.mypg_head_bar div.mypg_head_btn a.mypg_qr_btn i {
  margin-right: 3px;
}
.mypg_head_bar div.mypg_head_btn a.mypg_logout_btn {
  color: #fff;
}

ul.mypg_head_nav {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
ul.mypg_head_nav li {
  margin: auto 15px;
}
ul.mypg_head_nav a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
ul.mypg_head_nav a i {
  font-size: 1.5rem;
  color: #00b0ec;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
ul.mypg_head_nav a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.mypage_top_content {
  padding: 30px 30px 130px 30px;
  margin-top: 0;
  background: #00b0ec;
  color: #fff;
  text-align: center;
  background-image: url(../img-common/bg-illust-mypg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.mypage_top_content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.mypage_top_content h3 {
  width: 90%;
  margin: 50px auto 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
}
.mypage_top_content h4 {
  margin-top: 15px;
}
.mypage_top_content p {
  margin-top: 10px;
}

ul.rege_screen_img {
  width: 90%;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.rege_screen_img li {
  width: 31%;
}
ul.rege_screen_img li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px #0c2e8f;
          box-shadow: 3px 3px 6px #0c2e8f;
}
ul.rege_screen_img li a {
  color: #fff;
}
ul.rege_screen_img li p {
  width: 95%;
  margin: 10px auto 0 auto;
  font-size: 0.8rem;
}

.mregi_btn_col {
  width: 90%;
  margin: 40px auto;
  border-top: 1px solid #fff;
}
.mregi_btn_col a {
  width: 360px;
  display: block;
  margin: auto;
  padding: 15px 5px 16px 5px;
  background: #fff;
  text-decoration: none;
  color: #0060c5;
  font-weight: bold;
  line-height: 1rem;
  -webkit-box-shadow: 3px 3px 6px #0c2e8f;
          box-shadow: 3px 3px 6px #0c2e8f;
  border-radius: 5px;
}
.mregi_btn_col a i {
  font-size: 1.5rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
}
.mregi_btn_col a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #efefef;
}

.yajirusi_sankaku {
  height: 0;
  width: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-bottom: 20px;
}

.mypg_top_bg1 {
  background: #0060c5;
  background-image: url(../img-common/bg-illust-mypg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.mypg_top_bg2 {
  background: #f47223;
  background-image: url(../img-common/bg-illust-mypg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.mypg_top_bg3 {
  background: #95af48;
  background-image: url(../img-common/bg-illust-mypg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.mypg_top_bg4 {
  background: #00b0ec;
  background-image: url(../img-common/bg-illust-mypg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

ul.mypg_top_subnav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
ul.mypg_top_subnav li {
  width: auto;
  margin: 0 15px;
}
ul.mypg_top_subnav a {
  display: block;
  width: auto;
  padding: 10px 30px;
  background: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #0060c5;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 6px #0c2e8f;
          box-shadow: 0 3px 6px #0c2e8f;
  line-height: 1rem;
}
ul.mypg_top_subnav a i {
  font-size: 1.1rem;
  position: relative;
  bottom: -1px;
}
ul.mypg_top_subnav a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mypg_top_bottom {
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}

ul.mypg_page_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul.mypg_page_nav li {
  width: 19.5%;
  margin-right: 0.5%;
  position: relative;
}
ul.mypg_page_nav a {
  display: block;
  width: 100%;
  padding: 3px 5px 10px 5px;
  text-align: center;
  background: #fff;
  text-decoration: none;
  color: #00b0ec;
  font-size: 0.9rem;
  font-weight: bold;
}
ul.mypg_page_nav a i {
  font-size: 2rem;
  position: relative;
  bottom: -4px;
}
ul.mypg_page_nav a:hover {
  background: #00b0ec;
  color: #fff;
}
ul.mypg_page_nav a.mypg_current {
  background: #00b0ec;
  color: #fff;
}
ul.mypg_page_nav .mypg_badge {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fc0000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -5px;
  bottom: -12px;
  font-size: 0.8rem;
  z-index: 111;
}

.mypg_body_col {
  margin-top: 2px;
  padding-bottom: 60px;
  background: #fff;
  border-top: 7px solid #00b0ec;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}

.mypg_mailbox_inner,
.mypg_eventbox_inner {
  width: 90%;
  margin: 0 auto;
}

ul.mailbox_tab,
ul.mailbox_tab-hen,
ul.mailbox_tab-trash {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.mailbox_tab li,
ul.mailbox_tab-hen li,
ul.mailbox_tab-trash li {
  width: 33.2%;
  padding: 10px 15px;
  background: #E3E3F3;
  font-size: 0.9rem;
  font-weight: bold;
  color: #707070;
}
ul.mailbox_tab li i,
ul.mailbox_tab-hen li i,
ul.mailbox_tab-trash li i {
  font-size: 1.4rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
}
ul.mailbox_tab li.maibox_active_tab,
ul.mailbox_tab li.maibox_active_tab-hen,
ul.mailbox_tab li.maibox_active_tab-trash,
ul.mailbox_tab-hen li.maibox_active_tab,
ul.mailbox_tab-hen li.maibox_active_tab-hen,
ul.mailbox_tab-hen li.maibox_active_tab-trash,
ul.mailbox_tab-trash li.maibox_active_tab,
ul.mailbox_tab-trash li.maibox_active_tab-hen,
ul.mailbox_tab-trash li.maibox_active_tab-trash {
  background: #00b0ec;
  color: #fff;
}
ul.mailbox_tab li:hover,
ul.mailbox_tab-hen li:hover,
ul.mailbox_tab-trash li:hover {
  cursor: pointer;
  background: #00b0ec;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mailbox_content,
.mailbox_content-hen,
.mailbox_content-trash {
  width: 100%;
  padding: 30px 55px;
  border: 1px solid #00b0ec;
  border-bottom: 6px solid #00b0ec;
  border-top: 3px solid #00b0ec;
  display: none;
}
.mailbox_content h3,
.mailbox_content-hen h3,
.mailbox_content-trash h3 {
  color: #0060c5;
  font-size: 1.5rem;
}
.mailbox_content h3 i,
.mailbox_content-hen h3 i,
.mailbox_content-trash h3 i {
  font-size: 2.2rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
}

.maibox_active {
  display: block;
}

.mail_select_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}

.mail_select_left {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mail_select_left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mail_select_left ul li {
  display: block;
  width: 200px;
  padding: 5px;
  margin-right: 5px;
  background: #e6e6e6;
  text-align: center;
  font-size: 0.8rem;
  text-decoration: none;
  color: #707070;
  border-radius: 25px;
  font-weight: bold;
}
.mail_select_left ul li i {
  font-size: 1.2rem;
  line-height: 1rem;
  position: relative;
  bottom: -1px;
  margin-right: 2px;
}
.mail_select_left ul li.read_tab_active,
.mail_select_left ul li.read_tab_active-hen,
.mail_select_left ul li.read_tab_active-trash {
  background: #00b0ec;
  color: #fff;
}
.mail_select_left ul li:hover {
  background: #00b0ec;
  color: #fff;
  cursor: pointer;
}
.mail_select_left p {
  margin-left: 10px;
  font-size: 0.8rem;
}
.mail_select_left p span {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fc0000;
}

.mail_select_right {
  width: 30%;
}
.mail_select_right img {
  display: block;
  width: 160px;
  margin-left: auto;
}

.mypg_mail_list,
.mypg_mail_list-hen,
.mypg_mail_list-trash {
  width: 100%;
  margin-top: 10px;
  display: none;
}
.mypg_mail_list input[type=checkbox],
.mypg_mail_list-hen input[type=checkbox],
.mypg_mail_list-trash input[type=checkbox] {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.active_mail_list,
.active_mail_list-hen,
.active_mail_list-trash {
  display: block;
}

.mail_list_nav {
  width: 100%;
  background: #707070;
  padding: 7px 15px 7px 20px;
  color: #fff;
  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;
}

.mail_list_nav_left {
  width: 50%;
}

.mail_list_nav_right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail_list_nav_right p {
  font-size: 0.9rem;
}
.mail_list_nav_right p i {
  font-size: 1.2rem;
  line-height: 1rem;
  margin-right: 3px;
  position: relative;
  bottom: -1px;
}
.mail_list_nav_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mail_list_nav_right button {
  width: 130px;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 7px 10px;
  margin-left: 8px;
  border-radius: 8px;
}
.mail_list_nav_right button:hover {
  cursor: pointer;
  background: #E3E3F3;
  color: #6563ff;
  font-weight: bold;
  line-height: 1rem;
  padding: 7px 10px;
}
.mail_list_nav_right button.mail_delete {
  background: #dd8917;
  color: #fff;
}

.mypg_mail_object,
.mypg_mail_object-hen,
.mypg_mail_object-trash {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #888888;
}

.mail_unread,
.mail_unread-hen,
.mail_unread-trash {
  background: #E3E3F3;
}

.mail_read_checkbox,
.mail_read_checkbox-hen,
.mail_read_checkbox-trash {
  width: 4%;
  padding: 15px 20px;
}

.mail_body_list {
  width: 96%;
}
.mail_body_list a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-decoration: none;
  color: #6563ff;
}
.mail_body_list h4 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.1rem;
  line-height: 2rem;
}
.mail_body_list h4:hover {
  text-decoration: underline;
}
.mail_body_list span {
  font-size: 0.8rem;
  font-weight: bold;
  color: #707070;
}
.mail_body_list p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
}

.maillist_disp_space {
  width: auto;
  height: 560px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 30px;
}

.maillist_disp_space::-webkit-scrollbar {
  width: 10px;
}

.maillist_disp_space::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 5px;
}

.maillist_disp_space::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 5px;
}

.mypage_contents {
  width: 1280px;
  margin-top: 0;
  padding: 40px 0;
  border-top: 1px solid #bfbfbf;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.mypage_contents ul {
  margin: 0;
  padding: 0;
}
.mypage_contents h2 {
  width: 70%;
  margin: 40px auto 0 auto;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1rem;
  color: #6563ff;
  border-bottom: 1px solid #6563ff;
}
.mypage_contents h2 span {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.5rem;
}
.mypage_contents h2.mypg_event_recommend {
  color: #6563ff;
  border-bottom-color: #6563ff;
}

ul.mypg_action_btn {
  width: 100%;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #00b0ec;
}
ul.mypg_action_btn a {
  display: block;
  width: 340px;
  padding: 15px 5px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  background: #ccc;
}
ul.mypg_action_btn a i {
  font-size: 1.5rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
  margin-right: 3px;
}
ul.mypg_action_btn a.mypg_corp_search_btn {
  background: #00b0ec;
}
ul.mypg_action_btn a.mypg_event_search_btn {
  background: #FFF3D2;
  color: #000;
}
ul.mypg_action_btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mypg_recomend_corp {
  width: 90%;
  margin: 40px auto;
}

ul.mypg_pickup_row {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 3%;
}
ul.mypg_pickup_row li {
  width: 30%;
  margin-right: 3%;
}

.mypg_bottom_menu {
  margin: 40px auto 0 auto;
  padding: 40px 60px;
  background: #fff;
  border-radius: 15px;
}
.mypg_bottom_menu h2 {
  text-align: center;
  color: #00b0ec;
  border-bottom: 1px solid #00b0ec;
  padding-bottom: 5px;
}

ul.mypg_sub_status_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px auto 40px auto;
  padding: 30px 15%;
  background: #efefef;
  border-radius: 10px;
}
ul.mypg_sub_status_list li {
  width: 20%;
  height: 160px;
  margin: 0 2%;
  background: #fff;
  border: 1px solid #0060c5;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3rem;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 3px 3px 6px 0 #bfbfbf;
          box-shadow: 3px 3px 6px 0 #bfbfbf;
}
ul.mypg_sub_status_list li.mpg_other_event {
  width: 20%;
  margin-top: 30px;
}
ul.mypg_sub_status_list li.my_qrcode_btn {
  background: #e3e3f3;
}
ul.mypg_sub_status_list li:hover {
  border-color: #00b0ec;
}
ul.mypg_sub_status_list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0060c5;
  padding-top: 36px;
  border-radius: 9px;
  text-decoration: none;
}
ul.mypg_sub_status_list a:hover {
  background: #00b0ec;
  border-color: #00b0ec;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
ul.mypg_sub_status_list i {
  display: block;
  font-size: 2rem;
  margin-bottom: 5px;
}

.mypg_screen_display_btn a {
  margin: 30px auto;
  text-decoration: none;
  width: 300px;
  padding: 15px 5px;
}
.mypg_screen_display_btn a:hover {
  opacity: 0.7;
}

.event_reserve_content {
  width: 90%;
  margin: 0 auto;
  padding: 30px 30px 0 30px;
}
.event_reserve_content h3 {
  color: #0060c5;
  font-size: 1.5rem;
}
.event_reserve_content h3 i {
  font-size: 2.2rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
}

ul.eventbox_tab,
ul.eventbox_tab-hen {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul.eventbox_tab li,
ul.eventbox_tab-hen li {
  width: 32%;
  padding: 10px 15px;
  margin-right: 3px;
  background: #E3E3F3;
  font-size: 0.9rem;
  font-weight: bold;
  color: #707070;
}
ul.eventbox_tab li i,
ul.eventbox_tab-hen li i {
  font-size: 1.4rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
}
ul.eventbox_tab li.eventbox_active_tab,
ul.eventbox_tab-hen li.eventbox_active_tab {
  background: #00b0ec;
  color: #fff;
}
ul.eventbox_tab li:hover,
ul.eventbox_tab-hen li:hover {
  cursor: pointer;
  background: #00b0ec;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event_reserve_content {
  width: 100%;
  padding: 30px 55px;
  border: 1px solid #00b0ec;
  border-bottom: 6px solid #00b0ec;
  border-top: 3px solid #00b0ec;
  display: none;
}
.event_reserve_content h3 {
  color: #0060c5;
  font-size: 1.5rem;
}
.event_reserve_content h3 i {
  font-size: 2.2rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
}

.eventbox_active {
  display: block;
}

.mypg_event_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mypg_event_title p {
  margin-left: 10px;
  font-size: 0.8rem;
}
.mypg_event_title p span {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fc0000;
}

.mypg_event_title_left {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mypg_event_title_right {
  width: 30%;
}
.mypg_event_title_right img {
  display: block;
  width: 160px;
  margin-left: auto;
}

.reserve_list_container {
  margin-top: 20px;
}

.mypg_event_indiv {
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 2px;
  background: #E3E3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

p.mypg_corpname {
  display: inline;
}

div.mypg_event_indiv:nth-child(2n) {
  background: #fff;
}

.mypg_event_date {
  width: 30%;
  font-weight: bold;
  font-size: 1.2rem;
}
.mypg_event_date span {
  display: block;
  width: 50px;
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
  background: #0c2e8f;
}
.mypg_event_date p.mypg_date_end {
  text-align: right;
  padding-right: 5px;
}
.mypg_event_date p.mypg_date_end:before {
  content: "〜";
}

.date_adjst {
  font-size: 1.1rem;
}

.event_indiv_right {
  width: 57%;
  border-left: 1px solid #0c2e8f;
  padding-left: 20px;
}
.event_indiv_right h4 {
  font-size: 1.3rem;
  color: #0c2e8f;
}
.event_indiv_right p {
  width: 100%;
  line-height: 1.5rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event_indiv_right p.venue_address {
  font-weight: normal;
  font-size: 0.9rem;
}
.event_indiv_right p.mypg_event_organizer {
  font-size: 0.8rem;
}
.event_indiv_right p.mypg_event_organizer span {
  display: inline-block;
  width: 50px;
  padding: 0 3px;
  margin-right: 5px;
  text-align: center;
  font-size: 0.7rem;
  background: #0c2e8f;
  line-height: 1rem;
}
.event_indiv_right p.mypg_event_content {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem;
  margin-top: 5px;
  font-weight: bold;
  color: #0060c5;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_indiv_right span {
  display: block;
  width: 96%;
  padding: 3px 10px;
  margin-bottom: 5px;
  background: #00b0ec;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
}
.event_indiv_right div.evt_individual_entry {
  background: #fff;
  width: 96%;
  padding: 15px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #0060c5;
}
.event_indiv_right div.evt_individual_entry h5 {
  font-size: 0.9rem;
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 1rem;
  border-bottom: 1px solid #707070;
  color: #0c2e8f;
}
.event_indiv_right div.evt_individual_entry h5 i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 2px;
}
.event_indiv_right div.evt_individual_entry ul {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  line-height: 1rem;
}
.event_indiv_right div.evt_individual_entry li {
  font-size: 0.9rem;
  border-bottom: 1px dotted #bfbfbf;
  padding: 10px 0;
  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;
}
.event_indiv_right div.evt_individual_entry li span {
  display: inline-block;
  width: 78%;
  padding: 0 0;
  margin-bottom: 0;
  font-weight: normal;
  background: #fff;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_indiv_right div.evt_individual_entry li button {
  display: inline-block;
  width: 20%;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 3px;
  cursor: pointer;
}
.event_indiv_right div.evt_individual_entry li button i {
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin-right: 2px;
}

.event_control_btn {
  width: 22%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.event_control_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event_control_btn li {
  width: 48%;
}
.event_control_btn button {
  display: block;
  width: 110px;
  padding: 8px 3px;
  text-align: center;
  font-size: 0.7rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  background: #707070;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  outline: none;
  border: none;
  cursor: pointer;
}
.event_control_btn button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}
.event_control_btn button.mypg_event_detail {
  background: #6563ff;
}
.event_control_btn button.mypg_event_cx {
  background: #f47223;
}

.mypg_recommend_event_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #bfbfbf;
  padding-top: 20px;
}

.mypg_event_detail_col {
  width: 48%;
}

li.evt_recomend_corpname {
  color: #0060c5;
}

.follow_entry_content {
  width: 90%;
  margin: 0 auto;
  padding: 30px 30px 0 30px;
}
.follow_entry_content h3 {
  color: #0060c5;
  font-size: 1.5rem;
}
.follow_entry_content h3 i {
  font-size: 2.2rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
}

.mypg_entry_content {
  margin-top: 15px;
  border-bottom: 6px solid #00b0ec;
}
.mypg_entry_content input[type=checkbox] {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.entry_list_nav {
  width: 100%;
  background: #707070;
  padding: 7px 15px 7px 20px;
  color: #fff;
  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;
}

.entry_list_nav_left {
  width: 30%;
}

.entry_list_nav_right {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_list_nav_right p {
  font-size: 0.9rem;
}
.entry_list_nav_right p i {
  font-size: 1.2rem;
  line-height: 1rem;
  margin-right: 3px;
  position: relative;
  bottom: -1px;
}
.entry_list_nav_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.entry_list_nav_right button {
  width: 130px;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 7px 10px;
  margin-left: 8px;
  border-radius: 8px;
  outline: 0;
  -webkit-box-shadow: 0.3px 0.3px 0 #000;
          box-shadow: 0.3px 0.3px 0 #000;
}
.entry_list_nav_right button:hover {
  cursor: pointer;
  background: #E3E3F3;
  color: #6563ff;
  font-weight: bold;
  line-height: 1rem;
  padding: 7px 10px;
}

.etrylist_nav_hide {
  width: auto;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.etrylist_nav_sort {
  width: auto;
}
.etrylist_nav_sort select.entry_corp_sort {
  padding: 7px 10px;
  border: 1px;
  border-radius: 6px;
  font-size: 0.8rem;
  line-height: 1rem;
  -webkit-box-shadow: 2px 2px 0 #000;
          box-shadow: 2px 2px 0 #000;
  background: #efefef;
}

.entry_disp_space {
  width: auto;
  height: 660px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 15px;
  padding-bottom: 30px;
}

.entry_disp_space::-webkit-scrollbar {
  width: 10px;
}

.entry_disp_space::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 5px;
}

.entry_disp_space::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 5px;
}

ul.mypg_entry_object {
  width: 100%;
}
ul.mypg_entry_object li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #bfbfbf;
  background: #E3E3F3;
}
ul.mypg_entry_object li:nth-of-type(2n) {
  background: #fff;
}

.entry_read_checkbox {
  width: 4%;
  padding: 42px 20px 15px 20px;
}

.entry_body_list {
  width: 96%;
}
.entry_body_list div {
  width: 100%;
  padding: 15px 20px;
  color: #6563ff;
  position: relative;
}
.entry_body_list h4 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 2rem;
}
.entry_body_list span {
  font-size: 0.8rem;
  font-weight: bold;
  color: #707070;
}
.entry_body_list p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
}
.entry_body_list p span {
  display: inline-block;
  width: auto;
  padding: 3px 10px;
  border: 1px solid #707070;
  margin: 5px 5px 2px 0;
  border-radius: 10px;
}
.entry_body_list p.entry_date_wrap {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #707070;
  font-size: 0.8rem;
}
.entry_body_list p.entry_date_wrap span {
  padding: 0;
  margin: 0;
  border: none;
}
.entry_body_list p.corp_katakana {
  font-size: 0.7rem;
  line-height: 1rem;
  margin-top: -3px;
  color: #888888;
  font-weight: normal;
}
.entry_body_list ul.entry_control_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: none;
  border-top: 1px solid #bfbfbf;
  padding: 15px 30px;
}
.entry_body_list ul.entry_control_btn li {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: none;
}
.entry_body_list ul.entry_control_btn button {
  display: inline-block;
  width: auto;
  margin-left: 10px;
  padding: 5px 20px;
  font-size: 0.8rem;
  border: none;
  background: #888888;
  font-weight: bold;
  color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.entry_body_list ul.entry_control_btn button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry_body_list ul.entry_control_btn button.entry_corp_btn {
  background: #6563ff;
}
.entry_body_list ul.entry_control_btn button.entry_event_btn {
  background: #f47223;
}

.mypg_follow_content {
  margin-top: 15px;
  border-bottom: 6px solid #00b0ec;
}
.mypg_follow_content input[type=checkbox] {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.follow_list_nav {
  width: 100%;
  background: #707070;
  padding: 7px 15px 7px 20px;
  color: #fff;
  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;
}

.follow_list_nav_left {
  width: 50%;
}

.follow_list_nav_right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.follow_list_nav_right p {
  font-size: 0.9rem;
}
.follow_list_nav_right p i {
  font-size: 1.2rem;
  line-height: 1rem;
  margin-right: 3px;
  position: relative;
  bottom: -1px;
}
.follow_list_nav_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.follow_list_nav_right button {
  width: 130px;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 7px 10px;
  margin-left: 8px;
  border-radius: 8px;
}
.follow_list_nav_right button:hover {
  cursor: pointer;
  background: #E3E3F3;
  color: #6563ff;
  font-weight: bold;
  line-height: 1rem;
  padding: 7px 10px;
}

.follow_disp_space {
  width: auto;
  height: 660px;
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 15px;
  padding-bottom: 30px;
}

.follow_disp_space::-webkit-scrollbar {
  width: 10px;
}

.follow_disp_space::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 5px;
}

.follow_disp_space::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 5px;
}

ul.mypg_follow_object {
  width: 100%;
}
ul.mypg_follow_object li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #bfbfbf;
  background: #E3E3F3;
}
ul.mypg_follow_object li:nth-of-type(2n) {
  background: #fff;
}

.follow_read_checkbox {
  width: 4%;
  padding: 42px 20px 15px 20px;
}

.follow_body_list {
  width: 96%;
}
.follow_body_list div {
  width: 100%;
  padding: 15px 20px;
  color: #6563ff;
}
.follow_body_list h4 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 2rem;
}
.follow_body_list span {
  font-size: 0.8rem;
  font-weight: bold;
  color: #707070;
}
.follow_body_list p {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000;
}
.follow_body_list p span {
  display: inline-block;
  width: auto;
  padding: 3px 10px;
  border: 1px solid #707070;
  margin: 5px 5px 2px 0;
  border-radius: 10px;
}
.follow_body_list ul.follow_control_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: none;
  border-top: 1px solid #bfbfbf;
  padding: 15px 30px;
  padding-left: 0;
}
.follow_body_list ul.follow_control_btn li {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: none;
}
.follow_body_list ul.follow_control_btn button {
  display: inline-block;
  width: auto;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 0.8rem;
  border: none;
  background: #888888;
  font-weight: bold;
  color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.follow_body_list ul.follow_control_btn button:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.follow_body_list ul.follow_control_btn button.follow_corp_btn {
  background: #6563ff;
}
.follow_body_list ul.follow_control_btn button.follow_event_btn {
  background: #dd8917;
}
.follow_body_list ul.follow_control_btn button.follow_message_btn {
  background: #6563ff;
  padding-top: 3px;
}
.follow_body_list ul.follow_control_btn button.follow_message_btn i {
  font-size: 1.2rem;
  line-height: 1rem;
  position: relative;
  bottom: -2px;
}
.follow_body_list ul.follow_control_btn button.follow_entry_btn {
  background: #f47223;
}
.follow_body_list ul.follow_control_btn p {
  font-size: 0.8rem;
  margin-right: 10px;
  margin-left: -5px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.follow_body_list ul.follow_control_btn p span {
  display: inline-block;
  width: auto;
  margin: 0 2px;
  padding: 0;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fc0000;
}

.mypg_mail_body {
  display: block;
  border-top: 6px solid #00b0ec;
}

.mypg_mail_header {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.mypg_mail_header p.mypg_mail_sender {
  font-size: 1rem;
  font-weight: bold;
}
.mypg_mail_header i {
  color: #0c2e8f;
  margin-right: 3px;
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.mypg_mailbody_col p {
  line-height: 1.8rem;
  margin-top: 15px;
}

ul.mypg_mailbox_back {
  width: 100%;
  margin: 30px 0 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul.mypg_mailbox_back li {
  margin-left: 2px;
}
ul.mypg_mailbox_back a,
ul.mypg_mailbox_back button {
  display: block;
  width: 240px;
  padding: 12px 5px;
  text-align: center;
  background: #00b0ec;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
ul.mypg_mailbox_back button {
  border: none;
  background: #888888;
  width: 180px;
}
ul.mypg_mailbox_back a:hover,
ul.mypg_mailbox_back button:hover {
  cursor: pointer;
  background: #f47223;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.mypg_mailbox_back button.mypg_for_unread {
  background: #6563ff;
}
ul.mypg_mailbox_back button.mypg_for_unread:hover {
  background: #f47223;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.unsubscribed_col {
  padding-bottom: 20px;
}

.unsubscribed_body {
  width: 70%;
  margin: 30px auto;
}
.unsubscribed_body h2 {
  text-align: center;
  color: #000;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 15px;
}
.unsubscribed_body h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.unsubscribed_notice {
  width: 100%;
  padding: 15px 30px;
  background: #FFF3D2;
  border-radius: 7px;
  margin-bottom: 15px;
}
.unsubscribed_notice p {
  line-height: 1.8rem;
}
.unsubscribed_notice p span {
  font-weight: bold;
}
.unsubscribed_notice p.unsubscribed_notice_red {
  font-weight: bold;
  color: #fc0000;
}

.reason_select {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  margin-bottom: 30px;
}
.reason_select label {
  margin-right: 15px;
}
.reason_select select {
  padding: 5px 15px;
}
.reason_select i {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  color: #00b0ec;
  margin-right: 10px;
}

.unsubscribed_btn {
  text-align: center;
}
.unsubscribed_btn button,
.unsubscribed_btn input {
  display: inline-block;
  margin: auto 10px;
  padding: 8px 20px;
  border: 1px solid #707070;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.unsubscribed_btn input {
  border: 1px solid #f47223;
  background: #f47223;
  color: #fff;
  font-weight: bold;
  padding: 8px 25px;
}
.unsubscribed_btn button:hover,
.unsubscribed_btn input:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p.ltd_tag_style {
  width: 95%;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-size: 0.7rem;
  color: #fff;
  background: #6563ff;
  border-radius: 5px;
}

.corp_contents_header {
  width: 100%;
  margin-top: 80px;
}
.corp_contents_header ul,
.corp_contents_header li {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.corp_main_image {
  width: 100%;
}
.corp_main_image img {
  display: block;
  width: 100%;
  height: 69vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.corp_name_col {
  width: 100%;
  height: auto;
  padding: 18px 5% 15px 5%;
  background: #0060c5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.corp_name_col .corp_logo_wrap {
  width: 10%;
  position: absolute;
  top: -27%;
}
.corp_name_col .corp_bodypage_logo {
  top: 13px;
  z-index: 555;
}
.corp_name_col a.corp_logomark {
  width: 130px;
  height: 130px;
  padding: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px #0c2e8f;
          box-shadow: 0 3px 6px #0c2e8f;
}
.corp_name_col .corp_name_box {
  width: 68%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  left: 148px;
}
.corp_name_col .corp_name_box h1 {
  font-size: 1.8rem;
}
.corp_name_col .corp_name_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3px;
}
.corp_name_col .corp_name_box li {
  width: auto;
  border: 1px solid #fff;
  padding: 3px 15px;
  margin-right: 10px;
  font-size: 0.7rem;
  border-radius: 10px;
}
.corp_name_col .corp_name_box li:last-child {
  margin-right: 0;
}
.corp_name_col .corp_name_box p {
  font-size: 0.8rem;
}
.corp_name_col .corp_movie_btn {
  width: 300px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: absolute;
  top: -30%;
  right: 4%;
}
.corp_name_col .corp_movie_btn a {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 5px;
  padding-top: 20px;
  text-align: center;
  background: #0060c5;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  line-height: 1rem;
  position: relative;
  -webkit-box-shadow: 0 3px 6px #0c2e8f;
          box-shadow: 0 3px 6px #0c2e8f;
  border-radius: 12px;
}
.corp_name_col .corp_movie_btn a i {
  font-size: 1.8rem;
  line-height: 1rem;
  position: relative;
  bottom: -4px;
}
.corp_name_col .corp_movie_btn a:hover {
  background: #f47223;
}
.corp_name_col .bodypage_movie_btn {
  top: 28%;
  width: 260px;
}
.corp_name_col .bodypage_movie_btn a {
  padding: 15px 5px;
  padding-top: 5px;
}

.corp_contsheader_second {
  width: 100%;
  height: auto;
  padding: 12px 5% 15px 5%;
  background: #6099d6;
  color: #fff;
  text-align: center;
}
.corp_contsheader_second h2 {
  font-size: 1.1rem;
  font-weight: normal;
}
.corp_contsheader_second ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.corp_contsheader_second li {
  width: auto;
  padding: 6px 18px;
  margin-right: 10px;
  font-size: 0.8rem;
  line-height: 1;
  color: #0060c5;
  border: 1px solid #0060c5;
  border-radius: 10px;
  background: #fff;
}
.corp_contsheader_second li:last-child {
  margin-right: 0;
}

.jobcareer_event_check {
  width: 100%;
  height: auto;
  padding: 7px 5%;
  background: #d0d9e1;
  position: relative;
  z-index: 555;
}
.jobcareer_event_check h3 {
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
  width: 360px;
  padding: 10px;
  margin: auto;
  text-align: center;
  background: #0060c5;
  color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../img-common/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.jobcareer_event_check h3:hover {
  cursor: pointer;
  background: #6563ff;
  background-image: url(../img-common/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.jobcareer_event_check .event_check_content {
  display: none;
}
.jobcareer_event_check h3.check_active {
  background: #6563ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(../img-common/angle-up.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.jobcareer_event_check h3::after {
  content: "を確認";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.jobcareer_event_check h3.check_active::after {
  content: "を閉じる";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event_check_content {
  width: 100%;
  height: auto;
  padding: 30px;
  margin: 5px 0 10px 0;
  background: #fff;
  border-top: 4px solid #0060c5;
  border-bottom: 2px solid #0060c5;
}
.event_check_content li:last-child {
  border-bottom: 1px solid #0060c5;
}
.event_check_content h4 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 10px 0;
}
.event_check_content p {
  line-height: 1.5rem;
}

.corp_page_nav {
  width: 100%;
  height: auto;
  padding: 7px 5%;
  background: #fff3d2;
  position: relative;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.corp_page_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.corp_page_nav ul li {
  width: auto;
  margin-right: 1px;
  font-size: 0.8rem;
  line-height: 1rem;
}
.corp_page_nav ul li:last-child {
  margin-right: 0;
}
.corp_page_nav ul a {
  display: block;
  width: 100%;
  padding: 8px 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  line-height: 1rem;
}
.corp_page_nav ul a:hover {
  background: #6563ff;
  color: #fff;
  border-radius: 20px;
}
.corp_page_nav ul a.been_update {
  background-image: url(../img-common/circle-red.svg);
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 1.2rem;
}
.corp_page_nav ul a.corp_page_current {
  background: #0060c5;
  color: #fff;
  border-radius: 20px;
}

.corp_nav_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corp_nav_inner h3 {
  width: auto;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-right: 15px;
  color: #707070;
  position: relative;
  bottom: 2px;
}
.corp_nav_inner h3 i {
  font-size: 1.3rem;
  line-height: 1rem;
  position: relative;
  bottom: -2.5px;
}
.corp_nav_inner ul {
  width: auto;
}

nav.nav_fix {
  position: sticky;
  top: 80px;
  width: 100%;
  z-index: 444;
}

ul.follow_entry_minibtn {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 30px;
  top: 3px;
  z-index: 777;
}
ul.follow_entry_minibtn li {
  width: 100%;
  background: #fff;
  padding: 0;
  margin-right: 10px;
  border-radius: 10px;
}
ul.follow_entry_minibtn a {
  display: block;
  width: 120px;
  height: 38px;
  padding: 8px 20px;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 10px;
  color: #fff;
  background: #ccc;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
ul.follow_entry_minibtn a.follow_minibtn {
  background: #00b0ec;
}
ul.follow_entry_minibtn a.entry_minibtn {
  background: #f47223;
  line-height: 25px;
}
ul.follow_entry_minibtn a.line_minibtn {
  padding: 6px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #06c755;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.follow_entry_minibtn a.line_minibtn img,
ul.follow_entry_minibtn a.line_minibtn span {
  display: block;
}
ul.follow_entry_minibtn a.line_minibtn img {
  width: 20%;
  margin-right: 3px;
}
ul.follow_entry_minibtn a:hover {
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.7;
}
ul.follow_entry_minibtn a.line_minibtn[href=""] {
  display: none;
}

p.updated_page_notice {
  width: 100%;
  padding-right: 30px;
  margin-top: 5px;
  font-size: 0.8rem;
  text-align: right;
}
p.updated_page_notice img {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  bottom: -5px;
}

.corp_main_container {
  width: 1280px;
  margin: 30px auto 60px auto;
  background: #fff;
  border-top: 6px solid #0060c5;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.corp_main_container h2 {
  text-align: center;
  color: #0060c5;
  margin: 15px 0 20px 0;
}
.corp_main_container h2 span {
  display: block;
  font-size: 0.7rem;
}

.corp_inner_wrap {
  width: 90%;
  margin: auto;
}
.corp_inner_wrap table {
  width: 95%;
  margin: auto;
  border-collapse: collapse;
}
.corp_inner_wrap th,
.corp_inner_wrap td {
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.5rem;
}
.corp_inner_wrap th {
  width: 30%;
  padding-left: 30px;
}
.corp_inner_wrap td {
  width: 70%;
  padding-right: 15px;
}
.corp_inner_wrap td table.req_inner_table {
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid #dce5ee;
  border-radius: 10px;
}
.corp_inner_wrap td table.req_inner_table th,
.corp_inner_wrap td table.req_inner_table td {
  width: 33.3333333333%;
  padding: 8px 15px;
  border-bottom: 1px dotted #bfbfbf;
}
.corp_inner_wrap td table.req_inner_table tr.req_inner_firstcol {
  border-bottom: 1px solid #bfbfbf;
}
.corp_inner_wrap td table.req_inner_table tr:nth-child(odd) {
  background: none;
}
.corp_inner_wrap td table.short_table {
  width: 60%;
  margin-left: 0;
}
.corp_inner_wrap td table.middle_table {
  width: 100%;
  margin-left: 0;
}
.corp_inner_wrap td table.middle_table th,
.corp_inner_wrap td table.middle_table td {
  width: 50%;
}
.corp_inner_wrap td table.ikukyuu_table th:nth-child(1),
.corp_inner_wrap td table.ikukyuu_table td:nth-child(1) {
  width: 20%;
}
.corp_inner_wrap td table.ikukyuu_table th:nth-child(2),
.corp_inner_wrap td table.ikukyuu_table td:nth-child(2) {
  width: 30%;
}
.corp_inner_wrap td table.ikukyuu_table th:nth-child(3),
.corp_inner_wrap td table.ikukyuu_table td:nth-child(3) {
  width: 50%;
}
.corp_inner_wrap td h5.table_inner_title {
  margin: 15px 0 5px 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}
.corp_inner_wrap td h5.table_inner_title::before {
  content: "◆";
}
.corp_inner_wrap td h5:first-child {
  margin-top: 0;
}
.corp_inner_wrap tr:nth-child(odd) {
  background: #edf2f6;
}

.corp_content_inner h3 {
  width: 100%;
  margin: 30px auto 15px auto;
  text-align: center;
  color: #0060c5;
  border-bottom: 10px solid #dce5ee;
}

.requirement_inner {
  padding-bottom: 15px;
}
.requirement_inner table {
  border-bottom: 1px solid #dce5ee;
  margin-bottom: 60px;
}

ul.taisyo_selected {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
}
ul.taisyo_selected li::after {
  content: "／";
}
ul.taisyo_selected li:last-child::after {
  display: none;
}

.intro_first,
.intro_second {
  width: 100%;
  height: auto;
  margin: auto;
}
.intro_first p,
.intro_second p {
  margin-top: 15px;
  line-height: 1.6rem;
}

.intro_first {
  width: 94%;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
  background-image: url(../img-corporate/number-01.svg);
  background-repeat: no-repeat;
  background-position: right 3% top;
}

.intro_second {
  width: 100%;
  padding: 40px 3% 160px 3%;
  background: #dce5ee;
  background-image: url(../img-corporate/number-02.svg);
  background-repeat: no-repeat;
  background-position: right 80px top 40px;
}

.intro_second_inner {
  position: relative;
}

.intro_first_left {
  width: 55%;
  position: relative;
  z-index: 11;
  padding: 0 2.5% 120px 0;
  border-right: 1px solid #0060c5;
}

.intro_first_right {
  width: 55%;
  padding: 40px 30px 60px 12.5%;
  background: #edf2f6;
  position: absolute;
  right: 0;
  bottom: -20px;
}

.intro_second_left {
  width: 55%;
  background: #fff;
  padding: 40px 12.5% 40px 30px;
  position: relative;
  top: 0;
}

.intro_second_right {
  width: 55%;
  padding: 80px 0 0 2.5%;
  border-left: 1px solid #0060c5;
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: 11;
}

.intro_no_photo {
  position: relative;
  width: 80%;
  bottom: 0;
  padding: 40px;
  margin-bottom: 0;
}

.intrro_first_adjst {
  margin-bottom: 40px;
}

.intrro_second_adjst {
  padding-bottom: 40px;
}

.company_profile_table {
  margin: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #dce5ee;
  margin-bottom: 30px;
}

.corp_contact_address {
  padding-bottom: 60px;
}

.corp_map {
  width: 95%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  margin: 5px auto 0 auto;
}
.corp_map iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.corp_bottom_nav {
  padding: 5px 5%;
}

ul.corp_btn_box {
  width: 1280px;
  height: auto;
  margin: auto auto 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  border-top: 1px solid #0060c5;
}
ul.corp_btn_box li {
  width: 160px;
  height: 150px;
  margin: 15px 25px;
  text-align: center;
  background: #ccc;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
ul.corp_btn_box li:first-child {
  background: #00b0ec;
}
ul.corp_btn_box li:last-child {
  background: #f47223;
}
ul.corp_btn_box li:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.corp_btn_box li.follow_color_btn {
  background: #00b0ec;
}
ul.corp_btn_box li.entry_color_btn {
  background: #f47223;
}
ul.corp_btn_box li.line_color_btn {
  background: #06c755;
}
ul.corp_btn_box i,
ul.corp_btn_box span {
  display: block;
}
ul.corp_btn_box i {
  font-size: 3rem;
  margin-bottom: 10px;
}
ul.corp_btn_box a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.5rem;
  line-height: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding-top: 25px;
}
ul.corp_btn_box span {
  font-size: 0.7rem;
  margin-top: 10px;
}

.corp_timeline_box {
  width: 1280px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  padding: 5px 160px 60px 160px;
  margin-bottom: 60px;
}

.corp_tml_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.corp_tml_list {
  width: 32%;
  margin-top: 20px;
  position: relative;
}
.corp_tml_list a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.corp_tml_list a img {
  display: block;
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.corp_tml_list a:hover {
  opacity: 0.7;
}

.corp_tml_content {
  width: 100%;
  padding: 8px 30px 8px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img-common/angle-right-b_white.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.corp_tml_content span {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.corp_tml_content h4 {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.go_tml_list {
  width: 100%;
}
.go_tml_list a {
  width: 100%;
  padding: 15px 5px;
  margin-top: 20px;
  display: block;
  background: #0060c5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-image: url(../img-common/angle-right-b_white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  font-size: 0.9rem;
  font-weight: bold;
}
.go_tml_list a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.corp_jce_schedule {
  padding-bottom: 60px;
}
.corp_jce_schedule li:last-child {
  border-bottom: 1px solid #0060c5;
}
.corp_jce_schedule h2 {
  padding-top: 5px;
}

li.corp_jce_list {
  width: 90%;
  margin: auto;
  padding: 15px 0;
  border-top: 1px solid #0060c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
li.corp_jce_list img {
  display: block;
  width: 25%;
  margin-right: 20px;
}

.jce_list_right {
  width: auto;
}
.jce_list_right span {
  display: block;
  width: 130px;
  padding: 3px 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: bold;
  color: #fff;
  background: #ccc;
  border-radius: 15px;
}
.jce_list_right span i {
  font-size: 1rem;
  margin-right: 3px;
}
.jce_list_right span.corp_ondemand {
  background: #00b0ec;
}
.jce_list_right span.corp_taimen {
  background: #088c8b;
}
.jce_list_right span.corp_online {
  background: #6563ff;
}
.jce_list_right h3 {
  font-size: 1.3rem;
}
.jce_list_right p {
  font-weight: bold;
}
.jce_list_right a {
  display: block;
  width: 240px;
  margin-top: 15px;
  padding: 20px 5px;
  background: #f47223;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  font-size: 0.8rem;
}
.jce_list_right a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.evnt_detail_jce span {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 5px;
  background: #0060c5;
}
.evnt_detail_jce span.free_word_tag {
  display: inline-block;
  width: auto;
  padding: 3px 15px;
  background: #6563ff;
  text-align: center;
}
.evnt_detail_jce span.free_word_tag i {
  display: inline-block;
  font-size: 1rem;
  margin-right: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.requirement_container h3 {
  width: 95%;
}

.human_resources_require {
  width: 95%;
  margin: auto auto 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #dce5ee;
  padding-bottom: 15px;
}
.human_resources_require img {
  display: block;
  width: 49%;
}

.human_resources_right {
  width: 51%;
}
.human_resources_right h4 {
  width: 100%;
  padding: 15px 4%;
  margin-bottom: 20px;
  border-bottom: 1px solid #0060c5;
  font-size: 1.2rem;
}
.human_resources_right p {
  padding-left: 4%;
  margin-top: 15px;
  line-height: 1.8rem;
}

.hr_no_photo {
  width: 100%;
}
.hr_no_photo h4 {
  padding-left: 10px;
}
.hr_no_photo p {
  padding-left: 10px;
  padding-right: 10px;
}

.corp_page_intro {
  width: 90%;
  margin: auto auto 15px auto;
  padding: 20px 15px;
  text-align: center;
  background: #edf2f6;
}

.corp_seminar_container ul {
  padding-bottom: 60px;
}
.corp_seminar_container ul h4 {
  font-size: 0.9rem;
  color: #0060c5;
  border-bottom: 1px solid #0060c5;
  margin: 5px 0 3px 0;
}
.corp_seminar_container ul h4 i {
  font-size: 1.2rem;
}
.corp_seminar_container ul h4:first-child {
  margin-top: 0;
}
.corp_seminar_container li:last-child {
  border-bottom: 1px solid #0060c5;
}

li.corp_seminar_list {
  display: block;
  margin: 5px auto;
  padding: 30px 0;
}
li.corp_seminar_list img {
  width: 30%;
}

.corp_seminar_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.seminar_list_right {
  width: 100%;
}
.seminar_list_right span.open_date {
  display: inline-block;
  width: auto;
  background: none;
  color: #000;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-left: 10px;
}
.seminar_list_right span.is_open_date {
  margin-right: 5px;
  margin-left: 0;
}
.seminar_list_right span.open_time {
  display: inline-block;
  width: auto;
  background: none;
  color: #000;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  margin-left: 30px;
}
.seminar_list_right span.is_open_time {
  margin-left: 0;
}
.seminar_list_right p.place_check {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.seminar_list_right p.place_check i {
  font-size: 1.5rem;
  position: relative;
  bottom: -3px;
  color: #f47223;
}

.is_days_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

span.evt_num_days {
  background: #0060c5;
  margin-left: 10px;
  font-size: 0.8rem;
}

span.event_days_type {
  font-size: 0.8rem;
  padding: 4px 5px;
  background: #0060c5;
  margin-left: 5px;
}

.width_change {
  width: 100%;
}

.reservation_status {
  width: 100%;
  margin-top: 10px;
  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;
}

.reservation_status_inner {
  width: 80%;
  padding: 10px 30px;
  background: #edf2f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reservation_status_inner h4.reservation_title {
  border-bottom: none;
  width: 13%;
  border-right: 1px solid #0060c5;
  padding: 0;
  font-size: 0.9rem;
  line-height: 2rem;
}
.reservation_status_inner dl {
  width: 85%;
  padding: 0;
}
.reservation_status_inner dt,
.reservation_status_inner dd {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 2.25rem;
}
.reservation_status_inner dd {
  margin-right: 20px;
  line-height: 1rem;
}
.reservation_status_inner dd i {
  font-size: 1.5rem;
  position: relative;
  bottom: -3px;
}
.reservation_status_inner dd i.resv_full {
  color: #fc0000;
}
.reservation_status_inner dd i.resv_soon_full {
  color: #dd8917;
}
.reservation_status_inner dd i.resv_ok {
  color: #088c8b;
}
.reservation_status_inner dd:last-child {
  margin-right: 0;
}

.corp_reservation_btn {
  width: 19%;
}
.corp_reservation_btn a {
  display: block;
  width: 100%;
  padding: 16px 5px;
  text-align: center;
  background: #f47223;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  border-radius: 10px;
}
.corp_reservation_btn a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.full_resv_btn a {
  background: #bfbfbf;
}

.tml_page_wrap {
  width: 90%;
  margin: -15px auto 0 auto;
  padding-bottom: 30px;
}

.tml_list_body {
  width: 48%;
  margin-bottom: 30px;
}

.tml_content_body {
  padding: 15px 30px 15px 20px;
}
.tml_content_body h4 {
  font-size: 1rem;
}

.tml_content_bodypage {
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}

.tml_body_header {
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 10px;
  background: #0060c5;
  color: #fff;
}
.tml_body_header p {
  font-size: 0.8rem;
  font-weight: bold;
}
.tml_body_header h3 {
  font-size: 1.5rem;
}

.tml_main_pho img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.tl_noimg {
  padding-top: 100px;
}

.tml_article_wrap {
  width: 85%;
  margin: auto;
  background: #edf2f6;
}

.tml_corp_name {
  width: 100%;
  height: 80px;
  margin: auto;
  background: rgba(0, 96, 197, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 111;
  top: -80px;
}
.tml_corp_name p {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  left: 175px;
  bottom: 5px;
}
.tml_corp_name strong {
  font-size: 1.5rem;
  color: #fff;
}

.tml_corp_logo {
  width: 130px;
  height: 130px;
  padding: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px #0c2e8f;
          box-shadow: 0 3px 6px #0c2e8f;
  position: absolute;
  top: -25px;
  left: 30px;
}

.tml_article_text {
  padding: 0 60px 60px 60px;
}
.tml_article_text h4 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
}
.tml_article_text p {
  line-height: 1.6rem;
  margin-top: 15px;
}

span.tml_article_date {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.tml_content_list {
  width: 76.5%;
  padding-bottom: 60px;
}

h3.tml_other_article {
  width: 76.5%;
  margin: 30px auto 15px auto;
  text-align: center;
  color: #0060c5;
  border-bottom: 10px solid #dce5ee;
}

.movie_content {
  width: 1080px;
  height: 700px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 60px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.movie_content div {
  margin-bottom: 0;
  margin-left: 0;
}

.movie_wrap {
  width: 100%;
  margin: auto;
}
.movie_close {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 70px);
  z-index: 222;
}
.movie_close a {
  display: block;
  width: 150px;
  margin: 0 10px;
  padding: 13px 10px;
  text-align: center;
  font-size: 0.8rem;
  background: #f47223;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  z-index: 333;
}
.movie_close a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.movie_modal_bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 888;
}

.corp_popup_content {
  width: 60%;
  height: 70%;
}

.popup_close {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 90px);
}
.popup_close a {
  display: block;
  width: 180px;
  margin: 0 10px;
  padding: 13px 10px;
  text-align: center;
  font-size: 0.8rem;
  background: #707070;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
.popup_close a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.entry_modal_bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 888;
}

.corp_eventdetail_container {
  width: 80%;
  margin-top: 30px;
  margin: auto;
  padding-bottom: 20px;
}
.corp_eventdetail_container img {
  display: block;
  width: 100%;
}
.corp_eventdetail_container ul {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.corp_eventdetail_container li:last-child {
  border: none;
}
.corp_eventdetail_container h3 {
  font-size: 1.5rem;
  margin-top: 10px;
}

.evnt_detailpage_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #0060c5;
}

.evnt_detailpage_left {
  width: 40%;
}

.evnt_detailpage_right,
.limitedpage_right {
  width: 58%;
}
.evnt_detailpage_right i,
.limitedpage_right i {
  display: inline-block;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  line-height: 1rem;
  margin-right: 3px;
}
.evnt_detailpage_right div,
.limitedpage_right div {
  margin-bottom: 30px;
}
.evnt_detailpage_right div h4,
.limitedpage_right div h4 {
  color: #0060c5;
  margin-bottom: 10px;
  border-bottom: 1px solid #0060c5;
}
.evnt_detailpage_right div p.num_of_days,
.limitedpage_right div p.num_of_days {
  margin-top: 10px;
}
.evnt_detailpage_right div strong,
.limitedpage_right div strong {
  font-size: 0.9rem;
}
.evnt_detailpage_right div span,
.limitedpage_right div span {
  display: inline-block;
  margin-right: 15px;
}
@font-face {
  font-family: days_number;
  src: local("Yu Gothic Medium");
  unicode-range: U+0030-0039;
}
.evnt_detailpage_right div span.is_days_display,
.limitedpage_right div span.is_days_display {
  display: inline-block;
  font-weight: bolder;
  font-size: 1.1rem;
}
.evnt_detailpage_right div span.is_connection_mark,
.limitedpage_right div span.is_connection_mark {
  margin-left: 5px;
  margin-right: 5px;
}
.evnt_detailpage_right div span.is_time_display,
.limitedpage_right div span.is_time_display {
  display: inline-block;
  font-weight: bolder;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.evnt_detailpage_right div h5,
.limitedpage_right div h5 {
  margin: 0;
  font-size: 0.9rem;
  margin-top: 10px;
}
.evnt_detailpage_right div h5::before,
.limitedpage_right div h5::before {
  content: "◆";
}
.evnt_detailpage_right div li,
.limitedpage_right div li {
  padding: 5px 0;
}
.evnt_detailpage_right div dt,
.limitedpage_right div dt {
  font-weight: bold;
}
.evnt_detailpage_right span.evnt_detailpage_resv a,
.limitedpage_right span.evnt_detailpage_resv a {
  display: block;
  padding: 3px 20px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #f47223;
  border-radius: 5px;
}
.evnt_detailpage_right span.evnt_detailpage_resv a:hover,
.limitedpage_right span.evnt_detailpage_resv a:hover {
  opacity: 0.7;
}

.limiteddetail_container {
  width: 80%;
  margin-top: 30px;
}
.limiteddetail_container h3 {
  border-bottom: 1px solid #0060c5;
  padding-bottom: 10px;
}

.limited_detailpage_wrap {
  margin-top: 30px;
}

.limitedpage_right {
  width: 100%;
}

.reservation_btn_col {
  width: 100%;
  padding: 30px 0 15px 0;
  border-top: 1px solid #0060c5;
}
.reservation_btn_col a {
  display: block;
  width: 240px;
  margin: auto;
  padding: 15px 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #f47223;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
}
.reservation_btn_col a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.8;
}

.event_modal_window {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
}

.event_reservation_content {
  width: 60%;
  height: 85%;
  overflow: hidden;
  overflow-x: hidden;
  padding: 40px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event_reservation_content div {
  margin-bottom: 0;
  margin-left: 0;
}
.event_reservation_content iframe {
  overflow: scroll;
}

body.event_reserve_iframe {
  background: #fff;
  padding: 0;
  margin: 0;
}

.reserve_details_wrap {
  width: 70%;
  height: auto;
  margin: 20px auto auto auto;
  padding: 20px 40px 30px 40px;
  border: 2px solid #0060c5;
  border-radius: 15px;
}
.reserve_details_wrap h2,
.reserve_details_wrap h3,
.reserve_details_wrap p {
  text-align: center;
}
.reserve_details_wrap h2 {
  text-align: center;
  color: #0060c5;
  margin: 15px 0 15px 0;
  padding-bottom: 10px;
  font-size: 1.8rem;
  border-bottom: 1px solid #0060c5;
}
.reserve_details_wrap h2 span {
  display: block;
  font-size: 0.7rem;
}
.reserve_details_wrap h3 {
  font-weight: bold;
  background: #0060c5;
  padding: 5px;
  margin-bottom: 5px;
  color: #fff;
  margin-top: 10px;
  font-size: 0.9rem;
}
.reserve_details_wrap ul {
  width: 100%;
  padding: 15px 30px;
  margin-top: 5px;
  border: 2px solid #f47223;
  border-radius: 10px;
}
.reserve_details_wrap li {
  padding: 5px 0;
  font-weight: bold;
  font-size: 1.1rem;
}
.reserve_details_wrap li span {
  display: inline-block;
  margin-right: 20px;
}
.reserve_details_wrap dl {
  margin: 15px auto;
  text-align: center;
}
.reserve_details_wrap dt {
  font-weight: bold;
  background: #0060c5;
  padding: 5px;
  color: #fff;
  margin-top: 10px;
  font-size: 0.9rem;
}
.reserve_details_wrap dd {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 5px;
}
.reserve_details_wrap input[type=radio],
.reserve_details_wrap input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
}

.limited_detail {
  padding: 0 30px 15px 30px;
  border: 2px solid #f47223;
  border-radius: 10px;
}
.limited_detail h2 {
  color: #f47223;
}
.limited_detail h3,
.limited_detail dt {
  background: #707070;
}

input.reserve_submit {
  display: block;
  width: 240px;
  margin: auto;
  padding: 10px 5px;
  font-weight: bold;
  background: #f47223;
  color: #fff;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  border: none;
  border-radius: 5px;
}

input.reserve_submit:hover {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.eventpage_modal_close {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f47223;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px #444;
          box-shadow: 0 3px 6px #444;
}
a.eventpage_modal_close i {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  bottom: 3px;
}

.reservation_recieved span {
  display: inline-block;
  margin-right: 15px;
}

.event_reserve_notification {
  margin-top: 30px;
}
.event_reserve_notification ul {
  border: 1px solid #707070;
}
.event_reserve_notification li {
  font-size: 1rem;
  font-weight: normal;
  padding: 3px 0;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

.reservation_for_login {
  border-top: 1px solid #0060c5;
  border-bottom: 1px solid #0060c5;
  margin-top: 30px;
}
.reservation_for_login ul {
  border: none;
}
.reservation_for_login li {
  font-size: 1rem;
  font-weight: normal;
}
.reservation_for_login li h3 {
  margin-top: 40px;
}
.reservation_for_login a {
  display: block;
  width: 240px;
  margin: 20px auto 0 auto;
  padding: 13px 5px;
  background: #707070;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.reservation_for_login a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.reservation_for_login a.reservation_login {
  background: #0060c5;
}
.reservation_for_login a.reservation_registration {
  background: #f47223;
}
.reservation_for_login p.for_login_notice {
  font-size: 0.8rem;
  margin-top: 10px;
}

.limited_event_container {
  width: 1280px;
  margin: 30px auto 60px auto;
  padding: 20px 0 30px 0;
  background: #fff;
  border-top: 6px solid #f47223;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.limited_event_container h2 {
  text-align: center;
  color: #f47223;
  margin: 15px 0 20px 0;
}
.limited_event_container h2 span {
  display: block;
  font-size: 0.7rem;
}
.limited_event_container p.limited_info_notice {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.eventpage_map {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin: 5px auto 0 auto;
}
.eventpage_map iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

a.display_check {
  display: block;
  font-size: 0.8rem;
  margin-top: 15px;
}

.corp_preview_header {
  margin-top: 0;
}

nav.preview_nav_fix {
  top: 0;
}

.alternate_img {
  width: 90%;
  margin-right: 30px;
  position: relative;
  background: #ccc;
}
.alternate_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.alternate_img span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1rem;
  color: #999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contentpage_container {
  width: 1280px;
  margin: auto;
}
.contentpage_container ul {
  margin: 0;
  padding: 0;
}

.first_container {
  margin-top: 120px;
}

.content_search_result {
  width: 100%;
  border: 2px solid #00b0ec;
  border-top: 16px solid #00b0ec;
  background: #fff;
  padding: 10px 30px 30px 30px;
  margin-top: -15px;
  border-radius: 7px;
}
.content_search_result h2 {
  text-align: center;
}

.result_corp_container {
  width: 100%;
  border-bottom: 2px solid #0060C5;
  margin-top: 30px;
}

.result_corp_header {
  width: 100%;
  padding: 10px 20px;
  background: #0060C5;
  color: #fff;
}
.result_corp_header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
.result_corp_header li {
  font-size: 0.7rem;
  line-height: 1rem;
  padding: 3px 15px;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 15px;
}
.result_corp_header h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.result_corp_header p {
  font-size: 0.9rem;
}

ul.result_corp_nav {
  background: #00b0ec;
  padding: 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul.result_corp_nav li {
  margin-right: 10px;
  font-size: 0.8rem;
}
ul.result_corp_nav li a {
  color: #fff;
  text-decoration: none;
}
ul.result_corp_nav li a:hover {
  text-decoration: underline;
}
ul.result_corp_nav li::after {
  content: "｜";
  margin-left: 10px;
  color: #fff;
}
ul.result_corp_nav li:last-child::after {
  content: "";
  margin-left: 0;
}

.result_corp_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.result_corp_img {
  width: 35%;
}

.corp_content_intro {
  width: 63%;
  margin-top: 20px;
  padding: 0 0 15px 0;
}
.corp_content_intro h4 {
  margin-bottom: 15px;
  line-height: 1.5rem;
  font-size: 1.1rem;
}
.corp_content_intro ul {
  font-size: 0.9rem;
}
.corp_content_intro li {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.5rem;
}
.corp_content_intro h5 {
  line-height: 1rem;
  margin: 0;
  margin: 15px 0;
  font-size: 1rem;
  border-bottom: 1px solid #0060C5;
  padding-bottom: 5px;
}
.corp_content_intro p {
  width: 90%;
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.corp_content_intro a {
  display: block;
  width: 120px;
  padding: 8px 5px;
  margin-top: 10px;
  background: #f47223;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.corp_content_intro a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.result_pagenation {
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result_pagenation ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.result_pagenation a {
  display: block;
  width: auto;
  padding: 3px 7px;
  margin: 0 5px;
  border: 1px solid #707070;
  text-decoration: none;
  color: #707070;
  font-size: 0.9rem;
  font-weight: bold;
}
.result_pagenation a:hover {
  background: #00b0ec;
  color: #fff;
  border-color: #00b0ec;
}
.result_pagenation a.current_page {
  background: #00b0ec;
  color: #fff;
  border-color: #00b0ec;
}
.result_pagenation p {
  display: none;
}
.result_pagenation p a {
  border: none;
  font-size: 1rem;
  font-weight: bold;
  background: #888888;
  padding: 3px 5px;
  color: #fff;
}

.search_result_feed {
  width: 95%;
  margin: 15px auto auto auto;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #bfbfbf;
}
.search_result_feed ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.search_result_feed ul li {
  width: auto;
  margin: auto 10px;
}
.search_result_feed ul li a {
  display: block;
  background: #f47223;
  padding: 10px 30px;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.search_result_feed ul li a i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  margin-right: 3px;
}
.search_result_feed ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.8;
}

.search_col_adjust {
  padding: 15px 0 30px 0;
}

.search_words {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.search_words h2 {
  font-size: 1.2rem;
  margin: 20px 0 0 0;
  line-height: 1rem;
}
.search_words h3 {
  font-size: 0.9rem;
}
.search_words ul {
  width: auto;
  padding: 0;
  margin: 0;
}
.search_words li span {
  display: inline-block;
}

.event_search_col {
  border-top-color: #ffc122;
}
.event_search_col h2 span {
  color: #DD8917;
}

.content_event_result {
  border-color: #ffc122;
}

.result_event_wrap {
  width: 95%;
  margin-top: 15px;
}

.event_result_left {
  width: 32%;
}

.event_result_right {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.evt_result_inner {
  width: 48%;
}

.event_result_dtbtn {
  width: 100%;
  border-top: 1px solid #0c2e8f;
  margin-top: 30px;
  padding-top: 10px;
}
.event_result_dtbtn a {
  display: block;
  width: 160px;
  padding: 10px;
  margin: 10px auto auto auto;
  background: #f47223;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px #bfbfbf;
          box-shadow: 0 3px 6px #bfbfbf;
}
.event_result_dtbtn a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p.evt_add_text {
  font-size: 0.9rem;
  margin-top: 10px;
}

.all_search_col {
  border-top-color: #0060C5;
}
.all_search_col h2 span {
  color: #0060C5;
}

.all_result_feed ul li span {
  color: #0060C5;
}

.content_all_result {
  border-color: #0060C5;
}

.list_page {
  padding: 30px;
}
.list_page h3 {
  margin-bottom: 30px;
}

.listpage_inner {
  width: 100%;
}

.updatelist_page li {
  padding: 20px 30px;
}

button.evt_back_btn {
  display: block;
  margin: 15px auto auto auto;
  padding: 8px 15px;
  font-size: 0.8rem;
  font-weight: bold;
}

button.evt_back_btn:hover {
  cursor: pointer;
}

span.evnt_detailpage_resved {
  display: block;
  padding: 3px 20px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #00b0ec;
  border-radius: 5px;
}

.contents_tl_header h2 {
  border-bottom: 1px solid #00b0ec;
  padding-bottom: 10px;
}
.contents_tl_header p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}

.contents_tl_container {
  padding: 30px;
  border-radius: 0 0 10px 10px;
  border-top: 5px solid #f47223;
}
.contents_tl_container h3 {
  padding: 0;
  color: #f47223;
  border-bottom: 1px solid #f47223;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.contents_tl_container ul {
  width: 100%;
  padding: 0;
  padding-bottom: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents_tl_container li {
  width: 49%;
  margin-top: 30px;
}
.contents_tl_container li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justfy-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #efefef;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
}
.contents_tl_container li a h4 {
  color: #f47223;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.contents_tl_container li a img {
  display: block;
  width: 45%;
  height: 180px;
  border-radius: 5px 0 0 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents_tl_container li a div {
  width: 53%;
  margin-left: 2%;
}
.contents_tl_container li a div p.tl_date {
  font-size: 0.8rem;
  font-weight: bold;
}
.contents_tl_container li a div p.tl_corp_name {
  font-size: 0.9rem;
  font-weight: bold;
}
.contents_tl_container li a:hover {
  opacity: 0.7;
}
.contents_tl_container li a:hover h4 {
  text-decoration: underline;
}

h3.timelin_h3 {
  color: #f47223;
}
h3.timelin_h3 span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f47223;
  border-radius: 50%;
  margin-right: 7px;
  padding-left: 5px;
  text-align: center;
}
h3.timelin_h3 span i {
  font-size: 1.8rem;
  position: relative;
  top: 0;
  bottom: 0;
  line-height: 50px;
  color: #fff;
}

body {
  overflow-x: hidden;
}

.preopen_header h1 img {
  display: block;
  width: 94%;
}

.regist_promo_btn2024 {
  display: block;
}
.regist_promo_btn2024 a {
  width: 400px;
  padding: 30px 15px;
  margin: 30px auto;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 4px #888888;
          box-shadow: 1px 1px 4px #888888;
  border-radius: 5px;
}
.regist_promo_btn2024 a.complete_temp_registration {
  width: 400px;
  padding: 30px 15px;
  margin: -15px auto 30px auto;
  background: #0c2e8f;
  font-size: 1rem;
  border-radius: 5px;
}
.regist_promo_btn2024 a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.temp24_login_input {
  width: 630px;
}
.temp24_login_input span {
  width: 180px;
}
.temp24_login_input button.temp24_login_btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

.result_pagenation {
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result_pagenation ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.result_pagenation a {
  display: block;
  width: auto;
  padding: 3px 7px;
  margin: 0 5px;
  border: 1px solid #707070;
  text-decoration: none;
  color: #707070;
  font-size: 0.9rem;
  font-weight: bold;
}
.result_pagenation a:hover {
  background: #00b0ec;
  color: #fff;
  border-color: #00b0ec;
}
.result_pagenation a.current_page {
  background: #00b0ec;
  color: #fff;
  border-color: #00b0ec;
}
.result_pagenation p {
  display: none;
}
.result_pagenation p a {
  border: none;
  font-size: 1rem;
  font-weight: bold;
  background: #888888;
  padding: 3px 5px;
  color: #fff;
}

.first_container24 {
  margin-top: 80px;
}

.pre24_notice {
  margin-top: -15px;
  margin-bottom: 40px;
}

.mypg_newbtn_box p strong {
  font-weight: bold;
}

.close_title {
  width: 90%;
  margin: 60px auto 15px auto;
  text-align: center;
}
.close_title h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.close_title p {
  line-height: 1.7rem;
}

.continue_service {
  width: 90%;
  margin: 0 auto 30px auto;
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #bfbfbf;
}
.continue_service p {
  line-height: 1.7rem;
}

#page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 444;
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #6563ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top p:hover {
  background: #0c2e8f;
}

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-size: 2rem;
}

/* -----------------------------//CSS To-Top END */
@media only screen and (max-width: 1180px) {
  .main_nav_wrap h1 {
    width: 15%;
  }
  .main_nav_wrap nav {
    width: 83%;
    margin-left: 2%;
  }
  ul.main_navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.main_navigation li {
    margin-right: 20px;
    background: #fff;
  }
  .contentpage_container {
    width: 100%;
  }
  .search_col {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1024px) {
  ul.main_navigation {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
  }
  ul.main_navigation li {
    margin-right: 0;
    text-align: center;
  }
  ul.main_navigation li:nth-child(1) {
    width: 20%;
  }
  ul.main_navigation li:nth-child(2) {
    width: 15%;
  }
  ul.main_navigation li:nth-child(3) {
    width: 22%;
  }
  ul.main_navigation li:nth-child(4) {
    width: 35%;
  }
  ul.main_navigation li:nth-child(5) {
    width: 20%;
  }
  ul.main_navigation li:nth-child(6) {
    width: 20%;
  }
  ul.main_navigation li:nth-child(7) {
    width: 20%;
  }
  ul.main_navigation a {
    font-size: 0.8rem;
    padding-top: 5px;
  }
  ul.main_navigation a i,
  ul.main_navigation a span {
    display: inline-block;
  }
  ul.preopen_page {
    padding-top: 20px;
  }
  ul.preopen_page li:nth-child(1) {
    width: 70%;
  }
  .regist_content {
    width: 90%;
  }
  .main_footer_container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    overflow: hidden;
  }
  .submit_btn_add ul {
    width: 90%;
  }
  ul.contents_mark {
    width: 90%;
  }
  .terms_content {
    margin-top: 180px;
  }
  .contentpage_container {
    width: 100%;
  }
  .content_search_result {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  ul.pickup_row_wrap {
    width: 98%;
  }
  .corp_main_container {
    width: 100%;
  }
  .corp_timeline_box {
    padding: 5px 50px 60px 50px;
  }
  .corp_tml_list a img {
    height: 300px;
  }
  ul.corp_btn_box {
    width: 100%;
  }
  .privacy_mark {
    width: 60px;
  }
}
@media only screen and (max-width: 959px) {
  .mypg_login_content {
    padding: 120px 0 15px 0;
  }
  .mypg_login_content_inner {
    width: 90%;
  }
  .flex_start {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_nav_wrap h1 {
    width: 25%;
    height: auto;
  }
  .main_nav_wrap h1 img {
    height: auto;
    margin-top: -15px;
  }
  .main_nav_wrap nav {
    width: 75%;
    margin-left: 0;
  }
  ul.main_navigation {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
  }
  ul.main_navigation li {
    margin-right: 0;
    text-align: center;
  }
  ul.main_navigation li:nth-child(1) {
    width: 20%;
  }
  ul.main_navigation li:nth-child(2) {
    width: 15%;
  }
  ul.main_navigation li:nth-child(3) {
    width: 22%;
  }
  ul.main_navigation li:nth-child(4) {
    width: 35%;
  }
  ul.main_navigation li:nth-child(5) {
    width: 20%;
  }
  ul.main_navigation li:nth-child(6) {
    width: 20%;
  }
  ul.main_navigation li:nth-child(7) {
    width: 20%;
  }
  ul.main_navigation a {
    font-size: 0.8rem;
    padding-top: 5px;
  }
  ul.main_navigation a i,
  ul.main_navigation a span {
    display: inline-block;
  }
  ul.preopen_page li:nth-child(1) {
    width: 80%;
    padding-top: 10px;
  }
  ul.preopen_page li:nth-child(2) {
    width: 15%;
  }
  a.mypage_btn,
  a.new_registration,
  a.sign_in {
    text-align: left;
  }
  .important_notice {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .important_inner {
    width: 100%;
  }
  .important_inner h3 {
    width: 20%;
  }
  .important_inner p {
    width: 77%;
  }
  .update_info_inner {
    width: 100%;
  }
  .search_col {
    width: 100%;
  }
  .number_of_company {
    position: relative;
    width: 100%;
    top: 0;
    right: auto;
    text-align: center;
    margin-top: -30px;
  }
  .searchbox_cotainer {
    width: 100%;
  }
  .search_tabs i {
    font-size: 1.2rem;
  }
  .tab_item {
    font-size: 0.8rem;
    font-weight: bold;
  }
  .search_content {
    padding: 30px 20px 10px 20px;
  }
  ul.multi_btn div {
    display: none;
  }
  ul.pickup_row_wrap {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  ul.pickup_row_wrap li {
    width: 30%;
    margin-left: 2.5%;
  }
  .event_content_container {
    width: 100%;
    padding: 0 25px 40px 25px;
  }
  .event_info_content {
    width: 48%;
  }
  .event_detail_col {
    display: block;
  }
  .event_img {
    width: 100%;
    margin-bottom: 10px;
  }
  .event_detail_right {
    width: 100%;
  }
  .from_edt_inner {
    width: 100%;
    display: block;
  }
  .from_edt_wrap {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #bfbfbf;
  }
  .from_edt_wrap p br {
    display: none;
  }
  div.from_edt_wrap:last-child {
    border-bottom: none;
  }
  .frm_edt_btn {
    bottom: 25px;
  }
  .keyword_container_inner {
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    display: block;
  }
  .keyword_wrap {
    width: 100%;
  }
  ul.main_banner_col {
    width: 100%;
    display: block;
  }
  ul.main_banner_col li {
    width: 70%;
    margin: 10px auto 30px auto;
  }
  ul.main_banner_col li img {
    display: block;
    width: 100%;
  }
  .regist_promotion {
    width: 100%;
  }
  ul.promo_can_use {
    width: 100%;
  }
  ul.promo_can_use li span {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .contentpage_container {
    width: 100%;
  }
  .update_info_inner {
    width: 100%;
  }
  .update_info_inner h3 {
    text-align: center;
  }
  .update_list ul {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .update_list ul li {
    display: block;
  }
  .update_list ul li span {
    width: auto;
  }
  .update_list ul li span.update_type {
    width: 150px;
    margin-bottom: 10px;
  }
  .update_list ul li a {
    width: 100%;
  }
  .content_search_result {
    border-left: none;
    border-right: none;
    padding: 10px 15px 30px 15px;
  }
  ul.result_corp_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .result_corp_img {
    width: 45%;
  }
  .corp_content_intro {
    width: 53%;
  }
  .corp_main_image img {
    height: 40vh;
  }
  .corp_name_col a.bodypage_corp_logomark {
    width: 85px;
    height: 85px;
  }
  .corp_name_col .corp_name_box {
    width: 100%;
    left: 150px;
  }
  .corp_name_col .corp_movie_btn {
    width: 260px;
  }
  .corp_name_col .corp_movie_btn a {
    padding: 15px 5px;
    padding-top: 5px;
  }
  .corp_name_col .bodypage_movie_btn {
    width: 210px;
    top: 3px;
    right: 3%;
  }
  .corp_name_col .bodypage_movie_btn a {
    padding: 8px 5px;
    padding-top: 4px;
    font-size: 0.8rem;
  }
  .corp_name_col .bodypage_movie_btn a i {
    font-size: 1.2rem;
    bottom: -2px;
  }
  .corp_page_nav ul a {
    padding: 8px 10px;
  }
  .corp_page_nav ul a.been_update {
    background-image: none;
  }
  .corp_nav_inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  ul.follow_entry_minibtn {
    display: block;
    right: 0;
    top: 7px;
  }
  ul.follow_entry_minibtn a {
    width: 110px;
    margin-bottom: 3px;
  }
  p.updated_page_notice {
    display: none;
  }
  .corp_main_container {
    width: 100%;
  }
  .corp_inner_wrap {
    width: 100%;
  }
  .intro_first_left,
  .intro_first_right,
  .intro_second_left,
  .intro_second_right {
    width: 100%;
    padding: 0;
  }
  .intro_first {
    margin-bottom: 0;
  }
  .intro_first_left {
    padding: 0;
  }
  .intro_first_right {
    position: relative;
    padding: 40px 30px;
    bottom: 0;
  }
  .intro_second {
    padding-bottom: 60px;
  }
  .intro_second_left {
    padding: 40px 30px;
  }
  .intro_second_right {
    position: relative;
    bottom: 0;
    border-left: none;
  }
  .corp_timeline_box {
    width: 100%;
    padding: 5px 30px 60px 30px;
  }
  ul.corp_btn_box {
    width: 100%;
  }
  .corp_seminar_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mypage_container {
    width: 100%;
  }
  .mypg_head_bar {
    display: block;
  }
  .mypg_head_bar h2 {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .mypg_head_bar h2 i {
    font-size: 1.8rem;
  }
  .mypg_head_bar div.mpg_id_box {
    width: 100%;
  }
  .mypg_head_bar div.mypg_head_btn {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.mypg_head_nav {
    display: block;
    text-align: center;
  }
  ul.mypg_sub_status_list li {
    width: 44%;
    margin: 10px auto;
  }
  .mypg_recomend_corp {
    width: 100%;
  }
  ul.mypg_pickup_row {
    width: 100%;
    padding: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  ul.mypg_pickup_row li {
    width: 30%;
    margin-right: 0;
  }
  ul.mypg_page_nav {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  ul.mypg_page_nav li {
    width: 24.5%;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  ul.mypg_page_nav li:last-child {
    width: 25%;
    margin-right: 0;
  }
  ul.mypg_page_nav a {
    font-size: 0.8rem;
    height: 100%;
  }
  ul.mypg_page_nav a i {
    display: block;
  }
  .mypg_mailbox_inner,
  .mypg_eventbox_inner {
    width: 95%;
    margin: 0 auto;
  }
  ul.mailbox_tab,
  ul.mailbox_tab-hen,
  ul.mailbox_tab-trash {
    margin-top: 50px;
  }
  ul.mailbox_tab li,
  ul.mailbox_tab-hen li,
  ul.mailbox_tab-trash li {
    font-size: 0.8rem;
  }
  .mailbox_content,
  .mailbox_content-hen,
  .mailbox_content-trash {
    width: 100%;
    padding: 30px 25px;
  }
  .mail_select_nav {
    width: 100%;
  }
  .mail_select_left p {
    display: none;
  }
  .mail_list_nav_left {
    width: 30%;
  }
  .mail_list_nav_right {
    width: 70%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mail_list_nav_right p {
    width: 100%;
  }
  .mypg_event_indiv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mypg_event_date {
    width: 30%;
  }
  .event_indiv_right {
    width: 70%;
  }
  .event_indiv_right div.evt_individual_entry {
    width: 100%;
  }
  .event_indiv_right div.evt_individual_entry li {
    display: block;
  }
  .event_indiv_right div.evt_individual_entry li span {
    display: block;
    width: 100%;
    white-space: normal;
    overflow: visible;
    line-height: 1.2rem;
  }
  .event_indiv_right div.evt_individual_entry li button {
    display: block;
    width: 30%;
    margin: 10px 0 0 0;
  }
  .event_control_btn {
    width: 40%;
    margin-top: 30px;
  }
  .mypg_recommend_event_wrap {
    width: 90%;
    margin: auto;
  }
  .mypg_event_title_left p {
    display: none;
  }
  .follow_list_nav_left,
  .entry_list_nav_left {
    width: 30%;
  }
  .follow_list_nav_right,
  .entry_list_nav_right {
    width: 70%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .follow_list_nav_right p,
  .entry_list_nav_right p {
    width: 100%;
  }
  .follow_body_list ul.follow_control_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .follow_body_list ul.follow_control_btn li {
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .follow_body_list ul.follow_control_btn li:first-child {
    width: 100%;
  }
  header.registration_header {
    display: block;
    padding-bottom: 0;
  }
  header.registration_header nav {
    width: 100%;
  }
  header.registration_header nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .regist_head_inner {
    width: 100%;
  }
  .regist_content {
    margin-top: 190px;
  }
  .field_wrap input[type=text],
  .field_wrap input[type=password],
  .field_wrap input[type=email],
  .field_wrap input[type=tel],
  .field_wrap input[type=number] {
    width: 520px;
  }
  .half_field input[type=text],
  .half_field input[type=password],
  .half_field input[type=email],
  .half_field input[type=tel],
  .half_field input[type=number] {
    width: 300px;
  }
  .another_address {
    width: 100%;
  }
  .school_type_wrap span {
    display: block;
    margin-bottom: 10px;
  }
  .submit_btn_add ul {
    width: 100%;
  }
  .regist_body {
    width: 95%;
    margin-top: 200px;
  }
  ul.contents_mark {
    width: 100%;
  }
  ul.contents_mark li {
    font-size: 1rem;
  }
  ul.contents_mark div {
    width: 110px;
    height: 110px;
  }
  .regist_content {
    margin-top: 40px;
  }
  .regist_field dt {
    width: 25%;
    font-size: 0.9rem;
  }
  .regist_field dd {
    width: 70%;
  }
  p.complete_lead br {
    display: none;
  }
  .for_detail_regist {
    width: 100%;
  }
  .for_detail_regist p br {
    display: none;
  }
  header.adv_page_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header.adv_page_header h1 {
    width: 25%;
  }
  .adv_nav_wrap {
    width: 100%;
  }
  .adv_nav_wrap nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .adv_main_content {
    margin-top: 180px;
  }
  .adv_page_nav {
    padding-right: 0;
  }
  ul.progress_indicator a {
    width: 65px;
  }
  .terms_content {
    width: 90%;
  }
  .duplicate_check {
    width: 520px;
  }
  .unsubscribed_body {
    width: 90%;
  }
  .reserve_details_wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    margin-top: 20px;
  }
  .reserve_details_wrap h2 {
    font-size: 1.6rem;
  }
  .regist_advance_footer {
    width: 100%;
  }
  body.event_reserve_iframe {
    width: 100%;
  }
  .preopen_header {
    padding-top: 15px;
  }
  .preopen_header h1 {
    padding-top: 5px;
  }
  .pre2_regist_promo {
    width: 100%;
  }
  .contents_tl_container li {
    width: 48%;
  }
  .contents_tl_container li a {
    display: block;
    padding: 0;
  }
  .contents_tl_container li a img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .contents_tl_container li a div {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .tml_article_wrap {
    width: 100%;
  }
  .tml_content_list {
    width: 90%;
  }
  .corp_tml_list a img {
    height: 240px;
  }
  .contact_content {
    position: relative;
    top: 30px;
  }
}
@media only screen and (max-width: 595px) {
  .mypg_login_content_inner {
    width: 95%;
  }
  .mypg_login_input {
    width: 100%;
  }
  .mypg_newbtn_box {
    width: 90%;
  }
  p.login_alert {
    width: 100%;
    font-size: 0.8rem;
  }
  #sub_nav {
    right: -360px;
    width: 360px;
  }
  .sub_nav_container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 360px;
    overflow: hidden;
    padding-bottom: 150px;
  }
  .sub_sign_in_input input {
    width: 270px;
  }
  .sub_status_box {
    display: block;
  }
  .sub_status_box p {
    margin-right: 0;
    width: auto;
  }
  ul#sub_status_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul#sub_status_list li {
    width: 120px;
    margin: 10px;
  }
  ul#sub_other_menu {
    display: block;
    text-align: center;
  }
  .main_nav_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_nav_wrap h1 {
    width: 35%;
    margin: 0;
    padding: 0;
    padding-top: 10px;
  }
  .main_nav_wrap nav {
    width: 64%;
  }
  ul.main_navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.main_navigation li:nth-child(1) {
    display: none;
  }
  ul.main_navigation li:nth-child(2) {
    display: none;
  }
  ul.main_navigation li:nth-child(3) {
    display: none;
  }
  ul.main_navigation li:nth-child(4) {
    display: none;
  }
  ul.main_navigation li:nth-child(5) {
    width: 30%;
  }
  ul.main_navigation li:nth-child(6) {
    width: 30%;
  }
  ul.main_navigation li:nth-child(7) {
    width: 30%;
  }
  a.mypage_btn,
  a.new_registration,
  a.sign_in {
    text-align: center;
  }
  a.mypage_btn i,
  a.new_registration i,
  a.sign_in i {
    margin: auto;
  }
  a.mypage_btn span,
  a.new_registration span,
  a.sign_in span {
    font-size: 0.7rem;
  }
  .important_inner h3 {
    width: 100%;
    margin-right: 0;
    padding: 0;
    padding-bottom: 8px;
    margin-bottom: 5px;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
  }
  .important_inner p {
    width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .update_info_inner {
    width: 100%;
  }
  .update_info_inner li {
    display: block;
    padding: 15px;
  }
  .update_info_inner li span {
    text-align: left;
  }
  .update_info_inner li span.update_type {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .update_info_inner li a {
    width: 100%;
  }
  .update_info_inner li span.sender_name {
    display: block;
  }
  .update_info_inner li span.sender_name::after {
    content: "";
    margin-left: 0;
  }
  .number_of_company {
    position: relative;
    width: 100%;
    top: 0;
    right: auto;
    text-align: center;
    margin-top: -30px;
  }
  .tab_item {
    float: none;
    width: 100%;
  }
  .search_box_wrap button {
    width: 25%;
    padding: 7px 15px;
  }
  .search_box_wrap input {
    width: 73%;
  }
  ul.multi_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.multi_btn li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  button.multi_submit {
    position: relative;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .modal_content {
    width: 90%;
    height: 95%;
    padding: 15px 10px;
  }
  .modal_nav_wrap {
    display: block;
  }
  .modal_nav_wrap h4 {
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .modal_nav_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal_nav_wrap ul a {
    width: 120px;
    margin-top: 5px;
  }
  .modal_tab_inner {
    display: block;
    left: -30px;
  }
  ul.modal_tab_menu {
    width: 100%;
  }
  .active_tab {
    width: 100%;
    margin-top: 15px;
  }
  .check_item_wrap,
  .tab_location_wide_area {
    left: -46px;
  }
  .check_item_wrap div,
  .tab_location_wide_area div {
    margin-left: 15px;
  }
  .check_item_wrap input,
  .tab_location_wide_area input {
    width: 25px;
  }
  .tab_location_detail_select,
  .tab_regional_class {
    left: -46px;
  }
  .tab_location_detail_select div,
  .tab_regional_class div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: -46px;
  }
  .tab_location_detail_select div input,
  .tab_regional_class div input {
    display: block;
    width: 25px;
  }
  .tab_location_detail_select div label,
  .tab_regional_class div label {
    display: block;
    width: 220px;
  }
  .tab_regional_class {
    left: -20px;
  }
  ul.pickup_row_wrap {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.pickup_row_wrap li {
    width: 46%;
    margin-bottom: 30px;
  }
  .event_content_container {
    width: 100%;
  }
  .event_info_flex {
    display: block;
  }
  .event_info_content {
    width: 100%;
  }
  .internship_orgnz {
    margin-top: 80px;
  }
  .link_btn a {
    width: 300px;
  }
  .keyword_container_inner {
    width: 100%;
    margin-bottom: 30px;
  }
  .keyword_wrap {
    width: 100%;
  }
  .keyword_inner_wrap {
    display: block;
  }
  .keyword_inner_wrap img {
    width: 100%;
  }
  .keyword_right {
    width: 100%;
  }
  ul.main_banner_col {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  ul.main_banner_col li {
    width: 90%;
    margin: 10px auto 30px auto;
  }
  ul.main_banner_col li img {
    display: block;
    width: 100%;
  }
  .regist_promotion {
    width: 100%;
    padding: 0 15px 30px 15px;
  }
  .regist_promo_btn {
    display: block;
    padding-bottom: 15px;
  }
  .regist_promo_btn a {
    width: 300px;
    margin: 15px auto;
  }
  .pre2_information {
    padding-bottom: 0;
  }
  ul.promo_can_use {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.promo_can_use li {
    width: 31%;
    margin: 10px 4px;
    font-size: 0.9rem;
  }
  ul.promo_can_use li span {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  ul.promo_can_use li i {
    font-size: 2.5rem;
  }
  ul.new_promo_icon {
    width: 90%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  ul.new_promo_icon li {
    width: 100%;
  }
  ul.new_promo_icon li img {
    display: block;
    width: 100%;
  }
  .privacy_mark {
    position: relative;
    margin: 30px auto;
  }
  .result_pagenation ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .result_pagenation li {
    margin: 0;
    padding: 0 5px;
  }
  .result_pagenation a {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .result_corp_header li {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .result_corp_header h3 {
    font-size: 1.2rem;
  }
  .result_corp_header p {
    font-size: 0.8rem;
  }
  ul.result_corp_nav li::after {
    content: "";
    margin-left: 0;
  }
  ul.result_corp_nav li:nth-child(n+3) {
    display: none;
  }
  .result_corp_wrap {
    display: block;
  }
  .result_corp_img {
    width: 100%;
  }
  .corp_content_intro {
    width: 100%;
  }
  .corp_content_intro a {
    margin: 10px auto 15px auto;
  }
  .corp_eventdetail_container {
    width: 90%;
  }
  .corp_eventdetail_container h3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .evnt_detailpage_flex {
    display: block;
  }
  .evnt_detailpage_left {
    width: 100%;
  }
  .evnt_detailpage_right,
  .limitedpage_right {
    width: 100%;
    margin-top: 15px;
  }
  .event_result_right {
    display: block;
    width: 100%;
  }
  .evt_result_inner {
    width: 100%;
  }
  .search_words h2 {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .corp_main_image img {
    height: 30vh;
  }
  .corp_name_col {
    display: block;
  }
  .corp_name_col a.corp_logomark {
    width: 100px;
    height: 100px;
  }
  .corp_name_col .corp_name_box {
    width: 100%;
    left: 0;
    margin-top: 50px;
  }
  .corp_name_col .corp_name_box h1 {
    font-size: 1.4rem;
  }
  .corp_name_col .corp_movie_btn {
    width: 210px;
    top: -20px;
    right: 3%;
  }
  .corp_name_col .corp_movie_btn a {
    padding: 10px 5px;
    padding-top: 6px;
    font-size: 0.8rem;
  }
  .corp_name_col .corp_movie_btn a i {
    font-size: 1.2rem;
    bottom: -2px;
  }
  .corp_name_col .corp_bodypage_logo {
    top: 8px;
  }
  .corp_name_col a.bodypage_corp_logomark {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    padding: 5px;
  }
  .corp_name_col .bodypage_movie_btn {
    top: 12px;
  }
  .corp_contsheader_second ul {
    display: block;
  }
  .corp_contsheader_second li {
    margin-right: 0;
    border-radius: 5px;
    background: none;
    margin-bottom: 3px;
    color: #fff;
    border-color: #fff;
  }
  .corp_page_nav ul {
    display: block;
  }
  .corp_page_nav ul a {
    padding: 5px 10px;
  }
  .corp_page_nav ul a::before {
    content: "・";
  }
  ul.follow_entry_minibtn a {
    height: 60px;
    height: 46px;
  }
  ul.follow_entry_minibtn a.entry_minibtn {
    line-height: 36px;
  }
  ul.follow_entry_minibtn a::before {
    content: "";
  }
  .corp_timeline_box {
    width: 100%;
    padding: 5px 15px 60px 15px;
  }
  .corp_tml_list {
    width: 100%;
  }
  li.corp_jce_list {
    display: block;
  }
  li.corp_jce_list img {
    width: 100%;
    margin-bottom: 10px;
  }
  .jce_list_right {
    width: 100%;
  }
  .jce_list_right a {
    margin: 15px auto auto auto;
    font-size: 0.9rem;
    padding: 15px 5px;
  }
  .corp_main_container h2 {
    font-size: 1.3rem;
    width: 90%;
    margin: 15px auto 20px auto;
  }
  .human_resources_require {
    display: block;
  }
  .human_resources_require img {
    width: 100%;
  }
  .human_resources_right {
    width: 100%;
  }
  .requirement_inner table {
    width: 100%;
  }
  .corp_inner_wrap table {
    width: 100%;
  }
  .corp_inner_wrap th,
  .corp_inner_wrap td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .corp_inner_wrap tr {
    display: block;
    padding: 0 15px;
  }
  .corp_inner_wrap th {
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: 1px dotted #bfbfbf;
  }
  .corp_inner_wrap td {
    width: 100%;
    padding-right: 0;
  }
  .corp_inner_wrap td table.req_inner_table {
    width: 100%;
    padding-right: 15px;
    display: table;
  }
  .corp_inner_wrap td table.req_inner_table tr {
    width: 100%;
    padding: 0;
  }
  .corp_inner_wrap td table.req_inner_table th,
  .corp_inner_wrap td table.req_inner_table td {
    display: table-cell;
    width: 1000px;
    padding: 8px 0;
    margin: 0;
    text-align: center;
  }
  .corp_inner_wrap td table.req_inner_table tr.req_inner_firstcol {
    padding: 0;
    margin: 0;
  }
  .corp_inner_wrap td table.short_table {
    width: 100%;
  }
  .corp_inner_wrap td table.ikukyuu_table,
  .corp_inner_wrap td table.middle_table {
    width: 100%;
    padding-right: 15px;
    display: table;
  }
  .corp_inner_wrap td table.ikukyuu_table tr,
  .corp_inner_wrap td table.middle_table tr {
    width: 100%;
    padding: 0;
  }
  .corp_inner_wrap td table.ikukyuu_table th,
  .corp_inner_wrap td table.ikukyuu_table td,
  .corp_inner_wrap td table.middle_table th,
  .corp_inner_wrap td table.middle_table td {
    display: table-cell;
    width: 1000px;
    padding: 8px 10px;
    margin: 0;
    text-align: center;
  }
  .corp_inner_wrap td table.ikukyuu_table th,
  .corp_inner_wrap td table.middle_table th {
    padding: 8px 5px;
  }
  .corp_inner_wrap td table.ikukyuu_table tr.req_inner_firstcol,
  .corp_inner_wrap td table.middle_table tr.req_inner_firstcol {
    padding: 0;
    margin: 0;
  }
  .corp_inner_wrap td table.ikukyuu_table tr.req_inner_firstcol th,
  .corp_inner_wrap td table.ikukyuu_table tr.req_inner_firstcol td,
  .corp_inner_wrap td table.middle_table tr.req_inner_firstcol th,
  .corp_inner_wrap td table.middle_table tr.req_inner_firstcol td {
    padding: 8px 0;
  }
  .corp_inner_wrap td table.ikukyuu_table {
    display: table;
  }
  .corp_inner_wrap td table.ikukyuu_table tr.req_inner_firstcol th {
    display: table-cell;
    padding: 8px 10px;
  }
  ul.taisyo_selected {
    display: block;
  }
  ul.taisyo_selected li::after {
    content: "";
  }
  .reservation_status {
    display: block;
  }
  .reservation_status_inner {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px 15px;
  }
  .reservation_status_inner h4.reservation_title {
    width: 100%;
    border-right: none;
  }
  .reservation_status_inner dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation_status_inner dt,
  .reservation_status_inner dd {
    display: inline-block;
  }
  .reservation_status_inner dt {
    width: 27%;
  }
  .reservation_status_inner dd {
    width: 72%;
    margin-right: 0;
  }
  .reservation_status_inner dd i {
    margin-right: 10px;
  }
  .corp_reservation_btn {
    width: 100%;
    margin-top: 15px;
  }
  .intro_second {
    padding-bottom: 40px;
  }
  .mypage_container {
    width: 100%;
  }
  .mypg_head_bar {
    display: block;
  }
  .mypg_head_bar h2 {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .mypg_head_bar h2 i {
    font-size: 1.8rem;
  }
  .mypg_head_bar div.mpg_id_box {
    width: 100%;
    display: block;
  }
  .mypg_head_bar div.mypg_head_btn {
    width: 100%;
    margin-top: 10px;
  }
  ul.mypg_head_nav {
    display: block;
    text-align: center;
  }
  .mypage_top_content h2 {
    font-size: 1.2rem;
  }
  .mypage_top_content h3 {
    font-size: 1.2rem;
  }
  .mypage_top_content p {
    text-align: left;
  }
  .mypage_top_content p br {
    display: none;
  }
  ul.rege_screen_img {
    display: block;
    width: 100%;
  }
  ul.rege_screen_img li {
    width: 100%;
    margin-bottom: 30px;
  }
  .mregi_btn_col {
    width: 100%;
  }
  .mregi_btn_col a {
    width: 300px;
  }
  .mypg_bottom_menu {
    padding: 40px 15px;
  }
  ul.mypg_sub_status_list {
    padding: 20px;
  }
  ul.mypg_sub_status_list li {
    width: 140px;
    height: 130px;
    margin: 10px 2%;
  }
  .mypg_recomend_corp {
    width: 100%;
  }
  ul.mypg_pickup_row {
    width: 90%;
    padding: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.mypg_pickup_row li {
    width: 47%;
    margin-right: 0;
  }
  ul.mailbox_tab li,
  ul.mailbox_tab-hen li,
  ul.mailbox_tab-trash li {
    text-align: center;
    padding: 10px 5px;
  }
  ul.mailbox_tab li i,
  ul.mailbox_tab-hen li i,
  ul.mailbox_tab-trash li i {
    display: block;
  }
  .mail_select_left {
    width: 100%;
    display: block;
  }
  .mail_list_nav {
    display: block;
  }
  .mail_list_nav_left {
    width: 100%;
  }
  .mail_list_nav_right {
    display: block;
    width: 100%;
  }
  .mypage_contents {
    width: 100%;
  }
  .mypage_contents h2 {
    width: 95%;
    font-size: 1rem;
  }
  .mypage_contents h2 span {
    font-size: 1.2rem;
  }
  ul.mypg_mailbox_back {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.mypg_mailbox_back li {
    margin-left: 0;
    width: 50%;
  }
  ul.mypg_mailbox_back a,
  ul.mypg_mailbox_back button {
    width: 100%;
  }
  .mypg_eventbox_inner {
    width: 95%;
  }
  ul.eventbox_tab,
  ul.eventbox_tab-hen　 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  ul.eventbox_tab li,
  ul.eventbox_tab-hen　 li {
    width: 50%;
    text-align: center;
    font-size: 0.7rem;
  }
  ul.eventbox_tab li i,
  ul.eventbox_tab-hen　 li i {
    display: block;
  }
  .mypg_event_title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypg_event_title_left {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mypg_event_title_right {
    display: none;
  }
  .event_reserve_content {
    padding: 30px 15px;
  }
  .mypg_event_indiv {
    display: block;
  }
  .mypg_event_date {
    width: 100%;
  }
  .event_indiv_right {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .event_indiv_right div.evt_individual_entry {
    width: 100%;
  }
  .event_indiv_right div.evt_individual_entry li {
    display: block;
  }
  .event_indiv_right div.evt_individual_entry li span {
    display: block;
    width: 100%;
    white-space: normal;
    overflow: visible;
    line-height: 1.2rem;
  }
  .event_indiv_right div.evt_individual_entry li button {
    display: block;
    width: 40%;
    margin: 10px 0 0 0;
  }
  .event_control_btn {
    width: 80%;
    margin: auto;
    margin-top: 20px;
  }
  .follow_list_nav,
  .entry_list_nav {
    display: block;
  }
  .follow_list_nav_left,
  .entry_list_nav_left {
    width: 100%;
  }
  .follow_list_nav_right,
  .entry_list_nav_right {
    display: block;
    width: 100%;
  }
  .entry_body_list ul.entry_control_btn {
    display: block;
    padding: 15px 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .entry_body_list ul.entry_control_btn li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
  .mypg_entry_content {
    width: 100%;
  }
  .follow_entry_content {
    width: 100%;
    padding: 15px;
  }
  header.registration_header {
    position: relative;
    padding-bottom: 5px;
  }
  header.registration_header nav li {
    margin-left: 10px;
  }
  header.registration_header nav a {
    font-size: 0.8rem;
  }
  .regist_head_inner h1 {
    margin-right: 5px;
  }
  .regist_head_inner h1 img {
    width: 100%;
  }
  .regist_head_inner h2 {
    margin-left: 5px;
    padding-left: 15px;
    font-size: 1.5rem;
  }
  .regist_content {
    width: 95%;
    margin-top: 20px;
  }
  .form_field_header h4 {
    width: 100%;
    font-size: 1.2rem;
  }
  .regist_field {
    margin-top: 30px;
  }
  ul.progress_indicator_number {
    display: none;
  }
  .field_wrap input[type=text],
  .field_wrap input[type=password],
  .field_wrap input[type=email],
  .field_wrap input[type=tel],
  .field_wrap input[type=number] {
    display: block;
    position: relative;
    width: 330px;
    padding-left: 120px;
  }
  .field_wrap label {
    display: block;
    position: relative;
    width: auto;
  }
  .field_wrap input.short_input {
    padding-left: 120px;
  }
  .field_wrap input#loginid {
    padding-left: 65px;
  }
  .field_wrap input#nickname {
    padding-left: 130px;
  }
  .field_wrap input[type=text]:focus,
  .field_wrap input[type=password]:focus,
  .field_wrap input[type=email]:focus,
  .field_wrap input[type=tel]:focus,
  .field_wrap input[type=number]:focus {
    padding: 10px;
    padding-left: 120px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    border: 1px solid #f47223;
  }
  .field_wrap button#password_change {
    display: block;
    margin: 5px 0 0 auto;
  }
  .field_wrap input#pref2,
  .field_wrap input#addr2 {
    width: 310px;
    padding-left: 120px;
  }
  .field_wrap input#other-addr,
  .field_wrap input#other-addr2 {
    width: 310px;
    padding-left: 140px;
  }
  .half_field input[type=text],
  .half_field input[type=password],
  .half_field input[type=email],
  .half_field input[type=tel],
  .half_field input[type=number] {
    width: 310px;
    padding-left: 120px;
  }
  .half_wrap {
    display: block;
  }
  .half_field {
    margin-top: 30px;
  }
  .half_field:nth-child(2n) {
    margin-top: 10px;
  }
  span.mail_rejection {
    margin: 5px 0 0 auto;
  }
  span.mail_rejection input#reject_mail2,
  span.mail_rejection label {
    display: inline-block;
  }
  .sellective_input {
    padding: 0 10px 20px 10px;
  }
  input.circle_text {
    width: 330px;
  }
  .main_footer_container {
    width: 100%;
    display: block;
  }
  .main_footer_left,
  .main_footer_right {
    width: 90%;
    margin: auto;
  }
  .footer_operating_company {
    width: 50%;
    margin: auto;
  }
  ul.main_foot_nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.main_foot_nav li {
    margin: auto;
  }
  ul.footer_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .regist_body {
    margin-top: 30px;
  }
  .regist_body h2 {
    font-size: 2rem;
  }
  .regist_body p > br {
    display: none;
  }
  .regist_body h3 {
    font-size: 1.5rem;
    color: #ffff00;
  }
  .regist_content {
    border-radius: 15px;
  }
  .regist_notice p {
    width: 92%;
    margin: auto;
    margin-top: 20px;
  }
  .regist_notice p br {
    display: none;
  }
  .confirm_header h2 {
    width: auto;
    padding-right: 15px;
  }
  .confirm_label {
    padding: 8px 15px;
  }
  .regist_field dl {
    display: block;
  }
  .regist_field dt,
  .regist_field dd {
    margin: 0;
    width: 100%;
  }
  .regist_field dt {
    margin-top: 15px;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
  }
  .complete_field h1 {
    font-size: 1.5rem;
  }
  p.complete_lead {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5rem;
  }
  header.adv_page_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  header.adv_page_header h1 {
    width: 40%;
  }
  header.adv_page_header h2 {
    width: 55%;
    font-size: 1.5rem;
  }
  .adv_nav_wrap {
    width: 100%;
  }
  .adv_nav_wrap nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .adv_nav_wrap nav ul li {
    margin-right: 0;
  }
  .adv_nav_wrap nav ul a {
    font-size: 0.8rem;
  }
  .advanced_content {
    display: block;
  }
  .advanced_content h2 {
    width: 90%;
    padding: 15px 0;
  }
  .adv_page_nav {
    width: 100%;
    margin: 0;
    margin-top: -10px;
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }
  ul.progress_indicator {
    width: 100%;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.progress_indicator li {
    font-size: 0.7rem;
    margin-right: 7px;
  }
  ul.progress_indicator li:last-child {
    margin-right: 0;
  }
  ul.progress_indicator a {
    width: auto;
  }
  .check_field_flex {
    display: block;
  }
  .checkbox_field {
    width: 100%;
  }
  .checkbox_field input,
  .checkbox_field label {
    display: inline-block;
  }
  div.field_col_wrap {
    width: 100%;
  }
  .adv_next_prev {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .adv_next_prev a {
    width: 120px;
  }
  .advancet_title_copy h3 {
    font-size: 1.5rem;
  }
  .anquete_wrap h5 {
    width: calc(100% - 50px);
  }
  input.anq_text {
    width: 280px;
  }
  a.adv_for_confirm {
    width: 50%;
  }
  .terms_content {
    margin-top: 30px;
    padding-top: 30px;
    border-radius: 15px;
  }
  .terms_content h2 {
    display: none;
  }
  .terms_doc_page {
    padding: 0 15px;
  }
  .duplicate_check {
    width: 330px;
  }
  .duplicate_check p {
    line-height: 1.2rem;
  }
  .duplicate_check br {
    display: block;
  }
  .unsubscribed_body {
    width: 95%;
  }
  .reason_select {
    padding: 15px;
  }
  .reason_select label {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .reserve_details_wrap {
    padding: 20px 15px 30px 15px;
  }
  ul.mobile_reserve_add li span {
    display: inline;
  }
  ul.mobile_reserve_add li span.evt_reserve_time {
    display: block;
    padding-left: 2rem;
  }
  .corp_seminar_inner {
    display: block;
  }
  .evnt_detailpage_right {
    width: 100%;
  }
  .evnt_detailpage_right ul {
    width: 100%;
  }
  .preopen_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-top: 15px;
    margin: 0;
    position: relative;
  }
  .preopen_header h1 {
    width: 40%;
    margin: 0;
    padding: 0;
    padding-top: 5px;
  }
  .preopen_header h1 img {
    display: block;
    width: auto;
    margin-right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .preopen_header nav {
    width: 60%;
  }
  .pre2_mainpage_header {
    height: 90px;
  }
  ul.preopen_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  ul.preopen_page li:nth-child(1) {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  ul.preopen_page li:nth-child(2) {
    display: block;
    width: 90%;
  }
  ul.preopen_page li:nth-child(3) {
    display: none;
  }
  ul.preopen_page li:nth-child(4) {
    display: none;
  }
  ul.preopen_page li:nth-child(5) {
    display: none;
  }
  ul.preopen_page li:nth-child(6) {
    display: none;
  }
  ul.preopen_page li:nth-child(7) {
    display: none;
  }
  .pre2_regist_promo h2 {
    font-size: 2rem;
  }
  .regist_promo_btn2024 a {
    width: 340px;
  }
  .regist_promo_btn2024 a.complete_temp_registration {
    width: 340px;
    margin-top: 15px;
    padding: 30px 5px;
  }
  .pre24_main_header {
    padding: 30px 10px;
  }
  .pre24_main_header h1 {
    font-size: 2rem;
  }
  .pre24_main_header h1 span {
    display: none;
  }
  .pre24_main_header p br {
    display: none;
  }
  .pre24_regist_separete {
    display: block;
  }
  .pre24_separete_inner {
    width: 100%;
  }
  .pre24_first_box {
    margin-bottom: 15px;
  }
  h2.pre2_catch_copy {
    font-size: 1.6rem;
  }
  .first_left_col {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
  }
  .first_right_col {
    width: 100%;
  }
  .for_detail_btn button {
    margin: 15px auto auto auto;
  }
  .secondlevel_event_col {
    display: block;
  }
  .secondlevel_wrap {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #bfbfbf;
  }
  .contents_page_header ul.hen_event_menu li a {
    width: auto;
    padding: 10px;
  }
  .hen_eventdetail_head {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
  }
  .hen_eventdetail_head h3,
  .hen_eventdetail_head h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .hen_eventdetail_head p.event_date_hen {
    font-size: 1.5rem;
  }
  .hen_reserve_btn button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .hen_eventdetail_body {
    margin: 20px 30px 0 30px;
  }
  .hen_eventdetail_body h5.hen_program_title {
    line-height: 1.5rem;
  }
  .contents_tl_container li {
    width: 100%;
  }
  h3.timelin_h3 {
    font-size: 1.2rem;
  }
  .tml_body_header {
    padding: 15px;
  }
  .tml_body_header h3 {
    font-size: 1.1rem;
  }
  .tml_article_wrap {
    width: 100%;
  }
  .tml_corp_logo {
    display: none;
  }
  .tml_corp_name {
    height: 60px;
    top: -60px;
  }
  .tml_corp_name p {
    left: 10px;
  }
  .tml_corp_name strong {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .tml_article_text {
    padding: 0 20px 30px 20px;
    margin-top: -50px;
  }
  .hen_eventdetail_exhibitor li a.evt_entry_btn {
    display: block;
    width: 160px;
    padding: 8px 10px;
    text-align: center;
    margin: 10px auto 0 auto;
  }
  .movie_content {
    width: 100%;
    height: 90vh;
  }
  .movie_wrap {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 111;
    padding-bottom: 50px;
  }
  .movie_wrap iframe {
    width: 100%;
  }
  .yotube_col {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .yotube_col iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
  .yotube_close {
    position: absolute;
    bottom: 120px;
    left: calc(50% - 70px);
    z-index: 222;
  }
  .first_event_col {
    display: block;
    padding: 0 0 30px 0;
  }
  .first_event_col dl {
    font-size: 1rem;
  }
  .first_event_col dl dd {
    margin-bottom: 15px;
    line-height: 1.7rem;
    text-align: justify;
  }
  .first_event_col dl dd ul {
    margin: 15px 0;
  }
  .first_event_col dl dd li {
    font-size: 1rem;
  }
  .first_event_col dl dd p {
    font-size: 1rem;
    text-align: justify;
  }
  .first_event_col dl dd p br {
    display: none;
  }
  .first_right_col {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .first_right_col p.event_date_hen {
    margin: 5px auto;
    font-size: 1.2rem;
  }
  .first_right_col h4 {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 2rem;
    word-break: auto-phrase;
  }
  .secondlevel_event_col p.event_date_hen {
    margin: 5px auto;
    font-size: 1.2rem;
  }
  .secondlevel_event_col h4 {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 2rem;
    word-break: auto-phrase;
  }
  .hen_eventdetail_body {
    margin: 20px 20px 0 20px;
  }
  .hen_eventdetail_explanation p {
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: justify;
  }
  .hen_eventdetail_explanation p ul {
    margin: 15px 0;
  }
  .hen_eventdetail_explanation p br {
    display: none;
  }
  .contact_content {
    position: relative;
    top: 0;
    margin-top: 30px;
    padding: 30px 15px;
    border-radius: 15px;
    width: 95%;
  }
  .pp_agree_check {
    width: auto;
    margin: auto;
    padding: 15px 5px;
  }
  .pp_doc_window {
    width: 100%;
    padding: 20px 20px;
  }
  .update_info_inner h3 i {
    display: block;
  }
  .column_break h2 {
    font-size: 1.4rem;
  }
  .column_break h2 span {
    display: block;
    margin: auto auto 15px auto;
  }
  .column_break h2 i {
    font-size: 2.5rem;
  }
  .slick-3 .slick-next {
    right: -10px !important;
    top: 120px !important;
    opacity: 1 !important;
  }
  .slick-3 .slick-prev {
    left: 5px !important;
    top: 120px !important;
    opacity: 1 !important;
  }
  .slide_num {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    color: #777;
  }
  .slide_num span {
    font-size: 1.1rem;
    font-weight: bold;
    color: #f47223;
  }
  .slide_num span.slide_now {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #f47223;
    color: #fff;
    border-radius: 50%;
  }
  .alternate_img {
    width: 100%;
  }
}
/*# sourceMappingURL=style-main.css.map */