@charset "utf-8";


/* ----------------- */
.sglist-box {
  display: block;
  position: relative;
  width: calc(100% - 30px);
  max-width: 980px;
  margin: 0px 15px 70px;
}

ul.activ-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width:100%;
  margin-bottom: 35px;
  border-radius: 15px;
  box-shadow: 0px 4px 0px 0px rgba(188, 227, 242, 1);
  overflow: hidden;
}
ul.activ-list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width:100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cfe1e9;
  cursor: pointer;
}
ul.activ-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #eef8fc;
  transition: width 0.3s ease;
}
ul.activ-list li:hover::before {
  width: 100%;
}
ul.activ-list li::after {
  content: url("../img/arrow_link.svg");
  position: absolute;
  width: 6px;
  height: 10px;
  top: 30px;
  right: 20px;
}
ul.activ-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  text-decoration: none;
}
ul.activ-list li p._title {
  display: block;
  position: relative;
  padding-right: 20px;
  color: #4cabdf;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
}
ul.activ-list li p._date {
  display: block;
  position: relative;
  padding-right: 20px;
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
}
ul.activ-list li p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

ul.area-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width:100%;
  margin-bottom: 60px;
  border-top: 1px solid #cfe1e9;
}
ul.area-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  position: relative;
  width:100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cfe1e9;
}
ul.area-list li p._title {
  flex-basis: 120px;
  width: 120px;
  height: auto;
  position: relative;
  padding: 20px 10px 20px 15px;
  background-color: #d0ebf6;
}
ul.area-list li p._date {
  flex-basis: calc(100% - 120px);
  display: block;
  position: relative;
  padding: 15px;
}

ul.sgdetail-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width:100%;
  margin-bottom: 60px;
  border-bottom: 1px solid #cfe1e9;
}
ul.sgdetail-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  position: relative;
  width:100%;
  background-color: #ffffff;
}
ul.sgdetail-list li p._title {
  flex-basis: 85px;
  width: 85px;
  height: auto;
  position: relative;
  padding: 20px 10px 20px 15px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(51, 159, 225, 1), rgba(117, 214, 230, 1)) 1;
}
ul.sgdetail-list li p._date {
  flex-basis: calc(100% - 85px);
  display: block;
  position: relative;
  padding: 15px;
  border-top: 1px solid #cfe1e9;
}
ul.sgdetail-list li .contact_btn {
  display: inline-block;
  position: relative;
  height: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0em;
  text-align: center;
  white-space: nowrap;
  margin: 10px 0px;
  padding: 17px 2em;
  background-image: linear-gradient(90deg, rgba(51, 159, 225, 1), rgba(117, 214, 230, 1));
  background-size: 100% 100%;
  background-position: left;
  border-radius: 38px;
  box-shadow: 0px 4px 12px 0px rgba(76, 171, 223, 0.5);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
ul.sgdetail-list li .contact_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #00378c;
  transition: left 0.3s ease;
  z-index: -1;
}
ul.sgdetail-list li .contact_btn:hover::before {
  left: 0;
}
ul.sgdetail-list li p._date span._attention {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8em;
  text-indent: 30px;
  background-image: url("../img/attention.svg");
  background-repeat: no-repeat;
  background-size: 22px 20px;
  background-position: 0px 3px;
}
ul.sgdetail-list li p._date span._attention i._b-red {
  color: #ff3672;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

ul.report-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width:100%;
  margin-bottom: 35px;
  border-radius: 15px;
  box-shadow: 0px 4px 0px 0px rgba(188, 227, 242, 1);
  overflow: hidden;
  z-index: 1;
}
ul.report-list a {
  width:100%;
  text-decoration: none;
}
ul.report-list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  position: relative;
  width:100%;
  background-color: #ffffff;
  border-bottom: 1px solid #cfe1e9;
  cursor: pointer;
}
ul.report-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #eef8fc;
  transition: width 0.3s ease;
}
ul.report-list li:hover::before {
  width: 100%;
}
ul.report-list li::after {
  content: url("../img/arrow_link.svg");
  position: absolute;
  width: 6px;
  height: 10px;
  top: 28px;
  right: 20px;
}
ul.report-list li p._date {
  flex-basis: 100%;
  width: 100%;
  position: relative;
  padding: 20px 30px 0px 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
}
ul.report-list li p._title {
  flex-basis: 100%;
  display: block;
  position: relative;
  padding: 0px 30px 20px 15px;
  color: #4cabdf;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
}
ul.report-list li p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list-set {
  position: relative;
  /* margin-bottom: 20px; */
}
.list-set._more::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to bottom, rgba(224,241,252,0) 0%, rgba(224,241,252,1) 100%);
  box-shadow: 0px 4px 0px 0px rgba(224,241,252,1);
  pointer-events: none;
  z-index: 2;
}


.more-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.more-box .more_btn {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 50px;
  margin: 0px auto 30px;
  padding: 17px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0em;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(51, 159, 225, 1), rgba(117, 214, 230, 1));
  background-size: 100% 100%;
  background-position: left;
  border-radius: 38px;
  box-shadow: 0px 4px 12px 0px rgba(76, 171, 223, 0.5);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.more-box .more_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #00378c;
  transition: left 0.3s ease;
  z-index: -1;
}
.more-box .more_btn:hover::before {
  left: 0;
}
.more-box .more_btn::after {
  content: url('../img/btn_+.svg');
  position: absolute;
  width: 15px;
  height: 15px;
  right: 15px;
  transition: content 0.3s;
}
.more-box .more_btn.close::after {
  content: url('../img/btn_-.svg');
}

.btns-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.btns-box .nomal_btn {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 50px;
  margin: 0px auto 10px;
  padding: 15px 15px;
  color: #4cabdf;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0em;
  text-align: center;
  background-color: #ffffff;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, rgba(51, 159, 225, 1), rgba(117, 214, 230, 1)) border-box;
  border: 2px solid transparent;
  border-radius: 38px;
  /* transition: background-color 0.3s ease; */
  box-shadow: 0px 4px 12px 0px rgba(76, 171, 223, 0.5);
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.btns-box .nomal_btn:hover {
  color: #ffffff;
  border: 2px solid #00378c;
}
.btns-box .nomal_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #00378c;
  transition: left 0.3s ease;
  z-index: -1;
}
.btns-box .nomal_btn:hover::before {
  left: 0;
}






/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */

@media (min-width: 768px) {

  .sglist-box {
    width: calc(100% - 44px);
    margin: 0px 22px 70px;
  }
  ul.activ-list li a {
    padding: 20px 20px;
  }
  ul.activ-list li p span {
    -webkit-line-clamp: 1;
  }

  ul.area-list li p._title {
    padding: 23px 10px 23px 20px;
  }
  ul.area-list li p._date {
    padding: 20px;
  }
  ul.sgdetail-list li p._title {
    flex-basis: 120px;
    width: 120px;
    padding: 23px 10px 23px 20px;
  }
  ul.sgdetail-list li p._date {
    flex-basis: calc(100% - 120px);
    padding: 20px;
  }

  ul.report-list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  ul.report-list li::after {
    top: 23px;
  }
  ul.report-list li p._date {
    flex-basis: 200px;
    width: 200px;
    padding: 25px 0px 25px 20px;
  }
  ul.report-list li p._title {
    flex-basis: calc(100% - 230px);
    padding: 25px 10px 25px 20px;
  }

}




@media (min-width: 1024px) {


}




