@charset "UTF-8";
/*=====================================
	各ページの調整用
=====================================*/
div.mainCont article sup {
  font-size: 0.5em;
  vertical-align: super;
  letter-spacing: 0;
}
div.mainCont article div.img {
  margin-bottom: 10px;
}
div.mainCont article div.attention {
  padding: 1em;
  font-weight: bold;
  color: red;
  border: solid 1px red;
  border-radius: 5px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  div.mainCont article div.attention {
    margin-top: -30px;
  }
}
div.mainCont article small {
  display: block;
  color: #000;
  margin-left: 0;
  font-size: 0.8em;
}
div.mainCont article table tr td em {
  display: block;
  margin: 1em 0;
  color: #171C61;
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}
div.mainCont article table tr td em:nth-of-type(2) {
  margin-top: 3em;
}
div.mainCont article table tr td em::before {
  content: "■";
}
div.mainCont article table tr td ul li + li {
  margin-top: 1em;
}
div.mainCont article table tr td ul li strong {
  display: block;
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
div.mainCont article table tr td ul li p {
  padding-left: 1.5em;
}
div.mainCont article table tr td.app span {
  display: none;
  font-weight: bold;
  color: red;
}
div.mainCont article table tr td.app.end p {
  text-decoration: line-through;
}
div.mainCont article table tr td.app.end small {
  text-decoration: line-through;
}
div.mainCont article table tr td.app.end span {
  display: block;
}

div.mainCont.past article {
  overflow: hidden;
}
div.mainCont.past article i {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}
@media print, screen and (min-width: 768px) {
  div.mainCont.past article i {
    margin-top: -150px;
    padding-top: 150px;
  }
}
.Btn {
  text-align: right;
  margin-top: 3em;
}
.Btn a::after {
  content: "　＞＞";
}

.joinBtn {
  text-align: center;
  margin: 15px 0px 0px 0px;
}
.joinBtn a {
  display: inline-block;
  min-width: 160px;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 10px;
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border: solid 2px #c60040;
  background-color: #c60040;
}
.joinBtn a:hover {
  opacity: 1;
}
.joinBtn a::before {
  content: "";
  display: block;
  width: 160px;
  height: 24px;
  background-color: #fff;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: -150px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-animation: sparkle 5s infinite;
          animation: sparkle 5s infinite;
}
.joinBtn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.joinBtn a[href$=".pdf"]::after {
  content: "\f1c1";
}
.joinBtn a:hover {
  background-color: #ffd9e5;
  color: #c60040;
}

.program_btn {
  text-align: center;
  margin: 50px 0;
  margin: 0;
}
.program_btn a {
  display: inline-block;
  min-width: 200px;
  padding: 10px 40px;
  border-radius: 30px;
  margin: 10px;
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border: solid 2px #171C61;
  background-color: #171C61;
}
.program_btn a:hover {
  opacity: 1;
}
.program_btn a::before {
  content: "";
  display: block;
  width: 200px;
  height: 30px;
  background-color: #fff;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: -150px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-animation: sparkle 5s infinite;
          animation: sparkle 5s infinite;
}
.program_btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.program_btn a[href$=".pdf"]::after {
  content: "\f1c1";
}
.program_btn a:hover {
  background-color: #BCC1F7;
  color: #171C61;
}

div.program {
  padding: 10px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  div.program {
    padding: 10px 0;
  }
}
div.program hr {
  border-top: dashed 1px #171c61;
  margin: 2em 0;
  position: relative;
  overflow: visible;
  font-size: 20px;
  letter-spacing: 5px;
}
div.program hr::before {
  content: "";
  display: block;
  width: 4em;
  height: 1.5em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.program hr::after {
  content: "休憩";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.program section.greeting h3 {
  background-color: #d5f9ff;
}
div.program section h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  background-color: #e8eafd;
  text-align: left;
  line-height: 1;
}
div.program section h3 strong {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  display: block;
  margin: 0;
}
div.program section h3 span {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  font-size: 0.8em;
  font-weight: normal;
  text-align: right;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  div.program section h3 span {
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
  }
}
div.program section ol {
  padding-left: 2em;
  margin-top: 20px;
  list-style: decimal-leading-zero;
}
div.program section ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #171c61;
}
@media print, screen and (min-width: 768px) {
  div.program section ol li {
    font-size: 18px;
    line-height: 1.4;
  }
}
div.program section ol li + li {
  margin-top: 1em;
}
div.program section ol li span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #888;
  text-align: right;
}/*# sourceMappingURL=meeting.css.map */