@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*ピンク*/
/*緑*/
/*水色*/
/*オレンジ*/
/*紫*/
/*ピンク2*/
/*赤*/
/*灰*/
/*薄い水色*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_hayami {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
}

#page_hayami * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page_hayami .innerWrap {
  max-width: 1310px;
}

@media only screen and (min-width: 768px) {
  #page_hayami img.pcCont {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  #page_hayami img.spCont {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  #page_hayami {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

#usj .page_ttl_hd01 {
  background: #244684;
  padding: 56px 20px;
  margin-bottom: 80px;
}

#usj .page_ttl_hd01 .hd01 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0;
}

#usj .page_ttl_hd01 .hd01 .in {
  padding: 0 60px;
}

#usj .page_ttl_hd01 .hd01 .ttl {
  display: block;
  font-size: 4rem;
  margin-top: 9px;
}

#usj .page_ttl_hd01 .hd01 .yellow {
  color: #ffff66;
}

@media only screen and (max-width: 767px) {
  #usj .page_ttl_hd01 {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 22px;
  }
  #usj .page_ttl_hd01 .hd01 {
    font-size: 1.2rem;
  }
  #usj .page_ttl_hd01 .hd01 .in {
    padding: 0;
  }
  #usj .page_ttl_hd01 .hd01 .in:before {
    top: auto;
    left: -35px;
    bottom: 15px;
  }
  #usj .page_ttl_hd01 .hd01 .in:after {
    top: auto;
    right: -35px;
    bottom: 15px;
  }
  #usj .page_ttl_hd01 .hd01 .ttl {
    font-size: 2.2rem;
    line-height: 1.31818;
    margin-top: 6px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■早見表全体
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_hayami .view_btn {
  position: relative;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.45455;
  background: #DF5F79;
  border-radius: 4px;
  color: #fff !important;
  padding: 6px 5px;
  max-width: 104px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #page_hayami .view_btn {
    font-size: 1.0rem;
  }
}

#page_hayami .view_btn span {
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  #page_hayami .view_btn span {
    font-size: 1.4rem;
  }
}

#page_hayami .view_btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■table_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.table_sec .innerWrap {
  padding: 0 15px !important;
}

@media only screen and (max-width: 768px) {
  .table_sec .innerWrap {
    padding-right: 0 !important;
  }
}

.table_sec .table_wrap {
  width: 100%;
  border: 1px solid #D0D0D0;
  overflow: hidden;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .table_sec .table_wrap {
    width: 1150px;
  }
}

.table_sec .table_wrap table {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .table_sec .table_wrap table {
    margin-right: 15px;
  }
}

.table_sec .table_wrap table img {
  vertical-align: middle;
}

.table_sec .table_wrap table th, .table_sec .table_wrap table td {
  vertical-align: middle;
  text-align: center;
  padding: 11px 3px;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  min-height: 80px;
}

.table_sec .table_wrap table .line1 {
  height: 80px;
}

@media only screen and (max-width: 768px) {
  .table_sec .table_wrap table .line1 {
    height: 70px;
  }
}

.table_sec .table_wrap table tr td:last-of-type {
  border-right: none;
}

.table_sec .table_wrap table th {
  font-weight: 700;
}

.table_sec .table_wrap table thead th {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.38462;
  background: #244684;
  border-right-color: #536c99;
}

@media only screen and (max-width: 768px) {
  .table_sec .table_wrap table thead th {
    font-size: 1.2rem;
  }
}

.table_sec .table_wrap table thead th:last-of-type {
  border-right: none;
}

.table_sec .table_wrap table tbody tr:last-of-type th, .table_sec .table_wrap table tbody tr:last-of-type td {
  border-bottom: none;
}

.table_sec .table_wrap table tbody th {
  font-size: 1.4rem;
  line-height: 1.42857;
  color: #244684;
  background: #E5F4FF;
  padding: 20px 15px;
  white-space: nowrap;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .table_sec .table_wrap table tbody th {
    font-size: 1.3rem;
  }
}

.table_sec .table_wrap table tbody td.none {
  background: #EEEEEE;
}

.table_sec .table_wrap table .txt:not(.inline) {
  display: block;
  font-size: 1.2rem;
  margin-top: 7px;
}

@media only screen and (max-width: 768px) {
  .table_sec .table_wrap table .txt:not(.inline) {
    font-size: 1.1rem;
  }
}

.table_sec .table_wrap table .txt {
  line-height: 1.25;
  color: #244684;
  font-weight: 500;
}

.table_sec .table_wrap table .txt .bold {
  font-weight: 500;
  color: #DF5F79;
}

.table_sec .table_wrap table .txt.inline {
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .table_sec .table_wrap table .txt.inline {
    font-size: 1.5rem;
  }
}

.table_sec .table_wrap table .group .txt {
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .table_sec .table_wrap table .group .txt {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 768px) {
  .table_sec .table_scroll:before {
    content: "▼ スクロールをしてご確認ください。";
    display: block;
    color: #244684;
    margin: 0 0 10px 10px;
    font-size: 1.4rem;
  }
  .table_sec .scroll_area {
    overflow-x: scroll;
  }
  .table_sec img {
    width: 24px;
    height: auto;
  }
}

/* SP用 */
.SP_table_sec .table_info_txt {
  color: #244684;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.SP_table_sec .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  border: 2px solid #244684;
  overflow: hidden;
  margin-bottom: 15px;
  margin-right: 15px;
}

.SP_table_sec .tab li {
  width: 50%;
  text-align: center;
  color: #244684;
  font-weight: 700;
  padding: 10px;
}

.SP_table_sec .tab li.active {
  background: #244684;
  color: #fff;
}

.SP_table_sec .tab_cont {
  display: none;
}

.SP_table_sec .tab_cont.active {
  display: block;
}

.SP_table_sec .table_wrap {
  width: auto;
  overflow-x: auto;
  border-radius: 5px;
}

.SP_table_sec .table_wrap table {
  width: 100%;
  min-width: 600px;
  margin-right: 0;
}

.SP_table_sec .table_wrap table th, .SP_table_sec .table_wrap table td {
  padding: 8px 3px;
  width: 80px;
}

.SP_table_sec .table_wrap table thead th {
  font-size: 1.0rem;
  white-space: nowrap;
}

.SP_table_sec .table_wrap table thead th.sticky {
  font-size: 1.0rem;
  padding: 5px 5px;
  width: 120px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.SP_table_sec .table_wrap table thead th.sticky:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px #D0D0D0 solid;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.SP_table_sec .table_wrap table tbody th {
  font-size: 1.0rem;
  padding: 5px 5px;
  width: 120px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  line-height: 1.2;
  z-index: 2;
}

.SP_table_sec .table_wrap table tbody th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px #D0D0D0 solid;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.SP_table_sec .table_wrap table .vertical {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.SP_table_sec .table_wrap table .vertical .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.SP_table_sec .table_wrap table .txt {
  font-size: 0.9rem !important;
}

.SP_table_sec .table_wrap table img {
  width: 16px;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■info_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#info_sec {
  margin-top: 135px;
}

@media only screen and (max-width: 768px) {
  #info_sec {
    margin-top: 65px;
  }
}
