@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Serif:200,300,400,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Noto Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  color: black;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-weight: normal;
  }
}

/*-------------------------
  innerWrap/w1000
-------------------------*/
.innerWrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    max-width: none;
  }
}

/*-------------------------
  container
-------------------------*/
#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover,
.ro a:hover img {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover, .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.bold, strong {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

img {
  -webkit-backface-visibility: hidden;
}

.slide ul{
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slide ul.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
.hd01 {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.025em;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    font-size: 2.3rem;
  }
}

.hd02 {
  text-align: center;
}

.hd02 span {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-size: 5.8rem;
  font-weight: 300;
  line-height: 1.0;
  vertical-align: top;
}

.hd02 span:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 1px;
  background: #000;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .hd02 span {
    font-size: 5vw;
  }
  .hd02 span:after {
    bottom: 0.4%;
  }
}


.hd03{
	position: relative;
	z-index: 0;
	text-align: center;
	margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
	.hd03{
	}
}

.hd03:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100vw;
	right: -100vw;
	z-index: -1;
	height: 1px;
	background: #d9d9d9;
	margin: auto 0;
}
@media only screen and (max-width: 767px) {
	.hd03{
	}
}

.hd03 span{
	display: inline-block;
	min-width: 386px;
	background: #fff;
	border: 1px solid #d9d9d9;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.6;
	padding: 10px 55px;
}
@media only screen and (max-width: 767px) {
	.hd03 span{
		max-width: 80%;
		min-width: inherit;
		width: 100%;
		font-size: 1.6rem;
		padding: 10px 15px;
	}
}


/*-------------------------
  btn
-------------------------*/
.btn01 {
  max-width: 280px;
  width: 100%;
}

.btn01 a {
  position: relative;
  z-index: 0;
  background-color: #ccc;
  transition: all 0.25s linear;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.28;
  padding: 13px 26px 13px 21px;
}

.btn01 a:before {
  content: '';
  opacity: .2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background-color: #fff;
  transition: all 0.25s linear;
}

.btn01 a:hover:before {
  right: 0;
}

.btn01 a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  transition: all 0.25s linear;
}

.btn01 a span:before, .btn01 a span:after {
  content: '';
  position: absolute;
  transition: all 0.25s linear;
}

.btn01 a span:before {
  bottom: 0;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #000;
}

.btn01 a span:after {
  bottom: 3px;
  left: 4.5px;
  width: 8px;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

.btn01 a span:before {
  background-color: #fff;
}

.btn01 a span:after {
  border-color: #fff;
}

.btn01 a span:before, .btn01 a span:after {
  left: auto;
  margin: auto;
}

.btn01 a span:before {
  top: auto;
  bottom: 6px;
  right: 0;
}

.btn01 a span:after {
  right: -1px;
  top: auto;
  bottom: 9px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 4% 15px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
/*	height: 199px;*/
}

#header .innerWrap {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .logo_expo {
	max-width: 59px;
	margin-right: 30px;
}
@media only screen and (max-width: 1289px){
	#header .logo_expo {
		max-width: none;
		height: 40px;
		margin-right: 25px;
	}
}
#header .logo_expo a {
	display: block;
}
#header .logo_expo img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1289px){
	#header .logo_expo img {
		width: auto;
		height: 40px;
	}
}





#header .hd_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  /*width: calc(100% - 469px);*/
  margin-right: auto;
}



#header .logo {
  position: relative;
  /*
  max-width: 469px;
  width: 100%;
  */
  font-size: 0;
}
#header .logo a {
  display: block;
  display: inline-block;
  padding: 11px 0;
  padding: 14px 0 13px;
  /*
  padding: 0;
  */
}
/*
#header .logo img {
  width: 100%;
  height: auto;
}
*/



#header .gNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 469px);
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin: 0 34px;
}

#header .gNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .gNav > ul > li {
	position: relative;
	margin: 0 44px 0 0;
}

#header .gNav ul li:last-child {
  margin-right: 0;
}



#header .gNav > ul > li:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	height: 1px;
	background: #000;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#header .gNav > ul > li:after {
	content: '';
	opacity: 0;
	position: absolute;
	bottom: 3px;
	right: 100%;
	width: 8px;
	border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#header .gNav > ul > li:hover:before{
	right: -15px;
}
#header .gNav > ul > li:hover:after{
	opacity: 1;
	right: -15px;
}



#header .gNav > ul > li.nav__overview:before{
	background-color: #195cb8;
}
#header .gNav > ul > li.nav__overview:after{
	border-color: #195cb8;
}
#header .gNav > ul > li.nav__news:before{
	background-color: #e8197f;
}
#header .gNav > ul > li.nav__news:after{
	border-color: #e8197f;
}
#header .gNav > ul > li.nav__association:before{
	background-color: #1eb332;
}
#header .gNav > ul > li.nav__association:after{
	border-color: #1eb332;
}
#header .gNav > ul > li.nav__platform:before{
	background-color: #e52f19;
}
#header .gNav > ul > li.nav__platform:after{
	border-color: #e52f19;
}
#header .gNav > ul > li.nav__report:before{
	background-color: #cea62b;
}
#header .gNav > ul > li.nav__report:after{
	border-color: #cea62b;
}







#header .gNav ul li a {
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#header .gNav > ul > li > a {
	display: block;
	padding: 5px 0;
}



#header .gNav ul li .menu{
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 190px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	padding-top: 16px;
	height: 0;
}
#header .gNav ul li:hover .menu{
	opacity: 1;
	height: 350px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

#header .gNav ul li .menu ul{
	position: relative;
	z-index: 0;
	width: 100%;
	background: rgba(34, 34, 34, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.9);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
	padding: 15px 30px;
}
#header .gNav ul li .menu li{
	display: block;
	width: 100%;
	padding: 0;
}
#header .gNav ul li .menu li a{
	position: relative;
	display: block;
	padding: 14px 25px 14px 0;
}
#header .gNav ul li .menu li a:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 6px;
	background: url(/wp/wp-content/themes/expo2025orjp/assets/img/arrow_w.png) no-repeat right center;
	background-size: cover;
	margin: auto 0;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#header .gNav ul li .menu li a:hover:after{
	right: -5px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}









#header .btn01 {
  max-width: 340px;
}

#header .btn01 a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #04a8e6;
}

#header .btn01 a span:before {
  top: auto;
  bottom: 6px;
  right: 0;
}

#header .btn01 a span:after {
  right: -1px;
  top: auto;
  bottom: 9px;
}

#header .language {
  position: absolute;
  top: -15px;
  right: 0;
}

#header .language ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#header .language li {
  width: 60px;
  margin-right: 1px;
}

#header .language li:last-child {
  margin-right: 0;
}

#header .language a,
#header .language span{
  display: block;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #e3e3e3;
  text-align: center;
  letter-spacing: 0.025em;
  padding: 2px 0;
  transition: all 0.25s linear;
}

#header .language a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#header .language li.active a,
#header .language li.active span{
  background-color: #000;
  color: #fff;
}

#header.fixed {
  padding: 30px 4% 29px;
height: inherit;
}

#header.fixed .language {
  top: -30px;
}




#container {
	padding-top: 128px;
}

@media only screen and (min-width: 1290px) {
  #header .innerWrap {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
  #header .hd_menu {
    display: block;
  }
  #header .gNav {
    display: block;
    width: auto;
    font-size: 1.4rem;
    margin: 0;
    /*
		br{
			display: none;	
		}
		*/
  }
  #header .btn01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .btn01 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  #header .btn01 a span {
    width: 100%;
  }
  #container {
/*    padding-top: 199px;*/
  }
}

@media only screen and (max-width: 1289px) {
  #header {
    padding: 7.5px 7px 7.5px 18px !important;
  }
  #header .innerWrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .hd_menu {
    width: 78%;
	width: auto;
  }
  #header .logo {
    max-width: none;
    width: 100%;
    margin-right: 0;
  }
  #header .logo img {
    max-width: 273px;
	max-width: inherit;
	height: 28px;
  }
  #header .gNav {
    display: none;
  }
  #header .btn01 {
    display: none;
  }
  #header .language {
    display: none;
  }
  #container {
  	padding-top: 71px;
	  /*padding-top: 56px !important;*/
  }
}

@media only screen and (max-width: 767px){
  #header .logo img {
  	max-width: none;
	width: auto;
	height: 32px;
	height: 27px;
  }
  #container {
    padding-top: 70px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 99999;
  display: none;
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  padding: 11px 9px;
}

#spMenuBtn .spMenuBtn_bar, #spMenuBtn .spMenuBtn_txt {
  width: 40px;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
  height: 22px;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn .spMenuBtn_txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  transition: all 0.2s liner;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 22px;
  height: 18px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  background-color: #000;
}

@media only screen and (max-width: 1289px) {
  .menuBtn {
    display: block;
  }
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  /*template*/
}

#spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 0;
  transition: all 0.25s ease-in-out;
  /*template*/
  top: 55px;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  /* 右からイン */
  background-color: #fff;
  padding-top: 55px;
  padding: 55px 0 0;
}

#spMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#spMenu .inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}

#spMenu ul.mainMenu {
  border-top: 1px solid red;
}

#spMenu ul.mainMenu li {
  border-bottom: 1px solid red;
}

#spMenu ul.mainMenu li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  padding: 10px 0 10px 20px;
}

#spMenu ul.mainMenu li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 9px;
  height: 9px;
  border-right: 1px solid red;
  border-top: 1px solid red;
  margin: -6px 0 0 0;
  transition: all 0.25s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenu ul.mainMenu li a.parent:after {
  right: 19px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: -5px 0 0 0;
}

#spMenu ul.mainMenu li a.parent.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -2px 0 0 0;
}


#spMenu ul.menu .child {
	padding-left: 15px;
}
#spMenu ul.menu .child a {
	padding: 12px 35px 12px 20px;
}
#spMenu ul.menu .child a:after {
	width: 6px;
	height: 6px;
}
#spMenu ul.menu .child span,
#spMenu ul.menu .child .ja{
	font-size: 1.3rem;
	font-weight: 400;
}

#spMenu .inner {
  padding: 0 11% 10px;
}

#spMenu ul.mainMenu {
  border-top: none;
}

#spMenu ul.mainMenu li {
  border-color: #e5e5e5;
}

#spMenu ul.mainMenu li a {
  padding: 21px 40px 21px 20px;
}

#spMenu ul.mainMenu li a:after {
  border-color: #000;
}

#spMenu ul.mainMenu li span {
  display: block;
  line-height: 1.2;
}

#spMenu ul.mainMenu li .ja {
  font-size: 1.6rem;
  font-weight: 700;
}

#spMenu ul.mainMenu li .en {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 8px;
}

#spMenu .btn01 {
  display: block;
  width: 100%;
  max-width: inherit;
  margin: 28px auto 0;
}

#spMenu .btn01 a {
  padding: 15px 13px 14px;
}

#spMenu .btn01 a span {
  padding: 0 15px;
}

#spMenu .btn01 a span:before {
  right: 0;
}

#spMenu .btn01 a span:after {
  right: 0;
}

#spMenu .language {
  display: block;
  position: static;
  margin: 28px 0 0;
}

#spMenu .language li {
  width: 33.33333%;
}

#spMenu .language a,
#spMenu .language span{
  font-size: 1.3rem;
  padding: 11px 0 10px;
}

@media only screen and (max-width: 374px) {
  #spMenu .btn01 a br {
    display: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■sitemap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sitemap {
	position: relative;
	background: #222;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 70px 30px 80px;
}
@media only screen and (max-width: 767px) {
	#sitemap {
		padding: 40px 30px;
	}
}

#sitemap:before{
	content: '';
	opacity: .15;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/wp/wp-content/themes/expo2025orjp/assets/img/sitemap_bg.jpg) no-repeat center center;
	background-size: cover;
}
#sitemap .innerWrap {
	max-width: 1000px;
}
#sitemap .sitemap__link_list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
	#sitemap .sitemap__link_list {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 767px) {
	#sitemap .sitemap__link_list {
		display: block;
	}
}
#sitemap .sitemap__link_list .child {
	margin-right: 58px;
	margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
	#sitemap .sitemap__link_list .child {
		width: 47%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	#sitemap .sitemap__link_list .child {
		width: 100%;
	}
}
#sitemap .sitemap__link_list .child:last-child {
	width: 340px;
	margin-right: 0;
}
@media only screen and (max-width: 1023px) {
	#sitemap .sitemap__link_list .child:last-child {
		width: 47%;
	}
}
@media only screen and (max-width: 767px) {
	#sitemap .sitemap__link_list .child:last-child {
		width: auto;
		margin-bottom: 0;
	}
}

#sitemap .sitemap__link_list .child ul + ul{
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	#sitemap .sitemap__link_list .child ul + ul{
		margin-top: 15px;
	}
}
#sitemap .sitemap__link_list li{
	padding: 3px 0;
}
#sitemap .sitemap__link_list li:before{
	content: '├';
	margin-right: 5px;
}
#sitemap .sitemap__link_list li:last-child:before{
	content: '└';
}
#sitemap .sitemap__link_list li a{
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#sitemap .sitemap__link_list li a:hover{
	opacity: .8;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#sitemap .sitemap__link_list .parent:before{
	display: none;
}
#sitemap .sitemap__link_list .parent{
	margin-bottom: 3px;
}
#sitemap .sitemap__link_list .parent a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1.6;
	padding-right: 20px;
}
#sitemap .sitemap__link_list .parent a:before{
	content: '';
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 6px;
	background: url(/wp/wp-content/themes/expo2025orjp/assets/img/arrow_w.png) no-repeat center top;
	background-size: cover;
	margin: auto 0;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#sitemap .sitemap__link_list .parent a:hover:before{
	right: -5px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#sitemap .btn01{
	width: 280px;
	max-width: 340px;
	width: 100%;
	margin-top: 50px;
	max-width: inherit;
	width: auto;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	#sitemap .btn01{
		width: 100%;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}
#sitemap .btn01 a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #04a8e6;
  text-align: center;
  padding: 13px 21px;
}
#sitemap .btn01 a span{
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	padding-right: 20px;
}
#sitemap .btn01 a span:after {
  top: 15px;
  top: auto;
}

#sitemap .sns{
	position: absolute;
	top: 0;
	right: 0;
}
#sitemap .sns li {
	margin-bottom: 10px;
}
#sitemap .sns a{
	display: block;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
#sitemap .sns a:hover{
	-webkit-transform: scale(1.02);
	transform: scale(1.05);
}
#sitemap .sns img{
	width: 32px;
	height: auto;
}
@media only screen and (max-width: 767px) {
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  padding: 60px 30px 65px;
}

#footer .innerWrap {
  overflow: hidden;
}

#footer .separate {
  float: right;
  max-width: 640px;
  width: 50%;
}

#footer .separate ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#footer .separate ul li {
  position: relative;
  width: 100%;
  padding-bottom: 15%;
}

#footer .separate ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer .f_contact {
  float: left;
  max-width: 640px;
  width: 50%;
  max-width: none;
  width: auto;
  padding: 51px 25px 0 0;
}

.f_contact_ttl_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
#footer .f_contact .ttl {
  display: inline-block;
  min-width: 140px;
  background: #fff;
  color: #f40776;
  font-size: 1.4rem;
  font-weight: 700;
  background: #fff;
  border: 2px solid #f40776;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
	padding: 4px 15px 5px;
	margin-right: 20px;
}

#footer .f_contact .link {
	font-weight: 700;
}
#footer .f_contact .link a {
	cursor: pointer;
	transition: all 0.25s linear;
	position: relative;
	z-index: 0;
	transition: all 0.25s linear;
	display: block;
	padding-right: 40px;
	line-height: 1;
}
#footer .f_contact .link a:hover {
	opacity: .8;
	transition: all 0.25s linear;
}
#footer .f_contact .link a:before, #footer .f_contact .link a:after {
	content: '';
	position: absolute;
	transition: all 0.25s linear;
}
#footer .f_contact .link a:before {
	bottom: 0;
	left: 0;
	width: 18px;
	height: 1px;
	background-color: #000;
}
#footer .f_contact .link a:after {
	bottom: 3px;
	left: 4.5px;
	width: 8px;
	border-top: 1px solid #000;
	transform: rotate(45deg);
}
#footer .f_contact .link a:before {
	bottom: 0;
	right: 20px;
	left: auto;
}
#footer .f_contact .link a:after {
	bottom: 3px;
	right: 20px;
	left: auto;
}
#footer .f_contact .link a:after {
	margin-top: -3px;
}
#footer .f_contact .link a:hover:before {
	right: 12px;
}
#footer .f_contact .link a:hover:after {
	right: 12px;
}

#footer .f_contact .hd {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 5px;
}

#footer .f_contact p {
  font-size: 1.4rem;
  line-height: 1.8;
}

#footer .copyright {
  float: right;
  max-width: 640px;
  width: 50%;
  max-width: none;
  width: auto;
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
  margin: 65px 0 0;
}

@media only screen and (max-width: 767px) {
  #footer .copyright {
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 0 0 45px;
  }
  #footer .separate {
    float: none;
    max-width: none;
    width: 100%;
    margin: 0 0 35px;
  }
  #footer .f_contact {
    float: none;
    max-width: none;
    width: 100%;
    padding: 0 30px;
	  margin: 0 0 35px;
	  position: relative;
  }
  #footer .f_contact .ttl {
    border-width: 1px;
    font-size: 1.3rem;
    vertical-align: top;
    padding: 2px 15px 3px;
	}
	#footer .f_contact .link {
		position: absolute;
		bottom: -25px;
		left: 30px;
	}
  #footer .f_contact .hd {
    font-size: 1.3rem;
  }
  #footer .f_contact p {
    font-size: 1.3rem;
    line-height: 1.76;
  }
  #footer .copyright {
    float: none;
    max-width: none;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: left;
    padding: 0 30px;
    margin: 0 0 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■PAGE TOP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pagetop {
  opacity: 0;
  position: relative;
  z-index: 0;
  transition: all 0.25s linear;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 64px;
  height: 64px;
  background: #000;
  font-size: 0;
}

#pagetop:before, #pagetop:after {
  content: '';
  position: absolute;
  transition: all 0.25s linear;
}

#pagetop:before {
  bottom: 0;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #000;
}

#pagetop:after {
  bottom: 3px;
  left: 4.5px;
  width: 8px;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

#pagetop:before {
  background-color: #fff;
}

#pagetop:after {
  border-color: #fff;
}

#pagetop:before, #pagetop:after {
  top: auto;
  bottom: 50%;
  left: 0;
  right: 0;
}

#pagetop:before {
  width: 1px;
  height: 12px;
  margin: 0 auto -6px;
}

#pagetop:after {
  left: auto;
  right: 50%;
  margin: 0 -2px 3px 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pagetop.scrolltop {
  opacity: 1;
}

#pagetop:hover:before {
  height: 15px;
}

#pagetop:hover:after {
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    width: 44px;
    height: 44px;
  }
  #pagetop:hover:before {
    height: 12px;
  }
  #pagetop:hover:after {
    margin-bottom: 3px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.contents {
  position: relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 150px 0;
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/*-------------------------
  記事用
-------------------------*/
article .entry p, article .entry ul, article .entry ol, article .entry table {
  margin-bottom: 30px;
}

article .entry .alignleft {
  float: left;
  display: block;
  margin-right: 30px;
}

article .entry .alignright {
  float: right;
  display: block;
  margin-right: 30px;
}

article .entry .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

article .entry img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

article .entry table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

article .entry table th, article .entry table td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 5px 20px;
  text-align: left;
}

article .entry table th {
  background: #f9f9f9;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  article .entry p, article .entry ul, article .entry ol, article .entry table {
    margin-bottom: 15px;
  }
  article .entry .alignleft {
    margin-right: 15px;
  }
  article .entry .alignright {
    margin-right: 15px;
  }
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form textarea {
  height: 120px;
  resize: both;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form label span:before {
  border-color: #6e6e6e;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  background-color: #6e6e6e;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after {
  border-color: #6e6e6e;
}

@media only screen and (max-width: 767px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form select,
  .form textarea {
    padding: 5px 0;
  }
  .form label input[type="radio"]:checked + span:before,
  .form label input[type="radio"]:checked + input + span:before {
    background-color: #6e6e6e;
  }
  .form .custombtn label span {
    height: 34px;
    padding: 0 10px;
  }
  .form .custombtn label input[type="radio"]:checked + span,
  .form .custombtn label input[type="radio"]:checked + input + span,
  .form .custombtn label input[type="checkbox"]:checked + input + span,
  .form .custombtn label input[type="checkbox"]:checked + span {
    color: #fff;
  }
  .form .custombtn label input[type="checkbox"]:checked + input + span:before,
  .form .custombtn label input[type="checkbox"]:checked + span:before {
    background-color: #6e6e6e;
  }
}

.mfp_buttons {
  font-size: 0;
  line-height: 0;
}

.mfp_buttons button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41px;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 1.0;
  letter-spacing: 0.066em;
  text-shadow: none;
  transition: all 0.25s linear;
  margin: 5px auto;
}

.mfp_buttons button:hover {
  letter-spacing: 0.1em;
  box-shadow: none;
  transition: all 0.25s linear;
}

.mfp_buttons button#mfp_button_send {
  max-width: 200px;
  background: #333333;
  color: #fff;
  font-size: 1.6rem;
}

.mfp_buttons button#mfp_button_send:hover {
  background: #5b5b5b;
}

.mfp_buttons button#mfp_button_cancel {
  max-width: 130px;
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #333333;
  font-size: 1.2rem;
}

.mfp_buttons button#mfp_button_cancel:hover {
  background: whitesmoke;
}

table#mfp_confirm_table tr th {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  table#mfp_confirm_table {
    display: block;
    width: 100%;
  }
  table#mfp_confirm_table tbody {
    display: block;
    width: 100%;
  }
  table#mfp_confirm_table tr {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    display: block;
    width: 100% !important;
    padding: 5px 10px !important;
    white-space: normal;
  }
  table#mfp_confirm_table tr th {
    font-size: 1.6rem !important;
    background-color: #f6f7f9 !important;
  }
  table#mfp_confirm_table tr td {
    font-size: 1.4rem !important;
    background-color: #fff !important;
    padding: 11px 10px 10px !important;
  }
  .mfp_buttons button#mfp_button_send {
    width: 50%;
    height: 44px;
    font-size: 1.2rem;
  }
  .mfp_buttons button#mfp_button_cancel {
    width: 42%;
    font-size: 1.0rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■共通パーツなど
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  sec_hd
-------------------------*/
.sec_hd {
  line-height: 1.0;
  text-align: center;
}

.sec_hd span {
  position: relative;
}

.sec_hd .en {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.025em;
  margin: 0 0 12px;
}

.sec_hd .en span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 15px;
}

.sec_hd .en span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 2px;
  background-color: #ccc;
  margin: 0 auto;
}

.sec_hd .ja {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.0;
}

@media only screen and (max-width: 1024px) {
  .sec_hd .en {
    font-size: 4.4rem;
  }
  .sec_hd .en span {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .sec_hd .en {
    font-size: 3.1rem;
    margin: 0 0 7px;
  }
  .sec_hd .en span {
    padding-bottom: 11px;
  }
  .sec_hd .ja {
    font-size: 1.2rem;
  }
}

/*-------------------------
  news_item
-------------------------*/
.news_item {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 5px;
}

.news_item:last-child {
  margin-bottom: 0;
}

.news_item a {
  cursor: pointer;
  transition: all 0.25s linear;
  position: relative;
  z-index: 0;
  transition: all 0.25s linear;
  display: block;
}

.news_item a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.news_item a:before, .news_item a:after {
  content: '';
  position: absolute;
  transition: all 0.25s linear;
}

.news_item a:before {
  bottom: 0;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #000;
}

.news_item a:after {
  bottom: 3px;
  left: 4.5px;
  width: 8px;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

.news_item a:before, .news_item a:after {
  top: 50%;
  bottom: 50%;
  right: 20px;
  left: auto;
}

.news_item a:after {
  margin-top: -3px;
}

.news_item a:hover:before {
  right: 12px;
}

.news_item a:hover:after {
  right: 12px;
}

.news_item .news_item_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 11px 20px 11px 5px;
}

.news_item .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 11%;
  min-width: 91px;
  font-size: 1.4rem;
  line-height: 1.0;
  padding: 3px 0 5px;
  margin: 0 8px 0 0;
}

.news_item .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13%;
  min-width: 104px;
  background: #ccc;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  font-feature-settings: "palt";
  text-align: center;
  padding: 4px 0 5px;
  margin: 0 20px 0 0;
}

.news_item .cat01 {
  background-color: #e41531;
}

.news_item .cat02 {
  background-color: #12598a;
}

.news_item .cat03 {
  background-color: #1a9c2f;
}

.news_item .text {
  width: 76%;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-right: 32px;
}
.news_txt table.en {
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.3;
}
.news_txt table.en tr {
	display: block;
	padding: 7px 0;
}
.news_txt table.en td:nth-child(1) {
	display: inline-block;
/*	width: calc(70% - 5em);*/
	width: 100%;
	padding: 0 2em -0px 2em;
}

@media only screen and (max-width: 767px) {
  .news_item {
    margin: 0 0 2px;
  }
  .news_item a:before, .news_item a:after {
    top: auto;
    bottom: 15px;
    right: 5px;
  }
  .news_item a:after {
    margin-top: 0;
    margin-bottom: 3px;
  }
  .news_item a:hover:before, .news_item a:hover:after {
    right: 0px;
  }
  .news_item a:hover:before {
    width: 17px;
  }
  .news_item .news_item_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 12px;
  }
  .news_item .category {
    min-width: 88px;
    font-size: 1.1rem;
  }
  .news_item .text {
    width: 100%;
    line-height: 1.6;
    padding-right: 38px;
  }
  .news_item .btn01 {
    padding-left: 30px;
  }
  .news_item .btn01 a {
    max-width: 280px;
    width: 100%;
  }
}



/*

NEWS TXT

*/
.news_txt {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.news_txt {
		padding: 0 20px;
	}
}
.news_title {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.4;
}
.news_txt .date {
	display: block;
	margin-bottom: 20px;
	text-align: right;
	font-size: 1.4rem;
}
.news_txt a {
	color: #06f;
	text-decoration: underline;
}
.news_txt a:hover {
	opacity: 0.8;
}
.news_txt img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.member_list {
	margin: 40px auto 60px;
}
.member_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.member_list_ttl {
	font-weight: bold;
	width: 260px;
	padding-top: 19px;
	margin-right: 8px;
}
.member_box table {
	text-align: left;
	width: calc(100% - 105px);
	padding:21px 0;
	border-collapse: separate; 
}
.member_box tr {
	vertical-align: top
}
.member_box tr:nth-of-type {
	margin-bottom: 0;
}
.member_box .member_l {
	min-width: 180px;
}
.member_box .member_r {
	font-size: 1.4rem;
	width: 100%;
	padding:2px 0 3px;
}
.member_list .date {
	font-size: 1.4rem;
	text-align: right;
	margin:2px 0 0;
}
#sec_information .blk_hd .en {
	line-height: 1.2;
	margin: 0 0 12px;
}
#sec_information .blk_hd .en span {
	display: block;
	font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.member_box{
		display: block;
	}
	.member_box table,
	.member_box .member_l,
	.member_box .member_r {
		width: 100%;
	}
	.member_box .member_l {
		width: 7em;
	}
	.member_box .member_r {
		width: calc(100% - 7em);
	}
	.member_box li {
		margin-bottom: 20px;
	}
}


/*

NEWS TXT

*/
.news_txt {
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.news_txt {
		padding: 0 20px;
	}
}
.news_txt .txt,
.entry p,
.entry .wp-block-image,
.entry .wp-block-lazyblock-indentbox,
.entry .wp-block-lazyblock-bgbox,
.entry .wp-block-lazyblock-borderbox{
	margin-bottom: 40px;
}
.entry div.wp-block-lazyblock-indentbox p:last-of-type,
.entry div.wp-block-lazyblock-bgbox p:last-of-type,
.entry div.wp-block-lazyblock-borderbox p:last-of-type{
	margin-bottom: 0;	
}

.news_txt .txt strong,
.entry p em{
	color: red;
	font-weight: inherit;
}
.entry p strong{
	font-weight: bold;	
}
.news_txt .txt span,
.entry h2
{
	display: block;
	padding: 5px 10px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
	background-color: #8e8e8e;
}
.entry h3
{

	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.news_txt .txt span.bgc01 {
	background-color: #69b253;
}

.news_txt .txt span span {
	display: inline-block;
	font-size: 0.8em;
	margin-bottom: 0;
	padding: 0 0 0 10px;
}

.news_txt .btn01 {
	margin: auto;
}
.news_txt .btn01 a,
.news_txt .btn01 button {
	background-color: #308916;
	color: #fff;
	text-decoration: none
}
.news_txt .btn01 a:hover,
.news_txt .btn01 button:hover {
	opacity: 1;
}

.news_title {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.news_title {
		font-size: 1.8rem;
		text-align: left;
	}
}
.news_txt .date {
	display: block;
	margin-bottom: 20px;
	text-align: right;
	font-size: 1.4rem;
}
.news_txt .date_edited {
	margin-bottom: 0;
}
.news_txt .atena {
	display: block;
	margin-bottom: 20px;
}
.news_txt .indent,
.entry .wp-block-lazyblock-indentbox{
	padding-left: 2em;
}


.news_txt .border_box,
.entry .wp-block-lazyblock-borderbox{
	border: 1px solid #ccc;
	padding: 30px;
}


.news_txt a {
	color: #000;
	text-decoration: underline;
}
.news_txt a:hover {
	opacity: 0.8;
}
.news_txt img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.news_txt table {
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.3;
}
.news_txt tr {
	display: block;
	padding: 7px 0;
}
.news_txt td:nth-child(1) {
	display: inline-block;
	width: calc(70% - 5em);
	padding: 0 2em -0px 3em;
}
.news_txt td:nth-child(2n) {
	display: inline-block;
	width: 30%;
}
.news_txt h5 {
	font-size: 1em;
	font-weight: 700;
	display: block;
	padding-left: 2em;
}

.news_txt .news_img_l {
	width: 400px;
	display: inline-block;
	margin: 40px auto 0;
}


@media screen and (max-width: 767px) {

	.news_txt td:nth-child(1) {
		width: 100%;
		padding: 0;
		font-size: 1.3rem;
	}
	.news_txt td:nth-child(2n) {
		width: 100%;
		text-align: right;
	}
	.news_txt h5 {
		padding-left: 0;
	}
}


/*


WP化
.entry 対応


*/
.entry .has-text-align-center{
	text-align: center;	
}
.entry .has-text-align-right{
	text-align: right;	
}
.entry ol,
.entry ul {
	margin-bottom: 40px;
}
.entry ol {
	padding-left: 1.3em;
}
.entry ol li {
	list-style-type: decimal;
	padding-left: 0.5em;
	margin-bottom: 10px;
}
.entry ol p,
.entry li p {
	padding-bottom: 10px;
	line-height: 1.8;
}

.entry h5,
.entry table {
	padding-left: 0;
}
.entry .txt a {
	display: block;
	max-width: 100%;
	/*	margin: 20px 0 40px;*/
}
.entry .txt a[href^="mailto"] {
	display: inline;
}
.entry .txt tr {
	display: block;
	padding: 7px 0;
}
.entry .txt td:nth-child(1) {
	display: inline-block;
	width: calc(70% - 2em);
	padding: 0 2em 0 0;
}
.entry .txt td:nth-child(2n) {
	display: inline-block;
	width: calc(30% + 1em);
}
.entry .bg_box,
.entry .wp-block-lazyblock-bgbox{
	border: 1px solid #ccc;
	margin-bottom: 40px;
	padding: 30px;
	background-color: #e8e8e8;
}



/*
ticad7form
*/
.ticad7_form form.en dt .required::after {
	content: "required";
	font-size: 1rem;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■2021/02　活動報告ページ追加
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.report__category {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: 2px 10px;
}

@media only screen and (max-width: 767px) {
  .report__category {
    font-size: 1.1rem;
  }
}

.report__category.cat01 {
  background-color: #e68302;
}

.report__category.cat02 {
  background-color: #d6007a;
}

.report__category.cat03 {
  background-color: #00a0d2;
}

.report__category.cat04 {
  background-color: #25a139;
}

.report__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.0rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .report__ttl {
    font-size: 1.6rem;
  }
}

.report__img {
  position: relative;
  background: #f5f5f5;
}

.report__img:before {
  content: '';
  display: block;
  padding-bottom: 66.67%;
}

.report__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'object-fit: contain;';
  -o-object-fit: contain;
  object-fit: contain;
}

.report__txt {
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media only screen and (max-width: 767px) {
  .report__txt {
    font-size: 1.3rem;
  }
}




.report_list .innerWrap {
  max-width: 1000px;
}

.report_list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.report_list ul:after {
  content: '';
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .report_list ul:after {
    width: 100%;
    display: none;
  }
}

.report_list ul > li {
  width: 30%;
  margin: 0 0 67px;
}

@media only screen and (max-width: 767px) {
  .report_list ul > li {
    width: 100%;
    margin-bottom: 35px;
  }
}

.report_list .report_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.report_list .report__category {
  margin: 0 0 13px;
}

@media only screen and (max-width: 767px) {
  .report_list .report__category {
    margin-bottom: 7px;
  }
}

.report_list .report__ttl {
  margin: 0 0 14px;
}

@media only screen and (max-width: 767px) {
  .report_list .report__ttl {
      height: auto !important;
    margin-bottom: 7px;
  }
}

.report_list .report__img {
  margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  .report_list .report__img {
    margin-bottom: 7px;
  }
}

.report_list .report__txt {
  margin: 0 0 17px;
}

.report_list .report__btn_more {
  max-width: 100%;
  margin-top: auto;
}

.report_list .report__btn_more a {
  background-color: #f5f5f5;
  color: #000;
  font-size: 1.4rem;
}

.report_list .report__btn_more a:before {
  opacity: .5;
}

.report_list .report__btn_more a span:before {
  background-color: #000;
}

.report_list .report__btn_more a span:after {
  top: 13px;
  border-color: #000;
}







/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■下層ページタイトル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pageTitle {
	position: relative;
	background: #ccc;
	text-align: center;
	padding: 44px 30px;
}
@media only screen and (max-width: 767px) {
	.pageTitle{
		padding: 22px 30px;
	}
}

.pageTitle:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/wp/wp-content/themes/expo2025orjp/assets/img/page_ttl_bg.png) no-repeat center center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.pageTitle{
	}
}

.pageTitle .innerWrap {
}
@media only screen and (max-width: 767px) {
	.pageTitle{
	}
}

.pageTitle span {
	display: block;
	color: #fff;
	font-size: 4.2rem;
	letter-spacing: 0.025em;
	line-height: 1.6;
}
@media only screen and (max-width: 767px) {
	.pageTitle span{
		font-size: 2.6rem;
	}
}

/*

活動報告をトップに出すために色指定

*/
.news_item .category.report,
.pageTitle.report,
.report__category.report {
  background-color: #e68302;
}


#sitemap a:link,
#sitemap a:visited,
#sitemap .sitemap__link_list li a {
	color: #fff!important;
}
.hd03::before {
	display: none!important;
}
#header .gNav ul li .menu li a {
	color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■2021/4/13 1500前カウントダウン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (max-width: 1289px){.countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 1024px){.countdown{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px 0}}.countdown .main{font-weight:700;line-height:1.0}@media only screen and (max-width: 1289px){.countdown .main{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width: 1024px){.countdown .main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.countdown .hd{color:#E50012;font-size:1.5rem;-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;writing-mode:vertical-rl}.countdown .num{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:"Roboto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;font-size:3.5rem;font-weight:500}.countdown .num span{overflow:hidden;position:relative;z-index:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:35px;height:40px;background:#C90111;border-radius:4px;color:#fff;margin:0 1px}.countdown .num span:before{content:'';position:absolute;top:0;left:0;right:0;z-index:-1;height:50%;background:-webkit-gradient(linear, left bottom, left top, from(#e65d68), to(#c90111));background:linear-gradient(0deg, #e65d68 0%, #c90111 100%)}.countdown .num span:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;height:1px;background:#B70211;margin:auto}.countdown .day{-ms-flex-item-align:end;align-self:flex-end;color:#E50012;font-size:1.6rem;line-height:1.3;letter-spacing:.1em;margin:5px 0 0}@media only screen and (max-width: 1289px){.countdown .day{margin:0 0 0 5px}}@media only screen and (max-width: 1024px){.countdown .day{margin:5px 0 0}}#header .innerWrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}#header .countdown{-ms-flex-item-align:end;align-self:flex-end}@media only screen and (max-width: 1289px){#header .countdown{-ms-flex-item-align:center;align-self:center}}@media only screen and (max-width: 1024px){#header .countdown{display:none}}@media only screen and (min-width: 1025px){.contents>.countdown{display:none}}
