@charset "UTF-8";
/* !!------------------------------------ */
/* !! ストライプ */
/* CSS Document */
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s linear; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, ul, ol, dl, dd, p, hr, figure {
  margin: 0;
  padding: 0; }

header, nav, main, footer, section {
  display: block; }

strong {
  font-weight: normal; }

form {
  margin-bottom: 0; }

img {
  vertical-align: bottom;
  backface-visibility: hidden; }

::selection {
  color: #fff;
  background: #00aebb; }

::-moz-selection {
  color: #fff; }

input::selection,
textarea::selection {
  color: #221814;
  background: #dbdcdc; }

.collection main {
  overflow: hidden; }

.noLink {
  text-decoration: none !important;
  cursor: default; }

p {
  line-height: 1.6;
  font-size: 16px;
  text-align: justify; }

.ar {
  text-align: right; }

i {
  font-style: normal; }

.fr {
  float: right; }

/* !!------------------------------------ */
/* !! 共通css */
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  color: #2a2a2a;
  padding-top: 270px;
  background: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Helvetica, Arial,sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

.en {
  font-family: Helvetica, Arial, sans-serif !important; }

/* !!------------------------------------ */
/* !! ヘッダー */
#header {
  background: #0093D8;
  height: 270px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: 500ms ease-out; }
  #header:after {
    height: 2px;
    width: 100%;
    display: block;
    background: #64EC3F;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 1; }
  #header #header_logo {
    position: absolute;
    width: 120px;
    overflow: visible;
    left: 50%;
    top: 45px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1; }
    #header #header_logo img {
      display: block; }
    #header #header_logo:hover {
      opacity: .6; }
  #header ul#header_navi {
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%; }
    #header ul#header_navi li {
      display: inline-block;
      margin: 0; }
      #header ul#header_navi li a {
        display: block;
        position: relative;
        z-index: 1;
        overflow: hidden; }
        #header ul#header_navi li a img {
          position: relative;
          z-index: 1; }
        #header ul#header_navi li a:after {
          z-index: 0;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: #2078c6;
          display: block;
          top: 0;
          left: 0;
          transition: 200ms;
          -webkit-transform: translateX(-100%);
          -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          -o-transform: translateX(-100%);
          transform: translateX(-100%); }
        #header ul#header_navi li a:hover::after {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
      #header ul#header_navi li._1 {
        margin-right: 102px; }
      #header ul#header_navi li._2 {
        margin-right: 106px; }
      #header ul#header_navi li._3 {
        margin-right: 114px; }
      #header ul#header_navi li._4 {
        margin-right: 0px; }
  #header.small {
    height: 70px; }
    #header.small #header_logo {
      -webkit-transform: translateX(-555px);
      -moz-transform: translateX(-555px);
      -ms-transform: translateX(-555px);
      -o-transform: translateX(-555px);
      transform: translateX(-555px);
      height: 60px;
      top: 2px; }
      #header.small #header_logo img {
        height: 100%;
        width: auto !important; }
    #header.small ul#header_navi {
      text-align: right;
      padding-right: 10px;
      bottom: 17px !important; }
      #header.small ul#header_navi li {
        width: 125px !important;
        height: 38px !important;
        margin-left: 10px !important;
        margin-right: 0 !important;
        text-align: center; }
        #header.small ul#header_navi li img {
          width: 100% !important;
          height: auto !important; }

/* !!------------------------------------ */
/* !! トップページ */
/* !! MV */
#mv {
  height: 830px !important;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 0 !important; }
  #mv .slick-slider, #mv .slick-list, #mv .slick-track {
    height: 100% !important;
    margin-bottom: 0 !important; }
  #mv .slick-dots {
    bottom: 22px !important; }
    #mv .slick-dots li {
      background: #fff;
      width: 60px;
      opacity: .4;
      height: 3px !important;
      box-sizing: border-box;
      border: 1px solid #64EC3F;
      background: #fff; }
      #mv .slick-dots li.slick-active {
        opacity: .8;
        background: #64EC3F; }
      #mv .slick-dots li * {
        display: none; }
  #mv .cell {
    display: block;
    position: relative;
    vertical-align: top;
    font-weight: 200 !important;
    font-size: 30px !important;
    background: #988;
    height: 830px;
    width: 100%; }
    #mv .cell p.hd {
      line-height: 1;
      position: absolute;
      top: 166px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    #mv .cell .text {
      position: absolute;
      top: 520px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      #mv .cell .text p {
        margin-top: 40px;
        color: #fff;
        font-size: 1.5rem;
        white-space: nowrap; }
      #mv .cell .text .ja {
        line-height: 1.87;
        margin-bottom: -.37em; }
      #mv .cell .text .en {
        line-height: 1.8;
        font-weight: 600; }
  #mv .sl01 {
    background-image: url(../../img/photo1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center; }
  #mv .sl02 {
    background-image: url(../../img/photo2.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center; }

/* !! */
/* !! the team */
#the_team {
  height: 680px;
  width: 100%;
  position: relative;
  background: #000; }
  #the_team.inv .bg {
    opacity: .6; }
  #the_team .bg {
    background-image: url(../../img/photo3.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 1000ms;
    transition-delay: 1350ms; }
  #the_team h2 {
    position: absolute;
    top: 140px;
    left: 50%;
    width: 560px;
    z-index: 1;
    border-bottom: 2px solid #64EC3F;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #the_team h2 img {
      margin: 0 auto;
      margin-bottom: 28px;
      display: block; }
  #the_team .text {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    #the_team .text p {
      margin-top: 40px;
      color: #fff;
      font-size: 1.4rem;
      white-space: nowrap; }
    #the_team .text .ja {
      line-height: 2.14;
      margin-bottom: -.5em; }
    #the_team .text .en {
      line-height: 1.71;
      font-weight: 600; }

#the_team_ttl {
  width: 520px;
  height: 91px;
  margin: 0 auto;
  margin-bottom: 28px;
  display: block;
  position: relative; }
  #the_team_ttl > img {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
    opacity: 1;
    transition: 1000ms cubic-bezier(0, 1, 0.8, 1) transform, 1000ms linear opacity;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    winll-change: transform; }
  #the_team_ttl ._t {
    left: 0px;
    transition-delay: 0ms; }
  #the_team_ttl ._h {
    left: 49px;
    transition-delay: 150ms; }
  #the_team_ttl ._e {
    left: 121px;
    transition-delay: 300ms; }
  #the_team_ttl ._t2 {
    left: 239px;
    transition-delay: 450ms; }
  #the_team_ttl ._e2 {
    left: 285px;
    transition-delay: 600ms; }
  #the_team_ttl ._a {
    left: 360px;
    transition-delay: 750ms; }
  #the_team_ttl ._m {
    left: 436px;
    transition-delay: 900ms; }
  .inv #the_team_ttl > img {
    opacity: .5; }
  .inv #the_team_ttl ._t {
    -webkit-transform: translate(-800px, 800px) scale(5);
    -moz-transform: translate(-800px, 800px) scale(5);
    -ms-transform: translate(-800px, 800px) scale(5);
    -o-transform: translate(-800px, 800px) scale(5);
    transform: translate(-800px, 800px) scale(5); }
  .inv #the_team_ttl ._h {
    -webkit-transform: translate(-800px, -800px) scale(5);
    -moz-transform: translate(-800px, -800px) scale(5);
    -ms-transform: translate(-800px, -800px) scale(5);
    -o-transform: translate(-800px, -800px) scale(5);
    transform: translate(-800px, -800px) scale(5); }
  .inv #the_team_ttl ._e {
    -webkit-transform: translate(-800px, -266.66667px) scale(5);
    -moz-transform: translate(-800px, -266.66667px) scale(5);
    -ms-transform: translate(-800px, -266.66667px) scale(5);
    -o-transform: translate(-800px, -266.66667px) scale(5);
    transform: translate(-800px, -266.66667px) scale(5); }
  .inv #the_team_ttl ._t2 {
    -webkit-transform: translate(0px, -800px) scale(5);
    -moz-transform: translate(0px, -800px) scale(5);
    -ms-transform: translate(0px, -800px) scale(5);
    -o-transform: translate(0px, -800px) scale(5);
    transform: translate(0px, -800px) scale(5); }
  .inv #the_team_ttl ._e2 {
    -webkit-transform: translate(800px, 800px) scale(5);
    -moz-transform: translate(800px, 800px) scale(5);
    -ms-transform: translate(800px, 800px) scale(5);
    -o-transform: translate(800px, 800px) scale(5);
    transform: translate(800px, 800px) scale(5); }
  .inv #the_team_ttl ._a {
    -webkit-transform: translate(800px, -800px) scale(5);
    -moz-transform: translate(800px, -800px) scale(5);
    -ms-transform: translate(800px, -800px) scale(5);
    -o-transform: translate(800px, -800px) scale(5);
    transform: translate(800px, -800px) scale(5); }
  .inv #the_team_ttl ._m {
    -webkit-transform: translate(800px, 0) scale(5);
    -moz-transform: translate(800px, 0) scale(5);
    -ms-transform: translate(800px, 0) scale(5);
    -o-transform: translate(800px, 0) scale(5);
    transform: translate(800px, 0) scale(5); }

/* !! */
/* !! about us */
section {
  overflow: hidden; }
  section > .inner {
    width: 1080px;
    margin: 100px auto; }

h2.section_title {
  width: 1140px;
  text-align: left;
  margin: 50px auto; }
  h2.section_title span {
    display: inline-block;
    height: 55px;
    line-height: 1;
    font-size: 0;
    padding: 0 10px 10px 10px;
    border-bottom: 2px solid #64EC3F; }
    h2.section_title span img {
      position: relative;
      line-height: 1; }

#about_us .wrap {
  display: flex;
  justify-content: space-between; }
  #about_us .wrap .cell {
    width: 500px;
    margin: 0; }
    #about_us .wrap .cell h3 {
      position: relative; }
      #about_us .wrap .cell h3 img + img {
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: center;
        color: #0093D8;
        font-size: 1.8rem;
        border-radius: 4px; }
    #about_us .wrap .cell .copy {
      margin-top: 28px;
      font-weight: 600;
      -webkit-font-smoothing: subpixel-antialiased;
      text-align: justify; }
      #about_us .wrap .cell .copy .ja {
        font-size: 2.2rem;
        color: #0093D8; }
      #about_us .wrap .cell .copy .en {
        font-size: 1.8rem;
        line-height: 1.33;
        color: #64EC3F; }
    #about_us .wrap .cell .text {
      margin-top: 15px; }
      #about_us .wrap .cell .text .ja {
        font-size: 1.6rem;
        line-height: 1.5;
        height: 140px;
        text-align: justify;
        text-justify: inter-ideograph; }
      #about_us .wrap .cell .text .en {
        margin-top: 1em;
        font-size: 1.5rem;
        line-height: 1.53; }

/* !! */
/* !! company */
#company {
  border-top: 2px solid #0093D8; }
  #company h2 img {
    bottom: -10px; }
  #company .company ul li {
    font-size: 0;
    margin-bottom: 10px; }
    #company .company ul li > div {
      width: 490px;
      font-size: 1.6rem;
      display: inline-block;
      margin: 0;
      vertical-align: top;
      position: relative; }
      #company .company ul li > div span {
        position: absolute;
        left: 0;
        top: 0; }
      #company .company ul li > div.ja {
        padding-left: 120px;
        margin-right: 60px; }
      #company .company ul li > div.en {
        font-size: 1.5rem;
        padding-left: 180px; }

/* !! */
/* !! access */
#access {
  background: #CBEAF7; }
  #access .inner {
    width: 1160px !important;
    margin: 0 auto;
    padding: 30px 0; }
  #access h2 {
    line-height: 1;
    margin-bottom: 30px; }
  #access .map-wrap {
    position: relative; }
  #access .google_map {
    width: 420px;
    height: 420px;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0; }
  #access p.add {
    margin-top: 20px;
    font-size: 1.4rem; }

/* !! */
/* !! contact us */
#contact_us .form-wrap {
  width: 1120px;
  margin: 110px auto 200px auto; }
  #contact_us .form-wrap .notice .ja {
    font-size: 1.8rem; }
  #contact_us .form-wrap .notice .en {
    font-size: 1.7rem; }

.thanks #contact_us .form-wrap {
  display: none; }

#contact_us #mailformpro {
  padding: 0 !important; }

#contact_us ul.contact {
  margin-top: 45px;
  position: relative; }
  #contact_us ul.contact li {
    width: 540px;
    height: 50px;
    margin-bottom: 20px;
    position: relative; }
    #contact_us ul.contact li:hover input, #contact_us ul.contact li:hover .ph, #contact_us ul.contact li:hover .mfp_err {
      opacity: .6; }
    #contact_us ul.contact li.nm {
      margin-bottom: 0; }
    #contact_us ul.contact li .ph {
      position: absolute;
      pointer-events: none;
      top: 0;
      left: 0;
      line-height: 48px;
      font-size: 1.8rem;
      padding-left: 1em;
      color: #0093D8;
      transform-origin: left top;
      transition: 200ms ease-out; }
      #contact_us ul.contact li .ph i {
        color: #64EC3F; }
    #contact_us ul.contact li.active .ph {
      -webkit-transform: translate(-15px, -28px) scale(0.7);
      -moz-transform: translate(-15px, -28px) scale(0.7);
      -ms-transform: translate(-15px, -28px) scale(0.7);
      -o-transform: translate(-15px, -28px) scale(0.7);
      transform: translate(-15px, -28px) scale(0.7); }
    #contact_us ul.contact li .mfp_err {
      position: absolute;
      top: 50% !important;
      margin: 0 !important;
      left: auto;
      right: 12px !important;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: none !important;
      font-size: 1.6rem;
      color: #64EC3F;
      pointer-events: none; }
    #contact_us ul.contact li.name .mfp_err i.en:after {
      content: " Fulled your name"; }
    #contact_us ul.contact li.company .mfp_err i.en:after {
      content: " Fulled your Company"; }
    #contact_us ul.contact li.phone .mfp_err i.en:after {
      content: " Fulled your Phone No."; }
    #contact_us ul.contact li.email .mfp_err i.en:after {
      content: " Fulled your email address"; }
    #contact_us ul.contact li.email .mfp_err i.notCorrect:after {
      content: " Enter Correct Email" !important; }
    #contact_us ul.contact li.confirm_email .mfp_err .ja {
      display: none; }
    #contact_us ul.contact li.confirm_email .mfp_err span.alt:after {
      content: "メールアドレスを再度入力してください"; }
    #contact_us ul.contact li.confirm_email .mfp_err i.en:after {
      content: " Fulled your email address again"; }
    #contact_us ul.contact li.confirm_email .mfp_err i.notCorrect:after {
      content: " Enter Correct Email" !important; }
    #contact_us ul.contact li.country .mfp_err i.en:after {
      content: " Fulled your Country"; }
    #contact_us ul.contact li.textarea .mfp_err i.en:after {
      content: " Fulled message"; }
  #contact_us ul.contact li.textarea {
    position: absolute;
    top: 0;
    right: 0;
    width: 540px;
    height: 100%; }
    #contact_us ul.contact li.textarea .mfp_err {
      top: 10px !important;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      color: #64EC3F; }
  #contact_us ul.contact input[type=text],
  #contact_us ul.contact input[type=email],
  #contact_us ul.contact input[type=tel],
  #contact_us ul.contact textarea {
    max-width: 100% !important;
    margin: 0 !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 2px solid #0093D8 !important;
    appearance: none;
    -webkit-appearance: none;
    display: block;
    outline: none !important;
    padding: 10px;
    border-radius: 0;
    font-size: 1.6rem;
    box-shadow: none !important; }
    #contact_us ul.contact input[type=text]:focus,
    #contact_us ul.contact input[type=email]:focus,
    #contact_us ul.contact input[type=tel]:focus,
    #contact_us ul.contact textarea:focus {
      opacity: 1 !important; }
      #contact_us ul.contact input[type=text]:focus + .ph,
      #contact_us ul.contact input[type=email]:focus + .ph,
      #contact_us ul.contact input[type=tel]:focus + .ph,
      #contact_us ul.contact textarea:focus + .ph {
        opacity: 1 !important; }
        #contact_us ul.contact input[type=text]:focus + .ph + .mfp_err,
        #contact_us ul.contact input[type=email]:focus + .ph + .mfp_err,
        #contact_us ul.contact input[type=tel]:focus + .ph + .mfp_err,
        #contact_us ul.contact textarea:focus + .ph + .mfp_err {
          opacity: .3; }
    #contact_us ul.contact input[type=text].problem,
    #contact_us ul.contact input[type=email].problem,
    #contact_us ul.contact input[type=tel].problem,
    #contact_us ul.contact textarea.problem {
      background: none !important;
      border: 2px solid #64EC3F !important; }
      #contact_us ul.contact input[type=text].problem + .ph,
      #contact_us ul.contact input[type=email].problem + .ph,
      #contact_us ul.contact input[type=tel].problem + .ph,
      #contact_us ul.contact textarea.problem + .ph {
        -webkit-transform: translate(-15px, -28px) scale(0.7);
        -moz-transform: translate(-15px, -28px) scale(0.7);
        -ms-transform: translate(-15px, -28px) scale(0.7);
        -o-transform: translate(-15px, -28px) scale(0.7);
        transform: translate(-15px, -28px) scale(0.7); }

#contact_us .notice2 {
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
  margin: 30px 0;
  color: #0093D8; }
  #contact_us .notice2 i {
    color: #64EC3F; }

#contact_us .btn-wrap {
  text-align: center;
  font-size: 0;
  padding: 0; }
  #contact_us .btn-wrap .btn {
    display: inline-block !important;
    text-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important;
    width: 240px;
    padding: 0 !important;
    height: 50px;
    font-size: 1.8rem;
    border: 2px solid #0093D8;
    line-height: 46px;
    border-radius: 25px;
    margin: 0 10px;
    color: #0093D8; }
    #contact_us .btn-wrap .btn:hover {
      opacity: .6; }
    #contact_us .btn-wrap .btn.submit {
      background: #0093D8;
      color: #fff; }
    #contact_us .btn-wrap .btn:focus {
      outline: none !important; }

#contact_us #mfp_phase_confirm {
  width: 960px;
  margin: 0 auto; }
  #contact_us #mfp_phase_confirm h4 {
    padding: 0 !important;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 30px; }
    #contact_us #mfp_phase_confirm h4:after {
      display: block;
      font-family: Helvetica, Arial, sans-serif !important;
      text-align: center;
      content: "Check the details you have entered.";
      font-size: 2.2rem; }
  #contact_us #mfp_phase_confirm #mfp_confirm_table {
    border: none !important;
    margin-bottom: 60px; }
    #contact_us #mfp_phase_confirm #mfp_confirm_table td, #contact_us #mfp_phase_confirm #mfp_confirm_table th {
      background: #fff !important;
      overflow: visible; }
    #contact_us #mfp_phase_confirm #mfp_confirm_table tr:last-of-type th, #contact_us #mfp_phase_confirm #mfp_confirm_table tr:last-of-type td {
      padding-bottom: 0 !important; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table tr:last-of-type th:before, #contact_us #mfp_phase_confirm #mfp_confirm_table tr:last-of-type td:before {
        display: none; }
    #contact_us #mfp_phase_confirm #mfp_confirm_table th {
      width: 310px !important;
      line-height: 1;
      padding: 20px 0 !important;
      border: none !important;
      position: relative;
      font-size: 1.8rem;
      font-weight: normal;
      color: #0093D8; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th:before {
        display: block;
        content: "";
        width: 270px;
        height: 1px;
        background: #CDEAF7;
        position: absolute;
        bottom: 0px;
        left: 0; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th:after {
        font-family: Helvetica, Arial, sans-serif !important; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th#th_mfp_element_0:after {
        content: " Name"; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th#th_mfp_element_2:after {
        content: " Company"; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th#th_mfp_element_3:after {
        content: " Phone No."; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th#th_mfp_element_4:after {
        content: " Email"; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th#th_mfp_element_5:after {
        content: " Confirm Email"; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th#th_mfp_element_7:after {
        content: " Zip Code"; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th#th_mfp_element_8:after {
        content: " Address"; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th#th_mfp_element_9:after {
        content: " Country"; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table th#th_mfp_element_10:after {
        content: " Message"; }
    #contact_us #mfp_phase_confirm #mfp_confirm_table td {
      border-top: none  !important;
      padding: 20px 0 !important;
      font-size: 1.8rem;
      position: relative; }
      #contact_us #mfp_phase_confirm #mfp_confirm_table td:before {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background: #CDEAF7;
        position: absolute;
        bottom: 0px;
        left: 0; }

#contact_us #thanks {
  width: 970px;
  height: 440px;
  background: #0093D8;
  margin: 0 auto;
  margin-bottom: 200px;
  text-align: center;
  position: relative;
  padding-top: 86px;
  display: none; }
  #contact_us #thanks .inner {
    display: inline-block; }
    #contact_us #thanks .inner p {
      white-space: nowrap;
      color: #fff;
      font-size: 1.8rem;
      margin-bottom: 18px; }
    #contact_us #thanks .inner p.en {
      font-size: 1.7em; }
  #contact_us #thanks > p.img {
    width: 70px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

body.thanks #thanks {
  display: block !important; }

footer {
  text-align: center; }
  footer a {
    display: inline-block;
    line-height: 1; }
    footer a:hover {
      opacity: .6; }
  footer .copy {
    background: #0093D8;
    overflow: hidden;
    height: 100px;
    margin-top: 20px; }
    footer .copy p {
      text-align: center;
      margin-top: 10px;
      line-height: 1;
      font-size: 1.2rem;
      color: #fff; }

/*# sourceMappingURL=../css/main.css.map */
