@charset "UTF-8";
/* 2023.11.13追加 */
/* ページ導入部分 */
.sho-column-guide {
  padding-top: 3px;
}

.sho-column-guide__heading {
  background: url(../images/sho/top/bg_consideration_heading01.svg) no-repeat 50% 100%;
  margin: 0 auto 26px;
  max-width: 527px;
  padding-bottom: 38px;
  text-align: center;
  width: 100%;
}

.sho-column-guide__heading__txt1 {
  background: #1071b8;
  border-radius: 15px;
  color: #fff;
  font-family: Arial;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  margin: 0 auto 14px;
  max-width: 290px;
  text-align: center;
  width: 100%;
}

.sho-column-guide__heading__txt2 {
  font-size: 3.2rem;
  font-weight: bold;
}

.sho-column-guide__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 38px;
}

.sho-column-guide__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: 0.3s;
}

.sho-column-guide__item:hover {
  background-color: #FEFAE9;
}

.sho-column-guide__item-title {
  position: relative;
  text-align: center;
  background: #1071B8;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 1rem;
  margin-bottom: 0;
}

.sho-column-guide__item-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-top: #1071B8 16px solid;
  border-left: transparent 8px solid;
  border-right: transparent 8px solid;
  z-index: 1;
}

.sho-column-guide__item-img {
  width: 100%;
  position: relative;
}

.sho-column-guide__item-img img {
  aspect-ratio: 525/187;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sho-column-guide__item-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px 30px 0;
}

.sho-column-guide__item-link {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004EA2;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  margin-top: 22px;
  padding: 0 30px 25px;
}

.sho-column-guide__item-link::before {
  content: "";
  background: url(../images/sho/top/ico_arrow01.png) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 13px;
  margin-top: 0.6rem;
  flex-shrink: 0;
}

.sho-column-guide__btn a {
  display: block;
  background: #f27885;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 16px 5px;
  margin-top: 58px;
  transition: 0.2s;
  max-width: 384px;
  margin-inline: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.sho-column-guide__btn a:hover {
  background: #e8374a;
}

@media screen and (max-width: 768px) {
  .sho-column-guide__heading__txt2 {
    font-size: 7vw;
  }
  .sho-column-guide {
    padding-top: 40px;
    padding-bottom: 11px;
  }
  .sho-column-guide__items {
    grid-template-columns: 1fr;
  }
  .sho-column-guide__item-title {
    font-size: 1.8rem;
  }
  .sho-column-guide__item-img img {
    aspect-ratio: 345/129;
  }
}

@keyframes hover {
  0% {
    top: 0px;
    left: 0px;
  }
  100% {
    top: -2px;
    left: -2px;
    box-shadow: 8px 8px 12px 0px rgba(0, 0, 0, 0.4);
  }
}

#sho .column-list__item .main-category li {
        background: #1071B8
}