@charset "UTF-8";


/****************************************

          General Setting

*****************************************/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  : 16px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #c51c1f;
}

a:hover img {
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

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

/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.alignright {
  display: inline-block;
  margin: 0 0 1em 1.5em;
}

img.alignleft {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}

.right {
  float: right;
  margin: 0 0 1em 1.5em;
}

.left {
  float: left;
  margin: 0 1.5em 1em 0;
}

.b {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.gray {
  color: #2E2E2E !important;
}

.red {
  color: #c00 !important;
}

.navy {
  color: #3e3330 !important;
}

.l_blue {
  color: #bbb4b2 !important;
}

.white {
  color: #fff !important;
}

.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

.al-c {
  text-align: center;
}

.f06em {
  font-size: 0.6em;
}

.f08em {
  font-size: 0.8em;
}

.f09em {
  font-size: 0.9em;
}

.f11em {
  font-size: 1.1em;
}

.f12em {
  font-size: 1.2em;
}

.f14em {
  font-size: 1.4em;
}

.f16em {
  font-size: 1.6em;
}

.f20em {
  font-size: 2em;
}

.f30em {
  font-size: 2em;
}

.m0-t {
  margin-top: 0 !important;
}

.m0-b {
  margin-bottom: 0 !important;
}

.m10-t {
  margin-top: 10px !important;
}

.m10-b {
  margin-bottom: 10px !important;
}

.m20-t {
  margin-top: 20px !important;
}

.m20-b {
  margin-bottom: 20px !important;
}

.m60-t {
  margin-top: 60px !important;
}

.p10-b {
  padding-bottom: 10px !important;
}

.p5 {
  padding: 5px !important;
}

.p40 {
  padding: 40px;
}

.p30-t {
  padding-top: 30px !important;
}

.m40-t {
  margin-top: 40px;
}

.m40-b {
  margin-bottom: 40px;
}

.noborder {
  border: none;
}

.gray {
  color: #ccc !important;
}

.bg_lblue {
  background: #bbb4b2;
  padding: 10px;
}

.bg_lgray {
  background: #efefef;
}

.radius5 {
  border-radius: 5px;
}


/****************************************

          Clearfix

*****************************************/

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.inner {
  width: 1100px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

#page {
  padding: 0 0 100px;
}

#page .inner,
.w960 {
  width: 960px;
  max-width: 100%;
}

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

.btn a {
  padding: 5px 30px;
  /* line-height: 30px; */
  color: #022f5d;
  background: #fedc00;
  border-radius: 5px;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 15px auto;
  box-sizing: border-box;
}

.btn_l a {
  padding: 20px;
  color: #fff;
  background: #c00;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: bold;
  display: block;
  margin: 30px auto;
  width: 400px;
  max-width: 90%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

.visitor a {
  background: #f3a61b;
}

.btn_lwide a {
  width: 500px;
  max-width: 90%;
}

.btn_l .pre {
  padding: 20px;
  color: #222;
  background: #ccc;
  border-radius: 5px;
  font-size: 1.25em;
  font-weight: bold;
  display: block;
  margin: 30px auto;
  width: 400px;
  max-width: 90%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}


.btn_l.btn_black a {
  background: #1a1a1a;
}

.btn_l.btn_yellow a {
  background: #fedc01;
  color: #3e3330;
}

.contact_wrap {
  background: #333;
  padding: 30px;
}

.contact_wrap p {
  color: #fedc01;
}

#header {
  position: relative;
  line-height: 1;
}

.header_sns {
  float: right;
}

.header_sns i {
  padding: 10px;
  font-size: 40px;
}

#header .cat {
  background: #3e3330;
}

.access a {
  background: #efefef;
  padding: 0 10px;
  font-weight: normal;
  font-size: .8em;
  text-decoration: none;
}

#header .header_info {
  position: relative;
  float: left;
}

.lang_btn a {
  font-size: 1em;
  font-weight: bold;
  border: 2px solid #3e3330;
  padding: 0px 10px;
  position: absolute;
  right: 0;
  bottom: 20px;
}

#header .header_info.header_info2 {
  float: right;
  width: 50%;
  max-width: 600px;
}

.header_btn {
  position: absolute;
  right: 5em;
  bottom: 18px;
  padding-right: 2em;
}

/*nav*************************v*/

/*--------------------
 * menu
 *--------------------*/
.btn-trigger {
  -webkit-appearance: none;
  appearance: none;
  position: fixed;
  top: 60px;
  right: 0;
  width: 60px;
  height: 41px;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 9999;
}

.btn-trigger p {
  color: #fff;
  margin-top: 80%;
}

.btn-trigger span {
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transform-origin: left;
}

.btn-trigger span:first-of-type {
  top: 12px;
}

.btn-trigger span:nth-of-type(2) {
  bottom: 12px;
}

.btn-trigger.active span:first-of-type {
  transform: rotate(23deg);
  top: 12px;
}

.btn-trigger.active span:nth-of-type(2) {
  transform: rotate(-21deg);
  bottom: 12px;
}

.btn-trigger:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 223px;
  height: 224px;
  background-color: #191d6a;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.fullmenu {
  width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  z-index: 8888;
  display: none;
  top: 0;
  padding-top: 10px;
  overflow-y: scroll;
}

.fullmenu .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.fullmenu .bg_text {
  font-size: 5em;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .1;
  font-weight: bold;
  z-index: -1;
  line-height: 1;
}

.fullmenu .submenu_wrap {
  width: 32.3333%;
  margin-right: 1%;
  float: left;
  margin-bottom: 10px;
}

.fullmenu .fmenu_title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.fullmenu a {
  font-size: .85em;
  color: #fff !important;
}

#gnav {
  background: #3e3330;
}

#gnav .menu {
  position: relative;
  width: 100%;
  height: 52px;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  display: flex;
}

/* #gnav .menu > li {
    float: left;
    width: 20%;
    height: 52px;
    line-height: 52px;
   background:#300;}*/

#gnav .menu > li {
  display: block;
  width: 25%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all .2s;
  transition: all .2s;
  line-height: 52px;
}

#gnav .menu > li a {
  color: #fff;
  display: block;
  height: 100%;
}

#gnav .menu > li:hover {
  text-decoration: none;
  background: #1a1a1a;
}

#gnav .menu > li p.bg_red {
  background: #c00;
}

.bg_red {
  background: #c00;
}

#gnav .menu li ul {
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  list-style: none;
}

/*
#gnav ul.sub-menu li {
    border-top: 1px solid #666;
}*/
/*#gnav .menu li ul li a{
    text-align:left;
	padding-left:20px;
	color:#fff;
}*/
#gnav .menu li.submenu_wrap ul li a:before {
  margin: 0 .5em 0 0;
  content: '\f0da';
  font-family: 'fontAwesome';
}

#gnav ul li.submenu_wrap ul li a:hover {
  background: #fff;
  color: #333;
}

#gnav ul li.submenu_wrap ul li a:hover:before {
  color: #3e3330;
}

#gnav ul li ul {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 1%;
  background: rgba(0, 0, 0, .9);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin: 0;
}

#gnav ul li:hover ul {
  top: 52px;
  visibility: visible;
  opacity: 1;
}

#gnav ul li.submenu_wrap ul > li a {
  float: left;
  width: 32.6666%;
  border: none;
  display: block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

#gnav ul li.submenu_wrap ul > li:nth-child(3n+2) {
  margin: 0 1%;
}

/* floatクリア */
#gnav .menu:before,
#gnav .menu:after {
  content: " ";
  display: table;
}

#gnav .menu:after {
  clear: both;
}

#gnav .menu {
  *zoom: 1;
}

#sidebar h2 {
  font-size: 16px;
  padding: 10px;
  background: #3c3638;
  color: #fff;
  line-height: 1.6;
}

#sidebar ul {
  margin-bottom: 30px;
}

#sidebar ul li a {
  font-size: .85em;
  border-bottom: .5px solid #ccc;
  padding: 10px;
  display: block;
}

h2 {
  clear: both;
  font-size: 28px;
  padding: 30px 0;
}

h3 {
  font-size: 26px;
  margin-bottom: 1.5em;
  font-weight: bold;
  border-bottom: 5px solid #bbb4b2;
  padding: 10px;
}

h3 i {
  color: #022f5d;
  margin-right: .5em
}

h3 .line_red {
  font-weight: bold;
  border-bottom: 5px solid #3e3330;
  padding-bottom: .3em;
}

h4 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.3em;
}

#page h4,
#seminar h4 {
  border-left: 8px solid #e60012;
  padding-left: .5em;
  margin-top: 30px;
}

h5 {
  font-weight: bold;
}

#target h5 {
  background: #bbb4b2;
  padding: 5px .5em;
  margin-bottom: .5em;
}

#target .visitor li {
  width: 48%;
  margin: 0 1% 10px;
  background: #e2e2e2;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.15em;
}


table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

th,
td {
  padding: 1em 0.5em;
  border: 1px solid #ccc;
}
td{line-height:30px;}

tr td.column-1 {
  width: 20%;
}

section {
  margin-bottom: 40px;
}

ul.disc {
  margin-bottom: 10px;
  margin-left: 1.5em;
  list-style-type: disc;
}

/*ヘッダー　中止のお知らせ*/
.attention {
  width: 42%;
  background: #fff;
  margin-left: 50%;
  border: 3px solid #c00;
}

.attention a {
  display: block;

}

.attention p {
  font-size: 1.2em;
  font-weight: bold;
  color: #c00;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width:768px) {
  .attention {
    margin: 0 auto;
  }
}

/*Top*/
.swiper-container,
.swiper-slide {
  height: 600px;
  overflow: hidden;
}

.swiper-wrapper img {
  margin: 130px auto;
  display: block;
}

.swiper-slide.main01 {
  position: relative;
}

.slider_textarea {
  width: 60%;
  height: 100%;
  background: rgba(255, 255, 255, .6);
  padding: 120px 40px;
  height: 100%;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.swiper-slide.main01 img {
  width: 90%;
  height: auto;
  max-width: 700px;
}

#video {
  left: 0;
  /* ADD */
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  /*    position: fixed;*/
  top: 0;
  /* ADD */
  z-index: -100;
}


/*LP用*/
.register {
  display: flex;
}

.register li {
  margin: 0 2% 0;
  background: #fdfbee;
  padding: 1%;
}

.register li img {}

.register li .btn_l a {
  width: auto;
  padding: 10px;
  font-size: 1.2em;
}

.register li p {
  text-align: center;
}

.recommend {
  background-color: #fedc01;
  color: #3e3330;
  border-radius: 3px;
  font-weight: bold;
  padding: 0 2%;
}




@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.slider_textarea img {
  margin: 10px auto;
  display: block;
}

@media screen and (max-width:1150px) {
  .slider_textarea {
    font-size: 85%;
    width: 80%;
  }
}

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

  .swiper-container,
  .swiper-slide {
    height: 500px;
  }
}

@media screen and (max-width:767px) {
  .slider_textarea {
    font-size: 50%;
  }

  .slider_textarea .catch {
    margin-top: 0;
  }
}

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

  .swiper-container,
  .swiper-slide {
    height: 400px;
  }
}

@media screen and (max-width:500px) {
  .slider_textarea {
    padding: 40px 10px;
  }

  .slider_textarea .box_gray {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }

  .swiper-container,
  .swiper-slide {
    height: 240px;
  }

  .slider_textarea .btn_l a {
    padding: 10px;
    margin-top: 0;
  }

  .register {
    display: block;
  }

  .register li {
    margin-bottom: 5%;
  }
}

.catch {
  font-size: 3em;
  line-height: 1.6;
  font-weight: bold;
}

.catch2 {
  font-size: 2.3em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: .5em;
}

.top_wrap {
  padding: 50px 0 100px;
}

.top_wrap h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.1em;
}

.cat_list li {
  margin-bottom: 20px;
}

.cat_list li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.cat_list li .cat a {
  border: none;
}

.cat {
  font-size: .65em;
  background: #333;
  color: #fff;
  padding: 2px 1em;
  margin-right: 5px;
}

.cat.new {
  background: #022f5d;
}

.cat.few {
  background: #ffcc00;
  color: #cc3300;
}

.cat.full {
  background: #cc3300;
}

.post-meta {
  font-size: .85em;
}

.btn a:hover,
.btn_l a:hover,
.btn_l.btn_black a:hover,
.btn_l.btn_yellow a:hover {
  color: #333;
  background: #ccc;
  text-decoration: none;
}

.contact_area .w50 a {
  background: #1a1a1a;
  color: #fff;
  width: 50%;
  float: left;
  height: 180px;
  line-height: 180px;
  display: block;
  text-align: center;
  font-size: 1.6em;
}

.contact_area .w50:first-child a {
  /*	background:#3e3330;*/
  border-right: 1px solid #fff;
}

.contact_area .w50 a i {
  margin-right: .5em;
  color: #3e3330;
}

.contact_area .w50 a:hover i {
  color: #fff;
}

.cross::before,
.cross::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.cross,
.cross::before,
.cross::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cross {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cross:hover {
  text-decoration: none;
}

.cross::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cross:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #3e3330;
}

.more {
  text-indent: -9999em;
  display: block;
  margin: 0 10px;
  padding: 8px 0;
  width: 100px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .2s ease-in-out;
}

.more:before {
  content: "MORE";
  padding-top: 8px;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-indent: 0;
  background: #3e3330;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 #90001c;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  transition: .2s ease-in-out;
}

.more:hover:before {
  top: 0;
  left: 0;
  box-shadow: 0 0 0 #90001c;
}

.cont_wrap {
  /*	border:1px solid #ccc;*/
  padding: 0 30px;
  margin-bottom: 100px;
}

.border_red {
  text-align: center;
  font-weight: bold;
  border-bottom: 5px solid #3e3330;
  padding-bottom: .3em;
}

#about_tf_new {
  background: #eae2df;
}

#about_tf_new li {
  margin-bottom: .8em;
}

#about_tf_new li li {
  margin-left: 2em;
}

#about_tf_new .merit-list {
  margin-bottom: 2em;
}

#about_tf_new .merit {
  padding: 0;
  margin-bottom: .6em;
  margin-top: 2em;
  text-align: left;
  font-size: 26px;
}

#about_v {
  background: #222;
  color: #fff;
}

#zone {
  margin-bottom: 100px;
}

.zone_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}

.zone_container .zone_wrap {
  /*    width: calc(33.3333% - 30px);*/
  width: 100%;
  margin: 0 15px;
  box-sizing: border-box;
  background: -moz-linear-gradient(top left, #ebe9e8, #a39a97);
  background: -webkit-linear-gradient(top left, #ebe9e8, #a39a97);
  background: linear-gradient(top left, #ebe9e8, #a39a97);
  padding: 20px;
  margin-bottom: 30px;
}

.zone_container .zone_wrap ul {
  /*background: -moz-linear-gradient(top left, #ebe9e8, #a39a97);
background: -webkit-linear-gradient(top left, #ebe9e8, #a39a97);
background: linear-gradient(top left, #ebe9e8, #a39a97); 
padding:20px;
margin-bottom:30px;*/
}

.zone_container .zone_wrap ul a {
  margin-bottom: .5em;
  border-radius: 10px;
  background: #3e3330;
  padding: .5em;
  display: block;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}

.zone_container .zone_wrap ul li {
  margin-bottom: .5em;
  border-radius: 10px;
  background: #3e3330;
  padding: .5em;
  display: block;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}

.zone_container .zone_wrap ul a:hover {
  background: #222;
}

.zone_cat {
  text-align: center;
  font-weight: bold;
}

/*.fullmenu .zone_container .zone_wrap ul{
	margin-bottom:20px;
	padding:10px;
}*/
.fullmenu .zone_container .zone_wrap ul a {
  font-size: .85em;
  margin: 0 0 10px;
  padding: 5px;
}

.fullmenu .zone_container .zone_wrap ul li {
  font-size: .85em;
  margin: 0 0 10px;
  padding: 5px;
}

.tb_price {
  width: 100%;
}

/*.tb_price tr th:first-child{
	background:#fef5b9;
}*/
.tb_price tr th:first-child {
  background: #f7d9d9;
}

.tb_price tr th:nth-child(2) {
  background: #e2e2ec;
}

.tb_price td {
  text-align: center;
}









#flow {
  border: none;
  border-left: 1px solid #ccc;
}

#flow th,
#flow td {
  border: none;
}

#flow th {
  font-size: 18px;
  padding: 30px 30px 30px 0;
  text-align: left;
}

#flow th:before {
  content: "◆";
  color: #3e3330;
  margin-left: -10px;
  padding-right: 20px;
}

#flow td {
  background: none !important;
  vertical-align: top;
  padding: 30px;
  background: none;
}

/*#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 200%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width:70px;
    padding: 0 0 15px;
    text-align: center;
    display: block;
    border-radius: 5px;
	z-index:9999 !important;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}*/

.box_red {
  background: #90001c;
  color: #fff;
  padding: 30px;
}

dl.dl-style01 {
  margin: 0 0 3.5em;
  padding: 0;
}

dl.dl-style01 dt {
  float: left;
  width: 8em;
  margin: 0;
  padding: 0 0 0 1em;
  font-weight: bold;
  font-size: 1.05em;
}

dl.dl-style01 dd {
  margin: 0 0 10px 0;
  padding: 0 1em 0.8em 10em;
  border-bottom: 1px solid #eee;
}

.box_gray {
  background: #efefef;
  padding: 20px 40px;
}

.border_gray {
  border: 1px solid #ccc;
  padding: 20px 40px;
}

.caution {
  background: #3e3330;
  color: #fff;
  padding: 0 .5em;
  font-size: .85em;
}

.koukoku_bnr {
  max-width: 900px;
  margin: auto;
}

.koukoku_bnr li {
  width: 33.3333%;
  float: left;
}

.koukoku_bnr li a img {
  display: block;
  margin: 10px auto;
}

.navigation {
  margin: 50px 0 60px;
}

/*準備中メニュー*/
.menu_pre a {
  color: #666 !important;
}

.menu_pre a:after {
  content: "（準備中）"
}

#committee dl dd {
  font-size: .9em;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin: 120px auto 80px;
}

.movie-wrap {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
}

.img_x3 img {
  width: 33.3333%;
  float: left;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  box-sizing: border-box;
}

/*プログラム　タブ切り替え*/
.tab {
  display: inline-block;
  /*      border-width: 1px 1px 0px 1px;
      border-style: solid;
      border-color: #333;*/
  border-radius: 5px 5px 0px 0px;
  padding: 0.75em 1em;
  font-weight: bold;
  color: #fff;
  background-color: #3e3330;
  margin-right: 5px;
}

/* ▼タブにマウスポインタが載った際の装飾 */
.tab:hover {
  color: #3e3330;
  background-color: #ccc;
  cursor: pointer;
}

/* ▼選択状態のタブ(＝チェックが入っているラジオボタンの隣にあるタブの装飾) */
input:checked + .tab {
  background-color: #333;
  font-size: 1.2em;
  color: #fff;
}

/* ▼タブ機能を制御するラジオボタン(非表示にする) */
.tabbox input {
  display: none;
}

/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
  display: none;
  /*      border: 1px solid #ccc;*/
  padding: 1em;
  background-color: #333;
}

#tabcheck1:checked ~ #tabcontent1 {
  display: block;
}

#tabcheck2:checked ~ #tabcontent2 {
  display: block;
}

#tabcheck3:checked ~ #tabcontent3 {
  display: block;
}

#tabcheck4:checked ~ #tabcontent4 {
  display: block;
}

input:checked + .tab {
  z-index: 10;
  position: relative;
}

/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
  margin-top: -24px;
  z-index: 0;
  position: relative;
}

.top_wrap .tabcontent {
  margin-top: -10px;
}

.tabcontent table {
  background: #fff;
}

.tabcontent table th {
  width: 8%;
  background: #666 !important;
  color: #fff;
  position: relative;
}

.tabcontent table th .time_t {
  position: absolute;
  top: 10px;
  left: 12px;
  font-weight: normal;
  font-size: .9em;
}

.tabcontent table th .time_b {
  position: absolute;
  bottom: 10px;
  left: 12px;
  font-weight: normal;
  font-size: .9em;
}

.tabcontent table td h5 {
  margin-bottom: .8em;
}

.tabcontent table td p:last-child {
  margin-bottom: 0;
}

.stage_partner li {
  width: 32.6666%;
  margin: 0 1% 10px 0;
  float: left;
  box-sizing: border-box;
  padding: 20px 15px 15px;
  border: 1px solid #ccc;
  min-height: 350px;
}

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

.stage_partner img {
  margin: 0 auto 20px;
  display: block;
}

#sidenavi {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 10;
}

#sidenavi li {
  list-style: none;
}

#sidenavi li a {
  width: 90px;
  height: 80px;
  background: rgba(2, 47, 93, .9);
  display: table-cell;
  vertical-align: middle;
  padding: 8px;
  box-sizing: border-box;
  font-size: .75em;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  letter-spacing: 0 !important;
}

#sidenavi li:last-child a {
  border-bottom: none;
}

#sidenavi li a img {
  display: block;
  margin: 0 auto 5px;
}

#sidenavi li a:hover {
  background: rgba(2, 47, 93, .6);
}

#sidenavi li:first-child a {
  background: rgba(204, 0, 0, .9)
}

#sidenavi li:first-child a:hover {
  background: rgba(204, 0, 0, .6);
}

/*------------------------------------------------------------
共通固定ヘッダー
-------------------------------------------------------------*/
#global_link a,
#global_link li {
  width: auto !important;
  height: auto !important
}

#global_link a,
#global_link li,
#global_link ul {
  background: 0 0 !important;
  padding: 0 !important
}

#global_link {
  position: static;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .8);
  font-size: 12px !important
}

#global_link a {
  margin: 0 !important;
  color: #ccc !important;
  font-size: 12px !important;
  text-decoration: none !important
}

#global_link a:hover {
  color: #fff !important
}

#global_link ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 1100px !important;
  margin: 0 auto !important
}

#global_link li {
  display: block !important;
  margin: 0 8px !important;
  letter-spacing: .05em
}

#global_link li:first-child {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  letter-spacing: 0 !important
}

#global_link li:nth-of-type(2) {
  margin-left: auto !important
}

#global_link li:last-of-type {
  margin-right: 0 !important
}

#global_link li:not(:first-child) a {
  display: inline-block !important;
  position: relative;
  padding: 0 0 0 10px !important
}

#global_link li:first-child a img {
  width: auto;
  height: 30px
}

#global_link li:first-child a:hover img {
  opacity: .7
}

#global_link li:not(:first-child) a:before {
  position: absolute;
  left: 0;
  top: 50%;
  border: 4px solid transparent;
  border-left: 5px solid #ccc;
  transform: translateY(-50%);
  content: ''
}

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

  #global_link li a,
  #global_link ul {
    width: auto !important
  }

  #global_link li,
  #global_link li a {
    display: block !important;
    height: auto !important
  }

  #global_link li,
  #global_link li a,
  #global_link ul {
    margin: 0 !important;
    padding: 0 !important
  }

  #global_link ul {
    display: flex !important;
    flex-wrap: wrap !important;
    background: 0 0 !important;
    text-align: center
  }

  #global_link li {
    width: 50% !important;
    box-sizing: border-box !important;
    border-bottom: 1px dotted #999 !important;
    background: 0 0 !important;
    letter-spacing: .05em !important
  }

  #global_link li:first-child {
    width: 100% !important
  }

  #global_link li:nth-last-child(-n+2) {
    border: none !important
  }

  #global_link li:nth-child(2n) {
    border-right: 1px dotted #999 !important
  }

  #global_link li:not(:first-child) a {
    display: flex !important;
    position: relative;
    padding: 5px 10px 5px 20px !important
  }

  #global_link li:first-child a img {
    height: 30px
  }

  #global_link li:not(:first-child) a:before {
    position: absolute;
    left: 10px;
    top: 50%;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
    transform: translateY(-50%);
    content: ''
  }
}

#global_link a {
  line-height: 1.4;
}

/*テクノフロンティア*/
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.05em;
}

.top_about {
  height: auto;
  position: relative;
  /*	display:flex;*/
  margin: 100px 0 0;
  padding: 0;
}

.top_about_img {
  float: left;
  width: 40%;
  /*    background: url(images/sample.jpg) no-repeat;*/
  height: auto;
  /*    background-size: cover;*/
}

.top_about_text {
  float: left;
  padding: 0 60px;
  width: 60%;
  box-sizing: border-box;
}

.top_about .bg_text {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .1;
  font-size: 6em;
  font-weight: bold;
}

@media screen and (min-width:1200px) {
  .top_about {
    display: flex;
  }
}

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

  .top_about_img,
  .top_about_text {
    float: none;
    width: 100%;
  }

  .top_about_img {
    margin-bottom: 20px;
  }
}

.top_event.top_concurrent {
  background: #eee;
}

.top_event ul {
  display: flex;
  flex-wrap: wrap;
}

.top_constitution li {
  width: 33.3333%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}

/*
#phase_visit .top_wrap.top_constitution li{
	width:25%;
}*/

.top_wrap.top_constitution li {
  width: 25%;
}


.top_constitution_logo {
  height: 28px;
  margin: 10px auto;
  text-align: center;
  display: block;
}

.top_event.top_constitution.top_wrap .top_constitution_logo {
  margin: 10px 0;
}

.top_constitution_img {
  max-height: 200px;
  overflow: hidden;
}

.top_concurrent li {
  width: 25%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}

.top_concurrent .top_event_w50 {
  margin-top: 40px;
}

.top_concurrent .top_event_w50 li {
  width: 50%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}

.top_cont_btn {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 50px;
}

.top_cont_btn li {
  padding: 0 10px 10px;
  width: 100%;
  box-sizing: border-box;
}

.top_cont_btn li a {
  border-radius: 5px;
  /*	padding:30px 10px;*/
  text-align: center;
  /*	font-size:1.4em;*/
  font-weight: bold;
  display: block;
  background: #fedc01;
  padding: 15px 10px;
  font-size: 1.1em;
}

#inner_anchor {
  margin-bottom: 30px;
  max-width: 600px;
}

#inner_anchor li a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  background: url(images/arrow_white.png) no-repeat 97% 55% #333;
  border: 2px solid #333;
  text-decoration: none;
  width: 31.3333%;
  margin: 0 1% 10px;
  color: #fff;
  transition: .3s;
  float: left;
  font-size: .8em;
}

@media (min-width: 768px) {
  #inner_anchor li a:hover {
    background: url(images/arrow_gray.png) no-repeat 97% 45% #efefef;
    color: #333;
  }
}

#title_area {
  position: relative;
  background: #eee;
  margin-top: 60px;
}

#title_area img {
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 35%;
  height: auto;
  box-shadow: 10px 10px 10px #ccc;
}

.title_wrap {
  margin-bottom: 30px;
}

#title_area.title_w65 {
  background: #7a6056;
}

#title_area.title_w65 h2 {
  color: #fff;
  font-weight: bold;
}

.title_w65 .title_wrap {
  max-width: 65%;
}

#title_area h2 {
  font-size: 2.3em;
}

/*.page.motor #title_area{
	background-color: #e60012;
}
.page.motion #title_area{
	background-color: #1c95d4;
}
.page.mechatro #title_area{
	background-color:#717071;
}
.page.sensing #title_area{
	background-color:#45297c;
}
.page.parts #title_area{
	background-color:#b9861b;
}
.page.power #title_area{
	background-color:#e99313;
}
.page.supply #title_area{
	background-color:#89ba29;
}
.page.battery #title_area{
	background-color:#b56c37;
}
.page.emc #title_area{
	background-color:#24a15d;
}
.page.thermal #title_area{
	background-color:#dd699c;
}
.page.material #title_area {
    background-color: #6fba2b;
}


@media screen and (min-width:641px){
.page.motion #title_area h2{
	font-size: 2em;
}
}*/

#about dt {
  background: #efefef;
  padding: 10px;
  font-weight: bold;
  padding: 10px;
  color: #3e3330;
  margin: 40px 0 20px;
}

#target .exhibitor,
#target .visitor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.exhibitor > li {
  box-shadow: 10px 10px 10px -10px #cccccc;
  border-radius: 6px;
  width: 48%;
  margin: 0 1% 20px;
  padding: 20px;
  box-sizing: border-box;
}

.exhibitor ul li {
  list-style: disc;
  margin-left: 1em;
  font-size: .9em;
}

#flow_schedule li {
  background: #bbb4b2;
  margin: 40px 0;
}

#flow_schedule li div {
  flex: 1;
  margin: 10px 15px;
  padding: 20px 15px;
  box-sizing: border-box;
  background: #fff;
}

#flow_schedule .inner > ul > li {
  display: flex;
  position: relative;
}

#flow_schedule li b {
  display: flex;
  align-items: center;
  width: 190px;
  padding: 20px 10px 20px 25px;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
}

#flow_schedule .inner > ul > li:not(:first-child):before {
  position: absolute;
  top: -30px;
  left: 50%;
  border: 30px solid transparent;
  border-top: 20px solid #3e3330;
  content: '';
}

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

  /* Flow Schedule */
  #flow_schedule .inner > ul {
    padding-bottom: 5px;
    border-top: 5px solid #999;
  }

  #flow_schedule .inner > ul > li {
    flex-direction: column;
  }

  #flow_schedule .inner > ul > li:not(:first-child):before {
    left: 50%;
    margin-left: -30px;
  }

  #flow_schedule li b {
    display: flex;
    align-items: center;
    width: auto;
    padding: 20px 10px 0 10px;
    border-left: none;
    font-size: 1rem;
  }

  #flow_schedule li b br {
    display: none;
  }

  #flow_schedule li:first-child b {
    padding: 15px 10px 0 10px;
  }

  #flow_schedule li div {
    margin: 10px 10px 5px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
  }

  #flow_schedule li em {
    font-size: 1.2rem;
  }

  #flow_schedule li em + p,
  #flow_schedule li em + img {
    margin-top: 10px;
  }

  #flow_schedule li p {
    line-height: 1.3;
  }

  #flow_schedule li p + p {
    margin-top: 5px;
  }


  /* Flow Apply */
  #flow_apply .intro {
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  #flow_apply .intro figure {
    width: 80%;
    margin-bottom: 15px;
  }

  #flow_apply .intro p {
    margin: 0 5px;
  }

  #flow_apply .intro p span {
    margin-bottom: 10px;
  }

  #flow_apply .inner > dl {
    flex-direction: column;
    margin: 0 5px 10px;
    border: 1px solid #3e3330;
  }

  #flow_apply .inner > dl:not(:last-of-type) {
    margin-bottom: 25px;
  }

  #flow_apply .inner > dl:before {
    position: absolute;
    top: -11px;
    left: -11px;
    transform: scale(.4);
  }

  #flow_apply .inner > dl:not(:last-of-type):after {
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin: 0px 0px -20px -20px;
    border: 20px solid transparent;
    border-top: 15px solid #3e3330;
    content: '';
  }

  #flow_apply .inner > dl > dt {
    width: auto;
    padding: 10px;
    font-size: 1.4rem;
  }

  #flow_apply .inner > dl > dd {
    padding: 10px;
  }

  #flow_apply dd div {
    flex-direction: column;
    margin-bottom: 10px;
  }

  #flow_apply dd div dl {
    margin-right: 0;
  }

  #flow_apply li {
    margin: 0 5px 5px;
  }
}

.support_service .inner > p {
  margin-bottom: 25px;
}

.support_service {
  display: flex;
  overflow: hidden;
  margin: 0 10px 20px;
}

.support_service li {
  position: relative;
  padding: 10px 0;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.support_service li:not(:last-child) {
  padding: 10px 10px 10px 25px;
  background: #3e3330;
}

.support_service li:first-child {
  padding-left: 14px;
}

.support_service li:last-child {
  min-width: 110px;
  margin-left: 19px;
  border: solid 1px #bb0500;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #fc4d39, #d71c19);
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.support_service li:nth-last-child(2) {
  padding-right: 14px;
}

.support_service li:not(:last-child):before,
.support_service li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-right: -32px;
  border: 18px solid transparent;
  border-left: 14px solid #3e3330;
  content: '';
}

.support_service li:not(:last-child):before {
  margin-right: -33px;
  border: 18px solid transparent;
  border-left: 14px solid #fff;
}

.support_service li:nth-last-child(2):before {
  display: none;
}

.support_service li:nth-last-child(2):after {
  margin-right: -32px;
}

.support_service li:not(:last-child).disable {
  opacity: .5;
  color: #ccc;
}

#plan_basic .table {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  margin: 0 10px 10px;
  padding: 1px 0px;
  border: 1px solid #ccc;
}

#plan_basic .table dl {
  flex: 2;
  padding: 0 1px;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
}

#plan_basic .table #basic_pcs {
  flex: 1;
  border: none;
}

#plan_basic .table dt {
  margin-bottom: 1px;
  background: #ebebeb;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}

#plan_basic .table #basic_pcs dt {
  background: #ccc;
}

#plan_basic .table dt em {
  display: block;
  padding: 15px 10px;
}

/*#plan_basic .table #basic_pcs dt em {
	padding: 30px 10px 0;
}*/

#plan_basic .table #basic_early dt em {
  background: #f7d9d9;
  color: #c00;
}

#plan_basic .table #basic_normal dt em {
  background: #e2e2ec;
  color: #3e3330;
}

#plan_basic .table dt span {
  display: flex;
}

#plan_basic .table dt span b {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

#plan_basic .table dt span b + b {
  border-left: 1px solid #ccc;
}

#plan_basic .table dd {
  text-align: center;
}

#plan_basic .table dl:not(#basic_pcs) ul {
  display: flex;
  flex-wrap: wrap;
}

#plan_basic .table dd li {
  padding: 15px 10px;
  border-top: 1px solid #ccc;
  font-weight: bold;
}

#plan_basic .table dl:not(#basic_pcs) li {
  width: 50%;
  box-sizing: border-box;
  font-weight: normal;
}

#plan_basic .table dl:not(#basic_pcs) li:nth-child(even) {
  border-left: 1px solid #ccc;
}

#plan_basic .table dd li b {
  display: none;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}

#plan_basic .table + ul li {
  margin: 0 10px 5px;
  /*	font-weight: bold;*/
  font-size: .8rem;
  line-height: 1.3;
}


/* Plan Position */
#plan_position .intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}

#plan_position figure {
  width: 52.94%;
}

#plan_position dl {
  width: 41.18%;
  padding: 1px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

#plan_position dt {
  padding: 10px;
  background: #ebebeb;
  font-weight: bold;
  /*	font-size: 1.4rem;*/
  line-height: 1.3;
  text-align: center;
}

#plan_position dt em {
  color: #c00;
}

#plan_position dd {
  padding: 15px;
  /*	font-size: 1.4rem;*/
  text-align: center;
}

#plan_position li {
  margin: 0 10px 5px;
  /*	font-weight: bold;*/
  font-size: .8rem;
  line-height: 1.3;
}


/* Plan Cancel */
#plan_cancel p {
  margin-bottom: 15px;
}

#plan_cancel p:last-of-type {
  margin-bottom: 25px;
}

#plan_cancel dl {
  display: flex;
}

#plan_cancel dl:first-of-type {
  margin-bottom: 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #ccc;
}


#plan_cancel dt,
#plan_cancel dd {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-weight: bold;
  /*	font-size: 1.4rem;*/
  line-height: 1.2;
  text-align: center;
}

#plan_cancel dt {
  background: #ebebeb;
}

#plan_cancel dd {
  background: #f7d9d9;
  color: #c00;
  /*	font-size: 1.6rem;*/
}

#plan_cancel dd:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 32px;
  height: 100%;
  background: url(../img/exhibition/mark-arrow.png) no-repeat left top;
  background-size: 100% 100%;
  content: '';
}


/* Plan Layout */
#plan_layout p:first-of-type {
  margin-bottom: 15px;
}


/* Plan Option */
#plan_option p {
  margin-bottom: 15px;
}

#plan_option p:last-of-type {
  margin-bottom: 25px;
}

#plan_option p em {
  display: block;
  color: #c00;
  font-weight: bold;
}

#plan_option a {
  width: 80%;
  margin: 0 auto;
  /*
	pointer-events: none;
	opacity: .6;
*/
}

#plan_option a br {
  display: none;
}

#scene ul li {
  width: 31.3333%;
  padding: 0 1% 10px;
  float: left;
}

.exhibit_img_wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px;
}

.exhibit_img_wrap li {
  margin: 5px;
}

.exhibit_img_wrap li img {
  border-radius: 8px;
  box-shadow: 0px 2px 1px #ccc;
  width: 100%;
  height: auto;
}

.guidance__special {
  margin-top: 60px;
}

.guidance__special li {
  width: 40%;
  float: left;
  padding: 40px 20px;
  margin: 0 5% 60px;
  position: relative;
  background: #efefef;
  box-sizing: border-box;
}

/*.guidance__special {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
	margin:60px auto;
}
.guidance__special li {
    width: 40%;
    text-align: center;
    background-color: #efefef;
    padding: 40px 20px;
    position: relative;
}*/
.guidance__special li h5 {
  font-size: 1.6em;
  border: none;
  margin-bottom: 1em;
  text-align: center;
}

.guidance__special li .app_contact {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
}

.guidance__special li .app_contact a {
  text-decoration: none;
}

.guidance__special__pop {
  position: absolute;
  top: -30px;
  left: -25px;
  width: 60px;
  height: 60px;
  background-color: #3e3330;
  color: white;
  font-size: 2.2em;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}


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

  /* Plan Basic */
  #plan_basic .intro {
    flex-direction: column;
  }

  #plan_basic .intro figure {
    width: 80%;
    margin: 0 auto 20px;
  }

  #plan_basic .intro figure + ul {
    width: auto;
  }

  #plan_basic .intro figure + ul li {
    margin-bottom: 10px;
  }

  #plan_basic .table {
    flex-direction: column;
    margin: 0 10px;
    padding: 0;
    border: none;
  }

  #plan_basic .table dl {
    margin-bottom: 10px;
    padding: 1px;
    border: 1px solid #ccc;
  }

  #plan_basic .table #basic_pcs {
    display: none;
  }

  #plan_basic .table dt {
    margin-bottom: 0;
  }

  #plan_basic .table dt em {
    display: block;
    padding: 10px;
  }

  #plan_basic .table dt span b {
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3rem;
  }

  #plan_basic .table dd li {
    padding: 10px;
  }

  #plan_basic .table dd li b {
    display: block;
  }


  /* Plan Position */
  #plan_position .intro {
    flex-direction: column;
  }

  #plan_position figure {
    width: 80%;
    margin: 0 auto 20px;
  }

  #plan_position dl {
    width: 100%;
  }

  #plan_position dt {
    padding: 5px 10px;
    line-height: 1.3;
  }

  #plan_position dd {
    padding: 15px;
    /*		font-size: 1.4rem;*/
    text-align: center;
  }

  #plan_position li {
    margin: 0 0 5px;
  }


  /* Plan Cancel */
  #plan_cancel p {
    margin-bottom: 10px;
  }

  #plan_cancel p:last-of-type {
    margin-bottom: 20px;
  }

  #plan_cancel dl {
    flex-direction: column;
  }

  #plan_cancel dt,
  #plan_cancel dd {
    display: block;
    padding: 10px;
    /*		font-size: 1.4rem;*/
  }

  /*	#plan_cancel dd { font-size: 1.4rem;}
*/
  #plan_cancel dd:before {
    display: none;
  }


  /* Plan Layout */
  #plan_layout p:first-of-type {
    margin-bottom: 10px;
  }


  /* Plan Option */
  #plan_option p {
    margin-bottom: 10px;
  }

  #plan_option p:last-of-type {
    margin-bottom: 20px;
  }

  #plan_option a {
    width: 90%;
  }

  #plan_option a br {
    display: block;
  }
}

/*===== ■4. Section [visitors] Setting =====*/
#visitors p {
  margin-bottom: 20px;
}

#visitors dl {
  display: flex;
  margin-bottom: 10px;
}

#visitors dt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  background: #ccc;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#visitors dt:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -32px;
  border: 16px solid transparent;
  border-left: 16px solid #ddd;
  transform: translateY(-50%);
  content: '';
}

#visitors dd {
  width: calc(100% - 200px);
  border-radius: 0 5px 5px 0;
  background: #f1f1f1;
}

#visitors dd table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

#visitors dd th {
  padding: 12px 10px;
  border-right: 1px dotted #999;
  background: #ebebeb;
  vertical-align: middle;
}

#visitors dd th:last-child {
  border-radius: 0 6px 0 0;
  border: none;
}

#visitors dd td {
  padding: 12px 10px;
  border-right: 1px dotted #999;
  font-weight: bold;
  vertical-align: middle;
}

#visitors dd td:last-child {
  border: none;
}

#visitors dd td br {
  display: none;
}

#visitors dd td b {
  display: block;
}

#visitors dl:nth-of-type(1) dt {
  background: #3e3330;
}

#visitors dl:nth-of-type(1) dt:after {
  border-left: 16px solid #3e3330;
}

#visitors dl:nth-of-type(1) dd {
  background: #e2e2ec;
}

#visitors dl:nth-of-type(1) dd th {
  background: #c5c6da;
}

#visitors dl:nth-of-type(2) dt {
  background: #008585;
}

#visitors dl:nth-of-type(2) dt:after {
  border-left: 16px solid #008585;
}

#visitors dl:nth-of-type(2) dd {
  background: #dff3f1;
}

#visitors dl:nth-of-type(2) dd th {
  background: #bfe0e0;
}

#visitors dl:nth-of-type(3) dt {
  background: #391270;
}

#visitors dl:nth-of-type(3) dt:after {
  border-left: 16px solid #391270;
}

#visitors dl:nth-of-type(3) dd {
  background: #e6e1ed;
}

#visitors dl:nth-of-type(3) dd th {
  background: #cdc4db;
}

#visitors dl:nth-of-type(4) dt {
  background: #aa0000;
}

#visitors dl:nth-of-type(4) dt:after {
  border-left: 16px solid #aa0000;
}

#visitors dl:nth-of-type(4) dd {
  background: #f6e5e5;
}

#visitors dl:nth-of-type(4) dd th {
  background: #e5b2b2;
}

#visitors .inner > ul {
  margin: 0 10px;
}

/*#visitors .inner > ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.3rem;
}
*/

@media screen and (max-width:640px) {
  #visitors dl {
    flex-direction: column;
    margin-bottom: 10px;
  }

  #visitors dt {
    width: auto;
    padding: 7px 10px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    font-size: 1.3rem;
  }

  #visitors dt:after {
    position: absolute;
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 0;
    margin-bottom: -20px;
    transform: translateX(-50%);
    content: '';
  }

  #visitors dd {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }

  #visitors dd th {
    padding: 8px 3px;
    line-height: 1.2;
  }

  #visitors dd th:last-child {
    border-radius: 0;
  }

  #visitors dd td {
    padding: 8px 3px;
    font-size: 1.2rem;
    word-break: break-all;
  }

  #visitors dd td br {
    display: block;
  }

  #visitors dl:nth-of-type(1) dt:after {
    border: 10px solid transparent;
    border-top: 10px solid #3e3330;
  }

  #visitors dl:nth-of-type(2) dt:after {
    border: 10px solid transparent;
    border-top: 10px solid #008585;
  }

  #visitors dl:nth-of-type(3) dt:after {
    border: 10px solid transparent;
    border-top: 10px solid #391270;
  }

  #visitors dl:nth-of-type(4) dt:after {
    border: 10px solid transparent;
    border-top: 10px solid #aa0000;
  }

  #visitors .inner > ul {
    margin: 0;
  }

  #visitors .inner > ul li {
    font-size: 1.2rem;
  }
}

/*出展のメリット*****/
.data_wrap3 {
  width: 33.3333%;
  float: left;
  margin: 0 0 10px;
}

.data_wrap3 h5 {
  background: #bbb4b2;
  padding: 5px .5em;
  margin: 0 .5em .5em;
  text-align: center;
  font-size: .85em;
}

.interview_list {
  display: flex;
  flex-wrap: wrap;
}

.interview_list li {
  width: 31.3333%;
  margin: 0 1% 20px;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  background: #efefef;
}

.interview_list li h5 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  font-size: 17px;
}

.interview_list li h5 br {
  display: none;
}

.interview_list a {
  display: block;
  height: 100%;
}

.breadcrumbs {
  margin-bottom: 20px;
  font-size: .85em;
}

.breadcrumbs br {
  display: none;
}

@media screen and (min-width:769px) {
  a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -khtml-opacity: 0.7;
  }

  h1#logo {
    margin: 5px 40px 5px 0;
    float: left;
    width: 480px;
    max-width: 45%;
  }

  #news_list dt {
    float: left;
    width: 100px;
    clear: both;
    padding: 10px 5px;
  }

  #news_list dd {
    padding: 10px 10px 10px 120px;
  }

  #news_list dd a br {
    display: none;
  }

  .main {
    padding: 60px 0 100px;
  }

  #sidebar img {
    width: 280px;
    height: auto;
  }

  .box50 {
    width: 50%;
    float: left;
    padding: 0 40px;
    box-sizing: border-box;
  }

  .w1200 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }

  .top_cont_btn li a:hover {
    color: #fedc01;
    background: #3e3330;
  }

  .category-exhibitor dt,
  .category-visitor dt {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #3e3330;
    padding-left: 10px;
    border-left: 5px solid #ccc;
  }

  .zone_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
  }

  .spOnly {
    display: none;
  }
}

@media screen and (max-width:1200px) {
  #header .header_info.header_info2 {
    height: 120px;
  }

  .header_btn {
    bottom: -10px
  }
}

@media screen and (max-width:1100px) {
  h1#logo {
    float: none;
    margin: 0 auto 10px;
  }

  #header .header_info.header_info2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    height: 100px;
  }

  .header_btn {}
}

@media screen and (max-width:1000px) {
  .top_cont_btn li {
    width: 50%;
  }

  .top_cont_btn li a {
    padding: 20px 10px;
  }

  #title_area h2 {
    font-size: 2em;
  }
}

@media screen and (max-width:800px) {
  .contact_area .w50 a {
    font-size: 1.2em;
  }

  #gnav .menu {
    display: none;
  }

  .data_wrap3 {
    width: 50%;
  }

  .data_wrap .data_wrap3:last-child {
    clear: both;
  }

}

@media screen and (max-width:768px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }

  img.alignright,
  img.alignleft,
  .right,
  .left {
    float: none;
    margin: 0 0 1em 0;
  }

  th,
  td {
    display: block;
  }

  th {
    background: #ccc;
  }

  .tb_price th,
  .tb_price td {
    display: table-cell;
  }

  #main2 {
    padding: 0 10px 50px;
    box-sizing: border-box;
  }

  #foot_bar {
    font-size: 0.8em;
    text-align: center;
  }

  /*#sidebar img {
    width: 100%;
    height: auto;
}*/
  /*#header_contact{
	display:none;
}*/
  h1#logo {
    width: 100%;
  }

  h1#logo img {
    /*	width:70%;*/
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }

  .fontawesome-text {
    font-size: 85%;
  }

  .sns_wrap {
    margin: 20px;
  }

  iframe {
    width: 100%;
  }

  .catch {
    font-size: 1.4em;
  }

  .top_wrap {
    padding: 40px 0;
  }

  .cont_wrap {
    padding: 0;
  }

  /*
.sb-slidebar.sb-active {
    z-index: 9999;
}*/
  .title_area .more {
    margin: 10px auto;
  }

  .box50 {
    margin-bottom: 40px;
  }

  .box50 p {
    padding: 10px;
  }

  /*#title_area .inner {
    display: table-row;
}*/
  .tabcontent table th {
    display: table-cell;
    min-width: 3em;
  }

  .btn-trigger {
    top: 0px;
    right: 10px;
    width: 40px;
  }

  .btn-trigger:before {
    top: 0px;
    left: 40%;
    width: 200px;
    height: 200px;
  }

  .interview_list li {
    width: 48%;
  }

  .interview_list li h5 {
    font-size: 16px;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact input[type="url"] {
    width: 100%;
  }

  .zone_container {
    flex-wrap: wrap;
  }

  .zone_container .zone_wrap {
    width: calc(50% - 30px);
  }

}

.sr {
  visibility: hidden;
}

@media screen and (max-width:640px) {
  .top_about {
    margin-top: 40px;
    padding: 0 10px 40px;
  }

  .top_about_text {
    width: 100%;
    float: none;
    padding: 0;
  }

  .top_cont_btn {
    flex-wrap: wrap;
  }

  /*.top_cont_btn li{
	width:100%;
}*/
  .top_cont_btn li a {
    padding: 10px;
  }

  #sidenavi li a {
    width: 70px;
    height: 60px;
    padding: 8px 2px;
    font-size: .6em;
  }

  #title_area {
    margin-top: 0;
  }

  #title_area img {
    position: absolute;
    right: 0;
    max-width: 160px;
  }

  #title_area h2 {
    font-size: 1.6em;
  }

  .title_wrap {
    padding-top: 30px;
    max-width: 100%;
  }

  h3 {
    font-size: 18px;
  }

  .catch2 {
    font-size: 1.4em;
  }

  tr td.column-1 {
    width: 100%;
    background: #efefef;
  }

  #target .visitor li {
    width: 98%;
  }

  .data_wrap3 {
    width: 100%;
    margin: 0 auto 10px;
  }

  .sym_list li {
    width: 50%;
  }

  .guidance__special li {
    width: 80%;
  }
}


@media screen and (max-width:500px) {
  body {
    font-size: 14px;
  }

  #header p {
    font-size: .85em;
  }

  .img_x3 img {
    width: 50%;
  }

  h2 {
    font-size: 18px;
    line-height: 2;
  }

  /*#page-top a {
    width: 50px;
    padding: 5px 0 10px;
}*/
  .tab {
    padding: .75em 5px;
    max-width: 28%;
    text-align: center;
  }

  .tabcontent table td h5 {
    font-size: 16px;
  }

  .top_constitution_logo {
    height: 20px;
  }

  .exhibitor > li {
    width: 98%;
  }

  .exhibit_img_wrap {
    flex-wrap: wrap;
  }

  .exhibit_img_wrap li {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
  }

  #inner_anchor li a {
    width: 48%;
    margin-bottom: 8px;
    padding: 0 0.5em 10px;
    background: url(images/arrow_white.png) no-repeat center 100% #333;
    text-align: center;
  }

  dl.dl-style01.dl_sp100 dt {
    float: none;
    width: 100%;
    font-weight: bold;
    font-size: 1.1em;
  }

  dl.dl-style01.dl_sp100 dd {
    padding: 0 1em 1em;
  }

  .header_btn {
    position: static;
    padding: 0;
    text-align: center;
    margin-bottom: 1em;
  }

  #header .header_info.header_info2 {
    height: 80px;
  }

  .zone_container {
    display: unset;
  }

  .zone_container .zone_wrap {
    width: 100%;
    margin: 0 0 30px;
  }

}

@media screen and (max-width:400px) {
  .contact_area .w50 a {
    height: auto;
    width: 100%;
    font-size: 1.15em;
    padding: 30px 0;
    margin: 0 auto 2px;
    line-height: 3;
  }

  .contact_area .w50:first-child a {
    border: none;
  }

  #title_area {
    /*	height:180px;*/
    vertical-align: middle;
    /*    display: table-cell;*/
    width: 100vw;
  }

  .box_gray {
    padding: 14px 20px;
  }

  .border_gray {
    ;
    padding: 14px 20px;
  }

  h3 {
    font-size: 20px;
  }

  .contact_wrap p {
    font-size: 1.2em;
  }

  .btn-trigger {
    top: 0px;
    right: 20px;
    width: 30px;
  }

  .btn-trigger:before {
    top: 0px;
    left: 40%;
    width: 140px;
    height: 140px;
  }

  .interview_list li {
    width: 98%;
  }

  .interview_list li img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width:320px) {
  .img_x3 img {
    width: 100%;
  }
}

@media screen and (max-width:500px) {
  .contact_wrap {
    background: #333;
    padding: 30px 10px 10px;
  }

  .lang_btn a {
    font-size: .8em;
    line-height: 1.7;
  }
}

@media screen and (max-width:767px) {
  .fullmenu .submenu_wrap {
    width: 48%;
    margin-right: 2%;
    font-size: 90%;
  }
}

@media screen and (max-width:500px) {
  .fullmenu .submenu_wrap {
    width: 98%;
  }
}

/*講演会委嘱回答フォーム*/
.contact {
  margin-bottom: 30px;
}

.contact th,
.contact td {
  padding: 1em;
}

.contact input {
  padding: .5em;
  box-sizing: border-box;
}

.contact input.wide100 {
  width: 100%;
}

.contact input.wide30 {
  width: 30%;
}

.hissu,
.bg_red_text {
  background: #c00;
  color: #fff;
  font-size: .7em;
  margin-left: 8px;
  display: inline-block;
  padding: 0 .5em;
}

.contact th {
  background: #efefef;
}

.contact th.lightblue {
  background: #bbb4b2;
}

input.wpcf7-form-control.wpcf7-submit {
  font-size: 1.2em;
  padding: .5em 1em;
  min-width: 200px;
  background: #c00;
  color: #fff;
  border: none;
}

input[name="lec_date"] {
  width: 120px;
}

input[name="lec_time"] {
  width: 140px;
}

textarea[name="lec_title"] {
  width: 100%;
  height: 50px;
  line-height: 1.6;
}

@media (max-width:600px) {
  textarea[name="lec_title"] {
    height: 100px;
  }
}

textarea {
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.readonly {
  border: none;
  font-size: 1em;
  max-width: 100%;
}

input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  margin-right: 5px;
}


@media (min-width:600px) {
  .w50_r {
    width: 50%;
    box-sizing: border-box;
    float: right;
  }

  .w50_l {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
}

#qa h5 {
  padding: 0 .5em .5em 2em;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb4b2;
  margin-top: 2em;
}

#qa h5:before {
  content: "Q";
  margin-left: -1.1em;
  font-size: 1.6em;
  margin-right: 10px;
  color: #bbb4b2;
}


.lang_btn2 a {
  font-size: 1em;
  font-weight: bold;
  border: 2px solid #3e3330;
  padding: 0px 10px;
}

.visitor_btn a {
  font-size: 1em;
  font-weight: bold;
  border: 2px solid #3e3330;
  padding: 0px 10px;
  background: #3e3330;
  color: #fff;
}

.visitor_btn a:hover {
  background: #1a1a1a;
}

.login_visitor a {
  background: #f3a61b;
  color: #fff;
  border: 2px solid #f3a61b;
  margin-right: .4em;
}

.login_exhibitor a {
  background: #17339a;
  border: 2px solid #17339a;
}

.login_visitor a:hover {
  background: #3e3330;
  border: 2px solid #3e3330;

}

.login_exhibitor a:hover {
  background: #3e3330;
  border: 2px solid #3e3330;
}

.pickup_title {
  font-weight: bold;
}

.pickup_name {
  font-weight: bold;
}

.pickup_name .position {
  font-size: .8em;
}

.pickup_date {
  font-size: .8em;
  line-height: 1.2em;
  padding: 3px 5px;
}

.pickup_wrap img {
  float: right;
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}

.bg_if {
  background: #ae0a02;
  color: #fff;
}

.bg_tf {
  background: #3e3330;
  color: #fff;
}

.c_if {
  color: #ae0a02;
}

.c_tf {
  color: #3e3330
}

#top_info {
  padding-right: 30px;
}


#page.seminar .inner {
  width: 1200px;
  max-width: 100%;
}

.swiper-pagination {
  margin-top: 0 !important
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 2px !important;
}



@media screen and (max-width:500px) {
  .koukoku_bnr li {
    width: 50%;
  }

  .koukoku_bnr li img {
    max-width: 160px;
    height: auto;
  }
  .visitor_btn a {
  font-size: 1.2em;
  }
}

/*特別講演会*/
.square .semi_head {
  margin-bottom: 0 !important;
}

.cautions,
.seminars .box label,
.seminars .sc-box a:after,
.c-pageTop.js-scrollTop {
  display: none !important;
}


@media screen and (max-width:500px) {
  .top_cont_btn li {
    width: 100%;
  }
}

/*ダウンロードページ*/
#dl_logo figure {
  width: 48.5%;
  padding: 20px;
  border: 1px solid #3e3330;
  box-sizing: border-box;
  text-align: center;
}

#dl_logo .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

#dl_logo dl {
  width: 48.5%;
  text-align: center;
  margin-top: 15px;
}

#dl_logo dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}

#dl_logo dl dd:first-of-type {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

#dl_logo dl dd {
  padding: 0 20px;
}

#dl_caution .inner > ul > li:not(:last-child) {
  margin-bottom: 12px;
}

#dl_caution ul ul {
  margin-top: 5px;
}

#dl_caution li li {
  margin-bottom: 5px;
  padding-left: 14px;
  position: relative;
}

#dl_caution ul ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 2px;
  background: #999;
  content: '';
}

/*セミナープログラム*/
#seminar_program th {
  background: #dedede;
  width: 16%;
}

#seminar_program td {
  padding: 1em;
}

#seminar_program tr:nth-child(odd) th {
  background: #f7f7f7;
}

#seminar_program a {}

#seminar_program a:hover {
  color: #bbb4b2;
}

#seminar_program img.lecturer {
  float: right;
  width: 120px;
  margin-left: 1em;
}

#seminar_program img.logo {
  float: right;
  width: 160px;
}

#seminar_program .code {
  padding: 0 0.6em;
  display: inline-block;
  margin-bottom: 1.4em;
  color: #fff;
}

/*基調講演*/
#seminar_program .code_or {
  background: #ea9d28;
}

/*出展者セミナー*/
#seminar_program .code_bl {
  background: #12b4e4;
}

/*主催者講演*/
#seminar_program .code_gr {
  background: #3ab149;
}

#seminar_program .title {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1em 0 .4em;
  line-height: 1.3;
}

#seminar_program .name {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
}

#seminar_program .date {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-bottom: 1em;
}

#seminar_program .seminar-tab {
  width: calc(18% - 1px);
  text-align: center;
  font-weight: bold;
  padding: .8em 0;
  background: #17339a;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

#seminar_program .seminar-tab:hover {
  cursor: pointer;
}

#seminar_program input {
  display: none;
}

#seminar_program input:checked + .seminar-tab {
  background: #c00;
}

#seminar_program .program {
  display: none;

}

#tab1:checked ~ #program1,
#tab2:checked ~ #program2,
#tab3:checked ~ #program3,
#tab4:checked ~ #program4,
#tab5:checked ~ #program5,
#tab6:checked ~ #program6,
#tab7:checked ~ #program7,
#tab8:checked ~ #program8,
#tab9:checked ~ #program9 {
  display: block;
}

#seminar_program input:checked + .seminar-tab {
  z-index: 10;
  position: relative;
}

@media (max-width:768px) {
  #seminar_program th {
    width: auto;
  }

  #seminar h4 {
    margin-top: 0;
  }
}

/*トップページ　出展者一覧*/
#company ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#company li {
  display: flex;
  align-items: center;
  margin: 0 1em 2.4em;
}

#company .logo1 {
  width: 80px;
}

#company .logo2 {
  width: 60px;
}

.img_box {
  text-align: center;
  margin-bottom: 6em;
}

.img_box h5 {
  margin-bottom: 2em;
}

.platinum {
  width: 70%;
  margin: 0 auto 6em;
}

.platinum img {
  width: 140px;
}

.gold {
  width: 80%;
  margin: 0 auto 6em;
}

#company .img_box .img_area2 {
  display: flex;
  justify-content: flex-start;
}

@media (max-width:500px) {
  #seminar_program .seminar-tab {
    width: 49%;
  }

  #seminar_program .seminar-tab:first-child {
    display: none;
  }

  #seminar_program img.logo {
    float: none;

  }

  #seminar_program img.lecturer {
    margin-left: 0;
    float: none;
  }

  .platinum {
    width: 100%;
  }

  .platinum img {
    width: 120px;
  }

  .gold {
    width: 100%;
  }
}


/*来場登録関連*/
ol.decimal {
  list-style: decimal;
  margin-bottom: 1em;
  margin-left: 1.5em;
}

#permission li {
  margin-bottom: .5em;
}

.register_v th {
  width: 200px;
}

.contact select {
  padding: .5em;
}

.contact .ex {
  color: #a7a7a7;
  font-size: .9em;
}

input.wpcf7-form-control.wpcf7-submit:disabled {
  background: #666;
}


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

.privacypolicy_list .pp_link {
  font-size: .9em;
  width: calc(33.3333% - 10px);
  padding: 10px 5px;
  box-sizing: border-box;
  display: block;
  color: #ccc;
  margin: 5px;
  border: 1px solid #ccc;
}

.privacypolicy_list .pp_link a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #222;
}

.privacypolicy_list .pp_link:hover {
  background: #efefef;
}

@media (max-width:768px) {
  .privacypolicy_list .pp_link {
    width: calc(50% - 10px);
  }

  .register_v th {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width:500px) {
  .privacypolicy_list .pp_link {
    width: calc(100% - 10px);
  }
}

/*出展者一覧ページ*/
.company-list {
  display: flex;
  margin: 3em 0;
  flex-wrap: wrap;
}

.company-list li {
  margin-right: 15px;
    border: solid 1px #ccc;
    width: calc((100% - 60px) / 4);
    margin-bottom: 1em;
}

.company-list li:nth-child(4n) {
  margin-right: 0;
}

.list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  min-height: 120px;
}

.list-img .logo60{
  width: 60%;
}

.list-body {
  padding: 0 .6em;
}

.list-body .name {
 font-weight: bold;
    text-align: center;
    margin-bottom: .6em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9em;
}

.list-body .txt {
  font-size: .8em;
}
@media (max-width:500px) {
  .company-list li{
    width: calc((100% - 20px) / 2);
  }
  .company-list li:nth-child(2n) {
  margin-right: 0!important;
}
  .company-list li:nth-child(5n) {
  margin-right: 15px;
}
}
@media (min-width:769px){
th{
  width: 33%;
}
}