#header .header_link,
#header_toggle_btn,
#header_cart_btn,
#footer_nav {
  display: none;
}

#header_logo a {
  pointer-events: none;
}

.copyright {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .copyright {
    margin-top: calc(30px - 0.5em);
  }
}

.p-sompo {
  margin: 30px 0 0;
}

p.p-sompo__text {
  font-size: 16.5px;
  line-height: 1.6;
  margin: 0;
}

@media screen and (max-width: 640px) {
  p.p-sompo__text {
    font-size: 14px;
  }
}

.p-sompo__btn-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 30px;
  margin: 20px 0 30px;
}

@media screen and (max-width: 640px) {
  .p-sompo__btn-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px 11px;
    margin: 15px 0 20px;
  }
}

.p-sompo__btn-link {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  padding: 33.5px 10px 19px;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  height: 100%;
  min-height: 215px;
}

@media screen and (max-width: 640px) {
  .p-sompo__btn-link {
    padding: 24.5px 8px 8px 8px;
    min-height: 162px;
  }
}

.p-sompo__btn-link::before {
    content: "";
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    height: calc(100% - 1px);
    width: calc(100% - 1px);
    border: solid 2px transparent;
    border-radius: 4px;
    transition: .4s;
}

.p-sompo__btn-link:hover::before,
.p-sompo__btn-link:active::before {
    border: solid 2px #0077C3;
}

.p-sompo__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 640px) {
  .p-sompo__btn-icon {
    width: 75px;
    height: 75px;
  }
}

.p-sompo__btn-label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px 0 0;
}

@media screen and (max-width: 640px) {
  .p-sompo__btn-label {
    font-size: 16.6px;
  }
}
