@charset "UTF-8";
/*390px基準のvw換算リスト
12px → 3.1vw
13px → 3.3vw
14px → 3.6vw
15px → 3.8vw
16px → 4.1vw
17px → 4.4vw
18px → 4.6vw
20px → 5.1vw
24px → 6.2vw

375px基準のvw換算リスト
12px → 3.3vw
13px → 3.5vw
14px → 3.8vw
15px → 4.1vw
16px → 4.3vw
17px → 4.5vw
18px → 4.9vw
20px → 5.4vw
24px → 6.5vw
*/
.insurance .inner-hero h1 img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .insurance .inner-hero h1 img {
    object-fit: contain;
    height: auto;
  }
}
.insurance .sec01-box01 {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec01-box01 {
    margin-top: 0.625rem;
    flex-direction: column;
  }
}
.insurance .sec01-box01 img {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 1023px) {
  .insurance .sec01-box01 img {
    width: 100%;
  }
}
.insurance .sec01 .insurance_link {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec01 .insurance_link {
    margin-top: 0.625rem;
    flex-direction: column;
    gap: 0;
  }
}
.insurance .sec01 .insurance_link div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec01 .insurance_link div {
    margin-top: 0.625rem;
    flex-direction: column;
  }
}
.insurance .sec01 .insurance_link div a {
  width: 299px;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec01 .insurance_link div a {
    width: 100%;
  }
}
.insurance .sec01 .insurance_link div button {
  width: 137px;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec01 .insurance_link div button {
    width: 100%;
  }
}
.insurance .sec02-box01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 40px;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-box01 {
    flex-direction: column;
    align-items: center;
  }
}
.insurance .sec02-box01 img {
  max-width: 356px;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-box01 img {
    max-width: 80%;
    margin-top: 0.625rem;
  }
}
.insurance .sec02-box01 div p span {
  font-size: 1.625rem;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-box01 div p span {
    font-size: 1.125rem;
  }
}
.insurance .sec02-list01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.625rem 0 1.25rem;
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-list01 {
    flex-direction: column;
    gap: 10px;
  }
}
.insurance .sec02-list01_item {
  background: #ff0000;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  padding: 1.25rem 0;
  width: calc((100% - 30px) / 3);
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-list01_item {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.4;
    padding: 0.625rem 0;
  }
}
.insurance .sec02-list01_item span {
  color: #ffff00;
  display: block;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-list01_item span {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}
.insurance .sec02-box02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-box02 {
    gap: 10px;
    margin-top: 0.625rem;
  }
}
.insurance .sec02-box02_inner {
  max-width: 744px;
}
.insurance .sec02-box02_qr {
  text-align: center;
}
.insurance .sec02-box02_qr p {
  font-weight: 500;
  width: 319px;
  padding-top: 1.25rem;
  background: #ff0000;
  color: #ffff00;
  position: relative;
}
.insurance .sec02-box02_qr p:before {
  content: "";
  width: 319px;
  height: 30px;
  background-color: #ff0000;
  clip-path: polygon(50% 30px, 0% 0%, 319px 0%);
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
.insurance .sec02-box02_qr span:first-child {
  font-size: 1rem;
  line-height: 1rem;
}
.insurance .sec02-box02_qr span:nth-child(2n) {
  font-size: 1.6875rem;
  line-height: 1rem;
}
.insurance .sec02-box02_qr span:last-child {
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 600;
}
.insurance .sec02-box02_qr img {
  width: 173px;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-box02_qr img {
    width: 100%;
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-box02_qr {
    margin-top: 0.625rem;
  }
}
.insurance .sec02-box02_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-box02_link {
    gap: 10px;
  }
}
.insurance .sec02-box02_link a {
  width: calc((100% - 60px) / 4);
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-box02_link a {
    width: calc((100% - 10px) / 2);
  }
}
.insurance .sec02-list02_item:not(:first-child) {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-list02_item:not(:first-child) {
    margin-top: 0.625rem;
  }
}
.insurance .sec02-list02_item h3 {
  background: #3479e0;
  color: #fff;
  font-weight: 500;
  padding: 0.3125rem 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-list02_item h3 {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.insurance .sec02-list02_item p {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .insurance .sec02-list02_item p {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}
.insurance .modal-kanyuu .modal-body {
  overflow: scroll;
  height: 80vh;
}
@media only screen and (max-width: 1023px) {
  .insurance .modal-kanyuu .modal-body {
    padding: 0.625rem 0rem;
  }
}
@media only screen and (max-width: 1023px) {
  .insurance .modal-kanyuu .modal-content {
    width: 90%;
  }
}