@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
  box-sizing: border-box;
}
.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.main .innr > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.main .innr .mainLogo2 ,
.main .innr .mainLogo {
  flex-grow: 2;
  justify-content: center;
}
.main .innr .mainLogo2 .attendance {
	padding: 8px 15px 15px;
	border-radius: 8px;
	background-color: rgba(234,239,244,1);
	color: #000;
}
.main .innr .mainLogo2 .attendance h3 {
	font-weight: bold;
}
.main .innr .mainLogo2 .attendance table {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.main .innr .mainLogo2 .attendance table tr th,
.main .innr .mainLogo2 .attendance table tr td {
	padding: 0 0.5em;
	border-bottom: 1px solid #000;
	background-color: #FFF;
}
.main .innr .mainLogo2 .attendance table tfoot tr th {
	text-align: right;
	background-color: #B7C9E0;
}
.main .innr .mainLogo2 .attendance table tfoot tr td {
	background-color: #B7C9E0;
}
.main .innr .mainLogo2 .attendance table tr td {
	padding-right: 3em;
	text-align: right;
}

.main .innr .mainDetail {
  justify-content: center;
  gap: 15px;
}
.main .innr .mainDetail .kihon {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  gap: 15px;
}
.main .innr .mainDetail .kihon .date {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.main .innr .mainDetail .kihon .date span {
  font-weight: 00;
  font-family: "Noto Sans JP", system-ui;
}
.main .innr .mainDetail .kihon .hour {
  font-weight: 900;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}
.main .innr .mainDetail .kihon .hour span {
  font-weight: 400;
}
.main .innr .mainDetail .kihon .place {
  line-height: 1.3;
}
.main .innr .mainDetail .kihon .place h4 {
  font-weight: 900;
}
.main .innr .mainDetail .kihon .place p {
  font-weight: 700;
}
.main .innr .mainDetail .btn.btn_checkup {
  width: 75%;
  margin: 0 auto;
}
.main .innr .mainDetail .btn a {
  color: #FFF;
  font-weight: 700;
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}
.main .innr .mainDetail .btn.btn_checkup a {
  background-color: #09a98d;
}
.main .innr .mainDetail .btn.btn_pre a {
	background-color: #dc005a;
	padding: 0.5em 1em;
}
.main .innr .mainDetail .pdf_btn a {
	display: inline-block;
	background-color: #004097;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	padding: 4px;
	padding: 0.5em 1.5em;
}

@media (max-width: 750px) {
  .main .innr {
    display: flex;
    flex-direction: column;
  }
  .main .innr .mainLogo2 ,
  .main .innr .mainLogo {
    background: url("/image/mainBg2026_sp.jpg") center top no-repeat;
    background-size: 100% auto;
    flex-basis: 45vh;
    justify-content: normal;
    padding-top: 20vw;
  }
  .main .innr .mainLogo2 {
    width: 100%;
		flex-basis: 60vh;
		justify-content: space-between;
  }
  .main .innr .mainLogo2	p.en_logo {
    width: 50%;
  }
  .main .innr .mainLogo	p.en_logo {
    width: 80%;
  }
  .main .innr .mainLogo2 .attendance {
		width: 100%;
		font-size: 85%;
  }
	/*
  .main .innr .mainLogo2 .attendance table {
		background-color: rgba(0,0,0,.5);
  }
	*/
  .main .innr .mainDetail {
    background-color: rgba(0, 0, 0, 1.00);
  }
  .main .innr .mainDetail .kihon .date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .main .innr .mainDetail .kihon .date .year {
    font-size: 26px;
  }
  .main .innr .mainDetail .kihon .date .day {
    font-size: 36px;
  }
  .main .innr .mainDetail .kihon .date .year span, .main .innr .mainDetail .kihon .date .day span {
    font-size: 20px;
}
.main .innr .mainDetail .kihon .hour {
	font-size: 24px;
}
.main .innr .mainDetail .kihon .hour span {
	font-size: 14px;
	display: block;
  }
  .main .innr .mainDetail .kihon .place h4 {
    font-size: 30px;
  }
  .main .innr .mainDetail .kihon .place p {
    font-size: 24px;
  }
  .main .innr .mainDetail .btn a {
    font-size: 24px;
  }
}
@media (min-width: 751px) {
  .main {
    background: url("/image/mainBg2026_pc.jpg") repeat-x center center;
    background-size: auto 100%;
    min-height: 600px;
  }
  .main .innr {
    flex-grow: 2;
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .main .innr > div {
    flex-basis: calc(50% - 15px);
  }
  .main .innr .mainLogo2,
  .main .innr .mainLogo {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    align-items: end;
  }
  .main .innr .mainLogo p {
    /*width: 60%;*/
  }
  .main .innr .mainLogo2 ,
  .main .innr .attendance {
		width: 415px;
		text-align: center;
  }
  .main .innr .mainLogo2 .en_logo img {
		width: 75%;
  }
  .main .innr .mainDetail .kihon .date {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .main .innr .mainDetail .kihon .date .year {
    font-size: 36px;
  }
  .main .innr .mainDetail .kihon .date .day {
    font-size: 56px;
  }
  .main .innr .mainDetail .kihon .date .year span, .main .innr .mainDetail .kihon .date .day span {
    font-size: 28px;
  }
.main .innr .mainDetail .kihon .hour {
	font-size: 32px;
}
.main .innr .mainDetail .kihon .hour span {
	font-size: 22px;
}
  .main .innr .mainDetail .kihon .place h4 {
    font-size: 30px;
  }
  .main .innr .mainDetail .kihon .place h4 {
    font-size: 40px;
  }
  .main .innr .mainDetail .kihon .place p {
    font-size: 28px;
  }
  .main .innr .mainDetail .btn a {
    font-size: 30px;
  }
}
@media (min-width: 751px) and (max-width: 1200px) {
  .main .innr {
    width: 100%;
    max-width: 1200px;
  }
}
@media (min-width: 1201px) {
  .main .innr {
    min-width: 1200px;
  }
}
@media (min-width: 751px) {
  .bgWrap_gray {
    background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 50%, #fff 50%, #fff 100%);
  }
}
@media (min-width: 751px) {
  .bgWrap_gray {
    background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 50%, #fff 50%, #fff 100%);
  }
}
.sponsorBox {
  background-color: #FFF;
}
.sponsorBox > div {
  padding: 15px;
}
.sponsorBoxsponsorBox .divide {
  margin-bottom: 15px;
}
.sponsored .divide h2 {
  font-weight: bold;
}
.sponsorBox ul.flex {
  gap: 8px;
  justify-content: flex-start;
  flex-grow: 2;
}
.sponsorBox ul.flex > li {
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .sponsorBox ul.flex > li {
    flex-basis: calc(50% - 4px);
  }
}
@media (min-width: 751px) {
  .sponsorBox > div {
    padding: 30px 0 0;
  }
  .sponsorBox .divide {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .sponsorBox .divide h2 {
    flex-basis: 200px;
    flex-shrink: 0;
    line-height: 66px;
  }
  .sponsorBox ul.flex {
		gap: 20px;
  }
  .sponsorBox ul.flex > li {
    flex-basis: 210px;
		height: 68px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
  }
  .sponsorBox ul.flex > li a {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
  }
  .sponsorBox ul.flex > li a img {
		width: 100%;
		object-fit: cover;
  }
}
.newsTicker > div {
  padding: 30px 15px;
}
.newsTicker .newsWrap {
  display: flex;
}
.newsTicker .newsWrap .ttlBox a {
  display: block;
  padding: 0.5em 2em;
  border-radius: 999px;
  background-color: #000;
  color: #FFF;
  font-size: 70%;
  white-space: nowrap;
}
.newsTicker .newsWrap .newsBox .ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.newsTicker .newsWrap .newsBox .ticker ul {
  width: 100%;
  position: relative;
  margin: auto;
}
.newsTicker .newsWrap .newsBox .ticker ul li {
  width: 100%;
  display: none;
}
.newsTicker .newsWrap .newsBox ul li span.date {
  display: inline-block;
  padding: 0 1em;
}
@media (max-width: 750px) {
  .newsTicker .newsWrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .newsTicker .newsWrap .newsBox {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .newsTicker .newsWrap .newsBox ul li span.date::after {
    content: "\a";
    white-space: pre;
  }
  .newsTicker .newsWrap .newsBox .ticker ul {
    margin: auto;
  }
  .newsTicker .newsWrap .newsBox ul li a {
    display: block;
  }
}
@media (min-width: 751px) {
  .newsTicker > div {
    padding: 50px 0;
  }
  .newsTicker .newsWrap {
    flex-direction: row;
  }
  .newsTicker .newsWrap .ttlBox {
    align-self: center;
    border-right: 1px solid #999;
    padding: 30px;
    white-space: nowrap;
    flex-basis: 300px;
  }
  .newsTicker .newsWrap .newsBox {
    padding: 30px;
    flex-basis: 900px;
  }
  .newsTicker .newsWrap .newsBox .ticker {
    width: 800px;
  }
}
.topAbout .secTtl h2 {
  color: #FFF;
  font-weight: bold;
  text-align: left;
  line-height: 3;
}
.topAbout .aboutWrap {
  background-color: #FFF;
}
.topAbout .aboutWrap .aboutWrap_flex .last_iaae ul {
  gap: 8px;
}
.topAbout .aboutWrap .aboutWrap_flex .last_iaae ul li a {
  display: block;
  background-color: #004097;
  color: #FFF;
  text-decoration: none;
  padding: 0.5em 0;
  text-align: center;
  font-size: 80%;
}
.topAbout .aboutWrap .about_three .title-border {
  color: #004097;
  width: 120px;
  transform: rotate(90deg);
  transform-origin: 0px 8px;
  display: flex;
  align-items: center;
  font-weight: 900;
}
.topAbout .aboutWrap .about_three .title-border:after {
  border-top: 1px solid #000;
  content: "";
  flex-grow: 1;
}
.topAbout .aboutWrap .about_three .title-border:after {
  margin-left: 1rem;
}
.topAbout .aboutWrap .about_three .text {
  text-align: left;
  margin-left: 1em;
  height: 120px;
  display: flex;
  flex-direction: column;
}
.topAbout .aboutWrap .about_three .text h3 {
  color: #004097;
  font-weight: bold;
  margin-top: -0.5em;
}
.topAbout .aboutWrap .about_three .text p {
  line-height: 1.6;
}
@media (max-width: 599px) {
  .topAbout {
    background-image: url("/image/topAbout_bg_sp2026.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .topAbout .secTtl {
    margin-left: 30px;
    padding-top: 30px;
  }
  .topAbout .secTtl h2 {
    font-size: 32px;
  }
  .topAbout .aboutWrap {
    margin-left: 30px;
    padding-right: 30px;
  }
  .topAbout .aboutWrap .container {
    padding: 15px;
  }
  .topAbout .aboutWrap .aboutWrap_flex {
    flex-direction: column;
  }
  .topAbout .aboutWrap .aboutWrap_flex .aboutLogo {
    width: 50%;
    margin: 15px auto;
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae .movie {
    margin-bottom: 15px;
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae ul.flex.row3_1 {
    width: 60%;
    margin: 15px auto;
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae ul.flex.row3_1 li {
    flex-basis: calc(33.3% - 5.33%);
  }
  .topAbout .aboutWrap .about_three .title-border {
    margin-left: 8px;
  }
  .topAbout .aboutWrap .about_three .text {
    justify-content: flex-start;
    padding-right: 15px;
  }
  .topAbout .aboutWrap .about_three .text h3 {
    margin-bottom: 1em;
  }
}
@media (min-width: 600px)and (max-width: 1181px) {
  .topAbout {
    background-image: url("/image/topAbout_bg2026.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-left: 15px;
  }
  .topAbout .secTtl h2 {
    font-size: 54px;
  }
  .topAbout .aboutWrap .aboutWrap_flex {
    display: flex;
    justify-content: space-between;
  }
  .topAbout .aboutWrap .aboutWrap_flex > div {
    flex-basis: 50%;
    padding: 15px;
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae .movie {
    margin-bottom: 15px;
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae ul.flex.row3_1 li {
    flex-basis: calc(33.3% - 5.4px);
  }
  .topAbout .aboutWrap .about_three {
    padding: 30px;
  }
  .topAbout .aboutWrap .about_three .item {
    padding: 30px;
  }
}
@media (min-width: 1182px) {
  .topAbout {
    background-image: url("/image/topAbout_bg2026.jpg");
    background-repeat: no-repeat;
    background-position: right 5vw top;
  }
  .topAbout .secTtl {
    margin-left: 10vw;
    padding-top: 50px;
  }
  .topAbout .secTtl h2 {
    font-size: 54px;
  }
  .topAbout .aboutWrap {
    margin-left: 10vw;
    padding-right: 10vw;
  }
  .topAbout .aboutWrap .aboutWrap_innr {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0 120px;
  }
  .topAbout .aboutWrap .aboutWrap_flex {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .topAbout .aboutWrap .aboutWrap_flex > div {
    padding: 15px;
  }
  .topAbout .aboutWrap .aboutWrap_flex .aboutLogo {
    flex-basis: 400px;
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae {
    flex-basis: 700px;
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae .movie {
    width: 400px;
    margin: 0 auto 30px;
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae ul.flex.row3_1 li {
    flex-basis: calc(33.3% - 5.4px);
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae .movie h4.caption {
    color: #004097;
    font-weight: 600;
  }
  .topAbout .aboutWrap .aboutWrap_flex .last_iaae ul li {
    text-align: center;
  }
  .topAbout .aboutWrap .about_three .item {
    padding: 30px;
  }
  .topAbout .aboutWrap .about_three .title-border {
    width: 150px;
  }
  .topAbout .aboutWrap .about_three .text h3 {
    height: 6em;
  }
  .topAbout .aboutWrap .about_three .text p {
    font-size: 16px;
  }
}
.topExhibit {
  background-image: url("/image/topExhibit_bg.jpg");
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.topExhibit .title-border {
  color: #FFF;
  transform: rotate(90deg);
  transform-origin: top left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
}
.topExhibit .title-border::after {
  border-top: 1px solid #FFF;
  content: "";
  flex-grow: 1;
}
.topExhibit .text {
  text-align: left;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
.topExhibit .text h2 {
  font-weight: bold;
  margin-bottom: 1em;
}
.topExhibit .text h2 span {
  background-color: #FF0;
  color: #000;
  display: inline-block;
  margin-left: 0.5em;
  border-radius: 999px;
  padding: 0.3em 1.5em;
  font-weight: bold;
}
.topExhibit .text .date {
  border: 1px solid #FFF;
  padding: 15px;
  line-height: 1.2;
  text-align: center;
}
.topExhibit .text .date .day {
  font-weight: bold;
}
.topExhibit .text .date .day span {
  font-weight: bold;
}
.topExhibit .text .date .place {
  font-weight: bold;
}
.topExhibit .text .btn {
  align-self: center;
}
.topExhibit .text .btn a {
  display: block;
  padding: 15px 30px;
  background-color: #09a98d;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 750px) {
  .topExhibit {
    background-color: #023F98;
    background-position: right bottom;
    background-size: auto 300px;
  }
  .topExhibit .container {
    padding: 50px 0 300px;
  }
  .topExhibit .title-border {
    margin-left: 2rem;
  }
  .topExhibit .text {
    margin-top: -30px;
    margin-left: 50px;
    width: calc(100vw - 50px);
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .topExhibit .text h2 {
    font-size: 30px;
    line-height: 1;
  }
  .topExhibit .text h2 span {
    font-size: 18px;
  }
  .topExhibit .text .date .day {
    font-size: 26px;
  }
  .topExhibit .text .date .day span {
    font-size: 18px;
  }
  .topExhibit .text .date .place {
    font-size: 20px;
  }
}
@media (min-width: 751px) {
  .topExhibit {
    background-position: center bottom;
  }
  .topExhibit .container {
    padding: 50px 0 120px;
  }
  .topExhibit .title-border {
    width: 500px;
    margin-left: 2rem;
  }
  .topExhibit .text {
    width: 550px;
    height: 500px;
    margin-top: -30px;
    margin-left: 100px;
  }
  .topExhibit .text h2 {
    font-size: 42px;
  }
  .topExhibit .text h2 span {
    font-size: 22px;
  }
  .topExhibit .text .date .day {
    font-size: 34px;
  }
  .topExhibit .text .date .day span {
    font-size: 24px;
  }
  .topExhibit .text .date .place {
    font-size: 30px;
  }
}
.topLink {}
.topLink .linkWrap {
  display: flex;
  flex-direction: column;
}
.topLink .linkWrap > div {
  text-align: left;
  color: #FFF;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.topLink .linkWrap a {
  color: #FFF;
  text-decoration: none;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.topLink .linkWrap .soon {
  background-color: #004097;
  color: #fff;
  padding: 0 15px;
  margin-bottom: 1em;
  font-size: 0.8em;
}
.topLink .linkWrap a.none {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #999;
}
.topLink .linkWrap a.none .soon {
  color: #999;
}
.topLink .linkWrap .ttl {
  padding: 0 15px;
}
.topLink .linkWrap .ttl h3 {
  font-weight: bold;
}
.topLink .linkWrap .ttl p {
  font-size: 0.9em;
}
.topLink .linkWrap .exhibitor {
  background-image: url("/image/exhibitor_bg2026.jpg");
}
.topLink .linkWrap .workshop {
  background-image: url("/image/workshop_bg2026.jpg");
}
.topLink .linkWrap .demonstration {
  background-image: url("/image/demonstration_bg2026.jpg");
}
@media (max-width: 750px) {
  .topLink .linkWrap {
    gap: 1px;
  }
  .topLink .linkWrap > div {
    flex-basis: 180px;
    background-size: cover;
  }
}
@media (min-width: 751px) {
  .topLink {
    margin-left: 10vw;
    margin-bottom: 30px;
  }
  .topLink .linkWrap {
    flex-direction: row;
    justify-content: space-between;
  }
  .topLink .linkWrap > div {
    flex-basis: 50%;
    height: 400px;
  } /*
.topLink .linkWrap > div:last-child {
	flex-basis: 33.4%;
	padding-right: 10vw;
}*/
  .topLink .linkWrap .ttl h3 {
    font-size: 34px;
  }
  .btnLink {
    margin-bottom: 50px;
  }
  .btnLink ul.flex {
    gap: 15px;
  }
  .btnLink ul.flex.row3 {
    max-width: 80%;
    margin: 15px auto;
  }
  .btnLink ul.flex.row3 > li {
    flex-basis: calc(33.3% - 10px);
  }
}
.topNews {
  background-color: #F4F4F4;
  background-image: url("/image/topNews_bg.png");
  background-repeat: no-repeat;
}
.topNews > div {
  padding: 60px 15px;
}
.topNews .newsWrap {
  display: flex;
  gap: 15px;
}
.topNews .newsWrap .listBox {
  background-color: #FFF;
  padding: 15px;
  text-align: left;
}
.topNews .newsWrap .listBox h3 {
  font-weight: bold;
  border-bottom: 1px solid #b3b3b3;
}
.topNews .newsWrap .listBox dl dt span {
  text-align: center;
}
.topNews .newsWrap .listBox dl dd {
  border-bottom: 1px solid #b3b3b3;
}
.topNews .newsWrap .listBox dl dd a {
  display: block;
}
.topNews .newsWrap .bnrBox .bnr_iaae {
  display: flex;
  gap: 15px;
}
.topNews .newsWrap .bnrBox .bnr_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
}
.topNews .newsWrap .bnrBox .bnr_bottom .bnr_sns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  gap: 15px;
}
.topNews .newsWrap .bnrBox .bnr_bottom .bnr_sns li {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 15px;
}
.topNews .newsWrap .bnrBox .bnr_bottom .bnr_sns li img {
  width: 40px;
}
.topNews .newsWrap .bnrBox {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}
@media (max-width: 750px) {
  .topNews {
    background-size: 60% auto;
    background-position: 0 0;
  }
  .topNews .newsWrap {
    flex-direction: column;
  }
  .topNews .newsWrap .listBox h3 {
    margin-bottom: 8px;
  }
  .topNews .newsWrap .listBox dl dt {
    padding-top: 0.3em;
  }
  .topNews .newsWrap .listBox dl dt span {
    display: inline-block;
    width: 120px;
  }
  .topNews .newsWrap .listBox dl dd {
    margin-bottom: 8px;
    padding-bottom: 0.5em;
  }
  .topNews .newsWrap .bnrBox .bnr_iaae {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (min-width: 751px) {
  .topNews {
    background-position: left 10% top;
  }
  .topNews > div {
    padding: 120px 0;
  }
  .topNews .newsWrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
  .topNews .newsWrap .listBox {
    flex-grow: 2;
    padding: 45px;
  }
  .topNews .newsWrap .bnrBox {
    flex-basis: 300px;
    flex-shrink: 0;
  }
  .topNews .newsWrap .bnrBox .bnr_iaae {
    flex-direction: column;
  }
  .topNews .newsWrap .listBox dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
  }
  .topNews .newsWrap .listBox dl dt {
    border-bottom: 1px solid #b3b3b3;
    flex-basis: 40%;
    padding: 15px;
  }
  .topNews .newsWrap .listBox dl dt span {
    display: inline-block;
    width: 130px;
  }
  .topNews .newsWrap .listBox dl dd {
    flex-basis: 60%;
    padding: 15px;
  }
}
.linkBox {
  background-color: #FFF;
}
.linkBox > div {
  padding: 50px 15px;
}
.linkBox .divide {
  margin-bottom: 15px;
}
.linkBox .divide h2 {
  font-weight: bold;
}
.linkBox ul.flex {
  gap: 8px;
  justify-content: flex-start;
  flex-grow: 2;
}
.linkBox ul.flex > li {
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .linkBox ul.flex > li {
    flex-basis: calc(50% - 4px);
  }
}
@media (min-width: 751px) {
  .linkBox .divide {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .linkBox .divide h2 {
    flex-basis: 200px;
    flex-shrink: 0;
    line-height: 66px;
  }
  .linkBox ul.flex > li {
    flex-basis: calc(25% - 6px);
  }
}
.topDownload {
  background-color: #004097;
}
.topDownload > div {
  padding: 15px;
}
.topDownload .link {
  display: flex;
  justify-content: center;
}
.topDownload .link .arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  background-color: #000;
  color: #FFF;
}
.topDownload .link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  background-color: #FFF;
}