@charset "UTF-8";
:root {
  --base-font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, YuGothic,
    'Yu Gothic', 'メイリオ', meiryo, sans-serif;
  --base-letter-spacing: 0;
  --base-font-size: clamp(1.4rem, (1.4rem + ((1vw - 0.48rem) * 0.1389)), 1.5rem);
  --font-size-tiny: clamp(1.2rem, (1.2rem + ((1vw - 0.48rem) * 0.2778)), 1.4rem);
  --font-size-small: clamp(1.3rem, (1.3rem + ((1vw - 0.48rem) * 0.2778)), 1.5rem);
  --font-size-middle: clamp(1.5rem, (1.6rem + ((1vw - 0.48rem) * 0.2778)), 1.8rem);
  --font-size-large: clamp(1.7rem, (1.8rem + ((1vw - 0.3rem) * 0.4444)), 2.2rem);
  --font-size-xl: clamp(1.8rem, (1.9rem + ((1vw - 0.48rem) * 0.6944)), 2.5rem);
  --font-size-huge: clamp(1.9rem, (2rem + ((1vw - 0.48rem) * 1.5278)), 3rem);
  --base-line-height: 1.6;
  --wrapper-width: 1380px;
  --wrapper-min-width: 1380px;
  --wrapper-width-narrow: 520px;
  --wrapper-width-small: 840px;
  --wrapper-width-middle: 1020px;
  --wrapper-width-large: 1380px;
  --wrapper-width-huge: 1920px;
  --base-gutter: 2rem;
  --main-container-padding-bottom: 3rem;
  --form-element-font-size: 1.6rem;
  --form-element-line-height: 1.2;
  --form-element-padding-y: 0.8rem;
  --form-element-padding-x: 1rem;
  --form-element-border-radius: 0.2rem;
  --checkbox-size: 20px;
  --grid4-col-width: calc((100% - 2rem) / 2);
  --grid4-gutter: 2rem;
}

:root {
  --base-font-color: #242424;
  --main-color: #045aaa;
  --rainy-day: #e2e9f7;
  --misty-blue: #d4e6f7;
  --primary-color: #d53c14;
  --emphasis: #d53c14;
  --white: #fff;
  --light-silver: #eee;
  --moon-gray: #e0e0e0;
  --gray: #bcbcbc;
  --steel-gray: #707070;
  --link-text-color: var(--base-font-color);
  --link-text-visited-color: var(--base-font-color);
  --link-text-hover-color: var(--base-font-color);
  --link-text-active-color: var(--base-font-color);
  --body-bg-color: var(--white);
  --header-border-color: var(--gray);
  --header-bg-color: var(--white);
  --input-border-color: var(--gray);
  --login-body-bg-color: var(--light-silver);
  --login-bg-color: var(--white);
  --login-border-color: var(--moon-gray);
  --login-type-color: var(--main-color);
  --icons-main-color: var(--main-color);
  --icons-light-bg-color: var(--rainy-day);
  --icons-light-bg-color2: var(--rainy-day);
  --icons-sub-color: var(--steel-gray);
  --icons-white-color: var(--white);
}

.explanation:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------
  Title
---------------------------------------- */

/* ------ 2.Title style ------ */

.areaTit {
  clear: both;
  margin: 0 -10px;
  padding: 18px;
  background: #d6f3fa;
  font-size: 120%;
  text-align: center;
}

.privacyTxtArea {
  margin: 0.5em auto;
}

.privacyTxt {
  margin: 0.5em auto 0.5em auto;
  height: 200px;
  overflow-y: scroll;
}

.privacyTxt_end {
  width: 90%;
  margin: 0.5em auto 0.5em auto;
}

.poricy_item {
  padding-left: 0.1em;
}

.formGroup__btn {
  margin: 35px 0;
}

/* ------ Description ------ */

.description {
  margin: 0 0 0px;
}

.description .emphasis {
  margin-top: 4px;
  font-size: 90%;
}

.description__indent {
  padding-left: 1em;
  text-indent: -1em;
}

.description__indent + .description__indent {
  margin-top: 5px;
}

/* ------ Explanation ------ */

.explanation {
  padding: 15px 20px;
}

.explanation.group {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #6d5d3f;
}

.explanation.group .explanation__txt {
  font-weight: bold;
}

.explanation.end {
  border-bottom: 1px solid #ccc;
}

.imgArea {
  margin-top: 20px;
}

/* -------------------------------------
  Table style
---------------------------------------- */

/* ------ Base ------ */

.tableCont {
  margin: 0 -10px;
}

/* ------ Registration table ------ */

.table.regist2 th,
.table.regist2 td {
  border-right: none;
  border-left: none;
}

.table.regist2 th {
  padding: 11px 70px 11px 20px;
  background-color: #f9f9f9;
}

.table.regist2.bdr {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table.regist2 tr:first-child td {
  border-top: 2px solid #ccc;
}

/* -------------------------------------
  Table style [policy]
---------------------------------------- */

.table_policy {
  clear: both;
  line-height: 1.4;
}

.table_policy th {
  background: #f9f9f9;
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 1px;
}

.table_policy th span {
  font-weight: normal;
  letter-spacing: 0;
}

.table_policy th,
.table_policy td {
  padding: 20px 15px;
  border: 1px solid #4da9f9;
  vertical-align: middle;
  background: #fff;
}

.table_policy th .required {
  margin-left: 6px;
  padding: 2px 4px;
  border-radius: 2px;
  background: #e24958;
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
}

/* ------ Registration table ------ */

.table_policy.regist th,
.table_policy.regist td {
  border-right: none;
  border-left: none;
}

.table_policy.regist th {
  padding: 15px 70px 15px 20px;
  background-color: #f9f9f9;
}

.table_policy.regist.bdr {
  border-right: 1px solid #4da9f9;
  border-left: 1px solid #4da9f9;
}

/* ------ Table parts ------ */

.ticketInfo table {
  margin: 0 auto;
  width: 100%;
}

/* ------ Attention message ------ */

.attentionMessage {
  clear: both;
  margin-top: 40px;
  border-top: 2px solid #e53935;
  border-bottom: 2px solid #e53935;
  text-align: center;
  padding: 20px 0;
  background-color: #f9f9f9;
}

/* -------------------------------------
  Note
---------------------------------------- */

.note + .note {
  margin-top: 20px;
}

.note__tit {
  margin-bottom: 12px;
  padding-bottom: 0.3em;
  border-bottom: 1px dashed #ccc;
  color: #8b7041;
  font-weight: bold;
}

.note__txt {
  font-size: 90%;
}

/* -------------------------------------
  Message
---------------------------------------- */

/* ------ Contact info ------ */

.contactInfo {
  margin: 20px 1em 0;
}

.contactInfo__item.first {
  margin-bottom: 20px;
}

.contactInfo__tit {
  margin-bottom: 10px;
  color: #5d5d5d;
  font-weight: bold;
}

/* -------------------------------------
 Cart
---------------------------------------- */

/* ------ Order item table ------ */

.table.order {
  letter-spacing: 0;
}

.table.order th {
  padding: 12px 2px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  border-left: 1px dashed #b4b4b4;
  color: #7f5f20;
  font-weight: normal;
  text-align: center;
}

.table.order td {
  padding: 10px 8px;
  border-top: none;
  border-bottom-style: dashed;
  border-right: none;
  border-left: 1px dashed #b4b4b4;
}

.table.order td.orderNum {
  padding: 10px 4px;
}

/* one line */

.table.oneLine th,
.table.oneLine td {
  border: 1px solid #ccc;
}

/* orderItem */

.orderItem {
  display: table;
}

.orderItem dt,
.orderItem dd {
  display: table-cell;
  vertical-align: middle;
}

.orderItem dt {
  width: 80px;
}

.orderItem dd {
  font-weight: bold;
}

/* cell width */

.table.order .cell01 {
  width: 39%;
}

.table.order .cell02 {
  width: 13%;
}

.table.order .cell03 {
  width: 15%;
}

.table.order .cell04 {
  width: 14%;
}

.table.order .cell05 {
  width: 9%;
}

/* check */

.table.check .cell01 {
  width: 41%;
}

.table.check .cell02 {
  width: 14%;
}

.table.check .cell03 {
  width: 11%;
}

.table.check .cell04 {
  width: 14%;
}

.table.check .cell05 {
  width: 20%;
}

/* oneLine */

.table.oneLine .cell01 {
  width: 82%;
}

.table.oneLine .cell02 {
  width: 18%;
}

/* quantitySelect */

.quantitySelect {
  width: 100%;
  border-color: #646363;
}

/* -------------------------------------
  Step1: login
---------------------------------------- */

/* ------ 1.Content ------ */

.formGroup__item.regist {
  margin-top: 25px;
}

.formGroup__inner.info {
  padding: 15px 15px 0;
}

/* ------ 2.Login ------ */

.loginCont {
  clear: left;
}

.loginCont + .loginCont {
  margin-top: 15px;
}

.loginCont__tit {
  float: left;
  width: 7.4em;
  padding-top: 4px;
}

.loginCont__input {
  margin-left: 8.4em;
}

.loginCont__input input {
  width: 100%;
  margin-bottom: 5px;
}

.loginCont__input.check {
  margin-top: 7px;
}

.loginCont__input.check input {
  width: auto;
}

.loginCont__input.check label {
  margin-left: 4px;
  font-size: 90%;
}

.loginCont__exhibitor_tit {
  float: left;
  width: 15.4em;
  padding-top: 4px;
}

.loginCont__exhibitor_input {
  margin-left: 0.5em;
}

.loginCont__exhibitor_input input {
  width: 100%;
  margin-bottom: 5px;
}

.memberAdvice {
  margin-top: 14px;
  counter-reset: number;
}

.memberAdvice__item {
  font-weight: bold;
}

.memberAdvice__item:before {
  counter-increment: number;
  content: counter(number);
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-right: 5px;
  border-radius: 50%;
  background: #8b7041;
  line-height: 1.5;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.memberAdvice__item + .memberAdvice__item {
  clear: both;
  margin-top: 6px;
}

/* ------ Parts ------ */

.zipInput {
  float: left;
  margin-right: 10px;
}

.example.zipcode {
  display: inline-block;
  padding-top: 0.6em;
}

.orderPointInfo {
  margin: 10px -20px 0;
  padding: 10px 20px 0;
  border-top: 1px dashed #ccc;
}

.orderPointInfo .shortExample {
  display: block;
  font-size: 90%;
}

/* -------------------------------------
  Step2 : Confirmation
---------------------------------------- */

.table.change th {
  background-color: #f6f2e6;
  color: #6e5d3f;
}

/* -------------------------------------
  Delivery address
---------------------------------------- */

/* table.address */

.table.address th {
  background-color: #f6f2e6;
  color: #6e5d3f;
  text-align: center;
}

.table.address .targetItem {
  background: transparent;
}

.table.address .targetItem span {
  font-weight: bold;
}

.table.address th,
.table.address td {
  border: 1px solid #ccc;
}

.table.address .cell01 {
  width: 15%;
}

.table.address .cell02 {
  width: 85%;
}

/* -------------------------------------
  SeminarCont
---------------------------------------- */

.seminar_freeico {
  position: relative;
}

.seminar_freeico img {
  position: absolute;
  top: -70px;
  right: 10px;
  width: 90px;
  height: 90px;
}

.seminarCont {
  clear: both;
  margin-top: 25px;
  padding-top: 5px;
}

.seminar__ListBox {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
}

.seminar__ListBox dl {
  padding: 5px;
}

.seminar__ListBox dl dt {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

.seminar__ListBox dl dd {
  margin-left: 0;
}

.seminar__ListBox + .seminar__ListBox {
  clear: both;
  margin: 20px 0 10px;
}

.seminar__ListBox dl dt.seminar__date {
  margin-bottom: 15px;
}

.seminar__time {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  padding: 4px;
  background: #f1fbff;
  border: 1px solid #00a1de;
}

.seminar__venue {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  padding: 4px;
  border: 1px solid #00c8b0;
}

.seminar__title {
  font-size: 120%;
  font-weight: bold;
  color: #1c84c3;
}

.seminar_2 .seminar__title {
  color: #22ac38;
}

.seminar__txt {
  font-weight: bold;
}

.seminar__txt.seminar__lecturer {
  color: #666;
  font-weight: normal;
  padding-left: 1em;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}

.seminar__txt + .seminar__txt {
  padding-top: 10px;
}

.seminar__txt.seminar__txtLong {
  color: #666;
  font-weight: normal;
  padding-left: 1em;
  padding-bottom: 5px;
}

.seminar__photo {
  margin: 15px auto;
  text-align: center;
}

.number_blue {
  padding: 1px 5px;
  background-color: #1c84c3;
  color: #fff;
}

.number {
  padding: 1px 5px;
  background-color: #22ac38;
  color: #fff;
}

.seminarOrderCont {
  margin: 10px 0 30px;
  border-top: 1px solid #ccc;
}

.seminarOrderCont dl {
  clear: both;
  padding: 20px 0;
}

.seminarOrderCont dl {
  border-bottom: 1px solid #ccc;
}

.seminarOrderCont dt {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}

.seminarOrderCont dt .seminar__time {
  margin-bottom: 10px;
}

.seminarOrderCont dd {
  float: right;
}

.seminarCont .agreeBtn {
  font-size: 120%;
}

.ddsize100 {
  width: 100%;
}

.ddsize50 {
  width: 100%;
}

.ddsize40 {
  width: 100%;
}

.ddsize30 {
  width: 100%;
}

.ddsize25 {
  width: 100%;
}

.ddsize10 {
  width: 100%;
}

.rft_line {
  border-left: 1px solid #ccc;
}

.info__note_mds {
  background-color: #fff;
  font-size: 120%;
  font-weight: bold;
}

.info__note {
  color: #e24958;
}

/* -------------------------------------
  code-reading : 2017/8/15
---------------------------------------- */

.code-reading {
  margin-bottom: 0em;
  padding: 1.2em;
  border: 1px solid #ccc;
}

.code-reading__text {
  margin-bottom: 1em;
  font-size: 110%;
  font-weight: bold;
}

.code-reading__input {
  margin-bottom: 2em;
}

.code-reading__input input {
  width: 100%;
  max-width: 420px;
}

/* ---------------------------------------------------------
  Order 2017/09/13
--------------------------------------------------------- */

/* Order item */

.order-item__item + .order-item__item {
  margin-top: 0.5em;
}

.order-item__item.place {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.order-item__text.item-number::after {
  content: ' )';
}

.order-item__text.date-label {
  margin-right: 0.5em;
  padding: 2px 5px;
  border: 1px solid #ccc;
  background: #f4f4f4;
  color: #666;
}

/* ---------------------------------------------------------
  Pagination 2017/09/13
--------------------------------------------------------- */

/* ------ number-of-item ------ */

.number-of-item {
  margin-bottom: 5px;
}

.number-of-item__emphasis {
  margin-right: 0.2em;
  font-size: 110%;
  font-weight: bold;
}

/* ------ .Pagination ------ */

.pagination-group {
  clear: both;
}

.pagination-group.foot {
  margin-top: 12px;
}

.pagination {
  margin: 0 -20px;
  padding: 10px 0;
  text-align: center;
}

.pagination__item {
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  vertical-align: middle;
}

.pagination__item + .pagination__item {
  margin-left: 6px;
}

.pagination__link {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #cda403;
  color: #cda403 !important;
}

.pagination__link:hover {
  border-color: #af8c02;
  color: #af8c02 !important;
  text-decoration: none;
}

.pagination__link.current {
  border-color: #cda403;
  background: #cda403;
  color: #fff !important;
}

a.pagination__link.prev-btn,
a.pagination__link.next-btn {
  border: none;
}

.pagination__link.prev-btn {
  padding: 6px 10px 6px 0;
}

.pagination__link.prev-btn::before {
  content: '\f104';
  margin-right: 0.5em;
  font-family: FontAwesome;
}

.pagination__link.next-btn {
  padding: 6px 0 6px 10px;
}

.pagination__link.next-btn::after {
  content: '\f105';
  margin-left: 0.5em;
  font-family: FontAwesome;
}

/* Purchase history 2017/09/13
--------------------------------------------------------- */

.history {
  clear: both;
  margin-top: 5px;
  margin-bottom: -7px;
  letter-spacing: 0;
}

.history + .history {
  margin-top: 20px;
}

.history th,
.history td {
  padding: 19px 17px 19px 19px;
  vertical-align: top;
}

.history th {
  border: 2px solid #ccc;
  border-bottom-width: 1px;
  font-weight: normal;
  text-align: left !important;
}

.history td {
  border-right: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.history__detail {
  clear: left;
  *zoom: 1;
}

.history__detail::after {
  content: '';
  display: table;
  clear: both;
}

.history__detail + .history__detail {
  margin-top: 0.5em;
}

.history__title {
  position: relative;
  float: left;
  width: 9em;
}

.history__title:after {
  position: absolute;
  content: ':';
  top: 0;
  right: 0;
  font-weight: normal;
}

.history__text {
  margin-left: 0.1em;
}

.history .order-item + .order-item {
  margin: 20px -17px 0 -19px;
  padding: 20px 17px 0 19px;
  border-top: 1px dashed #ccc;
}

.history .order-item__text.place {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(40%, transparent),
    color-stop(20%, #feefb2)
  );
  background: -webkit-linear-gradient(transparent 40%, #feefb2 20%);
  background: linear-gradient(transparent 40%, #feefb2 20%);
}

.history .order-item__text.removal {
  margin-right: 1em;
}

.history .order-item__text.removal::after {
  margin-left: 1em;
}

.order-item__text.expiry-date,
.order-item__text.remaining {
  color: #0caaeb;
  font-weight: bold;
}

.order-item__item.remaining .date-label::before {
  content: '　';
}

.order-item__item.remaining .date-label::after {
  content: '　';
}

/* ---------------------------------------------------------
  Iframe 2018/03/08
--------------------------------------------------------- */

.ifrm-container {
  width: 95%;
  height: 250px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  margin: 10px;
}

.ifrm {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* -------------------------------------
  Inquiry-error_color : 2018/8/29
---------------------------------------- */

.error_color {
  background-color: #ffdddd;
}

/* ---------------------------------------------------------
  formGroup
--------------------------------------------------------- */

/* formGroup
--------------------------------------------------------- */

.formGroup {
  position: relative;
  margin-top: 2rem;
}

/* group */

.formGroup.group {
  margin: 2rem -0.5rem 0;
}

.formGroup__tit.group {
  margin: 1.2em 0 0.8em;
}

/* policy */

.formGroup.policy {
  border-left: 1px solid #4da9f9;
  border-bottom: 1px solid #4da9f9;
  border-right: 1px solid #4da9f9;
}

.formGroup__tit.policy {
  padding: 17px 75px 16px 20px;
  border-top: 2px solid #4da9f9;
  border-right: 1px solid #4da9f9;
  border-left: 1px solid #4da9f9;
  background: #c4eeff;
}

/* ---------------------------------------------------------
  table
--------------------------------------------------------- */

/* table
--------------------------------------------------------- */

.table {
  clear: both;
  width: 100%;
  line-height: 1.4;
}

.table th,
.table td {
  padding: 1.5rem 2rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  background: #fff;
}

.table th {
  background: #f9f9f9;
  font-weight: bold;
}

.table span {
  font-weight: normal;
  letter-spacing: 0;
}

/* Registration table
--------------------------------------------------------- */

.table.regist th,
.table.regist td {
  border-right: none;
  border-left: none;
}

.table.regist th {
  position: relative;
  background-clip: padding-box;
  padding: 1.5rem 2rem;
  background-color: #fafafa;
}

.table.regist.bdr {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ---------------------------------------------------------
  form parts
--------------------------------------------------------- */

/* required
--------------------------------------------------------- */

.required {
  margin-left: 6px;
  padding: 2px 4px;
  border-radius: 2px;
  border: 1px solid #d53c14;
  background-color: #fff;
  color: #d53c14;
  font-size: 12px;
  vertical-align: middle;
}

/* in table */
.table th:has(.required) {
  @media screen and (max-width: 767px) {
    padding-right: 7rem;

    .required {
      position: absolute;
      top: 50%;
      right: 1.5rem;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
  }
}

/* inputRule
--------------------------------------------------------- */

.inputRule {
  display: inline;
  margin-left: 8px;
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.03em;
}

/* example */

.example {
  font-size: 90%;
  color: #5f5f5f;
}

.example.short {
  margin-left: 6px;
  vertical-align: middle;
}

.example.long {
  clear: both;
  margin-top: 6px;
}

/* select list
--------------------------------------------------------- */

.selectList__item {
  display: block;
  margin-bottom: 10px;
}

/* error-massage
--------------------------------------------------------- */

.error-massage {
  margin-top: 0.5em;
  color: #d53c14;
}

/* select, radio, checkbox
--------------------------------------------------------- */
/* slect */
select {
  color: #333;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

/* custom checkbox & radio */
.custom-checkbox,
.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;

  & + label:has(input[type="checkbox"], input[type="radio"]) {
    margin-top: 0.3em;
  }

  input[type="checkbox"],
  input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    flex-shrink: 0;
    top: 0;
    vertical-align: middle;
    background: var(--white);
    width: var(--checkbox-size);
    height: var(--checkbox-size);
    margin-right: calc(var(--checkbox-size) / 2.5);
    padding: calc(var(--checkbox-size) / 1.6);
    border: 1px solid var(--input-border-color);

    &:focus {
      outline: none;
      border-color: var(--base-font-color);
    }

    &:hover {
      border-color: var(--main-color);
    }

    &:checked::before {
      content: '';
      position: absolute;
    }

    /* checkbox */
    &:is(input[type="checkbox"]){
      border-radius: var(--form-element-border-radius);

      /* checked styles */
      &:checked::before {
        top: calc(var(--checkbox-size) / 10);
        left: calc(var(--checkbox-size) / 2.6);
        width: calc(var(--checkbox-size) / 2);
        height: calc(var(--checkbox-size) / 1.25);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: calc(var(--checkbox-size) / 5) solid var(--main-color);
        border-right: calc(var(--checkbox-size) / 5) solid var(--main-color);
      }
    }
    
    /* radio */
    &:is(input[type="radio"]){
      border-radius: 50%;

      /* checked styles */
      &:checked::before {
        top: 25%;
        left: 25%;
        width: 50%;
        height: 50%;
        background-color: var(--main-color);
        border-radius: 50%;
      }
    }
  }
}

/* select + houjin styles */
.select_houjin__form {
  overflow-x: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;

  @media screen and (max-width: 768px) {
    flex-direction: column;
  }

  & select {
    width: auto;
  }
}

/* ---------------------------------------------------------
  system buttons
--------------------------------------------------------- */

/* inputRule
--------------------------------------------------------- */

.returnHomeBtn,
.returnHomeBtnB {
  margin: 0 auto;
}

.systemBtn.return {
  padding-left: 26px;
}

.entryConfBtn {
  margin: 0 auto;
  background: #d53c14;
  color: #fff;
}

.entryConfBtn:hover {
  background: #de3f15;
}

.deleteBtn {
  width: 50px;
  margin: 0 auto;
  padding: 6px 5px 5px;
  font-size: 14px;
}

.col-head-type1 button,
.table td > button {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ------ Login ------ */

.addressBtn {
  float: left;
  width: 8em;
  padding: 7px 8px;
  font-size: 13px;
  height: 3.8rem;
}

/* ------ Confirmation ------ */

.changeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 4em;
  padding: 7px 10px;
  font-size: 14px;
}

/* ---------------------------------------------------------
  Button content
--------------------------------------------------------- */

/* btnCont
--------------------------------------------------------- */

.btnCont {
  position: relative;
  clear: both;
  margin: 4rem auto 2rem;
}

/* One */

.btnCont.one {
  margin: 4rem auto 0;
  text-align: center;
}

/* Two */

.btnCont.two {
  text-align: center;
}

/* Apply */

.btnCont.apply {
  margin: 25px auto 0;
}

.btnCont.error {
  margin: 20px auto 0;
  text-align: center;
}

.btnCont__item + .btnCont__item {
  margin-top: 2rem;
}

/* ---------------------------------------------------------
  message
--------------------------------------------------------- */

/* table
--------------------------------------------------------- */

.message {
  margin-top: 3rem;
  padding: 25px 10px;
  border: 1px solid lightgray;
}

.message + .message {
  margin-top: 2rem;
}

.message.error {
  border-color: #d53c14;
}

.message__tit {
  margin-bottom: 20px;
  padding: 0 1em 0.4em;
  border-bottom: 1px solid #ddd;
  color: #00529f;
  font-size: 1.7rem;
  text-align: center;
}

.message__tit.error {
  color: #d53c14;
  text-align: left;
}

.message__tit.preparation {
  margin-bottom: 0;
  padding: 0 1em 0;
  border-bottom: none;
}

.message__txt {
  padding-left: 1em;
  line-height: 1.5;
}

.message__txt + .message__txt {
  margin-top: 1em;
}

.message__txt.regist {
  margin-bottom: 35px;
}

.message__btn {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.message__tit.infoAttendance__tit {
  border-bottom: 1px solid #43a047;
  color: #43a047;
}

/* 利用規約 */
.kiyaku-container {
  text-align: center;
  padding: 5px 0;

  div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

.error-bg {
  background-color: rgba(255, 221, 221, 0.6);
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  /* device ctrl */
  .smp-table td, .smp-td {
    border-top: none;
  }
  .smpdisp-none{
    display: none;
  }
  .smpdisp {
    display: block;
  }
}
/* device ctrl */
.smpdisp {
  display: none;
}

@media print, screen and (min-width: 768px){
  .reception-number {
    padding:2.5rem !important;
  }
}

@media screen and (min-width: 480px) {
  .pagination__link {
    padding: 6px 22px;
  }

  .message {
    padding: 45px 60px;
  }
}

@media screen and (min-width: 481px) {
  .poricy_item {
    padding-left: 1em;
  }
}

@media screen and (min-width: 768px), print {
  .areaTit {
    margin: 0;
  }

  .poricy_item {
    padding-left: 1em;
  }

  .tableCont {
    margin: 0;
  }

  .table.regist2 th {
    width: 120px;
    padding: 15px 15px 15px 20px;
  }

  .table_policy.regist th {
    width: 240px;
    padding: 15px 15px 15px 20px;
  }

  .ticketInfo table {
    margin: 0 auto;
    max-width: 430px;
  }

  .ticketInfo .table.regist th {
    width: 120px;
  }

  .note__txt.attention {
    margin-top: 30px;
  }

  .contactInfo {
    margin-top: 30px;
  }

  .contactInfo__item {
    width: 240px;
    margin: 0 auto;
  }

  .contactInfo__item.first {
    float: left;
    margin-bottom: 0;
  }

  .contactInfo__item.second {
    float: right;
  }

  .table.order td {
    padding: 10px;
  }

  .table.check .cell02 {
    width: 13%;
  }

  .table.check .cell03 {
    width: 12%;
  }

  .table.check .cell04 {
    width: 15%;
  }

  .table.check .cell05 {
    width: 19%;
  }

  .quantitySelect {
    width: auto;
  }

  .formGroup__item.login,
  .formGroup__item.regist {
    width: 470px;
  }

  .formGroup__item.login {
    float: left;
  }

  .formGroup__item.regist {
    float: right;
  }

  .formGroup__item.regist {
    margin-top: 0;
  }

  .formGroup__inner.info {
    padding: 25px 40px 0;
  }

  .login .formGroup__inner.info {
    padding: 25px 30px 0;
  }

  .orderPointInfo .shortExample {
    display: inline;
  }

  .table.change th {
    width: 210px;
  }

  .table.change td {
    width: 750px;
  }

  .seminar_freeico img {
    position: absolute;
    top: -80px;
    left: 800px;
    width: 141px;
    height: 141px;
  }

  .seminar__ListBox dl dt {
    text-align: left;
  }

  .seminar__title {
    font-size: 130%;
  }

  .seminar__time {
    display: inline-block;
    margin-right: 10px;
  }

  .seminar__venue {
    display: inline-block;
  }

  .seminar__photo {
    float: right;
    margin: -60px 0 5px 0;
    padding-left: 30px;
  }

  .seminarOrderCont dt {
    float: left;
    width: 80%;
    margin-bottom: 0;
  }

  .seminarOrderCont dt .seminar__time {
    margin-bottom: 0;
  }

  .seminarCont .agreeBtn {
    font-size: 140%;
  }

  .ddsize50 {
    width: 50%;
  }

  .ddsize40 {
    width: 40%;
  }

  .ddsize30 {
    width: 30%;
  }

  .ddsize25 {
    width: 25%;
  }

  .ddsize10 {
    width: 10%;
  }

  .code-reading__input {
    margin-bottom: 0;
  }

  .code-reading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em;
  }

  .code-reading__group {
    margin-right: 2em;
  }

  .selectList__item {
    display: inline;
  }

  .selectList__item + .selectList__item {
    margin-left: 18px;
  }

  .selectList__item:nth-child(3n + 1) {
    margin-left: 0 !important;
  }

  .systemBtn.agreeBtn,
  .systemBtn.proceedToOrderBtn,
  .systemBtn.confirmBtn,
  .systemBtn.pwdResetBtn,
  .systemBtn.returnListBtn {
    width: 330px;
  }

  .btnSizeMS {
    margin: 0 auto;
    width: 250px;
  }

  .btnSizeM {
    min-width: 240px;
    min-height: 60px;
  }

  .btnSizeL {
    min-width: 280px;
    min-height: 60px;
  }

  .btnSizeLL {
    min-width: 370px;
    min-height: 60px;
  }

  .btnCont__item.right {
    float: right;
    width: 250px;
  }

  .btnCont__item.left {
    float: left;
    width: 250px;
  }

  .btnCont__item.center {
    position: absolute;
    left: 305px;
  }

  .message.infoAttendance {
    padding: 45px 180px 60px;
  }

  .message__txt.error {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .attentionMessage {
    padding: 20px 30px 30px;
  }

  .number-of-item {
    float: left;
    width: 40%;
    margin-bottom: 0;
  }

  .pagination-group.foot {
    margin-top: 12px;
  }

  .pagination {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: right;
  }

  .pagination__link {
    padding: 1px 4px;
  }

  .history {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .history th {
    width: 550px;
    border-right-width: 1px;
    border-bottom-width: 2px;
  }

  .history td {
    border-top: 2px solid #ccc;
    border-left-width: 1px;
  }

  .systemBtn.addressBtn:hover,
  .btn.return:hover,
  .systemBtn.return:hover,
  .systemBtn.deleteBtn:hover {
    opacity: 0.9;
  }
}

@media print, screen and (min-width: 768px) {
  .formGroup.group {
    margin: 2rem 0 0;
  }

  .formGroup__tit.policy {
    padding-right: 20px;
    font-size: 110%;
    text-align: center;
  }

  .table.regist th {
    width: 24rem;
    padding: 1.5rem 5rem 1.5rem 2rem;
  }

  .table.regist th .required {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .inputRule {
    display: block;
    margin: 0.5rem 0 0 0;
    font-size: 1.4rem;
  }

  .deleteBtn {
    width: 50px;
    height: 33px;
  }

  .btnCont.apply {
    margin: 35px auto 0;
  }

  .btnCont__item + .btnCont__item {
    margin-top: 0;
  }

  .message {
    padding: 45px 120px;
  }

  .message + .message {
    margin-top: 3rem;
  }

  .message__tit {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }

  .message__tit.error {
    font-size: 140%;
    text-align: center;
  }
}

@media print, screen and (min-width: 1025px) {
  .table.regist th {
    width: 26rem;
    padding-right: 6rem;
  }

  .message {
    margin-top: 4rem;
    padding: 45px 180px;
  }
}

@media screen and (max-width: 767px) {
  .table.regist2 th,
  .table.regist2 td {
    display: block;
    border-top: none;
  }

  .table.regist2 tr:first-child th,
  .table.regist2 tr:first-child td,
  .table.regist2 + tr th {
    border-top: 2px solid #ccc;
  }

  .table.regist2 {
    border-bottom: none;
    background: #f6f2e6 !important;
    text-align: left;
  }

  .table_policy.regist th,
  .table_policy.regist td,
  .table_policy.regist .targetItem,
  .table_policy.confirm th,
  .table_policy.confirm td,
  .table_policy.confirm .targetItem,
  .table_policy.change th,
  .table_policy.change td,
  .table_policy.change .targetItem,
  .table_policy.address th,
  .table_policy.address td,
  .table_policy.address .targetItem,
  .table_policy.purchase th,
  .table_policy.purchase td,
  .table_policy.purchase .targetItem {
    display: block;
    border-top: none;
  }

  .table_policy.regist tr:first-child th,
  .table_policy.regist .hiddenStbl + tr th,
  .table_policy.confirm tr:first-child th,
  .table_policy.confirm .hiddenStbl + tr th,
  .table_policy.change tr:first-child th,
  .table_policy.change .hiddenStbl + tr th,
  .table_policy.address tr:first-child th,
  .table_policy.address .hiddenStbl + tr th,
  .table_policy.purchase tr:first-child th,
  .table_policy.purchase .hiddenStbl + tr th {
    border-top: 1px solid #4da9f9;
  }

  .history th,
  .history td {
    display: block;
  }

  .table.regist th,
  .table.regist th + td,
  .table.regist .targetItem,
  .table.confirm th,
  .table.confirm td,
  .table.confirm .targetItem,
  .table.change th,
  .table.change td,
  .table.change .targetItem,
  .table.address th,
  .table.address td,
  .table.address .targetItem,
  .table.purchase th,
  .table.purchase td,
  .table.purchase .targetItem {
    display: block;
    border-top: none;
  }

  .table.regist tr:first-child th,
  .table.regist .hiddenStbl + tr th,
  .table.confirm tr:first-child th,
  .table.confirm .hiddenStbl + tr th,
  .table.change tr:first-child th,
  .table.change .hiddenStbl + tr th,
  .table.address tr:first-child th,
  .table.address .hiddenStbl + tr th,
  .table.purchase tr:first-child th,
  .table.purchase .hiddenStbl + tr th {
    border-top: 1px solid #ccc;
  }

  .table.regist .targetItem,
  .table.confirm .targetItem,
  .table.change .targetItem,
  .table.address .targetItem,
  .table.purchase .targetItem {
    border-bottom: none;
    background: #f6f2e6 !important;
    text-align: left;
  }

  .example.spDB {
    display: block;
    margin: 8px 0 0 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .table_policy th .required {
    padding-top: 4px;
  }

  .seminar__date > span {
    padding: 5px 4px 3px;
  }

  .systemBtn {
    padding-top: 17px;
  }

  .table th .required {
    padding-top: 4px;
  }
}
