.p-detail__main {
  max-width: 860px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  .p-detail__main {
    padding: 0 5% 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-detail__main {
    padding: 0 5% 40px;
  }
}
.p-detail__main time {
  display: block;
  margin: 0 auto;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-detail__main time {
    margin: 0 auto 5%;
  }
}
.p-detail__main time small {
  display: block;
  margin-top: 8px;
  color: #a9a9a9;
}
@media screen and (max-width: 767px) {
  .p-detail__main time small {
    margin-top: 1%;
  }
}
.p-detail__main figure {
  margin: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-detail__main figure {
    margin: 8% 0 4%;
  }
}
.p-detail__main .p-detail__main--img {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-detail__main .p-detail__main--img {
    margin: 1% 0;
  }
}
.p-detail__txt {
  line-height: 2;
}
.p-detail__txt p {
  padding: 5px 0;
}
.p-detail__bg {
  margin: 20px 0;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
 .p-detail__bg {
    margin: 3% 0;
    padding: 3%;
  }
}
.p-detail__list {
  margin: 0 0 20px;
  padding-left: 20px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-detail__list {
    padding-left: 8%;
  }
}
.p-detail__list--disc {
  list-style: disc;
}
.p-detail__list--disc li:before {
  content: '■';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  color: #e73b35;
}

.p-detail__list li {
  line-height: 1.8;
  list-style: none;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-detail__list li {
    font-size: 14px;
  }
}
.p-detail__list--square li:before {
  content: '●';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  color: #e73b35;
}
.p-detail__list--check {
}
.p-detail__list--check li {
  position: relative;
}

.p-detail__list--check li:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: -20px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #e73b35;
  border-bottom: 2px solid #e73b35;
  transform: rotate(-45deg);
}
.p-detail__heading {
  margin-bottom: 40px;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-detail__heading{
    margin-bottom: 8%;
    font-size: 5.4vw;
  }
}
h3.p-detail__heading{
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h3.p-detail__heading{
    font-size: 5vw;
  }
}
.p-detail__heading01 {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-detail__heading01 {
    margin-bottom: 10%;
  }
}
.p-detail__heading02 {
  text-align: left;
}
.p-detail__heading02 {
  text-align: left;
}
.p-detail__heading03 {
  padding: 16px 20px 18px;
  color: #fff;
  background: #e73b35;
}
@media screen and (max-width: 767px) {
  .p-detail__heading03 {
    padding: 2% 4% 3%;
  }
}
.p-detail__heading04 {
  padding: 10px 20px 12px;
  color: #fff;
  background: #e73b35;
  counter-increment: section 1;
}
@media screen and (max-width: 767px) {
  .p-detail__heading04 {
    padding: 2% 4% 3%;
  }
}
.p-detail__heading04:before {
  display: inline-block;
  margin-right: 12px;
  font-size: 22px;
  color: #ffffff;
  content: counter(section, decimal-leading-zero);
}
@media screen and (max-width: 767px) {
  .p-detail__heading04:before {
    margin-right: 2%;
    font-size: 5.4vw;
  }
}
.p-detail__heading05 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-detail__heading05:before {
  margin-right: 24px;
  border-top: 1px solid #000;
  content: "";
  width: 40px;
}
@media screen and (max-width: 767px) {
  .p-detail__heading05:before {
    margin-right: 12px;
    width: 30px;
  }
}
.p-detail__heading06 {
  text-align: center;
}
.p-detail__heading06:after {
  position: static !important;
  display: block;
  border-top: 1px solid #000;
  content: "";
  width: 48px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail__heading06:after {
    width: 20px;
  }
}
.p-detail__heading07 {
  padding: 14px 24px 16px;
  background-color: #ffedec;
}
@media screen and (max-width: 767px) {
  .p-detail__heading07 {
    padding: 16px 8px 16px 24px;
  }
}
.p-detail__heading07:before {
  content: "";
  display: inline-block;
  margin-right: 24px;
  width: 16px;
  height: 16px;
  background: #e73b35;
  vertical-align: 0;
}
@media screen and (max-width: 767px) {
  .p-detail__heading07:before {

  }
}
.p-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-anchor {
    margin: 10% 0;
  }
}
.p-anchor .wp-block-group__inner-container {
  display: flex;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-anchor .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 3%;
  }
}
.p-anchor h4 {
  padding: 0;
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .p-anchor h4 {
    padding: 0;
  }
}
.p-anchor h4 a {
  display: block;
  border-radius: 50px;
  background: #ececec;
  font-size: 16px;
  padding: 12px 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-anchor h4 a {
    padding: 8px 6%;
    font-size: 3.2vw;
  }
}
.p-detail__box .p-detail__box-ttl{
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-detail__box .p-detail__box-ttl{
    margin-bottom: 3%;
    font-size: 4.8vw;
  }
}
.p-detail__main .p-detail__box--img,
.p-detail__main .p-custum__box--img {
  margin: 0 !important;
}
.p-detail__box {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-detail__box {
    margin: 10% auto;
  }
}
.p-detail__box h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-detail__box h2 {
    margin-bottom: 3%;
    font-size: 16px;
  }
}
.p-detail__box01 {
  display: block;
}
.p-detail__box02 {
  display: block;
  border: 1px solid #e73b35 !important;
}
.p-detail__box03 {
  position: relative;
  display: block;
  border: 1px solid #e73b35 !important;
}
.p-detail__box03:after {
  position: absolute;
  content: "";
}
.p-detail__box03 h2 {
  margin-bottom: 20px;
  font-weight: 500;
}
.p-detail__box03 .wp-block-button__link {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-custum__box {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-custum__box {
    margin: 5% auto 10%;
  }
}
.p-custum__box h4 {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
.p-custum__box h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.p-custum__box p{
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
.p-custum__box p{
    font-size: 4.2vw;
  }
}
.p-custum__box .wp-block-image.size-large img{
  width: 100%;
}

.p-custum__box01 > .wp-block-group__inner-container,
.p-custum__box01.l-custum__sp > .wp-block-group__inner-container {
  display: flex;
  gap: 36px;
}
.p-custum__box01.l-custum__sp .wp-block-group{
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-custum__box01 > .wp-block-group__inner-container{
  gap: 20px;
  }
  .p-custum__box01.l-custum__sp > .wp-block-group__inner-container {
    display: block;
  }
}
.p-custum__box01 h4,
.p-custum__box01.l-custum__sp h4 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-custum__box01 h4,
  .p-custum__box01.l-custum__sp h4 {
    font-size: 14px;
  }
}
.p-custum__box01 .wp-block-group,
.p-custum__box01.l-custum__sp .wp-block-group {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-custum__box01.l-custum__sp .wp-block-group {
    width: 100%;
  }
}
.p-custum__box02 > .wp-block-group__inner-container {
  display: flex;
  gap: 36px;
  align-items: center;
}
.p-custum__box02 .p-custum__box--img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-custum__box02 .p-custum__box--img{
    width: 100%;
  }
  .p-custum__box02 > .wp-block-group__inner-container {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .p-custum__box02.l-custum__sp .p-custum__box--img {
    width: 100%;
  }
}
.p-custum__box02 .p-custum__box-txt {
  width: 100%;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-custum__box02 .p-custum__box-txt{
    width: 100%;
  }
  .p-custum__box02.l-custum__sp .p-custum__box-txt {
    width: 100%;
    margin-top: 3%;
  }
}
.p-custum__box02 .p-custum__box-txt h4 {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-custum__box02 .p-custum__box-txt h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-custum__box02.l-custum__sp > .wp-block-group__inner-container {
    display: block;
  }
}
.p-custum__box03 .p-custum__box-txt {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-custum__box03 .p-custum__box-txt {
    width: 100%;
    margin-top: 3%;
  }
}
.p-custum__box04 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-custum__box04 li {
  flex: 1;
  position: relative;
  padding: 40px 30px 40px 30px;
  background: #f5f5f5;
  counter-increment: number 1;
  content: counter(number);
  font-size: 18px;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-custum__box04 li {
    padding: 10% 20px 10% 20px;
    font-size: 4.8vw;
  }
}
.p-custum__box04 li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #e73b35 transparent transparent transparent;
}
.p-custum__box04 li:after {
  content: counter(number);
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-custum__box04 {
    display: block;
  }
  .p-custum__box04 li{
    margin-bottom: 10px;
  }
}

.p-custum__box05 > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .p-custum__box05.l-custum__sp > .wp-block-group__inner-container {
    display: block;
  }
}
.p-custum__box05 .p-custum__box--img {
  width: 50%;
}
.p-custum__box05 .p-custum__box-txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-custum__box05 > .wp-block-group__inner-container{
    gap: 20px;
  }
  .p-custum__box05.l-custum__sp .p-custum__box--img {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-custum__box05.l-custum__sp .p-custum__box-txt {
    width: 100%;
  }
}
.p-custum__box05 .p-custum__box--txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-custum__box05.l-custum__sp .p-custum__box--txt {
    width: 100%;
  }
}
.p-custum__box06 {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-custum__box06 {
    padding: 10% 0;
  }
}
.p-custum__box06:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    width: 100vw;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
}
.p-custum__box06 > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
.p-custum__box06 > .wp-block-group__inner-container{
  gap: 20px;
}
  .p-custum__box06.l-custum__sp > .wp-block-group__inner-container {
    display: block;
  }
}
.p-custum__box06 .p-custum__box-txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-custum__box06 .p-custum__box-txt{
    margin-bottom: 20px;
    width: 100%;
  }
  .p-custum__box06.l-custum__sp .p-custum__box--txt {
    width: 100%;
  }
}
.p-custum__box06 .p-custum__box-txt h4 {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-custum__box06 .p-custum__box-txt h4 {
    font-size: 4.8vw;
  }
}
.p-custum__box06 .p-custum__box-txt h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-custum__box06 .p-custum__box-txt h4:before {
  border-top: 1px solid #000333;
  content: "";
  width: 40px;
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .p-custum__box06 .p-custum__box-txt h4:before {
    width: 30px;
    margin-right: 12px;
  }
}
.p-custum__box06 .p-custum__box--img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-custum__box06 .p-custum__box--img{
    margin-bottom: 20px;
  }
  .p-custum__box06.l-custum__sp .p-custum__box--img {
    width: 100%;
  }
}
.p-custum__box07 {
  position: relative;
  background: #f5f5f5;
}
.p-custum__box07:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  z-index: -1;
}
.p-custum__box07 > .wp-block-group__inner-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-custum__box07 > .wp-block-group__inner-container {
    gap: 4%;
    padding: 6% 0;
  }
}
@media screen and (max-width: 767px) {
  .p-custum__box07.l-custum__sp > .wp-block-group__inner-container {
    display: block;
    padding: 6% 0;
  }
}
.p-custum__box07 > .wp-block-group__inner-container > .wp-block-group {
  width: calc(50% - 10px);
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-custum__box07 > .wp-block-group__inner-container > .wp-block-group {
    padding: 4%;
    width: calc(50% - 2%);
  }
}
@media screen and (max-width: 767px) {
  .p-custum__box07.l-custum__sp > .wp-block-group__inner-container > .wp-block-group {
   width: 100%;
   margin-bottom: 4%;
  }
  .p-custum__box07.l-custum__sp > .wp-block-group__inner-container > .wp-block-group:last-child {
   margin-bottom: 0;
  }
}
.p-custum__box07 h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-custum__box07 h4 {
    margin-bottom: 5%;
    font-size: 4.8vw;
  }
}
.p-custum__box07 h4:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: #e73b35;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .p-custum__box07 h4:before {
    width: 12px;
    height: 12px;
  }
}
.p-custum__box08 > .wp-block-group__inner-container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-custum__box08 > .wp-block-group__inner-container {
    display: block;
  }
}
.p-custum__box08 > .wp-block-group__inner-container > .wp-block-group {
  width: 50%;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-custum__box08 > .wp-block-group__inner-container > .wp-block-group {
    width: 100%;
    margin-bottom: 4%;
  }
}
.p-custum__box08 .p-custum__box--inner {
  padding: 20px 20px 30px;
}
@media screen and (max-width: 767px) {
  .p-custum__box08 .p-custum__box--inner {
    padding: 5% 5% 8%;
  }
}
.p-custum__box08 .p-custum__box--txt {
  margin: 12px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-custum__box08 .p-custum__box--txt {
    margin: 2% 0 3%;
    padding: 0;
  }
}
.p-custum__box08 .p-custum__box--txtLeft {
  text-align: left;
}
.p-custum__box08 .wp-block-table {
  margin: 12px 0;
}
.p-custum__box08 .wp-block-table td {
  padding: 12px;
  background: inherit;
  text-align: center;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .p-custum__box08 .wp-block-table td {
    padding: 3%;
    font-size: 4.2vw;
  }
}
.p-custum__box08 .wp-block-table td:first-child {
  max-width: 40px;
  text-align: center;
  padding: 12px;
  background: #fff;
}
.p-custum__box08 h4 {
  padding: 12px 20px;
  color: #fff;
  background: #e73b35;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-custum__box08 h4 {
    padding: 3% 2%;
    font-size: 4.8vw;
  }
}
.p-custum__box08 .p-custum__box--btn {
  display: block;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .p-custum__box08 .p-custum__box--btn {
    display: block;
    margin: 5% auto 0;
  }
}
.p-custum__box08 .p-custum__box--btn .wp-block-button {
  display: block;
}
.p-custum__box09 {
  padding: 24px;
  background: #e73b35;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-custum__box09 {
    padding: 4%;
  }
}
.p-custum__box09 h4 {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-custum__box09 h4 {
    font-size: 4.8vw;
  }
}
.p-custum__box09 h4:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background: #fff;
  vertical-align: 0px;
}
@media screen and (max-width: 767px) {
  .p-custum__box09 h4:before {
    width: 12px;
    height: 12px;
  }
}
.p-custum__box09 .p-custum__box--btn {
  display: block;
  margin: 8px auto 0;
}
.p-custum__box09 .p-custum__box--btn .wp-block-button {
  display: block;
}
.p-custum__box09 .p-custum__box--btn .wp-block-button a {
  padding: 12px 8px;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-custum__box09 .p-custum__box--btn .wp-block-button a {
    padding: 8px 3px;
    font-size: 4.8vw;
    width: 100%;
  }
}
.p-custum__box09 .p-custum__box--btn .wp-block-button a:after {
  display: none;
}
.p-custum__box--list > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--list > .wp-block-group__inner-container {
    display: block;
  }
}
.p-custum__box--list > .wp-block-group__inner-container > .wp-block-group {
  width: calc(50% - 10px);
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-custum__box--list > .wp-block-group__inner-container > .wp-block-group {
    width: 100%;
    margin-bottom: 4%;
  }
  .p-custum__box--list > .wp-block-group__inner-container > .wp-block-group:last-child {
    margin-bottom: 0;
  }
}
.p-custum__box--listItem > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}
.p-custum__box--listItem > .wp-block-group__inner-container .p-custum__box--img {
  margin-bottom: 0;
  flex: 0.6;
}
.p-custum__box--listItem > .wp-block-group__inner-container .p-custum__box--txt {
  flex: 0.4;
  padding: 0 12px;
}
.p-custum__box--listItem > .wp-block-group__inner-container .p-custum__box--txt p {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--listItem > .wp-block-group__inner-container .p-custum__box--txt p {
    margin-bottom: 3%;
    font-size: 4.2vw;
  }
}
.p-custum__box--btn a {
  display: block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 16px 30px 18px;
  border: 4px solid #e73b35;
  background: #ffffff;
  border-radius: 50px;
  color: #e73b35;
  font-size: 14px;
  background: initial;
}
.p-custum__box--btn a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-custum__box--btn a {
    width: 100%;
    padding: 3% 5% 4%;
    font-size: 4.2vw;
  }
}
.l-box__column2 > div {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .l-box__column2 > div {
    gap: 20px;
  }
}
.l-box__column1 .p-detail__box--img img,
.l-box__column2 .p-detail__box--img img {
  width: 100%;
}
.l-box__column2 .p-detail__box--img {
  width: 50%;
  margin: 0;
}
.l-box__column1 .p-detail__box--txt {
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-box__column1 .p-detail__box--txt {
    font-size: 4.2vw;
  }
}
.l-box__column2 .p-detail__box--txt {
  width: 50%;
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-box__column2 .p-detail__box--txt {
    font-size: 4.2vw;
  }
}
.p-custum__box--faq {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq {
    margin: 10% auto;
  }
}
.p-custum__box--faq01 h4 {
  position: relative;
  padding: 12px 20px;
  color: #fff;
  background: #e73b35;
  font-size: 18px;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq01 h4 {
    padding: 3% 30px 3% 5%; 
    font-size: 4.8vw;
  }
}
.p-custum__box--faq01 h4:before,
.p-custum__box--faq01 h4:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  right: 8px;
  top: 50%;
  width: 16px;
  height: 1px;
  transform: translate(-50%, -50%);
}
.p-custum__box--faq01 h4:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-custum__box--faq01 h4.is-open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-custum__box--faq01 p {
  display: none;
  padding: 16px 20px;
  background: #f6f6f6;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq01 p {
    font-size: 4.2vw;
  }
}
.p-custum__box--faq02 h4 {
  position: relative;
  padding: 16px 12px 16px 32px;
  counter-increment: faq;
  border-bottom: 1px solid #000;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq02 h4 {
    font-size: 4.8vw;
  }
}
.p-custum__box--faq02 h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: counter(faq, decimal-leading-zero);
  font-size: 20px;
  transform: translate(0, -50%);
  margin-top: -3px;
  color: #e73b35;
}
.p-custum__box--faq02 p {
  padding: 16px 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq02 p {
    font-size: 4.2vw;
  }
}
.p-custum__box--faq03 h4 {
  margin-bottom: 12px;
}
.p-custum__box--faq03 h4 a {
  display: block;
  position: relative;
  padding: 16px 20px 16px 50px;
  background: #f6f6f6;
  transition-duration: 0.3s;
}
.p-custum__box--faq03 h4 a:hover {
  background: #e73b35;
  color: #fff;
}
.p-custum__box--faq03 h4 a:before {
  position: absolute;
  top: 50%;
  left: 18px;
  content: 'Q';
  font-size: 20px;
  font-weight: 400;
  transform: translate(0, -50%);
  color: #e73b35;
  transition-duration: 0.3s;
  font-size: 16px;
}
.p-custum__box--faq03 h4 a:hover:before  {
  color: #fff;
}
/*.p-custum__box--faq03 h4 a:after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 7px;
  margin-top: -5px;
  transform: skew(45deg);
  border-right: 1px solid #e73b35;
  border-bottom: 1px solid #e73b35;
  content: "";
  transition-duration: 0.3s;
}*/
.p-custum__box--faq03 h4 a:hover:after  {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-custum__box--faq04 h4 {
  display: block;
  position: relative;
  margin-bottom: 2px;
  padding: 16px 20px 16px 50px;
  background: #f5f5f5;
  transition-duration: 0.3s;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq04 h4 {
    padding: 3% 5% 3% 50px;
    font-size: 4.8vw;
  }
}
.p-custum__box--faq04 h4:before {
  position: absolute;
  top: 50%;
  left: 18px;
  content: "Q";
  font-size: 16px;
  font-weight: 400;
  transform: translate(0, -50%);
  color: #e73b35;
  transition-duration: 0.3s;
}
.p-custum__box--faq04 p {
  position: relative;
  padding: 16px 20px 16px 50px;
  background: #f6f6f6;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq04 p {
    padding: 3% 5% 3% 50px;
    font-size: 4.8vw;
  }
}
.p-custum__box--faq04 p:before {
  position: absolute;
  top: 50%;
  left: 18px;
  content: "A";
  font-size: 16px;
  transform: translate(0, -50%);
  color: #e73b35;
  transition-duration: 0.3s;
}
.p-custum__box--faq05{
  background: #f5f5f5;
  padding: 24px;
}
.p-custum__box--faq05 h4 {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq05 h4 {
    font-size: 4.8vw;
  }
}
.p-custum__box--faq05 h4:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background: #000;
  vertical-align: 0px;
}
.p-custum__box--faq05 ul,
.p-custum__box--faq06 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq05 ul,
  .p-custum__box--faq06 ul {
    display: block;
  }
}
.p-custum__box--faq05 li,
.p-custum__box--faq06 li {
  width: calc(33.3% - 14px);
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq05 li,
  .p-custum__box--faq06 li {
    width: 100%;
    margin-bottom: 3%;
  }
}
.p-custum__box--faq05 li a,
.p-custum__box--faq06 li a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 20px;
  background: #e73b35;
  box-shadow: none;
  /*box-shadow: 3px 3px 3px #dcd6cd;*/
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--faq05 li a,
  .p-custum__box--faq06 li a {
    padding: 2vw 4vw 2vw 4vw;
    font-size: 4.8vw;
  }
}
.p-primary__btn {
  width: 100%;
  display: block !important;
  max-width: 380px;
  margin: 60px auto;
  border-radius: 50px;
  box-shadow: 0px -2px 3px 3px #fff;
}
@media screen and (max-width: 767px) {
  .p-primary__btn {
    margin: 10% auto;
  }
}
.p-primary__btn .wp-block-button{
  display: block !important;
}
.p-primary__btn a{
  position: relative;
  display: block !important;
  border: 1px solid #000333;
  border-radius: 0;
  background: inherit;
  /* box-shadow: 0px 3px 6px 3px #d8f1f1; */
  color: #000333;
   */
  padding: 20px 30px 21px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-primary__btn a{
    padding: 5% 10px 5%;
    font-size: 4.2vw;
  }
}
/*.p-primary__btn a:after{
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 8px;
  margin-top: -6px;
  transform: skew(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  transition-duration: 0.3s;
}*/
.p-custum__box--otherItem {
  position: relative;
  margin-bottom: 40px;
  counter-increment: other;
}
.p-custum__box--otherItem:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 20px;
  height: 100%;
  width: 2px;
  background: #e73b35;
}
@media screen and (max-width: 767px) {
  .p-custum__box--otherItem:after {
    top: 38px;
    left: 9px;
  }
}
.p-custum__box--otherItem:last-child:after {
  display: none;
}
.p-custum__box--other h4 {
  position: relative;
  margin-bottom: 20px;
  padding: 8px 12px 8px 70px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--other h4 {
    margin-bottom: 5%;
    padding: 8px 12px 8px 40px;
    font-size: 4.8vw;
  }
}
.p-custum__box--other h4:before {
  position: absolute;
  top: 50%;
  left: 9px;
  content: counter(other, decimal-leading-zero);
  font-size: 18px;
  transform: translate(0, -52%);
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-custum__box--other h4:before {
    left: 0;
    font-size: 18px;
  }
}
.p-custum__box--other h4:after {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  width: 60px;
  height: 60px;
  transform: translate(0, -50%);
  background: #e73b35;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--other h4:after {
    width: 40px;
    height: 40px;
  }
}
.p-custum__box--otherMain {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--otherMain {
    padding-left: 40px;
  }
}
.p-custum__box--otherInner {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--otherInner {
    margin-top: 8%;
  }
}
.p-custum__box--otherInner > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--otherInner > .wp-block-group__inner-container {
    display: block;
  }
}
.p-custum__box--otherInner > .wp-block-group__inner-container .p-other__box--img {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-custum__box--otherInner > .wp-block-group__inner-container .p-other__box--img {
    width: 100%;
  }
}
.p-custum__box--otherInner > .wp-block-group__inner-container .p-other__box--txt {
  width: 50%;
  line-height: 1.9;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--otherInner > .wp-block-group__inner-container .p-other__box--txt {
    width: 100%;
    margin-top: 3%;
    font-size: 4.2vw;
  }
}
.p-custum__box--other .p-other__box--txtTop {
  display: inline-block;
  padding: 12px 20px;
  background: #f5f5f5;
  border-radius: 50px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-custum__box--other .p-other__box--txtTop {
    display: inline-block;
    padding: 3% 6%;
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-page__main {
    padding: 0 5%;
  }
}