@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css?20240109");
/*
page style
--------------------------------*/
.p-sec ul.pagenavi {
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #cccccc;
}

.p-sec ul.pagenavi li {
  display: inline-block;
}

.p-sec ul.pagenavi li + li {
  margin-left: 20px;
}

.p-sec ul.pagenavi li a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  width: 260px;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #11953b;
  display: inline-block;
}

.p-sec ul.pagenavi li a span {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: inline-block;
  padding-right: 25px;
  color: #11953b;
  background: url(../../common/images/arrow2.png) no-repeat 100% 45%;
}

.p-sec ul.pagenavi li a:hover {
  background-color: #11953b;
}

.p-sec ul.pagenavi li a:hover span {
  background: url(../../common/images/arrow.png) no-repeat 100% 45%;
  color: #fff;
}

.p-sec .p-ctt + .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .p-ctt .fr {
  float: right;
  padding: 0 0 10px 10px;
}

.p-sec .p-ctt .gaiyo_t {
  font-size: 18px;
  color: #11953b;
}

.p-sec .p-ctt .ttl_s {
  color: #de0304;
  font-size: 16px;
  font-weight: bold;
}

.p-sec .p-ctt .class_lead .txt {
  float: left;
  width: 475px;
}

.p-sec .p-ctt .class_lead .link_box {
  float: right;
}

.p-sec .p-ctt .class_list {
  margin-top: 20px;
  margin-bottom: 20px;
  
  display: flex;
  flex-wrap: wrap;
}

.p-sec .p-ctt .class_list li {
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px 25px;
  width: 32%;
  /*float: left;*/
  margin-bottom: 12px;
}

.p-sec .p-ctt .class_list li + li {
  margin-left: 2%;
}

.p-sec .p-ctt .class_list li:nth-child(4) {
  margin-left: 0;
}


.p-sec .p-ctt .class_list li h5 {
  font-size: 18px;
  color: #11953b;
}
.p-sec .class-note {
  text-align: left;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.p-sec .p-ctt .sanka_list {
  margin-top: 15px;
}

.p-sec .p-ctt .sanka_list li + li {
  margin-top: 20px;
}

.p-sec .p-ctt .sanka_list .sanka_list_t {
  color: #11953b;
  margin-bottom: 10px;
}

.p-sec .p-ctt .sanka_list .info {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 10px 0px;
}

.p-sec .p-ctt .sanka_list figure {
  margin: 10px 0px;
}

.p-sec .p-ctt .little_about {
  margin-top: 15px;
}

.p-sec .p-ctt .little_box {
  border-top: 1px dotted #cccccc;
  margin-top: 25px;
  padding-top: 25px;
}

.p-sec .p-ctt .little_ttl {
  color: #11953b;
  margin-bottom: 5px;
  font-size: 16px;
}

.p-sec .p-ctt .sche_list dt {
  color: #11953b;
  font-weight: bold;
}

.p-sec .p-ctt .sche_list dd + dt,
.p-sec .p-ctt .sche_list dt + dt {
  margin-top: 10px;
}

.p-sec .p-ctt .sche_list .challenge {
  text-align: center;
  color: #11953b;
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.p-sec .more-detail {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.p-sec .more-detail-btn {
    background: #12963b;
    padding: 15px 25px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    text-align: center;
    transition: opacity .3s;
}
.p-sec .more-detail-btn span {
    font-size: 14px;
}
.p-sec .more-detail-btn:hover {
    opacity: .8;
}

.p-sec .about_info_list {
  display: flex;
  margin-top: 20px;
}
.p-sec .about_info_list li {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 15px;
  box-sizing: border-box;
  width: 33.33%;
}
.p-sec .about_info_list li strong {
  font-size: 18px;
  color: #11953b;
  font-weight: bold;
}




