<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.contents {
  max-width: 90%;
  /*  width: 780px;*/
  margin: 25px auto 70px auto;
  padding: 40px 40px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 11px;
}
h2 {
  color: var(--link);
  ;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0px 0px 30px 0px;
  border-left: 1px solid var(--link);
  padding: 0px 0px 0px 15px;
  letter-spacing: 0.2rem;
}
h3 {
  padding: 14px 0px 14px 15px;
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: 0 2px 1px #617a6163;
  background-color: rgb(255, 254, 254);
  margin: 0px 0px 15px 0px;
  line-height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  position: relative;
}
h3::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: var(--link);
}
h4 {
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  padding: 15px 0px 5px 0px;
  color: #333;
  font-weight: 600;
  font-size: 1.5rem;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #22B573 0px, #22B573 90px, #aaa 30px, #aaa 100%);
  border-image-slice: 1;
}
h4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: var(--link);
  transition: 0.3s;
  opacity: 0;
}
.junior {
  display: block;
  position: relative;
  margin: 0 auto 30px auto;
  padding: 15px 0px 5px 0px;
  color: #333;
  font-weight: 600;
  font-size: 2.3rem;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #22B573 0px, #22B573 90px, #aaa 30px, #aaa 100%);
  border-image-slice: 1;
}
.junior::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: var(--link);
  transition: 0.3s;
  opacity: 0;
}
.comingsoon {
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  margin: 100px 0 300px 0;
}
.preparation {
  padding: 10% 0%;
  margin: 20% 0%;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
}
.txt01 {
  line-height: 160%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px 0px 25px 0px;
}
.list01 {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.list01 li {
  list-style-type: none;
  padding: 0px 0px 5px 12px;
  margin: 0px 0px 0px 0px;
  position: relative;
}
.list01 li::after {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--link);
  border-right: 2px solid var(--link);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: -4px;
}
.list02 {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.list02 li {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 20px;
  list-style-type: decimal;
}
.table1 {
  border-collapse: collapse;
  margin: 15px 0px 0px 0px;
  background-color: #FFF;
}
.table1 th {
  border: solid 1px #333333;
  padding: 10px 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #eaf5eb;
}
.table1 td {
  border: solid 1px #333333;
  padding: 8px 8px;
}
.flame_t {
  background-color: var(--link);
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  margin: 0px auto 0px auto;
}
.flame {
  background-color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 2px 1px #bababa85;
  border: 1px solid #eee;
  font-weight: 500;
  padding: 12px 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0px 0px 20px 0px;
  line-height: 140%;
  text-align: center;
}
.flame table {
  display: inline-block;
  text-align: left;
  width: auto;
  table-layout: fixed;
}
.padding {
  padding-bottom: 300px;
}
.btn_box {
  display: flex;
  justify-content: space-around;
  margin: 30px 0px;
  width: 100%;
}
.btn1 {
  width: 45%;
}
.btn1 &gt; a:link, .btn1 &gt; a:visited, .btn1 &gt; a:active {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 25px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: block;
  border-radius: 100vh;
  background-color: var(--link);
  box-shadow: 0 5px 0 #0b834d;
  color: #FFF;
  transition: 0.3s;
  position: relative;
}
.btn1 &gt; a:hover {
  transform: translate3d(0, 3px, 0);
  text-decoration: none;
  box-shadow: 0 5px 0 #88a2d3;
  box-shadow: none;
  opacity: 0.9;
}
.btn2 {}
.btn2 &gt; a:link, .btn2 &gt; a:visited, .btn2 &gt; a:active {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 30px;
  margin: 15px 0px 0px 0px;
  text-decoration: none;
  display: inline-block;
  border-radius: 100vh;
  background-color: #eaf5eb;
  box-shadow: 0 2px 1px #bababa85;
  color: #22b573;
  transition: 0.3s;
}
.btn2 &gt; a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 1px #bababa85;
  opacity: 0.7;
}
.btn3 {
  width: 70%;
}
.btn3 &gt; a:link, .btn3 &gt; a:visited, .btn3 &gt; a:active {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  display: block;
  border-radius: 100vh;
  background-color: #fee86c;
  box-shadow: 0 5px 0 #88a2d3;
  color: #333;
  transition: 0.3s;
}
.btn3 &gt; a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 5px 0 #88a2d3;
  opacity: 0.7;
}
/*ご挨拶*/
.greeting {
  line-height: 2.4rem;
  margin: 0px 0px 20px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*プログラム日程表*/
.sewa_box {
  display: flex;
  align-items: flex-start;
  margin: 0px 0px 10px 0px;
}
.sewanin {
  border: 1px solid #333;
  font-size: 13px;
  width: 70px;
  text-align: center;
  vertical-align: text-bottom;
  padding: 0px 0px;
  margin: 0px 15px 0px 0px;
  border-radius: 3px;
}
.sewa_name {
  flex: 1;
}
.number {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
}
.number li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 35px;
}
.number li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #992F3B;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_time {
  background-color: #eaf5eb;
  padding: 3px 0px;
  text-align: center;
  width: 130px;
  display: inline-block;
  margin: 20px 10px 0px 0px;
}
.grid-wrap {
  display: grid;
  grid-gap: 10px 20px;
  grid-template-columns: 120px auto;
  height: auto;
  margin: 0px 0px 0px 0px;
}
.grid-wrap div:nth-child(odd) {
  background-color: #eaf5eb;
  padding: 5px;
}
.pro_title {
  font-weight: bold;
  color: #22B573;
  margin: 0px 0px 15px 0px;
}
.chairperson {
  display: grid;
  align-items: baseline;
  grid-gap: 0px 20px;
  grid-template-columns: 70px auto;
  height: auto;
  margin: 0px 0px 15px 0px;
}
.chairperson div:nth-child(odd) {
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.chairperson_e {
  display: grid;
  align-items: baseline;
  grid-gap: 0px 20px;
  grid-template-columns: 140px auto;
  height: auto;
  margin: 0px 0px 15px 0px;
}
.chairperson_e div:nth-child(odd) {
  text-align: center;
  padding: 1px;
  border: 1px solid #aaa;
  border-radius: 5px;
}
@media screen and (max-width:1024px) {
  h2 {
    font-size: 2.5rem;
    margin: 0px 0px 20px 0px;
  }
  .contents {
    max-width: 93%;
    width: 90%;
    padding: 5%;
  }
  .btn_box {
    display: block;
  }
  .btn1 {
    width: 60%;
    margin: 0px auto;
  }
  .btn1 &gt; a:link, .btn1 &gt; a:visited, .btn1 &gt; a:active {
    margin: 0px 0px 20px 0px;
    padding: 25px 0px;
  }
  .btn3 {
    width: 90%;
  }
  .flame {
    font-size: 1.7rem;
  }
  .padding {
    padding-bottom: 200px;
  }
}
@media screen and (max-width:750px) {
  .time {
    display: block;
    width: auto;
    text-align: left;
    margin: 0px 0px 10px 0px;
  }
}
@media screen and (max-width:600px) {
  .contents {
    width: 100%;
    padding: 10% 3% 5% 3%;
    border-radius: 7px;
  }
  .btn1 {
    width: 90%;
  }
  .btn3 {
    width: 100%;
  }
  .flame {
    width: 100%;
  }
  .flame th, .flame td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .padding {
    padding-bottom: 200px;
  }
  .grid-wrap {
    display: block;
  }
  .grid-wrap div:nth-child(odd) {
    margin: 10px 0px;
  }
  .chairperson {
    display: block;
  }
  .chairperson_e {
    display: block;
  }
}</pre></body></html>