@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "century";
  src: url("../font/centurygothic.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
/* Fonts
------------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background-color: #FFF;
  overflow-x: hidden; }

body {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #313131;
  line-height: 1.75;
  padding-top: 104px;
   }
  body a {
    color: #1e88e5;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    body a:hover {
      text-decoration: underline; }
    body a img {
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      backface-visibility: hidden; }
      body a img:hover {
        -ms-filter: "alpha( opacity=$number*100 )";
        filter: alpha(opacity=70);
        opacity: 0.7; }
  body img {
    max-width: 100%;
    height: auto; }
  body .wrap {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  body ::selection {
    background: rgba(0, 64, 152, 0.2);
    /* Safari */ }
  body ::-moz-selection {
    background: rgba(0, 64, 152, 0.2);
    /* Firefox */ }
  body .sp {
    display: none; }

  .sp-break {
    display: none;
  }
  @media screen and (max-width:700px) {
    .sp-break {
      display: block;
    }
  }

/* header
------------------------------------------------------------*/
.wpadminbar {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=50);
  opacity: 0.5; }


  header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #003F98;}
    header .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
      header .catch2 {
        line-height: 0;
        padding: 20px 0 25px;}

nav {}
  nav ul {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;}
    nav ul li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      nav ul li + li{
        margin-left: 27px;}
        nav ul li a {
          color: #FFF;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.2;
          padding: 14px 0;
          display: block;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

@media all and (-ms-high-contrast: none){
  nav ul li a{
    padding: 16px 0 12px;
  }
}

          nav ul li a:hover {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=70);
            opacity: 0.7;
            text-decoration: none; }
            nav ul li.application{
              }
              nav ul li.application a{
                background: #e02713;
                width: 180px;
                text-align: center;
                display: inline-block;
                border: 3px solid #ffffff;
                border-radius: 3px;}

/* footer
------------------------------------------------------------*/
footer .f-top {
  background-color: #003F98; }
  footer .f-top .inner {
    padding: 20px 0 27px;
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    footer .f-top .inner .syusai {
      padding-top: 12px;
      width: 322px; }
    footer .f-top .inner .tel {
      width: 636px; }
footer .logo-area {
  padding: 25px 0;
  background-color: #343434; }
  footer .logo-area .inner {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  footer .logo-area dl {
    letter-spacing: -0.4em; }
    footer .logo-area dl:first-child {
      padding-bottom: 16px; }
    footer .logo-area dl dt, footer .logo-area dl dd {
      letter-spacing: normal;
      display: -moz-inline-box;
      display: inline-block;
      line-height: 0; }
    footer .logo-area dl dd {
      margin-right: 10px; }
      footer .logo-area dl dd:last-of-type {
        margin-right: 0; }

/* container
------------------------------------------------------------*/
#container {
  background-color: #FFF;
  padding: 10px 0 70px; }
  #container .test-detail {
    padding-bottom: 85px;
    margin-top: 70px;
    background: #f2f9ff; }
    #container .test-detail .test-top,
    #container .test-detail .test-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    #container .test-detail .test-top {
      padding-bottom: 20px; }
    #container .test-detail .test-bottom {
      margin-top: 100px;
      padding-bottom: 0; }
    #container .about_detail {
      border-top: solid 1px #ececec; }
      #container .about_detail > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 20px 0;
        border-bottom: solid 1px #ececec; }
        #container .about_detail > li .tag {
          width: 134px;
          line-height: 0;
          padding-top: 3px;
          font-size: 1.2857142857rem;
          font-weight: bold; }
        #container .about_detail > li .text {
          width: 10px;
          -ms-flex: 1 0 auto;
          -webkit-flex-grow: 1;
          flex-grow: 1;
          font-size: 18px;
          font-size: 1.2857142857rem;
          font-weight: bold; }
          #container .about_detail > li .text span {
            font-size: 16px;
            font-size: 1.1428571429rem; }
          #container .about_detail > li .text span.red{
           font-size: 18px;
            color: #e02713;
           }
          #container .about_detail > li .text strong {
            font-size: 20px;
            font-size: 1.4285714286rem;
            font-weight: bold; }
          #container .about_detail > li .text small {
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: normal; }
            #container .about_detail > li .text small.pl {
              padding-left: 20px; }
            #container .about_detail > li .jikanwari_wrap,
            #container .about_detail > li .jikanwari_wrap .jikanwari{
              width: 100%;
              border: none;
              margin: 0;
            }
            #container .about_detail > li .jikanwari_wrap .jikanwari td{
              border: solid 1px #ececec;
              padding: 15px 15px;
            }
        #container .about_detail > li .jikanwari {
            display: flex;
            flex-wrap: wrap; }
            #container .about_detail > li .jikanwari dt {
                width: 32%; }
            #container .about_detail > li .jikanwari dd {
                width: 68%; }
        #container .about_detail > li .jikanwari .bold {
          font-weight: bold;
        }
        #container .about_detail > li:last-child {
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          #container .about_detail > li:last-child .tag {
            width: 255px; }
          #container .about_detail > li:last-child .icon-list li {
            font-size: 18px;
            font-size: 1.2857142857rem;
            position: relative;
            padding-left: 25px; }
            #container .about_detail > li:last-child .icon-list li+li{
              margin-top: 10px;
            }
            #container .about_detail > li:last-child .icon-list li:after{
              content: '';
              display: block;
              width: 14px;
              height: 14px;
              position: absolute;
              background: url(../img/bulletpoint.jpg) no-repeat left center;
              left: 0px;
              top: 8px; }
      #container .about_detail2 > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 20px 0;
        border-bottom: solid 1px #ececec; }
        #container .about_detail2 > li .tag {
          width: 134px;
          line-height: 0;
          padding-top: 13px;
          font-size: 1.2857142857rem;
          font-weight: bold; }
        #container .about_detail2 > li .text {
          width: 10px;
          -ms-flex: 1 0 auto;
          -webkit-flex-grow: 1;
          flex-grow: 1;
          font-size: 18px;
          font-size: 1.2857142857rem;
          font-weight: bold; }
          #container .about_detail2 > li .text span {
            font-size: 16px;
            font-size: 1.1428571429rem; }
          #container .about_detail2 > li .text strong {
            font-size: 20px;
            font-size: 1.4285714286rem;
            font-weight: bold; }
          #container .about_detail2 > li .text small {
            font-size: 12px;
            font-size: 0.8571428571rem;
            font-weight: normal; }
            #container .about_detail2 > li .text small.pl {
              padding-left: 20px; }
             #container .q_cont_block .blue_txt{
                    font-size: 1.2857142857rem;
                  margin-top: 20px;
                  color: #003F98;
                  color: #004098;
              }

    #container .test-detail .btn-area {
      padding-top: 40px; }
    #container .test-detail .notice {
      padding-top: 55px;
      text-align: center;
      font-size: 22px;
      font-size: 1.5714285714rem;
      font-weight: bold; }
      #container .test-detail .notice .marker {
        display: inline;
        background-color: yellow; }
  #container #faq h2 {
       font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px; }
    #container #faq h2 span {
      color: #003F98;
      font-size: 16px;
      font-size: 1.1428571429rem;
      display: block; }
  #container #faq .tabs {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; }
    #container #faq .tabs ul {
      letter-spacing: -0.4em; }
      #container #faq .tabs ul li {
        letter-spacing: normal;
        display: -moz-inline-box;
        display: inline-block;
        border-top: solid 3px #222222;
        border-bottom: solid 3px #222222; }
        #container #faq .tabs ul li:first-child {
          -webkit-border-radius: 4px 0 0 4px;
          -moz-border-radius: 4px 0 0 4px;
          -ms-border-radius: 4px 0 0 4px;
          -o-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
          border-left: solid 3px #222222; }
        #container #faq .tabs ul li:last-child {
          -webkit-border-radius: 0 4px 4px 0;
          -moz-border-radius: 0 4px 4px 0;
          -ms-border-radius: 0 4px 4px 0;
          -o-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
          border-right: solid 3px #222222; }
          #container #faq .tabs ul li:last-child a {
            border-right: none; }
        #container #faq .tabs ul li a {
          border-right: solid 1px #ececec;
          text-align: center;
          padding: 17px 30px;
          display: block;
          background: center center;
          font-size: 18px;
          font-size: 1.2857142857rem;
          font-weight: bold;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          line-height: 1.2;
          color: #7e7e7e;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box; }
          #container #faq .tabs ul li a:after {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=0);
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            content: '';
            display: block;
            width: 20px;
            height: 10px;
            position: absolute;
            background: url(../img/arrow-b.png) no-repeat top center;
            left: 50%;
            bottom: -15px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
          #container #faq .tabs ul li a:hover {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1;
            text-decoration: none; }
        #container #faq .tabs ul li.current a {
          color: #FFF;
          background-color: #004098; }
          #container #faq .tabs ul li.current a:after {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1; }
  #container #faq .tab-content {
    padding-top: 0px;
    font-size: 14px;
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #container #faq .tab-content .tab {
      display: none; }
      #container #faq .tab-content .tab.current {
        display: block; }
    #container #faq .tab-content .faq-list li {
      padding: 35px 0 32px;
      border-bottom: solid 1px #ececec; }
      #container #faq .tab-content .faq-list li .q, #container #faq .tab-content .faq-list li .a {
        position: relative;
        padding-left: 35px; }
        #container #faq .tab-content .faq-list li .q:after, #container #faq .tab-content .faq-list li .a:after {
          content: '';
          display: block;
          width: 24px;
          height: 24px;
          position: absolute;
          background: no-repeat left center;
          left: 0px;
          top: 3px; }
      #container #faq .tab-content .faq-list li .q {
        font-size: 16px;
        font-size: 1.1428571429rem;
        font-weight: bold;
        margin-bottom: 20px; }
        #container #faq .tab-content .faq-list li .q:after {
          top: 3px;
          background-image: url(../img/q_symbol.jpg); }
      #container #faq .tab-content .faq-list li .a:after {
        top: -2px;
        background-image: url(../img/a_symbol.jpg); }



#container .overview_block{
  background: #f2f9ff;
  margin-top: 70px;
}
#container .overview_block .wrap{
  position: relative;
  padding: 95px 0 40px;
}
#container .overview_block .wrap::before{
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1000px;
  height: 95px;
  background: url(../img/overview_img01@2x.png) no-repeat center center;
  background-size: 100%;
}
#container .overview_block .ttl{
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
.h2_small{
	font-size: 36px;
}
.h2_small2{
	font-size: 25px;
}

#container .overview_block .year,#container .overview_block .date,#container .overview_block .time{
  color: #313131;
  line-height: 1;
  text-align: center;
}
#container .overview_block .year{
  font-size: 100px;
  font-weight: bold;
}
#container .overview_block .date{
  font-size: 120px;
  font-family: 'Midashi Go MB31', 'M PLUS 1p', sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
#container .overview_block .date small{
  font-size: 60px;
}
#container .overview_block .date .week{
  font-size: 60px;
  vertical-align: middle;
  background: #ff2929;
  border-radius: 50%;
  width: 1.5em;
  aspect-ratio: 1 / 1;
  display: inline-block;
  line-height: 1.5em;
  color: #FFF;
  margin: 0 10px 0 10px;
}
#container .overview_block .time{
  font-size: 30px;
  margin-top: 10px;
}
#container .overview_block .hogosha{
  background: #ffffff;
  border-radius: 3px;
  padding: 30px;
  max-width: 720px;
  margin: 45px auto 0;
  text-align: center;
  box-sizing: border-box;
}
#container .overview_block .hogosha .holding{
  font-size: 24px;
  color: #0081cc;
  font-weight: bold;
  text-align: center;
}
#container .overview_block .hogosha .holding span{
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  background: #003F98;
  padding: 6px 6px 4px;
  vertical-align: middle;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: -4px;
}
#container .overview_block .hogosha .ttl{
  font-size: 38px;
  line-height: 1.2;
}
#container .overview_block .hogosha .end_txt{
    color: #e02713;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: -10px;
}
#container .overview_block .hogosha .border{
  font-size: 24px;
  text-align: center;
  color: #0080cb;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #0055ad;
  padding: 10px 25px;
  display: inline-block;
  line-height: 1.3;
  margin-top: 25px;
}
.txt_small{
	font-size: 20px;
}

#container .overview_block .hogosha .border2{
  font-size: 24px;
  text-align: center;
  color: #E02712;
  display: inline-block;
  line-height: 1.3;
}

#container .overview_block .hogosha .txt{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

#container .overview_block .hogosha .txt_red{
  color: #E02712;
}

#container .overview_block .hogosha .note{
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}

#container .overview_block .hogosha .torikesi{
  text-decoration: line-through;
}

#container .overview_block .hogosha .fontw_n{
  font-weight: normal;
}

@media all and (-ms-high-contrast: none){
  #container .overview_block .hogosha .holding span{
    padding: 8px 6px 2px;
  }
  #container .overview_block .hogosha .border{
    padding: 13px 25px 7px;
  }
}
#container #dateimage {
  max-width: 720px;
  margin: 30px auto 40px;
}
#container .entry_area{
  margin-top: 20px;
}
#container .entry_area .button{
  max-width: 720px;
  margin: auto;
}
#container .entry_area .button a{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: block;
  background: #e02713;
  border-radius: 5px;
  padding: 35px 0;
  color: #fff;
  transition: opacity 0.3s;
  position: relative;
}
@media all and (-ms-high-contrast: none){
  #container .entry_area .button a{
    padding: 40px 0 30px;
  }
}
#container .entry_area .button a::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left: 10px solid #fff;
  z-index: 1;
  margin-top: -5px;
}
#container .entry_area .button a:hover{
  text-decoration: none;
  opacity: 0.7;
}
#container .entry_area .deadline{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  color: #e02713;
}
#container .entry_area .note{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
#container .news_block .wrap{
  position: relative;
  padding: 50px 0 50px;
}
#container .news_block .ttl{
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
#container .news_block p.infobox{
  border: none;
  overflow: auto;
  margin-bottom: 0;
  font-weight: normal;
}
#container .news_block p.infobox .bold{
  font-weight: bold;
}
#container .about_block{
  background: #f2f9ff;
  margin-top: 100px;
}
#container .about_block .wrap{
  padding: 95px 0 80px;
}
#container .about_block .wrap::before{
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1000px;
  height: 95px;
  background: url(../img/overview_img01@2x.png) no-repeat center center;
  background-size: 100%;
}
#container .about_block .ttl{
  font-size: 48px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
#container .about_block .img{
  margin-top: 40px;
}
#container .about_block .txt{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}
#container .movie_block{
  background: #003F98;
  padding: 50px 0;
}
#container .movie_block .movie{
  margin-bottom: 0;
}
#container .q_cont_block{
  padding: 50px 0 45px;
}
#container .q_cont_block .ttl{
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#container .q_cont_block .q_cont_bottom{
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#container .q_cont_block .shinki{
  background: #ffffff;
  border-radius: 3px;
  padding: 30px 25px;
  /* max-width: 480px; */
  margin: 0 auto 0;
  /* text-align: center; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container .q_cont_block .shinki.orange{
  background: #f6821f;
}
#container .q_cont_block .shinki.green{
  background: #8ac334;
}
#container .q_cont_block .shinki .holding{
  font-size: 24px;
  color: #e62311;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#container .q_cont_block .shinki .holding span{
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  background: #e62311;
  padding: 6px 6px 4px;
  vertical-align: middle;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: -4px;
}
@media all and (-ms-high-contrast: none){
  #container .q_cont_block .shinki .holding span{
    padding: 8px 6px 2px;
  }
}
#container .q_cont_block .shinki .ttl{
  font-size: 33px;
  line-height: 1.2;
  color: #fff;
}
#container .q_cont_block .shinki .white{
  font-size: 24px;
  /* text-align: center; */
  font-weight: bold;
  background: #ffffff;
  background: #fff;
  padding: 10px 25px;
  display: inline-block;
  line-height: 1.2;
  margin-top: 20px;
}
#container .q_cont_block .shinki .white ul{
  margin-top: 10px;
}
#container .q_cont_block .shinki .white ul li{
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
}
#container .q_cont_block .shinki .txt{
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
}
#container .q_cont_block .place_list{
  margin-bottom: 30px;
}
#container .q_cont_block .place_list li:not(:last-of-type){
  margin-bottom: 20px;
}
#container .q_cont_block .place_list li p i{
  background: #15507a;
  color: #FFF;
  padding: 3px 15px;
  border-radius: 1em;
  font-style: normal;
}
#container .q_cont_block .place_list li .place_detail{
  margin-left: 1.5em;
}
#container .q_cont_block .q_cont_bottom + .note{
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
}
#container .entry_block{
  background: #f2f9ff;
}
#container .entry_block .wrap{
  padding: 80px 0 75px;
}




/* お問い合わせフォーム
------------------------------------------------------------*/
.customize-support {
  background-color: #efefef; }

.mw_wp_form {
  background-color: #FFF;
  width: 900px;
  margin: 0 auto 0px;
  padding: 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.75;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* *{
    &:first-child{
      margin-top: 0;
    }
    &:last-child{
      margin-bottom: 0;
      padding-bottom: 0;
    }
  } */ }
  .mw_wp_form .pt {
    padding-top: 20px; }
  .mw_wp_form a {
    color: #0c73bc; }
  .mw_wp_form .ib {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle; }
  .mw_wp_form .w150 {
    width: 150px; }
  .mw_wp_form.mw_wp_form_confirm .ex {
    display: none; }
  .mw_wp_form.mw_wp_form_confirm .ib.w150, .mw_wp_form.mw_wp_form_confirm .ib.w120, .mw_wp_form.mw_wp_form_confirm .ib.w80 {
    width: auto; }
  .mw_wp_form form {
    width: 100%; }
  .mw_wp_form .select, .mw_wp_form .customSelect {
    width: 300px;
    max-width: 100%; }
  .mw_wp_form .notice {
    color: #d12f1a;
    padding-top: 5px; }
  .mw_wp_form .text-area {
    border-top: solid 4px #003F98;
    padding: 30px 20px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .mw_wp_form .text-area .pt {
      padding-top: 20px; }
    .mw_wp_form .text-area .required {
      display: -moz-inline-box;
      display: inline-block;
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -ms-border-radius: 4px 4px 4px 4px;
      -o-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      font-weight: bold;
      line-height: 1.2;
      padding: 3px 6px;
      font-size: 12px;
      font-size: 0.8571428571rem;
      color: #FFF;
      vertical-align: middle;
      background-color: #f4970b; }
  .mw_wp_form *:first-child {
    margin-top: 0; }
  .mw_wp_form *:last-child {
    margin-bottom: 0;
    padding-bottom: 15 !important; }
  .mw_wp_form .wp-post h2 {
    font-size: 19px;
    font-size: 1.3571428571rem;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px; }
  .mw_wp_form .scroll-box {
    height: 300px;
    border: 2px solid rgba(12, 115, 188, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    overflow: scroll;
    font-size: 13px;
    font-size: 0.9285714286rem; }
  .mw_wp_form ul {
    padding-bottom: 30px; }
    .mw_wp_form ul:last-child {
      padding-bottom: 0; }
    .mw_wp_form ul:not(.flow) li {
      list-style-type: none;
      padding-bottom: 5px;
      text-indent: -1.5em;
      padding-left: 1.5em; }
      .mw_wp_form ul:not(.flow) li:before {
        content: "\0030fb";
        color: #d12f1a;
        margin-right: 0.5em; }
      .mw_wp_form ul:not(.flow) li:last-child {
        padding-bottom: 0; }
  .mw_wp_form ol {
    padding-bottom: 30px;
    padding-left: 1.5em; }
    .mw_wp_form ol:last-child {
      padding-bottom: 0; }
    .mw_wp_form ol li {
      list-style-type: decimal;
      padding-bottom: 5px; }
      .mw_wp_form ol li:last-child {
        padding-bottom: 0; }
  .mw_wp_form strong {
    font-weight: bold; }
  .mw_wp_form em {
    font-style: italic; }
  .mw_wp_form del {
    text-decoration: line-through;
    color: #888888; }
  .mw_wp_form blockquote {
    display: block;
    padding: 20px;
    border: 1px solid #003F98;
    margin-bottom: 30px;
    text-align: center; }
    .mw_wp_form blockquote p {
      text-indent: 0;
      padding-bottom: 15px; }
      .mw_wp_form blockquote p:last-child {
        padding-bottom: 0; }
  .mw_wp_form h1 {
    font-size: 25px;
    font-size: 1.7857142857rem;
    font-weight: normal;
    padding-bottom: 30px; }
    .mw_wp_form h1:after {
      content: "";
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      width: 60px;
      height: 1px;
      background-color: #ececec; }
  .mw_wp_form h2 {
    font-size: 23px;
    font-size: 1.6428571429rem;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-top: 30px;
    margin-bottom: 15px; }
  .mw_wp_form h3 {
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 5px 5px 5px 20px; }
  .mw_wp_form h4 {
    font-size: 19px;
    font-size: 1.3571428571rem;
    font-weight: bold;
    color: #231815;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-top: 30px;
    margin-bottom: 15px; }
  .mw_wp_form h5 {
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold;
    color: #231815;
    line-height: 1.3;
    letter-spacing: 0.1em;
    border-left: 2px solid #231815;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 15px; }
  .mw_wp_form .aligncenter {
    text-align: center; }
  .mw_wp_form .alignleft {
    text-align: left; }
  .mw_wp_form .alignright {
    text-align: right; }
  .mw_wp_form iframe {
    max-width: 100%; }
  .mw_wp_form img.aligncenter {
    display: block;
    margin: 30px auto 0; }
  .mw_wp_form img.alignright {
    float: right;
    display: block;
    margin: 0 0 10px 15px; }
  .mw_wp_form img.alignleft {
    float: left;
    margin: 0 15px 10px 0; }
  .mw_wp_form p {
    padding-bottom: 30px;
    line-height: 1.75; }
    .mw_wp_form p:last-child {
      padding-bottom: 0; }
    .mw_wp_form p:first-child img.aligncenter {
      margin-top: 0; }
  .mw_wp_form table {
    margin-bottom: 30px; }
    .mw_wp_form table td p {
      padding-bottom: 15px;
      line-height: 1.5; }
      .mw_wp_form table td p:last-child {
        padding-bottom: 0; }
  .mw_wp_form cite {
    border: 1px solid #ececec;
    margin-top: 15px;
    padding: 10px;
    display: -moz-inline-box;
    display: inline-block; }
    .mw_wp_form cite:before, .mw_wp_form cite:after {
      content: "\00201d"; }
  .mw_wp_form small {
    font-size: 12px; }
  .mw_wp_form .video-container {
    max-width: 640px;
    margin: 30px auto 0; }
  .mw_wp_form .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
    .mw_wp_form .video iframe, .mw_wp_form .video object, .mw_wp_form .video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 700px) {
    .mw_wp_form img.alignright {
      max-width: 160px;
      height: auto;
      margin: 0 0 10px 10px; }
    .mw_wp_form img.alignleft {
      max-width: 160px;
      height: auto;
      margin: 0 10px 10px 0; } }

/* padding & margin */
.pd {
  padding: 30px; }

.pt {
  padding-top: 30px; }

.pb {
  padding-bottom: 30px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt45 {
  padding-top: 45px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt70 {
  padding-top: 70px; }

.pt80 {
  padding-top: 80px; }

.pt100 {
  padding-top: 100px; }

.pt120 {
  padding-top: 120px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 45px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pb80 {
  padding-bottom: 80px; }

.pb100 {
  padding-bottom: 100px; }

.pb120 {
  padding-bottom: 120px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt100 {
  margin-top: 100px; }

.mt120 {
  margin-top: 120px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb100 {
  margin-bottom: 100px; }

.mb120 {
  margin-bottom: 120px; }

.mg {
  margin: 30px; }

.mt {
  margin-top: 30px; }

.mb {
  margin-bottom: 30px; }

.ml {
  margin-left: 30px; }

.ml-a {
  margin-left: auto; }

.mr-a {
  margin-right: auto; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr {
  margin-right: 30px; }

.pl {
  padding-left: 30px; }

.pl-a {
  padding-left: auto; }

.pr-a {
  padding-right: auto; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr {
  padding-right: 30px; }

.nomb {
  margin-bottom: 0 !important; }

.nomt {
  margin-top: 0 !important; }

.nopt {
  padding-top: 0 !important; }

@media screen and (max-width: 700px) {
  .pd {
    padding: 15px; }

  .pt10 {
    padding-top: 8px; }

  .pt15 {
    padding-top: 10px; }

  .pt20 {
    padding-top: 10px; }

  .pt25 {
    padding-top: 15px; }

  .pt30 {
    padding-top: 20px; }

  .pt40 {
    padding-top: 25px; }

  .pt45 {
    padding-top: 30px; }

  .pt50 {
    padding-top: 30px; }

  .pt60 {
    padding-top: 40px; }

  .pt70 {
    padding-top: 45px; }

  .pt80 {
    padding-top: 50px; }

  .pt100 {
    padding-top: 60px; }

  .pt120 {
    padding-top: 80px; }

  .pb10 {
    padding-bottom: 8px; }

  .pb15 {
    padding-bottom: 10px; }

  .pb20 {
    padding-bottom: 10px; }

  .pb25 {
    padding-bottom: 15px; }

  .pb30 {
    padding-bottom: 20px; }

  .pb40 {
    padding-bottom: 25px; }

  .pb45 {
    padding-bottom: 30px; }

  .pb50 {
    padding-bottom: 30px; }

  .pb60 {
    padding-bottom: 40px; }

  .pb70 {
    padding-bottom: 45px; }

  .pb80 {
    padding-bottom: 50px; }

  .pb100 {
    padding-bottom: 60px; }

  .pb120 {
    padding-bottom: 80px; }

  .mt10 {
    margin-top: 8px; }

  .mt15 {
    margin-top: 10px; }

  .mt20 {
    margin-top: 10px; }

  .mt25 {
    margin-top: 15px; }

  .mt30 {
    margin-top: 20px; }

  .mt40 {
    margin-top: 25px; }

  .mt45 {
    margin-top: 30px; }

  .mt50 {
    margin-top: 30px; }

  .mt60 {
    margin-top: 40px; }

  .mt70 {
    margin-top: 45px; }

  .mt80 {
    margin-top: 50px; }

  .mt100 {
    margin-top: 60px; }

  .mt120 {
    margin-top: 80px; }

  .mb10 {
    margin-bottom: 8px; }

  .mb15 {
    margin-bottom: 10px; }

  .mb20 {
    margin-bottom: 10px; }

  .mb25 {
    margin-bottom: 15px; }

  .mb30 {
    margin-bottom: 20px; }

  .mb40 {
    margin-bottom: 25px; }

  .mb45 {
    margin-bottom: 30px; }

  .mb50 {
    margin-bottom: 30px; }

  .mb60 {
    margin-bottom: 40px; }

  .mb70 {
    margin-bottom: 45px; }

  .mb80 {
    margin-bottom: 50px; }

  .mb100 {
    margin-bottom: 60px; }

  .mb120 {
    margin-bottom: 80px; }

  .mg {
    margin: 15px; }

  .ml {
    margin-left: 15px; }

  .ml15 {
    margin-left: 10px; }

  .mr10 {
    margin-right: 5px; }

  .mr15 {
    margin-right: 10px; }

  .mr20 {
    margin-right: 10px; }

  .mr {
    margin-right: 15px; } }
/* padding & margin */
/* etc */
.lh0 {
  line-height: 0; }

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.w400 {
  width: 400px; }

/* etc */
/* btn */
.btn {
  text-align: center;
  position: relative;
  width: 100%; }
  .btn a, .btn input {
    border: none;
    line-height: 1.2;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 16px;
    font-size: 1.1428571429rem;
    -webkit-box-shadow: 0px 4px 0 0px #00214e;
    -moz-box-shadow: 0px 4px 0 0px #00214e;
    -ms-box-shadow: 0px 4px 0 0px #00214e;
    -o-box-shadow: 0px 4px 0 0px #00214e;
    box-shadow: 0px 4px 0 0px #00214e;
    color: #FFF;
    font-weight: bold;
    background-color: #004098;
    padding: 21px 30px 19px 50px;
    width: 100%;
    line-height: 1.2;
    position: relative;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
    .btn a.orange, .btn input.orange {
      height: 46px;
      width: 300px;
      font-size: 14px;
      font-size: 1rem;
      padding: 10px;
      background-color: #f6ac3c;
      -webkit-box-shadow: 0px 4px 0 0px #94733b;
      -moz-box-shadow: 0px 4px 0 0px #94733b;
      -ms-box-shadow: 0px 4px 0 0px #94733b;
      -o-box-shadow: 0px 4px 0 0px #94733b;
      box-shadow: 0px 4px 0 0px #94733b;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .btn a.gray, .btn input.gray {
      font-size: 14px;
      font-size: 1rem;
      width: 300px;
      height: 46px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px;
      background-color: #d5d5d5;
      -webkit-box-shadow: 0px 4px 0 0px #bcbcbc;
      -moz-box-shadow: 0px 4px 0 0px #bcbcbc;
      -ms-box-shadow: 0px 4px 0 0px #bcbcbc;
      -o-box-shadow: 0px 4px 0 0px #bcbcbc;
      box-shadow: 0px 4px 0 0px #bcbcbc; }
    .btn a:active, .btn input:active {
      -webkit-box-shadow: 0px 1px 0 0px #00214e;
      -moz-box-shadow: 0px 1px 0 0px #00214e;
      -ms-box-shadow: 0px 1px 0 0px #00214e;
      -o-box-shadow: 0px 1px 0 0px #00214e;
      box-shadow: 0px 1px 0 0px #00214e;
      top: 2px; }
      .btn a:active.orange, .btn input:active.orange {
        -webkit-box-shadow: 0px 1px 0 0px #94733b;
        -moz-box-shadow: 0px 1px 0 0px #94733b;
        -ms-box-shadow: 0px 1px 0 0px #94733b;
        -o-box-shadow: 0px 1px 0 0px #94733b;
        box-shadow: 0px 1px 0 0px #94733b; }
      .btn a:active.gray, .btn input:active.gray {
        -webkit-box-shadow: 0px 1px 0 0px #bcbcbc;
        -moz-box-shadow: 0px 1px 0 0px #bcbcbc;
        -ms-box-shadow: 0px 1px 0 0px #bcbcbc;
        -o-box-shadow: 0px 1px 0 0px #bcbcbc;
        box-shadow: 0px 1px 0 0px #bcbcbc; }
    .btn a:hover span, .btn input:hover span {
      background-position: 5px center; }
  .btn.red a, .btn.red input {
    background-color: #e8380d;
    -webkit-box-shadow: 0px 4px 0 0px #9b2407;
    -moz-box-shadow: 0px 4px 0 0px #9b2407;
    -ms-box-shadow: 0px 4px 0 0px #9b2407;
    -o-box-shadow: 0px 4px 0 0px #9b2407;
    box-shadow: 0px 4px 0 0px #9b2407; }
  .btn:hover a, .btn:hover input {
    text-decoration: none; }
  .btn:hover:before {
    left: 0px;
    top: 0px; }

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .btn-area > * {
    width: 416px;
    margin: 0 20px; }

/* btn */
/* form */
input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  -webkit-appearance: none;
  height: 32px;
  line-height: 32px;
  width: 300px;
  max-width: 100%;
  padding: 0 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ececec;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  position: relative; }
  input[type="text"].h36, input[type="email"].h36, input[type="tel"].h36, input[type="password"].h36 {
    height: 36px;
    line-height: 36px; }
  input[type="text"].w100, input[type="email"].w100, input[type="tel"].w100, input[type="password"].w100 {
    width: 100px; }
  input[type="text"].w120, input[type="email"].w120, input[type="tel"].w120, input[type="password"].w120 {
    width: 120px; }
  input[type="text"].w150, input[type="email"].w150, input[type="tel"].w150, input[type="password"].w150 {
    width: 150px; }
  input[type="text"].w200, input[type="email"].w200, input[type="tel"].w200, input[type="password"].w200 {
    width: 200px; }
  input[type="text"].w400, input[type="email"].w400, input[type="tel"].w400, input[type="password"].w400 {
    width: 400px; }

textarea {
  -webkit-appearance: none;
  height: 150px;
  width: 500px;
  max-width: 100%;
  padding: 5px 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ececec;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background: #FFF;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  resize: vertical; }

label {
  cursor: pointer; }

.icheckbox_custom {
  display: -moz-inline-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #0ebfb2;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 10px; }
  .icheckbox_custom:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -3px;
    display: block;
    width: 4px;
    height: 8px;
    border-right: 2px solid #0ebfb2;
    border-bottom: 2px solid #0ebfb2;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    z-index: 1;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .icheckbox_custom.checked:after {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
  .icheckbox_custom.disabled {
    color: #cccccc; }
    .icheckbox_custom.disabled:after {
      border-right: #cccccc;
      border-bottom: #cccccc; }

.iradio_custom {
  display: -moz-inline-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  border: 1px solid #318c29;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  background-color: #FFF; }
  .iradio_custom:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #318c29;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    overflow: hidden; }
  .iradio_custom.checked:after {
    width: 8px;
    height: 8px;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1; }
  .iradio_custom.disabled {
    border-color: #ececec; }
    .iradio_custom.disabled:after {
      background-color: #ececec; }

.check-radios > * {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0; }
  .check-radios > *.horizontal-item + .horizontal-item {
    margin-left: 0; }
  .check-radios > * label {
    cursor: pointer; }

.select {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle; }

select, .customSelect {
  -webkit-appearance: none;
  height: 32px;
  line-height: 32px;
  min-width: 80px;
  width: 100%;
  padding: 0 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
  -ms-border-radius: 1px 1px 1px 1px;
  -o-border-radius: 1px 1px 1px 1px;
  border-radius: 1px 1px 1px 1px;
  background-position: right center;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FAFAFA), color-stop(0, #FFF));
  background: -webkit-linear-gradient#FFF, #FAFAFA;
  background: -moz-linear-gradient#FFF, #FAFAFA;
  background: -ms-linear-gradient#FFF, #FAFAFA;
  background: -o-linear-gradient#FFF, #FAFAFA;
  background: linear-gradient#FFF, #FAFAFA;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.9285714286rem;
  position: relative; }
  select.hasCustomSelect, .customSelect.hasCustomSelect {
    z-index: 2; }
  select:after, .customSelect:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #0ebfb2 transparent transparent transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  select.customSelectHover, .customSelect.customSelectHover {
    color: #0ebfb2;
    -webkit-box-shadow: 0 0 6px 0 #EEE;
    -moz-box-shadow: 0 0 6px 0 #EEE;
    -ms-box-shadow: 0 0 6px 0 #EEE;
    -o-box-shadow: 0 0 6px 0 #EEE;
    box-shadow: 0 0 6px 0 #EEE;
    border-color: #0ebfb2; }
    select.customSelectHover:after, .customSelect.customSelectHover:after {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg);
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center; }
  select.small, .customSelect.small {
    min-width: 100px;
    height: 34px;
    line-height: 34px; }
  select option, .customSelect option {
    padding: 8px;
    border: none; }

/* form */
/* table */
table {
  width: 100%;
  border-top: solid 1px #ececec;
  margin: 20px 0; }
  table th, table td {
    padding: 27px 15px;
    line-height: 1.2;
    border-bottom: solid 1px #ececec;
    font-size: 14px;
    font-size: 1rem;
    vertical-align: top; }
  table th {
    width: 190px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold; }
  table.tbl1 {
    border-top: none; }
    table.tbl1 th, table.tbl1 td {
      padding: 45px 15px 27px;
      vertical-align: top;
      border-color: #231815; }
    table.tbl1 th {
      font-size: 16px;
      font-size: 1.1428571429rem;
      font-family: "century";
      font-weight: normal;
      font-weight: normal;
      font-style: italic; }

table.tbl2 {
  border-top: 2px solid #003F98; }
  table.tbl2 th, table.tbl2 td {
    border: 1px solid #ececec;
    padding: 15px;
    vertical-align: top;
    line-height: 1.75; }
  table.tbl2 th {
    font-weight: bold;
    width: 120px; }
  table.tbl2 tr:nth-child(even) {
    background-color: #fafafa; }
  table.tbl2 tr:last-child td {
    padding-bottom: 15px; }
  table.tbl2.contact th {
    padding-right: 50px;
    position: relative;
    width: 230px; }
    table.tbl2.contact th .required {
      position: absolute;
      right: 15px;
      top: 17px; }

table.tbl3 tr th, table.tbl3 tr td {
  border: solid 1px #ddd; }
table.tbl3 tr th {
  background-color: #003F98;
  color: #FFF;
  text-align: center; }
  table.tbl3 tr th:first-child {
    width: 160px; }
  table.tbl3 tr th:nth-child(2) {
    width: 120px; }
table.tbl3 tr td.name {
  background-color: #e2e9f3; }
table.tbl3 tr.stitle td {
  background-color: #e2e9f3; }

table.inner-table th {
  width: 80px !important;
  padding: 15px !important;}

/* table */
/* layout */
.date {
  color: #888888;
  font-size: 15px;
  font-size: 1.0714285714rem; }
.appeal {
  font-size: 90px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #ff2929;
  margin: 10px 0 80px;
}
.appeal > span{
  background: linear-gradient(transparent 75%, #fbff4a 0%);
  display: inline-block;
  padding: 0 0.3em;
}
#container .about_detail > li .text .appeal_inline {
  font-size: 20px;
  color: #FFF;
  background: #f72e2a;
  font-weight: bold;
  display: inline-block;
  margin-left: 1em;
  padding: 0 10px;
}
.link a {
  color: #f72e2a;
  font-size: 15px;
  font-size: 1.0714285714rem;
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 32px;
  position: relative; }
  .link a:after {
    content: '';
    display: block;
    width: 20px;
    height: 26px;
    position: absolute;
    background: url(../img/common/icon-pdf.png) no-repeat center center;
    right: 0;
    top: 50%;
    margin-top: -13px; }

/* layout */
/*retina*/
@media screen and (min-width: 701px) and (max-width: 1000px) {
  .btn-area > * {
    width: 416px;
    margin: 0 10px; } }
@media screen and (max-width: 700px) {
  table.tbl2 input[type="text"].w400, table.tbl2 input[type="email"].w400, table.tbl2 input[type="tel"].w400, table.tbl2 input[type="password"].w400 {
    width: 100%; }
  table.tbl2 th, table.tbl2 td {
    display: block;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  table.tbl2 td {
    padding: 10px 15px 15px;
    border-top: none; }
  table.tbl2 th {
    padding: 15px 10px 0;
    border-bottom: none;
    border-top: none; }
  table.tbl2 table {
    border-top: 1px solid #ececec; }

  .btn-area > * {
    width: 220px;
    margin: 0 10px; }

  .btn-area.btn {
    width: 100%;
    text-align: center; }

  .btn {
    width: 220px; }
    .btn a, .btn input {
      width: 220px;
      line-height: 30px;
      font-size: 15px;
      font-size: 1.0714285714rem;
      padding: 10px; }
      .btn a.orange, .btn input.orange {
        width: 100%;
        margin-bottom: 10px; }
      .btn a.gray, .btn input.gray {
        width: 100%; }
    .btn:hover a, .btn:hover input {
      text-decoration: none; }
    .btn:hover:before {
      left: 0px;
      top: 0px; }

  .btn-area {
    display: block; }
    .btn-area .btn {
      margin: 0 auto; }
      .btn-area .btn:first-of-type {
        margin-bottom: 15px; }
    .btn-area > * {
      margin: 0; }

  input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
    font-size: 14px;
    font-size: 1rem;
    padding-left: 0;
    width: 100%; }

  table {
    /* th,td{
    	display: block;
    	width: 100%;
    	@include b_box;
    	padding:20px 10px;
    	@include rem(14);
    }
    th{
    	width: 100%;
    	@include b_box;
    	font-weight: bold;
    	border-bottom:none;
    	padding-bottom: 0;
    }
    td{
    }
    tr{
    } */ }
    table.tbl1 th, table.tbl1 td {
      display: block;
      width: 100%;
      padding: 35px 15px 20px; }
    table.tbl1 th {
      font-size: 14px;
      font-size: 1rem;
      padding-top: 30px;
      padding-bottom: 10px;
      width: 100%; }
      table.tbl1 th label {
        display: block;
        width: 100%; }
    table.tbl1 td {
      padding-top: 0;
      padding-bottom: 30px; }
    table.tbl3 tr th, table.tbl3 tr td {
      padding: 10px 2px;
      font-size: 10px;
      font-size: 0.7142857143rem;
      width: 80px;}
    table.tbl3 tr th {
      background-color: #003F98;
      color: #FFF;
      text-align: center; }
      table.tbl3 tr th:first-child {
        width: 160px; }
      table.tbl3 tr th:nth-child(2) {
        width: 120px; }
    table.tbl3 tr td.name {
      background-color: #e2e9f3; }
    table.tbl3 tr.stitle td {
      background-color: #e2e9f3; }

  textarea {
    height: 180px;
    font-size: 14px;
    font-size: 1rem;
    padding-top: 5px; } }
.iv {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(30%); }
  100% {
    -webkit-transform: translateY(0%); } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }
@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); } }
.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  10% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }
@keyframes flip {
  0% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  10% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0); } }
.flip {
  opacity: 1;
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-transform-origin: center center;
  transform-origin: center center; }

/*retina*/
@media screen and (min-width: 701px) and (max-width: 1000px) {

  body .wrap{
    padding: 0 2%;
    box-sizing: border-box;
  }

  /* header
  ------------------------------------------------------------*/

  header .catch2 {
    width: 200px;
    margin-right: 5%;
    padding: 20px 0 25px; }
    nav ul li a{
      font-size: 14px;}
    nav ul li.application a{
      width: 145px;}
      nav ul li + li{
        margin-left: 15px;
      }

  /* footer
  ------------------------------------------------------------*/
  footer .f-top .inner {
    padding: 20px 20px 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    footer .f-top .inner .syusai {
      margin-right: 20px; }
      footer .f-top .inner .syusai img {
        height: 65px;
        width: auto; }
    footer .f-top .inner .tel img {
      height: 75px;
      width: auto; }
  footer .logo-area {
    padding: 25px 20px; }
    footer .logo-area dl:first-child {
      padding-bottom: 10px; }
      footer .logo-area dl:first-child img {
        height: 20px;
        width: auto; }
    footer .logo-area dl:last-child img {
      height: 12px;
      width: auto; }
    footer .logo-area dl dd {
      margin-right: 10px; }

  /* container
  ------------------------------------------------------------*/
  #container {
    padding: 48px 0 70px; }
    #container .test-detail {
      padding-bottom: 85px; }
      #container .test-detail .test-top ,
      #container .test-detail .test-bottom {
        padding-bottom: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #container .test-detail .test-top div ,
        #container .test-detail .test-bottom div {
          width: 330px;
          margin: 0 10px; }
      #container .about_detail > li .text span {
        font-size: 16px;
        font-size: 1.1428571429rem; }
      #container .about_detail > li .text strong {
        font-size: 20px;
        font-size: 1.4285714286rem; }
      #container .about_detail > li .text small {
        font-size: 12px;
        font-size: 0.8571428571rem;
        font-weight: normal; }
        #container .about_detail > li .text small.pl {
          padding-left: 20px; }
      #container .about_detail2 > li .text span {
        font-size: 16px;
        font-size: 1.1428571429rem; }
      #container .about_detail2 > li .text strong {
        font-size: 20px;
        font-size: 1.4285714286rem; }
      #container .about_detail2 > li .text small {
        font-size: 12px;
        font-size: 0.8571428571rem;
        font-weight: normal; }
        #container .about_detail2 > li .text small.pl {
          padding-left: 20px; }


      #container .test-detail .btn-area {
        padding-top: 40px; }
    #container #faq h2 {
      font-size: 32px;
      font-size: 2.2857142857rem;
      font-weight: bold;
      text-align: center;
      padding-bottom: 25px; }
      #container #faq h2 span {
        color: #003F98;
        font-size: 16px;
        font-size: 1.1428571429rem;
        display: block; }
    #container #faq .tabs {
      margin-bottom: 50px; }
      #container #faq .tabs ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        #container #faq .tabs ul li {
          width: 25%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box; }
          #container #faq .tabs ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            font-size: 16px;
            font-size: 1.1428571429rem;
            padding: 10px;
            height: 100%; }
          #container #faq .tabs ul li.current a:after {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1; }
    #container #faq .tab-content {
      padding-top: 0px;
      font-size: 14px;
      width: 1000px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #container #faq .tab-content .tab {
        display: none; }
        #container #faq .tab-content .tab.current {
          display: block; }
      #container #faq .tab-content .faq-list li {
        padding: 35px 0 32px; }
        #container #faq .tab-content .faq-list li .q, #container #faq .tab-content .faq-list li .a {
          padding-left: 35px; }
        #container #faq .tab-content .faq-list li .q {
          font-size: 16px;
          font-size: 1.1428571429rem;
          font-weight: bold;
          margin-bottom: 20px; }

#container .overview_block .wrap::before {
  top: -6vw;
  width: 95%;
  height: 0;
  padding-top: 10%;
}
#container .overview_block .wrap{
  padding: 8% 2% 10%;
}
#container .overview_block .ttl{
  font-size: 38px;
  margin-bottom: 10px;
}
#container .overview_block .year,
#container .overview_block .time{
  font-size: 26px;
}
#container .overview_block .date{
  font-size: 90px;
}
#container .overview_block .hogosha{
  width: 85%;
}


#container .entry_area .button{
  width: 90%;
}
#container .entry_area .button a{
  font-size: 26px;
}
#container .news_block .wrap{
  padding: 10% 2% 10%;
}
#container .movie_block{
  padding: 10% 2% 10%;
}
#container .about_block{
  margin-top: 4%;
}
#container .about_block .wrap{
  padding: 8% 2% 6%;
}
#container .about_block .wrap::before {
  top: -6vw;
  width: 95%;
  height: 0;
  padding-top: 10%;
}
#container .q_cont_block{
  padding: 10% 2% 10%;
}
#container .q_cont_block .shinki{
  width: 48%;
}
#container .entry_block .wrap{
  padding: 10% 2% 10%;
}





  /* お問い合わせフォーム
  ------------------------------------------------------------*/
  .mw_wp_form {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .mw_wp_form .text-area {
      padding: 30px 20px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; } }

.movie {
  text-align: center;
  margin-bottom: 40px;
}

.contact_form_block .form_btn{
  text-align: center;
  margin: 0 auto;
  padding-bottom: 70px;
}
.contact_form_block .form_btn a{
  display: inline-block;
  background: #003F98 url(../img/icon_email.png) no-repeat 20px center;
  padding: 1em 1.8em 1em 2.5em;
  letter-spacing: normal;
  text-align: center;
color: #FFF;
font-weight: bold;
font-size: 1.5rem;
line-height: 1;
text-decoration: none;
border-radius: 5px;
}


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

  body{
    padding-top: 59px;
  }
  .wrap{
    box-sizing: border-box;
  }

  /* header
  ------------------------------------------------------------*/
  header {
    text-align: center; }
    header .catch2 {
      padding: 0; }

  nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    nav ul li a {
      font-size: 12px;
      font-size: 0.8571428571rem;
      padding: 10px 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }

  header .wrap{
    display: block;
    padding: 13px 3%;
  }
  header .catch2{
    width: 175px;
  }
  header .menu-trigger{
    display: block;
    position: absolute;
    top: 50%;
    right: 3%;
    width: 30%;
    height: 100%;
    margin-top: -20px;
    max-width: 40px;
    max-height: 40px;
    z-index: 999;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
  }
  header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15%;
    width: 70%;
    height: 2px;
    background-color: #003F98;
  }
  header .menu-trigger span:nth-of-type(1) {
    top: 25%;
  }
  header .menu-trigger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 25%;
  }
  header.navOpen .menu-trigger span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%)rotate(-45deg);
  }
  header.navOpen .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  header.navOpen .menu-trigger span:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%)rotate(45deg);
  }
  header nav {
    opacity: 0;
    width: 100%;
    padding: 0;
    position:absolute;
    left: 0;
    top: 100%;
    overflow-y: auto;
    max-height: calc(90vh - 60px);
    transform: translateY(-100%);
    transition: transform .3s, opacity 1s;
    z-index: 999;
  }
  header.navOpen nav {
    opacity: 1;
    transform: translateY(0);
    transition: transform .3s, opacity 0s;
  }
  header nav {
    display: block;
    background: #eee;
    top: 59px;
    left: 0;
    width: 100%;
    height: auto;
    /* position: relative; */
    margin: 0;
    padding-bottom: 5%;
  }
  nav ul{
    display: block;
  }
  header nav li{
    display: block;
    height: auto;
    position: relative;
    border-bottom:1px solid #ddd;
    margin: 0;
  }
  header nav li+li{
    margin: 0;
  }
  header nav li > a,
  header nav li > p{
    background: transparent;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 5% 5%;
    position: relative;
    color: #313131;
    text-align: left;
  }
  header nav li > a:after{
    content: "";
    display: block;
    position: absolute;
    right: 5%;
    top:50%;
    margin: -4px 0 0 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #003F98;
    border-right: 2px solid #003F98;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .gl_wrap nav li a:hover{
    font-weight: normal;
    color: #FFF;
    background: #003F98;
  }
  header .gl_wrap nav li a:hover:after{
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  header nav li:last-of-type > a img{
    width: inherit;
  }
  header nav li:last-of-type > a:hover img{
    filter: brightness(10.0);
    opacity: 1;
  }
  nav ul li.application{
    width: auto;
  }
  nav ul li.application a{
    width: auto;
    border: none;
    border-radius: 0;
    display: block;
    background: transparent;
    text-align: left;
  }
   #overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 998;
  }
  #overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  /*
  #sp-menu{
    top:10px;
    right:200px;
    z-index: 2000;
    position: absolute;
    color:$blue;
    cursor: pointer;
    width: 40px;
    height: 43px;
    display: block;
    background:$blue;
    background-color:$blue;
    @include radius(4px,0,0,4px);
    &.open{
        .middle {
          background: rgba(0, 0, 0, 0);
        }
        .top {
          transform: rotate(-45deg) translateY(0px);
          -ms-transform: rotate(-45deg) translateY(0px);
          -webkit-transform: rotate(-45deg) translateY(0px);
          -moz-transform: rotate(-45deg) translateY(0px);
           -o-transform: rotate(-45deg) translateY(0px);
        }
        .bottom {
          transform: rotate(45deg) translateY(0px);
          -ms-transform: rotate(45deg) translateY(0px);
          -webkit-transform: rotate(45deg) translateY(0px);
          -moz-transform: rotate(45deg) translateY(0px);
           -o-transform: rotate(45deg) translateY(0px);
        }
    }
    span{
      width: 20px;
      height: 3px;
      display: block;
      background: #FFF;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -10px;
      margin-top: -2px;
      transition: all 0.3s;
      transform: rotate(0deg);
      &.top{
        transform:translateY(-7px);
        -ms-transform:translateY(-7px);
        -webkit-transform:translateY(-7px);
        -moz-transform:translateY(-7px);
        -o-transform:translateY(-7px);
      }
      &.bottom{
        transform: translateY(7px);
        -ms-transform:translateY(7px);
        -webkit-transform:translateY(7px);
        -moz-transform:translateY(7px);
        -o-transform:translateY(7px);
      }
    }
  }
  nav{
    display: none;
    @include wrap;
    @include transition;
    padding-top: 70px;
    padding-bottom: 30px;
    @include b_box;
    &.sp-nav{
      background-color:$blue;
      position: fixed;
      top:0;
      z-index: 9999;
      right:-200px;
      height: 100%;
      width: 200px;
      display: block;
      &.open{
        @include opacity(1);
        z-index: 1998;
        visibility: visible;
        right:0px;
        ul{
          display: block;
        }
      }
    }
    ul{
      display: none;
      border-top:solid 1px #FFF;
      border-left:none;
      display: block;
      @include fb;
      @include f_wrap;
      @include justify;
      li{
        @include basis(100%);
        margin-right: 0;
        @include b_box;
        border-bottom:solid 1px #FFF;
        border-right: none;
        &:nth-child(2n){
          padding-left: 0px;
          border-left:none;
        }
        &:last-child{
          width:100%;
        }
        a{
          color:#FFF;
          @include b_box;
          width: 100%;
          padding:10px 5px;
          @include rem(16);
          height:47px;
          @include fb;
          @include align;
          @include f_wrap;
          @include justify(center);
        }
      }
    }
  }
  #sp-bg{
    position: fixed;
    width: 100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    visibility: hidden;
    z-index: -1;
    &.open{
      visibility: visible;
      z-index: 1000;
    }
  }
  */

  /* footer
  ------------------------------------------------------------*/
  footer .f-top .inner {
    padding: 20px 20px 27px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    footer .f-top .inner .syusai {
      width: 100%;
      margin-right: 0px;
      text-align: center;
      margin-bottom: 10px; }
      footer .f-top .inner .syusai img {
        width: 240px;
        height: auto; }
    footer .f-top .inner .tel {
      width: 100%;
      text-align: center; }
      footer .f-top .inner .tel img {
        height: 45px;
        width: auto; }
  footer .logo-area {
    padding: 25px 20px; }
    footer .logo-area dl:first-child {
      padding-bottom: 10px; }
      footer .logo-area dl:first-child img {
        height: 20px;
        width: auto; }
    footer .logo-area dl:last-child img {
      height: 12px;
      width: auto; }
    footer .logo-area dl dt {
      display: block; }
    footer .logo-area dl dd {
      margin-right: 10px; }

  /* container
  ------------------------------------------------------------*/
  #container {
    padding: 48px 20px 50px; }
    #container .test-detail {
      padding-bottom: 65px; }
      #container .test-detail .test-top,
      #container .test-detail .test-bottom {
        padding-bottom: 30px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 180px;
        margin: 0 auto; }
      #container .test-detail .test-bottom {
        margin-top: 50px;}
        #container .test-detail .test-top div,
        #container .test-detail .test-bottom div {
          margin: 0 auto; }
        #container .test-detail .test-top .kaisai,
        #container .test-detail .test-bottom .kaisai {
          width: 50%;
		  margin: 0 auto;
	  }
        #container .test-detail .test-top .meeting {
			margin: 0 auto;
        }

      @media screen and (max-width: 700px) and (max-width: 550px) {
        #container .test-detail .test-top,
        #container .test-detail .test-bottom{
          max-width: 350px; }
          #container .test-detail .test-top div,
          #container .test-detail .test-bottom div {
            margin: 0%; }
          #container .test-detail .test-top .kaisai,
          #container .test-detail .test-bottom .seminar {
            width: 100%;
            margin-bottom: 15px; }
          #container .test-detail .test-top .meeting,
          #container .test-detail .test-bottom .taikenkai {
            width: 100%; } }

@media screen and (max-width: 700px) {
#container{
  padding: 0;
}
      #container .about_detail > li {
        padding: 20px 0;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #container .about_detail > li .tag {
          width: 100%;
          padding-top: 0px;
          padding-bottom: 10px; }
          #container .about_detail > li .tag img {
            height: 20px;
            width: auto;
            font-size: 15px;
          font-size: 1.0714285714rem;}
        #container .about_detail > li .text {
          width: 100%;
          font-size: 15px;
          font-size: 1.0714285714rem; }
          #container .about_detail > li .text span {
            font-size: 14px;
            font-size: 1rem;
            line-height: 1.5; }
            #container .about_detail > li .text span.red{
           font-size: 15px;
            color: #e02713;
           }
          #container .about_detail > li .text strong {
            font-size: 15px;
            font-size: 1.0714285714rem; }
          #container .about_detail > li .text small {
            display: block;
            font-size: 12px;
            font-size: 0.9rem;
            font-weight: normal; }
            #container .about_detail > li .text small.pl {
              padding-left: 0px; }
        #container .about_detail > li:last-child .tag {
          width: 100%; }
          #container .about_detail > li:last-child .tag img {
            height: 50px;
            width: auto; }
        #container .about_detail > li:last-child .icon-list li {
          font-size: 16px;
          font-size: 1.1428571429rem;
          padding-left: 25px;
          padding-bottom: 20px; }
          #container .about_detail > li:last-child .icon-list li+li{
            margin-top: 0;
          }
          #container .about_detail > li:last-child .icon-list li:last-child {
            padding-bottom: 0; }

       #container .about_detail2 > li {
        padding: 20px 0;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        #container .about_detail2 > li .tag {
          width: 100%;
          padding-top: 0px;
          padding-bottom: 20px; }
          #container .about_detail2 > li .tag img {
            height: 20px;
            width: auto;
            font-size: 15px;
          font-size: 1.0714285714rem;}
        #container .about_detail2 > li .text {
          width: 100%;
          font-size: 15px;
          font-size: 1.0714285714rem; }
          #container .about_detail2 > li .text span {
            font-size: 14px;
            font-size: 1rem;
            line-height: 1.5; }
          #container .about_detail2 > li .text strong {
            font-size: 15px;
            font-size: 1.0714285714rem; }
          #container .about_detail2 > li .text small {
            display: block;
            font-size: 12px;
            font-size: 0.8571428571rem;
            font-weight: normal; }
            #container .about_detail2 > li .text small.pl {
              padding-left: 0px; }
                 #container .q_cont_block .blue_txt{
            font-size: 0.9rem;
          }

      #container .test-detail .btn-area {
        padding-top: 0; }
      #container .test-detail .notice {
        padding-top: 25px;
        font-size: 14px;
        font-size: 1rem; }
    #container #faq h2 {
      font-size: 24px;
      font-size: 1.7142857143rem;
      padding-bottom: 24px;
      line-height: 1.2; }
      #container #faq h2 span {
        padding-top: 2px;
        font-size: 16px;
        font-size: 1.1428571429rem; }
    #container #faq .tabs {
      margin-bottom: 10px; }
      #container #faq .tabs ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #container #faq .tabs ul li {
          width: 48%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          border: solid 3px #231815;
          margin-bottom: 4%; }
          #container #faq .tabs ul li:nth-child(2n+1) {
            margin-right: 4%; }
          #container #faq .tabs ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            font-size: 14px;
            font-size: 1rem;
            padding: 10px;
            height: 100%;
            border-right: none; }
            #container #faq .tabs ul li a:after {
              bottom: -10px;
              transform: translateX(-50%); }
          #container #faq .tabs ul li.current a:after {
            -ms-filter: "alpha( opacity=$number*100 )";
            filter: alpha(opacity=100);
            opacity: 1; }
    #container #faq .tab-content {
      padding-top: 0px;
      font-size: 14px;
      width: 1000px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #container #faq .tab-content .tab {
        display: none; }
        #container #faq .tab-content .tab.current {
          display: block; }
      #container #faq .tab-content .faq-list li {
        padding: 15px 0 15px; }
        #container #faq .tab-content .faq-list li .q, #container #faq .tab-content .faq-list li .a {
          position: relative;
          padding-left: 31px; }
        #container #faq .tab-content .faq-list li .q {
          font-size: 16px;
          font-size: 1.1428571429rem;
          margin-bottom: 15px; }
          #container #faq .tab-content .faq-list li .q:after {
            top: 3px; }
        #container #faq .tab-content .faq-list li .a:after {
          top: -2px; }

#container .overview_block{
  margin-top: 10%;
}
#container .overview_block .wrap::before {
  top: -6vw;
  width: 95%;
  height: 0;
  padding-top: 10%;
}
#container .overview_block .wrap{
  padding: 10% 4%;
}
#container .overview_block .ttl ,#container .overview_block .ttl .h2_small{
  font-size: 20px;
  margin-bottom: 8px;
}
#container .overview_block .ttl .h2_small2{
  font-size: 18px;
  margin-bottom: 5px;
}
#container .overview_block .year,#container .overview_block .time{
  font-size: 20px;
}
#container .overview_block .date{
  font-size: 40px;
}
#container .overview_block .date .week{
  font-size: 25px;
}
#container .overview_block .hogosha {
  padding: 5%;
  margin: 9% auto 0;
  box-sizing: border-box;
}
#container .overview_block .hogosha .holding span{
  font-size: 12px;
}
#container .overview_block .hogosha .holding{
  font-size: 18px;
}
#container .overview_block .hogosha .ttl{
  font-size: 27px;
  margin-top: 5px;
}
#container .overview_block .hogosha .end_txt{
    font-size: 14px;
    text-align: left;
    margin-top: 4%;
    margin-bottom: 0;
}
#container .overview_block .hogosha .border {
    font-size: 16px;
    padding: 10px 10px;
    display: block;
    margin-top: 5%;
}
#container .overview_block .hogosha .txt{
  font-size: 14px;
  text-align: left;
}
#container .overview_block .hogosha .note{
  margin-top: 5%;
}
.txt_small{
	font-size: 14px;
}

#container .entry_area{
  margin-top: 8%;
}
#container .entry_area br{
  display: block!important;
}
#container .entry_area .button a {
  font-size: 18px;
  line-height: 1.4;
  padding: 11px 0;
  box-sizing: border-box;
}
#container .entry_area .deadline {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 5%;
}
#container .entry_area .note {
  font-size: 12px;
  text-align: left;
  margin-top: 5%;
}
#container .news_block .wrap{
  padding: 10% 4%;
}
#container .news_block .ttl{
  font-size: 20px;
}
#container .about_block{
  padding: 0;
  margin-top: 7%;
}
#container .about_block .wrap::before {
  top: -6vw;
  width: 95%;
  height: 0;
  padding-top: 10%;
}
#container .about_block .wrap{
  padding: 11% 4% 9%;
}
#container .about_block .ttl{
  font-size: 20px;
}
#container .about_block .img{
  margin-top: 5%;
}
#container .about_block .txt {
  font-size: 14px;
  line-height: 2;
}
#container .movie_block{
  padding: 10% 4%;
}
#container .q_cont_block{
  padding: 0;
}
#container .q_cont_block .wrap{
  padding: 10% 4%;
}
#container .q_cont_block .ttl{
  font-size: 20px;
}
#container .q_cont_block .q_cont_bottom{
  display: block;
  margin-top: 8%;
}
#container .q_cont_block .shinki{
  padding: 5%;
}
#container .q_cont_block .shinki + .shinki{
  margin-top: 5%;
}
#container .q_cont_block .shinki .holding span{
  font-size: 12px;
}
#container .q_cont_block .shinki .holding{
  font-size: 18px;
}
#container .q_cont_block .shinki .ttl{
  font-size: 24px;
  margin-top: 8px;
}
#container .q_cont_block .shinki .white {
  font-size: 20px;
  padding: 5%;
  margin-top: 2%;
}
#container .q_cont_block .shinki .txt {
  font-size: 12px;
  margin-top: 4%;
}
#container .entry_block .wrap{
  padding: 4% 4% 10%;
}
#container #faq{
  margin-top: 15%;
}
#container #faq .wrap{
  padding: 10% 4%;
}




  /* お問い合わせフォーム
  ------------------------------------------------------------*/
.mw_wp_form {
  padding: 0 20px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.mw_wp_form .text-area {
  padding: 30px 0 0;
}
.mw_wp_form .btn input.gray {
    margin-bottom: 20px;
}}
.movie {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.movie_warpper {
	height: 0;
	padding-bottom: 62.25%;
}
.movie iframe {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height:100%;
}
