html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  /*font-family: "Open Sans",sans-serif;*/
}

/*body a,
body i,
body img,
body span {
    display: inline-block;
}*/
body button,
body input,
body textarea {
  /*font-family: "Noto Sans JP",sans-serif;*/
}

/*body p:empty {
    display: none;
}*/
#container {
  width: auto;
}

.cont__box {
  line-height: 1.5;
  font-size: 1.4rem;
  max-width: 100%;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width:740px) {
  .cont__box {
    /* padding-top: 65px;*/
  }
}

div.cg-img {
  background-image: url(../img/cg/top_cg.jpg);
  height: 450px;
  background-position: center;
}

@media only screen and (max-width:740px) {
  div.cg-img {
    display: block;
    background-image: url(../img/top-banner01_sp.jpg);
    height: 350px;
    background-position: top;
  }
}

div.cg-img .cg-box {
  width: 1080px;
  height: 410px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width:740px) {
  div.cg-img .cg-box {
    display: none;
  }
}

ul.cg-img {
  background-image: url(../img/cg/top_cg.jpg);
  height: 400px;
  background-position: center;
}

@media only screen and (max-width:740px) {
  ul.cg-img {
    display: block;
    background-image: url(../img/top_title_sp.jpg);
    height: 350px;
    background-position: top;
  }
}

ul.cg-img .cg-box {
  width: 958px;
  height: 374px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width:740px) {
  ul.cg-img .cg-box {
    display: none;
  }
}

p.link {
  width: 20px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  background-image: url(../img/cg/button.png);
  background-size: cover;
  /* animation: animation 1s infinite alternate; */

  animation: animation 1s ease infinite;
}

@keyframes animation{
  0%{
    margin-top: 0px;
  }
  100%{
    margin-top: -2px;
  }
}

a.agx-1 {
  position: absolute;
  bottom: 0;
  left: 14%;
}

a.agx-1 p.link {
  left: 38%;
  top: -20%;
}

a.agx-1:hover .link {
  width: 22px;
  height: 32px;
  background-size: cover;
  background-size: cover;
  left: 37%;
}

a.agx-1 img.agx-10knvd {
  position: absolute;
  left: 170%;
  top: -2%;
}

a.agx-2 {
  position: absolute;
  bottom: 14%;
  left: 29%;
}

a.agx-2 p.link {
  left: 35%;
  top: -28%;
}

a.agx-2:hover .link {
  width: 22px;
  height: 32px;
  background-size: cover;
  left: 34%;
}

a.hmv-g {
  position: absolute;
  bottom: 14%;
  left: 42%;
}

a.hmv-g p.link {
  left: 31%;
  top: -70%;
}

a.hmv-g:hover .link {
  width: 22px;
  height: 32px;
  background-size: cover;
  left: 28%;
}

a.Irtracer {
  position: absolute;
  bottom: 14%;
  right: 46%;
}

a.Irtracer p.link {
  left: 28%;
  top: -120%;
  z-index: 1;
}

a.Irtracer:hover .link {
  width: 22px;
  height: 32px;
  background-size: cover;
  left: 26%;
}

a.edx {
  position: absolute;
  bottom: 14%;
  right: 37%;
}

a.edx p.link {
  left: 20%;
  top: -105%;
  z-index: 1;
}

a.edx:hover .link {
  width: 22px;
  height: 32px;
  background-size: cover;
  left: 18%;
}

a.smx-6000 {
  position: absolute;
  right: 20%;
  bottom: 0;
}

a.smx-6000 p.link {
  left: 37%;
  top: -25%;
}

a.smx-6000:hover .link {
  width: 22px;
  height: 32px;
  background-size: cover;
  left: 37%;
}

a.smx-225ct {
  position: absolute;
  right: 2%;
  bottom: 0;
}

a.smx-225ct p.link {
  left: 45%;
  top: -15%;
}

a.smx-225ct:hover .link {
  width: 22px;
  height: 32px;
  background-size: cover;
  left: 44.5%;
}

div.movie {

}

a.openWindow {
  position: absolute;
  background-image: url(../img/movie.jpg);
  background-size: cover;
  width: 118px;
  height: 64px;
  right: 38.5%;
  bottom: 30.5%;
}

a.openWindow:hover {
  opacity: 0.5;
}

h1.h1-img img.sp {
  display: none;
}

@media only screen and (max-width:740px) {
  h1.h1-img img.pc {
    display: none;
  }
}

.top-img {
  background-image: url(../img/top-banner02_pc.jpg);
  height: 450px;
  background-position: top;
}

@media only screen and (max-width:740px) {
  .top-img {
    display: block;
    background-image: url(../img/top_title_sp.jpg);
    height: 350px;
  }
}

h1.h1-img {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  h1.h1-img {
    width: 100%;
  }
}

.cont__box a,
.cont__box i,
.cont__box img,
.cont__box span {
  display: inline-block;
}

.cont__wrap {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width:740px) {
  .cont__wrap {
    width: 100%;
  }
}

@media only screen and (max-width:740px) {
  .cont__wrap {
    padding: 30px 15px;
  }
}

.svg__all {
  display: none;
}

.fee-content-body {
  display: none;
}

.fee-on .fee-content-body {
  display: block;
}

.js-link {
  cursor: pointer;
}

#footer {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  #footer {
    width: 100%;
  }
}

@media only screen and (max-width:740px) {
  #footer {
    display: none;
  }
}

#footer #footer-navi ul li a {
  font-size: 1.2rem;
}

.footer__box {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  .footer__box {
    width: 100%;
  }
}

.footer__sns {
  padding: 30px 20px;
}

@media only screen and (min-width:740px) {
  .footer__sns {
    display: none;
  }
}

@media print {
  .footer__sns {
    display: none;
  }
}

.footer__sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__sns ul li {
  width: 31.33%;
}

.footer__sns ul li a {
  display: block;
  background-color: #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  text-align: center;
}

.ua-sp .footer__sns ul li a[data-hover=touch] {
  opacity: 0.7;
}

.ua-pc .footer__sns ul li a:hover {
  opacity: 0.7;
}

.footer__sns ul li a i.icon {
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.footer__sns ul li a i.icon:before {
  color: #fff;
}

.footer__sns ul li.li-twitter a {
  background-color: #66a8dc;
}

.footer__sns ul li.li-twitter a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sns ul li.li-facebook a {
  background-color: #3765a3;
}

.footer__sns ul li.li-facebook a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sns ul li.li-youtube a {
  background-color: #ce201f;
}

.footer__sns ul li.li-youtube a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sp {
  padding: 15px;
  background-color: #e7e7e7;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width:740px) {
  .footer__sp {
    display: none;
  }
}

@media print {
  .footer__sp {
    display: none;
  }
}

.footer__sp .footer__sp__btn ul li a span,
.footer__sp .footer__sp__contact ul li a span,
.footer__sp__btn ul li a .footer__sp span,
.footer__sp__contact ul li a .footer__sp span {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}

.footer__sp .footer__sp__btn ul li a span:before,
.footer__sp .footer__sp__contact ul li a span:before,
.footer__sp__btn ul li a .footer__sp span:before,
.footer__sp__contact ul li a .footer__sp span:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 21px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  margin-top: -10px;
  opacity: 0.9;
}

.footer__sp a {
  color: #757575;
  text-decoration: none;
  font-weight: 500;
}

.footer__sp__btn {
  margin-bottom: 7px;
}

.footer__sp__btn:last-child {
  margin-bottom: 0;
}

.footer__sp__btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__sp__btn ul li {
  text-align: center;
}

.footer__sp__btn ul li a {
  display: block;
  border: 2px solid #757575;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 0;
  position: relative;
}

.footer__sp__btn ul li.li-pc span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__btn ul li.li-pagetop span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__btn.size-M ul li {
  width: 48.5%;
}

.footer__sp__contact {
  margin-bottom: 7px;
}

.footer__sp__contact:last-child {
  margin-bottom: 0;
}

.footer__sp__contact ul li a {
  color: #757575;
  border: 2px solid #757575;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #fff), color-stop(51%, #ddd), color-stop(100%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, #fff 50%, #fff 50%, #ddd 51%, #fff 100%, #fff 100%);
  background: linear-gradient(to bottom, #fff 50%, #fff 50%, #ddd 51%, #fff 100%, #fff 100%);
}

.footer__sp__contact ul li a span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__navi {
  padding: 20px 15px;
  border: 2px solid #757575;
  background-color: #fff;
  margin-bottom: 7px;
}

.footer__sp__navi:last-child {
  margin-bottom: 0;
}

.footer__sp__navi ul:after,
.footer__sp__navi ul:before {
  content: " ";
  display: table;
}

.footer__sp__navi ul:after {
  clear: both;
}

.footer__sp__navi ul li {
  float: left;
  width: 50%;
  line-height: 1.7;
  font-size: 1.3rem;
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.footer__sp__navi ul li a {
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
}

.ua-sp .footer__sp__navi ul li a[data-hover=touch] {
  text-decoration: underline;
}

.ua-pc .footer__sp__navi ul li a:hover {
  text-decoration: underline;
}

.footer__sp__navi ul li a:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.footer__sp__copy {
  background-color: #dbdbdb;
  border-top: 6px solid #999;
  position: relative;
}

.footer__sp__copy:before {
  content: " ";
  display: block;
  width: 35px;
  height: 6px;
  background-color: #093;
  position: absolute;
  left: 0;
  top: -6px;
}

@media only screen and (min-width:740px) {
  .footer__sp__copy {
    display: none;
  }
}

@media print {
  .footer__sp__copy {
    display: none;
  }
}

.footer__sp__copy address {
  text-align: center;
}

.footer__sp__copy address img {
  height: 30px;
  width: auto;
}

.footer__pagetop {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 10px;
  bottom: 10px;
  z-index: -10;
  opacity: 0;
  -webkit-transition-property: z-index opacity;
  transition-property: z-index opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.footer__pagetop.is-active {
  z-index: 1000;
  opacity: 1;
}

.fancybox-lock .footer__pagetop {
  opacity: 0;
  z-index: -10;
}

.footer__pagetop a {
  display: block;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

@media only screen and (max-width:740px) {
  .footer__pagetop a {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.ua-sp .footer__pagetop a[data-hover=touch] {
  background-color: #000;
}

.ua-pc .footer__pagetop a:hover {
  background-color: #000;
}

.footer__pagetop a svg {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

@media only screen and (max-width:740px) {
  .footer__pagetop a svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
  }
}

.footer__pagetop a svg use {
  fill: #fff;
}

#header {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  #header {
    width: 100%;
  }
}

#header:after,
#header:before {
  content: " ";
  display: table;
}

#header:after {
  clear: both;
}

#header #logo {
  position: relative;
}

#header #logo img {
  position: absolute;
  left: 230px;
  top: 0;
}

#header #logo a {
  display: block;
}

#header #logo a img {
  position: relative;
  left: 0;
  top: 0;
}

#header #header-navi ul:after,
#header #header-navi ul:before {
  content: " ";
  display: table;
}

#header #header-navi ul:after {
  clear: both;
}

#header #header-navi ul li {
  display: block;
  float: left;
}

#header #header-navi .site-search-form {
  height: 21px;
}

@media only screen and (max-width:740px) {
  #header {
    background-image: none;
    border-top: 6px solid #999;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 0 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 65px;
    z-index: 1000;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  }

  #header:before {
    content: " ";
    display: block;
    width: 35px;
    height: 6px;
    background-color: #093;
    position: absolute;
    left: 0;
    top: -6px;
  }

  #header #logo {
    padding: 0;
    margin: 0;
    padding-top: 15px;
    width: auto;
  }

  #header #logo img {
    display: none;
  }

  #header #logo a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 280px;
    height: 59.3763px;
    background-size: 100% auto;
    display: block;
  }
}

@media only screen and (max-width:740px) and (max-width:740px) {
  #header #logo a {
    width: 140px;
    height: 29.68815px;
  }
}

@media only screen and (max-width:740px) {
  #header #header-navi {
    display: none;
  }
}

.seminar__box {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  .seminar__box {
    width: 100%;
  }
}

@media only screen and (max-width:740px) {
  .seminar__box {
    padding: 0px 10px;
  }
}

.booth__item__title,
.title__1 {
  margin-bottom: 20px;
}

.booth__item__title:last-child,
.title__1:last-child {
  margin-bottom: 0;
}

.booth__item__title h1,
.booth__item__title h2,
.booth__item__title h3,
.booth__item__title h4,
.booth__item__title h5,
.booth__item__title h6,
.booth__item__title p,
.title__1 h1,
.title__1 h2,
.title__1 h3,
.title__1 h4,
.title__1 h5,
.title__1 h6,
.title__1 p {
  font-size: 3rem;
  font-size: 3rem;
  border-left: 2px solid #d30511;
  padding: 5px 15px;
  line-height: 1.2;
  font-weight: 500;
}

@media only screen and (max-width:740px) {

  .booth__item__title h1,
  .booth__item__title h2,
  .booth__item__title h3,
  .booth__item__title h4,
  .booth__item__title h5,
  .booth__item__title h6,
  .booth__item__title p,
  .title__1 h1,
  .title__1 h2,
  .title__1 h3,
  .title__1 h4,
  .title__1 h5,
  .title__1 h6,
  .title__1 p {
    font-size: 2.4rem;
  }
}

.seminar__search__head:last-child,
.title__2:last-child {
  margin-bottom: 0;
}

.seminar__search__head h1,cg-img
.seminar__search__head h2,
.seminar__search__head h3,
.seminar__search__head h4,
.seminar__search__head h5,
.seminar__search__head h6,
.seminar__search__head p,
.title__2 h1,
.title__2 h2,
.title__2 h3,
.title__2 h4,
.title__2 h5,
.title__2 h6,
.title__2 p {
  font-size: 3rem;
  /* line-height: 1.2; */
}
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  /*font-family: "Open Sans",sans-serif;*/
}

/*body a,
body i,
body img,
body span {
    display: inline-block;
}*/
body button,
body input,
body textarea {
  /*font-family: "Noto Sans JP",sans-serif;*/
}

/*body p:empty {
    display: none;
}*/
#container {
  width: auto;
}

.cont__box {
  line-height: 1.5;
  font-size: 1.4rem;
  max-width: 100%;
  clear: both;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width:740px) {
  .cont__box {
    /* padding-top: 65px;*/
  }
}

h1.h1-img img.sp {
  display: none;
}

@media only screen and (max-width:740px) {
  h1.h1-img img.pc {
    display: none;
  }
}

h1.h1-img {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  h1.h1-img {
    width: 100%;
  }
}

.cont__box a,
.cont__box i,
.cont__box img,
.cont__box span {
  display: inline-block;
}

.cont__wrap {
  width: 1040px;
  margin: 0 auto;
  padding: 80px 0;
}

@media only screen and (max-width:740px) {
  .cont__wrap {
    width: 100%;
  }
}

@media only screen and (max-width:740px) {
  .cont__wrap {
    padding: 30px 15px;
  }
}

.svg__all {
  display: none;
}

.fee-content-body {
  display: none;
}

.fee-on .fee-content-body {
  display: block;
}

.js-link {
  cursor: pointer;
}

#footer {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  #footer {
    width: 100%;
  }
}

@media only screen and (max-width:740px) {
  #footer {
    display: none;
  }
}

#footer #footer-navi ul li a {
  font-size: 1.2rem;
}

.footer__box {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  .footer__box {
    width: 100%;
  }
}

.footer__sns {
  padding: 30px 20px;
}

@media only screen and (min-width:740px) {
  .footer__sns {
    display: none;
  }
}

@media print {
  .footer__sns {
    display: none;
  }
}

.footer__sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__sns ul li {
  width: 31.33%;
}

.footer__sns ul li a {
  display: block;
  background-color: #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  text-align: center;
}

.ua-sp .footer__sns ul li a[data-hover=touch] {
  opacity: 0.7;
}

.ua-pc .footer__sns ul li a:hover {
  opacity: 0.7;
}

.footer__sns ul li a i.icon {
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.footer__sns ul li a i.icon:before {
  color: #fff;
}

.footer__sns ul li.li-twitter a {
  background-color: #66a8dc;
}

.footer__sns ul li.li-twitter a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sns ul li.li-facebook a {
  background-color: #3765a3;
}

.footer__sns ul li.li-facebook a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sns ul li.li-youtube a {
  background-color: #ce201f;
}

.footer__sns ul li.li-youtube a i.icon:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.footer__sp {
  padding: 15px;
  background-color: #e7e7e7;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width:740px) {
  .footer__sp {
    display: none;
  }
}

@media print {
  .footer__sp {
    display: none;
  }
}

.footer__sp .footer__sp__btn ul li a span,
.footer__sp .footer__sp__contact ul li a span,
.footer__sp__btn ul li a .footer__sp span,
.footer__sp__contact ul li a .footer__sp span {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}

.footer__sp .footer__sp__btn ul li a span:before,
.footer__sp .footer__sp__contact ul li a span:before,
.footer__sp__btn ul li a .footer__sp span:before,
.footer__sp__contact ul li a .footer__sp span:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 21px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  margin-top: -10px;
  opacity: 0.9;
}

.footer__sp a {
  color: #757575;
  text-decoration: none;
  font-weight: 500;
}

.footer__sp__btn {
  margin-bottom: 7px;
}

.footer__sp__btn:last-child {
  margin-bottom: 0;
}

.footer__sp__btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__sp__btn ul li {
  text-align: center;
}

.footer__sp__btn ul li a {
  display: block;
  border: 2px solid #757575;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 0;
  position: relative;
}

.footer__sp__btn ul li.li-pc span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__btn ul li.li-pagetop span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__btn.size-M ul li {
  width: 48.5%;
}

.footer__sp__contact {
  margin-bottom: 7px;
}

.footer__sp__contact:last-child {
  margin-bottom: 0;
}

.footer__sp__contact ul li a {
  color: #757575;
  border: 2px solid #757575;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #fff), color-stop(51%, #ddd), color-stop(100%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, #fff 50%, #fff 50%, #ddd 51%, #fff 100%, #fff 100%);
  background: linear-gradient(to bottom, #fff 50%, #fff 50%, #ddd 51%, #fff 100%, #fff 100%);
}

.footer__sp__contact ul li a span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-top: -10px;
}

.footer__sp__navi {
  padding: 20px 15px;
  border: 2px solid #757575;
  background-color: #fff;
  margin-bottom: 7px;
}

.footer__sp__navi:last-child {
  margin-bottom: 0;
}

.footer__sp__navi ul:after,
.footer__sp__navi ul:before {
  content: " ";
  display: table;
}

.footer__sp__navi ul:after {
  clear: both;
}

.footer__sp__navi ul li {
  float: left;
  width: 50%;
  line-height: 1.7;
  font-size: 1.3rem;
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.footer__sp__navi ul li a {
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
}

.ua-sp .footer__sp__navi ul li a[data-hover=touch] {
  text-decoration: underline;
}

.ua-pc .footer__sp__navi ul li a:hover {
  text-decoration: underline;
}

.footer__sp__navi ul li a:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.footer__sp__copy {
  background-color: #dbdbdb;
  border-top: 6px solid #999;
  position: relative;
}

.footer__sp__copy:before {
  content: " ";
  display: block;
  width: 35px;
  height: 6px;
  background-color: #093;
  position: absolute;
  left: 0;
  top: -6px;
}

@media only screen and (min-width:740px) {
  .footer__sp__copy {
    display: none;
  }
}

@media print {
  .footer__sp__copy {
    display: none;
  }
}

.footer__sp__copy address {
  text-align: center;
}

.footer__sp__copy address img {
  height: 30px;
  width: auto;
}

.footer__pagetop {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  right: 10px;
  bottom: 10px;
  z-index: -10;
  opacity: 0;
  -webkit-transition-property: z-index opacity;
  transition-property: z-index opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.footer__pagetop.is-active {
  z-index: 1000;
  opacity: 1;
}

.fancybox-lock .footer__pagetop {
  opacity: 0;
  z-index: -10;
}

.footer__pagetop a {
  display: block;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  -webkit-border-radius: 9999px;
  border-radius: 9999px;
}

@media only screen and (max-width:740px) {
  .footer__pagetop a {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.ua-sp .footer__pagetop a[data-hover=touch] {
  background-color: #000;
}

.ua-pc .footer__pagetop a:hover {
  background-color: #000;
}

.footer__pagetop a svg {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

@media only screen and (max-width:740px) {
  .footer__pagetop a svg {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
  }
}

.footer__pagetop a svg use {
  fill: #fff;
}

#header {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  #header {
    width: 100%;
  }
}

#header:after,
#header:before {
  content: " ";
  display: table;
}

#header:after {
  clear: both;
}

#header #logo {
  position: relative;
}

#header #logo img {
  position: absolute;
  left: 230px;
  top: 0;
}

#header #logo a {
  display: block;
}

#header #logo a img {
  position: relative;
  left: 0;
  top: 0;
}

#header #header-navi ul:after,
#header #header-navi ul:before {
  content: " ";
  display: table;
}

#header #header-navi ul:after {
  clear: both;
}

#header #header-navi ul li {
  display: block;
  float: left;
}

#header #header-navi .site-search-form {
  height: 21px;
}

@media only screen and (max-width:740px) {
  #header {
    background-image: none;
    border-top: 6px solid #999;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 0 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 65px;
    z-index: 1000;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  }

  #header:before {
    content: " ";
    display: block;
    width: 35px;
    height: 6px;
    background-color: #093;
    position: absolute;
    left: 0;
    top: -6px;
  }

  #header #logo {
    padding: 0;
    margin: 0;
    padding-top: 15px;
    width: auto;
  }

  #header #logo img {
    display: none;
  }

  #header #logo a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 280px;
    height: 59.3763px;
    background-size: 100% auto;
  }
}

@media only screen and (max-width:740px) and (max-width:740px) {
  #header #logo a {
    width: 140px;
    height: 29.68815px;
  }
}

@media only screen and (max-width:740px) {
  #header #header-navi {
    display: none;
  }
}

.seminar__box {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  .seminar__box {
    width: 100%;
  }

}

@media only screen and (max-width:740px) {
  .seminar__box {
    padding: 0px 10px;
  }
}

.booth__item__title,
.title__1 {
  margin-bottom: 20px;
}

.booth__item__title:last-child,
.title__1:last-child {
  margin-bottom: 0;
}

.booth__item__title h1,
.booth__item__title h2,
.booth__item__title h3,
.booth__item__title h4,
.booth__item__title h5,
.booth__item__title h6,
.booth__item__title p,
.title__1 h1,
.title__1 h2,
.title__1 h3,
.title__1 h4,
.title__1 h5,
.title__1 h6,
.title__1 p {
  font-size: 3rem;
  font-size: 3rem;
  border-left: 2px solid #d30511;
  padding: 5px 15px;
  line-height: 1.2;
  font-weight: 500;
}

@media only screen and (max-width:740px) {

  .booth__item__title h1,
  .booth__item__title h2,
  .booth__item__title h3,
  .booth__item__title h4,
  .booth__item__title h5,
  .booth__item__title h6,
  .booth__item__title p,
  .title__1 h1,
  .title__1 h2,
  .title__1 h3,
  .title__1 h4,
  .title__1 h5,
  .title__1 h6,
  .title__1 p {
    font-size: 2.4rem;
  }
}

.seminar__search__head:last-child,
.title__2:last-child {
  margin-bottom: 0;
}

.seminar__search__head h1,
.seminar__search__head h2,
.seminar__search__head h3,
.seminar__search__head h4,
.seminar__search__head h5,
.seminar__search__head h6,
.seminar__search__head p,
.title__2 h1,
.title__2 h2,
.title__2 h3,
.title__2 h4,
.title__2 h5,
.title__2 h6,
.title__2 p {
  font-size: 3rem;
  /* line-height: 1.2; */
}

h1.top {
  font-size: 3.9rem;
  line-height: 1.2;
  font-weight: 500;
}

@media only screen and (max-width:740px) {
  h1.top {
    font-size: 2.4rem;
  }
}

p.h1-text {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 10px 0 25px;
}

@media only screen and (max-width:740px) {
  p.h1-text {
    font-size: 1.5rem;
  }
}

h2.top {
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}

@media only screen and (max-width:740px) {
  h2.top {
    font-size: 1.5rem;
  }
}

h2.h2-normal {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 2px solid #bac6cb;
  padding-bottom: 15px;
  width: 100%;
}

@media only screen and (max-width:740px) {
  h2.h2-normal {
    font-size: 2.4rem;
  }
}

h2.h2-rw {
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 50px;
}

@media only screen and (max-width:740px) {
  h2.h2-rw {
    font-size: 1.3rem;
    padding-top: 40px;
  }
}

h2.h2-search {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 15px;
  width: 100%;
  padding: 5px 15px;
  border-left: 1px solid #2e4a56;
  margin-bottom: 20px;
}

@media only screen and (max-width:740px) {
  h2.h2-search {
    font-size: 2.4rem;
    padding: 0px 10px;
  }
}

h2.h2-result {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 2px solid #bac6cb;
  padding-bottom: 15px;
  width: 100%;
}

@media only screen and (max-width:740px) {
  h2.h2-result {
    font-size: 2rem;
  }
}

h3.h3-normal {
  font-size: 2rem;
  margin: 10px 0;
}

@media only screen and (max-width:740px) {
  h3.h3-normal {
    font-size: 1.3rem;
    margin: 5px 0;
  }
}

.seminar__search__head h1 span.sub,
.seminar__search__head h2 span.sub,
.seminar__search__head h3 span.sub,
.seminar__search__head h4 span.sub,
.seminar__search__head h5 span.sub,
.seminar__search__head h6 span.sub,
.seminar__search__head p span.sub,
.title__2 h1 span.sub,
.title__2 h2 span.sub,
.title__2 h3 span.sub,
.title__2 h4 span.sub,
.title__2 h5 span.sub,
.title__2 h6 span.sub,
.title__2 p span.sub {
  font-size: 1.6rem;
}

@media only screen and (max-width:740px) {

  .seminar__search__head h1 span.sub,
  .seminar__search__head h2 span.sub,
  .seminar__search__head h3 span.sub,
  .seminar__search__head h4 span.sub,
  .seminar__search__head h5 span.sub,
  .seminar__search__head h6 span.sub,
  .seminar__search__head p span.sub,
  .title__2 h1 span.sub,
  .title__2 h2 span.sub,
  .title__2 h3 span.sub,
  .title__2 h4 span.sub,
  .title__2 h5 span.sub,
  .title__2 h6 span.sub,
  .title__2 p span.sub {
    display: block;
    padding-top: 5px;
  }
}

#main {
  color: #666 !important;
}

/* menu */
.menu {
  border-bottom: 4px #bac6cb solid;
}

@media only screen and (max-width:740px) {
  .menu {
    border-bottom: none;
  }
}

.nav-list {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  .nav-list {
    width: 100%;
  }
}

.menu .box-ttl {
  margin-bottom: -4px;
}

.menu .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -4px;
}

.menu .nav-list li {
  font-size: 2rem;
  font-weight: bold;
  width: 346.6px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

@media only screen and (max-width:740px) {
  .menu .nav-list li {
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
    width: 50%;
  }
}

.menu .nav-list li a {
  display: block;
}

.menu .nav-list .nav-list-heading {
  border-bottom: 4px #2e4a56 solid;
}

@media only screen and (max-width:740px) {
  .menu .nav-list .nav-list-heading {
    border-bottom: 3px #2e4a56 solid;
  }

  .menu .nav-list .nav-list-links-item {
    border-bottom: 3px #bac6cb solid;
  }

  .menu .nav-list .rightBorder {
    border-right: 1px #bac6cb solid;
  }

  .menu .nav-list .leftBorder {
    border-left: 1px #bac6cb solid;
  }
}

.menu .nav-list .nav-list-heading {
  color: #2e4a56;
}

.nav-list .nav-list-links-item a {
  color: #bac6cb;
}

.nav-list .nav-list-links-item:hover {
  border-bottom: 4px #2e4a56 solid;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.nav-list .nav-list-links-item a:hover {
  color: #2e4a56;
}

/* menu end */
/* content */
.content {
  margin-top: 50px;
}

@media only screen and (max-width:740px) {
  .content {
    margin-top: 35px;
  }
}

/* content end */
/* text-area */
.content .text-area {
  font-size: 1.4rem;
  padding-bottom: 14px;
}

@media only screen and (max-width:740px) {
  .content .text-area {
    font-size: 1.2rem;
  }
}

.content .topButton a {
  background-color: #2e4a56;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 15px;
  line-height: 2.5rem;
  margin-top: 10px;
}

@media only screen and (max-width:740px) {
  .content .topButton a {
  }
}

.content .border_b {
  border-bottom: 2px solid #bac6cb;
  width: 100%;
}

/* text-area end */
/* box-ttl */
.box-ttl {
  /* position: relative; */
}

.box-ttl h1, .box-ttl p {
  font-weight: 500;
}

.box-ttl .link-inquiry {
  background: #666;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.box-ttl .link-inquiry span {
  display: block;
}

.title__1 {
  /* position: relative; */
}

.title__1 .link-info span {
  position: relative;
  display: inline-block;
  padding: 6px 25px 8px 28px;
  background: #666;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: .85em;
}

.title__1 .link-info span:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

.fancybox-button--zoom {
  display: none !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: .4 !important;
}

/* ttl-area */
.ttl-area .txt-area dl {
  font-weight: 500;
  margin-bottom: 15px;
}

.ttl-area .txt-area p {
  line-height: 1.4;
}

.ttl-area .wrap-ttl .map-area a {
  position: relative;
}

.ttl-area .wrap-ttl .map-area a p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 15px;
  vertical-align: middle;
  padding: 0;
  font-weight: 500;
}

.ttl-area .list-nav li {
  text-align: center;
  padding: 15px 30px 10px;
  border: 1px solid #666;
  letter-spacing: -.005em;
  line-height: 1.4;
}

.ttl-area .list-nav li .txt-jp {
  font-weight: 500;
  padding-bottom: 10px;
}

.ttl-area .list-nav li .txt-en {
  text-align: left;
}

.ttl-area .list-btn {
  text-align: left;
  margin-top: 10px;
}

.ttl-area .list-btn li {
  display: inline-block;
}

.ttl-area .list-btn li:first-child {
  margin-right: 10px;
}

.ttl-area .list-btn li .btn-entry {
  margin: 15px auto 0;
  padding: 0 15px;
  color: #fff;
  background: #666;
  line-height: 32px;
  border-radius: 16px;
  font-size: 1.4rem;
  font-weight: 500;
}

.ttl-area .list-btn li .btn-entry .icon-triangle-right:before {
  font-size: 1rem;
}

.seminar__posts__head .contents span {
  display: block;
  font-size: 1.4rem;
}

.font-normal {
  font-weight: 300;
}

@media only screen and (max-width:740px) {
  .sp-none {
    display: none !important;
  }

  .wrap-nav, .ttl-area {
    width: 100%;
    padding: 30px 20px;
  }

  /* box-ttl */
  .box-ttl {
    margin-bottom: 30px;
  }

  .box-ttl h1 {
    font-size: 3.2rem;
    margin-bottom: 10px;
    display: inline-block;
  }

  .box-ttl p {
    display: block;
    font-size: 1.8rem;
    padding: 0;
    margin-left: 0;
  }

  .box-ttl .link-inquiry {
    font-size: 1.2rem;
    padding: 12px 40px;
    margin-top: 20px;
  }

  .box-ttl .link-inquiry span {
    font-size: 1.8rem;
  }

  .local-nav-list-heading a .custom-icon {
    margin-top: 0 !important;
  }

  .title__1 .link-info {
    margin-top: 15px;
  }

  /* ttl-area */
  .ttl-area.seminar__box {
    border-bottom: none;
  }

  .ttl-area .wrap-ttl {
    margin-bottom: 15px;
  }

  .ttl-area .txt-area {
    margin-bottom: 20px;
  }

  .ttl-area .txt-area dl dt {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .ttl-area .txt-area dl dd {
    font-size: 2.4rem;
  }

  .ttl-area .list-nav li {
    margin-bottom: 10px;
  }

  .ttl-area .list-nav li .txt-jp {
    font-size: 1.4rem;
  }

  .ttl-area .list-nav li .txt-en {
    font-size: 1rem;
  }

  .fancybox-slide--image {
    overflow: hidden;
    padding: 44px 10px;
  }

  /* box-item */
  .box-item {
    background: #fff;
    padding: 45px 20px 20px;
  }

  .box-item .icon {
    left: 20px;
    font-size: 2rem;
    top: 20px;
  }

  .box-img {
    margin-bottom: 15px;
    text-align: center;
  }

  .box-img img {
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: 180px;
  }

  /* seminar__posts*/
  .seminar__posts__list article .title {
    margin-bottom: 0;
  }

  .seminar__posts__list article .contents {
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    padding: 0;
  }

  .seminar__posts__list article .contents a {
    display: block;
    width: 180px;
  }
}

@media only screen and (min-width:741px) {
  .pc-none {
    display: none !important;
  }

  .wrap-nav, .ttl-area {
    width: 1040px;
    margin: 0 auto;
  }

  #main {
    margin-top: 90px !important;
  }

  /* box-ttl */
  .box-ttl {
    margin-bottom: 30px;
  }

  .box-ttl h1 {
    font-size: 4rem;
    display: inline-block;
  }

  .box-ttl p {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    padding: 0 0 0 15px;
    margin-left: 10px;
  }

  .box-ttl p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 20px;
    background: #555;
  }

  .box-ttl .link-inquiry {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1.4rem;
    height: 80px;
    padding: 12px 40px;
    top: -10px;
    vertical-align: middle;
  }

  .box-ttl .link-inquiry span {
    font-size: 2.2rem;
  }

  #mNav ul li:last-child a:after {
    display: none;
  }

  #mNav ul li a {
    font-size: 1.8rem;
  }

  #mNav ul li a:hover:before {
    border-color: transparent transparent transparent #d30511;
  }

  .title__1 .link-info {
    position: absolute;
    right: 50px;
    top: 8px;
    bottom: 0;
    margin: auto;
  }

  /* ttl-area */
  .ttl-area.seminar__box {
    padding-bottom: 0;
  }

  .ttl-area .wrap-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .ttl-area .txt-area {
    width: 67%;
    margin-right: 3%
  }

  .ttl-area .wrap-ttl .map-area {
    width: 30%;
  }

  .ttl-area .wrap-ttl .map-area a img {
    width: 312px;
    height: 178px;
  }

  .ttl-area .txt-area dl dt {
    font-size: 2rem;
  }

  .ttl-area .txt-area dl dd {
    font-size: 4.8rem;
  }

  .ttl-area .list-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ttl-area .list-nav li {
    width: 32%;
    margin-right: 2%;
  }

  .ttl-area .list-nav li:last-child {
    margin-right: 0;
  }

  .ttl-area .list-nav li .txt-jp {
    font-size: 1.6rem;
  }

  .ttl-area .list-nav li .txt-en {
    font-size: 1.1rem;
  }

  /* product-area */
  #product-area .wrap-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #product-area .wrap-product.pickup_01 li a {}

  #product-area .wrap-product.pickup_01 li:first-child {
    width: 65.5%;
    margin-right: 3.5%;
  }

  #product-area .wrap-product.pickup_01 li:last-child {
    width: 31%;
  }

  #product-area .wrap-product.pickup_02 li {
    width: 48.25%;
  }

  #product-area .wrap-product.pickup_02 li:nth-child(odd) {
    margin-right: 3.5%;
  }

  #product-area .wrap-product.display li, #product-area .wrap-product.app li {
    width: 31%;
    margin-right: 3.5%;
  }

  #product-area .wrap-product.display li:nth-child(3n), #product-area .wrap-product.app li:nth-child(3n) {
    margin-right: 0;
  }

  #product-area .wrap-product li p {
    font-size: 1.6rem;
    padding-bottom: 0;
  }

  #product-area .wrap-product.pickup_02 li p {
    padding-top: 10px;
  }

  #product-area .wrap-product li.under .img-item {
    position: absolute;
    bottom: 20px;
    right: 30px;
  }

  #product-area .wrap-product li .img-item img {
    max-height: 100%;
  }

  .box-txt {
    width: 60%;
    margin-right: 5%;
    float: left;
    font-weight: 600;
  }

  .box-txt .txt-note {
    text-align: right;
    margin-top: 20px;
  }

  .box-img {
    width: 35%;
    float: right;
    text-align: center;
  }

  .box-img img {
    max-height: 400px;
  }
}

.box-txt .faq-link li:first-child img, .box-txt .item-link li.no-link {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  cursor: default;
  opacity: .5;
}

@media only screen and (min-width:741px) {
  .ttl-area .txt-area.center {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}

/*.box-txt .item-link li.no-link{
	padding:0;
}*/
@media print {
  .access-map .pc-none {
    display: none;
  }
}

.seminar__posts__list article .contents .js-attn {
  margin: 0 auto;
  text-align: center;
}

.seminar__search__wrap {
  display: table;
  width: 100%;
}

@media only screen and (max-width:740px) {
  .seminar__search__wrap {
    display: block;
  }
}

.seminar__search__wrap>* {
  display: table-cell;
}

@media only screen and (max-width:740px) {
  .seminar__search__wrap>* {
    display: block;
  }
}

/* .seminar__search__list {
    padding: 0 20px 0 30px;
} */
@media only screen and (max-width:740px) {
  .seminar__search__list {
    padding: 0;
  }
}

.seminar__search__list section {
  width: 100%;
  margin-bottom: 20px;
}

.seminar__search__list section:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:740px) {
  .seminar__search__list section {
    display: block;
    width: auto;
  }
}

.seminar__search__list section>* {
  vertical-align: top;
}

@media only screen and (max-width:740px) {
  .seminar__search__list section>* {
    display: block;
  }
}

.seminar__search__title p {
  font-size: 2rem;
  margin: 10px 0;
}

@media only screen and (max-width:740px) {
  .seminar__search__title p {
    font-size: 1.3rem;
    margin: 5px 0;
  }

  .seminar__search__title {
    width: auto;
    margin-bottom: 10px;
  }
}

.seminar__search__check {}

@media only screen and (max-width:740px) {
  .seminar__search__check {
    width: auto;
  }
}

.seminar__search__check ul:after,
.seminar__search__check ul:before {
  content: " ";
  display: table;
}

.seminar__search__check ul:after {
  clear: both;
}

.seminar__search__check li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.seminar__search__check li * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.seminar__search__check li input {
  display: none;
}

.seminar__search__check li label span.tag-sid {
  background-color: #222;
  color: #fff;
  margin-left: 5px;
  padding: 2px;
  display: none;
}

.seminar__search__head span.js-num {
  font-size: 3rem;
  margin-left: 10px;
}

@media only screen and (max-width:740px) {
  .seminar__search__head span.js-num {
    font-size: 2.4rem;
  }
}

.seminar__posts__count {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}

.seminar__posts__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

@media only screen and (max-width:740px) {
  .seminar__posts__head {
    display: none;
  }
}

.seminar__posts__head p {
  text-align: center;
  border-bottom: 4px solid #bac6cb;
  font-size: 2rem;
  padding: 20px 0;
}

.seminar__posts__head .date {
  width: 140px;
}

.seminar__posts__head .booth {
  width: 160px;
}

.seminar__posts__head .title {
  width: 715px;
}

.seminar__posts__head .contents {
  width: 300px;
}

@media only screen and (max-width:740px) {
  .seminar__posts__head .date {
    width: auto;
  }

  .seminar__posts__head .booth {
    width: auto;
  }

  .seminar__posts__head .title {
    width: auto;
  }
}

.seminar__posts article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width:740px) {
  .seminar__posts article {
    padding: 5px 0;
    border-bottom: 1px solid #bac6cb;
  }
}

.seminar__posts article>* {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  padding: 20px 0;
}

@media only screen and (max-width:740px) {
  .seminar__posts article>* {
    border-bottom: 0px solid rgba(0, 0, 0, .3);
    padding: 10px 0;
  }
}

@media only screen and (max-width:740px) {
  .seminar__posts__list article {
    display: block;
  }

  .seminar__posts__list article> :last-child {
    border-bottom: 0;
  }
}

.seminar__posts article .title {
  width: 715px;
}

.seminar__posts article .contents {
  /* width: 200px; */
}

@media only screen and (max-width:740px) {
  .seminar__posts__list article .date {
    width: auto;
  }

  .seminar__posts__list article .booth {
    width: auto;
  }

  .seminar__posts__list article .title {
    width: auto;
  }
}

.seminar__posts__list article .date {
  text-align: center;
  padding: 10px 0;
}

.seminar__posts__list article .booth {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.seminar__posts__list article .booth .js-booth {
  font-weight: 700;
}

.seminar__posts article .title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 715px;
  margin-right: 25px;
  font-size: 1.8rem;
}

@media only screen and (max-width:740px) {
  .seminar__posts article .title {
    margin-right: 0px;
  }

  .seminar__posts article dl dd {
    padding-left: 10px;
  }
}

.seminar__posts article .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seminar__posts__list article .title dl {
  display: table;
  width: 100%;
}

.seminar__posts__list article .title dl dd,
.seminar__posts__list article .title dl dt {
  display: table-cell;
  vertical-align: middle;
}

.seminar__posts__list article .title dl dt span {
  width: 80px;
  background-color: #a3a3a3;
  color: #fff;
  padding: 5px 7px;
  margin: 3px 0;
  font-size: 1.2rem;
  text-align: center;
}

.seminar__posts__list article .title dl dt span {
  display: block;
}

.seminar__posts__list article .title dl dt span:after {
  content: "/";
  padding: 0 2px;
  display: inline-block;
}

.seminar__posts__list article .title dl dt.js-code span:after {
  display: none;
}

.seminar__posts__list article .title dl dt span:last-child:after {
  display: none;
}

.seminar__posts__list article .title dl dd {
  padding-left: 10px;
}

@media only screen and (max-width:740px) {
  .seminar__posts__list article .title {
    width: auto;
    margin-bottom: 20px;
  }
}

.seminar__posts article dl dt {
  display: none;
}

.seminar__posts article dl dd p.js-title {
  font-size: 1.8rem;
}

@media only screen and (max-width:740px) {
  .seminar__posts article dl dd p.js-title {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width:740px) {

  .seminar__posts article dl.title,
  .seminar__posts article dl.contents {
    display: table;
    width: 100%;
  }

  .seminar__posts__list article dl dd,
  .seminar__posts article dl dt {
    display: table-cell;
    text-align: left;
  }

  .seminar__posts article dl dt {
    width: 80px;
    font-size: 1.3rem;
    border-right: 3px solid #bac6cb;
  }

  .seminar__posts__list article dl dd {
    border-left: 1px solid rgba(0, 0, 0, .3);
    padding-left: 10px;
  }
}

.seminar__posts__list article .js-tags {
  margin-top: 10px;
  width: 100%;
  border: none;
  background-color: #222;
  color: #fff;
  display: none;
}

.is-debug .seminar__posts__list article .js-tags {
  display: block;
}

.seminar__posts__list article .js-tags ul {
  padding: 10px;
}

.seminar__posts__list article .js-tags ul:after,
.seminar__posts__list article .js-tags ul:before {
  content: " ";
  display: table;
}

.seminar__posts__list article .js-tags ul:after {
  clear: both;
}

.seminar__posts__list article .js-tags ul li {
  float: left;
}

.seminar__posts__list article .js-tags ul li:after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}

.teaser__cont {
  background-color: #f6f6f6;
}

@media only screen and (max-width:740px) {
  .teaser__cont {
    margin-bottom: 0;
  }
}

.teaser__cont__wrap {
  width: 850px;
  margin: 0 auto;
  padding: 50px 0;
}

@media only screen and (max-width:740px) {
  .teaser__cont__wrap {
    width: 100%;
  }
}

.teaser__cont__wrap:after,
.teaser__cont__wrap:before {
  content: " ";
  display: table;
}

.teaser__cont__wrap:after {
  clear: both;
}

@media only screen and (max-width:740px) {
  .teaser__cont__wrap {
    padding: 25px 20px;
  }
}

.teaser__cont__main {
  width: 470px;
  float: left;
}

@media only screen and (max-width:740px) {
  .teaser__cont__main {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
}

.teaser__cont__main h2,
.teaser__cont__main h3,
.teaser__cont__main h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.teaser__cont__main h2:last-child,
.teaser__cont__main h3:last-child,
.teaser__cont__main h4:last-child {
  margin-bottom: 0;
}

.teaser__cont__main h2 span,
.teaser__cont__main h3 span,
.teaser__cont__main h4 span {
  color: #8a040b;
}

.teaser__cont__main img {
  display: block;
  width: 100%;
  height: auto;
}

.teaser__cont__info {
  width: 350px;
  float: right;
}

@media only screen and (max-width:740px) {
  .teaser__cont__info {
    width: auto;
    float: none;
  }
}

.teaser__cont__info__title {
  color: #fff;
  background-color: #8a040b;
  padding: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  padding: 15px 0;
}

.teaser__cont__info__coupon {
  background-color: #fff;
  border: 5px solid #8a040b;
  text-align: center;
  padding: 30px;
  color: #8a040b;
}

.teaser__cont__info__coupon .titles .sub {
  border-top: 1px solid #8a040b;
  border-bottom: 1px solid #8a040b;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px;
}

.teaser__cont__info__coupon .titles h1,
.teaser__cont__info__coupon .titles h2,
.teaser__cont__info__coupon .titles h3,
.teaser__cont__info__coupon .titles h4,
.teaser__cont__info__coupon .titles h5,
.teaser__cont__info__coupon .titles h6 {
  font-size: 3rem;
  padding: 10px;
}

.teaser__cont__info__coupon .btn a {
  width: 160px;
  border: 1px solid #8a040b;
  text-decoration: none;
  padding: 5px 5px 7px;
  color: #8a040b;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.ua-sp .teaser__cont__info__coupon .btn a[data-hover=touch] {
  background-color: #8a040b;
  color: #fff;
}

.ua-pc .teaser__cont__info__coupon .btn a:hover {
  background-color: #8a040b;
  color: #fff;
}

.teaser__cont__info__coupon .btn a span {
  position: relative;
  padding-left: 15px;
}

.teaser__cont__info__coupon .btn a span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: "";
  font-size: 8px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  margin-top: -4px;
  position: absolute;
  left: 0;
  top: 50%;
}

@media only screen and (max-width:740px) {
  .seminar__box.forumpage {
    border-bottom: none;
  }
}

.forumpage .seminar__booth__item {
  float: none;
}

/*追記 20181017 ウェビナー登録 */
.webinar__btn__box {
  margin-bottom: -25px;
}

.webinar__btn__box ul {
  display: flex;
  justify-content: space-between;
}

.webinar__btn__box ul li {
  width: 48%;
}

.webinar__btn__box ul a {
  display: block;
  width: 100%;
  height: 120px;
  padding: 14px 0 10px;
  background-color: #D30511;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  border-bottom: #96030B solid 2px;
  transition: background 0.3s linear;
}

.webinar__btn__box ul a:hover {
  background-color: #F00;
}

.webinar__btn__box ul a.green {
  background-color: #6da700;
  border-bottom: #4c7334 solid 2px;
}

.webinar__btn__box ul a.green:hover {
  background-color: #9fdc03;
}

.webinar__btn__box ul li p.tC {
  margin-top: 10px;
  font-size: 1.3rem;
}

.webinar__btn__box li span.txt {
  font-size: 1.6rem;
  font-weight: bold;
}

.webinar__btn__box li span.box {
  font-size: 1.2rem;
  border: 1px solid #fff;
  margin-top: 5px;
  padding: 1px 4px;
}

@media only screen and (max-width:740px) {
  .webinar__btn__box ul {
    display: block;
  }

  .webinar__btn__box ul li {
    margin-top: 20px;
    width: 100%;
  }

  .webinar__btn__box ul li a {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width:740px) {
  .seminar__search {
    /* padding: 30px 20px 0;
        margin-left: -20px;
        margin-right: -20px; */
  }
}

.seminar__search__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width:740px) {
  .seminar__search__head {
    display: block;
  }
}

@media only screen and (max-width:740px) {
  .seminar__search__head {
    margin-left: 0;
  }
}

.seminar__search__wrap {
  display: table;
  width: 100%;
}

@media only screen and (max-width:740px) {
  .seminar__search__wrap {
    display: block;
  }
}

/* .seminar__search__wrap > * {
    display: table-cell;
} */
@media only screen and (max-width:740px) {
  .seminar__search__wrap>* {
    display: block;
  }
}

/* .seminar__search__list {
    padding: 0 20px 0 30px;
} */
@media only screen and (max-width:740px) {
  .seminar__search__list {
    padding: 0;
  }
}

.seminar__search__list section {
  width: 100%;
  margin-bottom: 20px;
}

.seminar__search__list section:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:740px) {
  .seminar__search__list section {
    display: block;
    width: auto;
  }
}

.seminar__search__list section>* {
  vertical-align: top;
}

@media only screen and (max-width:740px) {
  .seminar__search__list section>* {
    display: block;
  }
}

.seminar__search__title {
  font-size: 1.6rem;
  /*width: 20%;*/
}

@media only screen and (max-width:740px) {
  .seminar__search__title {
    width: auto;
    margin-bottom: 10px;
  }
}

.seminar__search__check {}

@media only screen and (max-width:740px) {
  .seminar__search__check {
    width: auto;
  }
}

.seminar__search__check ul:after,
.seminar__search__check ul:before {
  content: " ";
  display: table;
}

.seminar__search__check ul:after {
  clear: both;
}

.seminar__search__check li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.seminar__search__check li * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.seminar__search__check li input {
  display: none;
}

.seminar__search__check li label {
  display: block;
  background-color: #bac6cb;
  padding: 0 10px;
  cursor: pointer;
  min-height: 35px;
  color: #2e4a56;
  font-size: 1.8rem;
}

div.js-button {
  display: flex;
}

.btn,
a.btn,
button.btn {
  width: 300px;
  font-size: 1.3rem;
  padding: 12px 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

@media only screen and (max-width:740px) {

  .btn,
  a.btn,
  button.btn {
    width: 100%;
    font-size: 1.2rem;
  }
}

a.btn-flat {
  overflow: hidden;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 700%;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25%) rotate(45deg);
  transform: translateX(-80%) translateY(-25%) rotate(45deg);
}

@media only screen and (max-width:740px) {
  a.btn-flat:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -87%;
  }
}

@media only screen and (max-width:560px) {
  a.btn-flat:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -90%;
  }
}

@media only screen and (max-width:375px) {
  a.btn-flat:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -100%;
  }
}

a.video:before {
  background: #48735a;
}

a.webPage:before {
  background: #6e7348;
}

a.applicationNotes:before {
  background: #734848;
}

a.webinar:before {
  background: #486d73;
}

a.applicationNews:before {
  background: #614873;
}

a.catalog:before {
  background: #485273;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

a.btn-flat::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #dd0000;
  border-right: solid 1px #dd0000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

div.display-area {
  width: 810px;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 2px solid #bac6cb;
}

@media only screen and (max-width:740px) {
  div.display-area {
    width: 100%;
  }
}

div.display-area h2 {
  font-size: 1.5rem;
}

div.display-area h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width:740px) {
  div.display-area h2 {
    font-size: 1.3rem;
    width: 60%;
    float: left;
  }

  div.display-area h3 {
    font-size: 2rem;
    width: 60%;
    line-height: 1.2;
    margin-top: 5px;
    float: left;
  }
}

div.display-area h2, div.display-area h3 {
  color: #2e4a56;
}

div.display-area .productButton {
  margin: 10px 0 20px 0;
}

@media only screen and (max-width:740px) {
  div.display-area .productButton {
    margin: 10px 0 10px 0;
    float: left;
  }
}

div.display-area .productButton a {
  background-color: #2e4a56;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  font-size: 1.8rem;
}

@media only screen and (max-width:740px) {
  div.display-area .productButton a {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

div.display-area div.video {
  width: 440px;
}

@media only screen and (max-width:740px) {
  div.display-area div.video {
    width: 100%;
    clear: both;
    margin-top: 5px;
  }
}

div.display-area span.paragraph {
  display: block;
}

div.display-area .youtube {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

div.display-area .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.seminar__search__head h1 span.sub,
.seminar__search__head h2 span.sub,
.seminar__search__head h3 span.sub,
.seminar__search__head h4 span.sub,
.seminar__search__head h5 span.sub,
.seminar__search__head h6 span.sub,
.seminar__search__head p span.sub,
.title__2 h1 span.sub,
.title__2 h2 span.sub,
.title__2 h3 span.sub,
.title__2 h4 span.sub,
.title__2 h5 span.sub,
.title__2 h6 span.sub,
.title__2 p span.sub {
  font-size: 1.6rem;
}

@media only screen and (max-width:740px) {

  .seminar__search__head h1 span.sub,
  .seminar__search__head h2 span.sub,
  .seminar__search__head h3 span.sub,
  .seminar__search__head h4 span.sub,
  .seminar__search__head h5 span.sub,
  .seminar__search__head h6 span.sub,
  .seminar__search__head p span.sub,
  .title__2 h1 span.sub,
  .title__2 h2 span.sub,
  .title__2 h3 span.sub,
  .title__2 h4 span.sub,
  .title__2 h5 span.sub,
  .title__2 h6 span.sub,
  .title__2 p span.sub {
    display: block;
    padding-top: 5px;
  }
}

#main {
  color: #666 !important;
  margin-top: 68px;
}

/* menu */
.menu {
  border-bottom: 4px #bac6cb solid;
}

@media only screen and (max-width:740px) {
  .menu {
    border-bottom: none;
  }
}

.nav-list {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:740px) {
  .nav-list {
    width: 100%;
  }
}

.menu .box-ttl {
  margin-bottom: -4px;
}

.menu .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -4px;
}

.menu .nav-list li a {
  display: block;
}

.menu .nav-list .nav-list-heading {
  border-bottom: 4px #2e4a56 solid;
}

@media only screen and (max-width:740px) {
  .menu .nav-list .nav-list-heading {
    border-bottom: 3px #2e4a56 solid;
  }

  .menu .nav-list .nav-list-links-item {
    border-bottom: 3px #bac6cb solid;
  }

  .menu .nav-list .rightBorder {
    border-right: 1px #bac6cb solid;
  }

  .menu .nav-list .leftBorder {
    border-left: 1px #bac6cb solid;
  }
}

.menu .nav-list .nav-list-heading {
  color: #2e4a56;
}

.nav-list .nav-list-links-item a {
  color: #bac6cb;
}

.nav-list .nav-list-links-item:hover {
  border-bottom: 4px #2e4a56 solid;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.nav-list .nav-list-links-item a:hover {
  color: #2e4a56;
}

/* menu end */
/* content */
.content {
  margin-top: 50px;
}

@media only screen and (max-width:740px) {
  .content {
    margin-top: 35px;
  }
}

/* content end */
/* text-area */
.content .text-area {
  font-size: 1.4rem;
  padding-bottom: 20px;
}

@media only screen and (max-width:740px) {
  .content .text-area {
    font-size: 1.2rem;
  }
}

.content .border_b {
  border-bottom: 2px solid #bac6cb;
  width: 100%;
}

/* text-area end */
/* box-ttl */
.box-ttl {
  /* position: relative; */
}

.box-ttl h1, .box-ttl p {
  font-weight: 500;
}

.box-ttl .link-inquiry {
  background: #666;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.box-ttl .link-inquiry span {
  display: block;
}

.title__1 {
  /* position: relative; */
}

.title__1 .link-info span {
  position: relative;
  display: inline-block;
  padding: 6px 25px 8px 28px;
  background: #666;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: .85em;
}

.title__1 .link-info span:before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

.fancybox-button--zoom {
  display: none !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: .4 !important;
}

/* ttl-area */
.ttl-area .txt-area dl {
  font-weight: 500;
  margin-bottom: 15px;
}

.ttl-area .txt-area p {
  line-height: 1.4;
}

.ttl-area .wrap-ttl .map-area a {
  position: relative;
}

.ttl-area .wrap-ttl .map-area a p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 15px;
  vertical-align: middle;
  padding: 0;
  font-weight: 500;
}

.ttl-area .list-nav li {
  text-align: center;
  padding: 15px 30px 10px;
  border: 1px solid #666;
  letter-spacing: -.005em;
  line-height: 1.4;
}

.ttl-area .list-nav li .txt-jp {
  font-weight: 500;
  padding-bottom: 10px;
}

.ttl-area .list-nav li .txt-en {
  text-align: left;
}

.ttl-area .list-btn {
  text-align: left;
  margin-top: 10px;
}

.ttl-area .list-btn li {
  display: inline-block;
}

.ttl-area .list-btn li:first-child {
  margin-right: 10px;
}

.ttl-area .list-btn li .btn-entry {
  margin: 15px auto 0;
  padding: 0 15px;
  color: #fff;
  background: #666;
  line-height: 32px;
  border-radius: 16px;
  font-size: 1.4rem;
  font-weight: 500;
}

.ttl-area .list-btn li .btn-entry .icon-triangle-right:before {
  font-size: 1rem;
}

.seminar__posts__head .contents span {
  display: block;
  font-size: 1.4rem;
}

.font-normal {
  font-weight: 300;
}

@media only screen and (max-width:740px) {
  .sp-none {
    display: none !important;
  }

  .wrap-nav, .ttl-area {
    width: 100%;
    padding: 30px 20px;
  }

  /* box-ttl */
  .box-ttl {
    margin-bottom: 30px;
  }

  .box-ttl h1 {
    font-size: 3.2rem;
    margin-bottom: 10px;
    display: inline-block;
  }

  .box-ttl p {
    display: block;
    font-size: 1.8rem;
    padding: 0;
    margin-left: 0;
  }

  .box-ttl .link-inquiry {
    font-size: 1.2rem;
    padding: 12px 40px;
    margin-top: 20px;
  }

  .box-ttl .link-inquiry span {
    font-size: 1.8rem;
  }

  .local-nav-list-heading a .custom-icon {
    margin-top: 0 !important;
  }

  .title__1 .link-info {
    margin-top: 15px;
  }

  /* ttl-area */
  .ttl-area.seminar__box {
    border-bottom: none;
  }

  .ttl-area .wrap-ttl {
    margin-bottom: 15px;
  }

  .ttl-area .txt-area {
    margin-bottom: 20px;
  }

  .ttl-area .txt-area dl dt {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .ttl-area .txt-area dl dd {
    font-size: 2.4rem;
  }

  .ttl-area .list-nav li {
    margin-bottom: 10px;
  }

  .ttl-area .list-nav li .txt-jp {
    font-size: 1.4rem;
  }

  .ttl-area .list-nav li .txt-en {
    font-size: 1rem;
  }

  .fancybox-slide--image {
    overflow: hidden;
    padding: 44px 10px;
  }

  /* box-item */
  .box-item {
    background: #fff;
    padding: 45px 20px 20px;
  }

  .box-item .icon {
    left: 20px;
    font-size: 2rem;
    top: 20px;
  }

  .box-img {
    margin-bottom: 15px;
    text-align: center;
  }

  .box-img img {
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: 180px;
  }

  /* seminar__posts*/
  .seminar__posts__list article .title {
    margin-bottom: 0;
  }

  .seminar__posts__list article .contents {
    display: block;
    width: 100%;
    margin: auto;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    padding: 0;
  }

  .seminar__posts__list article .contents a {
    display: block;
    width: 180px;
  }
}

@media only screen and (min-width:741px) {
  .pc-none {
    display: none !important;
  }

  .wrap-nav, .ttl-area {
    width: 1040px;
    margin: 0 auto;
  }

  #main {
    /*margin-top: 90px !important;*/
  }

  /* box-ttl */
  .box-ttl {
    margin-bottom: 30px;
  }

  .box-ttl h1 {
    font-size: 4rem;
    display: inline-block;
  }

  .box-ttl p {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    padding: 0 0 0 15px;
    margin-left: 10px;
  }

  .box-ttl p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 20px;
    background: #555;
  }

  .box-ttl .link-inquiry {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1.4rem;
    height: 80px;
    padding: 12px 40px;
    top: -10px;
    vertical-align: middle;
  }

  .box-ttl .link-inquiry span {
    font-size: 2.2rem;
  }

  #mNav ul li:last-child a:after {
    display: none;
  }

  #mNav ul li a {
    font-size: 1.8rem;
  }

  #mNav ul li a:hover:before {
    border-color: transparent transparent transparent #d30511;
  }

  .title__1 .link-info {
    position: absolute;
    right: 50px;
    top: 8px;
    bottom: 0;
    margin: auto;
  }

  /* ttl-area */
  .ttl-area.seminar__box {
    padding-bottom: 0;
  }

  .ttl-area .wrap-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .ttl-area .txt-area {
    width: 67%;
    margin-right: 3%
  }

  .ttl-area .wrap-ttl .map-area {
    width: 30%;
  }

  .ttl-area .wrap-ttl .map-area a img {
    width: 312px;
    height: 178px;
  }

  .ttl-area .txt-area dl dt {
    font-size: 2rem;
  }

  .ttl-area .txt-area dl dd {
    font-size: 4.8rem;
  }

  .ttl-area .list-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ttl-area .list-nav li {
    width: 32%;
    margin-right: 2%;
  }

  .ttl-area .list-nav li:last-child {
    margin-right: 0;
  }

  .ttl-area .list-nav li .txt-jp {
    font-size: 1.6rem;
  }

  .ttl-area .list-nav li .txt-en {
    font-size: 1.1rem;
  }

  /* product-area */
  #product-area .wrap-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #product-area .wrap-product.pickup_01 li a {}

  #product-area .wrap-product.pickup_01 li:first-child {
    width: 65.5%;
    margin-right: 3.5%;
  }

  #product-area .wrap-product.pickup_01 li:last-child {
    width: 31%;
  }

  #product-area .wrap-product.pickup_02 li {
    width: 48.25%;
  }

  #product-area .wrap-product.pickup_02 li:nth-child(odd) {
    margin-right: 3.5%;
  }

  #product-area .wrap-product.display li, #product-area .wrap-product.app li {
    width: 31%;
    margin-right: 3.5%;
  }

  #product-area .wrap-product.display li:nth-child(3n), #product-area .wrap-product.app li:nth-child(3n) {
    margin-right: 0;
  }

  #product-area .wrap-product li p {
    font-size: 1.6rem;
    padding-bottom: 0;
  }

  #product-area .wrap-product.pickup_02 li p {
    padding-top: 10px;
  }

  #product-area .wrap-product li.under .img-item {
    position: absolute;
    bottom: 20px;
    right: 30px;
  }

  #product-area .wrap-product li .img-item img {
    max-height: 100%;
  }

  .box-txt {
    width: 60%;
    margin-right: 5%;
    float: left;
    font-weight: 600;
  }

  .box-txt .txt-note {
    text-align: right;
    margin-top: 20px;
  }

  .box-img {
    width: 35%;
    float: right;
    text-align: center;
  }

  .box-img img {
    max-height: 400px;
  }
}

.box-txt .faq-link li:first-child img, .box-txt .item-link li.no-link {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  cursor: default;
  opacity: .5;
}

@media only screen and (min-width:741px) {
  .ttl-area .txt-area.center {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}

/*.box-txt .item-link li.no-link{
	padding:0;
}*/
@media print {
  .access-map .pc-none {
    display: none;
  }
}

.seminar__posts__list article .contents .js-attn {
  margin: 0 auto;
  text-align: center;
}

.seminar__search__wrap {
  display: table;
  width: 100%;
}

@media only screen and (max-width:740px) {
  .seminar__search__wrap {
    display: block;
  }
}

.seminar__search__wrap>* {
  display: table-cell;
}

@media only screen and (max-width:740px) {
  .seminar__search__wrap>* {
    display: block;
  }
}

/* .seminar__search__list {
    padding: 0 20px 0 30px;
} */
@media only screen and (max-width:740px) {
  .seminar__search__list {
    padding: 0;
  }
}

.seminar__search__list section {
  width: 100%;
  margin-bottom: 20px;
}

.seminar__search__list section:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:740px) {
  .seminar__search__list section {
    display: block;
    width: auto;
  }
}

.seminar__search__list section>* {
  vertical-align: top;
}

@media only screen and (max-width:740px) {
  .seminar__search__list section>* {
    display: block;
  }
}

.seminar__search__title p {
  font-size: 2rem;
  margin: 10px 0;
}

@media only screen and (max-width:740px) {
  .seminar__search__title p {
    font-size: 1.3rem;
    margin: 5px 0;
  }

  .seminar__search__title {
    width: auto;
    margin-bottom: 10px;
  }
}

.seminar__search__check {}

@media only screen and (max-width:740px) {
  .seminar__search__check {
    width: auto;
  }
}

.seminar__search__check ul:after,
.seminar__search__check ul:before {
  content: " ";
  display: table;
}

.seminar__search__check ul:after {
  clear: both;
}

.seminar__search__check li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.seminar__search__check li * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.seminar__search__check li input {
  display: none;
}

.seminar__search__check li label span.tag-sid {
  background-color: #222;
  color: #fff;
  margin-left: 5px;
  padding: 2px;
  display: none;
}

.seminar__search__head span.js-num {
  font-size: 3rem;
  margin-left: 10px;
}

@media only screen and (max-width:740px) {
  .seminar__search__head span.js-num {
    font-size: 2.4rem;
  }
}

.seminar__posts__count {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}

.seminar__posts__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

@media only screen and (max-width:740px) {
  .seminar__posts__head {
    display: none;
  }
}

.seminar__posts__head p {
  text-align: center;
  border-bottom: 4px solid #bac6cb;
  font-size: 2rem;
  padding: 20px 0;
}

.seminar__posts__head .date {
  width: 140px;
}

.seminar__posts__head .booth {
  width: 160px;
}

.seminar__posts__head .title {
  width: 715px;
}

.seminar__posts__head .contents {
  width: 300px;
}

@media only screen and (max-width:740px) {
  .seminar__posts__head .date {
    width: auto;
  }

  .seminar__posts__head .booth {
    width: auto;
  }

  .seminar__posts__head .title {
    width: auto;
  }
}

.seminar__posts article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width:740px) {
  .seminar__posts article {
    padding: 5px 0;
    border-bottom: 1px solid #bac6cb;
  }
}

.seminar__posts article>* {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  padding: 20px 0;
}

@media only screen and (max-width:740px) {
  .seminar__posts article>* {
    border-bottom: 0px solid rgba(0, 0, 0, .3);
    padding: 10px 0;
  }
}

@media only screen and (max-width:740px) {
  .seminar__posts__list article {
    display: block;
  }

  .seminar__posts__list article> :last-child {
    border-bottom: 0;
  }
}

.seminar__posts article .title {
  width: 715px;
}

.seminar__posts article .contents {
  /* width: 200px; */
}

@media only screen and (max-width:740px) {
  .seminar__posts__list article .date {
    width: auto;
  }

  .seminar__posts__list article .booth {
    width: auto;
  }

  .seminar__posts__list article .title {
    width: auto;
  }
}

.seminar__posts__list article .date {
  text-align: center;
  padding: 10px 0;
}

.seminar__posts__list article .booth {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.seminar__posts__list article .booth .js-booth {
  font-weight: 700;
}

.seminar__posts article .title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 715px;
  margin-right: 25px;
  font-size: 1.8rem;
}

@media only screen and (max-width:740px) {
  .seminar__posts article .title {
    margin-right: 0px;
  }

  .seminar__posts article dl dd {
    padding-left: 10px;
  }
}

.seminar__posts article .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seminar__posts__list article .title dl {
  display: table;
  width: 100%;
}

.seminar__posts__list article .title dl dd,
.seminar__posts__list article .title dl dt {
  display: table-cell;
  vertical-align: middle;
}

.seminar__posts__list article .title dl dt span {
  width: 80px;
  background-color: #a3a3a3;
  color: #fff;
  padding: 5px 7px;
  margin: 3px 0;
  font-size: 1.2rem;
  text-align: center;
}

.seminar__posts__list article .title dl dt span {
  display: block;
}

.seminar__posts__list article .title dl dt span:after {
  content: "/";
  padding: 0 2px;
  display: inline-block;
}

.seminar__posts__list article .title dl dt.js-code span:after {
  display: none;
}

.seminar__posts__list article .title dl dt span:last-child:after {
  display: none;
}

.seminar__posts__list article .title dl dd {
  padding-left: 10px;
}

@media only screen and (max-width:740px) {
  .seminar__posts__list article .title {
    width: auto;
    margin-bottom: 20px;
  }
}

.seminar__posts article dl dt {
  display: none;
}

.seminar__posts article dl dd p.js-title {
  font-size: 1.8rem;
}

@media only screen and (max-width:740px) {
  .seminar__posts article dl dd p.js-title {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width:740px) {

  .seminar__posts article dl.title,
  .seminar__posts article dl.contents {
    display: table;
    width: 100%;
  }

  .seminar__posts__list article dl dd,
  .seminar__posts article dl dt {
    display: table-cell;
    text-align: left;
  }

  .seminar__posts article dl dt {
    width: 80px;
    font-size: 1.3rem;
    border-right: 3px solid #bac6cb;
  }

  .seminar__posts__list article dl dd {
    border-left: 1px solid rgba(0, 0, 0, .3);
    padding-left: 10px;
  }
}

.seminar__posts__list article .js-tags {
  margin-top: 10px;
  width: 100%;
  border: none;
  background-color: #222;
  color: #fff;
  display: none;
}

.is-debug .seminar__posts__list article .js-tags {
  display: block;
}

.seminar__posts__list article .js-tags ul {
  padding: 10px;
}

.seminar__posts__list article .js-tags ul:after,
.seminar__posts__list article .js-tags ul:before {
  content: " ";
  display: table;
}

.seminar__posts__list article .js-tags ul:after {
  clear: both;
}

.seminar__posts__list article .js-tags ul li {
  float: left;
}

.seminar__posts__list article .js-tags ul li:after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}

.teaser__cont {
  background-color: #f6f6f6;
}

@media only screen and (max-width:740px) {
  .teaser__cont {
    margin-bottom: 0;
  }
}

.teaser__cont__wrap {
  width: 850px;
  margin: 0 auto;
  padding: 50px 0;
}

@media only screen and (max-width:740px) {
  .teaser__cont__wrap {
    width: 100%;
  }
}

.teaser__cont__wrap:after,
.teaser__cont__wrap:before {
  content: " ";
  display: table;
}

.teaser__cont__wrap:after {
  clear: both;
}

@media only screen and (max-width:740px) {
  .teaser__cont__wrap {
    padding: 25px 20px;
  }
}

.teaser__cont__main {
  width: 470px;
  float: left;
}

@media only screen and (max-width:740px) {
  .teaser__cont__main {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
}

.teaser__cont__main h2,
.teaser__cont__main h3,
.teaser__cont__main h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.teaser__cont__main h2:last-child,
.teaser__cont__main h3:last-child,
.teaser__cont__main h4:last-child {
  margin-bottom: 0;
}

.teaser__cont__main h2 span,
.teaser__cont__main h3 span,
.teaser__cont__main h4 span {
  color: #8a040b;
}

.teaser__cont__main img {
  display: block;
  width: 100%;
  height: auto;
}

.teaser__cont__info {
  width: 350px;
  float: right;
}

@media only screen and (max-width:740px) {
  .teaser__cont__info {
    width: auto;
    float: none;
  }
}

.teaser__cont__info__title {
  color: #fff;
  background-color: #8a040b;
  padding: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  padding: 15px 0;
}

.teaser__cont__info__coupon {
  background-color: #fff;
  border: 5px solid #8a040b;
  text-align: center;
  padding: 30px;
  color: #8a040b;
}

.teaser__cont__info__coupon .titles .sub {
  border-top: 1px solid #8a040b;
  border-bottom: 1px solid #8a040b;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px;
}

.teaser__cont__info__coupon .titles h1,
.teaser__cont__info__coupon .titles h2,
.teaser__cont__info__coupon .titles h3,
.teaser__cont__info__coupon .titles h4,
.teaser__cont__info__coupon .titles h5,
.teaser__cont__info__coupon .titles h6 {
  font-size: 3rem;
  padding: 10px;
}

.teaser__cont__info__coupon .btn a {
  width: 160px;
  border: 1px solid #8a040b;
  text-decoration: none;
  padding: 5px 5px 7px;
  color: #8a040b;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.ua-sp .teaser__cont__info__coupon .btn a[data-hover=touch] {
  background-color: #8a040b;
  color: #fff;
}

.ua-pc .teaser__cont__info__coupon .btn a:hover {
  background-color: #8a040b;
  color: #fff;
}

.teaser__cont__info__coupon .btn a span {
  position: relative;
  padding-left: 15px;
}

.teaser__cont__info__coupon .btn a span:before {
  display: inline-block;
  font-family: "myicon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: "";
  font-size: 8px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  margin-top: -4px;
  position: absolute;
  left: 0;
  top: 50%;
}

@media only screen and (max-width:740px) {
  .seminar__box.forumpage {
    border-bottom: none;
  }
}

.forumpage .seminar__booth__item {
  float: none;
}

/*追記 20181017 ウェビナー登録 */
.webinar__btn__box {
  margin-bottom: -25px;
}

.webinar__btn__box ul {
  display: flex;
  justify-content: space-between;
}

.webinar__btn__box ul li {
  width: 48%;
}

.webinar__btn__box ul a {
  display: block;
  width: 100%;
  height: 120px;
  padding: 14px 0 10px;
  background-color: #D30511;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  border-bottom: #96030B solid 2px;
  transition: background 0.3s linear;
}

.webinar__btn__box ul a:hover {
  background-color: #F00;
}

.webinar__btn__box ul a.green {
  background-color: #6da700;
  border-bottom: #4c7334 solid 2px;
}

.webinar__btn__box ul a.green:hover {
  background-color: #9fdc03;
}

.webinar__btn__box ul li p.tC {
  margin-top: 10px;
  font-size: 1.3rem;
}

.webinar__btn__box li span.txt {
  font-size: 1.6rem;
  font-weight: bold;
}

.webinar__btn__box li span.box {
  font-size: 1.2rem;
  border: 1px solid #fff;
  margin-top: 5px;
  padding: 1px 4px;
}

@media only screen and (max-width:740px) {
  .webinar__btn__box ul {
    display: block;
  }

  .webinar__btn__box ul li {
    margin-top: 20px;
    width: 100%;
  }

  .webinar__btn__box ul li a {
    padding-bottom: 15px;
  }
}

.seminar__search {
  /* margin-bottom: 50px; */
  /* position: relative; */
}

@media only screen and (max-width:740px) {
  .seminar__search {
    /* padding: 30px 20px 0;
        margin-left: -20px;
        margin-right: -20px; */
  }
}

.seminar__search__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width:740px) {
  .seminar__search__head {
    display: block;
  }
}

@media only screen and (max-width:740px) {
  .seminar__search__head {
    margin-left: 0;
  }
}

.seminar__search__wrap {
  display: table;
  width: 100%;
}

@media only screen and (max-width:740px) {
  .seminar__search__wrap {
    display: block;
  }
}

/* .seminar__search__wrap > * {
    display: table-cell;
} */
@media only screen and (max-width:740px) {
  .seminar__search__wrap>* {
    display: block;
  }
}

/* .seminar__search__list {
    padding: 0 20px 0 30px;
} */
@media only screen and (max-width:740px) {
  .seminar__search__list {
    padding: 0;
  }
}

.seminar__search__list section {
  width: 100%;
  margin-bottom: 20px;
}

.seminar__search__list section:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width:740px) {
  .seminar__search__list section {
    display: block;
    width: auto;
  }
}

.seminar__search__list section>* {
  vertical-align: top;
}

@media only screen and (max-width:740px) {
  .seminar__search__list section>* {
    display: block;
  }
}

.seminar__search__title {
  font-size: 1.6rem;
  /*width: 20%;*/
}

@media only screen and (max-width:740px) {
  .seminar__search__title {
    width: auto;
    margin-bottom: 10px;
  }
}

.seminar__search__check {}

@media only screen and (max-width:740px) {
  .seminar__search__check {
    width: auto;
  }
}

.seminar__search__check ul:after,
.seminar__search__check ul:before {
  content: " ";
  display: table;
}

.seminar__search__check ul:after {
  clear: both;
}

.seminar__search__check li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.seminar__search__check li * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.seminar__search__check li input {
  display: none;
}

.seminar__search__check li label {
  display: block;
  background-color: #bac6cb;
  padding: 0 10px;
  cursor: pointer;
  min-height: 35px;
  color: #2e4a56;
  font-size: 1.8rem;
}

@media only screen and (max-width:740px) {
  .seminar__search__check li label {
    font-size: 1.5rem;
  }
}

.seminar__search__check li .keyword {
  line-height: 50px;
}

@media only screen and (max-width:740px) {
  .seminar__search__check li .keyword {
    line-height: 30px;
  }
}

.seminar__search__check li .model {
  line-height: 40px;
  font-size: 1.4rem;
}

.seminar__search__check li .keyword:hover,
.seminar__search__check li .model:hover {
  background-color: #9eacb2;
}

@media only screen and (max-width:740px) {
  .seminar__search__check li .model {
    line-height: 30px;
  }
}

.seminar__search__check li label span.tag-sid {
  background-color: #2e4a56;
  color: #bac6cb;
  margin-left: 5px;
  padding: 2px;
  display: none;
}

.is-debug .seminar__search__check li label span.tag-sid {
  display: inline-block;
}

.ipad .seminar__search__check li label[data-hover=touch],
.iphone .seminar__search__check li label[data-hover=touch],
.ipod .seminar__search__check li label[data-hover=touch] {
  background-color: #eee;

}

.ua-pc .seminar__search__check li label:hover {
  background-color: #143259;
}

.seminar__search__check li input:checked+label {
  background-color: #143259;
  border-color: #143259;
  color: #fff;
}

.seminar__search__check li input:checked+label:hover {
  background-color: #143259;
}

.ipad .seminar__search__check li input:checked+label[data-hover=touch],
.iphone .seminar__search__check li input:checked+label[data-hover=touch],
.ipod .seminar__search__check li input:checked+label[data-hover=touch] {
  background-color: #ccd6da;
}

.ua-pc .seminar__search__check li input:checked+label:hover {
  background-color: #143259;
}

/*
.seminar__search__check li input:checked+label.emphasis span {
color: #bac6cb;
}

.seminar__search__check li label.emphasis {
background-color: #143259;
}

.seminar__search__check li label.emphasis span {
color: white;
font-size: 2.1rem;
} */

.seminar__search__count {
  width: 120px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid rgba(0, 0, 0, .1);
}

@media only screen and (max-width:740px) {
  .seminar__search__count {
    width: auto;
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 0;
    margin-top: 15px;
  }
}

div.js-button {
  display: flex;
}

.btn,
a.btn,
button.btn {
  width: 300px;
  font-size: 1.3rem;
  padding: 12px 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

@media only screen and (max-width:740px) {

  .btn,
  a.btn,
  button.btn {
    width: 100%;
    font-size: 1.2rem;
  }
}

a.btn-flat {
  overflow: hidden;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 700%;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25%) rotate(45deg);
  transform: translateX(-80%) translateY(-25%) rotate(45deg);
}

@media only screen and (max-width:740px) {
  a.btn-flat:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -87%;
  }
}

@media only screen and (max-width:560px) {
  a.btn-flat:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -90%;
  }
}

@media only screen and (max-width:375px) {
  a.btn-flat:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -100%;
  }
}

a.video:before {
  background: #48735a;
}

a.webPage:before {
  background: #6e7348;
}

a.applicationNotes:before {
  background: #734848;
}

a.webinar:before {
  background: #486d73;
}

a.applicationNews:before {
  background: #614873;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

a.btn-flat::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #dd0000;
  border-right: solid 1px #dd0000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}

div.display-area {
  width: 810px;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 2px solid #bac6cb;
  overflow: hidden;
}

@media only screen and (max-width:740px) {
  div.display-area {
    width: 100%;
  }
}

div.display-area h2 {
  font-size: 1.5rem;
}

div.display-area h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width:740px) {
  div.display-area h2 {
    font-size: 1.3rem;
    width: 60%;
    float: left;
  }

  div.display-area h3 {
    font-size: 2rem;
    width: 60%;
    line-height: 1.2;
    margin-top: 5px;
    float: left;
  }
}

div.display-area h2, div.display-area h3 {
  color: #2e4a56;
}

div.display-area .productButton {
  margin: 10px 0 20px 0;
}

@media only screen and (max-width:740px) {
  div.display-area .productButton {
    margin: 10px 0 10px 0;
    float: left;
  }
}

div.display-area .productButton a {
  background-color: #2e4a56;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  font-size: 1.8rem;
}

@media only screen and (max-width:740px) {
  div.display-area .productButton a {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

div.display-area div.details {
  display: flex;
  width: 440px;
}

@media only screen and (max-width:740px) {
  div.display-area div.details {
    width: 100%;
    justify-content: space-between;
  }
}

div.display-area div.details p{
  width: 365px;
  height: auto;
}

@media only screen and (max-width:740px) {
  div.display-area div.details p{
    width: 49%;
  }
}

div.display-area div.details p:first-child{
  margin-right: 10px;
}



div.display-area div.video {
  width: 440px;
}

@media only screen and (max-width:740px) {
  div.display-area div.video {
    width: 100%;
    clear: both;
    margin-top: 5px;
  }
}

div.display-area img.productImg {
  width: 320px;
  height: auto;
  float: right;
}

div.display-area img.agx-v {
  margin-top: 10px;
}

div.display-area img.nj-servo {
  margin-top: 10px;
}

div.display-area img.hits-x {
  margin-top: 10px;
}

div.display-area img.hpv-x2 {
  margin-top: 10px;
}

div.display-area img.smx-225ct {
  margin-top: 10px;
}

div.display-area img.xdimensus-300 {
  margin-top: 10px;
}

div.display-area img.duh-210 {
  margin-top: 10px;
}

div.display-area img.plastic_analyzer {
  margin-top: 10px;
}

div.display-area img.Irspirit {
  margin-top: 10px;
}

div.display-area img.analysis_system {
  margin-top: 10px;
}

div.display-area img.uv-i {
  margin-top: 10px;
}

div.display-area img.pda-7000 {
}

div.display-area img.edx-7000 {
  margin-top: 10px;
}

div.display-area img.epma-8050g {
}

div.display-area img.ispect {
  margin-top: 10px;
}

div.display-area img.dsc {
  width: 400px;
}

div.display-area img.spm-9700ht {
  margin-top: 10px;
}

div.display-area img.spm-nanoa {
  margin-top: 10px;
}

div.display-area img.icpe-9800 {
}

div.display-area img.nexis-gc-2030 {
  margin-top: 10px;
}

div.display-area img.gcms-qp2020 {
  margin-top: 10px;
}

@media only screen and (max-width:740px) {
  div.display-area img.productImg {
    width: 40%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

div.display-area span.paragraph {
  display: block;
}

div.display-area .youtube {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

div.display-area .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

div.button-box {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width:740px) {
  div.button-box {
    width: 80%;
    margin: 0 auto;
  }
}

div.button-box p {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width:740px) {
  div.button-box p {
    width: 100%;
    margin-bottom: 15px;
  }
}

a.normalButton:before {
  background-color: #2e4a56;
}

div.button-link {
  margin-bottom: 20px;
}

@media only screen and (max-width:740px) {
  div.button-link {
    width: 80%;
    margin-bottom: 15px;
  }
}

div.button-link p {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width:740px) {
  div.button-link p {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* ---------2022.02.18----------- */
.mt__content {
  margin-top: 70px;
}

@media only screen and (max-width:740px) {
  .mt__content {
    margin-top: 45px;
  }
}

.content .date-area {
  padding-bottom: 14px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  text-align: center;
}
.content .date-area span {
  font-size: 1.6rem;
}

@media only screen and (max-width:740px) {
  .content .date-area {
    font-size: 1.6rem;
  }

  .content .date-area span {
    font-size: 1.4rem;
  }
}

.content .clickButton {
  text-align: center;
}

.content .clickButton a {
  background-color: #2e4a56;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
  font-size: 1.8rem;
}

@media only screen and (max-width:740px) {
  .content .clickButton a {
    font-size: 1.5rem;
    line-height: 30px;
  }
}

.content .clickButton .clickIcon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff;
  margin-right: 7px;
}

@media only screen and (max-width:740px) {
  .content .clickButton .clickIcon {
    border-width: 4.5px 0 4.5px 7.8px;
  }
}

.content .banner_mb {
  margin-bottom: 20px;
}
