html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sp-none {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp-none {
    display: block;
  }
}

.l-content {
  max-width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .l-content {
    width: 100%;
  }
}

.c-leadtext {
  text-align: justify;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 16px;
}

.c-leadtextred {
  text-align: justify;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 16px;
  color: #FF0000;
}

.c-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 16px;
}

.c-paypal {
    padding: 0.5em 1em;
    background: #d6eaf6;/*背景色*/
    border-top: solid 3px #1182c9;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 16px;
}

.c-textred {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 16px;
  color: #FF0000;
}

.c-textredbold {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 16px;
  color: #FF0000;
}

.c-textdel {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 16px;
  text-decoration: line-through
}

.c-textbold {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  margin-bottom: 16px;
}

.c-text.__left {
  text-align: left;
}

.c-text.__leftred {
  text-align: left;
  color: #FF0000;
}


.c-text-small {
  font-size: 14px;
}

.c-text-small.__center {
  text-align: center;
}

.c-link {
  color: #1182c9;
}

.c-link:hover {
  text-decoration: underline;
}

.c-linkline {
  text-decoration: underline;
}

.c-headline {
  font-size: 24px;
  font-weight: bold;
  color: #1182c9;
  text-align: center;
  margin-bottom: 20px;
}

.c-button {
  color: #fff;
  background-color: #1182c9;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 10px;
  border: 4px solid #fff;
}

.c-button2 {
  font-size: 16px;
  color: #fff;
  background-color: #1182c9;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 10px;
  border: 4px solid #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .c-button {
    padding: 20px;
  }
  .c-button2 {
    padding: 20px;
  }
}

.c-button:hover {
  background-color: #fff;
  border: 4px solid #1182c9;
  color: #1182c9;
}

.c-button2:hover {
  background-color: #fff;
  border: 4px solid #1182c9;
  color: #1182c9;
}

.l-header {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media screen and (max-width: 1024px) {
  .l-header {
    max-width: 660px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-header-logo {
  width: 258px;
}

@media screen and (max-width: 1024px) {
  .l-header-logo {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header-nav {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.l-header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .l-header-nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.l-header-nav ul li {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .l-header-nav ul li {
    margin-left: 0;
  }
}

.l-header-nav ul li a:hover {
  color: #1182c9;
  text-decoration: underline;
}

.p-mv {
  padding: 40px 0;
  background-image: url("../data/mv_bg.png");
}

.p-mv-inner {
  width: 660px;
  padding: 60px 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

@media screen and (max-width: 1024px) {
  .p-mv-inner {
    width: 100%;
  }
}

.p-mv-title-eng {
  font-size: 24px;
  font-weight: bold;
  color: #1182c9;
  margin-bottom: 20px;
}

.p-mv-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-mv-date {
  margin-bottom: 20px;
}

.p-intro {
  margin-top: 80px;
}

.p-dates {
  margin-top: 80px;
}

.p-about {
  margin-top: 80px;
}

.p-about-box {
  margin: 40px auto 0;
  max-width: 560px;
  text-align: center;
}

.p-about-list {
  margin-bottom: 40px;
}

.p-about-list li {
  line-height: 32px;
  text-align: left;
}

.about-table1 {
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    width: 100%;
    margin-bottom: 0px;
}

.about-table2 {
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    width: 100%;
    margin-bottom: 40px;
}

.guide-table {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  border-collapse: collapse;
  border: solid 2px #1182c9;
  margin-bottom: 40px;
}
.guide-table th {
  border: solid 1px #1182c9;
  padding: 3px 10px;
  color: #1182c9;
}
.guide-table td {
  border: solid 1px #1182c9;
  padding: 3px 10px;
}

.dates-table {
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    width: 85%;
    margin-bottom: 40px;
}

.dates-table2 {
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    width: 50%;
    margin-bottom: 40px;
}

.p-program {
  margin-top: 80px;
}

.p-program-wrapper {
  text-align: center;
}

.p-program-list {
  max-width: 540px;
  margin: 80px auto 40px;
}

@media screen and (max-width: 1024px) {
  .p-program-list {
    width: 100%;
    margin-top: 40px;
  }
}

.p-program-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .p-program-list li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p-program-list li .__time {
  width: 2.5em;
}

@media screen and (max-width: 1024px) {
  .p-program-list li .__time {
    width: 100%;
    text-align: left;
  }
}

.p-program-list li .__content {
  margin-left: 20px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-program-list li .__content {
    margin-left: 0;
  }
}

.p-contact {
  margin-top: 80px;
  text-align: center;
}

.p-contact-box {
  margin-top: 40px;
  text-align: center;
}

.c-title {
  background-color: #d6eaf6;
  padding: 10px 0;
}

.c-title-inner {
  font-size: 16px;
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .c-title-inner {
    padding-left: 20px;
    width: 100%;
  }
}

.p-apply {
  margin-top: 60px;
  text-align: center;
}

.p-apply-info {
  text-align: center;
  font-size: 20px;
  padding: 36px 0;
  border: 3px solid #1182c9;
  margin-bottom: 40px;
}

.p-poster {
  margin-top: 80px;
  text-align: center;
}

.l-footer {
  margin-top: 120px;
  background-color: #d6eaf6;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.centered-table {
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 20px;
}

.contact-table {
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    width: 120%;
    margin-bottom: 20px;
}
