.inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 10rem 0;
}

@media print, screen and (max-width: 768px) {
  .inner {
    width: 90%;
    padding: 11.71875vw 0;
  }
}

#about .inner {
  max-width: 980px;
}

#about .inner .img_wrap {
  margin-bottom: 4rem;
}

@media print, screen and (max-width: 768px) {
  #about .inner .img_wrap {
    margin-bottom: 5.20833vw;
  }
}

#about .inner .img_wrap:last-of-type {
  margin-bottom: 8rem;
}

@media print, screen and (max-width: 768px) {
  #about .inner .img_wrap:last-of-type {
    margin-bottom: 11.71875vw;
  }
}

#about .inner ul {
  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;
  gap: 2rem;
}

@media print, screen and (max-width: 768px) {
  #about .inner ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.16667vw;
  }
}

#about .inner ul li {
  width: calc(100% / 3);
}

@media print, screen and (max-width: 768px) {
  #about .inner ul li {
    width: calc(95% / 2);
  }
}

#about .inner ul li a {
  display: block;
  padding: 2rem 0 6rem;
  background-color: #ddf0f8;
  -webkit-box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media print, screen and (max-width: 768px) {
  #about .inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.90625vw 3.90625vw;
  }
}

#about .inner ul li a::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1rem;
  background: url(../images/arrow.svg) no-repeat center center;
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media print, screen and (max-width: 768px) {
  #about .inner ul li a::after {
    width: 2.34375vw;
    height: 1.43229vw;
    top: 50%;
    left: inherit;
    right: 2.34375vw;
    bottom: inherit;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media print, screen and (min-width: 769px) {
  #about .inner ul li a:hover {
    opacity: 0.75;
  }
  #about .inner ul li a:hover::after {
    bottom: 1.2rem;
  }
}

@media print, screen and (max-width: 768px) {
  #about .inner ul li a img {
    height: 8.72396vw;
  }
}

#about .inner ul li a p {
  font-size: 2.8rem;
  line-height: 1.35714;
  margin: 1.2rem 0 0;
}

@media print, screen and (max-width: 768px) {
  #about .inner ul li a p {
    text-align: left;
    font-size: 2.86458vw;
    margin: 0 0;
  }
}

#data {
  background: url(../images/bg.png) no-repeat top center/cover;
}

@media print, screen and (max-width: 768px) {
  #data {
    background: url(../images/sp/bg.png) no-repeat top center/cover;
  }
}

#data .inner .data_wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4rem 0 6rem;
  -webkit-box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap {
    padding: 3.90625vw 0 7.8125vw;
  }
}

#data .inner .data_wrap:nth-of-type(n+2) {
  margin-top: 8rem;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap:nth-of-type(n+2) {
    margin-top: 11.71875vw;
  }
}

#data .inner .data_wrap:last-of-type {
  padding: 6rem 0;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap:last-of-type {
    padding: 5.20833vw 0 7.8125vw;
  }
}

#data .inner .data_wrap_ttl {
  text-align: left;
  margin-bottom: 3rem;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_ttl {
    width: 84.63542vw;
    margin-bottom: 5.20833vw;
  }
}

#data .inner .data_wrap_item {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item {
    width: 90%;
  }
}

#data .inner .data_wrap_item_text {
  text-align: left;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_text {
    font-size: 3.64583vw;
    margin-bottom: 5.20833vw;
  }
}

#data .inner .data_wrap_item_small {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 2rem;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_small {
    font-size: 3.125vw;
    margin-top: 1.30208vw;
  }
}

#data .inner .data_wrap_item_img:nth-of-type(n+2) {
  margin-top: 4rem;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_img:nth-of-type(n+2) {
    margin-top: 7.8125vw;
  }
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_img.scroll {
    overflow-x: auto;
    width: 100%;
    padding: 0 0 3.90625vw;
  }
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_img.scroll img {
    max-width: initial;
    width: 130.20833vw;
  }
}

#data .inner .data_wrap_item_img.bg {
  padding: 1rem 0 0;
  background: url(../images/data3_bg.png) no-repeat top center;
  -webkit-box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_img.bg {
    padding: 7.8125vw 3.64583vw 7.8125vw 0;
    background: url(../images/sp/data3_bg.png) no-repeat top center;
  }
}

#data .inner .data_wrap_item_img.bg .scroll_wrap {
  margin: 6.51042vw 0 0 3.64583vw;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_img.bg .scroll_wrap .scroll {
    overflow-x: auto;
    width: 100%;
    padding: 0 0 2.60417vw;
  }
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_img.bg .scroll_wrap .scroll img {
    max-width: initial;
    width: 130.20833vw;
  }
}

#data .inner .data_wrap_item_ac_ttl {
  font-size: 2rem;
  color: #fff;
  padding: 2rem 4rem;
  cursor: pointer;
  position: relative;
  background: #003a77;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_ttl {
    font-size: 3.90625vw;
    padding: 2.60417vw;
  }
}

#data .inner .data_wrap_item_ac_ttl::before, #data .inner .data_wrap_item_ac_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  pointer-events: none;
  border-radius: 50vh;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_ttl::before, #data .inner .data_wrap_item_ac_ttl::after {
    right: 2.60417vw;
    width: 3.90625vw;
    height: 0.26042vw;
  }
}

#data .inner .data_wrap_item_ac_ttl::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -1px;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_ttl::after {
    margin-top: -0.13021vw;
  }
}

#data .inner .data_wrap_item_ac_ttl.open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#data .inner .data_wrap_item_ac_inner {
  display: none;
  padding: 3rem 0 0;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner {
    padding: 5.20833vw 0 0;
  }
}

#data .inner .data_wrap_item_ac_inner.open {
  display: block;
}

#data .inner .data_wrap_item_ac_inner_ttl {
  color: #003a77;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner_ttl {
    font-size: 3.64583vw;
    margin-bottom: 1.82292vw;
  }
}

#data .inner .data_wrap_item_ac_inner_ttl span {
  color: #333;
  font-size: 1.4rem;
  padding-left: 0.6rem;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner_ttl span {
    font-size: 3.125vw;
  }
}

#data .inner .data_wrap_item_ac_inner_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner_col {
    display: block;
  }
}

#data .inner .data_wrap_item_ac_inner_table {
  width: 54%;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner_table {
    width: 100%;
    margin-bottom: 6.51042vw;
  }
}

#data .inner .data_wrap_item_ac_inner_table table {
  width: 100%;
  table-layout: auto;
  letter-spacing: .04em;
}

#data .inner .data_wrap_item_ac_inner_table table th {
  padding: 1.2rem 0;
  vertical-align: middle;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #3e669a;
  border-bottom: 1px solid #fff;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner_table table th {
    padding: 0.78125vw 0;
    font-size: 2.86458vw;
  }
}

#data .inner .data_wrap_item_ac_inner_table table td {
  padding: 0.6rem 1rem 0.6rem 1.8rem;
  text-align: left;
  font-size: 1.6rem;
  background-color: #fff;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner_table table td {
    padding: 1.04167vw 2.34375vw 1.04167vw 3.125vw;
    font-size: 2.86458vw;
  }
}

#data .inner .data_wrap_item_ac_inner_table table td.border {
  border-bottom: 1px solid #e5e5e5;
}

#data .inner .data_wrap_item_ac_inner_table table td span:last-of-type {
  float: right;
}

#data .inner .data_wrap_item_ac_inner_textarea {
  width: 40%;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner_textarea {
    width: 100%;
  }
}

#data .inner .data_wrap_item_ac_inner_textarea p {
  text-align: left;
  padding: 0.6rem 1rem;
  font-size: 1.8rem;
  letter-spacing: .04em;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner_textarea p {
    font-size: 3.125vw;
    padding: 2.60417vw 2.34375vw;
  }
}

#data .inner .data_wrap_item_ac_inner_textarea p:first-of-type {
  margin-bottom: 3rem;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_wrap_item_ac_inner_textarea p:first-of-type {
    margin-bottom: 5.20833vw;
  }
}

#data .inner .data_notes {
  font-size: 1.6rem;
  margin-top: 8rem;
}

@media print, screen and (max-width: 768px) {
  #data .inner .data_notes {
    font-size: 3.125vw;
    margin-top: 7.8125vw;
  }
}

#container {
  background: url(../images/bg_w.png) no-repeat top center/cover;
}

@media print, screen and (max-width: 768px) {
  #container {
    background: url(../images/sp/bg_w.png) no-repeat top center/cover;
  }
}

#container .inner h2 {
  font-size: 3rem;
  margin-bottom: 3.6rem;
}

@media print, screen and (max-width: 768px) {
  #container .inner h2 {
    font-size: 4.6875vw;
    margin-bottom: 5.20833vw;
  }
}

#container .inner .small {
  text-align: left;
  font-size: 1.4rem;
  margin: 2rem 0 4rem;
}

@media print, screen and (max-width: 768px) {
  #container .inner .small {
    font-size: 3.125vw;
    margin: 2.60417vw 0 7.8125vw;
  }
}

#container .inner .btn {
  display: inline-block;
  color: #fff;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background-color: #07477c;
  padding: 1.6rem 0;
  font-size: 1.8rem;
  border-radius: 50vh;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  #container .inner .btn {
    padding: 3.90625vw 0;
    font-size: 3.90625vw;
  }
}

#container .inner .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1rem;
  height: 1.8rem;
  background: url(../images/arrow_w.svg) no-repeat center center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media print, screen and (max-width: 768px) {
  #container .inner .btn::after {
    width: 2.08333vw;
    height: 3.38542vw;
    right: 5.20833vw;
  }
}

@media print, screen and (min-width: 769px) {
  #container .inner .btn:hover {
    opacity: 0.75;
  }
  #container .inner .btn:hover::after {
    -webkit-transform: translate(0.6rem, -50%);
    -ms-transform: translate(0.6rem, -50%);
    transform: translate(0.6rem, -50%);
  }
}

@media print, screen and (max-width: 768px) {
  #container .inner .js_wrap {
    position: relative;
  }
}

#container .inner .js_wrap .show_more2 {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  text-align: center;
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
  color: #07477c;
  border: 0.26042vw solid #07477c;
  border-radius: 50vh;
  position: absolute;
  width: 67.70833vw;
  margin: 0 auto;
  padding: 1.30208vw 0;
  font-size: 3.125vw;
  font-weight: 700;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  #container .inner .js_wrap .show_more2 {
    display: none;
  }
}

#container .inner .js_wrap .show_more2::before, #container .inner .js_wrap .show_more2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #07477c;
  pointer-events: none;
  border-radius: 50vh;
}

@media print, screen and (max-width: 768px) {
  #container .inner .js_wrap .show_more2::before, #container .inner .js_wrap .show_more2::after {
    right: 2.60417vw;
    width: 3.90625vw;
    height: 0.26042vw;
  }
}

#container .inner .js_wrap .show_more2::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -1px;
}

@media print, screen and (max-width: 768px) {
  #container .inner .js_wrap .show_more2::after {
    margin-top: -0.13021vw;
  }
}

#container .inner .js_wrap .active {
  bottom: -1.30208vw;
}

#container .inner .js_wrap .active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container {
    width: 100%;
    height: 900px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 10.41667vw;
  }
  #container .inner .table_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(#ffffff));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), to(#ffffff));
    background: -webkit-linear-gradient(top, transparent 90%, #ffffff 100%);
    background: -o-linear-gradient(top, transparent 90%, #ffffff 100%);
    background: linear-gradient(to bottom, transparent 90%, #ffffff 100%);
  }
  #container .inner .table_container.open::after {
    z-index: -1;
  }
}

@media print, screen and (max-width: 480px) {
  #container .inner .table_container {
    height: 520px;
  }
}

#container .inner .table_container table {
  width: 100%;
  table-layout: auto;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table {
    width: 148.4375vw;
  }
}

#container .inner .table_container table tr th, #container .inner .table_container table tr td {
  vertical-align: middle;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr th, #container .inner .table_container table tr td {
    white-space: nowrap;
  }
}

#container .inner .table_container table tr th span, #container .inner .table_container table tr td span {
  display: block;
  line-height: 1.2;
}

#container .inner .table_container table tr th {
  font-size: 2rem;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr th {
    font-size: 2.86458vw;
  }
}

#container .inner .table_container table tr td {
  width: 21%;
  font-size: 1.6rem;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr td {
    width: 36.45833vw;
    font-size: 2.34375vw;
  }
}

#container .inner .table_container table tr.category_top th:nth-child(2) {
  background-color: #182d69;
  -webkit-clip-path: polygon(0 80%, 0 0, 100% 0, 100% 80%, 50% 100%);
  clip-path: polygon(0 80%, 0 0, 100% 0, 100% 80%, 50% 100%);
}

#container .inner .table_container table tr.category_top th:nth-child(2) span {
  color: #fff;
  padding: 0 0 1rem;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category_top th:nth-child(2) span {
    padding: 0 0 1.30208vw;
  }
}

#container .inner .table_container table tr.category_top th:last-child {
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  background-color: #ca051c;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category_top th:last-child {
    border-left: 1.04167vw solid #fff;
    border-bottom: 1.04167vw solid #fff;
  }
}

#container .inner .table_container table tr.category_top th:last-child span {
  padding: 0.6rem 0;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category_top th:last-child span {
    padding: 1.30208vw 0;
  }
}

#container .inner .table_container table tr.category_item th {
  border-left: 8px solid #fff;
  background-color: #ca051c;
  -webkit-clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);
  clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category_item th {
    border-left: 1.04167vw solid #fff;
  }
}

#container .inner .table_container table tr.category_item th span {
  padding: 1.6rem 0 0;
  height: 7rem;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category_item th span {
    padding: 3.38542vw 0 0;
    height: 11.71875vw;
  }
}

#container .inner .table_container table tr.category_img td {
  vertical-align: top;
  padding: 2rem 0 1.2rem;
  border-left: 8px solid #fff;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category_img td {
    padding: 3.90625vw 0;
    border-left: 1.04167vw solid #fff;
  }
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category_img td span {
    padding: 0 1.30208vw;
  }
}

#container .inner .table_container table tr.category_img td a {
  color: #07477c;
  display: inline-block;
  width: 80%;
  margin: 1.4rem auto 0;
  padding: 0.8rem 0;
  border: 2px solid #07477c;
  border-radius: 50vh;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category_img td a {
    width: 100%;
    padding: 1.30208vw 0;
    margin: 2.60417vw auto 0;
    font-size: 2.60417vw;
    border: 0.39063vw solid #07477c;
  }
}

#container .inner .table_container table tr.category_img td a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0.8rem;
  height: 1.4rem;
  background: url(../images/arrow_b.svg) no-repeat center center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category_img td a::after {
    right: 2.60417vw;
    width: 1.30208vw;
    height: 2.08333vw;
  }
}

@media print, screen and (min-width: 769px) {
  #container .inner .table_container table tr.category_img td a:hover {
    opacity: 0.75;
  }
  #container .inner .table_container table tr.category_img td a:hover::after {
    -webkit-transform: translate(0.6rem, -50%);
    -ms-transform: translate(0.6rem, -50%);
    transform: translate(0.6rem, -50%);
  }
}

#container .inner .table_container table tr.category th {
  padding: 2.6rem 0;
  border-top: 8px solid #fff;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category th {
    width: 36.45833vw;
    padding: 3.90625vw 0;
    border-top: 1.04167vw solid #fff;
  }
}

#container .inner .table_container table tr.category th.purple {
  background-color: #c0c9e6;
}

#container .inner .table_container table tr.category th.pink {
  background-color: #f8cbc0;
}

#container .inner .table_container table tr.category th.yellow {
  background-color: #fff799;
}

#container .inner .table_container table tr.category th.orange {
  background-color: #ffe399;
}

#container .inner .table_container table tr.category td {
  height: 3.8em;
  font-weight: 700;
  background-color: #eeeeee;
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category td {
    height: 8.85417vw;
    border-top: 1.04167vw solid #fff;
    border-left: 1.04167vw solid #fff;
  }
}

#container .inner .table_container table tr.category td b {
  position: absolute;
  top: -0.7rem;
  left: 0;
  z-index: 2;
  background-color: #b68d24;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 16px;
  padding: 0 0.6rem;
}

@media print, screen and (max-width: 768px) {
  #container .inner .table_container table tr.category td b {
    top: -0.78125vw;
    font-size: 1.82292vw;
  }
}

#container .inner .table_container table tr.category td b sup {
  font-size: 60%;
  vertical-align: text-top;
}

#container .inner .table_container table tr.category td.blue {
  color: #fff;
  background-color: #4774b9;
}

#container .inner .table_container table tr.category td.red {
  color: #fff;
  background-color: #e60012;
}

#container .inner .table_container table tr.category td.purple {
  background-color: #d4dcf7;
}

#container .inner .table_container table tr.category td.pink {
  background-color: #f8cbc0;
}

#container .inner .table_container table tr.category td.dark_yellow {
  background-color: #fed900;
}

#container .inner .table_container table tr.category td.yellow {
  background-color: #fff799;
}

#container .inner .table_container table tr.category td.orange {
  background-color: #ffe399;
}

#container .inner .table_container table tr.category td.green {
  background-color: #d2e2d3;
}

.pc_show {
  display: block;
}

.pc_show._inline {
  display: inline;
}

.pc_show._inline-block {
  display: inline-block;
}

@media print, screen and (max-width: 768px) {
  .pc_show {
    display: none;
  }
}

.sp_show {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .sp_show {
    display: block;
  }
  .sp_show._inline {
    display: inline;
  }
  .sp_show._inline-block {
    display: inline-block;
  }
}
