@charset "UTF-8";


/*================================================
 * news
================================================*/

#news .newsList a {
  padding: 3rem 1rem;
  display: block;
}

#news .subHd {
  margin-bottom: 4rem;
}

.pnav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 8rem;
}

.pnav span,
.pnav a {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100%;
  display: grid;
  place-content: center;
  color: var(--color-primary);
}

.pnav span {
  color: var(--color-white);
  background: var(--color-primary);
}

.pnav .next,
.pnav .prev {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/news/arrow.webp);
  width: 0.9rem;
  height: 1.65rem;
}

.pnav .prev {
  transform: rotate(180deg);
}

@media screen and (max-width:767px) {
  #news .subHd {
    margin-bottom: 2rem;
  }

  .pnav {
    font-size: 1.6rem;
  }

  .pnav .next,
  .pnav .prev {
    width: 0.75rem;
    height: 1.36rem;
  }
}


/*================================================
 * 
================================================*/
.detail_meta {
  margin-bottom: 4rem;
  padding: 0 1rem 2rem;
  border-bottom: 1px solid #cccccc;
}

.detail_meta .date {
  font-size: 1.7rem;
}

.detail_meta .ttl {
  font-size: 3.2rem;
}





@media screen and (max-width:767px) {
  .detail_meta {
    margin-bottom: 4rem;
    padding: 0 1rem 2rem;
    border-bottom: 1px solid #cccccc;
  }

  .detail_meta .date {
    font-size: 1.5rem;
  }

  .detail_meta .ttl {
    font-size: 2rem;
  }



}

/*================================================
 * 
================================================*/
.detail_cnt {
  font-size: 1.7rem;
  font-family: var(--zen-kaku);
  font-weight: 400;
  margin-bottom: 15rem;
  line-height: 1.6;
}

.detail_cnt hr {
  color: #cccccc;
  margin-top: 4rem;
  padding-bottom: 3rem;
}

.detail_cnt h3 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.detail_cnt p,
.detail_cnt li {
  font-weight: 400;
  font-size: 1.7rem;
}

.detail_cnt p small {
  font-size: 1.5rem;
}



.detail_cnt .min {
  font-family: var(--zen-min);
}


.col2 {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 3rem 0;
}



.postit_item {
  border: 1px solid var(--color-primary);
  border-radius: 1rem;
  display: flex;
  align-items: stretch;
  /* margin-top: 3rem; */
}

.postit_item .ttl {
  min-width: 13rem;
  width: 13rem;
  background: rgb(102 212 162 / 10%);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 1rem;
}

.postit_item .ttl img {
  min-width: 3rem;
  display: block;
  width: 3rem;
}

.postit_item .txt {
  padding: 2rem;
  font-size: 1.7rem;
}

@media screen and (max-width:767px) {
  .detail_cnt {
    font-size: 1.5rem;
    margin-bottom: 7rem;
    padding: 0 0.5rem;
  }


  .detail_cnt hr {
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .detail_cnt h3 {
    font-size: 1.7rem;
  }

  .detail_cnt h3.min {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .detail_cnt p {
    font-size: 1.5rem;
  }


  .col2 {
    gap: 2.6rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .postit_item {
    flex-wrap: wrap;
  }

  .postit_item .ttl {
    min-width: 100%;
    width: 100%;
    font-size: 1.7rem;
    gap: 1rem;
    padding: 0.8rem 0;

  }

  .postit_item .ttl img {
    min-width: 2.5rem;
    width: 2.5rem;
  }

  .postit_item .txt {
    padding: 1rem 2rem 2rem;
    font-size: 1.5rem;
  }
}



/*================================================
 * 
================================================*/
.entryBtn_box {
  margin-top: 5rem;
}

.entryBtn_box .entryBtn {
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .entryBtn_box {
    margin-top: 4rem;
  }
}


/*================================================
 * 
================================================*/
body .is-layout-flex {
  margin: 3rem 0;
}


body .is-layout-flex:has(.postit_item) {
  align-items: stretch !important;
}

.wp-block-lazyblock-postit-card:has(.postit_item) {
  height: 100%;
}


.wp-block-column:has(.postit_item) {
  height: auto;
}

.wp-block-column .postit_item {
  height: 100%;
}

.wp-block-separator {
  border-bottom: none !important;
}

@media screen and (max-width:767px) {}


/*================================================
 * policy
================================================*/

.lead {
  width: 99rem;
  margin: 0 auto 12rem;
  font-family: var(--zen-kaku);
}

.midashiList {
  font-family: var(--zen-kaku);
}

.midashiList dt {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 3rem;
}

.midashiList dd {
  font-size: 1.7rem;
  font-weight: 400;
}

.midashiList dd p.ar {
  margin-top: 10rem;
}


@media screen and (max-width:767px) {
  .lead {
    width: 37.4rem;
    margin: 0 auto 4rem;
  }

  .midashiList {
    padding: 0 0.5rem;
  }

  .midashiList dt {
    margin-top: 5rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 2.1rem;
  }

  .midashiList dd {
    font-size: 1.5rem;
  }

  .midashiList dd p.ar {
    margin-top: 8rem;
  }
}