@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

code,
em,
strong,
th {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}


.TxtCenter {
  text-align: center;
}
.ObjCenter {
  margin-left: auto!important;
  margin-right: auto!important;
}

/*===============================================
	li
===============================================*/
li {
  list-style: outside none none;
}

/*===============================================
	box-sizing
===============================================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*===============================================
	cFix
===============================================*/
/*Opera Fix*/
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

main {
  display: block;
}

/*cFix*/
.cFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE-mac */
* html .cFix {
  height: 1%;
}

.cFix {
  display: block;
}

img {
  max-width: 100%;
}

/*===============================================
	a,text
===============================================*/
a:hover,
a:hover img {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

a,
a img {
  text-decoration: none;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*=============================================== 
	base
===============================================*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}

html {
  height: 100%;
  width: 100%;
}

/*===============================================
	font
===============================================*/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2em;
  color: #231815;
  background: white;
  -webkit-text-size-adjust: 100%;
}

/*input,textarea,select{font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size:1.2rem;}*/
/* for IE6 */
* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* --responsive------------------------------------------- */
/*=============================================== 
	wrapper
===============================================*/
.content {
  padding: 0;
  overflow: hidden;
}

.pankuzu {
  max-width: 1280px;
  min-width: 1080px;
  margin: 25px auto;
}
.pankuzu a {
  color: black;
}

/*=============================================== 
	page
===============================================*/
#Page,
#LowPage {
  margin-top: 0px;
  padding-top: 70px;
}
#LowPage {
	background-image: url(../img/common/page_wrap_sky.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}
#LowPage .MainTitle ,
#Page .MainTitle {
  text-align: right;
}
@media screen and (max-width: 640px) {
  #Page .MainTitle,
  #LowPage .MainTitle {
    text-align: center;
  }
}
#Page .MainTitle h2,
#LowPage .MainTitle h2 {
  font-weight: bold;
  font-size: 74px;
  font-family: 'Heebo', sans-serif;
  line-height: 1;
  margin-bottom: 10px;
  width: 76.6%;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  #Page .MainTitle h2,
  #LowPage .MainTitle h2 {
    width: 100%;
  }
}
#Page .MainTitle h2 img,
#LowPage .MainTitle h2 img {
  width: 100%;
}
#Page .SubTitle,
#LowPage .SubTitle {
  color: #674498;
  font-weight: bold;
  font-size: 24px;
}
.contes {
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contes {
    min-width: inherit;
    padding: 0 1em;
  }
}

#Page .MainTitle ul.Logos,
#LowPage .MainTitle ul.Logos {
  width: 76.6%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #Page .MainTitle ul.Logos,
  #LowPage .MainTitle ul.Logos {
    width: 100%;
  }
}
#Page .MainTitle ul.Logos li,
#LowPage .MainTitle ul.Logos li{
  text-align: center;
  margin-top: 10px;
}
#Page .MainTitle ul.Logos li:nth-child(1),
#Page .MainTitle ul.Logos li:nth-child(4),
#LowPage .MainTitle ul.Logos li:nth-child(1),
#LowPage .MainTitle ul.Logos li:nth-child(4) {
  width: 18%;
}
#Page .MainTitle ul.Logos li:nth-child(2),
#Page .MainTitle ul.Logos li:nth-child(3),
#LowPage .MainTitle ul.Logos li:nth-child(2),
#LowPage .MainTitle ul.Logos li:nth-child(3) {
  width: 29%;
}
#LowPage .MainTitle .LowKikan {
  font-size: 1.3em;
}
@media screen and (max-width: 640px) {
  #LowPage .MainTitle .LowKikan {
    font-size: 1.05em;
  }
}


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

	リスト

/////////////////////////////////////////////////////////////////////////////////////////////*/
.ListCheck {
  font-size: 1.7rem;
  margin-bottom: 9px;
  font-weight: bold;
  position: relative;
  padding-left: 1.7em;
  font-weight: bold;
}
.ListCheck::before {
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: 0em;
  width: 17px;
  height: 5px;
  border-left: 3px solid #4D7DBB;
  border-bottom: 3px solid #4D7DBB;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ListCheck:last-child {
  margin-bottom: 0;
}

.disc li {
  list-style: disc;
  margin-left: 1em;
}

.num li {
  list-style: decimal;
  margin-left: 1em;
}

.numL li {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: .8em;
  padding-left: 1.6em;
}
.numL li span {
  background: #4D7DBB;
  color: white;
  font-size: 1.5rem;
  position: absolute;
  padding: 0em .5em;
  border-radius: 100%;
  left: 0;
  top: 0;
}

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

	テーブル

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

.table_a{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #cdcdcd;
}
 
.table_a thead th{
	background-color: #4D7DBB;
	color: #fff;
}
.table_a th{
	-moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
	box-sizing: border-box;     /* box-size[border・padding 込み] */
	border: 1px solid #cdcdcd;
	padding: 9px 8px;
	width: 18%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align:middle;
	background-color: #f0f0ef;
}
 
.table_a td{
	padding: 9px 7px;
	text-align: left;
	vertical-align: top;
	border-top: solid 1px #cdcdcd;
	background-color: #fff;
}
 
@media (max-width: 640px){
.table_a{
	border-bottom:none;
}
.table_a th{
	padding: 5px 10px;
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
	text-align: left;
}
.table_a td{
	padding: 5px 10px;
	width:100%;
	display: list-item;
	list-style:none;
	border-top: none !important;
	border-bottom:1px solid #cdcdcd;
}
}

.table_3{
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cdcdcd;
}
 
.table_3 thead th{
  background-color: #4D7DBB;
  color: #fff;
  font-size: 1.8rem;
}
.table_3 th{
  -moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
  box-sizing: border-box;     /* box-size[border・padding 込み] */
  border: 1px solid #cdcdcd;
  padding: 9px 8px;
  width: 8%;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  vertical-align:middle;
  background-color: #f0f0ef;
  text-align: center;
}
 
.table_3 td.Time {
    border: 1px solid #cdcdcd;
    width: 16%;
}
.table_3 td{
  padding: 9px 7px;
  text-align: left;
  vertical-align: top;
  border-top: solid 1px #cdcdcd;
  background-color: #fff;
}
 
@media (max-width: 640px){
.table_3{
  border-bottom:none;
}
.table_3 th{
  padding: 5px 10px;
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  text-align: left;
}
.table_3 td.Time {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}
.table_3 td{
  padding: 5px 10px;
  width:100%;
  display: list-item;
  list-style:none;
  border-top: none !important;
  border-bottom:1px solid #cdcdcd;
}
}

.table_orange{
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cdcdcd;
}
 
.table_orange thead th{
  background-color: #fc9729;
  color: #fff;
  font-size: 1.8rem;
  padding: 12px 8px;
}
.table_orange th{
  -moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
  box-sizing: border-box;     /* box-size[border・padding 込み] */
  border: 1px solid #cdcdcd;
  padding: 9px 8px;
    white-space: nowrap;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  vertical-align:middle;
  background-color: #fc9729;
  text-align: center;
  color: #fff;
  width: 13%;
}
 
.table_orange td.Time {
    border: 1px solid #cdcdcd;
    white-space: nowrap;
    text-align: center;
  vertical-align:middle;
    background-color: #fff3e1;
    width: 14%;
}

.table_orange td.Booth {
    border: 1px solid #cdcdcd;
    white-space: nowrap;
    text-align: center;
  vertical-align:middle;
    background-color: #ffd399;
    width: 10%;
}
.table_orange td.Company {
    text-align: right;
  vertical-align:middle;
    white-space: nowrap;
    border: 1px solid #cdcdcd;
    border-left: none;
    width: 12%;
}
.table_orange td{
  padding: 9px 7px;
  text-align: left;
  vertical-align: top;
    border: 1px solid #cdcdcd;
    border-right: none;
  background-color: #fff;
  vertical-align:middle;
}
 
@media (max-width: 640px){
.table_orange{
  border-bottom:none;
}
.table_orange thead th{
    border-bottom: 1px solid #cdcdcd;
}
.table_orange th{
  padding: 5px 10px;
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  text-align: left;
}
.table_orange td.Time {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #cdcdcd;
    width: 50%;
    float: left;
}
.table_orange td.Booth {
    width: 50%;
    float: right;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  border-left: none;
  border-right: none;
}
.table_orange td.Company {
    width: 100%;
  border-left: none;
  border-right: none;
}
.table_orange td{
  padding: 5px 10px;
  width:100%;
  display: list-item;
  list-style:none;
  border-top: none !important;
  border-bottom:1px solid #cdcdcd;
  border-left: none;
  border-right: none;
}
}


.table_purple{
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cdcdcd;
}
 
.table_purple thead th{
  background-color: #1a3082;
  color: #fff;
  font-size: 1.8rem;
  padding: 12px 8px;
}
.table_purple th{
  -moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
  box-sizing: border-box;     /* box-size[border・padding 込み] */
  border: 1px solid #cdcdcd;
  padding: 9px 8px;
    white-space: nowrap;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  vertical-align:middle;
  background-color: #1a3082;
  text-align: center;
  color: #fff;
  width: 13%;
}
 
.table_purple td.Time {
    border: 1px solid #cdcdcd;
    white-space: nowrap;
    text-align: center;
  vertical-align:middle;
    background-color: #eeeeff;
    width: 14%;
}

.table_purple td.Booth {
    border: 1px solid #cdcdcd;
    white-space: nowrap;
    text-align: center;
  vertical-align:middle;
    background-color: #bbbbfc;
    width: 10%;
}
.table_purple td.Company {
    text-align: right;
  vertical-align:middle;
    white-space: nowrap;
    border: 1px solid #cdcdcd;
    border-left: none;
    width: 12%;
}
.table_purple td{
  padding: 9px 7px;
  text-align: left;
  vertical-align: top;
    border: 1px solid #cdcdcd;
    border-right: none;
  background-color: #fff;
  vertical-align:middle;
}
 
@media (max-width: 640px){
.table_purple{
  border-bottom:none;
}
.table_purple thead th{
    border-bottom: 1px solid #cdcdcd;
}
.table_purple th{
  padding: 5px 10px;
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  text-align: left;
}
.table_purple td.Time {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #cdcdcd;
    width: 50%;
    float: left;
}
.table_purple td.Booth {
    width: 50%;
    float: right;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  border-left: none;
  border-right: none;
}
.table_purple td.Company {
    width: 100%;
  border-left: none;
  border-right: none;
}
.table_purple td{
  padding: 5px 10px;
  width:100%;
  display: list-item;
  list-style:none;
  border-top: none !important;
  border-bottom:1px solid #cdcdcd;
  border-left: none;
  border-right: none;
}
}


.table_green{
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cdcdcd;
}
 
.table_green thead th{
  background-color: #61b734;
  color: #fff;
  font-size: 1.8rem;
  padding: 12px 8px;
}
.table_green th{
  -moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
  box-sizing: border-box;     /* box-size[border・padding 込み] */
  border: 1px solid #cdcdcd;
  padding: 9px 8px;
    white-space: nowrap;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  vertical-align:middle;
  background-color: #61b734;
  text-align: center;
  color: #fff;
  width: 13%;
}
 
.table_green td.Time {
    border: 1px solid #cdcdcd;
    white-space: nowrap;
    text-align: center;
  vertical-align:middle;
    background-color: #e4f9d7;
    width: 14%;
}

.table_green td.Booth {
    border: 1px solid #cdcdcd;
    white-space: nowrap;
    text-align: center;
  vertical-align:middle;
    background-color: #a8d38c;
    width: 10%;
}
.table_green td.Company {
    text-align: right;
  vertical-align:middle;
    white-space: nowrap;
    border: 1px solid #cdcdcd;
    border-left: none;
    width: 12%;
}
.table_green td{
  padding: 9px 7px;
  text-align: left;
  vertical-align: top;
    border: 1px solid #cdcdcd;
    border-right: none;
  background-color: #fff;
  vertical-align:middle;
}
 
@media (max-width: 640px){
.table_green{
  border-bottom:none;
}
.table_green thead th{
    border-bottom: 1px solid #cdcdcd;
}
.table_green th{
  padding: 5px 10px;
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  text-align: left;
}
.table_green td.Time {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #cdcdcd;
    width: 50%;
    float: left;
}
.table_green td.Booth {
    width: 50%;
    float: right;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  border-left: none;
  border-right: none;
}
.table_green td.Company {
    width: 100%;
  border-left: none;
  border-right: none;
}
.table_green td{
  padding: 5px 10px;
  width:100%;
  display: list-item;
  list-style:none;
  border-top: none !important;
  border-bottom:1px solid #cdcdcd;
  border-left: none;
  border-right: none;
}
}


.table_green2{
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cdcdcd;
}
 
.table_green2 thead th{
  background-color: #82c45f;
  color: #fff;
  font-size: 1.8rem;
  padding: 12px 8px;
}
.table_green2 th{
  -moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
  box-sizing: border-box;     /* box-size[border・padding 込み] */
  border: 1px solid #cdcdcd;
  padding: 9px 8px;
    white-space: nowrap;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  vertical-align:middle;
  background-color: #82c45f;
  text-align: center;
  color: #fff;
  width: 13%;
}
 
.table_green2 td.Time {
    border: 1px solid #cdcdcd;
    white-space: nowrap;
    text-align: center;
  vertical-align:middle;
    background-color: #dcf7d7;
    width: 14%;
}


.table_green2 td.Company {
    text-align: right;
  vertical-align:middle;
    white-space: nowrap;
    border: 1px solid #cdcdcd;
    border-left: none;
    width: 12%;
}
.table_green2 td{
  padding: 9px 7px;
  text-align: left;
  vertical-align: top;
    border: 1px solid #cdcdcd;
    border-right: none;
  background-color: #fff;
  vertical-align:middle;
}
 
@media (max-width: 640px){
.table_green2{
  border-bottom:none;
}
.table_green2 thead th{
    border-bottom: 1px solid #cdcdcd;
}
.table_green2 th{
  padding: 5px 10px;
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  text-align: left;
}
.table_green2 td.Time {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}

.table_green2 td.Company {
    width: 100%;
  border-left: none;
  border-right: none;
}
.table_green2 td{
  padding: 5px 10px;
  width:100%;
  display: list-item;
  list-style:none;
  border-top: none !important;
  border-bottom:1px solid #cdcdcd;
  border-left: none;
  border-right: none;
}
}



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

	flex

/////////////////////////////////////////////////////////////////////////////////////////////*/
.flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flexRev {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.flexCenter {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexitemCenter {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.flexCenterRev {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.flexstart {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flexAlignItemsEnd {
  align-items: flex-end!important;
}

/*============================================================
基本レイアウト
==============================================================*/
/*body {
  background-color: #f5f5f5;
}*/

.grid {
    position: fixed;
    height: 100%;
    top: 0;
    left: 50%;
    width: 81.2%;
    margin-left: -40.6%;
    max-width: 1170px;
    z-index: -1;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}
@media screen and (min-width: 1440px)
{
.grid {
    margin-left: -585px;
}
}
.grid-inner {
    margin: 0 33.3%;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
    height: 100%;
}

#HeaderWrapper .BtnHead {
  position: absolute;
  right: 0;
  top:0;
  height: 80px;
  width: 14%;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  #HeaderWrapper .BtnHead {
    width: 24%;
  }
}

#HeaderWrapper .BtnHead .Lung ,
#HeaderWrapper .BtnHead .Login {
  height: 80px;
  text-align: center;
}
#HeaderWrapper .BtnHead .Lung .JP a ,
#HeaderWrapper .BtnHead .Lung .EN a ,
#HeaderWrapper .BtnHead .Login a {
  color: #fff;
  display: block;
}
#HeaderWrapper .BtnHead .Lung {
  width: 45%;
}
@media screen and (max-width: 640px) {
  #HeaderWrapper .BtnHead .Lung {
    width: 35%;
  }
}

#HeaderWrapper .BtnHead .Lung .JP {
  background-color: #674496;
  width: 100%;
  line-height: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#HeaderWrapper .BtnHead .Lung .EN {
  background-color: #f98e00;
  width: 100%;
  line-height: 40px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
#HeaderWrapper .BtnHead .Login {
  width: 55%;
  background-color: #000;
  padding: 8px 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 640px) {
  #HeaderWrapper .BtnHead .Login {
    width: 65%;
    padding: 0;
  }
}

#HeaderWrapper .BtnHead .Login figure {
    margin: auto;
    width: 16px;
}
#HeaderWrapper .BtnHead .Lung .JP:hover ,
#HeaderWrapper .BtnHead .Lung .EN:hover ,
#HeaderWrapper .BtnHead .Login:hover {
  opacity: .9;
}

.mainvisual-container {
    margin: 0 auto;
    width: 81.2%;
    max-width: 1170px;
    position: relative;
}
.mainvisual-container p.kikan {
  position: absolute;
    top: 0;
    right: 0;
    text-align: justify;
    font-weight: bold;
    font-size: 1.3em;
}
@media screen and (max-width: 640px) {
  .mainvisual-container p.kikan {
    position: unset;
    text-align: center;
    font-size: 1.05em;
  }
}

.mainvisual {
    margin: 20px auto 0;
}
.mainvisual__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -11.75%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0rem;
  }
.mainvisual .slick-slider {
    position: static;
}
.mainvisual__item-main {
    position: unset;
    float: left;
    width: 56.6%;
    overflow: hidden;
}
.mainvisual__item-sub {
    width: 43.4%;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
  .mainvisual__item {
    display: block;
    margin-top: 0;
  }
  .mainvisual__item-main {
    width: 100%;
    float: none;
  }
  .mainvisual__item-sub {
    width: 100%;
    float: none;
    margin-left: 11%;
  }
}

.container {
    margin: 0 auto;
    width: 81.2%;
    max-width: 1170px;
}

/*===独自のスタイル===*/

.headOb {
  background: black;
}
.headOb ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.headOb ul li a {
  min-width: 15vw;
  text-align: center;
  display: block;
  color: white;
  background: #717171;
  padding: .5em;
}
.headOb ul li:nth-child(1) a {
  background: #006ebd;
}
.headOb ul li:nth-child(2) a {
  background: #2b4d80;
}

#HeaderWrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom: 1px #dcdcdc solid;
  z-index: 20;
  position: relative;
  height: 81px;
}
#HeaderWrapper #Header {
  height: 80px;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .5s;
  max-width: 100%;
  min-width: 1050px;
  padding: 0 10%;
  margin: 0 auto;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  #HeaderWrapper #Header {
    min-width: inherit;
    padding: 0.3em 1em;
    height: 80px;
  }
}
#HeaderWrapper #Header .gnav {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  #HeaderWrapper #Header .gnav {
    display: block;
    padding-top: 5em;
  }
}
#HeaderWrapper #Header .gnav a {
  color: black;
  /*padding: 1.5em 0;*/
  position: relative;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#HeaderWrapper #Header .gnav a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #006ebd;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#HeaderWrapper #Header .gnav a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 640px) {
  #HeaderWrapper #Header .gnav a {
    display: block;
    padding: 1em;
    border-bottom: solid 1px;
  }
  #HeaderWrapper #Header .gnav a::after {
    display: none;
  }
}
#HeaderWrapper #Header .Logo {
  width: 18%;
  margin-top: -4px;
  margin-bottom: 0;
  transition: .5s;
}
@media screen and (max-width: 640px) {
  #HeaderWrapper #Header .Logo {
    width: 60%!important;
  }
}
#HeaderWrapper #Header .gnavWrap {
  width: 70%;
  padding-left: 3%;
}
#HeaderWrapper #Header .recruit {
  font-size: 1.2rem;
  text-align: center;
  padding-left: 20px;
  border-left: solid 2px #b3b3b3;
}
#HeaderWrapper #Header .recruit figure {
  margin: auto;
  width: 22px;
}
@media screen and (max-width: 640px) {
  #HeaderWrapper #Header .recruit figure {
    width: 7%;
  }
}
@media screen and (max-width: 640px) {
  #HeaderWrapper #Header .recruit {
    border-left: none;
    font-size: 1.4rem;
  }
}
#HeaderWrapper .is-animation {
  top: 0;
  background: rgba(255, 255, 255, 0.9)!important;
  border-bottom: 1px #fff solid;
}
#HeaderWrapper .zero {
  top: 0px !important;
}
@media screen and (max-width: 640px) {
  #HeaderWrapper .zero {
    /*top: 60px !important;*/
  }
}
#HeaderWrapper .zero h1.Logo {
  width: 19% !important;
}

.mainWrapper .slider .slide1 {
  background: url(../../united2025/img/top/main-visual.jpg) center no-repeat;
  background-size: cover;
}
.mainWrapper .slider .slide2 {
  background: url(../../united2025/img/top/main-visual02.jpg) center no-repeat;
  background-size: cover;
  padding: 0;
}
.mainWrapper .slider .slide2 .credit {
  position: absolute;
  color: white;
  font-size: .8em;
  font-family: 'Noto Serif JP', serif;
  text-shadow: 0px 0px 6.66px rgba(0, 0, 0, 0.86);
  bottom: 1em;
  right: 0;
}
.mainWrapper .slider .slide3 {
  background: url(../../united2025/img/top/main-visual03.jpg) center no-repeat;
  background-size: cover;
}
.mainWrapper .slider .slide4 {
  background: url(../../united2025/img/top/main-visual04.jpg) center no-repeat;
  background-size: cover;
}
.mainWrapper .slider .slide5 {
  background: url(../../united2025/img/top/main-visual05.jpg) center no-repeat;
  background-size: cover;
}
.mainWrapper .main {
  max-width: 1280px;
  min-width: 1080px;
  min-height: 300px;
  height: 60vh;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mainWrapper .main {
    min-width: inherit;
  }
}
.mainWrapper .main .copy {
  font-size: 2.5em;
  position: absolute;
  font-family: 'Noto Serif JP', serif;
  bottom: 20%;
  left: 0;
  color: white;
  line-height: 1.8;
  text-shadow: 0px 0px 6.66px rgba(0, 0, 0, 0.86);
}
@media screen and (max-width: 640px) {
  .mainWrapper .main .copy {
    left: 2%;
    font-size: 2em;
  }
}

#footerBg {
  background: #f1f2f6;
  width: 100%;
}
#footerBg .footer {
  margin: 0 auto;
  width: 100%;
  min-width: 1225px;
  padding: 30px 7.8vw 30px 7.8vw;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: nowrap;
}
.Navi02 {
  width: 245px;
}
.Navi02 li {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
}
.Navi02 li a {
  color: #fff;
}
.Navi02 li::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #fff;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 8px;
  width: 0;
}


@media screen and (max-width:640px) {
  .Navi02 {
    width: 50%;
  }
  .Navi02 li {
    padding-left: 10px;
    position: relative;
    font-size: 1.4rem;
  }
  .Navi02 li::before {
    top: 16px;
  }
}

#footerBg .footer .Indent1 {
  margin-left: 1em;
}
#footerBg .footer .Indent2 {
  margin-left: 2em;
}
#footerBg .footer a {
  color: #000;
}

.back-top {
  position: fixed;
  background: #006ab6;
  right: 0;
  bottom: 4em;
  z-index: 30;
}

@media screen and (max-width:640px) {
  .back-top {
    bottom: 2em;
  }
}
.back-top a {
  display: block;
  height: 66px;
  width: 66px;
  position: relative;
}
.back-top a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 20px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.copyBox {
  background: #006ab6;
}
.copyBox #copy {
  color: #FFFFFF;
  text-align: center;
  font-size: .9rem;
  padding: 2em 0;
}
.copyBox #copy a {
  color: white;
}

.fromBottomIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0;
}

.fromBottomOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 10px);
  opacity: 0.0;
}


/*===========タイトル系ここから===========*/
h1,
h2 {
  font-size: 2.1em;
  margin-bottom: 40px;
  line-height: 1.5;
}

h3 {
  font-size: 1.8em;
  margin-bottom: 40px;
  line-height: 1.5;
}



h1.blue,
h2.blue {
  color: #006ab6;
}


.LineLR {
  position: relative;
  text-align: center;
}
.LineLR span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.LineLR::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0284FF;
}


.mincho {
  font-family: 'Noto Serif JP', serif;
}

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


/*===========タイトル系ここまで===========*/

.BgBlue {
  background: linear-gradient(45deg, #d7f2f9, #eee, #d9f9e2);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 12s ease infinite;
  -moz-animation: AnimationName 12s ease infinite;
  animation: AnimationName 12s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
.BgGlay {
  background: #f8f8f8;
}
.relative {
  position: relative;
}

.BlueBt {
  text-align: center;
  width: 450px;
  margin: auto;
}
.BlueBt a {
  position: relative;
  display: block;
  padding: 1em 1em;
  color: white;
  font-size: 1.8rem;
  background: #00001A;
}
.BlueBt a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
}

.BlueBt450 {
  text-align: center;
  width: 450px;
  margin: auto;
}
@media (max-width: 640px){
  .BlueBt450 {
    width: 96%;
  }
}
.BlueBt450 a {
  position: relative;
  display: block;
  padding: 1em 1em;
  color: white;
  font-size: 1.8rem;
  background: #1464C5;
}
.BlueBt450 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
}

.MoreBt {
  text-align: center;
  /*width: 450px;*/
  margin: auto;
}
#Page .MoreBt {
  text-align: center;
  /*width: 450px;*/
  margin: auto;
}
.MoreBt a {
  position: relative;
  border-bottom: 1px solid #000;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  font-size: 1.8rem;
  padding: 2em 0em;
  color: #000;
  text-decoration: none;
  transition: 0.5s;
  /*background-image: linear-gradient(-90deg, #2579E6, #2AA8D8);
  background-size: 200%;*/
  /*background-color: #fff;*/
}
#Page .MoreBt a {
  border-bottom: none;
  padding: .8em 0em;
}
#Page .MoreBt a img {
  margin:auto;
}

.MoreBt a:hover {
  color: #1d283a;
  background-position: right center;
}
.MoreBt a:before, .MoreBt a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  height: 1px;
  background: #674496;
  transition: 0.3s;
}
.MoreBt a:hover:before, .MoreBt a:hover:after {
  right: 30px;
}
.MoreBt a:before {
  width: 30px;
  transform: translate(30px, 0px);
}
.MoreBt a:after {
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}


/* ボタン共通 */
.Button {
  overflow: hidden;
  width: 250px;
  margin: auto;
}
.Button a {
  display: block;
  position: relative;
  z-index: 10;
  text-align:center;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  text-decoration:none;
  border: 1px solid #674496;
}
.Button a:hover {
  /*background: #3ab2e9;*/        /* マウスオーバーカラー */  
}

.IconArrow a:before {        /*白いひし型 */  
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #674496;
}
.IconArrow a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 19px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
}
.IconArrow a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
  /*background: #3ab2e9;*/
}

/*BlueButton*/
.BlueButton {
  overflow: hidden;
  width: 80%;
  max-width: 600px;
  margin: auto;
}
.BlueButton a {
  display: block;
  position: relative;
  z-index: 10;
  text-align:center;
  background: #006ab6;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  text-decoration:none;
  border: 1px solid #006ab6;
  color: #fff;
}
.BlueButton a:hover {
  background: #2294e6;        /* マウスオーバーカラー */  
}
.BlueArrow a:before {        /*白いひし型 */  
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 14px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
}
.BlueArrow a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 13px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #006ab6;
}
.BlueArrow a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
  background: #2294e6;
}

/*RedButton*/
.RedButton {
  overflow: hidden;
  width: 80%;
  max-width: 600px;
  margin: auto;
}
.RedButton a {
  display: block;
  position: relative;
  z-index: 10;
  text-align:center;
  background: #ff0000;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  text-decoration:none;
  border: 1px solid #ff0000;
  color: #fff;
}
.RedButton a:hover {
  background: #f44663;        /* マウスオーバーカラー */  
}
.RedArrow a:before {        /*白いひし型 */  
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 14px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
}
.RedArrow a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 13px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff0000;
}
.RedArrow a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
  background: #f44663;
}


@media screen and (max-width:640px) {
  .Button {
    width: 80%;
  }
  .Button a {
    font-size: 1.8rem;
    padding: 10px;
  }
  .BlueButton a {
    font-size: 1.8rem;
    padding: 20px;
  }
}


/*style*/
.sp {
  display: none;
}

.pc {
  display: block;
}

/*===============================================
	font-size
===============================================*/
.f7 {
  font-size: 0.7rem !important;
}

.f8 {
  font-size: 0.8rem !important;
}

.f9 {
  font-size: 0.9rem !important;
}

.f10 {
  font-size: 1.0rem !important;
}

.f11 {
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
  line-height: 1.5;
}

.f21 {
  font-size: 2.1rem !important;
  line-height: 1.5;
}

.f22 {
  font-size: 2.2rem !important;
  line-height: 1.5;
}

.f23 {
  font-size: 2.3rem !important;
  line-height: 1.5;
}

.f24 {
  font-size: 2.4rem !important;
  line-height: 1.5;
}

.f25 {
  font-size: 2.5rem !important;
  line-height: 1.5;
}

.f26 {
  font-size: 2.6rem !important;
  line-height: 1.5;
}

.f27 {
  font-size: 2.7rem !important;
  line-height: 1.5;
}

.f28 {
  font-size: 2.8rem !important;
  line-height: 1.5;
}

.f29 {
  font-size: 2.9rem !important;
  line-height: 1.5;
}

.f30 {
  font-size: 3rem !important;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .f30 {
    font-size: 2.8rem !important;
    line-height: 1.5;
  }
}

.f31 {
  font-size: 3.1rem !important;
  line-height: 1.5;
}

.f32 {
  font-size: 3.2rem !important;
  line-height: 1.5;
}

.f33 {
  font-size: 3.3rem !important;
  line-height: 1.5;
}

.f34 {
  font-size: 3.4rem !important;
  line-height: 1.5;
}

.f35 {
  font-size: 3.5rem !important;
  line-height: 1.5;
}

.f36 {
  font-size: 3.6rem !important;
  line-height: 1.5;
}

.f37 {
  font-size: 3.7rem !important;
  line-height: 1.5;
}

.f38 {
  font-size: 3.8rem !important;
  line-height: 1.5;
}

.f39 {
  font-size: 3.9rem !important;
  line-height: 1.5;
}

.f40 {
  font-size: 4rem !important;
  line-height: 1.5;
}

/*===============================================
	float
===============================================*/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.clear {
  clear: both !important;
}

/*===============================================
	margine
===============================================*/
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt90 {
  margin-top: 90px !important;
}

.nmt100 {
  margin-top: -100px !important;
}

.nmt150 {
  margin-top: -150px !important;
}
@media screen and (max-width: 640px) {
  .nmt150 {
    margin-top: -75px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mAuto {
  margin: auto !important;
}

.mlAuto {
  margin-left: auto !important;
}

.mrAuto {
  margin-right: auto !important;
}

/*===============================================
	padding
===============================================*/
.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

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

.pt40 {
  padding-top: 40px!important;
}

.pt50 {
  padding-top: 50px!important;
}

.pt60 {
  padding-top: 60px!important;
}

.pt70 {
  padding-top: 70px!important;
}

.pt80 {
  padding-top: 80px!important;
}

.pt90 {
  padding-top: 90px!important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

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

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px!important;
}

.pb50 {
  padding-bottom: 50px!important;
}

.pb60 {
  padding-bottom: 60px!important;
}

.pb70 {
  padding-bottom: 70px!important;
}

.pb80 {
  padding-bottom: 80px!important;
}

.pb90 {
  padding-bottom: 90px!important;
}

.pb100 {
  padding-bottom: 100px!important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

/*===============================================
	HalfBox
===============================================*/
.HalfBox20 {
  width: 20%;
}

.HalfBox21 {
  width: 21%;
}

.HalfBox22 {
  width: 22%;
}
@media (max-width: 640px){
  .HalfBox22 {
    width: 48%;
  }
}

.HalfBox23 {
  width: 23%;
}

.HalfBox24 {
  width: 24%;
}
@media (max-width: 640px){
  .HalfBox24 {
    width: 48%;
  }
}

.HalfBox25 {
  width: 25%;
}

@media (max-width: 640px){
  #PopUp .table_a .HalfBox25 {
    width: 50%;
  }
}
@media (max-width: 640px){
  .EntryIndex .HalfBox25 {
    width: 40%;
  }
}

.HalfBox26 {
  width: 26%;
}

.HalfBox27 {
  width: 27%;
}

.HalfBox28 {
  width: 28%;
}

.HalfBox29 {
  width: 29%;
}

.HalfBox30 {
  width: 30%;
}
@media (max-width: 640px){
	.HalfBox30 {
		width: 70%;
	}
}

.HalfBox31 {
  width: 31%;
}

.HalfBox32 {
  width: 32%;
}

.HalfBox33 {
  width: 33%;
}

.HalfBox34 {
  width: 34%;
}

.HalfBox35 {
  width: 35%;
}

.HalfBox36 {
  width: 36%;
}

.HalfBox37 {
  width: 37%;
}

.HalfBox38 {
  width: 38%;
}

.HalfBox39 {
  width: 39%;
}

.HalfBox40 {
  width: 40%;
}

.HalfBox41 {
  width: 41%;
}

.HalfBox42 {
  width: 42%;
}

.HalfBox43 {
  width: 43%;
}

.HalfBox44 {
  width: 44%;
}

.HalfBox45 {
  width: 45%;
}

.HalfBox46 {
  width: 46%;
}

.HalfBox47 {
  width: 47%;
}

.HalfBox48 {
  width: 48%;
}

.HalfBox49 {
  width: 49%;
}

.HalfBox50 {
  width: 50%;
}

.HalfBox55 {
  width: 55%;
}

.HalfBox60 {
  width: 60%;
}

.HalfBox65 {
  width: 65%;
}

.HalfBox70 {
  width: 70%;
}

.HalfBox75 {
  width: 75%;
}
@media (max-width: 640px){
  .HalfBox70 {
    width: 100%;
  }
  .HalfBox75 {
    width: 100%;
  }
}

.HalfBox80 {
  width: 80%;
}

/*===============================================
	align
===============================================*/
.center {
  text-align: center !important;
  margin: 0 auto !important;
}

.textleft {
  text-align: left !important;
}

.textright {
  text-align: right !important;
}

.pcenter {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

/*===============================================
	color
===============================================*/
.Red01 {
  color: #ff0000;
}
.Blue01 {
  color: #006ab6;
}

.Blue02 {
  color: #1c95db;
}

.Green01 {
  color: #36aa69;
}

.Orange {
  color: #e85504;
}

.red {
  color: #ff0000;
}

.Pink {
  color: #f9789d;
}

.Black {
  color: #000 !important;
}

/*responsive*/
/********max-width:640px************/
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }

  body {
    background: #fff;
    font-size: 2.0rem;
    -webkit-text-size-adjust: 100%;
  }

    /*=============================================== 
	上書き
===============================================*/
    /*=============================================== 
	フォントサイズ
===============================================*/
  html {
    font-size: 80.0%;
  }

  body {
    background: #fff;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
  }

  /*===============================================*/
    /*=============================================== 
	基本コンテンツ
===============================================*/
  #page {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: none;
  }

  img {
    width: 100%;
  }

    /*=============================================== 
	wrapper
===============================================*/
  #wrapper {
    background: #fff;
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
  }

    /*=============================================== 
	独自
===============================================*/
  .HalfBoxL30 {
    width: 80%;
    float: none;
    padding-right: 0;
    margin: 20px auto;
  }

  .HalfBoxL40 {
    width: 80%;
    float: none;
    padding-right: 0;
    margin: 20px auto;
  }

  .HalfBoxL50 {
    width: 80%;
    float: none;
    padding-right: 0;
    margin: 20px auto;
  }

  .HalfBoxR50 {
    width: 100%;
    float: none;
    margin: auto;
  }

  .HalfBoxR60 {
    width: 100%;
    float: none;
    margin: auto;
  }

  .HalfBoxR70 {
    width: 100%;
    float: none;
    margin: auto;
  }

  .drawer-open {
    overflow: hidden !important;
  }

  .drawer-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #fff;
  }

  .drawer-brand {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  .drawer-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .drawer-open .drawer-overlay {
    display: block;
  }

  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }

  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }

  .drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }

  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }

  .drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
  }

  .drawer-hamburger {
    /*position: fixed;*/
    z-index: 4;
    top: 5em;
    display: block;
    box-sizing: content-box;
    width: 4rem;
    padding: 0;
    padding: 18px .75em 30px 2em;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }

  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }

  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 14px;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
  }

  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    position: absolute;
    top: -14px;
    left: 0;
    content: " ";
  }

  .drawer-hamburger-icon:after {
    top: 14px;
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }

  .drawer-open .drawer-hamburger-icon:after,
  .drawer-open .drawer-hamburger-icon:before {
    top: 0;
    background-color: #222;
  }

  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }

  .drawer--sidebar,
  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
}
@media screen and (max-width: 640px) and (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media screen and (max-width: 640px) and (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 640px) {
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar {
    z-index: 3;
    top: 0;
    width: 100%;
  }

  .drawer-navbar--fixed {
    position: fixed;
  }

  .drawer-navbar-header {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center;
  }

  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }

  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }

  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 640px) and (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
@media screen and (max-width: 640px) {
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }

  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }

  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }

  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) and (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 640px) and (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}




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

  下層ページ

/////////////////////////////////////////////////////////////////////////////////////////////*/
#LowPage .BlueLineBox ,
#PopUp .BlueLineBox {
    border: 1px solid #0284FF;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
}
#LowPage .GrayBgBox ,
#PopUp .GrayBgBox {
    padding: 20px;
    background-color: #eee;
    border-radius: 6px;
}

#LowPage .BeigeBgBox, #PopUp .BeigeBgBox {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    background-color: #faf5ec;
}

#LowPage h2.HalfTwin {
    position: relative;
    text-align: center;
    border-bottom: none;
    text-shadow: 2px 2px 4px #fff, -2px -2px 4px #fff;
    font-weight: bold;
}
#LowPage h2.HalfTwin::before {
    border-bottom: 8px solid #0084ff;
    bottom: -10px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 200px;
    box-shadow: 1px 1px 18px #fff, -1px -1px 18px #fff;
}
#LowPage h2.HalfTwin::after {
    border-bottom: 8px solid #a0cbf4;
    bottom: -10px;
    content: "";
    margin: auto;
    position: absolute;
    right: 0;
    height: 0px;
    left: 100px;
    width: 100px;
}


/*=============================================== 
  ダウンロードページ
===============================================*/

.DownLoadBox{
    width: 74%;
    max-width: 936px;
    margin: auto;
}
.DownLoadBox dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:20px 0;
}
.DownLoadBox dl dt.Title {
  width: 20%;
}
.DownLoadBox dl dt.Title:before {
  content: "●";
  color: #674496;
  margin-right: .3em;
}
.DownLoadBox dl dt.Image {
  width: 46%;
  padding-right: 4%;
  text-align: left;
}
.DownLoadBox dl dd {
  width: 30%;
}
.DownLoadBox dl dd div.Btn {
  width: 90%;
  margin-left: 10px;
  text-align: center;
  padding: 8px;
  background-color: #006ab6;
  border-radius: 4px;
}
.DownLoadBox dl dd div.Btn a {
  color: #fff;
  display: block;
  position: relative;
}
.DownLoadBox dl dd div.Btn a:before {
  content: "▶";
  font-size: 9px;
  position: absolute;
  top: auto;
  left: 5px;
}

@media screen and (max-width: 640px) {
  .DownLoadBox dl {
    display: block;
  }
  .DownLoadBox dl dt.Title {
    width: 100%;
    margin-bottom: 20px;
  }
  .DownLoadBox dl dt.Image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .DownLoadBox dl dd {
    width: 100%;
  }
  .DownLoadBox dl dd div.Btn {
    width: 100%;
    margin-left: 0px;
  }
}

/*=============================================== 
  新技術・新製品セミナー
===============================================*/

#Presentation .Program {
  width:100%;
  text-align:center;
}
#Presentation .Program dl {
  -moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
    box-sizing: border-box;     /* box-size[border・padding 込み] */
  display:inline-block;
  width:80%;
  margin:auto;
  font-size:24px;
}
#Presentation .Program dl dt {
  text-align:center;
  margin:0 auto;
  width:48%;
  height:46px;
  line-height:46px;
  color:#fff;
  font-weight:bold;
  z-index:1000;
  position:relative;
  background-color:#267dcb;
    border-radius: 23px;        /* CSS3草案 */  
    -webkit-border-radius: 23px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 23px;   /* Firefox用 */ 
}
#Presentation .Program dl dd {
  -moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
    box-sizing: border-box;     /* box-size[border・padding 込み] */
  min-height:130px;
  padding:40px 15px 10px;
  margin-top:-23px;
  text-align:center;
  background-color:#fefef8;
  border:1px solid #d8d8d8;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
#Presentation .Program dl dd p {
  margin-bottom:10px;
}
#Presentation .Program dl dd p.Bold {
  font-weight: bold;
}


/*=============================================== 
  併催企画
===============================================*/


#keiryo_event {
}
#keiryo_event dl {
  background-color: #fc9729;
  border:6px solid #fc9729;
  border-bottom: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.7rem;
}
#keiryo_event p.Title {
  color: #fff;
  background-color: #fc9729;
  padding: 10px 8px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
#keiryo_event dl dt {
  background-color: #fff;
  color: #fc9729;
  padding: 2px 8px;
  text-align: center;
  width: 20%;
  border-bottom:6px solid #fc9729;
}
#keiryo_event dl dd {
  padding: 2px 8px;
  width: 80%;
  border-bottom:6px solid #fc9729;
  text-align: left;
}

#keiryo_event dl.schedule {
  background-color: #ffd399;
  border: none;
  border-bottom: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.7rem;
  padding: 6px;
  margin-bottom: 1px;
}
#keiryo_event dl.schedule dt {
  background-color: #fff;
  color: #fc9729;
  padding: 2px 8px;
  text-align: center;
  width: 20%;
  border-bottom:6px solid #ffd399;
}
#keiryo_event dl.schedule dt.Long {
  width: 100%;
  color: #000;
  border-bottom: none;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6em;
  padding: 8px;
}
#keiryo_event dl.schedule dt.Long .Strong {
  font-size: 2rem;
  color: #fc9729;
  font-weight: bold;
  margin-bottom: 8px;
}
#keiryo_event dl.schedule dd {
  padding: 2px 8px;
  width: 80%;
  border-bottom:6px solid #ffd399;
  color: #000;
  text-align: left;
}
#keiryo_event h3 {
  font-weight: bold;
  color: #f98e00;
}

#sougou_event {
}
#sougou_event dl {
  background-color: #2b178e;
  border:6px solid #2b178e;
  border-bottom: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.7rem;
}
#sougou_event p.Title {
  color: #fff;
  background-color: #2b178e;
  padding: 10px 8px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
#sougou_event dl dt {
  background-color: #fff;
  color: #2b178e;
  padding: 2px 8px;
  text-align: center;
  width: 20%;
  border-bottom:6px solid #2b178e;
}
#sougou_event dl dd {
  padding: 2px 8px;
  width: 80%;
  border-bottom:6px solid #2b178e;
  text-align: left;
}

#sougou_event dl.schedule {
  background-color: #d1ccf2;
  border: none;
  border-bottom: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.7rem;
  padding: 6px;
  margin-bottom: 1px;
}
#sougou_event dl.schedule dt {
  background-color: #fff;
  color: #2b178e;
  padding: 2px 8px;
  text-align: center;
  width: 20%;
  border-bottom:6px solid #d1ccf2;
}
#sougou_event dl.schedule dt.Long {
  width: 100%;
  color: #000;
  border-bottom: none;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6em;
  padding: 8px;
}
#sougou_event dl.schedule dt.Long .Strong {
  font-size: 2rem;
  color: #2b178e;
  font-weight: bold;
  margin-bottom: 8px;
}
#sougou_event dl.schedule dd {
  padding: 2px 8px;
  width: 80%;
  border-bottom:6px solid #d1ccf2;
  color: #000;
  text-align: left;
}
#sougou_event h3 {
  font-weight: bold;
  color: #f98e00;
}


/*=============================================== 
  セミナー申し込み
===============================================*/
.DownBt a {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}
.DownBt a:hover {
  color: #1d283a;
  background-position: right center;
}
.DownBt a:before, .DownBt a:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 50px;
  height: 1px;
  background: #674496;
  transition: 0.3s;
}
.DownBt a:hover:before, .DownBt a:hover:after {
  top: 30px;
}
.DownBt a:before {
  width: 1px;
  height: 20px;
  transform: translate(30px, 0px);
}
.DownBt a:after {
  width: 10px;
  transform-origin: right center;
  transform: translate(30px, 10px) rotate(135deg);
}

/*=============================================== 
  出展社検索
===============================================*/


#PopUp .TitleBox {
  background: linear-gradient(45deg, #d7f2f9, #fbf3ff, #d9f9e2);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 12s ease infinite;
  -moz-animation: AnimationName 12s ease infinite;
  animation: AnimationName 12s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}


#PopUp .container {
  padding: 30px 0;
  text-align: center;
}
#PopUp .TitleBox .ShowTitle {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 640px){
  #PopUp .TitleBox .ShowTitle {
    width: 94%;
  }
}
#PopUp .GrayBgBox {
    padding: 20px;
    background-color: #eee;
    border-radius: 6px;
}
.UserListNav {
  padding: 24px 18px;
  border:2px solid #674496;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 30px;
}
.UserListNav .Hakaru {
  margin-top: -3.1em!important;
  background: #fff;
  padding: 0 5%;
}
.UserListNav .Hakaru a {
  padding: 0;
}
@media (max-width: 640px){
  .UserListNav .HalfBox36 {
    width: 60%
  }
  .UserListNav .Hakaru {
    margin-top: -2.3em!important;
  }
}


.search_list p a img {
  max-width: 72%;
  max-height: 42px;
}
.search_list p a {
  padding: 0;
}
@media (max-width: 640px){
  .search_list .HalfBox31 {
    width: 46%;
  }
}

#Search_box {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px){
  #Search_box {
    display: block;
  }
}
#Search_box p {
  padding-top: .3em;
}
#Search_box form #search {
    width: 350px;
    padding: 4px;
}
#Search_box form .fas {
    padding: 6px;
    background-color: #017ce5;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    border: none;
}
@media (max-width: 640px){
  #Search_box form .fas {
    font-size: 1.25em;
  }
}

ul.seizai_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 12px;
}
ul.seizai_nav li {
  /*width: 18%;*/
	width: 8%;
  text-align: center;
  margin:0 1% 16px;
}
ul.seizai_nav li a {
  padding: 6px;
  display: block;
  border-radius: 1.5em;
  border:1px solid #ddd;
  text-decoration: none;
  background-color: #f6f3ee;
  color: #000;
}
ul.seizai_nav li a.over {
  background-color: #3faae0;
  font-weight: bold;
  color: #fff;
}

#EntryList h3 {
  background-color: #edf0f8;
  padding: 8px;
  font-size: 1.2em;
  text-align: center;
  margin:1em 0;
}
#EntryList dl {
  border-bottom: dashed #ddd 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 640px){
  #EntryList dl {
    display: block;
  }
}
#EntryList dl:last-child {
  margin-bottom: 30px;
}
#EntryList dl figure {
  width: 60px;
  margin: 0 .8% auto;
}
#EntryList dl figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
#EntryList dl dt {
  margin: 0 2% 0 .5%;
  width: 77.8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px){
  #EntryList dl dt {
    width: 100%;
  }
}


#EntryList dl dt div:first-child {
  width: 85%;
}
#EntryList dl dt div:first-child p.Bold a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 640px){
  #EntryList dl dt div:first-child {
    width: 78%;
  }
}

#EntryList dl dt div.detail {
  width: 100px;
  margin-left: 10px;
  text-align: center;
  padding: 8px;
  background-color: #006ab6;
  border-radius: 4px;
}
#EntryList dl dt div.detail a {
  color: #fff;
  display: block;
  position: relative;
}
#EntryList dl dt div.detail a:before {
  content: "▶";
  font-size: 9px;
  position: absolute;
  top: auto;
  left: 5px;
}
#EntryList dl dt div p.Bold {
  font-weight: bold;
}
#EntryList dl dd div {
  width: 140px;
  text-align: right;
}

@media (max-width: 640px){
  #EntryList dl dd div {
    margin-left: auto;
  }
}

#PopUp .close{
    position:absolute;
    display:inline-block;
    top:0px;
    bottom:0px;
    left:0px;
    width:32px;
    height:32px;
    border:0;
    background-color:black;
    border-radius:32px;
    margin:auto;
    padding:0;
    transform:scale(0.5);
    cursor:pointer;
  }
#PopUp .close:before{
    content:"";
    position:absolute;
    display:inline-block;
    top:4px;
    left:13px;
    width:6px;
    height:24px;
    border:0;
    margin:0;
    padding:0;
    background-color:white;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }
#PopUp .close:after{
    content:"";
    position:absolute;
    display:inline-block;
    top:4px;
    left:13px;
    width:6px;
    height:24px;
    border:0;
    margin:0;
    padding:0;
    background-color:white;
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }
#PopUp .close:hover{
    background-color:red;
  }
#PopUp .Button_Close {
    overflow: hidden;
    margin: 0 auto;
    border-bottom: none!important;
    width: 80%;
    max-width: 300px;
}
#PopUp .Button_Close a {
    padding: 8px 10px 6px 25px;
    color: #fff!important;
    background: #507bfe;
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


ul.covid19_list {
  display: flex;
  justify-content:
  space-between;
  flex-wrap: wrap;
  margin: 20px auto;
}
ul.covid19_list li {
  width: 13%;
}
@media screen and (max-width:640px) {
  ul.covid19_list li {
    width: 31%;
    margin-bottom: 10px;
  }
}


  .covid19_flow_block .s-top-group_zero {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: space-between;
    align-items: space-between;
    padding: 30px 0 80px!important;
    width: 100%;
  }

@media screen and (max-width:640px) {
  .covid19_flow_block .s-top-group_zero {
    padding: 0px 0 80px!important;
  }
}

.covid19_flow_block h3 {
  background-color: #b3d4f0;
  text-align: center;
  font-size: 1.7em;
  padding: .4em;
}

@media screen and (max-width:640px) {
  .covid19_flow_block h3 {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
}
.covid19_flow dl.InfoFirst {
  background-color: #efefef;
  padding: 18px;
}
.covid19_flow dl.InfoFirst:nth-of-type(2n) {
    background-color: #f8f8f8;
}
.covid19_flow dl.InfoFirst dt {
  display: table;
  padding-bottom: 10px;
}
.covid19_flow dl.InfoFirst dt div {
  width: 50px;
  line-height: 50px;
  background-color: #2880ca;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  font-size: 28px;
  color: #fff;
}
.covid19_flow dl.InfoFirst dt p {
  display: table-cell;
  vertical-align: middle;
}
.covid19_flow dl.InfoFirst dd{
  background-color: #fff;
  padding: 20px 20px 20px 65px;
}
.covid19_flow dl.InfoFirst dd img {
  height: auto;
  width: 90%;
}

  .covid19_app_block .s-top-group_zero {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 0 10px!important;
    width: 100%;
  }
.covid19_app_block h3 {
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (max-width:640px) {
  .covid19_app_block h3 {
    font-size: 1.4em;
  }
}


.GLine {
  padding: 14px;
  width: 100%;
  border:8px solid #eee;
}
.covid19_app .flex35 {
    width: 35%;
    padding: 2em;
}
.covid19_app .flex35 dl dt {
    background-color: #000;
    border: 2px solid #ddd;
    border-radius: 6px;
    text-align: center;
    padding: .5em 3em;
    margin-bottom: .5em;
}
.covid19_app .flex35 dl dd img {
    width: 70%;
    height: auto;
}

@media screen and (max-width:640px) {
  .covid19_app .flex35 {
  width: 50%;
  padding: .2em;
  }
}


@media screen and (max-width:640px) {
  .covid19_app .flex35 dl dd img {
    width: 90%;
    height: auto;
  }
}

.list_wrap_entry {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
}
.list_wrap_entry li {
  margin-bottom: .4em;
  text-indent: -1em;
  margin-left: 1.2em;
}
 
.list_wrap_entry li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #006ab6;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 5px;          /* 余白指定 */
}

.btn:disabled{
    cursor: default;
    opacity: 0.6;
}

ol.count {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
ol.count li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: .4em;
}
ol.count li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0284FF;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/*=============================================== 
  出展社詳細
===============================================*/
#PopUp h2.BlueBkTi{
  background-color: #006ab6;
  color: #fff;
  border-radius: 6px;
  padding: 6px;
}

#PopUp .Button_Print {
    overflow: hidden;
    margin: 0 auto;
    border-bottom: none!important;
    width: 80%;
    max-width: 300px;
}
@media (max-width: 640px){
  #PopUp .Button_Print {
    margin-bottom: 40px;
  }
}
#PopUp .Button_Print a {
    padding: 8px 10px 6px 25px;
    color: #000!important;
    background: #ddd;
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#PopUp .Button_Print a span.print::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02f";
  color: #000;
    position: absolute;
    display: inline-block;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 32px;
    width: 32px;
    margin: auto;
}


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

  お問い合わせ・面談希望・資料請求

/////////////////////////////////////////////////////////////////////////////////////////////*/
.Inquiry,
.Interview {
  display: none;
}
.active {
  display: table-row!important;
}



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

  ログイン・マイページ

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

#Member .Program {
  width:100%;
  text-align:center;
}
#Member .Program dl {
  -moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
    box-sizing: border-box;     /* box-size[border・padding 込み] */
  display:inline-block;
  width:80%;
  margin:auto;
  font-size:24px;
}
#Member .Program dl dt {
  text-align:center;
  margin:0 auto;
  width:48%;
  height:46px;
  line-height:46px;
  color:#fff;
  font-weight:bold;
  z-index:1000;
  position:relative;
  background-color:#267dcb;
    border-radius: 23px;        /* CSS3草案 */  
    -webkit-border-radius: 23px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 23px;   /* Firefox用 */ 
}
#Member .Program dl dd {
  -moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
    box-sizing: border-box;     /* box-size[border・padding 込み] */
  min-height:130px;
  padding:40px 15px 10px;
  margin-top:-23px;
  text-align:center;
  font-size:13px;
  background-color:#fefef8;
  border:1px solid #d8d8d8;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
#Member .Program dl dd p {
  margin-bottom:10px;
}
#Member .Program dl dd div.InFlex {
  margin-bottom:10px;
  display: flex;
  justify-content: center;
}
#Member .Program dl dd div.InFlex div {
  width: 50%;
  text-align: left;
  margin: 0 10px;
}
#Member .Program dl dd div.InFlex div:first-child {
  width: 20%;
  text-align: right;
  line-height: 2.7em;
}
#Member input[type="text"],
#Member input[type="password"] {
  width: 80%;
  padding: 10px;
  height: auto;
}
#Member input[type="submit"] {
  margin:20px auto;
  padding:15px 30px;
  text-align:center;
  background-color: #1464c4;
  color: #fff;
  border-style: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#Member .err_area {
    color: #ff0000;
}
#Member .err_area p {
    margin-bottom: 0!important;
}
#Member .err_area ul li {
    font-weight: bold;
}
@media screen and (max-width: 640px) {
  #Member .Program dl dt {
    width: 60%;
  }
  #Member .Program dl dd {
    font-size: 24px;
  }
  #Member .Program {
    width: 100%;
  }
  #Member .Program dl {
    width: 100%;
  }
  #Member .Program dl dd div.InFlex div {
    width: 70%;
  }
  #Member .Program dl dd div.InFlex div:first-child {
    width: 30%;
  }
  #Member input[type="text"],
  #Member input[type="password"] {
    width: 100%;
  }
}
#MyPage p.logout {
    position: fixed;
    top:0;
    right: 0;
    padding: 4px 12px;
    background-color: #000;
    z-index: 1000;
}
#MyPage p.logout a {
    color: #fff;
}
#MyPage p.Name {
    font-weight: bold;
    text-align: center;
}
#MyPage h3 {
    background-color: #edf0f8;
    padding: 8px;
    font-size: 1.2em;
    text-align: center;
    margin: 1em 0;
}
#MyPage .MoreBt a {
    color: #006ab6!important;
    text-decoration: underline;
    background-color: #f2eefc;
    padding: .5em 1em 2em!important;
}
#MyPage .Navi .HalfBox45 {
    position: relative;
}
#MyPage .Navi .HalfBox45 p.Detail {
    position: absolute;
    bottom: 6px;
    left: 1em;
}
.MyPageCenteringMragin {
    margin-left: 5.6%!important;
}
@media screen and (max-width: 640px) {
    #MyPage p.logout {
        padding: 9px 8px;
    }
    #MyPage p.logout a {
        writing-mode: vertical-rl;
    }
    #MyPage .Navi .HalfBox45 {
        position: relative;
        width: 100%!important;
    }
    .MyPageCenteringMragin {
        margin-left: 1%!important;
    }
}
/*
@media screen and (max-width: 1024px){
	#MyPage .Navi .HalfBox45 {
			position: relative;
			width: 100%;
	}
}
*/



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

  フォーム

/////////////////////////////////////////////////////////////////////////////////////////////*/
.fr {
    float: right!important;
}

.table_a td div.flexstart p.address {
  width: 210px;
}
input,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0.25em 0;
  border: 1px solid #ccc;
  padding: 6px;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"] {
  line-height: normal;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  height: 2em;
  -webkit-appearance: none;
}

.wpcf7-text {
  border: 1px solid #e0e0e0;
}
.wpcf7c-conf {
  border:#fff;
}
.TxT-Center {
    text-align: center;
}
.TxtRed {
    color: #ff0000;
}


#form-bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

input#submit,
input.submit {
    padding: 15px 40px;
  margin:40px;
    font-size: 1.2em;
    background-color: #1464c4;
    color: #fff;
    border-style: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input#submit:hover,
input.submit:hover {
    background-color: #3076c9;
  cursor:pointer;
}

input#reset_button,
input.reset_button {
    padding: 15px 40px;
  margin:40px;
    font-size: 1.2em;
    background-color: #eaeaea;
    color: #333;
    border:1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  behavior: url(../../united2025/css/PIE.htc);
}
input#reset_button:hover,
input.reset_button:hover {
  background-color:#efefef;
  cursor:pointer;
}

input#back {
    padding: 15px 40px;
  margin:40px;
    font-size: 1.2em;
    background-color: #eaeaea;
    color: #333;
    border:1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  behavior: url(../../united2025/css/PIE.htc);
}
input#back:hover {
  background-color:#efefef;
  cursor:pointer;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: push-button;
}

textarea {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.167em 5px;
  -webkit-appearance: none;
  width: 90%;
}


/*チェックボックス*/
input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 2px 4px 4px 24px;
  vertical-align: middle;
  cursor: pointer;
}


.radio:hover, .checkbox:hover {
  /*background-color: #efefef;*/
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #45c0e3;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  /*left: 15px;*/
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  content: '';
}

.radio:after {
  border-radius: 10px;
}

.checkbox:after {
  border-radius: 3px;
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1464c4;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -9px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #1464c4;
  border-bottom: 3px solid #1464c4;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}



