@charset "utf-8";

h3,
p {
  margin-bottom: 2em;
}
h3 {
  font-size: 15px;
  font-weight: bold;
  color: #002f71;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.headline {
  display: flex;
  justify-content: space-between;
}
.headline ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
}
.headline ul li a {
  font-weight: bold;
  font-size: 12px;
}
.headline ul li a:link,
.headline ul li a:visited {
  padding-left: 10px;
  color: #ffffff;
  text-decoration: none;
  background: url(/img/common/right-triangle.gif) no-repeat left 3px;
}
.contents-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ",
    Meiryo, serif;
  font-size: 18px;
  color: #002f71;
  margin-bottom: 20px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border-top: 1px solid #c6beb2;
  border-left: 1px solid #c6beb2;
  text-align: left;
}
table th {
  padding: 5px 10px 5px 10px;
  border-right: 1px solid #c6beb2;
  border-bottom: 1px solid #c6beb2;
}
table td {
  padding: 5px 10px 5px 10px;
  border-right: 1px solid #c6beb2;
  border-bottom: 1px solid #c6beb2;
}
table.outer > tbody > tr > th {
  background-color: #ede6d4;
  color: #00205c;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
}
table.inner th {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
p.link {
  text-align: center;
  margin-bottom: 20px;
}
p.link strong {
  color: #f67c9a;
  font-size: 16px;
  /* font-size: 1.6rem; */
  margin-right: 2em;
}
p.link a {
  margin-right: 2em;
}
.shop-icon {
  padding: 0 5px 0 0;
  text-align: right;
}
h4 {
  position: relative;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  color: #ffffff;
  background-color: #00205c;
}
h4 span {
  position: absolute;
  top: 4px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

@media screen and (max-width: 780px) {
  .headline ul {
    display: none;
  }
  .flex {
    flex-direction: column;
    align-items: center;
  }
  table.outer > tbody > tr > th,
  table.outer > tbody > tr > td {
    width: 100%;
    display: block;
    border-top: none;
  }
  table.inner td,
  table.inner th {
    padding: 0px !important;
    border: 1px solid #ccc;
  }
}
