@charset "UTF-8";


/* ------------------------------------

intro-blc02

--------------------------------------*/

#intro-blc02 .ttl-style-group .ttl-heading.txt-normal {
  font-size: 150%;
}

@media screen and (max-width:640px) {
  #intro-blc02 .ttl-style-group .ttl-heading.txt-normal {
    font-size: 130%;
  }
}

/* ------------------------------------

intro-blc03

--------------------------------------*/

#intro-blc03 .ttl-style-group.mb-1rem , #intro-blc04 .ttl-style-group.mb-1rem {
  margin-bottom: 5px !important;
}

#intro-blc03 .ttl-style-group .ttl-heading.txt-small , #intro-blc04 .ttl-style-group .ttl-heading.txt-small {
  font-size: 120%;
}

/* ------------------------------------

intro-blc

--------------------------------------*/

#intro-blc01 .inner-blc .left-blc .ttl {
  display: block;
  font-size: 120%;
  font-weight: bold;
  line-height: 1;
}

#intro-blc01 .inner-blc .left-blc .ttl+.txt {
  margin-top: 10px;
}

#intro-blc01 .inner-blc {
  display: flex;
}

#intro-blc01 .inner-blc .left-blc {
  width: 50%;
  padding-right: 2rem;
  box-sizing: border-box;
}

#intro-blc01 .inner-blc .right-blc {
  width: 50%;
}

@media screen and (max-width:767px) {
  #intro-blc01 .inner-blc {
    flex-wrap: wrap;
  }

  #intro-blc01 .inner-blc .left-blc {
    width: 100%;
    padding-right: 0;
  }

  #intro-blc01 .inner-blc .right-blc {
    width: 100%;
    margin-top: 2rem;
  }
}


/* ------------------------------------

info-blc

--------------------------------------*/

#info-blc .ttl-style-group {
  margin-bottom: 0;
}

#info-blc .ttl-style-group .ttl-heading+.ttl-desc {
  margin-top: 10px;
  text-align: left;
}

#info-blc .inner dl>dt {
  font-size: 120%;
  color: var(--secondary-color);
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}

#info-blc .inner dl {
  margin-top: 2rem;
}

#info-blc .inner dl:first-child {
  margin-top: 0;
}

/* ------------------------------------

intro-blc04

--------------------------------------*/

#intro-blc04 .ttl-style-group {
  margin-bottom: 10px !important;
}

/* ------------------------------------

events-blc

--------------------------------------*/

#events-blc .inner-list>li .bage {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 999px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
  margin: auto;
}

#events-blc .inner-list {
  display: flex;
  flex-wrap: wrap;
}

#events-blc .inner-list>li {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  margin-top: 2rem;
  background-color: #fff;
  padding: 2rem 2rem;
  box-sizing: border-box;
}

#events-blc .inner-list>li:nth-child(3n+3) {
  margin-right: 0;
}

#events-blc .inner-list>li:nth-child(-n+3) {
  margin-top: 0;
}

#events-blc .inner-list>li .txt {
  margin-top: 1rem;
}

@media screen and (max-width:767px) {

  #events-blc .inner-list>li {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
    margin-top: 1rem;
  }

  #events-blc .inner-list>li:nth-child(3n+3) {
    margin-right: 1rem;
  }

  #events-blc .inner-list>li:nth-child(-n+3) {
    margin-top: 1rem;
  }

  #events-blc .inner-list>li:nth-child(2n+2) {
    margin-right: 0;
  }

  #events-blc .inner-list>li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {

  #events-blc .inner-list>li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 1rem !important;
  }

}

/* ------------------------------------

inner-col3

--------------------------------------*/

.inner-col3 {
  display: flex;
  flex-wrap: wrap;
}

.inner-col3>li {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
  margin-top: 2rem;
}

.inner-col3>li .img-blc+.ttl {
  margin-top: 5px;
}

.inner-col3>li .ttl {
  font-weight: bold;
}

.inner-col3>li:nth-child(3n+3) {
  margin-right: 0;
}

.inner-col3>li:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width:767px) {

  .inner-col3>li {
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
  }

  .inner-col3>li:nth-child(3n+3) {
    margin-right: 1rem;
  }

  .inner-col3>li:nth-child(-n+3) {
    margin-top: 2rem;
  }

  .inner-col3>li:nth-child(2n+2) {
    margin-right: 0;
  }

  .inner-col3>li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {

  .inner-col3>li {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 1.5rem !important;
  }

  .inner-col3>li:first-child {
    margin-top: 0 !important;
  }

  .inner-col3 {
    max-width: 400px;
    margin: auto;
  }

}

/* ------------------------------------

list-3-bg

--------------------------------------*/

.list-3-bg {
  display: flex;
  flex-wrap: wrap;
}

.list-3-bg>li {
  width: calc((100% - 3rem) / 3);
  margin-right: 1.5rem;
  margin-top: 2rem;
  background-color: #fff;
  padding: 1rem 1rem;
  box-sizing: border-box;
}

.list-3-bg>li:nth-child(3n+3) {
  margin-right: 0;
}

.list-3-bg>li:nth-child(-n+3) {
  margin-top: 0;
}

.list-3-bg>li h3 {
  font-size: 120%;
  font-weight: bold;
  display: block;
  text-align: center;
}

.list-3-bg>li h3+p {
  margin-top: 10px;
}

.list-3-bg>li figure {
  margin-bottom: 1rem;
}

@media screen and (max-width:640px) {

  .list-3-bg>li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-top: 20px;
  }

  .list-3-bg>li:nth-child(3n+3) {
    margin-right: 10px;
  }

  .list-3-bg>li:nth-child(-n+3) {
    margin-top: 10px;
  }

  .list-3-bg>li:nth-child(2n+2) {
    margin-right: 0;
  }

  .list-3-bg>li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {
  .list-3-bg>li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 20px !important;
  }

  .list-3-bg>li:first-child {
    margin-top: 0 !important;
  }
}