@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.flexBox {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.flexBox figure {
  width: 45%;
}
.flexBox section {
  margin-bottom: 0 !important;
  margin-top: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .flexBox {
    display: block;
  }
  .flexBox figure {
    width: 100%;
    padding: 0 0 1rem;
  }
  .flexBox section {
    width: 100%;
  }
}

section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  section {
    margin-top: 20px;
  }
}
section:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  section:last-child {
    margin-bottom: 40px;
  }
}
section h2 {
  font-size: clamp(21px, 3.90625vw, 26px);
  font-weight: 500;
  line-height: clamp(30px, 3.90625vw, 40px);
  background: linear-gradient(transparent 70%, rgba(0, 169, 158, 0.2) 0%);
  display: inline;
  letter-spacing: 0.05em;
}
section h2 span {
  color: #009086;
  font-weight: 600;
  padding: 0 5px;
  position: relative;
  font-size: 105%;
  z-index: 10;
}
section h2 span::after {
  content: attr(data-span);
  -webkit-text-stroke: 4px white;
  position: absolute;
  left: 5px;
  z-index: -1;
}
section h3 {
  font-size: clamp(18px, 3.90625vw, 22px);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 2px dashed #00A99D;
}
section h4 {
  font-size: clamp(18px, 3.90625vw, 22px);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 2px dashed #00A99D;
}
section p {
  margin-top: 20px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  section p {
    font-size: 14px;
    line-height: 24px;
  }
}
section p .marker {
  background: linear-gradient(transparent 80%, #ffeb7f 0%);
  color: #00A99D;
  font-weight: bold;
  font-size: 1.1rem;
}
section p .blue {
  color: #00A99D;
  font-weight: bold;
}
section p.note {
  font-size: 14px;
  margin-top: 5px;
}
section dl {
  margin: 0 0 60px 0;
}
section dl dt {
  font-weight: 600;
  font-size: 22px;
  margin: 40px 0 0 0;
  color: #009086;
}
section dl dd {
  margin-top: 15px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  section dl dd {
    font-size: 14px;
    line-height: 24px;
  }
}
section dl.table {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: self-start;
  justify-content: space-between;
  border: 1px solid;
  width: 100%;
  padding: 0.6rem 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  grid-gap: 0.5rem 2rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  margin: 2rem auto;
}
section dl.table dt {
  margin: 0.5rem 0;
  color: #292929;
  font-size: 16px;
}
section dl.table dd {
  margin: 0.5rem 0;
}
section.sec03.fire .list {
  margin-top: 40px;
}
section.sec03.fire .list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  section.sec03.fire .list ul li {
    flex-wrap: wrap;
    gap: 15px;
  }
}
section.sec03.fire .list ul li .left {
  width: 20%;
}
@media screen and (max-width: 768px) {
  section.sec03.fire .list ul li .left {
    width: 100%;
  }
}
section.sec03.fire .list ul li .left img {
  margin-bottom: 5px;
}
section.sec03.fire .list ul li .left h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  line-height: 22px;
  padding: 5px 0;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: 500;
  background-color: #00A99D;
  color: white;
}
section.sec03.fire .list ul li .left h3 span {
  font-size: 90%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}
section.sec03.fire .list ul li p {
  width: 70%;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.sec03.fire .list ul li p {
    width: 100%;
  }
}
section.sec03.fire .list ul li p span {
  display: block;
  font-size: 13px;
}
section table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
  max-width: 865px;
}
section table td,
section table th {
  border: 2px #ccc solid;
  padding: 10px 25px;
  font-size: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  section table td,
  section table th {
    font-size: 14px;
    padding: 10px 15px;
  }
}
section table th {
  background-color: rgba(0, 169, 157, 0.2);
  letter-spacing: 0.1em;
  color: #292929;
  text-align: center;
}
section table td .price {
  font-weight: bold;
  color: #00A99D;
  padding-left: 3px;
}
section table td.center {
  text-align: center;
}
section table .bluetb {
  background-color: #00A99D;
  border: unset;
  font-size: 110%;
}
section table .bluetb th {
  color: white;
  text-shadow: 0 0 3px black;
}
@media screen and (max-width: 768px) {
  section table.sp {
    display: inline-table;
  }
}
section ul.list {
  border: 1px solid;
  padding: 1rem;
  border-radius: 1rem;
  margin: 2rem 0;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
section ul.list li {
  margin: 0.5rem 1rem 0.5rem 2rem;
  list-style: disc;
}
section ul.list.matome {
  border: none;
  padding: 1rem 0;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}
section .checklist {
  max-width: 800px;
  margin: 40px 0;
  border: 1px solid #ccc;
}
section .checklist .list-header h3 {
  background-color: #00A99D;
  text-align: center;
  color: white;
  text-shadow: 0 0 3px black;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 5px;
  font-size: 20px;
  margin: 0;
}
section .checklist ul {
  padding: 30px 0;
  padding-left: 90px;
}
@media screen and (max-width: 600px) {
  section .checklist ul {
    padding: 20px 15px 20px 50px;
  }
}
section .checklist ul li {
  font-size: 18px;
  padding-bottom: 15px;
  position: relative;
}
section .checklist ul li::before {
  content: "";
  background-image: url("../img/check.svg");
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34%;
  left: -35px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  section .checklist ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
section .checklist .caution {
  margin: 0px 50px 30px;
  padding: 20px;
  background-color: rgba(0, 169, 157, 0.2);
  font-size: 15px;
  letter-spacing: 0.05em;
  outline-offset: -7px;
  outline: 2px solid white;
}
@media screen and (max-width: 600px) {
  section .checklist .caution {
    font-size: 13px;
    margin: 20px;
  }
}
section .checklist .caution p {
  margin: 0;
}
section .inner_contents {
  margin: 40px 0;
  padding: 25px;
  border: 1px solid #ccc;
  border-radius: 15px;
}
section .inner_contents p {
  line-height: 35px;
}
@media screen and (max-width: 600px) {
  section .inner_contents p {
    line-height: 28px;
  }
}
section .inner_contents ul {
  padding: 30px 0;
  padding-left: 60px;
}
@media screen and (max-width: 600px) {
  section .inner_contents ul {
    padding: 20px 15px 20px 35px;
  }
}
section .inner_contents ul li {
  font-size: 18px;
  padding-bottom: 15px;
  position: relative;
}
section .inner_contents ul li::before {
  content: "";
  background-image: url("../img/check.svg");
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 34%;
  left: -35px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  section .inner_contents ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
section .inner_contents .caution {
  margin: 0px 50px 30px;
  padding: 20px;
  background-color: rgba(0, 169, 157, 0.2);
  font-size: 15px;
  letter-spacing: 0.05em;
  outline-offset: -7px;
  outline: 2px solid white;
}
@media screen and (max-width: 600px) {
  section .inner_contents .caution {
    font-size: 13px;
    margin: 0px;
  }
}
section .inner_contents .caution p {
  margin: 0;
}

.insurance_top section {
  margin-bottom: 7rem;
}
.insurance_top .flexBox {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.insurance_top .flexBox figure {
  width: 45%;
}
.insurance_top .flexBox figure img {
  aspect-ratio: 4/2.7;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.insurance_top .flexBox div {
  margin-bottom: 0 !important;
  margin-top: 0;
  width: 50%;
}
.insurance_top .flexBox div p {
  margin-top: 0;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}
.insurance_top h2 {
  position: relative;
  text-align: center;
  font-size: clamp(28px, 4.4270833333vw, 34px);
  padding-bottom: 20px;
  font-weight: 500;
  width: 100%;
  display: block;
  background: none;
  margin: 0 0 3rem 0;
}
.insurance_top h2 span {
  font-size: clamp(34px, 5.46875vw, 42px);
  color: #00A99D;
}
.insurance_top h2::after {
  content: "";
  width: 178px;
  height: 4px;
  background-color: black;
  position: absolute;
  transform: translate(-50%, 0);
  bottom: 0;
  left: 50%;
}
.insurance_top .link {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 50px;
}
.insurance_top .link a {
  display: block;
  color: white;
  background-color: #00A99D;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 45px 13px 35px;
  position: relative;
  border-radius: 25px;
  transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  .insurance_top .link a {
    font-size: 14px;
  }
}
.insurance_top .link a::after {
  content: "";
  background-image: url("../img/arrow-wh.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translate(0, -50%);
}
.insurance_top .link a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=insurance.css.map */