@charset "UTF-8";

body {
  background-color: #01152E;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: center;
}

.clearfix:after {
  content: "";a
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.container {
  width: 1200px;
  margin: 0 auto;
  background-image: url(../img/pre/mainvisual_2025_4.jpg);
  background-position: top center;
}

.wrapper {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  width: 1000px;
  margin: auto;
  padding-top: 50px;
}

.header h1 {
  margin: 0;
  text-align: center;
}

.header h2 {
  margin: 0;
}

.language {
  position: absolute;
  top: 0;
}
.language ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.language a {
  display: inline-block;
  padding: 3px 12px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.language a.current {
  background-color: #001067;
}


.primary {
  width: 450px;
  float: left;
}

.secondary {
  width: 450px;
  float: right;
  margin-top: 280px;
}

.footer {
  clear: both;
}

.content a {
  text-decoration: none;
  color: #fff;
}

.sponsor dl {
  padding: 15px 15px 10px;
  background-color: rgba(0,0,0,0.8);
}

.sponsor dt {
  font-size: 12px;
  border-bottom: 1px solid #FFF;
  margin: 0 0 10px;
  color: #FFF;
  font-weight: bold;
}

.sponsor dd {
  margin-left: 0;
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1.8;
  color: #FFF;
}

.secretariat {
  padding: 5px 20px;
  background: linear-gradient(to right, #012147 50%, transparent 100%);
  color: #fff;
  margin-bottom: 8px;
}

.secretariat h3 {
  margin: 0;
}

.secretariat p {
  margin: 0;
}

.secretariat a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.memo {
  margin-top: 20px;
  padding: 5px 20px;
  background: linear-gradient(to right, #fff 60%, transparent 100%);
  color: #000;
}

.memo h3 {
  margin: 0;
}

.memo p {
  margin: 0;
  line-height: 1.6;
  font-size: 1.6;
  font-weight: bold;
}

.memo2 {
  margin-top: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
}

.memo2 p {
  padding: 10px;
  line-height: 1.8;
  font-size: 1.8;
  font-weight: bold;
}

.memo2  a {
  display: inline-block;
  text-decoration: underline;
  color: #5EF8A4;
  font-weight: bold;
}

.highlight {
margin-top: 30px;
}

.side-menu {
  list-style-type: none;
  margin: 20px 0 20px;
  padding: 0;
}

.side-menu li {
  margin: 0 0 2px;
  border: #d1d1d1 solid 2px;
  background: linear-gradient(#012147 0%, #448282 40%, #448282 60%, #012147 100%);
  font-size: 14px;
  line-height: 1.2;
}

.program li {
  background: linear-gradient(#012147 0%, #7a776e 40%, #7a776e 60%, #012147 100%);
}

.side-menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.newsflash {
  margin: -10px;
}

.banner img {
  max-width: 100%;
  height: auto;
  text-align: center;
}


.content-footer ul {
  width: 100%;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 30px 0;
  padding: 0;
}

.content-footer li {
  margin: 10px;
}

.footer {
  margin-top: 30px;
  padding: 10px;
  background-color: #012147;
}

.copyright {
  width: 940px;
  margin: auto;
  text-align: left;
  color: #fff;
}
.copyright br {
	display: none;
}



.primary2 {
  float: left;
}


.announcement dl {
  padding: 35px 20px 20px;
  background-color: rgba(255,255,255,0.8);
}

.announcement dt {
  font-size: 15px;
  text-align: right;
  margin: 0 0 10px;
  line-height: 1.6;
  color: #060F59;
}

.announcement dd {
  margin-left: 0;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #060F59;
}

@media screen and (min-width: 829px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}


@media screen and (max-width: 1199px) {
  .container {
    width: auto;
  }
}

@media screen and (max-width: 959px) {
  .wrapper {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 829px) {
	.wrapper {
		margin-left: 30px;
    margin-right: 30px;
  }
  .primary {
    float: none;
    width: 100%;
  }
  .secondary {
    float: none;
    width: 100%;
  }
	.banner {
		text-align: center;
	}
	.copyright {
		width: auto;
		text-align: center;
	}
	.copyright br {
		display: block;
	}
}
@media screen and (max-width: 469px) {
  .wrapper img {
    max-width: 100%;
		height: auto;
  }
}



