@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# typography
=============================================== */
/* ===============================================
# spacing
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# border radius
=============================================== */
/* ===============================================
# transition
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideShow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes yurayura {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
.p-wysiwyg__main {
  background: #fefefe;
}
.p-wysiwyg__container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.p-wysiwyg__lead {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
}
.p-wysiwyg__meta {
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__meta {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 70px;
  }
}
.p-wysiwyg__section {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__section {
    padding-bottom: 28px;
  }
}
.p-wysiwyg__section ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
  list-style-type: none;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__section ul {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-wysiwyg__section ul li {
  text-indent: -1em;
}
.p-wysiwyg__section ul li:before {
  content: "・";
  text-indent: -1em;
  color: #008ace;
}
.p-wysiwyg__quote {
  padding: 80px 120px;
  margin-top: 40px;
  border-radius: var(--rounted-md, 6px);
  background: #F4F4F6;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__quote {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 40px 20px;
  }
}
.p-wysiwyg__table-container {
  max-width: 976px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table-container {
    margin: 0 auto 40px;
  }
}
.p-wysiwyg__table-container--caption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  text-align: right;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table-container--caption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 4px;
  }
}
.p-wysiwyg__table {
  font-family: inherit;
  letter-spacing: 0;
  border: 1px solid #00b097;
  width: 100%;
  border-collapse: collapse;
}
.p-wysiwyg__table:not(:last-child) {
  margin-bottom: 20px;
}
.p-wysiwyg__table--br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table--br {
    display: block;
  }
}
.p-wysiwyg__table th,
.p-wysiwyg__table td {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  border: 1px solid #00b097;
  padding: 20px 16px !important;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table th,
.p-wysiwyg__table td {
    padding: 4px !important;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-wysiwyg__table th:nth-child(1),
.p-wysiwyg__table td:nth-child(1) {
  width: 48px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table th:nth-child(1),
.p-wysiwyg__table td:nth-child(1) {
    width: 20px;
    white-space: wrap;
  }
}
.p-wysiwyg__table th:nth-child(2),
.p-wysiwyg__table td:nth-child(2) {
  width: calc(100% - 240px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table th:nth-child(2),
.p-wysiwyg__table td:nth-child(2) {
    width: calc(100% - 100px);
  }
}
.p-wysiwyg__table th:nth-child(3), .p-wysiwyg__table th:nth-child(4), .p-wysiwyg__table th:nth-child(5), .p-wysiwyg__table th:nth-child(6),
.p-wysiwyg__table td:nth-child(3),
.p-wysiwyg__table td:nth-child(4),
.p-wysiwyg__table td:nth-child(5),
.p-wysiwyg__table td:nth-child(6) {
  width: 48px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table th:nth-child(3), .p-wysiwyg__table th:nth-child(4), .p-wysiwyg__table th:nth-child(5), .p-wysiwyg__table th:nth-child(6),
.p-wysiwyg__table td:nth-child(3),
.p-wysiwyg__table td:nth-child(4),
.p-wysiwyg__table td:nth-child(5),
.p-wysiwyg__table td:nth-child(6) {
    width: 20px;
  }
}
.p-wysiwyg__table--head {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
  background: #00b097;
  color: #fefefe;
  padding: 14px 24px !important;
  text-align: left !important;
  white-space: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table--head {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 600;
    padding: 14px 8px !important;
    font-weight: 600 !important;
  }
}
.p-wysiwyg__table--caption {
  text-align: left !important;
}
.p-wysiwyg__table--reason th:nth-child(2) {
  width: calc(100% - 119px);
  text-align: left;
}
.p-wysiwyg__table--reason th:nth-child(3) {
  width: 71px !important;
  padding: 10px 10px !important;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table--reason th:nth-child(3) {
    width: 20px;
  }
}
.p-wysiwyg__table--reason td:nth-child(1) {
  width: calc(100% - 119px);
  text-align: left;
  white-space: wrap;
}
.p-wysiwyg__table--reason td:nth-child(2) {
  width: 71px !important;
  padding: 10px 10px !important;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__table--reason td:nth-child(2) {
    width: 79px;
  }
}
.p-wysiwyg__table--reason td:nth-child(3), .p-wysiwyg__table--reason td:nth-child(4), .p-wysiwyg__table--reason td:nth-child(5), .p-wysiwyg__table--reason td:nth-child(6) {
  width: 0 !important;
  white-space: wrap !important;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 400;
  }
}
.p-wysiwyg p:not(:last-child) {
  margin-bottom: 40px;
}
.p-wysiwyg h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: inline-block;
  background-image: repeating-linear-gradient(90deg, #008ace, #008ace 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-wysiwyg h3 {
  margin: 22px 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
    margin: 12px 0;
  }
}
.p-wysiwyg h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  margin: 4px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
    margin: 4px 0 4px;
  }
}
.p-wysiwyg h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 4px 0;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg h5 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 500;
  }
}
.p-wysiwyg__summary h3 {
  display: inline-block;
  background: #FDE7B2;
  padding: 4px 1px;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__summary h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
.p-wysiwyg__summary h4 {
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__summary h4 {
    margin: 12px 0;
  }
}
.p-wysiwyg__summary h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-wysiwyg__summary h5 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 700;
  }
}
/*# sourceMappingURL=owada-wysiwyg-style.css.map */