/*
パーツごとのcss
*/
/*-------------------------------------------------
btn
--------------------------------------------------*/
.wrap-btn-two {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.wrap-btn-center {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0 10px;
}
.wrap-btn-flex{
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.btn-green-pdf {
  position: relative;
  display: block;
  width: 175px;
}
.btn-green-pdf a {
  position: relative;
  display: block;
  background: #2F8272;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 8px 25px 6px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.btn-green-pdf a::after {
  content: "";
  position: absolute;
  display: block;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/common/icn_pdf.svg') no-repeat center/contain;
  width: 15px;
  height: 20px;
}
.btn-green-pdf a:hover {
  background: #1E5248;
}
.btn-line {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.btn-line a {
  position: relative;
  display: block;
  border-bottom: 1px solid #000;
  padding-left: 15px;
  padding-top: 10px;
  color: #000;
  font-size: 1.6rem;
}
.btn-line.btn-line-pdf a {
  padding-left: 15px;
  padding-right: 24px;
}
.btn-line a::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 8px;
  bottom: 0;
  margin: auto;
  background: #2F8272;
  border-radius: 29px;
  transition: 0.2s all;
}
.btn-line.btn-line-pdf a::after {
  content: "";
  position: absolute;
  display: block;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/common/icn_pdf_black.svg') no-repeat center/contain;
  width: 18px;
  height: 22px;
}
.btn-line a:hover::before {
  width: 29px;
  height: 29px;
  left: -2px;
  bottom: 8px;
  background: #2F8272;
  opacity: 0.2;
}
.btn-green-l {
  position: relative;
  display: block;
  width: 325px;
}
.btn-green-l a {
  position: relative;
  display: block;
  background: #1E6356;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 16px 25px 14px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
.btn-green-l a::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  left: -5px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  background: #4FA796;
  z-index: -1;
}
.btn-green-l-pdf a::after {
  content: "";
  position: absolute;
  display: block;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('../images/common/icn_pdf.svg') no-repeat center/contain;
  width: 20px;
  height: 25px;
}
.btn-green-l a:hover {
  background: #1E5248;
}
/*-------------------------------------------------
post list
--------------------------------------------------*/
.list-post {
  position: relative;
  border-top: 1px solid #C8C8C8;
}
.list-post>li {
  position: relative;
  display: block;
  border-bottom: 1px solid #C8C8C8;
  padding: 15px 0;
}
.list-post>li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #000;
}
.item-plist-thumb {
  width: 135px;
  height: 90px;
  overflow: hidden;
}
.item-plist-thumb img {
  width: 135px;
  height: 90px;
  object-fit: cover;
  transition: 0.2s all;
}
.item-plist-txt {
  width: calc(100% - 135px); /*サムネのサイズ引く*/
  padding: 0 0 5px 20px;
  transition: 0.2s all;
}
.item-plist-date-cat {
  padding-bottom: 5px;
}
.item-plist-date {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  color: #2F8272;
  font-weight: bold;
  top: 2px;
}
.item-plist-cat {
  display: inline-block;
  padding-left: 5px;
}
.item-plist-cat ul li {
  position: relative;
  display: inline-block;
  background: #2F8272;
  color: #fff;
  border-radius: 2px;
  padding: 4px 6px;
  margin: 0 5px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .item-plist-cat ul li {
  line-height: 1.2; /*20251215 safariのみ余白調整*/
}
.list-post>li a:hover .item-plist-thumb img {
  transform: scale(1.2); /* 拡大 */
}
.list-post>li a:hover .item-plist-txt {
  opacity: 0.8;
}
/*-------------------------------------------------
ul li
--------------------------------------------------*/
.wrap-ul-dot {
  padding: 5px 0;
}
.wrap-ul-dot ul li {
  position: relative;
  list-style: none;
  padding-left: 18px;
  padding-bottom: 5px;
  line-height: 1.6;
}
.wrap-ul-dot ul li::before {
  content:"";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  left: 5px;
  top: calc(0.75em - 2px); 
}
ul.li-number li {
  margin: 0;
  list-style: none;
  text-indent: -20px;
  padding-left: 20px;
  padding-bottom: 4px;
  line-height: 1.6;
}
ul.li-number li::before {
  content: none;
}
ul.li-pt {
  padding-top: 15px;
}
ul.li-number-kakko li {
  margin: 0;
  list-style: none;
  text-indent: -48px;
  padding-left: 48px;
  padding-bottom: 4px;
  line-height: 1.6;
}
ul.li-number-kakko li::before {
  content: none;
}
/*-------------------------------------------------
headttl
--------------------------------------------------*/
.wrap-headttl {
  position: relative;
  display: block;
  height: 200px;
}
.wrap-headttl::before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% + 300px);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url('../images/common/bg_headttl_s.png') no-repeat right -80px bottom / 1900px;
}
.wrap-headttl::after {
  content: "";
  position: absolute;
  display: block;
  height: 144px;
  width: 477px;
  top: auto;
  left: auto;
  right: 0;
  bottom: 10px;
  margin: auto;
  background: url('../images/common/ill_headttl.png') no-repeat center bottom / cover;
}
.box-headttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.breadcrumb-list {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.breadcrumb-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 0px;
}
.breadcrumb-list ul li {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.breadcrumb-list ul li::before {
  content: ">";
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb-list ul li:first-of-type::before {
  content: none;
}
.breadcrumb-list ul li a,
.breadcrumb-list ul li {
  color: #7F7F7F;
  font-size: 1.2rem;
}
.breadcrumb-list ul li a:hover {
  color: #585858;
}
.box-h1-ttl {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
  max-width: 1000px;
}
.box-headttl .h1-cmn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding-bottom: 10px;
  font-size: 3.2rem;
}
.box-headttl .h1-cmn::after {
  content: "";
  position: relative;
  display: block;
  width: 130px;
  height: 15px;
  border-bottom: 3px solid #A88C48;
}
/*-------------------------------------------------
h2 h3 h4...
--------------------------------------------------*/
.h2-cmn {
  position: relative;
  /*display: block;*/
  display: flex;
  align-items: center;
  margin: 20px 0;
  text-align: center;
}
.h2-cmn>span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
  min-width: 330px;
  font-size: 3rem;
}
.h2-cmn::before,.h2-cmn::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #C1C1C1;
}
.h2-cmn-left {
  position: relative;
  display: block;
  margin: 25px 0 12px;
  font-size: 2.6rem;
}
.h2-cmn-left span {
  display: inline-block;
  padding-left: 10px;
  font-size: 2rem;
}
.h3-cmn {
  position: relative;
  display: block;
  margin: 15px 0;
  font-size: 2.4rem;
  text-align: center;
}
.h3-cmn.h3-cmn-left {
  text-align: left;
}
.h3-cmn.h3-cmn-pdt {
  padding-top: 30px;
}
/*-------------------------------------------------
section
--------------------------------------------------*/
.sec-cmn-h3left {
  
}
.sec-cmn-h3left .h3-cmn-left+div {
  padding-bottom: 20px;
}
.sec-cmn-h3left .h3-cmn-left:last-of-type+div {
  padding-bottom: 0;
}
/*-------------------------------------------------
lead
--------------------------------------------------*/
.txt-lead {
  position: relative;
  text-align: center;
  padding: 10px 0 30px;
  font-size: 2.6rem;
}
/*-------------------------------------------------
text
--------------------------------------------------*/
.ft-yellow-bold {
  font-weight: bold;
  background:linear-gradient(transparent 40%, #F9E462 40%);
}
/*-------------------------------------------------
step
--------------------------------------------------*/
.wrap-step {
  position: relative;
}
.item-step {
  position: relative;
  display: block;
  border: 1px solid #DCDCDC;
  padding: 25px 30px 30px;
  box-shadow: 2px 6px 5px -3px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
.item-step:last-of-type {
  margin-bottom: 0;
}
.item-step::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #D9D9D9;
}
.item-step:last-of-type::after {
  content: none;
}
.ttl-step {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 7px;
}
.green-ttl-step {
  padding-right: 20px;
  color: #1E6356;
  font-size: 2rem;
}
.green-ttl-step span {
  font-size: 3.2rem;
}
.ttl-step .h3-cmn {
  margin: 0;
  font-size: 2.4rem;
}
/*-------------------------------------------------
table
--------------------------------------------------*/
.wrap-green-table {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.wrap-green-table table {
  width: 100%;
  border-collapse: collapse
}
.th-small {
  display: block;
  font-size: 1.4rem;
}
.wrap-green-table tr {
  border: 1px solid #000;
}
.wrap-green-table thead tr {
  border: 1px solid #1E6356;
}
.wrap-green-table th {
  background: #1E6356;
  padding: 12px 5px;
  border-left: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}
.wrap-green-table th:first-of-type {
  border-left: 1px solid #1E6356;
}
.wrap-green-table td {
  padding: 10px;
  border-left: 1px solid #000;
  text-align: center;
  line-height: 1.3;
}
.wrap-green-table td.table-txt-right {
  text-align: right;
}
.wrap-green-table td.table-txt-left {
  text-align: left;
}
.wrap-green-table td.cell-white {
  background: #fff;
}
.wrap-green-table td.cell-gray {
  background: #F2F2F2;
}
.wrap-green-table th.border-bt-white {
  border-bottom: 1px solid #fff;
}
.wrap-green-table th.border-lf-white {
  border-left: 1px solid #fff;
}
.wrap-green-table th.border-ri-white {
  border-right: 1px solid #fff;
}
.wrap-green-table th.border-bt-black {
  border-bottom: 1px solid #000;
}
.wrap-green-table th.border-tp-green {
  border-top: 1px solid #1E6356;
}
.scroll-notice {
  position: relative;
  display: none;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
.scroll-notice span {
  display: block;
  padding: 2px 5px 1px;
  border: 1px solid #494949;
  text-align: right;
  font-size: 1.3rem;
}
/*-------------------------------------------------
box
--------------------------------------------------*/
.box-palrgreen {
  margin-top: 50px;
  background: #F9FFEF;
  border: 1px solid #7D7D7D;
  padding: 30px;
}
.box-palrgreen p {
  margin-top: 0;
}
.box-palrgreen p:last-of-type {
  margin-bottom: 0;
}
.box-greenyellow {
  position: relative;
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 50px auto 0;
  padding: 30px;
  background: #F4FFE3;
  border: 1px solid #7a7a7a;
  text-align: center;
  font-size: 2.4rem;
}
/*coming soon*/
.img_comingsoon {
  display: block;
  padding-top: 60px;
  max-width: 830px;
  margin: 0 auto;
}
/*-------------------------------------------------
link
--------------------------------------------------*/
.blue-link {
  color: #0020ED;
}
a.link_black_under {
  color: #000;
  text-decoration: underline;
}
a.link-under {
  text-decoration: underline;
}
a.tel-only-sp {
  color: #000;
  pointer-events: none;
}
/*-------------------------------------------------
other
--------------------------------------------------*/
.h2-other {
  font-size: 2.4rem;
}
/*-------------------------------------------------
pager
--------------------------------------------------*/
.pager {
  
}
.pager_list {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 60px; 
}
.pager_list .pager_item {
  display: flex;
  align-items: center;
  margin: 0 3px;
}
.pager_list .pager_item a,
.pager_list .pager_item .current{
  display: block;
  border: 1px solid #757575;
  padding: 5px 10px;
  color: #000;
  font-size: 1.6rem;
}
.pager_list .pager_item:hover a,
.pager_list .pager_item .current {
  display: block;
  background: #1E6356;
  color: #fff;
}
.pager_list .pager_item .next.page-numbers {
  display: none;
}
.pager_list .pager_item .prev.page-numbers {
  display: none;
}
/*-------------------------------------------------
break point 1200px PC
--------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .wrap-headttl::before {
    background-size: 1300px;
    height: calc(100% + 200px);
     background-position: bottom right -50px;
  }
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  /*btn*/
  .wrap-btn-two {
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
  }
  /*headttl */
  .breadcrumb-list {
    padding-top: 5px;
  }
  .wrap-headttl {
    height: 190px;
  }
  .wrap-headttl::before {
    background-size: 1300px;
    height: calc(100% + 150px);
  }
  .wrap-headttl::after {
    width: 400px;
    height: 120px;
    bottom: 30px;
  }
  .box-headttl .h1-cmn {
    font-size: 2.8rem;
  }
  .box-headttl .h1-cmn::after {
    height: 8px;
  }
  /*h2 h3*/
  .h2-cmn {
    margin: 15px 0;
  }
  .h2-cmn>span{
    padding: 10px 15px;
    max-width: 90%;
    min-width: 220px;
    font-size: 2.6rem;
  }
  .h2-cmn-left {
    margin: 20px 0 8px;
    font-size: 2.2rem;
  }
  .h2-cmn-left span {
    font-size: 1.8rem;
  }
  .h3-cmn {
    margin: 10px 0;
    font-size: 2.1rem;
  }
  .h3-cmn.h3-cmn-pdt {
    padding-top: 20px;
  }
  /*table*/
  .wrap-green-table {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .wrap-green-table table {
    width: 810px;
    margin: 0 auto;
  }
  .wrap-green-table table tr,
  .txt-table-bottom {
    font-size: 1.4rem;
  }
  .wrap-green-table table th {
    padding: 10px 3px 8px;
  }
  .wrap-green-table table td {
    padding: 5px 5px;
  }
  /*lead*/
  .txt-lead {
    font-size: 2.4rem;
  }
  /*step*/
  .ttl-step .h3-cmn {
    font-size: 2.1rem;
  }
  /*layout*/
  .box-greenyellow {
    font-size: 2.2rem;
  }
  /*other */
  .h2-other {
    font-size: 2.2rem;
  }
  /*pager*/
  .pager_list {
    padding-top: 50px;
  }
}
/*-------------------------------------------------
break point 700px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 700px) {
  .wrap-headttl::after {
    width: 320px;
    height: 120px;
    bottom: 20px;
  }
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  /*ul li */
  .wrap-ul-dot {
    padding: 10px 0;
  }
  .wrap-ul-dot ul li,ul.li-number li {
    padding-bottom: 3px;
    line-height: 1.5;
  }
  .list-post>li {
    padding: 10px 0;
  }
  .item-plist-thumb, .item-plist-thumb img {
    width: 85px;
    height: 67px;
  }
  .item-plist-date {
    font-size: 1.4rem;
  }
  .item-plist-txt {
    width: calc(100% - 85px);
  }
  .item-plist-txt .item-plist-ttl {
    line-height: 1.4;
  }
  /*btn*/
  .btn-green-l {
    max-width: 260px;
    font-size: 1.5rem;
  }
  .btn-green-l a {
    padding: 12px 25px 10px;
    font-size: 1.5rem;
  }
  .btn-line {
    padding: 0 15px;
  }
  .btn-line a {
    font-size: 1.5rem;
  }
  /*headttl */
  .wrap-headttl {
    height: 135px;
    margin-bottom: 20px;
  }
  .wrap-headttl::before {
    background-size: 680px;
    height: calc(100% + 70px);
  }
  .wrap-headttl::after {
    width: 230px;
    height: 85px;
    bottom: 5px;
  }
  .box-headttl .h1-cmn {
    font-size: 2.2rem;
  }
  .box-headttl .h1-cmn::after {
    height: 5px;
  }
  /*h2 h3*/
  .h2-cmn {
    margin: 10px 0;
    line-height: 1.4;
  }
  .h2-cmn>span {
    min-width: 220px;
    max-width: 90%;
    padding: 10px 15px;
    font-size: 2.1rem;
  }
  .h2-cmn-left {
    margin-bottom: 3px;
    font-size: 1.9rem;
  }
  .h2-cmn-left span {
    font-size: 1.6rem;
  }
  .h3-cmn {
    margin: 8px 0;
    font-size: 1.8rem;
  }
  /*lead*/
  .txt-lead {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
  /*step*/
  .ttl-step .h3-cmn {
    font-size: 1.9rem;
  }
  /*table*/
  .wrap-green-table table tr td {
    font-size: 1.3rem;
  }
  /*layout*/
  .box-greenyellow {
    padding: 15px;
    margin: 30px auto 0;
    font-size: 2rem;
  }
  /*other */
  .h2-other {
    font-size: 1.9rem;
  }
  /*pager*/
  .pager_list {
    padding-top: 40px;
  }
  /*coming soon*/
  .img_comingsoon {
    padding-top: 30px;
  }
  /* link*/
  a.tel-only-sp {
    pointer-events: auto;
  }
}
/*-------------------------------------------------
break point 400px SP
--------------------------------------------------*/
@media only screen and (max-width: 400px) {
 
}