@charset "UTF-8";
/*****************************
  pagesec-kimoti
*****************************/
.pagesec-kimoti .kimotito .merit{
  margin: 2rem 0;
}
.pagesec-kimoti .kimotito .imgbox{
  margin-bottom: 1rem;
  text-align: left;
}
.pagesec-kimoti dl {
  margin-top: 2rem;
}
.pagesec-kimoti dl > div{
  margin-top: 2rem;
}
.pagesec-kimoti dl > div > dt{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.pagesec-kimoti dl > div > dt::before{
  content: "●";
  color: #0B97D2;
  position: absolute;
  top: 0;
  left: 0;
}
.pagesec-kimoti .morebtn3{
  margin-top: 2rem;
}

/*****************************
  pagesec-flow
*****************************/
.pagesec-flow .flow{
  margin-bottom: 3rem;
}
.pagesec-flow .flow > div{
  border-bottom: 4px solid #0B97D2;
  margin-bottom: 5rem;
  position: relative;
}
.pagesec-flow .flow > div:not(:last-of-type)::before,
.pagesec-flow .flow > div:not(:last-of-type)::after{
  content: "";
  aspect-ratio: 2/1;
  background: #0B97D2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -2.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}
.pagesec-flow .flow > div:not(:last-of-type)::after{
  background: #fff;
  bottom: -2.1rem;
  width: 48px;
}
.pagesec-flow .flow > div > dt{
  border-bottom: 2px dotted #878787;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.pagesec-flow .flow > div > dt span{
  background: #2b62cc;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  line-height: 1;
  margin-right: 1rem;
}
.pagesec-flow .flow > div > dd{
  padding: 1rem 2rem 2rem 0;
}
.pagesec-flow .flow .fimgbox{
  width: 200px;
}
.pagesec-flow .flow .ftxtbox{
  width: calc(100% - 240px);
}

.pagesec-flow .bnrbtn{
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec-flow .flow .fimgbox {
    width: 180px;
  }
  .pagesec-flow .flow .ftxtbox {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-flow .flow .fimgbox {
    margin: 0 auto;
    width: 180px;
  }
  .pagesec-flow .flow .ftxtbox {
    width: 100%;
  }
}

/*****************************
  pagesec-coupon
*****************************/

/*****************************
  pagesec-lastcatch
*****************************/
.pagesec-lastcatch .bgarea {
  background: rgba(255,220,6,.25);
  border-top: 3px solid #eea800;
  border-bottom: 3px solid #eea800;
  margin: 2rem auto 0;
  max-width: 800px;
  padding: 5rem 2rem;
  position: relative;
  text-align: center;
}
.pagesec-lastcatch .bgarea::before{
  content: "";
  aspect-ratio: 75/82;
  background: url(../../images/page/other-donations/lastcatch_ob.webp) no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}
.pagesec-lastcatch .bgarea p{
  font-size: 2rem;
  position: relative;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-lastcatch .bgarea {
    padding: 4rem 1.5rem;
    text-align: left;
  }
  .pagesec-lastcatch .bgarea p{
    font-size: 1.8rem;
  }
}

.smalltxt{
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 767px){
  .smalltxt{
    text-align: left;
  }
}