.title-lv1 {
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
}

.title-lv2 {
  font-size: 1.5rem;
  text-align: center;
  color: #0099FF;
}

.title-lv3 {
  font-size: 1.8rem;
  letter-spacing: -1px;
  font-weight: bold;
}

.text-lv1 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  /*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

  html ,
  body ,
  div ,
  span ,
  applet ,
  object ,
  iframe ,
  h1 ,
  h2 ,
  h3 ,
  h4 ,
  h5 ,
  h6 ,
  p ,
  blockquote ,
  pre ,
  a ,
  abbr ,
  acronym ,
  address ,
  big ,
  cite ,
  code ,
  del ,
  dfn ,
  em ,
  img ,
  ins ,
  kbd ,
  q ,
  s ,
  samp ,
  small ,
  strike ,
  strong ,
  sub ,
  sup ,
  tt ,
  var ,
  b ,
  u ,
  i ,
  center ,
  dl ,
  dt ,
  dd ,
  ol ,
  ul ,
  li ,
  fieldset ,
  form ,
  label ,
  legend ,
  table ,
  caption ,
  tbody ,
  tfoot ,
  thead ,
  tr ,
  th ,
  td ,
  article ,
  aside ,
  canvas ,
  details ,
  embed ,
  figure ,
  figcaption ,
  footer ,
  header ,
  hgroup ,
  menu ,
  nav ,
  output ,
  ruby ,
  section ,
  summary ,
  time ,
  mark ,
  audio ,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
  }

  /* HTML5 display-role reset for older browsers */

  article ,
  aside ,
  details ,
  figcaption ,
  figure ,
  footer ,
  header ,
  hgroup ,
  menu ,
  nav ,
  section ,
  main {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol ,
  ul {
    list-style: none;
  }

  blockquote ,
  q {
    quotes: none;
  }

  blockquote:before ,
  blockquote:after ,
  q:before ,
  q:after {
    content: "";
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  strong ,
  b {
    font-weight: 400;
  }

  html {
    font-size: 62.5%; /*10px*/
  }

  body {
    text-align: left;
    color: #1C1C1C;
    font-family: "游ゴシック体", "Quicksand", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    line-height: 1.785;
    font-weight: 400;
    letter-spacing: .1em;
    word-wrap: break-word;
    -webkit-font-feature-settings: palt;
            font-feature-settings: palt;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    visibility: visible;
  }

  body ,
  html {
    width: 100%;
    height: 100%; /* ★大事なのは「100%」 */
    margin: 0;
    padding: 0;
    border: none;
  }

  * ,
  *:after ,
  *:before {
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  table ,
  td ,
  th {
    border-collapse: collapse;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
  }

  .header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2222; /*----------ナビゲーション----------*/
  }

  .header__wrap {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: rgba(46, 46, 46, .9);
  }

  .header__group {
    position: absolute;
    left: 0;
    display: block;
    overflow: hidden;
    z-index: 999;
    width: 129px;
    height: 60px;
    white-space: nowrap;
    text-indent: 100%;
    background-image: url(../../../resource/img/sp/common/header/logo.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: rgba(46, 46, 46, .9);
    width: 100%;
  }

  .header__group a {
    display: block;
    height: 60px;
    width: 168px;
  }

  .header__group img {
    display: none;
  }

  .header .l-hamburger {
    position: absolute;
    z-index: 99999;
    top: 0;
    display: block;
    right: 0;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding: 8px 18px;
    background-color: #EEEEEE;
    background-color: #0099FF;
  }

  .header .l-hamburger .bar {
    display: block;
    height: 2px;
    background-color: black;
    background-color: white;
    margin: 7px 0;
    transition: all .2s;
    transform-origin: 0 0;
  }

  .header .l-hamburger .bar:nth-of-type(1) {
    margin-top: 12px;
  }

  .header .l-hamburger.active {
    padding-left: 20px;
  }

  .header .l-hamburger.active span.bar {
    width: 27px;
  }

  .header .l-hamburger.active .bar-01 {
    transform: rotate(43deg);
  }

  .header .l-hamburger.active .bar-02 {
    opacity: 0;
  }

  .header .l-hamburger.active .bar-03 {
    transform: rotate(-43deg);
  }

  .header .l-navi {
    z-index: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh; /* background-color: #fff; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
  }

  .header .l-navi__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
    z-index: 8888888888888;
  }

  .header .l-navi__menu {
    position: absolute;
    padding-left: 40px;
    padding-right: 40px;
    left: 0;
    width: 100%;
    top: 100px;
    left: 0;
    padding-bottom: 80px;
  }

  .header .l-navi__menu__item {
    width: 300px;
  }

  .header .l-navi__menu__item:nth-of-type(2n+1) {
    display: none;
  }

  .header .l-navi__menu__item:not(:nth-of-type(2n+1)) {
    margin-top: 40px;
  }

  .header .l-navi__menu__item:nth-of-type(2) {
    margin-top: 0;
  }

  .header .l-navi__menu__item img {
    display: none;
  }

  .header .l-navi__menu__item a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 1.7rem;
    color: #333333;
    line-height: 40px;
    text-align: center;
  }

  .header .l-navi__menu__item a .gbig {
    display: block;
    position: relative;
    text-decoration: none;
    color: #333333;
    line-height: 40px;
    text-align: left;
    line-height: 1;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    font-weight: 500;
  }

  .header .l-navi__menu__item .gsmall {
    display: none;
    text-align: left;
    line-height: 1;
    font-size: 1.8rem;
    color: #0099FF;
    margin-top: 5px;
  }

  .footer {
    padding: 40px 20px 104px;
    background-color: rgba(46, 46, 46, .9);
  }

  .footer .inner .footer_rogo a .logo {
    width: 80%;
    max-width: 288px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer .inner .footer_rogo .fco {
    margin-top: 20px;
    color: #FFFFFF;
  }

  .footer .inner p.add {
    display: none;
  }

  .footer .inner div.add p {
    margin-top: 20px;
    color: #FFFFFF;
  }

  .footer .inner div.add p a.op {
    display: none;
  }

  .footer .inner div.add .fcontact {
    display: none;
  }

  .footer .inner ul {
    display: none;
  }

  .footer div.bgw .bgwinnner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .footer div.bgw .bgwinnner .pp {
    display: block;
    margin-top: 10px;
    color: #FFFFFF;
    font-size: 1.0rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
  }

  .footer div.bgw .bgwinnner .pp2 {
    display: block;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 1.0rem;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 100%;
  }

  .footer div.bgw .bgwinnner .pp2 a {
    display: block;
  }

  .footer #topbt a img {
    display: none;
  }

  .hidden-sp {
    display: none;
  }

  .block {
    display: block;
  }

  .sp-block {
    display: block;
  }

  .l-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .more-detail {
    display: block;
    text-align: right;
    margin-top: 15px;
    position: relative;
    border-radius: 3px;
  }

  .more-detail::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../../img/sp/common/bt01.png");
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 21px;
  }

  .more-detail--lv1 {
    display: block;
    text-align: right;
    margin-top: 15px;
    position: relative;
    padding-right: 30px;
    border-radius: 3px;
  }

  .more-detail--lv1::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../../img/sp/common/bt01.png");
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
  }

  .more-detail--lv2 {
    display: block;
    text-align: right;
    margin-top: 15px;
    position: relative;
    padding-right: 30px;
    border-radius: 3px;
    color: white;
  }

  .more-detail--lv2::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../../img/sp/common/btn02.png");
    background-size: contain;
    position: absolute;
    right: 0;
    top: 2px;
  }

  .more-detail--lv3 {
    display: inline-block;
    text-align: right;
    margin-top: 15px;
    position: relative;
    color: white;
    background-color: #0099FF;
    padding: 15px 60px;
    font-size: 1.5rem;
    border-radius: 3px;
  }

  .more-detail--lv3::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../../img/sp/common/btn02.png");
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 18px;
  }

  .img50 {
    width: 50%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-box--lv2 {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .link-box--lv2.active {
    display: none !important;
  }

  .link-box--lv2__item {
    width: 50%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    padding: 10px 0;
  }

  .link-box--lv2__item:nth-of-type(1) {
    background-color: #FFBA00;
    color: white;
    position: relative;
    padding-top: 13px;
  }

  .link-box--lv2__item:nth-of-type(2) {
    background-color: #0099FF;
    color: #FFFFFF;
    position: relative;
    padding-top: 20px;
  }

  .mein {
    padding: 30px 20px;
    margin-top: 60px;
  }

  .mein .meintext {
    font-size: 2.0rem;
    line-height: 1.4rem;
    font-weight: bold;
    color: #EEEEEE;
    margin-top: 6px;
    text-align: center;
  }

  .mein .meintext_s {
    color: #EEEEEE;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: normal;
  }

  .mein .meintext2 {
    color: #EEEEEE;
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .inquiry-box {
    background-color: #0099FF;
    padding: 5px;
    border-radius: 2px;
    margin-top: 30px;
  }

  .inquiry-box__item {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    color: #FFFFFF;
    position: relative;
  }

  .inquiry-box__item::after {
    position: absolute;
    top: 18px;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: url("../../img/sp/common/btn02.png");
    background-size: contain;
  }

  input::-webkit-input-placeholder {
    font-size: 10px;
    text-align: left;
  }

  input:-ms-input-placeholder {
    font-size: 10px;
    text-align: left;
  }

  input::placeholder {
    font-size: 10px;
    text-align: left;
  }

  textarea::-webkit-input-placeholder {
    font-size: 10px;
    text-align: left;
  }

  textarea:-ms-input-placeholder {
    font-size: 10px;
    text-align: left;
  }

  textarea::placeholder {
    font-size: 10px;
    text-align: left;
  }

  .btn_confirm__area {
    display: inline-block;
  }

  .btn_confirm__area:nth-of-type(1) {
    margin-right: 30px;
  }

  .btn_confirm input ,
  .btn_confirm textarea {
    width: auto;
    text-align: left;
  }

  div.num p.num3 input::-webkit-input-placeholder {
    font-size: 13px !important;
    transform: scale(1);
    text-align: left;
    margin-left: 0;
    transform-origin: left;
  }

  div.num p.num3 input:-ms-input-placeholder {
    font-size: 13px !important;
    transform: scale(1);
    text-align: left;
    margin-left: 0;
    transform-origin: left;
  }

  div.num p.num3 input::placeholder {
    font-size: 13px !important;
    transform: scale(1);
    text-align: left;
    margin-left: 0;
    transform-origin: left;
  }

  input::-webkit-input-placeholder {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
  }

  input:-moz-placeholder {
    /* Firefox 18- */
    text-align: left;
    padding-left: 0;
    margin-left: 0;
  }

  input::-moz-placeholder {
    /* Firefox 19+ */
    text-align: left;
    padding-left: 0;
    margin-left: 0;
  }

  input:-ms-input-placeholder {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
  }

  .ios a:hover {
    opacity: 1 !important;
  }

  .h2e ,
  .h3e {
    letter-spacing: normal;
  }

  .topPanelArea .spo-slide {
    width: 100%;
  }

  .topPanelArea .spo-slide .spo-slide0 img {
    width: 100%;
  }

  .flexslider {
    height: 100%;
  }

  .flexslider .spo-slide p.spo-slide0 {
    position: relative;
  }

  .flexslider .spo-slide p.spo-slide0 img {
    width: 60%;
  }

  .visual .link-box {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 0;
  }

  .visual .link-box__item {
    width: 50%;
    display: block;
    text-align: center;
    padding: 15px 0;
    font-size: 1.6rem;
    line-height: 1;
  }

  .visual .link-box__item:nth-of-type(1) {
    background-color: #FFBA00;
    color: white;
    position: relative;
    padding-top: 13px;
  }

  .visual .link-box__item:nth-of-type(2) {
    background-color: #0099FF;
    color: #FFFFFF;
    position: relative;
    padding-top: 23px;
  }

  .fixed .visual .link-box {
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }

  .thumbnail {
    height: calc(100vh - 55px) !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 60px;
  }

  .thumbnail__wrap {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .thumbnail__text {
    font-size: 2.7rem;
    letter-spacing: -2px;
    color: #EEEEEE;
    font-weight: bold;
    text-shadow: 2px 2px 0 rgba(46, 46, 46, .9);
  }

  .thumbnail__img {
    width: 121px !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .slides li img {
    width: 100%;
    height: 100%;
  }

  #supersized {
    position: absolute; /* position: fixed; */
    z-index: -999;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 55px) !important;
  }

  .container .schedule {
    padding: 30px 20px;
    background-color: #EEEEEE;
    margin-top: -60px;
  }

  .container .schedule h2 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 400;
    line-height: 1;
  }

  .container .schedule .h2e {
    font-size: 1.2rem;
    text-align: center;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  .container .schedule .mh {
    margin-top: 20px;
  }

  .container .strength {
    padding: 30px 20px;
  }

  .container .strength h2 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 400;
    line-height: 1;
  }

  .container .strength .h2e {
    font-size: 1.2rem;
    text-align: center;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  .container .strength p:nth-of-type(2) {
    margin-top: 20px;
  }

  .container .strength .num li {
    margin-top: 20px;
    border: 3px solid #CCCCCC;
    padding: 20px 10px;
  }

  .container .strength .num li p:nth-of-type(1) {
    font-size: 2.0rem;
    line-height: 2.4rem;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 3px solid #CCCCCC;
    color: #0099FF;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
  }

  .container .strength .num li p:nth-of-type(1) .number {
    color: #CCCCCC;
    font-size: 2.5rem;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
  }

  .container .strength .num li p:nth-of-type(1) strong {
    font-weight: bold;
  }

  .container .strength .num li p:nth-of-type(2) {
    margin-top: 18px;
  }

  .container .strength .num .bg03 .hidden-sp {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: none;
    content: "";
  }

  .container .strength .num .bg03 .hidden-sp::after {
    margin-right: -.333rem;
    content: "";
  }

  .container .app {
    padding: 30px 20px;
    background-image: url("../../img/sp/index/app.png");
  }

  .container .app .app2 h3 {
    font-size: 2.2rem;
    text-align: center;
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1;
  }

  .container .app .app2 p {
    color: #FFFFFF;
    margin-top: 20px;
  }

  .container .app .app2 .h3e {
    font-size: 1.2rem;
    text-align: center;
    color: #0099FF;
    color: #FFFFFF;
    margin-top: 5px;
  }

  .container .app .app2 ul {
    margin-top: 20px;
  }

  .container .app .app2 ul li {
    position: relative;
    padding-left: 20px;
    color: #FFFFFF;
  }

  .container .app .app2 ul li::before {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 5px;
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transform: rotate(-45deg);
  }

  .container .app__img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
  }

  .container .swich {
    display: none;
  }

  .container .appseminar {
    display: none;
  }

  .container .merritt {
    padding: 30px 20px;
  }

  .container .merritt h2 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 400;
    line-height: 1;
  }

  .container .merritt .h2e {
    font-size: 1.2rem;
    text-align: center;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  .container .merritt .boxall div {
    margin-top: 30px;
  }

  .container .merritt .boxall div .boxbg {
    font-size: 1.6rem;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 3.6rem;
    background-color: #0099FF;
    color: #FFFFFF;
    padding: 3px 10px;
    border-radius: 2px;
    text-align: center;
  }

  .container .merritt .boxall div p:nth-of-type(4) {
    margin-top: 20px;
  }

  .container .merritt .boxall div p.mrgn-20 {
    margin-top: 20px;
  }

  .container .merritt .boxall div .sp-img {
    width: 30%;
    max-width: 84px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }

  .container .merritt .boxall div .sp-img--lv2 {
    width: 70%;
    max-width: 196px;
  }

  .container .event {
    padding: 30px 20px;
  }

  .container .event h2 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 400;
    line-height: 1;
  }

  .container .event .h2e {
    font-size: 1.2rem;
    text-align: center;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  .container .event p:nth-of-type(2) img {
    margin-top: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: auto;
  }

  .container .event p:nth-of-type(3) {
    margin-top: 30px;
  }

  .container .event p:nth-of-type(3) img {
    width: 100%;
  }

  .container .event .event-box {
    width: 280px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .container .event .event-box__item {
    width: calc(calc(100% / 3) - calc(40px / 3));
    height: auto;
    margin-top: 20px;
  }

  .container .event .event-box__item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }

  .container .event .event-box__item .h-100 {
    height: 100%;
    width: 100%;
  }

  #overview .mein {
    background: url("../../img/overview/meinv.jpg") no-repeat center left;
  }

  #overview .criteria .tab {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  #overview .criteria .tab .tab1 {
    width: 50%;
    text-align: center;
    padding: 10px 0;
  }

  #overview .criteria .tab .tab1.active {
    background-color: #0099FF;
  }

  #overview .criteria .tab .tab1.active .big ,
  #overview .criteria .tab .tab1.active .small {
    color: #FFFFFF;
    line-height: 1;
  }

  #overview .criteria .tab .tab1 .big {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #0099FF;
  }

  #overview .criteria .tab .tab1 .small {
    font-size: 1.0rem;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  #overview .criteria .tab .tab2 {
    width: 50%;
    text-align: center;
    padding: 10px 0;
  }

  #overview .criteria .tab .tab2.active {
    background-color: #0099FF;
  }

  #overview .criteria .tab .tab2.active .big ,
  #overview .criteria .tab .tab2.active .small {
    color: #FFFFFF;
    line-height: 1;
  }

  #overview .criteria .tab .tab2 .big {
    font-size: 1.6rem;
    font-weight: 400;
    color: #0099FF;
    line-height: 1;
  }

  #overview .criteria .tab .tab2 .small {
    font-size: 1.0rem;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  #overview .tabContent h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1;
  }

  #overview .tabContent .h2e {
    text-align: center;
    font-size: 1.2rem;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  #overview .tabContent .limaster {
    padding: 30px 20px;
  }

  #overview .tabContent .limaster__button {
    text-align: center;
    padding: 20px 10px;
    border: 3px solid #EEEEEE;
    margin: 0 30px;
    position: relative;
    font-size: 1.7rem;
    transition: .3s;
  }

  #overview .tabContent .limaster__button::after {
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    border-right: 3px solid #1C1C1C;
    border-bottom: 3px solid #1C1C1C;
    position: absolute;
    transform: rotate(45deg);
    right: 20px;
    top: 25px;
  }

  #overview .tabContent .limaster__button.is-active::after {
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    border-right: 3px solid #1C1C1C;
    border-top: 3px solid #1C1C1C;
    border-bottom: none;
    position: absolute;
    transform: rotate(-45deg);
    right: 20px;
    top: 30px;
  }

  #overview .tabContent .limaster .list__wrap {
    display: none;
    margin: 0 30px;
  }

  #overview .tabContent .limaster .list__wrap.is-active {
    display: block;
  }

  #overview .tabContent .limaster .list__wrap ul li {
    border: 1px solid #EEEEEE;
  }

  #overview .tabContent .limaster .list__wrap ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  #overview .tabContent .limaster .list__wrap ul li a img {
    display: block;
    width: 40px;
    height: 40px;
  }

  #overview .tabContent .limaster .list__wrap ul li a span {
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
    font-size: 1.2rem;
  }

  #overview .tabContent .bg_blue {
    padding: 30px 20px;
  }

  #overview .tabContent .last-basic {
    padding: 30px 20px;
  }

  #overview .tabContent .information .btitle {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }

  #overview .tabContent .information .btitle p:nth-of-type(1) img {
    width: 50px;
    height: 50px;
  }

  #overview .tabContent .information .btitle p:nth-of-type(2) {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
  }

  #overview .tabContent .information .btitle p:nth-of-type(2).center {
    margin-top: 2px;
  }

  #overview .tabContent .information .btitle p:nth-of-type(2).one-bolumn {
    padding-top: 12px;
  }

  #overview .tabContent .information .btitle p:nth-of-type(2).one-bolumn--center {
    padding-top: 0;
  }

  #overview .tabContent .information .mb10 {
    font-soze: 1.2rem;
    margin-top: 20px;
  }

  #overview .tabContent .information .text-group-lv1 {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
  }

  #overview .tabContent .information .text-group-lv1 .check {
    vertical-align: middle;
    position: relative;
    display: block;
  }

  #overview .tabContent .information .text-group-lv1 .check img {
    margin-top: 5px;
  }

  #overview .tabContent .information .text-group-lv1 .title {
    vertical-align: middle;
    margin-left: 15px;
    font-size: 1.6rem;
  }

  #overview .tabContent .information .text {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  #overview .tabContent .information .text::before {
    content: "";
    clear: both;
    display: block;
  }

  #overview .tabContent .information .text .block {
    display: block;
    margin-top: 15px;
  }

  #overview .tabContent .sp1 ,
  #overview .tabContent .sp2 ,
  #overview .tabContent .sp3 ,
  #overview .tabContent .sp4 ,
  #overview .tabContent .sp5 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #overview .tabContent .sp1 img ,
  #overview .tabContent .sp2 img ,
  #overview .tabContent .sp3 img ,
  #overview .tabContent .sp4 img ,
  #overview .tabContent .sp5 img {
    margin-top: 30px;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #overview .tabContent #c1 img ,
  #overview .tabContent #c2 img ,
  #overview .tabContent #c4 img ,
  #overview .tabContent #c5 img ,
  #overview .tabContent #c6 img ,
  #overview .tabContent #c9 img ,
  #overview .tabContent #c10 img ,
  #overview .tabContent #c11 img ,
  #overview .tabContent #c12 img ,
  #overview .tabContent #c13 img ,
  #overview .tabContent #c14 img ,
  #overview .tabContent #c15 img {
    width: 168px;
  }

  #overview .tabContent #c3 img ,
  #overview .tabContent #c7 img ,
  #overview .tabContent #c8 img {
    width: 84px;
  }

  #overview .tabContent .information--lv2 {
    padding: 30px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    background-color: #E5F6FF;
  }

  #overview .tabContent .information--lv2 .pic {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #overview .tabContent .information--lv2 .pic img {
    margin-top: 30px;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #overview .tabContent .information--lv2 .pic .img--lv2 {
    width: 40%;
  }

  #overview .tabContent .information--lv2 .btitle {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }

  #overview .tabContent .information--lv2 .btitle p:nth-of-type(1) img {
    width: 50px;
    height: 50px;
  }

  #overview .tabContent .information--lv2 .btitle p:nth-of-type(2) {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
  }

  #overview .tabContent .information--lv2 .btitle p:nth-of-type(2).center {
    margin-top: 2px;
  }

  #overview .tabContent .information--lv2 .btitle p:nth-of-type(2).one-bolumn {
    padding-top: 12px;
  }

  #overview .tabContent .information--lv2 .btitle p:nth-of-type(2).one-bolumn--center {
    padding-top: 0;
  }

  #overview .tabContent .information--lv2 .mb10 {
    font-soze: 1.2rem;
    margin-top: 20px;
  }

  #overview .tabContent .information--lv2 .text-group-lv1 {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
  }

  #overview .tabContent .information--lv2 .text-group-lv1 .check {
    vertical-align: middle;
    position: relative;
    display: block;
  }

  #overview .tabContent .information--lv2 .text-group-lv1 .check img {
    margin-top: 5px;
  }

  #overview .tabContent .information--lv2 .text-group-lv1 .title {
    vertical-align: middle;
    margin-left: 15px;
  }

  #overview .tabContent .information--lv2 .text {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  #overview .tabContent .information--lv2 .text::before {
    content: "";
    clear: both;
    display: block;
  }

  #overview .tabContent .information--lv2 .text .block {
    display: block;
    margin-top: 15px;
  }

  #overview .tabContent .bcon {
    padding: 0 20px;
  }

  #overview .tabContent .bcon#bcon1 {
    padding-top: 30px;
  }

  #overview .tabContent .bcon#bcon2 {
    padding-bottom: 30px;
  }

  #overview .tabContent .bcon div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }

  #overview .tabContent .bcon div p:nth-of-type(1) img {
    width: 50px;
    height: 50px;
  }

  #overview .tabContent .bcon div p:nth-of-type(2) {
    width: calc(100% - 70px);
    font-weight: bold;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.4rem;
    margin-left: 10px;
    vertical-align: middle;
  }

  #overview .tabContent .bcon div p:nth-of-type(2).center {
    padding-top: 12px;
  }

  #overview .tabContent .bcon div p:nth-of-type(2).top {
    margin-top: 1px !important;
  }

  #overview .tabContent .bcon div p:nth-of-type(3) {
    width: 100%;
    margin-top: 15px;
  }

  #overview .tabContent #bcon3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #overview .tabContent .gray {
    padding: 30px 20px;
    background-color: #EEEEEE;
  }

  #overview .tabContent .gray .point div:not(:nth-of-type(1)) {
    margin-top: 20px;
  }

  #overview .tabContent .gray .point div .pt1 {
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-size: 1.8rem;
  }

  #overview .tabContent .gray .point div .tt1 {
    margin-top: 15px;
  }

  #overview .tabContent .gray .point .archive img {
    width: 280px;
    height: auto;
    margin: 0 auto;
  }

  #overview .tabContent .gray .ob {
    margin-top: 20px;
  }

  #overview .tabContent .gray .b_btn {
    margin-top: 20px;
  }

  body#overview .tabContent {
    clear: both;
    border-top: 1px solid #438BE3;
    display: none;
    padding-top: 40px;
    margin: 0 auto;
    z-index: -1px;
    margin-top: -1px;
  }

  body#overview .active {
    display: block;
  }

  #support .mein {
    background: url("../../img/support/meinv.jpg") no-repeat center left;
  }

  .support {
    padding: 30px 20px;
    background-color: #EEEEEE;
  }

  .support h2 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1;
  }

  .support .h2e {
    text-align: center;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  .support .boxmaster .flow1 {
    margin-top: 20px;
  }

  .support .boxmaster .flow1 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support .boxmaster .flow1 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "01";
  }

  .support .boxmaster .flow1 .f-t01 strong {
    vertical-align: 2px;
  }

  .support .boxmaster .flow2 {
    margin-top: 20px;
  }

  .support .boxmaster .flow2 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support .boxmaster .flow2 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "02";
  }

  .support .boxmaster .flow2 .f-t01 strong {
    vertical-align: 2px;
  }

  .support .boxmaster .flow3 {
    margin-top: 20px;
  }

  .support .boxmaster .flow3 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support .boxmaster .flow3 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "03";
  }

  .support .boxmaster .flow3 .f-t01 strong {
    vertical-align: 2px;
  }

  .support .boxmaster .flow4 {
    margin-top: 20px;
  }

  .support .boxmaster .flow4 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support .boxmaster .flow4 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "04";
  }

  .support .boxmaster .flow4 .f-t01 strong {
    vertical-align: 2px;
  }

  .support .boxmaster .flow5 {
    margin-top: 20px;
  }

  .support .boxmaster .flow5 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support .boxmaster .flow5 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "05";
  }

  .support .boxmaster .flow5 .f-t01 strong {
    vertical-align: 2px;
  }

  .support .boxmaster .flow6 {
    margin-top: 20px;
  }

  .support .boxmaster .flow6 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support .boxmaster .flow6 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "06";
  }

  .support .boxmaster .flow6 .f-t01 strong {
    vertical-align: 2px;
  }

  .support .boxmaster .flow7 {
    margin-top: 20px;
  }

  .support .boxmaster .flow7 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support .boxmaster .flow7 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "07";
  }

  .support .boxmaster .flow7 .f-t01 strong {
    vertical-align: 2px;
  }

  .support .boxmaster .flow8 {
    margin-top: 20px;
  }

  .support .boxmaster .flow8 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support .boxmaster .flow8 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "08";
  }

  .support .boxmaster .flow8 .f-t01 strong {
    vertical-align: 2px;
  }

  .support .boxmaster .flow9 {
    margin-top: 20px;
  }

  .support .boxmaster .flow9 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support .boxmaster .flow9 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "09";
  }

  .support .boxmaster .flow9 .f-t01 strong {
    vertical-align: 2px;
  }

  .support .boxmaster .text01 {
    margin-top: 10px;
  }

  .support .boxmaster .boxl .flow1 .tel img {
    width: 60%;
    margin-right: auto;
    margin-top: 20px;
  }

  .support .op {
    margin-top: 20px;
  }

  .support2 {
    padding: 30px 20px;
  }

  .support2 h2 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
    margin-top: 30px;
    line-height: 1;
  }

  .support2 .h2e {
    text-align: center;
    font-size: 1.2rem;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  .support2 .border {
    margin-top: 20px;
  }

  .support2 .border .t1 {
    font-size: 1.8rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  .support2 .mh {
    margin-top: 10px;
  }

  .support2 .op {
    margin-top: 20px;
  }

  #download .mein {
    background: url("../../img/download/original.png") no-repeat center left;
  }

  #download .download {
    padding: 30px 20px;
    background-color: #EEEEEE;
  }

  #download .download h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1;
  }

  #download .download .h2e {
    text-align: center;
    font-size: 1.2rem;
    color: #0099FF;
    line-height: 1;
    margin-top: 5px;
  }

  #download .download .boxmaster .number {
    display: none;
  }

  #download .download .boxmaster .flow1 {
    margin-top: 20px;
  }

  #download .download .boxmaster .flow1 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-weight: 400;
  }

  #download .download .boxmaster .flow1 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "01";
  }

  #download .download .boxmaster .flow1 .f-t01 strong {
    vertical-align: 2px;
  }

  #download .download .boxmaster .flow2 {
    margin-top: 20px;
  }

  #download .download .boxmaster .flow2 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-weight: 400;
  }

  #download .download .boxmaster .flow2 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "02";
  }

  #download .download .boxmaster .flow2 .f-t01 strong {
    vertical-align: 2px;
  }

  #download .download .boxmaster .flow3 {
    margin-top: 20px;
  }

  #download .download .boxmaster .flow3 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-weight: 400;
  }

  #download .download .boxmaster .flow3 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "03";
  }

  #download .download .boxmaster .flow3 .f-t01 strong {
    vertical-align: 2px;
  }

  #download .download .boxmaster .flow4 {
    margin-top: 20px;
  }

  #download .download .boxmaster .flow4 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-weight: 400;
  }

  #download .download .boxmaster .flow4 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "04";
  }

  #download .download .boxmaster .flow4 .f-t01 strong {
    vertical-align: 2px;
  }

  #download .download .boxmaster .flow5 {
    margin-top: 20px;
  }

  #download .download .boxmaster .flow5 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-weight: 400;
  }

  #download .download .boxmaster .flow5 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "05";
  }

  #download .download .boxmaster .flow5 .f-t01 strong {
    vertical-align: 2px;
  }

  #download .download .boxmaster .flow6 {
    margin-top: 20px;
  }

  #download .download .boxmaster .flow6 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-weight: 400;
  }

  #download .download .boxmaster .flow6 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "06";
  }

  #download .download .boxmaster .flow6 .f-t01 strong {
    vertical-align: 2px;
  }

  #download .download .boxmaster .flow7 {
    margin-top: 20px;
  }

  #download .download .boxmaster .flow7 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-weight: 400;
  }

  #download .download .boxmaster .flow7 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "07";
  }

  #download .download .boxmaster .flow7 .f-t01 strong {
    vertical-align: 2px;
  }

  #download .download .boxmaster .flow8 {
    margin-top: 20px;
  }

  #download .download .boxmaster .flow8 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-weight: 400;
  }

  #download .download .boxmaster .flow8 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "08";
  }

  #download .download .boxmaster .flow8 .f-t01 strong {
    vertical-align: 2px;
  }

  #download .download .boxmaster .flow9 {
    margin-top: 20px;
  }

  #download .download .boxmaster .flow9 .f-t01 {
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
    font-weight: 400;
  }

  #download .download .boxmaster .flow9 .f-t01::before {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 10px;
    content: "09";
  }

  #download .download .boxmaster .flow9 .f-t01 strong {
    vertical-align: 2px;
  }

  #download .download .boxmaster .text01 {
    margin-top: 10px;
  }

  #download .download2 {
    padding: 30px 20px;
  }

  #download .download2 .border {
    margin-top: 20px;
  }

  #download .download2 .border .t1 {
    font-size: 1.8rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  #download .download2 .mh {
    margin-top: 10px;
  }

  #download .download3 {
    padding: 30px 20px;
    background-color: #EEEEEE;
    text-align: center;
  }

  #download .download3__box:nth-of-type(2) {
    margin-top: 60px;
  }

  #download .download3__box .title {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 1.7rem;
    border-bottom: 1px solid rgba(46, 46, 46, .9);
    padding-bottom: 5px;
  }

  #download .download3__box__item {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #download .download3__box__item:nth-of-type(1) img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  #download .download3__box__item:nth-of-type(2) {
    margin-top: 40px;
  }

  #download .download3__box__item:nth-of-type(2) img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  #download .download4 {
    padding: 0 20px 30px;
  }

  #download .download4 ul {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }

  #download .download4 ul li:not(:last-child) {
    margin-right: 20px;
  }

  #contact .mein {
    background: url("../../../resource/img/technical/original.png") no-repeat center left;
  }

  #contact .inquiry .mein {
    background: url("../../../resource/img/contact/meinv.jpg") no-repeat center left;
  }

  #contact .form .forminnner {
    padding: 30px 20px;
  }

  #contact .form .forminnner h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1;
  }

  #contact .form .forminnner .h2e {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 5px;
    color: #0099FF;
    line-height: 1;
  }

  #contact .form .forminnner table {
    width: 100%;
  }

  #contact .form .forminnner table tr {
    margin-top: 30px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #contact .form .forminnner table tr th.gray {
    font-weight: bold;
  }

  #contact .form .forminnner table tr td.blue {
    margin-left: 10px;
    text-align: left;
    background-color: #0099FF;
    padding: 0 15px;
    color: #FFFFFF;
  }

  #contact .form .forminnner table tr td.darkgray {
    margin-left: 10px;
    text-align: left;
    background-color: #EEEEEE;
    padding: 0 15px;
    color: #FFFFFF;
  }

  #contact .form .forminnner table tr td.in {
    display: block;
    width: 100%;
  }

  #contact .form .forminnner table tr td.in input[type="text"] {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 10px;
  }

  #contact .form .forminnner table tr td.in label {
    position: relative;
    display: block;
    border: 1px solid rgba(46, 46, 46, .9);
    background: #FFFFFF;
    margin-top: 20px;
    border-radius: 5px;
  }

  #contact .form .forminnner table tr td.in label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0;
    border: 5px solid transparent;
    border-top: 7px solid rgba(46, 46, 46, .9);
  }

  #contact .form .forminnner table tr td.in select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
            -moz-appearance: none;
         appearance: none;
    display: block;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: transparent;
  }

  #contact .form .forminnner table tr td.in {
    display: block;
    width: 100%;
  }

  #contact .form .forminnner table tr td.in input {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 10px;
  }

  #contact .form .forminnner .name {
    margin-top: 30px;
  }

  #contact .form .forminnner .name .name1 {
    font-weight: bold;
    display: inline-block;
  }

  #contact .form .forminnner .name .name2 {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    background-color: #0099FF;
    padding: 0 15px;
    color: #FFFFFF;
  }

  #contact .form .forminnner .name .name3 {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  #contact .form .forminnner .name .name3 input {
    margin-left: 10px;
    width: 100%;
    display: inline-block;
    padding: 10px;
  }

  #contact .form .forminnner .name .name4 {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }

  #contact .form .forminnner .name .name4 input {
    margin-left: 10px;
    width: 100%;
    display: block;
    padding: 10px;
  }

  #contact .form .forminnner .num {
    margin-top: 30px;
  }

  #contact .form .forminnner .num .num1 {
    font-weight: bold;
    display: inline-block;
  }

  #contact .form .forminnner .num .num2 {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    color: #FFFFFF;
    padding: 0 15px;
    background-color: #EEEEEE;
  }

  #contact .form .forminnner .num .num2.gray {
    background-color: #EEEEEE;
  }

  #contact .form .forminnner .num .num3 {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #contact .form .forminnner .num .num3 input {
    width: calc(50% - 8px);
    display: block;
    padding: 10px;
  }

  #contact .form .forminnner .num .num3 span {
    width: 100%;
    display: block;
    margin-top: 20px;
  }

  #contact .form .forminnner .textbox ,
  #contact .form .forminnner .textbox2 {
    margin-top: 30px;
  }

  #contact .form .forminnner .textbox .tbox ,
  #contact .form .forminnner .textbox2 .tbox {
    font-weight: bold;
    display: inline-block;
  }

  #contact .form .forminnner .textbox .tbox2 ,
  #contact .form .forminnner .textbox2 .tbox2 {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    background-color: #0099FF;
    padding: 0 15px;
    color: #FFFFFF;
  }

  #contact .form .forminnner .textbox .tbox3 ,
  #contact .form .forminnner .textbox2 .tbox3 {
    margin-top: 20px;
  }

  #contact .form .forminnner .textbox .tbox3 textarea ,
  #contact .form .forminnner .textbox2 .tbox3 textarea {
    width: 100%;
    display: block;
    padding: 10px;
    height: 200px;
  }

  #contact .form .forminnner .textbox .tbox3 input ,
  #contact .form .forminnner .textbox2 .tbox3 input {
    width: 100%;
    display: block;
    padding: 10px;
  }

  #contact .form .forminnner .textbox .tbox3 input::-webkit-input-placeholder ,
  #contact .form .forminnner .textbox2 .tbox3 input::-webkit-input-placeholder {
    font-size: 10px;
    transform: scale(.8);
    transform-origin: left;
  }

  #contact .form .forminnner .textbox .tbox3 input:-ms-input-placeholder ,
  #contact .form .forminnner .textbox2 .tbox3 input:-ms-input-placeholder {
    font-size: 10px;
    transform: scale(.8);
    transform-origin: left;
  }

  #contact .form .forminnner .textbox .tbox3 input::placeholder ,
  #contact .form .forminnner .textbox2 .tbox3 input::placeholder {
    font-size: 10px;
    transform: scale(.8);
    transform-origin: left;
  }

  #contact .form .forminnner .caution {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
  }

  #contact .form .forminnner .caution .mb20 {
    margin-top: 20px;
  }

  #contact .form .forminnner .handling {
    margin-top: 30px;
  }

  #contact .form .forminnner .handling span {
    color: #0099FF;
  }

  #contact .form .forminnner2 {
    padding: 30px 20px;
  }

  #contact .form .forminnner2 .inquiry-box {
    background-color: #0099FF;
    padding: 15px;
    border-radius: 3px;
    margin-top: 0;
    display: block;
    border: none;
    color: #FFFFFF;
    position: relative;
    font-size: 1.5rem;
    -webkit-appearance: none;
    background-image: url("../../img/sp/common/btn02.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px bottom 50%;
  }

  #contact .form .forminnner2 p:nth-of-type(1) {
    display: none;
  }

  #contact .btn_form {
    margin-top: 30px;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  #contact .btn_confirm {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
  }

  #contact .btn_confirm > div {
    width: calc(50% - 15px);
    height: auto;
  }

  #contact .btn_confirm > div:nth-of-type(1) {
    margin-right: 30px;
  }

  .end__wrap {
    margin-top: 30px;
  }

  #contact .form .forminnner .num .num3 input::-webkit-input-placeholder {
    font-size: 10px !important;
    transform: scale(.9);
    transform-origin: left;
  }

  #contact .form .forminnner .num .num3 input:-ms-input-placeholder {
    font-size: 10px !important;
    transform: scale(.9);
    transform-origin: left;
  }

  #contact .form .forminnner .num .num3 input::placeholder {
    font-size: 10px !important;
    transform: scale(.9);
    transform-origin: left;
  }

  /*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

  /* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

  @font-face {
    font-family: "flexslider-icon";
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  /* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

  .flex-container a:focus ,
  .flex-container a:hover ,
  .flex-slider a:focus ,
  .flex-slider a:hover {
    outline: none;
  }

  .flex-control-nav ,
  .flex-direction-nav ,
  .slides ,
  .slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .flex-pauseplay span {
    text-transform: capitalize;
  }

  /* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

  .flexslider {
    margin: 0;
    padding: 0;
  }

  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
  }

  .flexslider .slides img {
    width: 100%;
    display: block;
  }

  .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  html[xmlns] .flexslider .slides {
    display: block;
  }

  * html .flexslider .slides {
    height: 1%;
  }

  .no-js .flexslider .slides > li:first-child {
    display: block;
  }

  /* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

  .flexslider {
    /*   margin: 0 0 60px;
   */
    background: #FFFFFF; /* border: 4px solid #ffffff; */
    position: relative;
    zoom: 1;
    border-radius: 4px;
    -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, .2);
       box-shadow: "" 0 1px 4px rgba(0, 0, 0, .2);
  }

  .flexslider .slides {
    zoom: 1;
  }

  .flexslider .slides img {
    height: auto;
  }

  .flex-viewport {
    max-height: 2000px;
    transition: all 1s ease;
  }

  .loading .flex-viewport {
    max-height: 300px;
  }

  .carousel li {
    margin-right: 5px;
  }

  .flex-direction-nav {
    *height: 0;
  }

  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    transition: all .3s ease-in-out;
  }

  .flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: "\f001";
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
  }

  .flex-direction-nav a.flex-next:before {
    content: "\f002";
  }

  .flex-direction-nav .flex-prev {
    left: -50px;
  }

  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
  }

  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px;
  }

  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
  }

  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px;
  }

  .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
  }

  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
  }

  .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000000;
  }

  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: "\f004";
  }

  .flex-pauseplay a:hover {
    opacity: 1;
  }

  .flex-pauseplay a.flex-play:before {
    content: "\f003";
  }

  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    display: none;
  }

  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }

  .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
       box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px;
  }

  .flex-control-paging li a:hover {
    background: #333333;
    background: rgba(0, 0, 0, .7);
  }

  .flex-control-paging li a.flex-active {
    background: #000000;
    background: rgba(0, 0, 0, .9);
    cursor: default;
  }

  .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
  }

  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
  }

  .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    transition: all 1s ease;
  }

  .flex-control-thumbs img:hover {
    opacity: 1;
  }

  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
  }

  /* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

  /*

		Supersized - Fullscreen Slideshow jQuery Plugin
		Version : 3.2.7
		Site	: www.buildinternet.com/project/supersized

		Author	: Sam Dunn
		Company : One Mighty Roar (www.onemightyroar.com)
		License : MIT License / GPL License

	*/

  /** { margin:0; padding:0; }
	body { background:#111; height:100%; }
		img { border:none; }*/

  #supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url("img/progress.gif") no-repeat center center;
  }

  #supersized {
    display: block;
    position: absolute; /*position:fixed;*/
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
  }

  #supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none;
  }

  #supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
  }

  /*Speed*/

  #supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
  }

  /*Quality*/

  #supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: absolute; /*position:fixed;*/
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111;
  }

  #supersized a {
    width: 100%;
    height: 100%;
    display: block;
  }

  #supersized li.prevslide {
    z-index: -20;
  }

  #supersized li.activeslide {
    z-index: -10;
  }

  #supersized li.image-loading {
    background: #111111 url("../../resource/img/progress.gif") no-repeat center center;
    width: 100%;
    height: 100%;
  }

  #supersized li.image-loading img {
    visibility: hidden;
  }

  #supersized li.activeslide img ,
  #supersized li.prevslide img {
    display: inline;
  }
}

@media screen and (max-width: 768px) and (max-width: 736px) and (orientation: landscape) {
  .thumbnail__wrap {
    top: 44%;
  }

  .thumbnail__text {
    position: relative;
    top: 120px;
  }

  .thumbnail__img {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@media screen and  (min-width: 320px) and (max-width: 414px) {
	p.kojin_sp{text-align: left !important;}
	
	.mb20 {margin-bottom: 20px;}
	
}
