@charset "UTF-8";
/*
Theme Name: cec_fair
*/
/* ----------------------------- リセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
sup {
  font-size: 8px;
}
em {
  font-style: normal;
}
div:before,
div:after,
ul:before,
ul:after,
ol:before,
ol:after,
dl:before,
dl:after {
  content: "";
  display: block;
}
div:after,
ul:after,
ol:after,
dl:after {
  clear: both;
}
div,
ul,
ol,
dl {
  zoom: 1;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- ページネーション */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
}
.pagination span,
.pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  padding: 10px 14px;
  margin: 0 8px 8px 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none !important;
  cursor: pointer;
}
.pagination span.current,
.pagination a.current {
  background: #000;
  border-color: #000;
  color: #fff !important;
}
.pagination a:link,
.pagination a:visited {
  color: #333;
}
.pagination a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.pagination a.next,
.pagination a.prev {
  background: transparent;
  border-color: transparent;
  padding-right: 8px;
  padding-left: 8px;
}
.pagination a.next:hover,
.pagination a.prev:hover {
  color: #333;
}

/* ----------------------------- 全体 */
body {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "游ゴシック体",
    "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
}
/*.login_body{ background: url(images/common/body_bg.png) top center; }*/

a:link,
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover,
a:active {
  text-decoration: none;
}
a,
a img {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.inline_pc {
  display: inline;
}
.inline_sp {
  display: none;
}

img,
.bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

.contents {
  transform: rotateZ(0.03deg);
}

/* ----------------------------- 共通 */

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap980 {
  width: 980px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

.wrap800 {
  width: 800px;
  margin: 0 auto;
}

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

.clay {
  background: var(--clay-background, rgba(0, 0, 0, 0.005));
  border-radius: var(--clay-border-radius, 0px);
  box-shadow: var(--clay-shadow-outset, 5px 5px 10px 0 rgba(0, 0, 0, 0.3)),
    inset var(--clay-shadow-inset-primary, 0 0 10px 0 rgba(0, 0, 0, 0.3)),
    inset
      var(--clay-shadow-inset-secondary, 5px 5px 10px 0 hsla(0, 0%, 100%, 0.2));
}

/* ----------------------------- タイトル */

.c_tit1 {
  font-size: 36px;
  color: #7848c1;
  text-align: center;
}

/* ----------------------------- ボタン */

.btn1 {
  width: 100%;
  text-align: center;
}

.btn1 a {
  display: block;
  background: #54509a;
  padding: 15px 0;
  border: 2px solid #54509a;
  border-radius: 40px;
  font-size: 18px;
  /* font-weight: bold; */
  color: #fff;
  text-decoration: none;
  position: relative;
}

.btn1 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn1 a:hover {
  /* background: #fff;
	color: #54509a; */
  opacity: 0.65;
}

/* .btn1 a:hover:before{
	background-image: url(images/common/icon5.svg);
} */

.btn2 {
  width: 100%;
  text-align: center;
}

.btn2 a {
  display: block;
  background: #fff;
  padding: 15px 0;
  border: 2px solid #979797;
  border-radius: 10px;
  font-size: 18px;
  color: #979797;
  text-decoration: none;
  position: relative;
}

.btn2 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon13.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 19px;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn2 a:hover {
  /*opacity: 0.65;*/
  color: #fff;
  background: #979797;
}

.btn2 a:hover:before {
  background-image: url(images/common/icon9.svg);
}

.btn3 {
  width: 100%;
  text-align: center;
}

.btn3 a {
  display: block;
  background: #00396f;
  padding: 15px 0;
  border: 2px solid #00396f;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.btn3 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 34px;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn3 a:hover {
  opacity: 0.65;
}

.btn4 {
  width: 100%;
  text-align: center;
}

.btn4 a {
  display: block;
  background: #d36029;
  padding: 15px 0;
  border: 2px solid #d36029;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.btn4 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon7.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 20px;
  position: absolute;
  right: 8%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn4 a:hover {
  opacity: 0.65;
}

.btn5 {
  width: 100%;
  text-align: center;
}

.btn5 a {
  display: block;
  background: #00396f;
  padding: 10px 0;
  border: 2px solid #00396f;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.btn5 a:before {
  content: "";
  display: block;
  background-image: url(images/common/icon12.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}

.btn5 a:hover {
  opacity: 0.65;
}

.btn6 {
  max-width: 340px;
  text-align: center;
}

.btn6 a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  background-image: url(images/common/icon4.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 8% center;
  --clay-background: #7848c1;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1);
}

.btn6 a:hover {
  opacity: 0.65;
}
.btn6 a.close {
  color: rgba(0, 0, 0, 40%);
  --clay-background: rgba(0, 0, 0, 16%);
	background-image: none;
	font-weight: 400;
}

.btn6 a.close:hover {
  opacity: 1;
}

.btn7 {
  max-width: 340px;
  text-align: center;
}

.btn7 a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 15px 0;
  text-decoration: none;
  background-image: url(images/common/icon4.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 8% center;
  --clay-background: #7848c1;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1);
}

.btn7 a:hover {
  opacity: 0.65;
}

/* ----------------------------- ヘッダー */

.header {
  position: relative;
  z-index: 9;
  /* padding: 10px 3%; */
  /* padding-bottom: 60px; */
  /* background: url(images/common/header_bg1.png) bottom center no-repeat; */
  background-size: cover;
  transform: rotateZ(0.03deg);
}

.header .box {
  /* padding: 20px 3%; */
  padding: 10px 3%;
  background: #fff;
  /* background: linear-gradient(#fff 50%, #808080 180%);
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.3); */
}

.header .logo {
  width: 360px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  background: #fff;
  padding: 15px 30px 15px 15px;
  box-sizing: border-box;
  /* padding: 15px 30px;
    box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6);
    border-radius: 0 0 10px 10px; */
}

.header .logo:before{
  content: "";
  display: block;
  border-right: 160px solid transparent;
  border-top: 100px solid #fff;
  position: absolute;
  right: -160px;
  top: 0;
}

.header .logo a {
  display: block;
  /* background: url(images/common/logo3.svg) no-repeat;
	background-size: contain;
	height: 3vw; */
}

.header .logo a:hover img {
  opacity: 1;
}

.header_home {
  background: none;
}

/* ----------------------------- ナビ */

.nav {
  float: right;
  font-size: 14px;
  /* position: absolute; 
    right: 0;
    top: 20px;
    width: 55%;*/
  /* box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6);
    padding: 10px 0 10px 2%;
	border-radius: 10px 0 0 10px; */
}

.nav ul {
  float: left;
}

.nav li {
  float: left;
  margin-right: 2em;
}

.nav li a {
  display: block;
  /* color: #54509a; */
  position: relative;
  font-weight: bold;
  text-decoration: none;
}

.nav li a:hover {
  color: #ce5268;
}

/* .nav li a:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	margin: 0 auto;
	transition: 0.2s;
	background: #EF5A24;
}

.nav li a:hover:after{
	width: 100%;
} */

.nav .btn {
  float: left;
}

.nav .btn a {
  font-size: 12px;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
  color: #c274a1;
  display: block;
  /* background: #7848c1; */
  border: 2px solid #c274a1;
  border-radius: 40px;
  padding: 0 1em;
  border-radius: 40px;
}

.nav .btn a:hover {
  opacity: 0.65;
}

/* ----------------------------- ヘッダー ログイン前 */

.header_login {
  background: url(images/common/header_bg1.png) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
  padding: 40px 3%;
  /* height: 110px; */
}

/*.header_login:before{
	content: "";
	display: block;
	background: url(images/common/header_bg2.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 69%;
    height: 10.5vw;
}*/

.header_login .logo {
  text-align: center;
  position: relative;
  z-index: 9;
  max-width: 500px;
  margin: 0 auto;
}

.header_login .logo a {
  display: block;
  /* background: url(images/common/logo.svg) no-repeat; 
	background-size: contain;
	height: 5.6vw;*/
}

/* ----------------------------- トップ */

.kv {
  position: relative;
  padding: 60px 0 0;
  background: url(images/common/kv.jpg) center no-repeat;
  background-size: cover;
  margin-top: -60px;
}

.kv .box {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.kv .box .inner1 {
  /* text-align: right; */
  margin-bottom: 20px;
}

.kv .box .inner2 {
  /* text-align: left; */
  margin-bottom: 20px;
}

.kv .box .inner3 {
  /* text-align: left; */
  padding-left: 10%;
}

.kv .box li {
  display: inline-block;
  width: 22%;
  text-align: center;
  position: relative;
}

.kv .box li img:last-of-type {
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}

.kv .box li:hover img {
  opacity: 1;
}

.kv .box .inner3 li {
  margin-right: 1%;
}

.kv .box .inner3 li:last-child {
  margin-right: 0;
}

.kv .box li.infosharing {
  animation: fuwafuwa1 3s infinite ease-in-out;
  top: 60px;
}

.kv .box li.core {
  animation: fuwafuwa3 2s infinite ease-in-out;
  right: 40px;
}

.kv .box li.electricbook {
  animation: fuwafuwa2 4s infinite ease-in-out;
  left: 60px;
}

.kv .box li.ai {
  animation: fuwafuwa4 5s infinite ease-in-out;
  top: 50px;
}

.kv .box li.municipality {
  animation: fuwafuwa2 4s infinite ease-in-out;
  top: 60px;
  right: 40px;
}

.kv .box li.industry {
  animation: fuwafuwa4 5s infinite ease-in-out;
  right: 100px;
}

.kv .box li.hardware {
  animation: fuwafuwa3 2s infinite ease-in-out;
  left: 100px;
}

.kv .box li.welfare {
  animation: fuwafuwa2 4s infinite ease-in-out;
  left: 60px;
  top: 40px;
}

.kv .box li.security {
  animation: fuwafuwa1 3s infinite ease-in-out;
  right: 80px;
  top: 30px;
}

.kv .box li.network {
  animation: fuwafuwa4 4s infinite ease-in-out;
  right: 80px;
}

.kv .box li.other {
  animation: fuwafuwa3 3s infinite ease-in-out;
  right: 60px;
  top: 30px;
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa4 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -25px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.kv .box li a {
}

/* .kv .box li a:hover img{
	opacity: 1;
	transform: scale(1.1);
}

.kv .box li img{
	transition: 0.2s;
} */

.kv .box .amazon {
  width: 23%;
  position: absolute;
  right: 0;
  bottom: -30px;
}

.kv .box .amazon a:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.top_block1 {
  padding: 100px 0 0;
  text-align: center;
  position: relative;
}

/*.top_block1 .box1{
	max-width: 600px;
	margin: 0 auto;
}

.top_block1 h3{
	font-size: 30px;
	line-height: 1em;
	color: #fff;
	background: #54509a;
	border-radius: 40px;
	padding: 10px 0;
}

.top_block1 h3 img{
	width: 20px;
	margin: 0 10px;
	vertical-align: baseline;
}

.top_block1 h2{
	font-size: 38px;
	color: #d36029;
	line-height: 1.4em;
	margin-top: 20px;
}

.top_block1 h2 img{
	width: 20px;
	margin: 0 10px;
    vertical-align: baseline;
}

.top_block1 h2 strong{
	font-size: 200%;
	line-height: 1em;
}

.top_block1 h2 strong small{
	font-size: 70%;
}*/

.top_block1 .box2 {
  margin-top: 80px;
  background: #fff;
  padding: 2%;
  position: relative;
  border: 1px solid #f5911e;
  border-radius: 30px;
  padding: 8% 0 4%;
}

.top_block1 .box2 h4 {
  font-size: 22px;
  color: #fff;
  background: #f5911e;
  padding: 10px 0;
  border-radius: 40px;
  max-width: 420px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.top_block1 .box2 h4:after {
  content: "";
  display: block;
  background: url(images/common/icon32.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
  /* transform: rotate(90deg); */
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
}

.top_block1 .box2 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_block1 .box2 .inner .detail {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 5%;
}

.top_block1 .box2 .inner .detail:last-child {
  border-left: 1px solid #f5911e;
}

.top_block1 .box2 .inner .detail .icon {
  width: 23%;
}

.top_block1 .box2 .inner .detail p {
  width: 77%;
  padding-left: 0.8em;
  font-size: 23px;
  font-weight: bold;
  color: #7848c1;
  text-align: center;
  box-sizing: border-box;
}

.top_block1 .box2 .inner .detail p img {
  width: 23px;
  vertical-align: middle;
}

.top_box {
  --clay-border-radius: 20px;
  --clay-shadow-outset: 10px 20px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 7% 9%;
}

.top_block2 {
  padding: 100px 0 30px;
}

.top_block2 .delivery {
  position: relative;
  /* max-width: 330px; */
  width: 300px;
  padding-left: 10%;
  box-sizing: border-box;
}

.top_block2 .delivery .live {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 9;
}

.top_block2 .delivery .tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #cc007e;
  padding: 10px 0 10px 5%;
  border-radius: 40px;
}

.top_block2 .delivery .time {
  font-size: 22px;
  font-weight: bold;
  color: #7848c1;
  margin-top: 10px;
  text-align: center;
  padding-left: 10%;
}

.top_block2 .inner1 {
  margin-top: 60px;
}

.top_block2 .inner1 .img {
  float: left;
  width: 35%;
}

.top_block2 .inner1 .txt {
  float: right;
  width: 60%;
}

.top_block2 .inner1 .txt h3 {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #cc007e;
  margin-top: 30px;
}

.top_block2 .inner1 .txt h3 small {
  font-size: 55%;
  font-weight: normal;
  margin-left: 0.5em;
}

.top_block2 .inner1 .txt h4 {
  font-size: 18px;
  margin-top: 20px;
}

.top_block2 .inner1 .txt h4 strong {
  font-size: 200%;
  color: #7848c1;
  line-height: 1em;
  margin-left: 0.5em;
}

.top_block2 .inner1 .txt h4 strong small {
  font-size: 60%;
  margin-left: 0.3em;
}

.top_block2 .inner1 .txt p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8em;
}

.top_block2 .inner1 .txt .chairperson {
  font-weight: bold;
  color: #7848c1;
  text-align: right;
  margin-top: 30px;
}

.top_block2 .inner2 {
  margin-top: 60px;
}

.top_block2 .inner2 table {
  width: 100%;
}

.top_block2 .inner2 table tr {
  border-top: 1px dotted #979797;
}

.top_block2 .inner2 table tr:last-child {
  border-bottom: 1px dotted #979797;
}

.top_block2 .inner2 table th {
  padding: 30px 0;
  width: 35%;
  vertical-align: middle;
}

.top_block2 .inner2 table th .delivery .tit {
  font-size: 20px;
  padding: 7px 0 7px 10%;
}

.top_block2 .inner2 table th .delivery .time {
  font-size: 20px;
  padding-left: 15%;
}

.top_block2 .inner2 table td {
  padding: 30px 0 30px 20px;
}

.top_block2 .inner2 table td h3 {
  font-size: 24px;
  color: #cc007e;
}

.top_block2 .inner2 table td h3 small {
  display: block;
  font-size: 55%;
  font-weight: normal;
}

.top_block2 .inner2 table td h4 {
  /* font-size: 18px; */
  margin-top: 20px;
}

.top_block2 .inner2 table td h4 span {
  display: inline-block;
  line-height: 1.4em;
}

.top_block2 .inner2 table td h4 strong {
  font-size: 170%;
  color: #7848c1;
  margin-left: 0.5em;
}

.top_block2 .inner2 table td h4 strong small {
  font-size: 60%;
  margin-left: 0.3em;
}

.top_block2 .inner2 table td .position {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.3em;
  float: right;
}

.top_block2 .inner2 table td .position span {
  font-size: 170%;
  font-weight: bold;
  color: #54509a;
  margin-left: 1em;
}

.top_block2 .inner2 table td .position span small {
  font-size: 65%;
}

.top_block2 .btn7 {
  width: 300px;
  margin: 60px auto 0;
}

.top_block3 {
  padding: 100px 0 160px;
}

.top_block3 .read {
  margin-top: 30px;
}

.top_block3 .representative {
  margin-top: 40px;
  text-align: right;
}

.top_block3 .representative span {
  font-size: 160%;
  letter-spacing: 0.2em;
}

.top_block3 .note {
  font-size: 12px;
  line-height: 1.4em;
  text-align: right;
  margin-top: 60px;
}

.top_block3 .movie {
  margin-top: 80px;
  text-align: center;
}

.top_block3 .movie iframe {
  width: 100%;
  height: 500px;
}

.top_block4 {
  padding: 60px 0 0;
}

.top_block4 h3 {
  font-size: 28px;
  text-align: center;
  color: #cc007e;
  display: flex;
  align-items: center;
}

.top_block4 h3:before,
.top_block4 h3:after {
  border-top: 3px solid;
  content: "";
  flex-grow: 1;
}

.top_block4 h3:before {
  margin-right: 1em;
}

.top_block4 h3:after {
  margin-left: 1em;
}

.top_block4 ul {
  margin-top: 40px;
  display: flex;
}

.top_block4 li {
  width: 32%;
  margin-right: 2%;
}

.top_block4 li:last-child {
  margin-right: 0;
}

.top_block4 .starttime {
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  padding: 10px 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.top_block4 .starttime h4 {
  width: 37%;
  font-size: 20px;
  color: #cc007e;
}

.top_block4 .starttime h4 img {
  width: 25px;
  vertical-align: sub;
  margin-right: 5px;
}

.top_block4 .starttime p {
  width: 60%;
  font-size: 14px;
  line-height: 1.6em;
}

.top_block4 .starttime p span {
  color: #cc007e;
}

/* ----------------------------- トップ ログイン前 */

.top_login {
  padding: 100px 0 40px;
  text-align: center;
  font-size: 18px;
}

.top_login .login_tit {
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  color: #c274a1;
  /* background: url(images/top/login_tit_bg.png) no-repeat center;
  background-size: cover; */
  box-shadow: -5px -5px 10px #fff inset, 5px 5px 10px #eae0d9 inset;
  border-radius: 20px;
  padding: 20px 0;
}

.top_login .info_txt {
  margin-top: 30px;
}

.top_login .read {
  display: inline-block;
  text-align: left;
  margin-top: 60px;
}

.top_login .box {
  /* margin-top: 80px; */
}

.top_login .box .detail{
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 5%;
}

.top_login .help {
  /* position: relative; */
  display: inline-block;
  margin-top: 60px;
}

.top_login .help p {
  cursor: pointer;
}

.top_login .help p img {
  width: 20px;
  margin-left: 3px;
  vertical-align: middle;
}

.top_login .help .help_content {
  font-size: 15px;
  line-height: 1.6em;
  text-align: left;
  width: 880px;
  height: 620px;
  display: none;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 4px 4px 10px rgb(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}

.top_login .help .help_content span {
  display: block;
  /* overflow: auto;
	height: 400px; */
  padding: 6%;
}

.top_login .help .help_content span strong {
  font-weight: normal;
  color: #54509a;
}

.top_login .help .help_content .close {
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.top_login .help .help_content li {
  margin-bottom: 20px;
}

.top_login .help .help_content li:last-child {
  margin-bottom: 0;
}

.top_login .help .help_content li h5 {
  color: #c274a1;
}

.top_login .help .help_content li p {
  margin-top: 5px;
}

.top_login .help .help_content li p a {
  color: #0000ff;
}

.top_login .help:hover .help_content {
  opacity: 1;
  visibility: visible;
}

.top_login .box .swpm-pw-reset-widget-form {
  margin-top: 60px;
}

.top_login .box .swpm-pw-reset-widget-form .swpm-pw-reset-text {
  width: 450px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

.top_login .box table {
  width: 80%;
  margin: 40px auto 0;
}

.top_login .box table th {
  padding: 15px 0;
  /* color: #6839af; */
  text-align: left;
}

.top_login .box table td {
  padding: 15px;
}

.top_login .box table td input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

.top_login .box .swpm-login-submit,
.top_login .box .swpm-pw-reset-submit-button {
  /* max-width: 400px; */
  margin: 40px auto 0;
  text-align: center;
}

.top_login .box .swpm-login-submit input,
.top_login .box .swpm-pw-reset-submit-button input {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  /* background: url(images/common/btn_bg1.png) center no-repeat;
  background-size: cover; */
  background: #c274a1;
  box-shadow: 5px 5px 10px #fff, -5px -5px 10px #eae0d9;
  border: 10px solid #faf6ef;
  border-radius: 50px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  /* box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); */
}

.top_login .box .swpm-login-submit input:hover,
.top_login .box .swpm-pw-reset-submit-button input:hover {
  /* color: #EF5A24;
	background: #fff; */
  opacity: 0.65;
}

.top_login .box .swpm-login-submit .application_btn {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.top_login .box .swpm-login-submit .application_btn a {
  display: block;
  /* background: url(images/common/btn_bg2.png) center no-repeat;
  background-size: cover;
  padding: 30px 0; */
  background: #faf6ef;
  box-shadow: 5px 5px 10px #fff, -5px -5px 10px #eae0d9;
  border: 10px solid #faf6ef;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #c274a1;
  box-sizing: border-box;
  transition: 0.2s;
}

.top_login .box .swpm-login-submit .application_btn a span{
  display: block;
  border: 3px solid #c274a1;
  border-radius: 50px;
  padding: 8px 0;
}

.top_login .box .swpm-login-submit .application_btn a:hover {
  opacity: 0.65;
}

.top_login .box .swpm-forgot-pass-link {
  margin-top: 60px;
}

.top_login .box .swpm-forgot-pass-link a {
  color: #00396f;
}

/*.top_login .box .swpm-join-us-link{
	max-width: 400px;
	margin: 100px auto 0;
}

 .top_login .box .swpm-join-us-link a{
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #EF5A24;
	display: block;
	background: #fff;
	border: 8px solid #EF5A24;
	padding: 20px 0;
	border-radius: 20px;
	letter-spacing: 0.2em;
} 

.top_login .box .swpm-join-us-link a:hover{
	color: #fff;
	background: #EF5A24;
}*/

.top_login .box .forgot_pass a {
  color: #0000ff;
}

.top_login .box .txt {
  margin-top: 30px;
}

.top_login .box .inner {
  margin-top: 80px;
}

.top_login .box .inner h4 {
  font-size: 20px;
  color: #c274a1;
}

.top_login .box .inner .tel {
  font-size: 24px;
  margin-top: 10px;
}

.pw_reset .box .read {
  margin-top: 0;
  text-align: center;
}

/* ----------------------------- トップと特設トップ共通 */

.release h3 {
  background: #7848c1;
  padding: 5px 0;
  font-size: 28px;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}

.release h3 img {
  width: 14px;
  vertical-align: middle;
  margin: 0 10px;
}

.release .thatday {
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 36px;
  color: #7848c1;
  text-align: center;
}

.release .thatday strong {
  font-size: 200%;
  line-height: 1em;
  margin-left: 0.3em;
}

.release .thatday .continuation {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 0.5em;
  border-top: 1px solid #7848c1;
  border-bottom: 1px solid #7848c1;
  padding: 10px 0.5em;
  font-size: 30px;
}

/* ----------------------------- 特設トップ */

.specialsite {
  /* margin-top: -110px; */
  /* margin-top: -12vw; */
}

.specialsite_mv {
  background: url(images/specialsite/specialsite_mv.png?1) center bottom
    no-repeat;
  background-size: cover;
  padding: 160px 0 60px;
}

.specialsite_mv .metaverse {
  float: left;
  width: 35%;
  /* margin-right: -10%; */
}

.specialsite_mv .btn {
  float: right;
  width: 62%;
  position: relative;
  z-index: 1;
}

.specialsite_mv .btn .opening_remarks {
  text-align: center;
}

.specialsite_mv .btn .web_btn {
  /* text-align: right; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.specialsite_mv .btn ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.specialsite_mv .btn li {
  width: 32%;
  margin-right: 2%;
}

.specialsite_mv .btn li:last-child {
  margin-right: 0;
}

.specialsite_block1 {
  padding: 0 0 100px;
}

.specialsite_block1 .box2 {
  margin-top: 80px;
  border: 1px solid #7848c1;
  border-radius: 20px;
  padding: 5%;
}

.specialsite_block1 .box2 h3 {
  font-size: 28px;
  text-align: center;
  color: #7848c1;
  padding: 0 1em;
  background: #fff;
  max-width: 440px;
  margin: -65px auto 0;
  box-sizing: border-box;
}

.specialsite_block1 .box2 ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.specialsite_block1 .box2 li {
  margin-right: 3%;
  display: table;
}

.specialsite_block1 .box2 li:last-child {
  margin-right: 0;
}

.specialsite_block1 .box2 li.list1 {
  width: 28%;
}

.specialsite_block1 .box2 li.list2 {
  width: 35%;
}

.specialsite_block1 .box2 li.list3 {
  width: 30%;
}

.specialsite_block1 .box2 li .icon {
  display: table-cell;
  vertical-align: top;
  width: 95px;
}

.specialsite_block1 .box2 li p {
  display: table-cell;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
  color: #7848c1;
  padding-left: 1em;
}

.specialsite_block1 .box2 li p span {
  color: #cc007e;
}

.specialsite_block1 .box2 li p small {
  display: block;
  font-size: 80%;
  line-height: 1.2em;
  margin-top: 5px;
}

.specialsite_block1 .box2 .read {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #cc007e;
  margin-top: 30px;
}

.specialsite_block1 .box2 .btn {
  width: 380px;
  margin: 40px auto 0;
}

.specialsite_block1 .box2 .btn a {
  display: block;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  --clay-background: #7848c1;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1);
}

.specialsite_block1 .box2 .btn a:hover {
  opacity: 0.65;
}

.specialsite_block1 .box2 .btn a:hover img {
  opacity: 1;
}

.specialsite_block1 .box2 .btn img {
  width: 19px;
  vertical-align: sub;
  margin-left: 10px;
}

/* ------------------------------------------------- ルーム選択 */

.room {
  padding: 100px 0;
  background: url(images/room/room_bg.png) center bottom no-repeat;
  background-size: cover;
}

.room h2 {
  font-size: 38px;
  text-align: center;
  color: #7848c1;
}

.room .read {
  font-weight: bold;
  color: #cc007e;
  text-align: center;
  margin-top: 30px;
}

.room .read span {
  display: inline-block;
  text-align: left;
}

.room ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.room li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}

.room li:nth-child(3n) {
  margin-right: 0;
}

.room li a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  --clay-background: #7848c1;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  --clay-shadow-inset-primary: -8px -8px 20px 0 rgba(0, 0, 0, 0.1);
  --clay-shadow-inset-secondary: 8px 8px 20px 0 hsla(0, 0%, 100%, 0.2);
}

.room li a:hover {
  opacity: 0.65;
}

.room li.back a {
  border: 2px solid #7848c1;
  color: #7848c1;
  border-radius: 40px;
}

.room.pre ul {
  display: block;
}

.room.pre li {
  margin: 0 auto 40px;
}

/* room-escape */
.room-escape {
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  padding: 1.6em;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: rotateZ(0.03deg);
}
.room-escape__button {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6em;
  margin-top: 1.2em;
}
.room-escape__text {
  display: flex;
  align-items: center;
  gap: 0.6em;
  justify-content: center;
}
.room-escape__text p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
  color: #7848c1;
  padding-left: 1em;
  padding: 0;
}
.room-escape__text img {
  width: 28px;
}
.room-escape__button:after,
.room-escape__button:before {
  display: none;
}
.room-escape__button a {
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  width: 80%;
  border-radius: 40px;
  padding: 13px 0;
  background: #d9cceb;
  color: #7848c1;
  text-decoration: none;
  font-size: 15.5px;
  transition: all 0.2s ease-in-out;
}
.room-escape__button a:hover {
  opacity: 0.65;
}
.room-escape__button a.close {
  background: rgba(0, 0, 0, 6%);
  color: rgba(0, 0, 0, 50%);
  /* カーソルは通常 */
  cursor: default;
}
.room-escape__button a.close:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .room-escape__button {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
  }
  .room-escape__button a {
    max-width: 45%;
  }
}

/* -------------------------------------------------新規登録　管理者用　表示入れ替え
新規登録時はresurrections3以外コメントアウト
管理者用はresurrections3のみコメントアウト */

#resurrections {
  /*display: none;*/
}

#resurrections2 {
  /* margin-top: 240px; */
}

/* #resurrections3{
	display:none;
} */

/* -------------------------------------------------新規登録　管理者用　表示入れ替え */

/* ----------------------------- 講演 */

.lecture {
  padding: 100px 0;
}

.lecture h2 {
  font-size: 28px;
  text-align: center;
  color: #7848c1;
}

.lecture .read {
  text-align: center;
  margin-top: 30px;
}

.lecture_block {
  margin-top: 120px;
  /* border-radius: 30px;
    box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6); */
  padding: 6%;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 10px 20px 10px 0 rgba(0, 0, 0, 0.3);
}

.lecture_block .lecture_tit {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  max-width: 430px;
  margin: -90px auto 0;
  padding: 15px 0;
  --clay-background: #cc007e;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1);
}

.lecture_block .box {
  margin-top: 80px;
}

.lecture_block .box .img {
  float: left;
  width: 40%;
}

.lecture_block .box .txt {
  float: right;
  width: 54%;
}

.lecture_block .box .schedule {
  font-weight: bold;
}

.lecture_block .box .schedule .live {
  background: #7848c1;
  font-size: 18px;
  color: #fff;
  padding: 5px 2em;
}

.lecture_block .box .schedule .time {
  font-size: 22px;
  color: #7848c1;
  padding-left: 1em;
}

.lecture_block .box h3 {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #cc007e;
}

.lecture_block .box h3 small {
  font-size: 60%;
  display: block;
  font-weight: normal;
}

.lecture_block .box h4 {
  font-size: 18px;
}

.lecture_block .box h4:after {
  content: "";
  display: block;
  clear: both;
}

.lecture_block .box h4 strong {
  font-size: 200%;
  color: #7848c1;
  line-height: 1em;
  margin-left: 0.5em;
}

.lecture_block .box h4 strong small {
  font-size: 60%;
  margin-left: 0.3em;
}

.lecture_block .box p {
}

.lecture_block .btn6 {
  margin: 60px auto 0;
}

.lecture_block .end {
  background: #fff;
  margin-top: 60px;
}

.lecture_block .end .inner {
  display: table;
  width: 100%;
}

.lecture_block .end .inner h5 {
  display: table-cell;
  font-size: 18px;
  color: #6839af;
  text-align: center;
  position: relative;
  background: #d9cceb;
}

.lecture_block .end .inner p {
  display: table-cell;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.8em;
}

.lecture_block1 .box .txt {
  /* width: 54%; */
}

.lecture_block1 .box .txt h3 {
  margin-top: 40px;
}

.lecture_block1 .box .txt h3 small {
  padding-left: 3em;
}

.lecture_block1 .box .txt h4 {
  margin-top: 20px;
}

.lecture_block1 .box .txt p {
  margin-top: 30px;
}

.lecture_block1 .box .txt .chairperson {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #7848c1;
  text-align: right;
  margin-top: 30px;
}

.lecture_block1 .box .img {
  /* width: 40%; */
}

.lecture_block1 .profile h5 {
  font-size: 18px;
  color: #7848c1;
  letter-spacing: 0.1em;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.lecture_block1 .profile h5:after {
  border-top: 1px solid #1a1a1a;
  content: "";
  flex-grow: 1;
  margin-left: 1em;
}

.lecture_block1 .profile p {
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 10px;
  margin-top: 10px;
}

.lecture_block1 .end .inner h5 {
  width: 200px;
  padding: 0 1em;
  box-sizing: border-box;
}

.lecture_block2 .box h3,
.lecture_block3 .box h3,
.lecture_block4 .box h3 {
  margin-top: 30px;
  font-size: 35px;
}

.lecture_block2 .box h4,
.lecture_block3 .box h4,
.lecture_block4 .box h4 {
  margin-top: 30px;
}

.lecture_block2 .box h4 span,
.lecture_block3 .box h4 span,
.lecture_block4 .box h4 span {
  display: block;
}

.lecture_block2 .box h4 strong,
.lecture_block3 .box h4 strong,
.lecture_block4 .box h4 strong {
  display: block;
  text-align: right;
}

.lecture_block2 .box p,
.lecture_block3 .box p,
.lecture_block4 .box p {
  margin-top: 20px;
}

.lecture_block4 .box h3 small {
  font-size: 50%;
  letter-spacing: 0;
  text-align: left;
}

/* ----------------------------- 特別講演 */

.speciallecture {
  padding: 100px 0;
}

.speciallecture .schedule {
  font-size: 18px;
}

.speciallecture .vimeo {
  margin-top: 10px;
}

.speciallecture .vimeo .note {
  line-height: 1.6em;
  color: #cc007e;
  margin-top: 10px;
}

.speciallecture .box {
  max-width: 720px;
  margin: 40px auto 0;
}

.speciallecture .box h4 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 140px;
  background: #cc007e;
  border-radius: 40px;
  padding: 5px 2em;
}

.speciallecture .box h2 {
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  color: #cc007e;
  margin-top: 20px;
}

.speciallecture .box h2 small {
  font-size: 60%;
  margin-left: 1em;
}

.speciallecture .box h3 {
  letter-spacing: 0.1em;
  margin-top: 30px;
  text-align: right;
}

.speciallecture .box h3 strong {
  font-size: 220%;
  color: #7848c1;
  line-height: 1em;
  margin-left: 0.5em;
}

.speciallecture .box h3 strong small {
  font-size: 60%;
  margin-left: 0.3em;
}

.speciallecture .box p {
  margin-top: 20px;
}

.speciallecture .box h5 {
  font-size: 18px;
  color: #7848c1;
  text-align: center;
  margin-top: 80px;
}

.speciallecture .box .btn {
  max-width: 380px;
  margin: 20px auto 0;
  /*margin-top: 60px;
	width: 46%;
	float: right;*/
}

.speciallecture .box .btn a {
  display: block;
  padding: 15px 0;
  background: #fff;
  border: 6px solid #b591d5;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  color: #7848c1;
  box-shadow: 4px 4px 10px rgba(49, 9, 75, 0.3);
}

.speciallecture .box .btn a:hover {
  border-color: #7848c1;
  background: #7848c1;
  color: #fff;
}

/* ----------------------------- 講演A・B・C */

.generally .vimeo iframe {
  width: 100%;
  height: 600px;
}

.generally .box .btn1 {
  margin-top: 60px;
  width: 46%;
  float: left;
}

.generally .box .btn {
  /*margin-top: 60px;
	width: 46%;
	float: right;
	max-width: 100%; */
}

.lecture_webinar {
  padding: 200px 0 100px;
}

.lecture_webinar .box {
  border: 4px solid #b2c3d4;
  border-radius: 20px;
  padding: 6%;
}

.lecture_webinar .box .schedule {
  display: table;
  background: #ef5a24;
  border: 2px solid #ef5a24;
  border-radius: 10px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}

.lecture_webinar .box .schedule h4 {
  display: table-cell;
  vertical-align: middle;
  color: #ef5a24;
  letter-spacing: 0.4em;
  background: #fff;
  padding: 6px 1em;
}

.lecture_webinar .box .schedule .time {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  color: #fff;
  padding: 6px 1em;
}

.lecture_webinar .box h2 {
  font-size: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: 1.4em;
  color: #fff;
  background: linear-gradient(90deg, #5687c9, #1c4f94, #004a91, #5687c9);
  padding: 2% 5%;
  margin-top: 20px;
}

.lecture_webinar .box h2 small {
  font-size: 60%;
  line-height: 1.4em;
  display: block;
}

.lecture_webinar .box h3 {
  font-size: 18px;
  color: #00396f;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.lecture_webinar .box h3 span {
  display: inline-block;
  vertical-align: middle;
}

.lecture_webinar .box h3 span small {
  display: block;
  font-size: 65%;
  line-height: 1.2em;
}

.lecture_webinar .box h3 strong {
  font-size: 170%;
  line-height: 1em;
  margin-left: 1em;
  vertical-align: middle;
}

.lecture_webinar .box .btn {
  max-width: 470px;
  margin: 50px auto 0;
}

.lecture_webinar .box .btn a {
  display: block;
  padding: 15px 0;
  background: #ef5a24;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.lecture_webinar .box .btn img {
  width: 23px;
  vertical-align: middle;
  margin-left: 20px;
  transition: 0.2s;
}

.lecture_webinar .box .btn a:hover img {
  opacity: 1;
}

.lecture_webinar .box .btn a:hover {
  opacity: 0.65;
}

.lecture_webinar .box p {
  margin-top: 20px;
  text-align: center;
}

.lecture_webinar .top_link {
  margin-top: 60px;
  text-align: center;
}

.lecture_webinar .top_link a {
  font-weight: bold;
  color: #00396f;
}

.generally .box h2 {
  font-size: 30px;
}

.generally .box h2 small {
  display: block;
  padding-left: 0;
}

.generally .box h3 span {
  text-align: left;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
}

.generally .box h3 strong {
  display: inline-block;
  vertical-align: middle;
}

/* ----------------------------- 抽選会 */

.lottery {
  padding: 100px 0;
}

.lottery_block1 {
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(95, 179, 192, 0.6);
  background: rgba(255, 255, 255, 0.6);
  padding: 6% 8%;
}

.lottery_block1 h2 {
  font-size: 40px;
  line-height: 1.2em;
  text-align: center;
  color: #de8514;
}

.lottery_block1 .bnr {
  text-align: center;
}

.lottery_block1 .read {
  font-size: 18px;
  font-weight: bold;
  /* color: #00396f; */
  margin-top: 20px;
  padding: 0 10%;
}

.lottery_block1 .box {
  /* margin-top: 100px; */
}

.lottery_block1 .box h3 {
}

/* .lottery_block1 .box p{
    font-size: 18px;
    font-weight: bold;
    color: #00396f;
    margin-top: 20px;
} */

.lottery_block1 .box .inner {
  margin-top: 60px;
  text-align: center;
}

.lottery_block1 .box .inner .note {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 20px;
}

/*.lottery_block1 .box .inner table{
    width: 100%;
}

.lottery_block1 .box .inner table th{
    width: 100px;
    padding: 10px 0;
    text-align: left;
    font-weight: normal;
}

.lottery_block1 .box .inner table td{
    padding: 10px 0;
}

.lottery_block1 .box .inner table .color1{
	font-weight: bold;
    color: #ef5a24;
}

.lottery_block1 .box .inner table .color1 th{
	font-weight: bold;
}*/

.lottery_block2 {
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: 2px 2px 10px rgba(95, 179, 192, 0.6);
  background: rgba(255, 255, 255, 0.6);
  padding: 6% 8%;
}

.lottery_block2 .box {
  max-width: 700px;
  margin: 0 auto;
}

.lottery_block2 .box h3 {
  font-size: 22px;
  text-align: center;
  line-height: 1.6em;
  color: #5fb3c0;
}

.lottery_block2 .box h3 span {
  color: #fff;
  background: #5fb3c0;
  display: inline-block;
  font-size: 140%;
  margin-top: 10px;
  margin-right: 5px;
  padding: 10px;
}

.lottery_block2 .box h3 span:last-child {
  margin-right: 0;
}

.lottery_block2 .box h4 {
  color: #5fb3c0;
  margin-top: 60px;
}

.lottery_block2 .box .read {
}

.lottery_block2 .box .inner1 {
  margin-top: 60px;
}

.lottery_block2 .box .inner1 .img {
  /* float: left;
	width: 48%; */
}

.lottery_block2 .box .inner1 .txt {
  float: right;
  width: 48%;
}

.lottery_block2 .box .inner {
  position: relative;
}

.lottery_block2 .box .inner .txt h5 {
  font-size: 20px;
  color: #5fb3c0;
  text-align: center;
}

.lottery_block2 .box .inner .txt .number {
  display: inline-block;
  width: 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
  padding: 9px 0;
  background: #5fb3c0;
  border-radius: 50%;
  /* margin: 0 auto; */
  margin-left: 10px;
}

.lottery_block2 .box .inner .txt p {
  margin-top: 15px;
}

.lottery_block2 .box .inner2 .txt,
.lottery_block2 .box .inner3 .txt {
  /*float: left;*/
  width: 49%;
  padding-bottom: 260px;
}

.lottery_block2 .box .inner2 .img,
.lottery_block2 .box .inner3 .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
}

.lottery_block2 .box .inner2 {
  margin-top: 60px;
}

.lottery_block2 .box .inner2 .img {
  top: 80px;
}

.lottery_block2 .box .inner3 {
  /* margin-top: 60px; */
}

.lottery_block2 .box .inner3 .img {
  /* right: 15%; */
  right: 10%;
}

.lottery_block2 .box .inner4 li {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.lottery_block2 .box .inner4 li:last-child {
  margin-right: 0;
}

.lottery_block2 .box .inner4 li .img {
  margin-top: 15px;
  position: relative;
}

.lottery_block2 .box .inner4 li .img:before {
  content: "";
  display: block;
  background: url(images/lottery/lottery_icon1.svg) no-repeat;
  background-size: contain;
  width: 29px;
  height: 17px;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lottery_block2 .box .inner4 li:last-child .img:before {
  display: none;
}

.namecard {
  margin-top: 80px;
}

.namecard .tit {
  font-size: 20px;
  font-weight: bold;
  color: #54509a;
  text-align: center;
}

.namecard .btn4 {
  width: 380px;
  margin: 20px auto 0;
}

/* ----------------------------- 開催情報 */

.held {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.held .box {
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6); */
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 8% 10%;
}

.held h2 {
  font-size: 30px;
  text-align: center;
  color: #c274a1;
  margin-bottom: 40px;
}

.held table {
  width: 100%;
}

.held table th {
  font-weight: normal;
  width: 100px;
  text-align: left;
  padding: 10px 0;
}

.held table td {
  padding: 10px 0;
}

/* ----------------------------- 出展企業紹介 */

.exhibitors {
  /* padding: 100px 0; */
  background: url(images/exhibitors/exhibitors_mainbg.png) center top no-repeat;
  background-size: contain;
}

.exhibitors_block1 {
  padding: 100px 0;
  /* background: url(images/exhibitors/exhibitors_bg1.png) center top 40px no-repeat; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.exhibitors_block1 .wrap{
  width: auto;
  max-width: 1360px;
}

.exhibitors_block1:before,
.exhibitors_block1:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40%;
  z-index: -1;
}

.exhibitors_block1:before {
  width: 18%;
  height: 28%;
  left: 0;
  background-position: left bottom;
}

.exhibitors_block1:after {
  width: 18%;
  height: 28%;
  right: 0;
  background-position: right bottom;
}

.exhibitors_block1 .bg {
  position: relative;
  z-index: 9;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: top center;
  /* background-size: contain; */
}

.exhibitors_block1 .bg:before{
  content: "";
  display: block;
  background: url(images/exhibitors/booth_ornament4.png) no-repeat center;
  background-size: contain;
  width: 265px;
  height: 180px;
  position: absolute;
  bottom: 15%;
  left: 13%;
}

.exhibitors_block1 .bg:after{
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 280px;
  position: absolute;
  bottom: 12%;
  right: 0;
}

/*.exhibitors_block1 .bg:before,
.exhibitors_block1 .bg:after {
  content: "";
  display: block;
  background: url(images/exhibitors/booth_ornament3.png) center no-repeat;
  background-size: contain;
  width: 257px;
  height: 184px;
  position: absolute;
  bottom: -10%;
  z-index: 1;
}

.exhibitors_block1 .bg:before {
  left: -20%;
}

.exhibitors_block1 .bg:after {
  right: -20%;
  transform: scale(-1, 1);
}*/

/*.exhibitors_block1 .bg:before{
	content: "";
	display: block;
	width: 85%;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6);
    border-radius: 20px;
}*/

.exhibitors_block1 .exhibitors_name {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  padding: 1%;
  position: relative;
  z-index: 99;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*--clay-border-radius: 20px;
  --clay-shadow-outset: 0 0 0 0 rgba(0, 0, 0, 0.1);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}

/* .exhibitors_block1 .exhibitors_name:before,
.exhibitors_block1 .exhibitors_name:after{
	content: "";
	display: block;
	background-image: url(images/exhibitors/exhibitors_patrs1.png);
	background-size: contain;
	background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    position: absolute;
    bottom: -8px;
    z-index: 1;
} */

/* .exhibitors_block1 .exhibitors_name:before{
	left: 0;
}

.exhibitors_block1 .exhibitors_name:after{
	right: 0;
	transform: scale(-1, 1);
} */

.exhibitors_block1 .exhibitors_name .logo {
  /*float: left;*/
  /* display: inline-block;
	vertical-align: middle; */
  width: 20%;
  height: 80px;
  /*padding: 6%;*/
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  /* position: absolute;
  left: 2%;
  top: 0;
  bottom: 9%;
  margin: auto; */
}

.exhibitors_block1 .exhibitors_name .logo.logo_hide {
  /* display: none; */
  background: none;
}

.exhibitors_block1 .exhibitors_name .logo img {
  max-width: 90%;
  max-height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.exhibitors_block1 .exhibitors_name h2 {
  /*float: left;*/
  /* display: inline-block;
	vertical-align: middle;
	width: 76%;
    margin-left: 3%; */
  font-size: 22px;
  /* text-align: center; */
  width: 80%;
  padding-left: 1em;
  box-sizing: border-box;
}

.exhibitors_block1 .box {
  position: relative;
}

.exhibitors_block1 .box:before,
.exhibitors_block1 .box:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5%;
  z-index: 9;
}

.exhibitors_block1 .box .inner {
  width: 80%;
  margin: 0 auto;
  /* padding: 4% 1% 1%; */
  padding-top: 30px;
  text-align: center;
  position: relative;
  /*background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;*/
} 

/* .exhibitors_block1 .box .inner:before{
	content: "";
	display: block;
	background: #595959;
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
} */

.exhibitors_block1 .box .inner:after {
  content: "";
  display: block;
  background: url(images/exhibitors/exhibitors_ornament2.png) top center no-repeat;
  background-size: contain;
  width: 170%;
  height: 45%;
  position: absolute;
  bottom: -13%;
  left: -35%;
  z-index: -1;
}

.exhibitors_block1 ul {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
}

.exhibitors_block1 li {
  /* display: inline-block;
  vertical-align: top; */
  width: 24%;
  margin-right: 2%;
  text-align: left;
  position: relative;
}

.exhibitors_block1 li:last-child {
  margin-right: 0;
}

/*.exhibitors_block1 li:before {
  content: "";
  display: block;
  background: url(images/exhibitors/exhibitors_ornament1.png) center no-repeat;
  background-size: contain;
  width: 100%;
  height: 54%;
  position: absolute;
  top: -18%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}*/

/*.exhibitors_block1 li:after {
  content: "";
  display: block;
  background: url(images/exhibitors/booth_ornament2.png) center bottom no-repeat;
  background-size: contain;
  width: 100%;
  height: 51px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}*/

.exhibitors_block1 li a {
  text-decoration: none;
  /* background: #fff; */
  display: block;
  position: relative;
  z-index: 9;
  background: url(images/exhibitors/list_bg.png) center bottom no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding-bottom: 120px;
  /* padding: 0 8% 80px; */
}

.exhibitors_block1 li h4 {
  font-size: 10px;
  text-align: center;
  color: #fff;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  border-radius: 0 0 10px 10px;
}

.exhibitors_block1 li a:hover img {
  opacity: 1;
}

.exhibitors_block1 li .img {
  padding: 0 6%;
  transition: 0.2s;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  /* --clay-border-radius: 20px;
  --clay-background: #fff;
  --clay-shadow-outset: 0 0 0 0 rgba(0, 0, 0, 0.1); */
  margin-top: 20px;
}

.exhibitors_block1 li .img span {
  display: block;
  /*height: 197px;*/
  height: 167px;
  position: relative;
  z-index: 9;
  /*background: #fff;*/
}

.exhibitors_block1 li .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/*.exhibitors_block1 li .img:before,
.exhibitors_block1 li .img:after,
.exhibitors_block1 li .img .img_box:before,
.exhibitors_block1 li .img .img_box:after{
	content: "";
	display: block;
	background: url(images/exhibitors/booth_ornament3.svg) no-repeat;
	background-size: contain;
	width: 6px;
	height: 6px;
	position: absolute;
	z-index: 9;
}

.exhibitors_block1 li .img:before{
	top: 15px;
	left: 15px;
}

.exhibitors_block1 li .img:after{
	top: 15px;
	right: 15px;
}

.exhibitors_block1 li .img .img_box:before{
	bottom: 15px;
	left: 15px;
}

.exhibitors_block1 li .img .img_box:after{
	bottom: 15px;
	right: 15px;
}*/

.exhibitors_block1 li .txt {
  position: relative;
  z-index: 8;
  padding: 0 7%;
  margin-top: 10px;
  /* --clay-background: #fff;
  --clay-border-radius: 0 0 40px 40px;
  --clay-shadow-outset: 0 0 0 0 rgba(0, 0, 0, 0.1); */
}

/*.exhibitors_block1 li .txt:before {
  content: "";
  display: block;
  background: url(images/exhibitors/booth_ornament1.png) no-repeat;
  background-size: contain;
  width: 173px;
  height: 13px;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}*/

.exhibitors_block1 li .genre_bg {
  /* --clay-border-radius: 40px;
  --clay-background: #fff;
  --clay-shadow-outset: 0 0 0 0 rgba(0, 0, 0, 0.1); */
  position: relative;
  z-index: 9;
  /* top: -25px;*/
  padding: 4%;
  background: #faf6ef;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
}

.exhibitors_block1 li .txt .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  /* padding: 0 6%; */
  /* margin-top: -10px; */
  /* min-height: 80px; */
  min-height: 60px;
}

.exhibitors_block1 li .txt .more{
  text-align: center;
}

.exhibitors_block1 li .txt .more .icon{
  width: 40px;
  margin: 0 auto;
  padding: 6px 0;
  background: #faf6ef;
  box-shadow: 5px 5px 10px #fff, -5px -5px 10px #eae0d9;
  /* border: 10px solid #faf6ef; */
  border-radius: 50px;
  box-sizing: border-box;
}

.exhibitors_block1 li .txt .more .icon img{
  width: 7px;
  vertical-align: middle;
}

.exhibitors_block1 li .txt .more p{
  font-size: 12px;
  color: #c274a1;
}

.exhibitors_block1 li .genre {
  display: table;
  width: 100%;
  border-radius: 40px;
  padding: 0 5px;
  box-sizing: border-box;
}

.exhibitors_block1 li .genre .icon {
  display: table-cell;
  width: 21px;
  text-align: center;
  vertical-align: middle;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: #00396F; */
}

.exhibitors_block1 li .genre .genre_name{
  font-size: 11px;
  padding-left: 0.3em;
}

.genre_ai .icon {
  background-image: url(images/common/genre_ai.svg);
}

.genre_welfare .icon {
  background-image: url(images/common/genre_welfare.svg);
}

.genre_core .icon {
  background-image: url(images/common/genre_core.svg);
}

.genre_industry .icon {
  background-image: url(images/common/genre_industry.svg);
}

.genre_infosharing .icon {
  background-image: url(images/common/genre_infosharing.svg);
}

.genre_hardware .icon {
  background-image: url(images/common/genre_hardware.svg);
}

.genre_electricbook .icon {
  background-image: url(images/common/genre_electricbook.svg);
}

.genre_municipality .icon {
  background-image: url(images/common/genre_municipality.svg);
}

.genre_security .icon {
  background-image: url(images/common/genre_security.svg);
}

.genre_network .icon {
  background-image: url(images/common/genre_network.svg);
}

.genre_sfa .icon{
  background-image: url(images/common/genre_sfa.svg);
}

.genre_other .icon {
  background-image: url(images/common/genre_other.svg?1);
}

.exhibitors_block1 li .txt .genre .genre_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0 5px;
}

.genre_ai {
  background: #afead2;
}

.genre_welfare {
  background: #d0c6fa;
}

.genre_core {
  background: #c0f0ff;
}

.genre_industry {
  background: #bed1ff;
}

.genre_infosharing {
  background: #e1f160;
}

.genre_hardware {
  background: #c0e9a5;
}

.genre_electricbook {
  background: #ffde68;
}

.genre_municipality {
  background: #fac5e5;
}

.genre_security {
  background: #ffc098;
}

.genre_network {
  background: #d5ade0;
}

.genre_sfa{
  background: #fff273;
}

.genre_other {
  background: #e6dcae;
}

.exhibitors_block1 li .btn1 {
  margin-top: 30px;
}

.exhibitors_block1 li .btn1 a {
  padding: 8px 0;
}

.exhibitors_block2 {
  /*padding: 100px 0 0;*/
  padding-bottom: 100px;
  text-align: center;
}

.exhibitors_block2 .box {
  padding: 0 8%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  --clay-border-radius: 20px;
  --clay-background: #fff;
}

.exhibitors_block2 .box:before,
.exhibitors_block2 .box:after{
  content: "";
  display: block;
  background: url(images/exhibitors/exhibitors_parts1.svg) center no-repeat;
  background-size: contain;
  width: 44px;
  height: 105px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.exhibitors_block2 .box:before{
  left: 0;
}

.exhibitors_block2 .box:after{
  right: 0;
  transform: scale(-1, 1);
}

.exhibitors_block2 h3 {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  /* background: #7848c1; */
  position: absolute;
  top: -20%;
  left: 9%;
  z-index: 1;
  /* width: 77px; */
  /* padding: 2px 0.5em 2px 4em; */
  padding: 31px 0;
  border-radius: 5px;
  transform: rotate(45deg);
}

.exhibitors_block2 h3 span{
  display: block;
  transform: rotate(-45deg);
}

.exhibitors_block2 ul {
  /* display: inline-block; */
  /* margin-top: 10px; */
  text-align: center;
  width: 80%;
  margin-left: auto;
}

.exhibitors_block2 li {
  /*margin-bottom: 10px;
	display: table; 
	width: 100%;*/
  text-align: left;
  line-height: 1.5em;
}

.exhibitors_block2 li:last-child {
  margin-bottom: 0;
}

.exhibitors_block2 li h4 {
  /* display: table-cell; */
  background: #979797;
  width: 100px;
  font-weight: normal;
  color: #fff;
}

.exhibitors_block2 li p {
  /* padding: 0 0 0 2em;
	display: table-cell; */
  text-align: left;
}

/* ----------------------------- 出展企業紹介 パターン1 */

.pattern1 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern1_bg1.png?1);
}

.pattern1 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern1_bg2.png?1);
}

.pattern1 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg1.png);
}

.pattern1 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts1.png);
}

.pattern1 .exhibitors_block1 .exhibitors_name {
  background: #5fb3c0; 
  /* background-image: url(images/exhibitors/booth_design1.png);  */
  /* --clay-background: #c80022; */
}

.pattern1 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man1.png?1);
  width: 227px;
  height: 352px;
  left: -6%;
}

.pattern1 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman1.png?1);
  width: 115px;
  height: 305px;
  right: 2%;
}

/* .pattern1 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg1.png);
} */

/* .pattern1 .exhibitors_block1 li h4 {
  background: #ca252b;
} */

.pattern1 .exhibitors_block2 h3 {
  background: #5fb3c0;
}

/* ----------------------------- 出展企業紹介 パターン2 */

.pattern2 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern2_bg1.png?1);
}

.pattern2 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern2_bg2.png?1);
}

.pattern2 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg2.png);
}

.pattern2 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts2.png);
}

.pattern2 .exhibitors_block1 .exhibitors_name {
  background: #f5911e; 
  /* background-image: url(images/exhibitors/booth_design2.png); */
  /* --clay-background: #3a59c9; */
}

.pattern2 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man2.png);
  width: 227px;
  height: 352px;
  left: -6%;
}

.pattern2 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman2.png);
  width: 115px;
  height: 305px;
  right: 0;
}

/* .pattern2 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg2.png);
} */

/* .pattern2 .exhibitors_block1 li h4 {
  background: #2e3190;
} */

.pattern2 .exhibitors_block2 h3 {
  background: #f5911e;
}

/* ----------------------------- 出展企業紹介 パターン3 */

.pattern3 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern3_bg1.png?1);
}

.pattern3 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern3_bg2.png?1);
}

.pattern3 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg3.png);
}

.pattern3 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts3.png);
}

.pattern3 .exhibitors_block1 .exhibitors_name {
  background: #7fca00;
  /* background-image: url(images/exhibitors/booth_design3.png); */
  /* --clay-background: #39b34a; */
}

.pattern3 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man3.png?1);
  width: 227px;
  height: 352px;
  left: -6%;
}

.pattern3 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman3.png?1);
  width: 115px;
  height: 305px;
  right: 0;
}

/* .pattern3 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg3.png);
}

.pattern3 .exhibitors_block1 li h4 {
  background: #009045;
} */

.pattern3 .exhibitors_block2 h3 {
  background: #7fca00;
}

/* ----------------------------- 出展企業紹介 パターン4 */

.pattern4 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern4_bg1.png?1);
}

.pattern4 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern4_bg2.png?1);
}

.pattern4 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg4.png);
}

.pattern4 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts4.png);
}

.pattern4 .exhibitors_block1 .exhibitors_name {
  background: #6476da;
  /* background-image: url(images/exhibitors/booth_design4.png); */
  /* --clay-background: #009fff; */
}

.pattern4 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man4.png?1);
  width: 227px;
  height: 352px;
  left: -6%;
}

.pattern4 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman4.png?1);
  width: 115px;
  height: 305px;
  right: -2%;
}

/* .pattern4 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg4.png);
}

.pattern4 .exhibitors_block1 li h4 {
  background: #009dd3;
} */

.pattern4 .exhibitors_block2 h3 {
  background: #6476da;
}

/* ----------------------------- 出展企業紹介 パターン5 */

.pattern5 .exhibitors_block1:before {
  background-image: url(images/exhibitors/pattern5_bg1.png?1);
}

.pattern5 .exhibitors_block1:after {
  background-image: url(images/exhibitors/pattern5_bg2.png?1);
}

.pattern5 .exhibitors_block1 .bg {
  background-image: url(images/exhibitors/booth_bg5.png);
}

.pattern5 .exhibitors_block1 .bg:after{
  background-image: url(images/exhibitors/booth_parts5.png);
}

.pattern5 .exhibitors_block1 .exhibitors_name {
  background: #8c6cdb;
  /* background-image: url(images/exhibitors/booth_design5.png); */
  /* --clay-background: #dc8d20; */
}

.pattern5 .exhibitors_block1 .box:before {
  background-image: url(images/exhibitors/exhibitors_man5.png?1);
  width: 227px;
  height: 352px;
  left: -6%;
}

.pattern5 .exhibitors_block1 .box:after {
  background-image: url(images/exhibitors/exhibitors_woman5.png?1);
  width: 115px;
  height: 305px;
  right: 2%;
}

/* .pattern5 .exhibitors_block1 .box .inner {
  background-image: url(images/exhibitors/booth_bg5.png);
}

.pattern5 .exhibitors_block1 li h4 {
  background: #f5911e;
} */

.pattern5 .exhibitors_block2 h3 {
  background: #8c6cdb;
}

/* ----------------------------- 製品詳細 */

.product {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.product_block1 {
  padding: 40px 0;
}

.product_block1 h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  float: right;
}

.product_block1 .genre {
  display: table;
  /* width: 100%; */
  position: relative;
  width: 300px;
  border-radius: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  /* margin: 0 auto; */
  float: left;
}

/* .product_block1 .genre:before{
	content: "";
	display: block;
	background: url(images/common/genre_ornament.png) bottom left no-repeat;
	background-size: cover;
	width: 515px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
} */

.product_block1 .genre .icon {
  display: table-cell;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: #00396F; */
}

.product_block1 .genre .genre_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  /* color: #fff; */
  padding: 0 5px;
}

.product_block1 .box {
  /* --clay-border-radius: 20px;
  --clay-shadow-outset: 10px 20px 10px 0 rgba(0, 0, 0, 0.3); */
}

.product_block1 .box1 {
  /* margin-top: 20px; */
  padding: 7%;
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
}

.product_block1 .box1 .inner {
  margin-bottom: 10px;
}

.product_block1 .box1 .txt {
  float: left;
  /*width: 50%;*/
  width: 55%;
}

.product_block1 .box1 h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: -5px -5px 10px #fff inset, 5px 5px 10px #eae0d9 inset;
  border-radius: 20px;
  /* border-bottom: 1px solid;
  padding-bottom: 10px; */
}

.product_block1 .box1 .txt p {
  /* margin-top: 20px; */
  /* font-size: 13px; */
}

.product_block1 .box1 .img {
  float: right;
  /*width: 45%;*/
  width: 43%;
  text-align: center;
}

.product_block1 .box2 {
  margin-top: 30px;
}

.product_block1 .box2 .inner {
  /* margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid; */
  padding: 7%;
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  margin-bottom: 30px;
}

.product_block1 .box2 .inner:last-child {
  margin-bottom: 0;
  /* padding-bottom: 0; */
  border-bottom: 0;
}

.product_block1 .box2 .inner .txt {
  float: left;
  /*width: 65%;*/
  width: 55%;
}

.product_block1 .box2 .inner h4 {
  font-size: 22px;
  line-height: 1.4em;
  border-bottom: 3px dotted;
  padding-bottom: 15px;
  /* border-left: 2px solid;
	padding-left: 1em; 
	margin-bottom: 20px;*/
}

.product_block1 .box2 .inner .txt p {
  /* font-size: 13px; */
  line-height: 1.7em;
  margin-top: 20px;
}

.product_block1 .box2 .inner .img {
  float: right;
  /*width: 30%;*/
  width: 40%;
  text-align: center;
  /*margin-top: 50px;*/
}

.product_block1 .box2 .inner .img .img1 {
  margin-bottom: 20px;
}

.product .bg{
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 4% 4% 6%;
  margin-top: 30px;
}



.product_block3{
}

.product_block3 .movie {
  /* margin-top: 100px; */
  position: relative;
  /* padding-bottom: 40px;
	border-top: 10px solid #00396F;
    border-bottom: 10px solid #00396F; */
  box-shadow: -5px -5px 10px #fff inset, 5px 5px 10px #eae0d9 inset;
  border-radius: 20px;
  padding: 7%;
}

.product_block3 .movie h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #4d4d4d;
  padding: 5px 0;
  width: 300px;
  border-radius: 40px;
  margin: auto;
}

.product_block3 .movie ul {
  text-align: center;
  margin-top: 40px;
}

.product_block3 .movie li {
  display: inline-block;
  vertical-align: top;
  /*width: 49%;*/
  width: 47%;
  margin-left: 4%;
}

.product_block3 .movie li:first-child {
  margin-left: 0;
}

.product_block3 .movie li .thumb img {
  width: 100%;
}

.product_block3 .movie li a {
  text-decoration: none;
  display: inline-block;
}

.product_block3 .movie li h5 {
  margin-top: 10px;
}

.pdf_parent {
  text-align: center;
  margin-top: 80px;
  position: relative;
  /* --clay-border-radius: 20px;
  --clay-shadow-outset: 10px 20px 10px 0 rgba(0, 0, 0, 0.3); */
  box-shadow: -5px -5px 10px #fff inset, 5px 5px 10px #eae0d9 inset;
  border-radius: 20px;
  padding: 7%;
}

.pdf_parent h3 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #4d4d4d;
  padding: 5px 0;
  width: 300px;
  border-radius: 40px;
  margin: auto;
}

.pdf_parent .pdf_box {
  margin-top: 40px;
}

.pdf_parent .pdf_child {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 3%;
}

.pdf_parent .pdf_child:last-child {
  margin-right: 0;
}

.pdf_parent .pdf_child a {
  text-decoration: none;
}

.pdf_parent .pdf_child .pdf_url {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6em;
}

.product_block2 {
  padding-top: 160px;
}

.product_block2 .btn_content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.product_block2 .btn_content li {
  /* float: left; */
  width: 22%;
  /* margin-right: 2%; */
  margin-right: 4%;
  text-align: center;
  position: relative;
}

.product_block2 .btn_content li:last-child {
  margin-right: 0;
}

/* .product_block2 .btn_content li:nth-child(3n){
	margin-right: 0;
} */

.product_block2 .btn_content li .guidance{
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.4em;
}

.product_block2 .btn_content li a {
  display: block;
  position: relative;
  /* color: #fff; */
  text-decoration: none;
  /* padding: 40px 0; */
  /* --clay-background: #775bbe;
  --clay-border-radius: 20px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1); */
}

.product_block2 .btn_content li.prohibited a {
  /* background: #979797; */
  /* opacity: 0.6; */
}

.product_block2 .btn_content li.prohibited:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
}

/* .product_block2 .btn_content li img{
	margin-left: 10px;
	vertical-align: middle;
}

.product_block2 .btn_content li span{
	display: block;
	font-size: 50%;
	line-height: 1em;
	color: #FFFF00;
}*/

.product_block2 .btn_content li a:hover img {
  opacity: 1;
}

.product_block2 .btn_content li a:hover {
  opacity: 0.65;
}

.product_block2 .btn_content li .icon {
  width: 90px;
  margin: 0 auto;
  border: 10px solid #faf6ef;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  border-radius: 50%;
}

.product_block2 .btn_content li p {
  font-weight: bold;
  color: #c274a1;
  margin-top: 10px;
}

.product_block2 .btn_content li p small {
  display: block;
  font-size: 80%;
  font-weight: normal;
  color: #000;
  line-height: 1em;
}

.product_block2 .btn_content li.btn_today .icon {
  /* width: 58px;
  margin-bottom: 10px; */
}

.product_block2 .btn_content li.btn_contact .icon {
  /* width: 58px;
  margin-bottom: 10px; */
}

.product_block2 .btn_content li.btn_document .icon {
  /* width: 37px;
  margin-bottom: 30px; */
}

.product_block2 .btn_content li.btn_product .icon {
  /* width: 38px;
  margin-bottom: 20px; */
}

.product_block2 .btn_content li.btn_today a,
.product_block2 .btn_content li.btn_contact a {
  /* padding: 40px 0; */
}

/* .product_block2 .btn_content li.btn_product a,
.product_block2 .btn_content li.btn_document a {
  color: #775bbe;
  --clay-background: #eee;
} */

/*.product_block2 .btn_content li.btn_back a{
	background-color: #fff;
	background-image: url(images/common/icon13.svg);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center right 20%;
	color: #979797;
	border: 2px solid #979797;
}

.product_block2 .btn_content li.btn_back a:hover{
	background-image: url(images/common/icon9.svg);
	background-color: #979797;
	color: #fff;
}

.product_block2 .btn_content li.btn_back img{
	width: 22px;
}

.product_block2 .booth_back{
	text-align: center;
	margin-top: 40px;
}

.product_block2 .booth_back a{
	text-decoration: none;
	font-weight: bold;
}

.product_block2 .booth_back a:hover{
	opacity: 0.65;
}*/

.product_block2 .metaverse_btn {
  margin: 80px auto 0;
}

.product_block2 .box {
  margin-top: 60px;
  text-align: center;
  box-shadow: -5px -5px 10px #fff inset, 5px 5px 10px #eae0d9 inset;
  border-radius: 20px;
  padding: 50px 0;
}

.product_block2 .box h5 {
  font-size: 30px;
  line-height: 1.2em;
}

.product_block2 .box .tel {
  /* font-size: 14px; */
  margin-top: 10px;
}

.product_block2 .box .url {
  /* font-size: 14px; */
}

.product_block2 .box .url a {
  color: #0000ff;
  text-decoration: none;
}

.product_block2 .box2 {
  /* max-width: 745px;
  margin: 100px auto 0; */
  margin-top: 100px;
}

.product_block2 .box2 li {
  width: 48%;
  float: left;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
}

.product_block2 .box2 li:last-child {
  float: right;
}

.product_block2 .box2 li a {
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right 5%;
  border: 6px solid #7848c1;
  padding: 15px 0;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #7848c1;
  box-sizing: border-box;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6);
}

.product_block2 .box2 li a:hover {
  opacity: 0.65;
}

.product_block2 .box2 li .btn_search a {
  background-image: url(images/common/icon23.svg);
  background-size: 25px;
}

.product_block2 .box2 li .btn_back a {
  background-image: url(images/common/icon24.svg);
  background-size: 21px;
}

.product_block2 .box2 .btn_back{
  width: 250px;
  margin-left: auto;
  border-radius: 40px;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  text-align: center;
}

.product_block2 .box2 .btn_back a{
  display: block;
  font-weight: bold;
  color: #c274a1;
  text-decoration: none;
  padding: 15px 0;
  background-color: #faf6ef;
  background-image: url(images/common/icon24.svg);
  background-size: 21px;
  background-position: center right 5%;
  background-repeat: no-repeat;
  /* border: 10px solid #faf6ef; */
  border-radius: 40px;
}

.product_block2 .box2 .btn_back a:hover{
  opacity: 0.65;
}



.product .btn_search{
  width: 250px;
  margin: 60px auto 0;
}

.product .btn_search a{
  display: block;
  /* background-color: #fff; */
  background-image: url(images/common/icon23.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center right 5%;
  border: 2px solid #c274a1;
  padding: 15px 0;
  border-radius: 40px;
  /* font-size: 20px; */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #c274a1;
  box-sizing: border-box;
}

.product .btn_search a:hover{
  opacity: 0.65;
}




.correspondence {
}

.correspondence ul {
  /* float: left; */
  margin-top: 20px;
  display: flex;
  justify-content: end;
}

.correspondence li {
  /* float: left; */
  margin-right: 2em;
  position: relative;
}

.correspondence li:last-child {
  margin-right: 0;
}

.correspondence li a {
  font-size: 16px;
  font-weight: 500;
  /* color: #7848c1; */
  text-decoration: none;
  display: block;
}

.correspondence li a:hover {
  opacity: 0.65;
}

.correspondence li a:hover img {
  opacity: 1;
}

.correspondence li img {
  width: 33px;
  /* vertical-align: middle;
  margin-right: 10px; */
  display: block;
  margin: 0 auto 5px;
}

.correspondence li.prohibited a {
  color: #cacaca;
}

.correspondence li.prohibited:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.correspondence .metaverse_btn {
  width: 350px;
  float: right;
}

.product .metaverse_btn {
  max-width: 350px;
  text-align: center;
}

.product .metaverse_btn a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  --clay-background: #cc007e;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1);
}

.product .metaverse_btn img {
  width: 43px;
  vertical-align: middle;
  margin-right: 5px;
}

.product .metaverse_btn a:hover {
  opacity: 0.65;
}

.product .metaverse_btn a:hover img {
  opacity: 1;
}

/* ----------------------------- 動画 */

.video {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.video .box iframe {
  width: 100%;
  height: 580px;
}

.video h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.video .product_back {
  text-align: center;
  margin-top: 80px;
}

.video .product_back a {
  text-decoration: none;
  font-weight: bold;
}

.video .product_back a:hover {
  opacity: 0.65;
}

.video .btn2 {
  width: 300px;
  margin: 100px auto 0;
}

/* ----------------------------- パンフレット */

.pamphlet {
  padding: 200px 0 100px;
}

.pamphlet h2 {
  font-size: 20px;
  text-align: center;
}

.pamphlet .img {
  width: 240px;
  margin: 60px auto;
}

.pamphlet .btn {
  width: 300px;
  margin: 20px auto 0;
}

/* ----------------------------- フォーム */

.form_format .detail{
  padding: 20px 30px;
  box-shadow: -5px -5px 10px #fff inset, 5px 5px 10px #eae0d9 inset;
  border-radius: 20px;
}

.form_format .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  /* color: #54509a; */
  /* border-left: 10px solid #7848c1;
  padding-left: 1em;
  padding-bottom: 10px; */
}

.form_format .product_name {
  padding-bottom: 0;
}

.form_format table {
  width: 100%;
}

.form_format table th {
  font-weight: normal;
  padding: 20px 0;
  vertical-align: top;
  text-align: left;
  width: 200px;
}

.form_format table th .required {
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background: #ce5268;
  padding: 2px 1em;
  margin-left: 1em;
  border-radius: 20px;
}

.form_format table td {
  padding: 20px 0;
  position: relative;
}

.form_format table td input[type="text"],
.form_format table td input[type="email"],
.form_format table td input[type="tel"],
.form_format table td textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.4em;
  box-sizing: border-box;
}

.form_format table td textarea {
  height: 270px;
}

.form_format table td .required_txt {
  color: #dc3232;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1em;
}

.form_format .contact_btn {
  /*width: 260px;
	margin: 60px auto 0;*/
  margin-top: 60px;
  text-align: center;
}

.form_format .contact_btn input {
  width: 260px;
  /* background: #54509a; */
  padding: 15px 0;
  /* border: 3px solid #54509a; */
  border-radius: 40px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  background: #c274a1;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  border: 10px solid #faf6ef;
  /* --clay-background: #7848c1;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1); */
}

.form_format .contact_btn input:hover {
  /*background: #fff;
	color: #00396f;*/
  opacity: 0.65;
}

.form_format .contact_btn #btn_product,
.form_format .contact_btn #btn_back {
  margin-right: 1em;
  background-color: #fff;
  background-image: url(images/common/icon13.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
  background-size: 22px;
  /*border-color: #979797;*/
  border: 2px solid #979797;
  color: #979797;
}

.form_format .contact_btn #btn_product:hover,
.form_format .contact_btn #btn_back:hover {
  background-color: #979797;
  background-image: url(images/common/icon9.svg);
  color: #fff;
}

/* ----------------------------- 資料請求 */

.request {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.request_block1 .box {
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6); */
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 8%;
}

.request h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #c274a1;
  text-align: center;
  margin-bottom: 80px;
}

.request .box {
  margin-top: 40px;
}

.request .box .inner {
  margin-top: 40px;
}

/* ----------------------------- 当日対応希望 */

.respond {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.respond_block1 .box {
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6); */
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 8%;
}

.respond h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #c274a1;
  text-align: center;
  margin-bottom: 80px;
}

.respond .box {
  margin-top: 40px;
}

.respond .box .inner {
  margin-top: 40px;
}

/* ----------------------------- 出展企業へのお問い合わせ */

.inquiries {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.inquiries_block1 .box {
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6); */
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 8%;
}

.inquiries h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  color: #c274a1;
  text-align: center;
  margin-bottom: 80px;
}

.inquiries .box {
  margin-top: 40px;
}

.inquiries .box .inner {
  margin-top: 40px;
}

/* ----------------------------- 送信完了メッセージ */

.completemsg {
  padding: 100px 0;
}

.completemsg p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* ----------------------------- 出展企業・製品検索タブ */

.search_tab {
  text-align: center;
}

.search_tab li {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  border-radius: 40px;
  /* overflow: hidden; */
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  text-align: center;
}

.search_tab li.current {
  color: #fff;
  padding: 10px 0;
  background: #c274a1;
  border: 10px solid #faf6ef;
}

.search_tab li:last-child {
  margin-left: 2em;
}

.search_tab li a {
  display: block;
  font-weight: bold;
  color: #c274a1;
  text-decoration: none;
  /* background: #B1B1B1; */
  padding: 10px 0;
  background: #faf6ef;
  border: 10px solid #faf6ef;
  border-radius: 40px;
}

.search_tab li a:hover {
  /* opacity: 0.65; */
  background: #c274a1;
  color: #fff;
}

/* ----------------------------- 五十音検索 */

.syllabary_block1 {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
  /* background-size: contain; */
}

.syllabary_block1 .box {
  margin-top: 60px;
}

.syllabary_block1 h2 {
  font-size: 24px;
  color: #c274a1;
  text-align: center;
  margin-bottom: 40px;
}

.tool{
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 4%;
}

.syllabary_block1 .consonant {
  margin-top: 20px;
  text-align: center;
}

.syllabary_block1 .consonant span {
  margin-right: 1.5em;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2em;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  border-radius: 50%;
  /* --clay-background: #fff;
  --clay-border-radius: 50%; */
  /*--clay-shadow-outset: 10px 20px 10px 0 rgba(0,0,0,0.3);*/
}

.syllabary_block1 .consonant span.current {
  background: #c274a1;
  /* --clay-background: #775bbe; */
  color: #fff;
  padding: 14px 0.9em;
}

.syllabary_block1 .consonant span:last-child {
  margin-right: 0;
}

.syllabary_block1 .consonant span a {
  display: block;
  background: #faf6ef;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  border-radius: 50%;
  font-weight: bold;
  color: #c274a1;
  text-decoration: none;
  padding: 14px 0.9em;
}

.syllabary_block1 .consonant span a:hover {
  /* --clay-background: #775bbe; */
  background: #c274a1;
  color: #fff;
}

.syllabary_block1 .box h3 {
  background: #00396f;
  color: #fff;
  padding: 2px 10px;
  font-weight: normal;
  margin-top: 40px;
}

.syllabary_block1 .box .inner {
  margin-top: 40px;
}

.syllabary_block1 .box .inner .syllabary_content {
  margin-bottom: 60px;
  /* border: 2px solid #00396F; */
  padding: 4% 6% 6%;
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  /* --clay-background: #fff;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 10px 20px 10px 0 rgba(0, 0, 0, 0.3); */
}

.syllabary_block1 .box .inner .syllabary_content h4 {
  font-size: 24px;
  /* text-align: center; */
  /* padding: 25px 40px; */
  /* --clay-background: #fff;
  --clay-border-radius: 30px;
  --clay-shadow-outset: 3px 3px 10px 0 rgba(0, 0, 0, 0.3); */
  position: relative;
  /* left: -10%; */
}

.syllabary_block1 .box .inner .syllabary_content h4 a {
  color: #c274a1;
  text-decoration: none;
  background: #faf6ef;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  border-radius: 50px;
  display: block;
  padding: 15px 20px 15px 40px;
}

.syllabary_block1 .box .inner .syllabary_content h4 a:hover{
  opacity: 0.65;
}

.syllabary_block1 .box .inner .syllabary_content h4 small{
  font-size: 12px;
  font-weight: 500;
  float: right;
}

.syllabary_block1 .box .inner .syllabary_content h4 small img{
  width: 8px;
  vertical-align: middle;
  margin-left: 10px;
}

.syllabary_block1 .box .inner .syllabary_content ul {
  /* padding: 4%; */
  margin-top: 40px;
}

.syllabary_block1 .box .inner .syllabary_content li {
  margin-bottom: 30px;
  overflow: hidden;
}

.syllabary_block1 .box .inner .syllabary_content li:last-child {
  margin-bottom: 0;
}

.syllabary_block1 .box .inner .syllabary_content li .genre {
  display: table;
  width: 300px;
  padding: 0 5px;
  border-radius: 40px;
  box-sizing: border-box;
  /* float: left;
  width: 30%; */
}

.syllabary_block1 .box .inner .syllabary_content li .genre .icon {
  display: table-cell;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: #00396F; */
}

.syllabary_block1 .box .inner .syllabary_content li .genre .genre_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  /* color: #fff; */
  padding: 0 5px;
}

.syllabary_block1 .box .inner .syllabary_content li .detail {
  /* float: right;
  width: 65%; */
  margin-top: 10px;
}

.syllabary_block1 .box .inner .syllabary_content li h5 {
  font-size: 20px;
  /* margin-top: 10px; */
}

.syllabary_block1 .box .inner .syllabary_content li h5 a {
  /* color: #54509a; */
  text-decoration: none;
}

.syllabary_block1 .box .inner .syllabary_content li h5 a:hover{
  opacity: 0.65;
}

.syllabary_block1 .box .inner .syllabary_content li p {
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 5px;
}

/* ----------------------------- 企業リスト */

.company_block1 {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
  /* background-size: contain; */
}

.company_block1 h2 {
  font-size: 24px;
  color: #c274a1;
  text-align: center;
  margin-bottom: 40px;
}

.company_block1 .bg{
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 6%;
}

.company_block1 .box {
  margin-top: 60px;
  /* --clay-background: #fff;
  --clay-border-radius: 40px;
  --clay-shadow-outset: 10px 20px 10px 0 rgba(0, 0, 0, 0.3); */
  /* padding: 6%; */
}

.company_block1 .box ul {
  /*margin-top: 30px;
	border-radius: 20px;
	box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6); */
}

.company_block1 .box li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  font-size: 18px;
}

.company_block1 .box li a {
  /* color: #54509a; */
}

/* ----------------------------- 製品検索 */

.results li {
  /* border-top: 1px dotted #979797; */
  padding: 4%;
  /* background: #fff; */
  margin-bottom: 30px;
  /* --clay-background: #fff;
  --clay-border-radius: 30px;
  --clay-shadow-outset: 10px 20px 10px 0 rgba(0, 0, 0, 0.3); */
  overflow: hidden;
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
}

.results li:last-child {
  /* border-bottom: 1px dotted #979797; */
  margin-bottom: 0;
}

.results li .inner{
  display: flex;
  align-items: center;
}

.results li .genre {
  display: table;
  /* width: 300px; */
  width: 32%;
  float: left;
  border-radius: 30px;
  padding: 0 5px;
  box-sizing: border-box;
}

.results li .genre .icon {
  display: table-cell;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}

.results li .genre .genre_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  /* color: #fff; */
  padding: 0 5px;
}

.results li .detail {
  /* float: right;
  width: 64%; */
  margin-top: 30px;
}

.results li .company_name {
  font-size: 17px;
  font-weight: bold;
  /* text-align: right; */
  /* margin-top: 10px; */
  margin-left: 1em;
}

.results li h5 {
  font-size: 22px;
}

.results li h5 a {
  /* color: #54509a; */
}

.results li p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ----------------------------- キーワード検索 */

.keyword_block1 {
  padding: 100px 0;
}

.keyword_block1 .box1 {
  margin-top: 40px;
}

.keyword_block1 h2 {
  font-size: 24px;
  color: #c274a1;
  text-align: center;
  margin-bottom: 40px;
}

.keyword_block1 .box1 .read {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

.keyword_block1 .bg{
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 4%;
}

.keyword_block1 .box1 .search_box {
  /* border: 1px solid #979797; */
  /* border-radius: 20px;
	padding: 4%;
	margin-top: 40px;
	box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6); */
}

.keyword_block1 .box1 .search_box .space {
  max-width: 690px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}

.keyword_block1 .box1 .search_box .space .keyword {
  width: 80%;
}

.keyword_block1 .box1 .search_box .space .keyword input {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #c274a1;
  font-size: 16px;
  border-radius: 10px 0 0 10px;
}

.keyword_block1 .box1 .search_box .space .btn {
  width: 20%;
  position: relative;
}

.keyword_block1 .box1 .search_box .space .btn input {
  font-size: 22px;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 9.5px 0 9.5px 7%;
  background: #c274a1;
  /* --clay-background: #7848c1;
  --clay-border-radius: 0 15px 15px 0;
  --clay-shadow-outset: 0 0 10px 0 rgba(0, 0, 0, 0);
  --clay-shadow-inset-primary: -5px -5px 10px 0 rgba(0, 0, 0, 0.6);
  --clay-shadow-inset-secondary: 5px 5px 10px 0 hsla(0, 0%, 100%, 0.1); */
  cursor: pointer;
  transition: 0.2s;
}

.keyword_block1 .box1 .search_box .space .btn:before {
  content: "";
  display: block;
  background-image: url(images/common/icon11.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 20%;
  top: 0;
  bottom: 3px;
  margin: auto;
  z-index: 9;
  transition: 0.2s;
}

.keyword_block1 .box1 .search_box .space .btn input:hover {
  opacity: 0.65;
}

/* .keyword_block1 .box1 .search_box .btn:hover:before{
	background-image: url(images/common/icon11.svg);
} 

.keyword_block1 .box1 .search_box .btn:hover input{
	background: #00396F;
	color: #fff;
}*/

.keyword_block1 .box2 {
  margin-top: 100px;
  /* box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6);
	padding: 7% 9%;
	border-radius: 20px; */
}

/* ----------------------------- 製品ジャンル検索 */

.product_genre_block1 {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.product_genre_block1 .box1 {
  margin-top: 50px;
}

.product_genre_block1 h2 {
  font-size: 24px;
  color: #c274a1;
  text-align: center;
  margin-bottom: 40px;
}
.product_genre_block1 .bg{
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 4% 3%;
}

.product_genre_block1 .box1 .genre_selection {
  /* margin-top: 80px; */
}

.product_genre_block1 .box1 .genre_selection ul{
  display: flex;
  flex-wrap: wrap;
}

.product_genre_block1 .box1 .genre_selection li {
  /* float: left; */
  /* width: 23.5%; */
  width: 15.6%;
  margin-right: 1%;
  margin-bottom: 3%;
  box-sizing: border-box;
  background: none;
  /* box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6);
    color: #5fb3c0;
	border-radius: 15px; */
}

.product_genre_block1 .box1 .genre_selection li:nth-child(6n) {
  margin-right: 0;
}

.product_genre_block1 .box1 .genre_selection li a {
  display: block;
  /* background: #b1b1b1; */
  /* border-radius: 15px; */
  /* padding: 4%; */
  text-decoration: none;
  /* box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6); */
  /* color: #5fb3c0; */
}

.product_genre_block1 .box1 .genre_selection li a:hover {
  /* color: #fff; */
}

.product_genre_block1 .box1 .genre_selection li .icon {
  width: 80px;
  height: 80px;
  text-align: center;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #faf6ef;
  border-radius: 50%;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px #eae0d9;
  margin: 0 auto;
  transition: 0.2s;
}

.product_genre_block1 .box1 .genre_selection li .genre_name {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  /* color: #fff; */
  transition: 0.2s;
  margin-top: 10px;
}

/* .product_genre_block1 .box1 .genre_selection li a:hover .genre_name {
  color: #fff;
} */

.product_genre_block1 .box1 .genre_selection li.current .genre_name {
  /* border-radius: 15px; */
  /* padding: 0.9%; */
  /* color: #fff; */
}

.product_genre_block1 .box1 .genre_selection li a:hover .icon {
  background-size: 55%;
}

.product_genre_block1 .box1 .genre_selection li.genre_ai.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_ai a:hover .icon {
  background-color: #59b79c;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_welfare.current
  .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_welfare
  a:hover
  .icon {
  background-color: #9276b2;
}

.product_genre_block1 .box1 .genre_selection li.genre_core.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_core a:hover .icon {
  background-color: #6ab8df;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_industry.current
  .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_industry
  a:hover
  .icon {
  background-color: #817fca;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_infosharing.current
  .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_infosharing
  a:hover
  .icon {
  background-color: #91b836;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_hardware.current
  .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_hardware
  a:hover
  .icon {
  background-color: #4b9043;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_electricbook.current
  .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_electricbook
  a:hover
  .icon {
  background-color: #db7f24;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_municipality.current
  .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_municipality
  a:hover
  .icon {
  background-color: #d6628e;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_security.current
  .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_security
  a:hover
  .icon {
  background-color: #c9695f;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_network.current
  .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_network
  a:hover
  .icon {
  background-color: #a45b84;
}

.product_genre_block1
  .box1
  .genre_selection
  li.genre_sfa.current
  .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_sfa
  a:hover
  .icon {
  background-color: #ccc000;
}

.product_genre_block1 .box1 .genre_selection li.genre_other.current .icon,
.product_genre_block1
  .box1
  .genre_selection
  li.genre_other
  a:hover
  .icon {
  background-color: #6d5537;
}

.product_genre_block1 .box1 .genre_selection li.genre_ai .icon {
  background-image: url(images/common/genre_ai2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_welfare .icon {
  background-image: url(images/common/genre_welfare2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_core .icon {
  background-image: url(images/common/genre_core2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_industry .icon {
  background-image: url(images/common/genre_industry2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_infosharing .icon {
  background-image: url(images/common/genre_infosharing2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_hardware .icon {
  background-image: url(images/common/genre_hardware2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_electricbook .icon {
  background-image: url(images/common/genre_electricbook2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_municipality .icon {
  background-image: url(images/common/genre_municipality2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_security .icon {
  background-image: url(images/common/genre_security2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_network .icon {
  background-image: url(images/common/genre_network2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_sfa .icon {
  background-image: url(images/common/genre_sfa2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_other .icon {
  background-image: url(images/common/genre_other2.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_ai.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_ai a:hover .icon{
	background-image: url(images/common/genre_ai.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_welfare.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_welfare a:hover .icon{
	background-image: url(images/common/genre_welfare.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_core.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_core a:hover .icon{
	background-image: url(images/common/genre_core.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_industry.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_industry a:hover .icon{
	background-image: url(images/common/genre_industry.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_infosharing.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_infosharing a:hover .icon{
	background-image: url(images/common/genre_infosharing.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_hardware.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_hardware a:hover .icon{
	background-image: url(images/common/genre_hardware.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_electricbook.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_electricbook a:hover .icon{
	background-image: url(images/common/genre_electricbook.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_municipality.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_municipality a:hover .icon{
	background-image: url(images/common/genre_municipality.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_security.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_security a:hover .icon{
	background-image: url(images/common/genre_security.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_network.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_network a:hover .icon{
	background-image: url(images/common/genre_network.svg);
}

.product_genre_block1 .box1 .genre_selection li.genre_sfa.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_sfa a:hover .icon{
	background-image: url(images/common/genre_sfa.svg?1);
}

.product_genre_block1 .box1 .genre_selection li.genre_other.current .icon,
.product_genre_block1 .box1 .genre_selection li.genre_other a:hover .icon{
	background-image: url(images/common/genre_other.svg?1);
}

/*.product_genre_block1 .box1 .genre_selection li.current .icon,
.product_genre_block1 .box1 .genre_selection li a:hover .icon{
	/* background-color: #00396F; */ /*
}*/

.product_genre_block1 .box2 {
  margin-top: 40px;
  /* box-shadow: 2px 2px 10px rgba(95,179,192,0.6);
	background: rgba(255,255,255,0.6);
	padding: 7% 9%;
	border-radius: 20px; */
}

/* ----------------------------- お問い合わせ */

.contact {
  padding: 100px 0;
  background: url(images/common/syllabary_bg1.png) top center no-repeat;
}

.contact_block1 .box {
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.6); */
  background: #faf6ef;
  border-radius: 20px;
  box-shadow: 2px 3px 3px #89642e;
  padding: 8%;
}

.contact h2 {
  font-size: 23px;
  text-align: center;
  line-height: 1.6em;
  color: #c274a1;
}

.contact .box {
  margin-top: 80px;
}

.contact .box .contact_btn {
  width: auto;
  text-align: center;
}

.contact .box .contact_btn input {
  width: 260px;
}

.contact .box .contact_btn input[type="button"] {
  margin-right: 1em;
  background-color: #fff;
  background-image: url(images/common/icon13.svg);
  background-repeat: no-repeat;
  background-position: right 10% center;
  background-size: 22px;
  border: 2px solid #979797;
  color: #979797;
}

.contact .box .contact_btn input[type="button"]:hover {
  background-color: #979797;
  background-image: url(images/common/icon9.svg);
  color: #fff;
}

.completion {
  padding: 200px 0 100px;
  text-align: center;
}

.completion h2 {
  font-size: 23px;
  color: #7848c1;
}

.completion p {
  margin-top: 40px;
  font-size: 18px;
}

/* ----------------------------- エラーページ */

.error {
  padding: 100px 0;
}

.error p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* ----------------------------- ページタイトル */

.page_tit1 {
  font-size: 22px;
  color: #fff;
  background: #c274a1;
  padding: 10px 0;
  text-align: center;
  /* margin-top: 110px; */
}


/* ----------------------------- 告知ページ */

.soon{
  padding: 120px 0;
  text-align: center;
}

.soon h2{
  font-size: 30px;
  line-height: 1.2em;
  color: #c274a1;
}

/* ----------------------------- パスワード登録・詳細情報入力 */

.register_block1 {
  padding: 100px 0;
}

.register_block1 .read {
  text-align: center;
}

.register_block1 .password {
  max-width: 400px;
  margin: 60px auto 0;
}

.register_block1 .password .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.register_block1 .password h4 {
  width: 42%;
  padding-top: 8px;
  /* color: #6839af; */
}

.register_block1 .password .password_input {
  width: 58%;
}

.register_block1 .password .password_input input {
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
}

.register_block1 .box {
  margin-top: 60px;
}

.register_block1 .box .read {
}

.register_block1 .box .inner {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 40px;
  padding: 6% 8%;
  margin-top: 40px;
}

.register_block1 .box table {
  width: 100%;
  font-size: 14px;
}

.register_block1 .box table th {
  /* background: #CEC8C8; */
  text-align: left;
  padding: 20px 0;
  width: 180px;
  /* border: 1px solid #707070; */
  vertical-align: top;
}

.register_block1 .box table th .required {
  background: #c274a1;
  color: #fff;
  padding: 0 1em;
  border-radius: 50px;
  font-size: 70%;
  line-height: 1.6em;
  /* margin-left: 2em; */
  float: right;
  margin-top: 5px;
}

.register_block1 .box table td {
  padding: 20px;
  /* border: 1px solid #707070; */
}

.register_block1 .box table td input[type="text"],
.register_block1 .box table td select {
  width: 100%;
  padding: 10px;
  border: 1px solid #707070;
  box-sizing: border-box;
  font-size: 14px;
}

.register_block1 .box table td .checkbox label {
  width: 33.33%;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

.register_block1 .box .privacy_policy {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fcfcfc;
  padding: 20px;
  margin-top: 100px;
}

.register_block1 .box .privacy_policy p {
  max-height: 20em;
  overflow: auto;
  font-size: 14px;
}

.register_block1 .box .contact_btn {
  margin-top: 60px;
  text-align: center;
}

.register_block1 .box .contact_btn input {
  width: 400px;
  /* background: #5FB3C0; */
  /* background: url(images/common/btn_bg1.png) center no-repeat;
  background-size: cover; */
  background: #c274a1;
  padding: 10px 0;
  border: 10px solid #faf6ef;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px #fff, -5px -5px 10px #eae0d9;
}

.register_block1 .box .contact_btn input:hover {
  opacity: 0.65;
}

.register_block1 .box .contact_btn input[name="btn_confirm"] {
  width: 500px;
}

.register_block1 .box .contact_btn input[name="btn_back"] {
  width: 280px;
  background: #faf6ef;
  color: #c274a1;
  border: 3px solid;
  margin-right: 20px;
}

.register_block1 .box .contact_btn input[name="btn_send"] {
  width: 300px;
}

.register_block1 .required_txt {
  font-weight: bold;
  color: #f94415;
  margin-top: 5px;
}

/* ----------------------------- パスワード登録確認 */

.register_confirm .register_block1 .password {
  text-align: center;
}

.register_confirm .register_block1 .password h4 {
  width: auto;
}

.register_confirm .register_block1 .password .password_input {
  width: auto;
}

/* ----------------------------- パスワード登録完了 */

.register_completion .read strong {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
  color: #cc007e;
  margin: 30px 0;
}

.register_completion .btn {
  width: 340px;
  margin: 60px auto;
}

.register_completion .btn a {
  display: block;
  /* background: #5FB3C0; */
  background: url(images/common/btn_bg1.png) center no-repeat;
  background-size: cover;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

.register_completion .btn a:hover {
  opacity: 0.65;
}

/* ----------------------------- CECフェア2023講演お申込みフォーム */

.reservechange_block1 {
  padding: 100px 0;
}

.reservechange_block1 .read {
  font-size: 18px;
  line-height: 2em;
  text-align: center;
}

.reservechange_block1 .box {
  margin-top: 60px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 40px;
  padding: 6% 8%;
}

.reservechange_block1 .box h3 {
  font-size: 22px;
  color: #6839af;
  text-align: center;
}

.reservechange_block1 .box .inner {
  max-width: 700px;
  margin: 40px auto 0;
}

.reservechange_block1 .box .inner table {
  width: 400px;
}

.reservechange_block1 .box .inner table th {
  text-align: left;
  padding: 15px 0;
}

.reservechange_block1 .box .inner table td {
  padding: 15px 0;
}

.reservechange_block1 .box .inner .dibl {
  margin-top: 30px;
}

.reservechange_block1 .box .inner .dibl .choice {
  margin-top: 10px;
}

.reservechange_block1 .box .inner .dibl .choice label {
  cursor: pointer;
}

.reservechange_block1 .box .inner .dibl .choice .checkbox label {
  display: block;
  margin-bottom: 5px;
}

.reservechange_block1 .box .inner .desired {
  display: none;
}

.reservechange_block1 .box .inner .dibl .choice .checkbox label:last-child {
  margin-bottom: 0;
}

.reservechange_block1 .box .inner .note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
  color: #777;
}

.reservechange_block1 .privacy_policy {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fcfcfc;
  padding: 40px 60px;
  margin-top: 60px;
}

.reservechange_block1 .contact_btn {
  margin-top: 60px;
  text-align: center;
}

.reservechange_block1 .contact_btn input {
  width: 500px;
  background: url(images/common/btn_bg1.png) center no-repeat;
  background-size: cover;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

.reservechange_block1 .contact_btn input:hover {
  opacity: 0.65;
}

.reservechange_block1 .contact_btn input[name="btn_back"] {
  width: 280px;
  background: #fff;
  color: #707070;
  border: 1px solid;
  margin-right: 20px;
}

.reservechange_block1 .contact_btn input[name="btn_send"] {
  width: 300px;
}

.reservechange_block1 .required_txt {
  font-weight: bold;
  color: #f94415;
  margin-top: 5px;
}

/* ----------------------------- フッター */

.footer {
  background: url(images/common/footer_bg1.png) top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 150px 3% 20px;
}

.login_body .footer {
  /* background: none; */
}

.footer .logo {
  width: 270px;
  margin: 0 auto;
}

.footer .footer_link {
  margin-top: 10px;
}

.footer .footer_link a {
  padding: 0 0.5em;
  font-size: 14px;
  text-decoration: none;
  color: #00396f;
}

.copy {
  background: #ff89ab;
  font-size: 10px;
  color: #fff;
  /* margin-top: 15px; */
  text-align: center;
}

.pagetop {
  width: 60px;
  right: 1%;
  z-index:0;
}

/* ----------------------------- フッター */

.no_click {
  position: relative;
  z-index: 9;
}

.no_click:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

.no_click a {
  background: #ccc;
  border-color: #ccc;
}

.entertainment-link a {
  text-decoration: none;
  display: block;
  text-align: right;
  font-size: 0.85em;
}
.entertainment-link a:hover {
  color: #7848c1;
}

@media only screen and (min-width: 768px) {
	#chatbotToggleImg {
		position: fixed;
	    top:20vh;
		right:0vh;
        max-width: 100%;
	    cursor: pointer;
	    /* 画像のサイズを調整するために必要に応じて以下を追加 */
	    width: auto;
	    height: auto;
        content: url('https://stg-fair2024.cec-nis.co.jp/wp-content/themes/cec_fair/images/chatbot/CB_PC.png');
	}
}


@media only screen and (max-width: 768px) {
    #chatbotToggleImg {
	    position: fixed;
	    bottom: 0vh;
        max-width: 100%;
        content: url('https://stg-fair2024.cec-nis.co.jp/wp-content/themes/cec_fair/images/chatbot/CB_SP.png');
    }
    
    #pagetop {
	    position: fixed;
	    bottom: 11%;
		right:0vh;
        width: 15%;
        z-index:0;
    }
}