@charset "UTF-8";
/*****************************
  pagesec-future
*****************************/
.pagesec-future .imgbox{
  margin: 0 auto 2rem;
  max-width: 550px;
}
.pagesec-future .box P{
  font-size: 2rem;
  font-weight: 500;
  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-future .box P{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-future .box P{
    font-size: 1.7rem;
    text-align: left;
  }
}

/*****************************
  pagesec-know
*****************************/
.ttlm{
  font-size: 2.4rem;
  font-weight: bold;
  /* padding-left: 4rem; */
  position: relative;
  margin-bottom: 20px;
  text-decoration: underline wavy #f39;
}
/* .ttlm::before{
  content: "";
  background: #0B97D2;
  position: absolute;
  top: 21px;
  left: 0;
  height: 3px;
  width: 3rem;
} */
@media only screen and (max-width: 767px) {
  .ttlm{
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

.pagesec-know dl{
  margin: 2rem 0;
}
.pagesec-know dl > div:first-of-type{
  margin-bottom: 2rem;
}
.pagesec-know dl dt{
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}

.pagesec-know .bgarea{
  background: #f3fafd;
  border-top: 1px solid #0ae;
  border-bottom: 1px solid #0ae;
  padding: 2rem;
}

/*****************************
  pagesec-example
*****************************/
.pagesec-example ul {
  gap: 2rem;
  margin-top: 4rem;
}
.pagesec-example ul li{
  width: calc(100% / 3 - 1.5rem);
}
.pagesec-example ul li a {
  border-radius: 6px 6px 0 0 ;
  display: block;
  opacity: 1;
  overflow: hidden;
}
.pagesec-example ul li a p{
  background: #fff;
  display: block;
  border-bottom: 1px solid #707070;
  max-width: 350px;
  opacity: 1 !important;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  text-decoration: none;
  transition: .5s;
}
.pagesec-example ul li a span{
  background: #fff;
  border: 1px solid #0B97D2;
  border-radius: 50%;
  padding: .7rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: .5s;
}
.pagesec-example ul li a span::before{
  content: "";
  background: #0B97D2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 4px;
  width: 4px;
}
.pagesec-example ul li a:hover p{
  background: #0B97D2;
  border-color: #fff;
  color: #fff;
}
.pagesec-example ul li a:hover span{
  background: #fff;
  padding: 1rem;
  right: 7px;
}
.pagesec-example ul li a:hover span::before{
  background: transparent;
  border-radius: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0B97D2;
  border-width: 5px 0px 5px 8.66px;
  height: 0;
  width: 0;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-example ul li{
    width: calc(100% / 2 - 1.5rem);
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-example ul li{
    width: 100%;
  }
  .pagesec-example ul li a{
    border-radius: 6px 0 0 6px;
    display: flex;
    height: 100%;
  }
  .pagesec-example ul li a .imgbox{
    width: 80px;
  }
  .pagesec-example ul li a .imgbox img{
    aspect-ratio: 1/1;
    object-fit: cover;
    height: auto;
    width: 100%;
  }
  .pagesec-example ul li a p{
    display: flex;
    align-items: center;
    font-size: 4vw;
    padding: 0 3rem 0 1.5rem;
    width: calc(100% - 80px);
  }
}

/*****************************
  pagesec-program
*****************************/
.pagesec-program ul{
  gap: 2rem;
}
.pagesec-program li{
  border: 2px solid #0ae;
  border-radius: 6px;
  overflow: hidden;
  width: calc(50% - 2rem);
}
.pagesec-program li span{
  background: #0ae;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  width: 70px;
}
.pagesec-program li p{
  padding: 1rem 1.5rem;
  width: calc(100% - 70px);
}
@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-program li{
    width: 100%;
  }
  .pagesec-program li span{
    font-size: 2.4rem;
    width: 50px;
  }
  .pagesec-program li p{
    width: calc(100% - 50px);
  }
}

/*****************************
  GRAY BOX
*****************************/
.rightbox{
  text-align: right;
}
.graybox{
  background: #EEEEEE;
  text-align: right;
  display: inline-block;
  padding: 6px 20px;
  margin-top: 20px;
}