@charset "UTF-8";
/* settings */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
footer.pane-footer {
  margin: 0 !important;
}

#ehocp {
  background: url(/img/category/0114/2026cp/bg.webp) top center;
  letter-spacing: 0.05em;
}
#ehocp a, #ehocp section, #ehocp div, #ehocp th, #ehocp td {
  box-sizing: border-box;
}
#ehocp i {
  vertical-align: baseline;
}
#ehocp b {
  font-weight: bold;
}
#ehocp strong {
  font-weight: 500;
}
#ehocp a {
  cursor: pointer;
  text-decoration: none;
}
#ehocp a:hover {
  text-decoration: none;
}
#ehocp a:hover img {
  opacity: 1;
}
#ehocp h1 {
  margin: 0 auto;
  padding: 15px;
}
#ehocp h1 img {
  width: 100%;
}
#ehocp .p-text {
  border-bottom: 3px dotted #000;
  font-size: clamp(13px, 3.6vw, 18px);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
#ehocp .p-section {
  background: white;
  border-radius: 20px;
}
#ehocp .p-table {
  border-bottom: 3px dotted #000;
  width: 100%;
}
#ehocp .p-table dt {
  background: #de2532;
  border-radius: 50px;
  color: white;
  font-weight: 900;
  line-height: 1.8;
  margin: 10px auto 15px;
  text-align: center;
  width: 120px;
}
#ehocp .p-table dd {
  font-weight: 600;
  line-height: 1.8;
}
#ehocp .p-table dd ol li {
  line-height: 1.6;
  margin-bottom: 10px;
  margin-left: 1.5em;
  text-align: left;
  text-indent: -1.5em;
}
#ehocp em {
  color: #de2532;
  font-weight: 900;
}
#ehocp .p-list.-annotation + * {
  margin-top: 15px;
}
#ehocp .p-list.-annotation li {
  margin-top: 5px;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}
#ehocp .p-list.-annotation li::before {
  content: "※";
  display: inline-block;
  left: 0;
  position: absolute;
}
#ehocp .p-list.-em + * {
  margin-top: 15px;
}
#ehocp .p-list.-em li {
  font-weight: 600;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
  text-align: left;
}
#ehocp .p-list.-em li + li {
  margin-top: 5px;
}
#ehocp .p-list.-em li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 10px;
}
#ehocp .p-btn {
  background: #eacb84;
  border-radius: 50px;
  color: black;
  display: block;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
  font-weight: bold;
  line-height: 1;
  padding: 25px 0;
  text-align: center;
  transition: 0.3s;
}
#ehocp .p-btn::after {
  border-right: 3px solid black;
  border-top: 3px solid black;
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 10px;
  right: 15px;
  top: 17px;
  transform: rotate(45deg);
  width: 13px;
}
#ehocp .p-btn:hover {
  filter: none;
  opacity: 0.8;
}
#ehocp .p-btn.-red {
  background: #de2532;
  color: white;
  display: inline-block;
  height: inherit;
  padding: 15px 25px;
  width: inherit;
}
#ehocp .p-btn.-red::after {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}
@media print, screen and (min-width: 961px) {
  .r-contBox {
    display: flex;
    justify-content: space-between;
  }
  ._sp {
    display: none !important;
  }
  ._pc {
    display: block;
  }
  #ehocp {
    background-size: 30%;
    padding-bottom: 100px;
    padding-top: 20px;
  }
  #ehocp h1 {
    max-width: 800px;
  }
  #ehocp h2 {
    margin: 0 auto 30px;
    width: 245px;
  }
  #ehocp .p-text {
    font-size: 22px;
    padding-bottom: 40px;
  }
  #ehocp .p-text em {
    font-size: 24px;
  }
  #ehocp .p-text small {
    font-size: 14px;
  }
  #ehocp .p-section {
    margin: 20px auto 60px;
    max-width: 1040px;
    padding: 40px;
  }
  #ehocp .p-table {
    padding: 15px 0;
  }
  #ehocp .p-table dt {
    font-size: 20px;
  }
  #ehocp .p-table dd {
    font-size: 20px;
    text-align: center;
  }
  #ehocp .p-list.-em li {
    font-size: 20px;
  }
  #ehocp .p-btn {
    font-size: 22px;
    height: 70px;
    margin: 20px auto;
    width: 530px;
  }
}
@media screen and (max-width: 960px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
  #ehocp {
    background-size: 100%;
    padding-bottom: 40px;
  }
  #ehocp h2 {
    margin: 0 auto 15px;
    width: 200px;
  }
  #ehocp .p-text {
    letter-spacing: 0;
    padding-bottom: 20px;
  }
  #ehocp .p-text em {
    font-size: 18px;
  }
  #ehocp .p-text small {
    font-size: 12px;
  }
  #ehocp .p-section {
    margin: 0 15px 30px;
    padding: 25px 15px;
  }
  #ehocp .p-table {
    padding: 15px 0;
  }
  #ehocp .p-table dt {
    font-size: 17px;
  }
  #ehocp .p-table dd {
    font-size: clamp(13px, 3.6vw, 18px);
    letter-spacing: 0;
  }
  #ehocp .p-list.-annotation li {
    line-height: 1.4;
  }
  #ehocp .p-list.-annotation li::before {
    top: -1px;
  }
  #ehocp .p-list.-em li {
    font-size: clamp(13px, 3.6vw, 18px);
  }
  #ehocp .p-list.-em li::before {
    top: 8px;
  }
  #ehocp .p-btn {
    font-size: 18px;
    margin: 20px auto;
    width: 300px;
  }
}
/*# sourceMappingURL=../maps/usr/ehocp_2026.css.map */
