@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	page after
----------------------------------------------------------------------------------------------*/

.l-page_ttl.ttl_bg_after {
  background-image: url("../../concept/img/after/page_title_bg_after.jpg");
}

.sec_ttl_after01 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

.p-after-ttlset01 {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.p-after-ttlset01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 6.2em;
  background: #ECF5E4;
  transform: translateX(-50%);
  z-index: -1;
}

.p-after-ttlset01_t01 {
  font-size: 34px;
  color: #A57644;
}

.p-after-ttlset01_t01 .fz01 {
  font-size: 1.5em;
  color: #43B150;
}

.p-after-ttlset01_t01 .fz02 {
  color: #43B150;
}

.p-after-ttlset01_t01 .fz03 {
  font-size: 1.1em;
  color: #43B150;
}

.p-after-ttlset01_t02 {
  font-size: 20px;
  color: #A57644;
  font-weight: bold;
}

.container p {
  line-height: 1.7;
}

.p-clover-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  color: #A57644;
  border-bottom: 2px solid #A57644;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

.p-clover-contests {
  margin-bottom: 80px;
}

.hosho_list dt {
  color: #43b149;
  font-size: 22px;
  font-weight: bold;
}

.hosho_list dd {
  padding-left: 2.5em;
}

.hosho_list dd+dt {
  margin-top: 20px;
}

span.no_c {
  font-size: .8em;
  color: #fff;
  background-color: #43b149;
  padding: 0;
  margin: 0;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}


.p-support-ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  color: #A57644;
  border-bottom: 2px solid #A57644;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.fz-s {
  font-size: .7em;
}

.support-system01 {
  width: 100%;
  margin-bottom: 30px;
}

.l-support-licence {
  display: flex;
  gap: 4.7%;
  margin-top: 30px;
}

.l-support-licence-set01 {
  width: 75.6%;
}

.l-support-licence-set02 {
  width: 19.7%;
}

.support-system02 {
  width: 100%;
  margin-bottom: 20px;
}

.l-support-licence-set01-ttl {
  font-size: 1.2em;
  line-height: 1.2;
  text-align: center;
  color: #0e3253;
  padding: .5em;
  border: 1px solid #0e3253;
  margin-bottom: 20px;
}

.p-support-licence-list {
  display: flex;
  gap: 3%;
  justify-content: center;
}

.p-support-licence-list-item {
  text-align: center;
}

.p-support-licence-list-item p {
  font-size: .9em;
  line-height: 1.5;
  margin-top: 5px;
}

.p-support-licence-list-item.p-support-licence-list-item-single {
  width: 80%;
  padding-top: 4%;
}

.p-support-licence-list-item.p-support-licence-list-item-single p {
  margin-top: 11px;
}

@media screen and (max-width:834px) {
  .sec_ttl_after01 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .p-after-ttlset01 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    /* line-height: 1.3; */
  }

  .p-after-ttlset01::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 10.1em;
    background: #ECF5E4;
    transform: translateX(-50%);
    z-index: -1;
  }

  .p-after-ttlset01_t01 {
    font-size: 27px;
    color: #A57644;
    line-height: 1.2;
  }

  .p-after-ttlset01_t01 .fz01 {
    font-size: 1.5em;
    color: #43B150;
  }

  .p-after-ttlset01_t01 .fz02 {
    color: #43B150;
  }

  .p-after-ttlset01_t01 .fz03 {
    font-size: 1.1em;
    color: #43B150;
  }

  .p-after-ttlset01_t02 {
    font-size: 18px;
    color: #A57644;
    font-weight: bold;
  }

  .container p {
    line-height: 1.7;
    margin-top: .5em;
  }

  .p-clover-ttl {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #A57644;
    border-bottom: 2px solid #A57644;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }

  .p-clover-number {
    width: 40px;
    flex-shrink: 0;
  }

  .p-clover-contests {
    margin-bottom: 40px;
  }

  .hosho_list dt {
    color: #43b149;
    font-size: 18px;
    font-weight: bold;
  }

  .hosho_list dd {
    padding-left: 2.5em;
  }

  .hosho_list dd+dt {
    margin-top: 20px;
  }

  span.no_c {
    font-size: .8em;
    color: #fff;
    background-color: #43b149;
    padding: 0;
    margin: 0;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
  }


  .p-support-ttl {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #A57644;
    border-bottom: 2px solid #A57644;
    padding-bottom: 5px;
    margin-bottom: 30px;
  }

  .p-support-icon {
    width: 40px;
    flex-shrink: 0;
  }

  .fz-s {
    font-size: .7em;
  }

  .support-system02 {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 10px;
  }

  .support-system02-in {
    width: 240vw;
  }

  .support-system02 img {
    width: 100%;
    height: auto;
  }

  .support-system02-caption {
    width: 80%;
    display: block;
    text-align: center;
    font-size: .8em;
    padding: .3em 1em;
    color: #0e3253;
    background: #c6d8ef;
    margin-inline: auto;
    margin-bottom: 30px;
  }

  .l-support-licence {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-direction: column;
  }

  .l-support-licence-set01 {
    width: 100%;
  }

  .l-support-licence-set02 {
    width: 100%;
  }

  .l-support-licence-set01-ttl {
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
    color: #0e3253;
    padding: .5em;
    border: 1px solid #0e3253;
    margin-bottom: 20px;
  }

  .p-support-licence-list {
    display: flex;
    gap: 15px 5%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .p-support-licence-list-item {
    text-align: center;
    width: calc(calc(100% - 10%) / 2)
  }

  .p-support-licence-list-item p {
    font-size: .9em;
    line-height: 1.5;
    margin-top: 5px;
  }

  .p-support-licence-list-item.p-support-licence-list-item-single {
    width: 80%;
    padding-top: 0;
  }

  .p-support-licence-list-item.p-support-licence-list-item-single img {
    width: 50%
  }

  .p-support-licence-list-item.p-support-licence-list-item-single p {
    margin-top: 11px;
  }

}