@charset "UTF-8";

/* ===== Extracted from page-thanks_minnanoguruho.php block 1 ===== */
.p-contact{padding:130px 0}
  @media screen and (max-width: 810px){
    .p-contact{padding:100px 0}
  }
  @media screen and (max-width: 500px){
    .p-contact{padding:80px 0}
  }
  .p-lead .text{
    text-align:center;
    font-size:18px;
  }
  @media screen and (max-width: 650px){
    .p-lead .text{
      text-align:center;
    }
  }
  .p-secContent__list_btn {
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0
  }
  @media screen and (max-width: 810px) {
    .p-secContent__list_btn {
        gap:0 50px
    }
  }
  @media screen and (max-width: 650px) {
    .p-secContent__list_btn {
        margin:30px auto 0;
        flex-direction: column;
        gap: 20px 0
    }
  }
  @media screen and (max-width: 500px) {
    .p-secContent__list_btn {
        margin:30px auto 0;
        gap: 15px 0
    }
  }
  .p-secContent__item_btn .button {
      margin: 10px auto 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      line-height: 1;
      width: 284px;
      height: 50px;
      color: #fff;
      background-color: #ee7d80;
      color: #ee7d80;
      background-color: #fff;
      border: 1px solid #ee7d80;
      transition: background-color .3s,color .3s
  }
  @media screen and (max-width: 1080px) {
    .p-secContent__item_btn .button {
        width:280px
    }
  }
  @media screen and (max-width: 810px) {
    .p-secContent__item_btn .button {
        width:260px
    }
  }
  @media screen and (max-width: 500px) {
    .p-secContent__item_btn .button {
        width:100%
    }
  }
  .p-secContent__item_btn .button:hover {
    color: #ee7d80;
    background-color: #fff;
    color: #fff;
    background-color: #ee7d80;
  }

.p-column {
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .p-column {
    padding-top: 50px;
  }
}
@media screen and (max-width: 810px) {
  .p-column {
      padding-top: 50px;
  }
}

.p-column-lead{
  font-size:24px !important;
  margin-bottom:30px;
}
@media screen and (max-width: 810px) {
  .p-column-lead{
    font-size:18px !important; 
  }
}

.p-columnList {
  margin: 40px auto 0;
  max-width: 720px;
  width: 80%;
}

@media screen and (max-width: 810px) {
  .p-columnList {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 650px) {
  .p-columnList {
    width: 100%;
  }
}

.p-columnList__item {
 border-bottom: 1px dashed #000;
}

.p-columnList__item:first-child {
  padding: 0 15px 20px;
}
@media screen and (max-width: 650px) {
  .p-columnList__item:first-child {
    padding: 0 0 20px;
  }
}
.p-columnList__item:not(:first-child) .p-columnList__link {
 padding: 20px 15px;
}

@media screen and (max-width: 810px) {
 .p-columnList__item:not(:first-child) .p-columnList__link {
  padding: 18px 12px;
 }
}
@media screen and (max-width: 650px) {
 .p-columnList__item:not(:first-child) .p-columnList__link {
  padding: 15px 0;
 }
}

.p-columnList__item .columnThumb {
 flex: 1;
}

.columnThumb img {
 aspect-ratio: 3 / 2;
}

.p-columnList__item .cate {
 position: relative;
 font-size: 1.5rem;
 width: 158px;
 height: 32px;
 background-color: #000;
 transition: background-color 0.3s;
}
@media screen and (max-width: 810px) {
 .p-columnList__item .cate {
  width: 130px;
  height: 25px;
 }
}
@media screen and (max-width: 650px) {
 .p-columnList__item .cate {
  width: 120px;
 }
}

.p-columnList__item .cateText {
 position: absolute;
 top: 55%;
 left: 50%;
 transform: translate(-50%, -50%);
 color: #fff;
 white-space: nowrap;
}

.p-columnList__item .date {
 white-space: nowrap;
 line-height: 1;
}

.p-columnList__item .title {
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 flex: 3;
 width: 100%;
}

.p-columnList__link {
 display: flex;
 align-items: center;
 gap: 0 15px;
}

@media screen and (max-width: 810px) {
 .p-columnList__link {
  gap: 0 10px;
 }
}
@media screen and (max-width: 650px) {
  .p-columnList__link {
    align-items: start;
    gap: 10px;
  }
}

.p-columnList__link:hover .cate {
 background-color: #ee7d80;
}

.p-column .c-button {
 margin: 50px auto 0;
}
@media screen and (max-width: 810px) {
 .p-column .c-button {
  margin: 30px auto 0;
 }
}
.p-column-lead-icon{
  color: #ee7d80;
  margin-bottom:1em;
}
@media screen and (max-width: 650px) {
  .p-column-lead-icon{
    font-size:16px !important;
  }
}
