.h3-style {
  width: 100%;
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
  border-bottom: 1px solid #ef8201;
  border-left: 8px solid #ef8201;
  padding-left: 5px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.erabikatapage p {
  width: 100% !important;
  max-width: 1100px !important;
}
.h4-style {
  width: 100% !important;
  max-width: 1100px !important;
  border-bottom: 1px dotted #ef8201;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #ef8201;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.erabikatapage ul {
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 2%;
  margin-bottom: 2%;
  list-style-type: none !important;
}
.erabikatapage ul li {
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 7px;
  margin-bottom: 7px;
}
section {
  padding-bottom: 3% !important;
}
@media screen and (min-width: 769px) {
  .fourbox {
    display: flex;
    flex-wrap: wrap; /* 折り返しが必要なら */
    align-items: stretch; /* 高さを自動で揃える */
    width: 100% !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2%;
  }
  .fourbox .boxs {
    flex: 1; /* 幅を均等にしたい場合 */
    margin: 0 1% 1% 0; /* 余白（例） */
    box-sizing: border-box; /* padding など含めて調整 */
    border: 1px solid #ff6600;
    padding: 2%;
    border-radius: 8px;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .fourbox .boxs {
    width: 96%;
    ;
    border: 1px solid #ff6600;
    padding: 2%;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 2%;
  }
}
.imgbox {
  width: 100%;
  max-width: 1100px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 2%;
  margin-bottom: 2%;
}
@media screen and (min-width: 769px) {
  .p-left {
    width: 65%;
    float: left;
  }
  .img-right {
    width: 34%;
    float: right;
  }
  .img-right img {
    width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .p-left {
    width: 100%;
  }
  .img-right {
    width: 100%;
  }
  .img-right img {
    width: 100%;
    height: auto !important;
  }
}
.crumbs br {
  display: none;
}
@media screen and (min-width: 769px) {
  .info-voicebox {
    width: 100% !important;
    max-width: 800px;
    margin-left: 4%;
  }
  .info_day {
    width: 100%;
    max-width: 350px;
    float: left;
    vertical-align: top;
  }
  .voicebox {
    float: right;
    width: 80%;
    max-width: 300px;
    vertical-align: top !important;
    position: relative;
    margin-top: -60px;
  }
  .voicebox p {
    font-size: 12px !important;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info-voicebox {
    width: 100% !important;
    max-width: 800px;
  }
  .info_day {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
  }
  .voicebox {
    display: block;
    text-align: center;
    vertical-align: top;
    position: relative;
    margin-bottom: 9%;
  }
  .voicebox p {
    font-size: 12px !important;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  #page_title {
    font-size: 14px !important;
  }
}
.table {
  width: 100%;
  max-width: 1100px !important;
  margin: 2% auto;
  border-collapse: collapse;
  font-size: 16px;
  color: #333;
}
.table th, .table td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.table thead th {
  background-color: #f5f5f5;
  font-weight: 600;
  text-align: center;
}
.table tbody th, .table tbody td:first-child {
  background-color: #fafafa;
  font-weight: 500;
  white-space: nowrap;
}
.table td {
  text-align: center;
}
.table td:last-child {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table {
    font-size: 14px;
  }
  .table th, .table td {
    padding: 10px 8px;
  }
}
.faq {
  max-width: 1000px;
  margin: 0 auto;
  color: #333;
}
.faq-item {
  border-bottom: 1px solid #ddd;
}
.faq summary {
  padding: 18px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  position: relative;
  color:#ff6600;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "＋";
  position: absolute;
  right: 16px;
  font-size: 18px;
color:#ff6600;
}
.faq details[open] summary::after {
  content: "－";
color:#ff6600;
}
.faq-answer {
  padding: 0 16px 16px;
}
.faq-answer p {
  margin: 0 0 10px;
}
.faq-answer ul {
  margin: 0 0 10px 20px;
}
.faq-a {
  font-weight: 600;
}
.read-ul {
  width: 96%;
  max-width: 700px;
  border: 1px solid #ff6600;
  padding: 2%;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
}