@charset"utf-8";
@import "common.css";

/* visualSec
-------------------------------------------------- */
section.visualSec div.swiper-container{
  width: 100%;
  height: 60rem;
  position: relative;
  margin: 0 0 3rem;
}
section.visualSec.protein div.swiper-container div.swiper-slide.mv01{
  background: url(../img/protein_japan/mainvisual_protein_01.jpg) center center / cover no-repeat;
}
section.visualSec.protein div.swiper-container div.swiper-slide.mv02{
  background: url(../img/protein_japan/mainvisual_protein_02.jpg) center center / cover no-repeat;
}
section.visualSec.protein div.swiper-container div.swiper-slide.mv03{
  background: url(../img/protein_japan/mainvisual_protein_03.jpg) center center / cover no-repeat;
}
section.visualSec.protein div.swiper-container div.swiper-slide.mv04{
  background: url(../img/protein_japan/mainvisual_protein_04.jpg) center center / cover no-repeat;
}
section.visualSec.protein div.swiper-container div.swiper-slide.mv05{
  background: url(../img/protein_japan/mainvisual_protein_05.jpg) center center / cover no-repeat;
}
section.visualSec.oil div.swiper-container div.swiper-slide.mv01{
  background: url(../img/oil_japan/mainvisual_oil_01.jpg) center center / cover no-repeat;
}
section.visualSec.oil div.swiper-container div.swiper-slide.mv02{
  background: url(../img/oil_japan/mainvisual_oil_02.jpg) center center / cover no-repeat;
}
section.visualSec.oil div.swiper-container div.swiper-slide.mv03{
  background: url(../img/oil_japan/mainvisual_oil_03.jpg) center center / cover no-repeat;
}
section.visualSec.oil div.swiper-container div.swiper-slide.mv04{
  background: url(../img/oil_japan/mainvisual_oil_04.jpg) center center / cover no-repeat;
}
section.visualSec.oil div.swiper-container div.swiper-slide.mv05{
  background: url(../img/oil_japan/mainvisual_oil_05.jpg) center center / cover no-repeat;
}
section.visualSec.jyokin div.swiper-container div.swiper-slide.mv01{
  background: url(../img/jyokin_koukin_expo/mainvisual_jyokin_01.jpg) center center / cover no-repeat;
}
section.visualSec.jyokin div.swiper-container div.swiper-slide.mv02{
  background: url(../img/jyokin_koukin_expo/mainvisual_jyokin_02.jpg) center center / cover no-repeat;
}
section.visualSec.jyokin div.swiper-container div.swiper-slide.mv03{
  background: url(../img/jyokin_koukin_expo/mainvisual_jyokin_03.jpg) center center / cover no-repeat;
}
section.visualSec.jyokin div.swiper-container div.swiper-slide.mv04{
  background: url(../img/jyokin_koukin_expo/mainvisual_jyokin_04.jpg) center center / cover no-repeat;
}
section.visualSec.jyokin div.swiper-container div.swiper-slide.mv05{
  background: url(../img/jyokin_koukin_expo/mainvisual_jyokin_05.jpg) center center / cover no-repeat;
}
section.visualSec .swiper-slide.swiper-slide-active::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.2)!important;
}
/* pagenation */
section.visualSec div.swiper-pagination{
  margin-bottom: 1rem;
}
section.visualSec span.swiper-pagination-bullet-active{
  background: #fff!important;
}
section.visualSec span.swiper-pagination-bullet{
  border:4px solid #fff!important;
  background: none;
  width: 10px!important;
  height: 10px!important;
  margin-right: 1.5rem!important;
}
/* copy-area */
section.visualSec div.copy-area{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8)!important;
  padding: 5rem 0;
}
section.visualSec div.copy-area img{
  width: 62rem;
  height: auto;
}
section.visualSec div.copy-area p.copy{
  color: #000;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0.8rem;
}
section.visualSec div.copy-area p.sub{
  color: #000;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0.8rem;
}
/* visitor */
section.visualSec.visitor{
  background: url(../img/visitor/mainvisual.jpg) center center / cover no-repeat;
  width: 100%;
  height: 50rem;
  position: relative;
  margin: 0 0 3rem;
}
section.visualSec.visitor::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.65)!important;
}
section.visualSec.visitor div.visitor{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 1;
}
@media print, screen and (max-width: 960px) {
  /* visitor */
  section.visualSec.visitor{
    height: 45rem;
  }
  section.visualSec.visitor::after{
    height: 45rem;
  }
  section.visualSec.visitor div.visitor{
    width: 96%;
    margin: 0 auto;
  }
  section.visualSec.visitor div.visitor img{
    width: 100%;
    height: auto;
  }
}
@media print, screen and (max-width: 840px) {
  section.visualSec div.swiper-container{
    height: 45rem;
    margin: 0 0 3rem;
  }
  section.visualSec .swiper-slide.swiper-slide-active::after {
    height: 45rem;    
  }
  /* copy-area */
  section.visualSec div.copy-area img{
    width: 80%;
    height: auto;
  }
  section.visualSec div.copy-area p.copy{
    font-size: 5.4vw;
    margin-top: 0.5%;
  }
  section.visualSec div.copy-area p.sub{
    font-size: 4.8vw;
    line-height: 1.2;
    margin-top: 0.8%;
  }
}
@media print, screen and (max-width: 560px) {
  /* visitor */
  section.visualSec.visitor{
    height: 40rem;
  }
  section.visualSec.visitor::after{
    height: 40rem;
  }  
}

/* titleSec
-------------------------------------------------- */
section.titleSec{
  margin: 5rem 0 5rem;
}
@media print, screen and (max-width: 767px) {
  section.titleSec{
    margin: 3rem 0 5rem;
  }
}

/* img-area
-------------------------------------------------- */
div.img-area{
  width: 100%;
}
div.img-area img{
  width: 100%;
  height: auto;
}

/* "h"tag
-------------------------------------------------- */
h2.h2-ttl{
  font-size: 3.0rem;
  text-align: center;
  color:#5EB384;
  position: relative;
  line-height: 1.4;
}
h2.h2-ttl::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  background: #5EB384;
  display: block;
  width: 5rem;
  height: 1px;  
  transform: translate3d(-50%,0,0);
}
h3.h3-cmn {
  font-size: 2.8rem;
  margin-bottom: 5rem;
  line-height: 1.4;
  text-align: center;
}
h3.h3-cmn-kst {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.4;
  border-bottom: 2px solid #C8C8C8;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
h3.h3-cmn-kst::after{
  border-bottom: 2px solid #013658;
  position: absolute;
  content: "";
  display: block;
  width: 25%;
  z-index: 5;
  padding-bottom: 1rem;
}
h3.h3-cmn-line{
  font-size: 2.4rem;
  line-height: 1.2;
  border-left: 7px solid #5EB384;
  padding-bottom: 0.2rem;
  padding-left: 0.7rem;
  margin-bottom: 3rem;
}
h4.h4-cmn-line {
    font-size: 2.4rem;
    line-height: 1.3;
    border-left: 7px solid #5EB384;
    padding-bottom: 0.1rem;
    padding-left: 0.7rem;
    margin-bottom: 3rem;
}
h4.h4-cmn-line.bk{
  border-left: 7px solid #333;
}
h4.h4-outline{
  font-size: 2.0rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #333;
  margin-bottom: 1rem;
}
h5.h5-exhibitor{
  font-size: 1.8rem;
  line-height: 1.3;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #333;
  margin-bottom: 1.5rem;
}
h5.h5-price{
  font-size: 2.0rem;
  line-height: 1.3;
  margin-bottom: 3rem;
  color: #D63448;
}
/* en */
h2.h2-cmn.en{
  margin-bottom: 2rem;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.8rem;
  text-align: left;
  position: relative;
  color: #5EB384;
}
h2.h2-cmn.en:after {
  border-bottom: 1px solid #5EB384;
  position: absolute;
  content: "";
  display: block;
  width: 25%;
  z-index: 10;
  padding-bottom: 0.8rem;
}
h3.h3-cmn.en{
  margin-bottom: 2rem;
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.8rem;
  text-align: left;
  position: relative;
  color: #5EB384;
}
h3.h3-cmn.en:after {
  border-bottom: 1px solid #5EB384;
  position: absolute;
  content: "";
  display: block;
  width: 25%;
  z-index: 10;
  padding-bottom: 0.8rem;
}
@media print, screen and (max-width: 767px) {
  h2.h2-ttl{
    font-size: 2.6rem;
    text-align: center;
    position: relative;
    line-height: 1.4;
  }
  h3.h3-cmn {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  h3.h3-cmn-line{
    font-size: 2.0rem;
    border-left: 5px solid #5EB384;
    padding-left: 0.7rem;
    margin-bottom: 2rem;
  }
  h3.h3-cmn-kst {
    font-size: 2.2rem;
  } 
  h4.h4-cmn-line{
    font-size: 2.0rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
  h4.h4-outline{
    font-size: 1.8rem;
  }
  /* en */
  h2.h2-cmn.en{
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  h3.h3-cmn.en{
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}

/* ol
-------------------------------------------------- */
ol.feature{
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
ol.feature li{
  position: relative;
  padding: 0 0 0 3.5rem;
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
}
ol.feature li:last-child{
  margin-bottom: 0;
}
ol.feature li:before{
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #333;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 1.7rem;
  border-radius: 50%;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  ol.feature li{
    position: relative;
    padding: 0 0 0 3rem;
    line-height: 1.3;
    font-size: 1.5rem;
    font-weight: bold;
  }
  ol.feature li:before{
    font-size: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 1.6;
  }
}

/* header
-------------------------------------------------- */
header{
  -webkit-box-shadow: none;
  box-shadow: inherit;
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec{
  margin: 0 0 5rem;
}
section.breadcrumbSec div.content div.breadcrumb ul li{
  display: inline-block;
}
section.breadcrumbSec div.content div.breadcrumb ul li::after{
  content: '>';
  padding: 0 1.5rem;
}
section.breadcrumbSec div.content div.breadcrumb ul li:last-child::after{
  display: none;
}
section.breadcrumbSec div.content div.breadcrumb ul li a{
  color: #5EB384;
  text-decoration: underline;
}
section.breadcrumbSec div.content div.breadcrumb ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.breadcrumbSec div.content div.breadcrumb ul li{
    font-size: 1.3rem;
    line-height: 1.6;
  }
  section.breadcrumbSec div.content div.breadcrumb ul li::after{
    padding: 0 1.0rem;
  }
}

/* 構成展ページ
-------------------------------------------------- */
/* guideSec */
section.guideSec.comp_ex{
  margin: 0;
}
section.guideSec p.catch{
  color: #EA6E59;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5rem;
  text-align: center;
}
/* aboutSec */
section.aboutSec p.em{
  font-size: 1.8rem;
  font-weight: bold;
  color: #5EB384;
  line-height: 1.6;
}
/* promotionSec */
section.promotionSec{
  margin: 7rem auto 0;
}
section.promotionSec div.img-area{
  margin: 3rem auto;
}
section.promotionSec div.list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 5rem;
}
section.promotionSec div.list ul li{
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-left: 2.5rem;
}
section.promotionSec div.list ul li:last-child{
  margin-bottom: 0;
}
section.promotionSec div.list ul li::after{
  display: block;
  content: '';
  position: absolute;
  top: 1.2rem;
  left: 0rem;
  width: 1.3rem;
  height: 0.5rem;
  border-left: 4px solid #EA6E59;
  border-bottom: 4px solid #EA6E59;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* featureSec */
section.featureSec{
  margin: 5rem auto 0;
}
section.featureSec h3.h3-cmn-line{
  margin-bottom: 3rem;
}
section.featureSec div.feature div.box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1.2rem 2rem 1.2rem 1.2rem;
  border: 1px solid #333;
}
section.featureSec div.feature div.box:last-child{
  margin-bottom: 1rem;
}
section.featureSec div.feature div.box span.num{
  font-size: 2.6rem;
  padding: 1.2rem 1.8rem 1.4rem;
  color: #fff;
  font-weight: bold;
  margin-right: 1.5rem;
}
section.featureSec div.feature.oil div.box span.num{
  background: #C9A805;
}
section.featureSec div.feature.protein div.box span.num{
  background: #CC0011;
}
section.featureSec div.feature.jyokin div.box span.num{
  background: #00A0E9;
}
section.featureSec div.feature.wellness div.box span.num{
  background: #5EB384;
}
section.featureSec div.feature div.box p.text{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
section.featureSec div.feature div.box p.text span.att{
  font-size: 1.3rem;
}
section.featureSec p.att{
  text-align: right;
  font-size: 1.4rem;
}
section.featureSec div.img-area ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}
section.featureSec div.img-area ul li{
  width: 32.5%;
}
/* compositionExhibitionSec */
section.compositionExhibitionSec {
    margin: 6rem auto 0;
}
section.compositionExhibitionSec h4.h4-cmn-line{
  margin-bottom: 5rem;
}
section.compositionExhibitionSec div.logo{
  width: 50rem;
  margin: 0 auto 3rem;
}
section.compositionExhibitionSec div.target{
  width: 72rem;
  margin: 0 auto;
}
section.compositionExhibitionSec div.target p.target-ttl{
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #5EB384;
}
section.compositionExhibitionSec div.target .arrow{
  width: 12rem;
  margin: 5rem auto 3rem;
}
section.compositionExhibitionSec div.target .arrow img{
  width: 100%;
  height: auto;
}
section.compositionExhibitionSec div.target div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  border: 1px solid #5EB384;
  padding: 2rem 1.5rem;
}
section.compositionExhibitionSec div.target div.wrap ul li{
  list-style-type: disc;
  margin-left: 2.1rem;
}
section.compositionExhibitionSec div.target div.wrap ul:first-child{
  margin-right: 5%;
}
section.compositionExhibitionSec div.button-area{
  width: 45rem;
  margin: 5rem auto 7rem;
}
section.compositionExhibitionSec div.button-area a.button{
  width: 45rem;
  height: 6rem;
  line-height: 5.8rem;
  font-size: 2.0rem;
}
/* outlineSec */
section.outlineSec{
  margin: 5rem 0 0;
}
/* en */
/* aboutSec */
section.aboutSec.en{
  margin: 0;
}
section.aboutSec.en p.catch {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  margin-bottom: 2rem;
}
section.aboutSec.en ol {
  margin-bottom: 2rem;
}
/* featureSec */
section.featureSec.en div.feature div.box p.text{
  font-size: 1.6rem;
  line-height: 1.5;
}
section.featureSec.en div.feature div.box:last-child {
    margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
  /* guideSec */
  section.guideSec p.catch{
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 3rem;
  }
  /* aboutSec */
  section.aboutSec p.em{
    font-size: 1.5rem;
  }
  /* compositionExhibitionSec */
  section.compositionExhibitionSec div.logo{
    width: 90%;
    margin: 0 auto 3rem;
  }
  section.compositionExhibitionSec div.target{
    width: 100%;
  }
  section.compositionExhibitionSec div.target p.target-ttl{
    font-size: 1.8rem;
  }
  section.compositionExhibitionSec div.target .arrow{
    margin: 3rem auto 3rem;
  }
  section.compositionExhibitionSec div.target div.wrap{
    display: block;
    padding: 2rem;
  }
  section.compositionExhibitionSec div.target div.wrap ul:first-child{
    margin-right: inherit;
  }
  section.compositionExhibitionSec div.button-area{
    width: 80%;
    margin: 5rem auto;
  }
  section.compositionExhibitionSec div.button-area a.button{
    width: 100%;
    height: 5.5rem;
    line-height: 5.3rem;
    font-size: 1.8rem;
  }
  /* promotionSec */
  section.promotionSec {
    margin: 5rem auto 0;
  }
  section.promotionSec div.list{
    margin-top: 3rem;
  }
  section.promotionSec div.list ul li{
    font-size: 1.7rem;
    padding-left: 2.2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  section.promotionSec div.list ul li::after{
    top: 1.0rem;
    width: 1.1rem;
    height: 0.4rem;
  }
  section.promotionSec p.p-txt.center {
    text-align: left ;
  }
  /* outlineSec */
  section.outlineSec{
    margin: 7rem 0 0;
  }
  /* promotionSec */
  section.promotionSec div.img-area{
    margin: 2rem auto;
  }
  /* featureSec */
  section.featureSec div.feature div.box{
    display: block;
    margin-bottom: 1.5rem;
    padding: 1.2rem;
    border: 1px solid #333;
  }
  section.featureSec div.feature div.box:last-child{
    margin-bottom: 1rem;
  }
  section.featureSec div.feature div.box span.num{
    font-size: 2rem;
    padding: 1.0rem 1.5rem 1.2rem;
    margin-right: 0;
    margin-bottom: 1rem;
    display: inline-block;
  }
  section.featureSec div.feature div.box p.text{
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
  }
  section.featureSec p.att{
    font-size: 1.3rem;
  }
  section.featureSec div.img-area ul{
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  section.featureSec div.img-area ul li{
    width: 48.5%;
  }
  /* en */
  /* aboutSec */
  section.aboutSec.en p.catch {
      font-size: 2.0rem;
      margin-bottom: 2rem;
  }
  /* featureSec */
  section.featureSec.en div.feature div.box p.text{
    font-size: 1.6rem;
    line-height: 1.5;
  }
  section.featureSec.en div.feature div.box:last-child {
      margin-bottom: 5rem;
  }
}

/* 出展のご案内
-------------------------------------------------- */
section.mainvisualSec.exhibitor{
  margin-bottom: 5rem;
}
/* button */
div.inquirybtn-area,
div.discountbtn-area{
  width: 70.4rem;
  margin: 0 auto;
}
div.inquirybtn-area img,
div.discountbtn-area img{
  width: 100%;
}
div.finbtn-area{
  width: 70.4rem;
  margin: 7rem auto 0;
}
div.finbtn-area img{
  width: 100%;
}
div.inquirybtn-area a:hover,
div.discountbtn-area a:hover,
div.finbtn-area a:hover,
div.seminar-btn a:hover,
div.inquirybtn-two-area a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
div.inquirybtn-area p.catch{
  color: #EA6E59;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 7rem;
}

/* webinarSec */
section.webinarSec{
  margin: 0 auto;
}
/* en */
section.webinarSec.en{
  margin: 10rem auto 0;
}
@media print, screen and (max-width: 767px) {
  section.webinarSec{
    margin: 0 auto 0;
  }
  /* en */
  section.webinarSec.en{
    margin: 7rem auto 0;
  }
}

/* exhibitorAboutSec */
section.exhibitorAboutSec{
  margin: 7rem 0 0;
}
section.exhibitorAboutSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
section.exhibitorAboutSec div.wrap div.txt-area{
  width: 48.5%;
}
section.exhibitorAboutSec div.wrap div.video-area{
  width: 48.5%;
  position: relative;
  padding-top: 32%;
}
section.exhibitorAboutSec div.wrap div.video-area iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
}
/* explainSec */
section.explainSec{
  margin: 7rem 0 0;
}
/* demandSec */
section.demandSec{
  margin: 7rem auto 0;
  background: #5EB384;
  padding: 5rem 0;
}
section.demandSec h3.h3-cmn{
  color: #fff;
  font-size: 3rem;
  margin-bottom: 3rem;
}
section.demandSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.demandSec div.balloon-area {
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem 1rem 2rem;
  width: 65rem;
  color: #555;
  font-size: 16px;
  background: #fff;
  border-radius: 0.5rem;
  margin-right: 2rem;
}
section.demandSec div.balloon-area:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -20px;
  border: 20px solid transparent;
  border-left: 20px solid #fff;
}
section.demandSec div.balloon-area ul li{
  font-size: 1.9rem;
}
section.demandSec div.img-area{
  width: 18rem;
}
/* arrowSec */
section.arrowSec div.arrow{
  width: 12rem;
  margin: 5rem auto 3rem;
}
section.arrowSec div.arrow img{
  width: 100%;
  height: auto;
}
section.arrowSec p.emphasis{
  color: #5EB384;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
/* featureSec */
section.featureSec.ex{
  margin: 7rem auto 0;
}
/* compositionExhibitionSec */
section.compositionExhibitionSec div.target.wellness{
  width: 76rem;
  margin: 0 auto 5rem;
}
section.compositionExhibitionSec div.target.wellness .arrow{
  width: 12rem;
  margin: 0 auto 3rem;
}
/* exhibitorSec */
section.exhibitorSec{
  margin: 7rem auto 0;
}
section.exhibitorSec div.exhibitor.e01 h4.h4-cmn-line span{
  display: block;
  color: #D63448;
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 0.5rem;
}
section.exhibitorSec div.exhibitor.e01 p.p-ttl{
  font-size: 1.8rem;
  line-height: 1.6;
}
section.exhibitorSec div.exhibitor.e01 h5.h5-price{
  color: #000;
  font-size: 1.8rem;
  font-weight: normal;
}
section.exhibitorSec div.exhibitor.e01 ul.discount{
  margin-bottom: 3rem;
}
section.exhibitorSec div.exhibitor.e01 ul.discount li{
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: bold;
}
section.exhibitorSec div.exhibitor.e01 ul.att{
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.exhibitorSec div.exhibitor.e01 ul.att li{
  color: #CC0011;
}
section.exhibitorSec div.exhibitor.e01 p.p-txt.bold{
  font-size: 2.0rem;
  line-height: 1.6;
}
section.exhibitorSec div.exhibitor.e01 div.discountbtn-area{
  margin-top: 5rem;
}
section.exhibitorSec div.exhibitor.e02{
  margin: 7rem 0 0;
}
section.exhibitorSec div.exhibitor.e03{
  margin: 7rem 0 0;
}
section.exhibitorSec div.exhibitor.e03 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.exhibitorSec div.exhibitor.e03 div.wrap div.txt-area{
  width: 53%;
}
section.exhibitorSec div.exhibitor.e03 div.wrap div.img-area{
  width: 40%;
}
section.exhibitorSec div.exhibitor.e04{
  margin: 10rem 0 0;
}
section.exhibitorSec div.exhibitor.e04 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5rem 0 0;
}
section.exhibitorSec div.exhibitor.e04 div.wrap div.txt-area{
  width: 48.5%;
}
section.exhibitorSec div.exhibitor.e04 div.wrap p.emphasis{
  color: #D63448;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}
section.exhibitorSec div.exhibitor.e04 div.wrap table{
  margin: 3rem 0 0;
  border: 1px solid #D2D2D2;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
section.exhibitorSec div.exhibitor.e04 div.wrap table th{
  border: 1px solid #D2D2D2;
  padding: 2.5rem 2rem;
  width: 35%;
}
section.exhibitorSec div.exhibitor.e04 div.wrap table td{
  border: 1px solid #D2D2D2;
  padding: 2rem 1.5rem;
}
section.exhibitorSec div.exhibitor.e04 div.wrap div.img-area{
  width: 48.5%;
}
/* en */
section.exhibitorAboutSec.en{
  margin: 0;
}
div.inquirybtn-area.en{
  width: 46rem;
}
div.inquirybtn-area.en a{
  width: 46rem;
  display: inline-block;
  text-align: center;
  background-color: #EA6E59;
  padding-bottom: 0.3rem;
  line-height: 2.2;
  font-size: 3.2rem;
  color: #fff;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.5);
}
section.explainSec.en{
  margin: 7rem auto 0;
}
section.explainSec.en ul li{
  font-size: 1.6rem;
  line-height: 1.7;
}
section.explainSec.en ul li span{
  font-size: 2.0rem;
}
section.explainSec.en ul li:first-child{
  margin-bottom: 1.5rem;
}
section.exhibitorSec.en div.exhibitor.e02,
section.exhibitorSec.en div.exhibitor.e03,
section.exhibitorSec.en div.exhibitor.e04{
  margin: 5rem 0 0;
}
section.exhibitorSec.en div.exhibitor p.p-ttl{
  font-size: 2.2rem;
  color: #5EB384;
}
section.exhibitorSec.en div.exhibitor h5.h5-price{
  font-size: 2.0rem;
  line-height: 1.6;
  color: #052666;
  font-weight: bold;
  margin-bottom: 1rem;
}
section.exhibitorSec.en div.exhibitor ul.att {
    margin-top: 1rem;
    margin-bottom: 0;
}
section.exhibitorSec.en div.exhibitor p.att{
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  section.mainvisualSec.exhibitor{
    margin-bottom: 3rem;
  }
  /* button */
  div.inquirybtn-area,
  div.discountbtn-area{
    width: 100%;
    margin: 0 auto;
  }
  div.finbtn-area{
    width: 100%;
    margin: 5rem auto 0;
  }
  div.inquirybtn-area p.catch{
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
  /* exhibitorAboutSec */
  section.exhibitorAboutSec{
    margin: 5rem 0 0;
  }
  /* explainSec */
  section.explainSec{
    margin: 5rem 0 0;
  }
  /* demandSec */
  section.demandSec{
    margin: 5rem auto 0;
    padding: 5rem 0;
  }
  section.demandSec h3.h3-cmn{
    font-size: 2.4rem;
  }
  section.demandSec div.wrap{
    display: block;
  }
  section.demandSec div.balloon-area {
    position: relative;
    display: inline-block;
    padding: 1rem;
    width: 100%;
    background: #fff;
    margin-right: inherit;
  }
  section.demandSec div.balloon-area:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FFF;
    z-index: 2;
    top: inherit;
    margin-top: inherit;
  }
  section.demandSec div.balloon-area ul li{
    font-size: 1.8rem;
    line-height: 1.6;
  }
  section.demandSec div.img-area{
    width: 15rem;
    margin: 3rem auto 0;
  }
  /* arrowSec */
  section.arrowSec div.arrow{
    width: 12rem;
    margin: 3rem auto 2rem;
  }
  section.arrowSec p.emphasis{
    font-size: 2.4rem;
    line-height: 1.4;
  }
  /* featureSec */
  section.featureSec h3.h3-cmn-line {
    margin-bottom: 2rem;
  }
  /* compositionExhibitionSec */
  section.compositionExhibitionSec {
    margin: 5rem auto 0;
  }
  section.compositionExhibitionSec div.target.wellness{
    width: 100%;
  }
  /* exhibitorSec */
  section.exhibitorSec{
    margin: 5rem auto 0;
  }
  section.exhibitorSec div.exhibitor.e01{
    margin: 5rem 0 5rem;
  }
  section.exhibitorSec div.exhibitor.e01 p.p-ttl{
    font-size: 1.6rem;
  }
  section.exhibitorSec div.exhibitor.e01 h5.h5-price{
    color: #000;
    font-size: 1.6rem;
  }
  section.exhibitorSec div.exhibitor.e01 p.p-txt.bold{
    font-size: 1.8rem;
    line-height: 1.6;
  }
  section.exhibitorSec div.exhibitor.e01 ul.discount li{
    font-size: 1.8rem; 
  }
  section.exhibitorSec div.exhibitor.e01 ul{
    margin-bottom: 3rem;
  }
  section.exhibitorSec div.exhibitor.e01 ul li{
    font-size: 1.5rem;
    line-height: 1.6;
  }
  section.exhibitorSec div.exhibitor.e01 p.message{
    margin-top: 3rem;
    font-size: 1.8rem;
  }
  section.exhibitorSec div.exhibitor.e02{
    margin: 5rem 0 0;
  }
  section.exhibitorSec div.exhibitor.e03{
    margin: 5rem 0 0;
  }
  section.exhibitorSec div.exhibitor.e03 div.wrap{
    display: block;
  }
  section.exhibitorSec div.exhibitor.e03 div.wrap div.txt-area{
    width: 100%;
  }
  section.exhibitorSec div.exhibitor.e03 div.wrap div.img-area{
    width: 100%;
    margin-top: 3rem;
  }
  section.exhibitorSec div.exhibitor.e04{
    margin: 7rem 0 0;
  }
  section.exhibitorSec div.exhibitor.e04 div.wrap{
    display: block;
    margin: 3rem 0 0;
  }
  section.exhibitorSec div.exhibitor.e04 div.wrap div.txt-area{
    width: 100%;
  }
  section.exhibitorSec div.exhibitor.e04 div.wrap p.emphasis{
    font-size: 1.5rem;
  }
  section.exhibitorSec div.exhibitor.e04 div.wrap div.img-area{
    width: 100%;
    margin-top: 3rem;
  }
  /* en */
  section.explainSec.en{
    margin: 5rem auto 0;
  }
  section.explainSec.en ul li span{
    font-size: 1.8rem;
  }
  section.explainSec.en ul li:first-child{
    margin-bottom: 1rem;
  }
  /* featureSec */
  section.featureSec.ex{
    margin: 5rem auto 0;
  }
  div.inquirybtn-area.en{
    width: 30rem;
  }
  div.inquirybtn-area.en a{
    width: 30rem;
    padding-bottom: 0.3rem;
    line-height: 2;
    font-size: 2.4rem;
  }
  section.exhibitorSec.en div.exhibitor.e01{
    margin: 5rem 0 3rem;
  }
  section.exhibitorSec.en div.exhibitor.e02,
  section.exhibitorSec.en div.exhibitor.e03,
  section.exhibitorSec.en div.exhibitor.e04{
    margin: 3rem 0 0;
  }
  section.exhibitorSec.en div.exhibitor h5.h5-price {
    color: #052666;
    font-size: 1.6rem;
  }
  section.exhibitorSec.en div.exhibitor p.p-ttl{
    font-size: 2.0rem;
  }
}

/* inquirySec
-------------------------------------------------- */
section.explainSec span.required{
  background: #D2302F;
  padding: 0.05rem 0.5rem 0.15rem 0.5rem;
  color: #fff;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  display: inline-block;
}
section.inquirySec{
  margin-top: 7rem;
  margin-bottom: 10rem;
}
section.inquirySec div.button-area{
  margin: 7rem auto 0;
  width: 30rem;
}
section.inquirySec div.button-area input.button{
  width: 30rem;
  background: #D63448;
  border: 1px solid #D63448;
  cursor: pointer;
}
section.inquirySec div.button-area input.button:hover{
  background: #fff;
  color: #D63448;
}
/* span */
th span.required{
  background: #D2302F;
  padding: 0.12rem 0.5rem 0.15rem 0.5rem;
  color: #fff;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.7;
  display: inline-block;
}
th span.optional{
  background: #F7E56C;
  padding: 0.12rem 0.5rem 0.15rem 0.5rem;
  color: #000;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.7;
  display: inline-block;
}
/* th */
table.table_form{
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 100%;
  border-collapse: collapse;
}
table.table_form th{
  width: 30rem;
  text-align: right;
  padding: 2rem 5rem 0 0;
  vertical-align: middle;
  line-height: 2.0;
  font-weight: normal;
  border-collapse: collapse;
}
table.table_form th.consideration,
table.table_form th.detail{
  vertical-align: top;
}
/* td */
table.table_form td{
  padding: 2rem 0 0;
  line-height: 2;
  border-collapse: collapse;
}
table.table_form th.position,
table.table_form td.position,
table.table_form th.kana,
table.table_form td.kana,
table.table_form th.mailaddress_check,
table.table_form td.mailaddress_check,
table.table_form th.tel,
table.table_form td.tel,
table.table_form th.consideration,
table.table_form td.consideration,
table.table_form th.detail,
table.table_form td.detail,
table.table_form th.service,
table.table_form td.service,
table.table_form th.url,
table.table_form td.url,
table.table_form th.remarks,
table.table_form td.remarks{
  padding-bottom: 2rem;
}
table.table_form th.name,
table.table_form td.name,
table.table_form th.mailaddress,
table.table_form td.mailaddress,
table.table_form th.tel,
table.table_form td.tel,
table.table_form th.consideration,
table.table_form td.consideration,
table.table_form th.detail,
table.table_form td.detail,
table.table_form th.service,
table.table_form td.service,
table.table_form th.url,
table.table_form td.url,
table.table_form th.remarks,
table.table_form td.remarks{
  border-top: 1px dotted #707070;
}
table.table_form th.url{
  text-align: left;
  line-height: 1.6;
}
table.table_form td input{
  line-height: 3.2;
  height: 3.2em;
  padding-left: 1rem;
  border: 1px solid #B5B5B5;
}
table.table_form td.companyname input,
table.table_form td.companyname_kana input,
table.table_form td.department input,
table.table_form td.position input,
table.table_form td.name input,
table.table_form td.kana input,
table.table_form td.mailaddress input,
table.table_form td.mailaddress_check input,
table.table_form td.service input,
table.table_form td.url input{
  width: 100%;
}
table.table_form td.tel input{
  width: 12rem;
}
table.table_form td.consideration input,
table.table_form td.detail input{
  line-height: 2.2;
  height: 2.2em;
}
table.table_form td.remarks textarea{
  width: 100%;
  height: 12em;
  line-height: 3.2;
  padding-left: 1rem;
  border: 1px solid #B5B5B5;
}
span.mwform-checkbox-field.horizontal-item {
    display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0!important;
}
/* en */
table.table_form.en th.url{
  text-align: right;
}
table.table_form td.country input{
  width: 100%;
}
table.table_form.en th.companyname,
table.table_form.en td.companyname,
table.table_form.en th.department,
table.table_form.en td.department,
table.table_form.en th.name,
table.table_form.en td.name,
table.table_form.en th.country,
table.table_form.en td.country{
  padding-bottom: 2rem;
}
table.table_form.en th.companyname,
table.table_form.en td.companyname,
table.table_form.en th.department,
table.table_form.en td.department,
table.table_form.en th.position,
table.table_form.en td.position,
table.table_form.en th.name,
table.table_form.en td.name,
table.table_form.en th.country,
table.table_form.en td.country{
  border-top: 1px dotted #707070;
}
@media print, screen and (max-width: 767px) {
  section.explainSec span.required{
    padding: 0.03rem 0.5rem 0.13rem 0.5rem;
    font-size: 1.3rem;
  }
  section.inquirySec {
    margin-top: 5rem;
    margin-bottom: 7rem;
  }
  section.inquirySec div.button-area{
    margin: 5rem auto 0;
    width: 28rem;
  }
  section.inquirySec div.button-area input.button{
    width: 28rem;
  }
  /* th */
  table.table_form th{
    width: 100%;
    display: block;
    text-align: left;
    padding: 2rem 0 0 0;
  }
  /* td */
  table.table_form td{
    padding: 0.5rem 0 0;
    width: 100%;
    display: block;
  }
  table.table_form td input{
    line-height: 3.5;
    height: 3.5em;
    padding-left: 1rem;
  }
  table.table_form th.position,
  table.table_form th.kana,
  table.table_form th.mailaddress_check,
  table.table_form th.tel,
  table.table_form th.consideration,
  table.table_form th.detail,
  table.table_form th.service,
  table.table_form th.url,
  table.table_form th.remarks{
    padding-bottom: 0;
  }
  table.table_form td.position,
  table.table_form td.kana,
  table.table_form td.mailaddress_check,
  table.table_form td.tel,
  table.table_form td.consideration,
  table.table_form td.detail,
  table.table_form td.service,
  table.table_form td.url{
    padding-bottom: 2.5rem;
  }
  table.table_form td.name,
  table.table_form td.mailaddress,
  table.table_form td.tel,
  table.table_form td.consideration,
  table.table_form td.detail,
  table.table_form td.service,
  table.table_form td.url,
  table.table_form td.remarks{
    border-top: none;
  }
  table.table_form td.tel input {
    width: 30%;
  }
  /* en */
  table.table_form.en th.url{
    text-align: left;
  }
  table.table_form.en th.companyname,
  table.table_form.en th.department,
  table.table_form.en th.name,
  table.table_form.en th.country{
    padding-bottom: 0;
  }
  table.table_form.en td.companyname,
  table.table_form.en td.department,
  table.table_form.en td.name,
  table.table_form.en td.country{
    padding-bottom: 2.5rem;
  }
  table.table_form.en td.companyname,
  table.table_form.en td.department,
  table.table_form.en td.position,
  table.table_form.en td.name,
  table.table_form.en td.country{
    border-top: none;
  }
}

/* sendmessageSec
-------------------------------------------------- */
section.sendmessageSec table.contactInfo{
  width: 80%;
  margin: 5rem auto 7rem;
  border: 1px solid #C8C8C8;
  border-collapse: collapse;
}
section.sendmessageSec table.contactInfo th {
  text-align: center;
  background-color: #888;
  color: #fff;
  font-weight: normal;
  border: 1px solid #C8C8C8;
  padding: 2.0rem 0 1.8rem;
}
section.sendmessageSec table.contactInfo td {
  text-indent: 1rem;
  border: 1px solid #C8C8C8;
}
@media screen and (max-width: 767px){
  section.sendmessageSec div.content {
    width: 95%;
  }
  section.sendmessageSec table.contactInfo{
    width: 100%;
    margin: 3rem auto 5rem;
    border-collapse: collapse;
  }
  section.sendmessageSec table.contactInfo th{
    width: 100%;
    display: block;
    padding: 1.5rem;
    line-height: 1.5;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
  }
  section.sendmessageSec table.contactInfo td {
    display: block;
    border: none;
    box-sizing: content-box;
    padding: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
}

/* companySec
-------------------------------------------------- */
section.companySec iframe{
  height:257.5rem;
}
@media print, screen and (max-width: 840px) {
  section.companySec iframe{
    height: 416rem;
  }
}
@media print, screen and (max-width: 543px) {
  section.companySec iframe{
    height: 727rem;
  }
}


/* seminarExplainSec
-------------------------------------------------- */
section.seminarExplainSec ul{
  border: 1px solid #D63448;
  padding: 2rem;
}
section.seminarExplainSec ul li{
  list-style-type: disc;
  margin-left: 2.1rem;
  margin-bottom: 0.5rem;
}
section.seminarExplainSec ul li:last-child{
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  section.seminarExplainSec ul li{
    margin-bottom: 0;
  }
}

/* seminarSec
-------------------------------------------------- */
/*section.seminarSec div.iframe-area{
  margin: 5rem auto 0;
}
section.seminarSec div.iframe-area iframe{
  width: 100%;
  height: 400rem;
}
@media print, screen and (max-width: 938px) {
  section.seminarSec div.iframe-area iframe{
    height: 403rem;
  }
}
@media print, screen and (max-width: 874px) {
  section.seminarSec div.iframe-area iframe{
    height: 405rem;
  }
}
@media print, screen and (max-width: 808px) {
  section.seminarSec div.iframe-area iframe{
    height: 420rem;
  }
}
@media print, screen and (max-width: 754px) {
  section.seminarSec div.iframe-area iframe{
    height: 588rem;
  }
}
@media print, screen and (max-width: 589px) {
  section.seminarSec div.iframe-area iframe{
    height: 592rem;
  }
}
@media print, screen and (max-width: 557px) {
  section.seminarSec div.iframe-area iframe{
    height: 595rem;
  }
}
@media print, screen and (max-width: 489px) {
  section.seminarSec div.iframe-area iframe{
    height: 601rem;
  }
}
@media print, screen and (max-width: 456px) {
  section.seminarSec div.iframe-area iframe{
    height: 606rem;
  }
}
@media print, screen and (max-width: 439px) {
  section.seminarSec div.iframe-area iframe{
    height: 606rem;
  }
}
@media print, screen and (max-width: 420px) {
  section.seminarSec div.iframe-area iframe{
    height: 611rem;
  }
}
@media print, screen and (max-width: 389px) {
  section.seminarSec div.iframe-area iframe{
    height: 613rem;
  }
}
@media print, screen and (max-width: 355px) {
  section.seminarSec div.iframe-area iframe{
    height: 623rem;
  }
}
@media print, screen and (max-width: 336px) {
  section.seminarSec div.iframe-area iframe{
    height: 637rem;
  }
}*/

/* supportServiceSec
-------------------------------------------------- */
section.supportServiceSec{
  margin: 10rem auto 0;
  padding: 7rem 0;
  background: #F0F0F0;
}
section.supportServiceSec p.p-txt{
  text-align: center;
}
section.supportServiceSec div.content div.servicelist{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5rem;
}
section.supportServiceSec div.content div.servicelist div.box{
  width: 32%;  
  background: #fff;
  -webkit-box-shadow: 0 0 0.3rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.3rem 0.2rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2.5rem;
  position: relative;
}
section.supportServiceSec div.content div.servicelist div.box.blank{
  background: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  margin-bottom: 0;
  padding: 0;  
}
section.supportServiceSec div.content div.servicelist div.box div.img img{
  width: 100%;
  height: auto;
}
section.supportServiceSec div.content div.servicelist div.box dl{
  text-align: left;
  position: relative;
  padding: 3rem 1rem;
}
section.supportServiceSec div.content div.servicelist div.box dl dt.title{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #5EB384;
}
section.supportServiceSec div.content div.servicelist div.box dl dt.title span{
  font-size: 1.4rem;
  padding: 0.3rem 0.6rem 0.3rem;
  color: #fff;
  line-height: 1.4;
  margin-left: 1rem;
  display: inline-block;
}
section.supportServiceSec div.content div.servicelist div.box dl dt.title span.free{
  background-color: #EA6E59;
}
section.supportServiceSec div.content div.servicelist div.box dl dt.title span.paid{
  background-color: #CC0011;
}
section.opportunitySec{
  background: #5EB384;
  padding: 5rem 0;
  margin-bottom: 5rem;
}
section.opportunitySec h3.h3-ex-opp{
  font-size: 3.0rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
section.opportunitySec p.welcome{
  font-size: 6.0rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
section.opportunitySec i{
  margin-top: 2rem;
  display: block;
  color: #fff;
  font-size: 7.0rem;
  text-align: center;
}
section.presentSec{
  margin: 5rem 0 10rem;
}
section.presentSec p.p-pre{
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}
section.presentSec div.wrap{
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.presentSec div.wrap ul li{
  list-style-type: disc;
  font-size: 2.6rem;
  line-height: 1.5;
}
section.presentSec i{
  margin-left: 8rem;
  font-size: 12.0rem;
  color: #D63448;
}
section.scheduleSec{
  margin: 0 auto 10rem;
}
section.scheduleSec div.content dl {
  border-bottom: 1px dotted #888888;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
section.scheduleSec div.content dl:last-child{
  margin-bottom: 0;
}
section.scheduleSec div.content dl dt.step{
  color: #D63448;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #D63448;
  display: inline-block;
  padding-right: 0.5rem;
}
section.scheduleSec div.content dl dt.step span{
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 1rem;
}
section.scheduleSec div.content dl dd.ttl{
  margin: 3rem 0 1rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
/* en */
section.scheduleSec.en{
  margin: 7rem auto;
}
section.scheduleSec.en p.p-txt{
  margin-bottom: 3rem;
}
section.scheduleSec.en div.content dl {
  border-bottom: inherit;
  padding-bottom: inherit;
  margin-bottom: 0;
  border: 2px solid #5EB384;
  width: 100%;
}
section.scheduleSec.en div.content dl.arrow{
  border: inherit;
  padding-bottom: inherit;
}
section.scheduleSec.en div.content dl.arrow dd{
  text-align: center;
  font-size: 7rem;
  line-height: 0;
  padding: 0;
  color: #fdd000;
}
section.scheduleSec.en div.content dl:last-child{
  margin-bottom: 0;
}
section.scheduleSec.en div.content dl dt.step{
  color: #fff;
  background: #5EB384;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  border-bottom: inherit;
  display: inherit;
  padding-right: 0;
  line-height: 1.7;
  padding: 1.2rem 1.5rem 1rem;
}
section.scheduleSec.en div.content dl dd{
  padding: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  section.supportServiceSec{
    margin: 7rem auto 0;
    padding: 5rem 0;
  }
  section.supportServiceSec div.content div.servicelist{
    margin-top: 3rem;
  }
  section.supportServiceSec div.content div.servicelist div.box{
    width: 48.5%;
    margin-bottom: 3%;
  }
  section.supportServiceSec div.content div.servicelist div.box dl{
    position: relative;
    padding: 2.5rem 1rem;
  }
  section.supportServiceSec div.content div.servicelist div.box dl dt.title{
    font-weight: bold;
    font-size: 1.5rem;
  }
  section.opportunitySec{
    padding: 5rem 0;
  }
  section.opportunitySec h3.h3-ex-opp{
    font-size: 2.6rem;
    line-height: 1.4;
  }
  section.opportunitySec p.welcome{
    margin-top: 2rem;
    font-size: 3.4rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
  }
  section.opportunitySec i{
    margin-top: 2rem;
    font-size: 5.0rem;
  }
  section.presentSec{
    margin: 5rem 0 7rem;
  }
  section.presentSec p.p-pre{
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: center;
  }
  section.presentSec div.wrap{
    margin-top: 3rem;
    display: block;
  }
  section.presentSec div.wrap ul li{
    list-style-type: disc;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-left: 3rem;
  }
  section.presentSec i{
    margin-top: 2rem;
    display: block;
    text-align: center;
    margin-left: inherit;
    font-size: 8.0rem;
  }
  section.scheduleSec{
    margin: 0 auto 7rem;
  }
  section.scheduleSec div.content dl {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }  
  section.scheduleSec div.content dl dt.step{
    font-size: 2.0rem;
  }
  section.scheduleSec div.content dl dt.step span{
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 1rem;
  }
  section.scheduleSec div.content dl dd.ttl{
    margin: 2rem 0 1rem;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  section.scheduleSec.en {
    margin: 5rem auto;
  }
  section.scheduleSec.en p.p-txt {
    margin-bottom: 2rem;
  }
  section.scheduleSec.en div.content dl.arrow dd{
    font-size: 5rem;
  }
  section.scheduleSec.en div.content dl dt.step{
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0.8rem 1.5rem 0.5rem;
  }
  section.scheduleSec.en div.content dl dd{
    padding: 1rem;
  }
}
@media print, screen and (max-width: 560px) {
  section.supportServiceSec div.content div.servicelist div.box{
    width: 100%;
    margin-bottom: 4%;
  }
  section.supportServiceSec div.content div.servicelist div.box dl dd.title{
    margin: 2rem 0 0;
  }
}

/* visitorSec
-------------------------------------------------- */
section.visitorSec img{
  width: 100%;
  height: auto;
}
section.visitorSec div.title-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #5EB384;
  margin-bottom: 5rem;
}
section.visitorSec div.title-area div.number{
  background: #5EB384;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
section.visitorSec div.title-area div.number p.num{
  padding-top: 1rem;
  color: #fff;
  text-align: center;  
  font-size: 2.8rem;
}
section.visitorSec div.title-area div.number span{
  display: block;
  text-align: center;
  font-size: 1.1rem;
}
section.visitorSec div.title-area h3{
  font-size: 2.4rem;
  line-height: 1.3;
  margin-left: 1rem;
}
section.visitorSec div.title-area h3 span.sub{
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: normal;
}
section.visitorSec div.title-area h3 span.small{
  font-size: 1.4rem;
}
@media print, screen and (max-width: 767px) {
  section.visitorSec div.title-area{
    display: block;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #5EB384;
  }
  section.visitorSec div.title-area div.number{
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 1rem;
  }
  section.visitorSec div.title-area div.number p.num{
    padding-top: 1rem;
    color: #fff;
    text-align: center;  
    font-size: 2.2rem;
  }
  section.visitorSec div.title-area div.number span{
    display: block;
    text-align: center;
    font-size: 1.0rem;
  }
  section.visitorSec div.title-area h3{
    font-size: 2.0rem;
    margin-left: 0;
  }
  section.visitorSec div.title-area h3 span.sub{
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
  }
}

/* v01 */
section.visitorSec div.visitor.v01 h2.h2-visitor{
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: center;
  color: #5EB384;
  position: relative;
  margin-bottom: 5rem;
}
section.visitorSec div.visitor.v01 h2.h2-visitor::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  background: #5EB384;
  display: block;
  width: 10rem;
  height: 1px;
  transform: translate3d(-50%,0,0);
}
section.visitorSec div.visitor.v01 p.lead{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}
section.visitorSec div.visitor.v01 p.lead span{
  color: #EA6E59;
}
@media print, screen and (max-width: 767px) {
  /* v01 */
  section.visitorSec div.visitor.v01 h2.h2-visitor{
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
  section.visitorSec div.visitor.v01 h2.h2-visitor::after {
    bottom: -1rem;
    width: 6rem;
  }
  section.visitorSec div.visitor.v01 p.lead{
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
  }
}
/* v02 */
section.visitorSec div.visitor.v02 div.wrap{
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.visitorSec div.visitor.v02 div.wrap div.box{
  width: 32%;
  height: 0;
  padding-bottom: 29.4%;
  position: relative;
}
section.visitorSec div.visitor.v02 div.wrap div.box.b01{
  background: url(../img/visitor/visitorSec_v02_img01.jpg) center center / cover no-repeat;
}
section.visitorSec div.visitor.v02 div.wrap div.box.b02{
  background: url(../img/visitor/visitorSec_v02_img02.jpg) center center / cover no-repeat;
}
section.visitorSec div.visitor.v02 div.wrap div.box.b03{
  background: url(../img/visitor/visitorSec_v02_img03.jpg) center center / cover no-repeat;
}
section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area h4{
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area p.p-txt{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button{
  margin: 3rem auto 0;
  width: 20rem;
}
section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button a{
  position: relative;
  display: inline-block;
  text-align: center;
  color: #5EB384;
  background: #fff;
  font-weight: bold;
  line-height: 1.4;
  width: 20rem;
  padding: 1rem 0 1rem;
  border: 1px solid #fff;
}
section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button a.non{
  pointer-events: none;
}
section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button a:hover{
  background: #5EB384;
  color: #fff;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area h4{
    font-size: 2.2vw;
    line-height: 1.4;
    margin-bottom: 5%;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area p.p-txt{
    color: #fff;
    font-size: 1.8vw;
    line-height: 1.6;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button{
    margin: 8% auto 0;
    width: 75%;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button a{
    width: 100%;
    font-size: 1.6vw;
  }
}
@media print, screen and (max-width: 767px) {
  section.visitorSec div.visitor.v02 div.wrap{
    margin-top: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box{
    width: 48.5%;
    padding-bottom: 44.5%;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box:first-child{
    margin-right: 3%;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box:last-child{
    margin-top: 3%;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area h4{
    font-size: 3.2vw;
    margin-bottom: 5%;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area p.p-txt{
    font-size: 2.2vw;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button{
    margin: 8% auto 0;
    width: 75%;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button a{
    font-size: 2.2vw;
  }
}
@media print, screen and (max-width: 560px) {
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area h4{
    font-size: 3.6vw;
    margin-bottom: 5%;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area p.p-txt{
    font-size: 2.6vw;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button{
    margin: 8% auto 0;
    width: 80%;
  }
  section.visitorSec div.visitor.v02 div.wrap div.box div.txt-area div.button a{
    font-size: 2.6vw;
  }
}
/* v03 */
section.visitorSec div.visitor.v03{
  margin-top: 7rem;
  background: rgba(94, 179, 132, 0.1);
  padding: 7rem 0;
}
section.visitorSec div.visitor.v03 p.title{
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #5EB384;
}
section.visitorSec div.visitor.v03 div.wrap{
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.visitorSec div.visitor.v03 div.wrap{
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.visitorSec div.visitor.v03 div.wrap div.box{
  width: 32%;
  position: relative;
  background: #fff;
  padding: 1.5rem;
}
section.visitorSec div.visitor.v03 div.wrap div.box h4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
section.visitorSec div.visitor.v03 div.wrap div.box h4 span.num{
  background: #5EB384;
  width: 5rem;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  font-weight: normal;
  padding: 1.2rem 0 1.4rem;
  color: #fff;
  margin-right: 1rem;
}
section.visitorSec div.visitor.v03 div.wrap div.box div.txt-area{
  margin-bottom: 1.5rem;
}
section.visitorSec div.visitor.v03 p.p-txt.att{
  text-align: right;
  margin-top: 1rem;
}
/* en */
section.visitorSec div.visitor.v03 div.wrap div.box div.txt-area.en{
  margin-bottom: 0;
}
section.visitorSec div.visitor.v03 div.wrap div.box img.en{
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 767px) {
  section.visitorSec div.visitor.v03{
    margin-top: 5rem;
    padding: 5rem 0;
  }
  section.visitorSec div.visitor.v03 p.title{
    font-size: 2.0rem;
  }
  section.visitorSec div.visitor.v03 div.wrap{
    margin-top: 3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.visitorSec div.visitor.v03 div.wrap div.box{
    width: 48.5%;
  }
  section.visitorSec div.visitor.v03 div.wrap div.box:first-child{
    margin-right: 3%;
  }
  section.visitorSec div.visitor.v03 div.wrap div.box:last-child{
    margin-top: 3%;
  }
}
@media print, screen and (max-width: 560px) {
  section.visitorSec div.visitor.v03 div.wrap{
    display: block;
  }
  section.visitorSec div.visitor.v03 div.wrap div.box{
    width: 100%;
  }
  section.visitorSec div.visitor.v03 div.wrap div.box:first-child{
    margin-top: 0;
  }
  section.visitorSec div.visitor.v03 div.wrap div.box{
    margin-top: 1.5rem;
  }
  section.visitorSec div.visitor.v03 div.wrap div.box:last-child{
    margin-top: 1.5rem;
  }
}

/* map-area */
section.visitorSec div.map-area{
  margin: 7rem auto 0;
}
section.visitorSec div.map-area p.p-txt{
  text-align: center;
  font-size: 2.0rem;
}
section.visitorSec div.map-area div.mapImg {
  width: 60%;
  margin: 3rem auto;
}
section.visitorSec div.map-area div.mapImg img{
  cursor: pointer;
  width: 100%;
  height: auto;
}
section.visitorSec div.map-area div.mapImg img:hover{
  opacity: 0.5;
  transition: 0.6s;
}
/* モーダル */
section.visitorSec div.map-area section.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.visitorSec div.map-area section.modalArea div.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
section.visitorSec div.map-area section.modalArea div.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  padding: 10px;
  background-color: #fff;
  width: 80%;
}
section.visitorSec div.map-area section.modalArea div.modalWrapper div.modalContents img{
  width: 100%;
  height: auto;
}
section.visitorSec div.map-area section.modalArea div.closeModal {
  position: absolute;
  top: 2%;
  right: 1%;
  cursor: pointer;
  color: #000;
}
@media print, screen and (max-width: 767px) {
  /* map-area */
  section.visitorSec div.map-area{
    margin: 5rem auto 0;
  }
  section.visitorSec div.map-area p.p-txt{
    font-size: 1.8rem;
  }
  section.visitorSec div.map-area div.mapImg {
    width: 65%;
    margin: 2rem auto;
  }
  /* モーダル */
  section.visitorSec div.map-area section.modalArea div.modalWrapper {
    width: 90%;
  }
}

/* v04 */
section.visitorSec div.visitor.v04{
  margin-top: 7rem;
}
section.visitorSec div.visitor.v04 h4{
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
section.visitorSec div.visitor.v04 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem 0 0;
}
section.visitorSec div.visitor.v04 div.wrap div.box{
  width: 23.5%;
  margin-bottom: 1rem;
}
section.visitorSec div.visitor.v04 div.wrap div.box p.p-txt{
  margin-top: 0.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
/* en */
section.visitorSec div.visitor.v04 div.wrap.en div.box p.p-txt{
  font-size: 1.4rem;
  font-weight: normal;
}
@media print, screen and (max-width: 767px) {
  section.visitorSec div.visitor.v04{
    margin-top: 5rem;
  }
  section.visitorSec div.visitor.v04 h4{
    font-size: 2.0rem;
  }
  section.visitorSec div.visitor.v04 div.wrap div.box{
    width: 48.5%;
  }
  section.visitorSec div.visitor.v04 div.wrap div.box p.p-txt{
    line-height: 1.4;
  }
  /* en */
  section.visitorSec div.visitor.v04 div.wrap.en div.box p.p-txt{
    font-size: 1.3rem;
  }
}

/* v05 */
section.visitorSec div.visitor.v05{
  margin-top: 7rem;
}
section.visitorSec div.visitor.v05 div.exhibitionlistwrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
section.visitorSec div.visitor.v05 div.listbox img.bnr{
  margin-bottom: 2rem;
  border: 1px solid #555;
}
section.visitorSec div.visitor.v05 div.listbox a img.bnr:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.visitorSec div.visitor.v05 div.listbox{
  width: 49%;
  margin-bottom: 5rem;
}
section.visitorSec div.visitor.v05 div.listbox .wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.visitorSec div.visitor.v05 div.listbox div.wrap ul{
  width: 60%;
}
section.visitorSec div.visitor.v05 div.listbox div.wrap div.img-box{
  width: 35%;
}
section.visitorSec div.visitor.v05 div.listbox div.wrap div.img-box img.top{
  margin-bottom: 1rem;
}
section.visitorSec div.visitor.v05 div.listbox.blank{
  margin-bottom: 0;
}
section.visitorSec div.visitor.v05 div.listbox:nth-child(odd){
  margin-right: 2%;
}
section.visitorSec div.visitor.v05 div.listbox:last-child{
  margin-right: 0;
  margin-bottom: 0;
}
section.visitorSec div.visitor.v05 div.listbox ul li{
  margin-left: 2.1rem;
  list-style-type: disc;
}
section.visitorSec div.visitor.v05 p.target{
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #333;
  margin-bottom: 1.5rem;
}
section.visitorSec div.visitor.v05 div.button-area{
  width: 32rem;
  margin: 7rem auto 0;
}
section.visitorSec div.visitor.v05 div.button-area a{
  width: 32rem;
  background: #5EB384;
  border: 1px solid #5EB384;
  font-weight: bold;
}
section.visitorSec div.visitor.v05 div.button-area a:hover{
  background: #fff;
  color: #5EB384;
}
/* en */
section.visitorSec div.visitor.v05 div.listbox ul.en li{
  font-size: 1.4rem;
}
@media print, screen and (max-width: 1024px) {
  section.visitorSec div.visitor.v05 div.listbox div.wrap{
    display: block;
  }
  section.visitorSec div.visitor.v05 div.listbox div.wrap ul{
    width: 100%;
  }
  section.visitorSec div.visitor.v05 div.listbox div.wrap div.img-box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
  }
  section.visitorSec div.visitor.v05 div.listbox div.wrap div.img-box img{
    width: 48.5%;
  }
  section.visitorSec div.visitor.v05 div.listbox div.wrap div.img-box img.top{
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  section.visitorSec div.visitor.v05{
    margin-top: 5rem;
  }
  section.visitorSec div.visitor.v05 div.exhibitionlistwrap{
    display: block;
  }
  section.visitorSec div.visitor.v05 div.listbox{
    width: 100%;
    margin-bottom: 5rem;
  }
  section.visitorSec div.visitor.v05 p.target{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  section.visitorSec div.visitor.v05 div.button-area{
    width: 30rem;
    margin: 5rem auto 0;
  }
  section.visitorSec div.visitor.v05 div.button-area a{
    width: 30rem;
  }
  /* en */
  section.visitorSec div.visitor.v05 div.listbox ul.en li{
    font-size: 1.3rem;
  }
}

/* v06 */
section.visitorSec div.visitor.v06{
  margin-top: 7rem;
}
section.visitorSec div.visitor.v06 p.lead{
  font-size: 1.8rem;
  line-height: 1.6;
}
section.visitorSec div.visitor.v06 p.lead span{
  font-size: 1.5rem;
}
section.visitorSec div.visitor.v06 div.button-area{
  width: 36rem;
  margin: 3rem auto 0;
}
section.visitorSec div.visitor.v06 div.button-area a.button{
  width: 36rem;
  background: #EA6E59;
  border: 1px solid #EA6E59;
}
section.visitorSec div.visitor.v06 div.button-area a.button:hover{
  background: #fff;
  color: #EA6E59;
}
section.visitorSec div.visitor.v06 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}
section.visitorSec div.visitor.v06 div.wrap div.box{
  width: 23.5%;
  margin-bottom: 2.5rem;
}
section.visitorSec div.visitor.v06 p.ttl{
  background: #1274ad;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.8rem 0;
}
section.visitorSec div.visitor.v06 div.wrap div.box p.name{
  margin: 1rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
section.visitorSec div.visitor.v06 div.wrap div.box p.com_name{
  margin: 0.5rem 0 0;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  section.visitorSec div.visitor.v06{
    margin-top: 5rem;
  }
  section.visitorSec div.visitor.v06 p.lead{
    font-size: 1.6rem;
  }
  section.visitorSec div.visitor.v06 p.lead span{
    font-size: 1.3rem;
  }
  section.visitorSec div.visitor.v06 div.wrap{
    margin: 3rem 0 0;
  }
  section.visitorSec div.visitor.v06 div.wrap div.box{
    width: 48.5%;
    margin-bottom: 2.5rem;
  }
  section.visitorSec div.visitor.v06 p.ttl{
    font-size: 1.3rem;
  }
  section.visitorSec div.visitor.v06 div.wrap div.box p.name{
    font-size: 1.5rem;
  }
  section.visitorSec div.visitor.v06 div.wrap div.box p.com_name{
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* v07 */
section.visitorSec div.visitor.v07{
  margin-top: 4.5rem;
}
section.visitorSec div.visitor.v07 div.title-area{
  margin-bottom: 3rem;
}
section.visitorSec div.visitor.v07 p.att{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
section.visitorSec div.visitor.v07 h4.h4-ambassador{
  font-size: 2.2rem;
  line-height: 1.8;
  background: #5EB384;
  color: #fff;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  margin-bottom: 5rem;
}
section.visitorSec div.visitor.v07 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.visitorSec div.visitor.v07 div.wrap div.txt-area{
  width: 56%;
}
section.visitorSec div.visitor.v07 div.wrap div.txt-area h5.h5-ambassador{
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
section.visitorSec div.visitor.v07 div.wrap div.img-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40%;
}
section.visitorSec div.visitor.v07 div.wrap div.img-area img{
  width: 47.5%;
}
section.visitorSec div.visitor.v07 div.block.b02{
  margin-top: 7rem;
}
section.visitorSec div.visitor.v07 div.button-area{
  width: 32rem;
  margin: 5rem auto 0;
}
section.visitorSec div.visitor.v07 div.button-area a.button{
  width: 32rem;
  background: #F75BC7;
  border: 1px solid #F75BC7;
}
section.visitorSec div.visitor.v07 div.button-area a.button:hover{
  background: #fff;
  color: #F75BC7;
}
@media print, screen and (max-width: 960px) {
  section.visitorSec div.visitor.v07 div.wrap div.txt-area h5.h5-ambassador{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 767px) {
  section.visitorSec div.visitor.v07{
    margin-top: 2.5rem;
  }
  section.visitorSec div.visitor.v07 p.att{
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 3rem;
  }
  section.visitorSec div.visitor.v07 h4.h4-ambassador{
    font-size: 1.8rem;
    margin-bottom: 3rem;
    line-height: 1.4;
    padding: 0.7rem 1rem 0.7rem 1rem;
  }
  section.visitorSec div.visitor.v07 div.wrap{
    display: block;
  }
  section.visitorSec div.visitor.v07 div.wrap div.txt-area{
    width: 100%;
    margin-bottom: 3rem;
  }
  section.visitorSec div.visitor.v07 div.wrap div.txt-area h5.h5-ambassador{
    margin-bottom: 1.5rem

  }
  section.visitorSec div.visitor.v07 div.wrap div.img-area{
    width: 100%;
  }
  section.visitorSec div.visitor.v07 div.wrap div.img-area img{
    width: 48.5%;
  }
  section.visitorSec div.visitor.v07 div.block.b02{
    margin-top: 5rem;
  }
}

/* v08 */
section.visitorSec div.visitor.v08{
  margin-top: 7rem;
}
section.visitorSec div.visitor.v08 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.visitorSec div.visitor.v08 div.box{
  width: 49%;
}
section.visitorSec div.visitor.v08 div.box:last-child{
  margin-top: 5rem;
}
section.visitorSec div.visitor.v08 div.box h4{
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  background: #5EB384;
  padding: 0.3rem 1rem 0.6rem;
  margin-bottom: 2rem;
}
section.visitorSec div.visitor.v08 div.box h5{
  font-size: 1.8rem;
  line-height: 1.4;
  color: #5EB384;
  margin-bottom: 1rem;
}
section.visitorSec div.visitor.v08 div.box div.list{
  border: 2px solid #5EB384;
  border-radius: 1rem;
  padding: 1.5rem;
  margin: 2rem 0 3rem;
}
section.visitorSec div.visitor.v08 div.box div.list ul li {
  margin-left: 2rem;
  list-style-type: disc;
}
section.visitorSec div.visitor.v08 div.box div.img-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.visitorSec div.visitor.v08 div.box div.img-box img{
  width: 48.5%;
}
@media print, screen and (max-width: 767px) {
  section.visitorSec div.visitor.v08{
    margin-top: 5rem;
  }
  section.visitorSec div.visitor.v08 div.wrap{
    display: block;
  }
  section.visitorSec div.visitor.v08 div.box{
    width: 100%;
  }
  section.visitorSec div.visitor.v08 div.box{
    margin-bottom: 5rem;
  }
  section.visitorSec div.visitor.v08 div.box:last-child{
    margin-bottom: 0;
  }
  section.visitorSec div.visitor.v08 div.box h4{
    font-size: 2.0rem;
    margin-bottom: 1.5rem;
    padding: 0.4rem 1rem 0.5rem;
  }
  section.visitorSec div.visitor.v08 div.box h5{
    font-size: 1.6rem;
  }
  section.visitorSec div.visitor.v08 div.box div.list{
    padding: 1.5rem;
    margin: 1.5rem 0 2rem;
  }
}



/* pressReleaseSec
-------------------------------------------------- */
section.pressReleaseSec{
  margin: 0 0 10rem;  
}
section.pressReleaseSec div.content div.presslist div.box{
  margin-bottom: 3.0rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #888;
}
section.pressReleaseSec div.content div.presslist div.box:last-child{
  margin-bottom: 0;
}
section.pressReleaseSec div.content div.presslist div.box dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.pressReleaseSec div.content div.presslist div.box dl dt.date{
  font-size: 1.3rem;
  color: #000;
  line-height: 1.4;
  margin-right: 1rem;
}
section.pressReleaseSec div.content div.presslist div.box dl dd.tag a{
  position: relative;
  width: inherit;
  display: inline-block;
  text-align: center;
  pointer-events: none;
  font-size: 1.3rem;
  padding: 0.13rem 0.8rem 0.32rem;
  color: #fff;
}
section.pressReleaseSec div.content div.presslist div.box dl dd.tag.press{
  background: #333333;
}
section.pressReleaseSec div.content div.presslist div.box p.title{
  padding-top: 1rem;
  line-height: 1.6;
  position: relative;
}
section.pressReleaseSec div.content div.presslist div.box p.title img{
  width: 2rem;
  height: auto;
  position: absolute;
  top: 38%;
  margin-left: 0.2rem;
}
section.pressReleaseSec div.content div.presslist div.box p a{
  color: #D63448;
  text-decoration: underline;
}
section.pressReleaseSec div.content div.presslist div.box p a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.pressReleaseSec{
    margin: 7rem auto 0;
  }
  section.pressReleaseSec{
    margin: 0 0 7rem;
  }
  section.pressReleaseSec div.content div.presslist div.box dl dd.tag{
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem 0.2rem;
    background: #001929;
    color: #fff;
  }
  section.pressReleaseSec div.content div.button-area{
    width: 18rem;
    margin: 5rem auto 0 auto;  
  }
}

/* pressSec
-------------------------------------------------- */
section.pressSec{
  margin: 0 auto 10rem;
}
section.pressSec div.inner{
  max-width: 1000px;
}
section.pressSec div.content div.press01 div.button-area{
  margin: 5rem auto 0;
}
section.pressSec div.content div.press02{
  margin: 10rem auto 0;
}
section.pressSec div.content div.press02 div.button-area{
  margin: 5rem auto 0;
}
section.pressSec div.content div.press03{
  margin: 10rem auto 0;
}
section.pressSec div.content div.press03 div.img-area{
  margin: 3rem auto 0;
  width: 100%;
}
section.pressSec div.content div.press03 div.img-area img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.pressSec{
    margin: 0 auto 7rem;
  }
  section.pressSec div.content div.press02{
    margin: 7rem auto 0;
  }
  section.pressSec div.content div.press03{
    margin: 7rem auto 0;
  }
  section.pressSec div.content div.press03 div.img-area{
    margin: 2rem auto 0;
  }
}

/* downloadSec
-------------------------------------------------- */
section.downloadSec p.p-txt{
  text-align: center;
}
section.downloadSec{
  margin: 7rem auto 10rem;
}
section.downloadSec div.content div.download01 div.button-area{
  margin: 5rem auto 0;
}
section.downloadSec div.content div.download02{
  margin: 10rem auto 0;
}
section.downloadSec div.content div.download02 div.button-area{
  margin: 5rem auto 0;
}
section.downloadSec div.content div.download03{
  margin: 10rem auto 0;
}
section.downloadSec div.content div.download03 div.button-area{
  margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
  section.downloadSec{
    margin: 7rem auto;
  }
  section.downloadSec div.content div.download03{
    margin: 7rem auto 0;
  }
}

/* companySec
-------------------------------------------------- */
section.companySec div.iframe-area{

}
section.companySec div.iframe-area iframe{
  width: 100%;
  height: 59334px;
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 0;
}

/* pagenationSec
-------------------------------------------------- */
/* pagenavi */
section.pagenationSec{
  margin: 5rem 0 10rem;
}
section.pagenationSec .wp-pagenavi {
  clear: both;
  text-align:center;
}
section.pagenationSec .wp-pagenavi a, .wp-pagenavi span {
  color: #000;
  background-color: #FFF;
  border: solid 1px #5EB384;
  padding: 7px 13px 8px;
  margin: 0 3px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  font-size: 1.5rem;
}
section.pagenationSec .wp-pagenavi a{
  color: #5EB384!important; 
}
section.pagenationSec .wp-pagenavi span{
  color: #fff!important;
}
section.pagenationSec .wp-pagenavi a:hover{
  color:#FFF!important;
  background-color:#5EB384;
}
section.pagenationSec .wp-pagenavi span.current{
  color: #FFF;
  background-color: #5EB384;
}
@media print, screen and (max-width: 767px) {
  section.pagenationSec{
    margin: 5rem 0 7rem;
  }
  section.pagenationSec .wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 11px 6px;
  }
}

/* ==================================================
ニュース詳細
================================================== */
/* "h"tag */
h3.h3-newstitle{
  font-size: 2.4rem;
  line-height: 1.3;
  border-bottom: 1px solid #C8C8C8;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
h4.h4-newsnavi{
  padding-left: 1.0rem;
  font-size: 2.0rem;
  line-height: 2.0;
  margin-bottom: 3rem;
  background-color: #5EB384;
  color: #fff;
}
/* section */
section.columnSec{
  margin: 10rem auto;
}
section.columnSec div.content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.columnSec div.content div.column_left{
  width: 66%;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-date{
  text-align: right;
  margin-bottom: 3rem;
}
section.columnSec div.content div.column_left section.newsDetailSec{
  overflow:hidden;
} 
section.columnSec div.content div.column_left section.newsDetailSec div.news-text,
section.columnSec div.content div.column_left section.newsDetailSec div.news-text p{
  line-height: 1.8;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text img{
  width: 100%;
  height: auto;
  margin: 2rem 0;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text a{
  color: #D63448;
  text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem 0 5rem;
  color: #D63448;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a{
  color: #D63448;
  text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.columnSec div.content div.column_right{
  width: 30%;
}
section.columnSec div.content div.column_right div.widget{
  margin-bottom: 7rem;
}
section.columnSec div.content div.column_right div.widget ul{
  border-bottom: 1px dotted #C8C8C8;  
}
section.columnSec div.content div.column_right div.widget ul li{
  border-top: 1px dotted #C8C8C8;
  padding: 1.5rem 0 1.5rem 2rem;
  position: relative;
}
section.columnSec div.content div.column_right div.widget ul li::before {
  position: absolute;
  content: '';
  display: block;
  top: 2.5rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 3px solid #5EB384;
  border-bottom: 3px solid #5EB384;
  transform: rotate(-45deg);
}
section.columnSec div.content div.column_right div.widget ul li:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h3.h3-newstitle{
    font-size: 2.0rem;
  }
  h4.h4-newsnavi{
    font-size: 1.8rem;
  }
  /* section */
  section.columnSec{
    margin: 7rem auto 0;
  }
  section.columnSec div.content{
    display: block;
  }  
  /* column_left */
  section.columnSec div.content div.column_left{
    display: block;
    width: 100%;
    margin-bottom: 5rem;
  }
  /* column_right */
  section.columnSec div.inner div.column_right{
    display: block;
    width: 100%;
  }  
}


/* ambassador
-------------------------------------------------- */
/* section */
section.visualSec.ambassador{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  max-width: 1164px;
}
section.visualSec.ambassador img{
  width: 100%;
  height: auto;
}
section.ambassadorSec div.ambassador01 div.banner{
  max-width: 1164px;
}
section.ambassadorSec div.ambassador01 div.banner img{
  width: 100%;
  height: auto;
}
section.ambassadorSec div.ambassador01 div.banner img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.ambassadorSec div.ambassador02{
  margin-top: 10rem;
}
section.ambassadorSec h4.h4-ambassador{
  font-size: 2.2rem;
  line-height: 1.8;
  background: #5EB384;
  color: #fff;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
  margin-bottom: 5rem;
}
section.ambassadorSec div.ambassador03{
  margin-top: 10rem;
}
section.ambassadorSec div.ambassador03 div.block{
  padding-bottom: 4rem;
  margin-bottom: 5rem;
  border-bottom: 1px dotted #000000;
}
section.ambassadorSec div.ambassador03 div.block:last-child{
  padding-bottom: 4rem;
  margin-bottom: 0;
  border-bottom: 1px dotted #000000;
}
section.ambassadorSec div.ambassador03 div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.ambassadorSec div.ambassador03 div.wrap div.img{
  margin-right: 3rem;
}
section.ambassadorSec div.ambassador03 div.wrap div.prof h5.h5-ambassador{
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0.2rem;
}
section.ambassadorSec div.ambassador03 div.wrap div.prof p.name{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1rem;
}
section.ambassadorSec div.ambassador03 div.wrap div.prof p.prof{
  font-size: 1.2rem;
  line-height: 1.8;
}
section.ambassadorSec div.ambassador03 div.wrap div.prof div.instagram{
  margin-top: 2rem;
}
section.ambassadorSec div.ambassador03 div.wrap div.prof div.instagram a{
  background: #000;
  color: #fff;
  padding: 0.3rem 1rem 0.5rem;
  border-radius: 0.5rem;
}
section.ambassadorSec div.ambassador03 div.wrap div.prof div.instagram a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.ambassadorSec div.ambassador03 div.comment{
  margin-top: 3rem;
}
section.ambassadorSec div.ambassador03 div.comment p.p-txt{
  line-height: 1.8;
}
section.instagramSec{
  margin-top: 7rem;
}
section.instagramSec div.banner{
  width: 54rem;
  margin: 0 auto;
} 
section.instagramSec div.banner img{
  width: 100%;
  height: auto;
  border: 1px solid #000;
}
section.instagramSec div.banner img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.instagramSec div.feed{
  margin-top: 7rem;
}
@media print, screen and (max-width: 767px) {
  /* section */
  section.visualSec.ambassador{
    margin-bottom: 3rem;
  }
  section.ambassadorSec div.ambassador02{
    margin-top: 5rem;
  }
  section.ambassadorSec h4.h4-ambassador{
    font-size: 1.8rem;
    padding: 0.1rem 0.5rem 0.3rem 1rem;
    margin-bottom: 3rem;
  }
  section.ambassadorSec div.ambassador03{
    margin-top: 7rem;
  }
  section.ambassadorSec div.ambassador03 div.block{
    padding-bottom: 4rem;
    margin-bottom: 5rem;
    border-bottom: 1px dotted #000000;
  }
  section.ambassadorSec div.ambassador03 div.block:last-child{
    padding-bottom: 4rem;
    margin-bottom: 0;
    border-bottom: 1px dotted #000000;
  }
  section.ambassadorSec div.ambassador03 div.wrap{
    display: block;
  }
  section.ambassadorSec div.ambassador03 div.wrap div.img{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    width: 24rem;
  }
  section.ambassadorSec div.ambassador03 div.wrap div.prof h5.h5-ambassador{
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
    text-align: center;
  }
  section.ambassadorSec div.ambassador03 div.wrap div.prof p.name{
    font-size: 2.0rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  section.ambassadorSec div.ambassador03 div.wrap div.prof div.instagram{
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
  }
  section.ambassadorSec div.ambassador03 div.comment{
    margin-top: 4rem;
  }
  section.instagramSec{
    margin-top: 5rem;
  }
  section.instagramSec div.banner{
    width: 80%;
    margin: 0 auto;
  }
  section.instagramSec div.feed{
    margin-top: 5rem;
  }
}


/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
   border-radius: 0!important;
}