.c-lower-content {
  padding: 123px 0 120px;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .c-lower-content {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 480px) {
  .c-lower-content {
    padding: 64px 0 100px;
  }
}

.p-insurance__intro {
  text-align: center;
  font-weight: bold;
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .p-insurance__intro {
    text-align: left;
  }
}

.p-insurance-links {
  margin-top: 108px;
}
@media only screen and (max-width: 767px) {
  .p-insurance-links {
    margin-top: 80px;
  }
}

.p-insurance-links__block + .p-insurance-links__block {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .p-insurance-links__block + .p-insurance-links__block {
    margin-top: 50px;
  }
}

.p-insurance-links__type {
  text-align: center;
}

.p-insurance-anchor-list {
  margin-top: 32px;
}
.p-insurance-blocks {
  margin-top: 120px;
}

.p-insurance-blocks__block + .p-insurance-blocks__block {
  margin-top: 72px;
}

.p-insurance-box__title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 400px;
  height: 67px;
  background-color: #0068d7;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .p-insurance-box__title {
    font-size: 24px;
    height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .p-insurance-box__title {
    min-width: auto;
    width: 100%;
  }
}
.p-insurance-box__title--center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p-insurance-box__title--right {
  left: auto;
  right: 0;
}

.p-insurance-box__detail {
  letter-spacing: 0.04em;
}

.p-company-list {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-company-list {
    margin-top: 40px;
  }
}

.p-insurance-boxs__note-list {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-insurance-boxs__note-list {
    margin-top: 20px;
  }
}