@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&family=Petemoss&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
p, ul, li, table, th, td {
  font-family: 'Noto Sans JP', sans-serif;
  color: #747474;
}
section {
  padding: 60px 0;
}
.section-login {
  background: #f1f1f1;
}
/*ビルボード*/
.hero-wrap {
  padding: 30px 0;
}
.hero-wrap h1 {
  text-align: center;
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 30px;
}
.hero-wrap h1 img {
  max-width: 300px;
}
.hero-wrap p img {
  border-radius: 8px;
}
.hero-wrap h2 {
  text-align: center;
  text-align: center;
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #00A0E8;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}
/*参加方法*/
.flow-wrap {
  padding: 30px 0;
}
.flow-wrap h3 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.flow-wrap h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.flow-wrap h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.flow-wrap h4 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.flow-block {
  text-align: center;
}
/*概要*/
.outline-wrap {
  padding: 30px 0;
}
.outline-wrap h3 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.outline-wrap h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.outline-wrap h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.outline-wrap p {
  text-align: center;
}
.table-data {
  border: none !important;
}
.table-data th, .table-data td {
  border: none !important;
}
.data-term {
  background: #00A0E8;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
}
.data-value {
  padding: 8px 16px;
  font-size: 115%;
  color: #000;
}
.data-period {
  font-weight: 600;
  font-size: 125%;
}
/*エントリー*/
.entry-wrap {
  padding: 0;
}
.entry-wrap h3 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.entry-wrap h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.entry-wrap h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.entry-block {
  text-align: center;
  padding: 15px;
}
.entry-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 2px solid #000000;
  background: linear-gradient(to right, #00A0E8 50%, #000000 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
  border-radius: 8px;
}
.entry-block a:after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-radius: 8px;
}
.entry-block a:hover {
  color: #ffffff;
  background-position: -100% 0;
}
/*FAQ*/
.faq-wrap {
  padding: 30px 0;
}
.faq-wrap h3 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.faq-wrap h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.faq-wrap h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.faq-wrap h4 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 15px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #00A0E8;
  width: 14px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 3px;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #00A0E8;
  width: 0;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 15px 25px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  background: #fff;
}
.p-faq__headinner {
  display: block;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #00A0E8;
  font-size: 16px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 15px;
  margin-bottom: 0;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 16px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 15px;
  margin-bottom: 0;
}
.gutter > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
/*注意事項*/
.note-wrap {
  padding: 30px 0;
}
.note-wrap h3 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.note-wrap h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.note-wrap h3 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.note-wrap h4 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.note-wrap ul {
  padding: 15px;
}
.note-wrap ul li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 15px 0;
  line-height: 1.75rem;
}
.note-wrap ul li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #00ACDB;
}
/*ログイン*/
.login-wrap h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  text-align: center;
}
.login-btn {
  text-align: center;
}
.table-login {
  border: none !important;
}
.table-login th, .table-login td {
  border: none !important;
}
.table-login th {
  width: 30%;
}
.table-login td {
  width: 70%;
}
.login-term {
  color: #000;
  text-align: center;
  padding: 10px;
}
.password-link a {
  color: #333;
  padding-top: 5px;
  display: block;
  text-align: center;
}
.password-link a:hover {
  text-decoration: underline;
}
.login-btn a {
  display: block;
  max-width: 200px;
  border: solid 2px #000;
  background: #fff;
  color: #000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
  border-radius: 8px;
  margin: 0 auto;
}
.login-btn a:hover {
  background: #000;
  color: #fff;
}
.login-link {
  padding: 15px;
}
.login-link a {
  display: block;
  max-width: 600px;
  border: solid 2px #000;
  background: #fff;
  text-align: center;
  color: #000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 20px;
  border-radius: 8px;
  margin: 0 auto;
}
.login-link a:hover {
  background: #000;
  color: #fff;
}
.m-form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff !important;
  border: solid 1px #f1f1f1;
  margin-bottom: 0 !important;
}
.m-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
table, th, tr, td {
  border: 1px solid #f1f1f1;
}
input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea {
  padding: 10px;
  color: #333;
}
@media (max-width: 768px) {
  section {
    padding: 30px 0;
  }
  /*ビルボード*/
  .hero-wrap {
    padding: 15px 0;
  }
  .hero-wrap h1 {
    text-align: center;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 30px;
  }
  .hero-wrap h1 img {
    max-width: 300px;
  }
  .hero-wrap p img {
    border-radius: 8px;
  }
  .hero-wrap h2 {
    text-align: center;
    text-align: center;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 20px;
    color: #00A0E8;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
  }
  /*参加方法*/
  .flow-wrap {
    padding: 30px 0;
  }
  .flow-wrap h3 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    padding: 0 35px;
    text-align: center;
  }
  .flow-wrap h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
  }
  .flow-wrap h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  .flow-wrap h4 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 22px;
  }
  .flow-block {
    text-align: center;
  }
  /*概要*/
  .outline-wrap {
    padding: 30px 0;
  }
  .outline-wrap h3 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    padding: 0 35px;
    text-align: center;
  }
  .outline-wrap h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
  }
  .outline-wrap h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  .outline-wrap p {
    text-align: center;
  }
  .table-data {
    border: none !important;
  }
  .table-data th, .table-data td {
    border: none !important;
  }
  .data-term {
    background: #00A0E8;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 8px 16px;
  }
  .data-value {
    padding: 8px 16px;
    font-size: 115%;
    color: #000;
  }
  .data-period {
    font-weight: 600;
    font-size: 125%;
  }
  /*エントリー*/
  .entry-wrap {
    padding: 0;
  }
  .entry-wrap h3 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    padding: 0 35px;
    text-align: center;
  }
  .entry-wrap h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
  }
  .entry-wrap h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  .entry-block {
    text-align: center;
    padding: 15px;
  }
  .entry-block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding: 1.0em 1.0em;
    border: 2px solid #000000;
    background: linear-gradient(to right, #00A0E8 50%, #000000 50%);
    background-size: 200% auto;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    position: relative;
    border-radius: 8px;
  }
  .entry-block a:after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -7px;
    width: 100%;
    height: 100%;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-radius: 8px;
  }
  .entry-block a:hover {
    color: #ffffff;
    background-position: -100% 0;
  }
  /*FAQ*/
  .faq-wrap {
    padding: 30px 0;
  }
  .faq-wrap h3 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    padding: 0 35px;
    text-align: center;
  }
  .faq-wrap h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
  }
  .faq-wrap h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  .faq-wrap h4 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 18px;
  }
  .accordion_area {}
  .accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    padding: 15px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
  }
  .accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #f1f8ff;
  }
  .accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #f5f5f5;
  }
  .accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #f1f8ff;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #00A0E8;
    width: 14px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 3px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #00A0E8;
    width: 0;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
  }
  .accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
  }
  .accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 15px 25px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
    background: #fff;
  }
  .p-faq__headinner {
    display: block;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
  }
  .p-faq__headinner::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color: #00A0E8;
    font-size: 16px;
    font-weight: bold;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 15px;
    margin-bottom: 0;
    argin-right: 2em;
  }
  .p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
  }
  .p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: "A．";
    color: #de0000;
    font-size: 16px;
    font-weight: bold;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 15px;
    margin-bottom: 0;
  }
  .gutter > *:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  ul.list-disc {
    margin-bottom: 0;
    padding-left: 0;
  }
  .list-disc__item {
    margin-left: 1.5em;
    list-style: disc;
  }
  /*注意事項*/
  .note-wrap {
    padding: 30px 0;
  }
  .note-wrap h3 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    padding: 0 35px;
    text-align: center;
  }
  .note-wrap h3:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
  }
  .note-wrap h3 span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
  .note-wrap h4 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 300;
    font-size: 16px;
  }
  .note-wrap ul {
    padding: 15px;
  }
  .note-wrap ul li {
    position: relative;
    padding: 0 0 0 2em;
    margin: 0 0 15px 0;
    line-height: 1.75rem;
  }
  .note-wrap ul li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    color: #00ACDB;
  }
  /*ログイン*/
  .login-wrap h4 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
  }
  .login-btn {
    text-align: center;
  }
  .table-login {
    border: none !important;
  }
  .table-login th, .table-login td {
    border: none !important;
  }
  .table-login th {
    width: 30%;
  }
  .table-login td {
    width: 70%;
  }
  .login-term {
    color: #000;
    text-align: center;
    padding: 10px;
  }
  .password-link {
    color: #333;
    padding-top: 5px;
    display: block;
  }
  .login-btn a {
    display: block;
    max-width: 200px;
    border: solid 2px #000;
    background: #fff;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .login-btn a:hover {
    background: #000;
    color: #fff;
  }
  .login-link a {
    display: block;
    max-width: 600px;
    border: solid 2px #000;
    background: #fff;
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 20px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .login-link a:hover {
    background: #000;
    color: #fff;
  }
  .m-form-text {
    height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff !important;
    border: solid 1px #f1f1f1;
    margin-bottom: 0 !important;
  }
  .m-form-text:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
  }
  table, th, tr, td {
    border: 1px solid #f1f1f1;
  }
  input[type="password"], input[type="email"], input[type="text"], input[type="file"], textarea {
    padding: 10px;
    color: #333;
  }
  .table-login th, .table-login td {
    display: block;
    width: 100%;
    padding: 0.25rem;
    text-align: center;
  }
  .table-data th, .table-data td {
    display: block;
    width: 100%;
    padding: 0.25rem;
    text-align: center;
  }
}