@charset "UTF-8";
@media (min-width: 768px) {}
/* -----------
page-common
----------- */
.cmnContentBase01 .contentPageAreaWp {
  width: 100%;
  padding: 0 10px;
}
.cmnContentBase01 .contentPageAreaWp h1 {
  width: 100%;
  background: #0086af;
  border-radius: 4px 4px 0 0;
  padding: 20px 25px;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #FFFFFF;
}
.cmnContentBase01 .contentPageAreaWp h2 {
  width: 100%;
  background: #1aa0c9;
  border-radius: 0;
  padding: 10px 25px;
  border-bottom: #FFFFFF 1px solid;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .cmnContentBase01 .contentPageAreaWp {
    width: 837px;
    padding-right: 10px;
  }
  .cmnContentBase01 .contentPageAreaWp h1 {
    width: 100%;
    background: #0086af;
    border-radius: 4px 4px 0 0;
    padding: 20px 40px;
    box-sizing: border-box;
    font-size: 32px;
    color: #FFFFFF;
  }
  .cmnContentBase01 .contentPageAreaWp h2 {
    width: 100%;
    background: #1aa0c9;
    border-radius: 0;
    padding: 10px 40px;
    border-bottom: #FFFFFF 1px solid;
    box-sizing: border-box;
    font-size: 24px;
    color: #FFFFFF;
  }
}
.contentBoxPage01 {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0;
  padding: 20px 24px;
  box-sizing: border-box;
  border-top: #dcdcdc 1px solid;
}
.contentBoxPage01:last-child {
  border-radius: 0 0 4px 4px;
}
.contentBoxPage01 h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 0 0 12px 0;
  border-bottom: #1aa0c9 2px solid;
  margin: 32px 0 16px 0;
}
.contentBoxPage01 h3:first-child {
  margin: 0 0 16px 0;
}
.contentBoxPage01 p {
  font-size: 17px;
  display: block;
  padding: 0 0 10px 0;
}
.contentBoxPage01 p:last-child {
  padding: 0 0 0 0;
}
.contentBoxPage01 p span {
  color: red;
  font-weight: 700;
}

    .meeting{color: #FF0004; font-weight: bold;display: block;}
@media (min-width: 768px) {
  .breadcrumbListArea01 {
    max-width: 1123px;
    width: 100%;
    margin: 0 auto;
    color: #FFFFFF;
    display: flex;
    box-sizing: border-box;
  }
  .contentBoxPage01 {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0;
    padding: 20px 40px 40px 40px;
    box-sizing: border-box;
    border-top: #dcdcdc 1px solid;
  }
  .contentBoxPage01:last-child {
    border-radius: 0 0 4px 4px;
  }
  .contentBoxPage01 h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 0 0 12px 0;
    border-bottom: #1aa0c9 2px solid;
    margin: 32px 0 16px 0;
  }
  .contentBoxPage01 h3:first-child {
    margin: 0 0 16px 0;
  }
  .contentBoxPage01 p {
    display: block;
    padding: 0 0 10px 0;
  }
  .contentBoxPage01 p span {
    color: red;
    font-weight: 700;
  }
.meeting{display: grid;
grid-template-columns: 275px 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;}
}
.contentBoxPage01 .programArea01 {
  margin: 24px 0 16px 0;
}
.contentBoxPage01 .programArea01 h4 {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  background: #BAEBF2;
}
.contentBoxPage01 .programArea01 h5 {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  border-left: 4px solid #BAEBF2;
  color: #0086af;
}
.contentBoxPage01 .programArea01 p {
  font-size: 16px;
  display: block;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  border-left: 1px solid #BAEBF2;
}
.contentBoxPage01 table {
  width: 100%;
}
.contentBoxPage01 th {
  width: 125px;
  border-bottom: 2px solid #cccccc;
  padding: 10px 20px 10px 0;
  font-weight: 600;
}
.contentBoxPage01 td {
  border-bottom: 2px solid #cccccc;
  padding: 10px 0;
}
.contentBoxPage01 tr:first-child th {
  padding: 0 0 10px 0;
}
.contentBoxPage01 tr:first-child td {
  padding: 0 0 10px 0;
}
.contentBoxPage01 table.normal {
  width: auto !important;
}
.contentBoxPage01 table.normal tr {
  width: auto !important;
  border-bottom: none !important;
  padding: 0px 0px 0px 0 !important;
}
.contentBoxPage01 table.normal td {
  border-bottom: none !important;
  padding: 0px 0 !important;
  width: auto !important;
}
.contentBoxPage01 table.normal th {
  border-bottom: none;
  padding: 0px 0 !important;
  width: auto !important;
}
.contentBoxPage01 table.normal tr:first-child th {
  padding: 0 0 10px 0;
}
.contentBoxPage01 table.normal tr:first-child td {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .contentBoxPage01 table {
    width: 100%;
  }
  .contentBoxPage01 th {
    width: 215px;
    border-bottom: 2px solid #cccccc;
    padding: 10px 0;
    font-weight: 600;
  }
  .contentBoxPage01 td {
    border-bottom: 2px solid #cccccc;
    padding: 10px 0;
  }
  .contentBoxPage01 tr:first-child th {
    padding: 0 0 10px 0;
  }
  .contentBoxPage01 tr:first-child td {
    padding: 0 0 10px 0;
  }
}
.greetTextArea01 p {
  padding: 0 0 20px 0;
  line-height: 1.8rem;
  text-align: justify;
}
.greetTextEndArea01 {
  width: 100%;
  border-top: 2px solid #cccccc;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px 0 0 0;
  margin: 40px 0 0 0;
}
.greetTextEndArea01 p {
  font-weight: 600;
  display: block;
}
.greetTextEndArea01 p:nth-child(2) {
  text-align: left;
}
.greetTextEndArea01 p:first-child {
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .greetTextArea01 p {
    padding: 0 0 20px 0;
  }
  .greetTextEndArea01 {
    width: 100%;
    border-top: 2px solid #cccccc;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 20px 0 0 0;
    margin: 40px 0 0 0;
  }
  .greetTextEndArea01 p {
    font-weight: 600;
    display: block;
  }
  .greetTextEndArea01 p:nth-child(2) {
    text-align: right;
  }
  .greetTextEndArea01 p:first-child {
    margin: 0 auto 0 0;
  }
  .greetTextEndArea01 img {
    display: block;
    margin: 0 0 0 12px;
    border-radius: 4px;
  }
}
.contentBoxPagehistory01 {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0;
  padding: 0 0 40px 0;
  box-sizing: border-box;
}
.tab-group {
  display: flex;
  padding: 0 40px 0 40px;
  justify-content: flex-start;
}
.tab {
  text-align: center;
  cursor: pointer;
  width: 23.5%;
  height: auto;
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 4px 0 0;
  background: #9ee0f6;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
.panel-group {
  height: auto;
  border-top: solid 1px #EEE;
}
.panel {
  display: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 25px 40px 25px;
}
.tab.is-active {
  background: #32bcea;
  color: #fff000;
  transition: all 0.2s ease-out;
}
.panel.is-show {
  display: block;
}
@media (min-width: 768px) {
  .tab-group {
    display: flex;
    padding: 0 40px 0 40px;
    justify-content: flex-start;
  }
  .tab {
    text-align: center;
    cursor: pointer;
    width: 180px;
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 12px 0 0;
    background: #9ee0f6;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
  }
  .panel-group {
    height: auto;
    border-top: solid 1px #EEE;
  }
  .panel {
    display: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 40px 40px 40px;
  }
  .tab.is-active {
    background: #32bcea;
    color: #fff000;
    transition: all 0.2s ease-out;
  }
  .panel.is-show {
    display: block;
  }
}
.eventListArea01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #cccccc;
  padding: 16px 0;
}
.eventListArea01 .eventDetailsArea01 {
  width: 100%;
  padding: 0 0 10px 0;
}
.eventListArea01 .eventDetailsArea01 p {
  white-space: nowrap;
}
.eventListArea01 .eventDetailsArea02 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.eventListArea01 .eventDetailsArea02 p {
  display: block;
  margin: 0 22px 0 0;
  font-size: 15px;
}
.eventListArea01 .eventDetailsArea02 p strong {
  font-size: 12px;
}
.eventListArea01 .eventDetailsArea02 p span {
  color: #c91a1a;
}
.eventDetailsArea03 .infoDetailsArea01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 10px 0 40px 0;
}
.eventDetailsArea03 .infoDetailsArea01:first-child {
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .eventListArea01 {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #cccccc;
    padding: 16px 0;
  }
  .eventListArea01 .eventDetailsArea01 {
    width: 100px;
    padding: 0 0;
  }
  .eventListArea01 .eventDetailsArea01 p {
    white-space: nowrap;
  }
  .eventListArea01 .eventDetailsArea02 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 100px);
  }
  .eventListArea01 .eventDetailsArea02 p {
    display: block;
    margin: 0 22px 0 0;
    font-size: 15px;
  }
  .eventListArea01 .eventDetailsArea02 p strong {
    font-size: 12px;
  }
  .eventListArea01 .eventDetailsArea02 p span {
    color: #c91a1a;
  }
  .eventDetailsArea03 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }
  .eventDetailsArea03 .infoDetailsArea01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 10px 0 0 0;
  }
  .eventDetailsArea03 .infoDetailsArea01:first-child {
    margin: 0 0 0 0;
  }
  .eventDetailsArea03 p {
    display: block;
    margin: 0 20 0 0;
    font-size: 15px;
  }
  .eventDetailsArea03 p strong {
    font-size: 15px;
    display: block;
    width: 135px;
  }
  .eventDetailsArea03 p span {
    color: #c91a1a;
  }
  .eventDetailsArea03 ol li {
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .eventDetailsArea03 ol li:last-child {
    font-size: 15px;
    margin: 0 0 0 0;
  }
  .kei {
    display: block;
    text-align: right;
    font-size: 0.85rem;
    margin: 0 33px 0 0;
  }
}
.eventDetailsTextArea01 {
  display: flex;
  align-items: baseline;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.eventDetailsTextArea01 h4 {
  font-size: 15px;
  font-weight: 700;
  width: 110px;
  padding: 0 0 0 0;
  white-space: nowrap;
  box-sizing: border-box;
}
.eventDetailsTextArea01 p {
  font-size: 15px;
  width: calc(100% - 120px);
  padding: 0 0 0 0;
}
.eventDetailsTextArea01 p span {
  color: red;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {}
.contentBoxPagehistory01 th {
  padding: 18px 6px;
  white-space: nowrap;
  border-bottom: 2px solid #cccccc;
}
.contentBoxPagehistory01 td {
  padding: 18px 6px;
  text-align: left;
  border-bottom: 2px solid #cccccc;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}
.contentBoxPagehistory01 th p, .contentBoxPagehistory01 td p {
  font-size: 13px;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
}
.contentBoxPagehistory01 th p {
  font-weight: 600;
}
.contentBoxPagehistory01 tr td:nth-child(1) p {
  text-align: center;
}
.contentBoxPagehistory01 tr td:nth-child(2) {
  white-space: nowrap;
}
.contentBoxPagehistory01 tr td:nth-child(3) {
  white-space: nowrap;
}
.contentBoxPagehistory01 tr td:nth-child(4) {
  white-space: nowrap;
}
.contentBoxPagehistory01 tr td:nth-child(5) {
  white-space: nowrap;
}
.contentBoxPagehistory01 tr td:nth-child(6) {
  white-space: nowrap;
}
.contentBoxPagehistory01 tr td:nth-child(7) {
  font-size: 13px;
}
.program-wrap {
  display: grid;
  grid-template-columns: 130px auto;
  height: auto;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px 0px 0px 0px;
  font-size: 17px;
}
.program-wrap .cb {
  border-bottom: 1px dotted #1aa0c9;
  background-color: #e9faff;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px;
  text-align: center;
  font-weight: 600;
}
.program-wrap div:nth-of-type(even) {
  border-bottom: 1px dotted #1aa0c9;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 20px;
}
.program-wrap div div:nth-of-type(even) {
  padding: 10px 0px;
}
.program-wrap div .title01 {
  position: relative;
  color: #1aa0c9;
  padding: 0px 0px 0px 15px;
  margin: 5px 0px 5px 0px;
  font-weight: 600;
  letter-spacing: 0;
}
.program-wrap div .title01:first-child {
  margin: 0px 0px 5px 0px;
}
.program-wrap div .title01::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  background-color: #1aa0c9;
}
.program-wrap div ol {
  padding: 0px 0 10px 40px;
}
.btn1 {
  margin: 0px auto 35px auto;
  max-width: 350px;
  width: 100%;
  border-bottom: none !important;
}
.btn1 a {
  display: inline-block;
  color: #1aa0c9;
  padding: 15px 0px;
  max-width: 350px;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 5px 0px #fff000;
  text-decoration: none;
  transition: all 0.2s ease-out;
  background: url(../img/arrow02.png) no-repeat;
  background-position: right 40px top 50%;
  border: 1px solid #1aa0c9;
}
.btn1 a:hover {
  opacity: 0.8;
  transform: translate3d(0px, 3px, 0px);
  box-shadow: none;
}
.btn2 {
  margin: 10px 0px;
  border-bottom: none !important;
}
.btn2 a {
  text-align: center;
  display: inline-block;
  color: #FFF;
  padding: 13px 0px 15px 0px;
  width: 250px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0px 5px 0px #fff000;
  background-color: #1aa0c9;
  text-decoration: none;
  transition: all 0.2s ease-out;
  border: 1px solid #1aa0c9;
}
.btn2 a:hover {
  opacity: 0.8;
  transform: translate3d(0px, 3px, 0px);
  box-shadow: none;
}
.btn_w2 {
  display: flex;
  width: 100%;
  max-width: 550px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
}
.btn3 {
  margin: 10px 0px;
  border-bottom: none !important;
}
.btn3 a {
  text-align: center;
  display: inline-block;
  color: #1aa0c9;
  padding: 3px 0px 3px 0px;
  margin: 0px 0px 0px 20px;
  width: 150px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0px 5px 0px #1aa0c9;
  background-color: #fff100;
  text-decoration: none;
  transition: all 0.2s ease-out;
  border: 1px solid #1aa0c9;
}
.btn3 a:hover {
  opacity: 0.8;
  transform: translate3d(0px, 3px, 0px);
  box-shadow: none;
}
.btn_w3 {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 768px) {}
@media (max-width: 450px) {
  .btn_w3 {
    display: block;
  }
  .btn3 a {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 1060px) {
  .contentBoxPage01 {
    padding: 20px 3%;
  }
  .program-wrap {
    display: block;
  }
  .program-wrap div:nth-of-type(even) {
    padding: 10px 0px 10px 0px;
  }
}
}
.grid-wrap {
  display: grid;
  grid-gap: 0px 0px;
  grid-template-columns: 258px auto;
  height: auto;
  margin: 0px 0px 0px 0px;
}
.grid-wrap div {
  flex: 1;
  border-bottom: none !important;
  padding: 0px !important;
}