@charset "euc-jp";
/* CSS Document */

.l-header {
  background-color: #ffa500;
}

/* *****************************************
 * mainVisual
 * ***************************************** */
.mainVisual {
  background-color: #000;
  background-image: url(/ec/nations/img/advance/mainvisual.jpg);
  background-repeat: repeat-x;
}

@media screen and (min-width: 769px) {
  .mainVisual {
    background-size: contain;
    height: calc(590/1000*100vw);
    max-height: 590px;
  }

  .mainVisual p {
    margin-top: calc(32/1000*100%);
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    height: calc(590/768*100vw);
    max-height: 590px;
    min-height: 340px;
  }

  .mainVisual h1 {
    font-size: 2.4rem;
  }

  .mainVisual p {
    font-size: 1.4rem;
  }
}

/* *****************************************
 * about
 * ***************************************** */
/* �����ӥ�����
--------------------------------------------------------- */
.overview {
  width: 100%;
}

.overview tbody th {
  width: 28%;
}

.overview tbody td {
  width: 72%;
}

.overview__term {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
}

.overview__term>dt {
  text-align: right;
}

@media screen and (max-width: 480px) {

  .overview tbody th,
  .overview tbody td {
    font-size: 12px;
  }
}

/* �ץ����������
--------------------------------------------------------- */
.program {
  overflow: auto;
  position: relative;
  width: 100%;
}

.program__table {
  font-size: 1.2rem;
  width: 1000px;
}

.program__table th,
.program__table td {
  border: solid 1px #000;
  padding: 5px;
  vertical-align: middle;
}

.program__table td {
  text-align: center;
}

/* ����
--------------------------------------------------------- */
.about__cnts.attend .title--secondary {
  padding-left: 1em;
  position: relative;
}

.about__cnts.attend .title--secondary::before {
  content: "\25C6";
  left: 0;
  position: absolute;
  top: 0;
}

.about__cnts.attend ul>li {
  line-height: 1.4;
  padding-left: 1em;
  position: relative;
}

.about__cnts.attend ul>li::before {
  content: "\25CB";
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 769px) {
  .about__cnts.attend .title--secondary {
    font-size: 2rem;
  }

  .about__cnts .title--secondary+* {
    margin-top: 10px;
  }

  .about__cnts.attend ul+.title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about__cnts.attend .title--secondary {
    font-size: 1.6rem;
  }

  .about__cnts .title--secondary+* {
    margin-top: 10px;
  }

  .about__cnts.attend ul+.title {
    margin-top: 15px;
  }
}

/* *****************************************
 * payment
 * ***************************************** */
.payment__content {
  background-color: #fff;
  border-radius: 4px;
}

.payment__subtitle {
  color: #555;
}

.payment__caption {
  display: block;
  font-weight: bold;
  line-height: 1.4;
}

.payment .tscroll .table tbody th,
.payment .tscroll .table tbody td {
  height: 60px;
  line-height: 1.4;
}

.payment .tscroll .table thead th {
  height: 62px;
}

.payment .tscroll .table tbody td {
  text-align: center;
}

.payment__tscroll .table--scroll {
  width: 830px !important;
}

.payment__content .notes {
  margin-top: 10px;
}

/* scroll table
--------------------------------------------------------- */
.payment .tscroll__scroll {
  overflow: auto;
}

.payment .table--scroll {
  table-layout: auto;
  width: 900px;
}

.payment .table--scroll td {
  text-align: right;
}

.payment .table--scroll thead .calc {
  font-size: 1.2rem;
}

.payment .table--scroll tr td:last-child,
.payment .table--scroll tr th:last-child {
  border-right: solid 2px #a8a8a8;
}

.payment__tscroll .table--lock {
  width: 130px !important;
}

.payment__tscroll .tscroll__scroll {
  width: calc(100% - 130px) !important;
}

.payment__caption>dt {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .payment__content {
    padding: 20px;
  }

  .payment__caption {
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .payment .tscroll .table {
    font-size: 1.4rem;
  }

  .payment .tscroll {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .payment__content {
    padding: 20px 10px;
  }

  .payment__caption {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .payment .tscroll {
    margin-top: 15px;
  }
}