.p-contact .anchor table tr td {
  color: White;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  margin-top: 32px;
  padding: 6px 6px 0;
  border: solid 1px black;
  background-color: #0045B6;
}
.p-contact .anchor table tr td a {
  color: White;
}

.p-price-box {
  margin-top: 48px;
}
.p-price-box img {
  width: 90%;
  margin: -24px auto 0;
}

.p-price-box-item {
  border: 1px solid #707070;
  border-radius: 8px;
  height: 500px;
}
.p-price-box-item-l {
  border: 1px solid #707070;
  border-radius: 8px;
  height: 500px;
}
@media screen and (max-width: 480px) {
  .p-price-box-item {
    height: 440px;
  }
  .p-price-box-item-l {
    height: 440px;
  }
}
.p-price-title-japanese {
  text-align: center !important;
  font-size: 15px;
  height: 60px;
  line-height: 1.2 !important;
}
.p-price-title-english {
  text-align: center !important;
  font-size: 25px !important;
  padding: 4px 0 0 !important;
  line-height: 1 !important;
  height: 75px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.p-price dl {
  width: 80%;
  margin: 0 auto;
}
.p-price dt{
  font-size: 15px;
  float: left;
  width: 50%;
  color: White;
  text-align: left;
  border-bottom: 1px dotted #707070;
  padding: 8px 0 0;
}

.p-price dd{
  font-size: 15px;
  width: 50%;
  color: White;
  text-align: right;
  border-bottom: 1px dotted #707070;
  padding: 8px 0 0;
  margin-left: 50%;
}

a.p-price-box-button {
  font-size: 14px;
  background-color: #0d47a1;
  color: white;
  display: table;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
}

.lineup-detail-button {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

a.p-lineup-all-button {
  font-size: 15px;
  background-color: #0d47a1;
  color: white;
  display: table;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin: 16px;
  height: 40px;
  width: 200px;
}

a.p-lineup-price-button {
  font-size: 15px;
  background-color: #0d47a1;
  color: white;
  display: table;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin: 16px;
  height: 40px;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .lineup-detail-button {
    display: inline-block;
  }
  a.p-lineup-all-button {
    width: 100%;
    margin: 0;
  }
  a.p-lineup-price-button {
    width: 100%;
    margin: 0;
  }
}


.archive_container_title {
  text-align: center;
  color: white;
}
.archive_container_subtitle {
  text-align: center;
  color: white;
}
.archive_container_figure {

}
.archive_container_figure a img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.archive_container_p {
  height: 120px;
}
.archive_container_p_time {
  font-size: 12px !important;
  color: #ccc !important;
  padding: 12px 0 0 !important;
}

.archive_container_p_title {
  font-size: 14px !important;
  line-height: 1.6 !important;
  padding: 12px 0 0 !important;
}
.archive_container_p_title a {
  color: white !important;
}



