@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,700&display=swap");
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

#contents .outline {
  margin: 100px auto 0 auto;
  max-width: 800px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  #contents .outline {
    margin: 100px auto 0 auto;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 630px) {
  #contents .outline {
    margin: 16vw auto 0 auto;
  }
}

#contents .title {
  font-size: 2rem;
}

/* attention */
#contents .attention {
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 64px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  #contents .attention {
    max-width: 100%;
    width: 100%;
  }
}

#contents .attention ul {
  font-size: 1.2rem;
  padding: 0 1.2em;
}

@media screen and (max-width: 768px) {
  #contents .attention ul {
    font-size: 1rem;
  }
}

#contents .attention ul li {
  line-height: 1.5;
  text-indent: -1.2em;
}

#contents .attention ul li span {
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}

#contents table.tbl_basic {
  border-left: 1px solid #d1d1d0;
  border-right: 1px solid #d1d1d0;
  border-top: 1px solid #d1d1d0;
  margin: 20px auto 80px;
  width: 100%;
}

#contents table.tbl_basic:last-of-type {
  margin-bottom: 0;
}

#contents table.tbl_basic th,
#contents table.tbl_basic td {
  border-bottom: 1px solid #d1d1d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  padding: 15px 20px;
  vertical-align: top;
}

#contents table.tbl_basic th {
  background: #e8e8e8;
  border-right: 1px solid #d1d1d0;
  width: 30%;
}

#contents table.tbl_basic td span {
  display: block;
  font-size: 1.4rem;
}

#contents table.tbl_basic td p {
  padding-left: 1em;
  text-indent: -1em;
}

#contents table.tbl_basic td p.ast:before {
  content: '※';
}

@media screen and (max-width: 768px) {
  #contents .title {
    font-size: 1.8rem;
  }
  #contents table.tbl_basic {
    margin: 5.33vw auto 13.33vw;
  }
  #contents table.tbl_basic th,
  #contents table.tbl_basic td {
    display: block;
    font-size: 1.2rem;
    padding: 1.6vw 5.33vw;
    width: 100%;
  }
  #contents table.tbl_basic th {
    border-right: 0;
  }
  #contents table.tbl_basic td span {
    font-size: 1.2rem;
  }
}

/* attention */
#contents > .attention {
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  #contents > .attention {
    max-width: 100%;
    width: 100%;
  }
}

#contents > .attention ul {
  font-size: 1.2rem;
  padding: 0 1.2em;
}

@media screen and (max-width: 768px) {
  #contents > .attention ul {
    font-size: 1rem;
  }
}

#contents > .attention ul li {
  line-height: 1.5;
  text-indent: -1.2em;
}

#contents > .attention ul li span {
  display: inline-block;
  text-indent: 0;
  width: 1.2em;
}

/* ----------------------------------------
	system_outline_table
----------------------------------------- */
.outline .system_outline_table {
  border-left: 1px solid #d1d1d0;
  border-right: 1px solid #d1d1d0;
  border-top: 1px solid #d1d1d0;
  margin: 20px auto 20px;
  width: 100%;
}

.outline .system_outline_table td,
.outline .system_outline_table th {
  border: 1px solid #d1d1d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  padding: 15px 20px;
  vertical-align: top;
}

.outline .system_outline_table_th {
  background: #e8e8e8;
  border-right: 1px solid #d1d1d0;
  width: 30%;
}

.outline .system_outline_table_td {
  background-color: #ffffff;
}

.outline .system_outline_table > caption {
  caption-side: top;
}

.outline .system_outline_table_caption_date {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: right;
  width: 100%;
}

.outline .system_outline_table_caption_title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: left;
}

.outline .system_outline_advance_title {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 20px;
  width: 100%;
}

.outline .system_outline_advance_text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
  width: 100%;
}

.outline .system_outline_apology {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .outline .system_outline_table {
    margin: 5.33vw auto 15px;
  }
  .outline .system_outline_table td,
  .outline .system_outline_table th {
    display: block;
    font-size: 1.2rem;
    padding: 1.6vw 5.33vw;
    width: 100%;
  }
  .outline .system_outline_table th {
    border-right: 0;
  }
  .outline .system_outline_table_caption_date {
    font-size: 1.2rem;
  }
  .outline .system_outline_table_caption_title {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .outline .system_outline_advance_title {
    margin-top: 10px;
  }
  .outline .system_outline_advance_text {
    font-size: 1.1rem;
  }
  .outline .system_outline_apology {
    font-size: 1.1rem;
  }
}

.pageTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(232, 232, 232, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .pageTtl {
    height: 220px;
  }
}

@media screen and (max-width: 736px) {
  .pageTtl {
    height: 121px;
  }
}

.pageTtl .en {
  color: #000000;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .pageTtl .en {
    font-size: 50px;
  }
}

@media screen and (max-width: 736px) {
  .pageTtl .en {
    font-size: 36px;
  }
}

.pageTtl .jp {
  letter-spacing: 0;
  line-height: 2;
  margin-top: 3px;
}

@media print, screen and (min-width: 736px) {
  .pageTtl .jp {
    font-size: 14px;
  }
}

@media screen and (max-width: 736px) {
  .pageTtl .jp {
    font-size: 12px;
  }
}
