@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Dosis:200,400,700);
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #3e3a39;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: #f7f7f7;
}

a {
  color: #3e3a39;
  text-decoration: none;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a:hover {
  color: #3e3a39;
  opacity: 0.7;
}

/*----------------------------------------
	common
----------------------------------------*/
.container {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .container {
    width: 100%;
  }
}

.section {
  padding: 70px 0;
}
@media only screen and (max-width: 919px) {
  .section {
    padding: 40px 0;
  }
}
.section .section-ttl {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 70px;
}
@media only screen and (max-width: 919px) {
  .section .section-ttl {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
}

/* ふわっとCSS */
.fade {
  opacity: 0;
  -moz-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.show {
  opacity: 1;
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  width: 100%;
  height: 70px;
  background-color: rgba(69, 73, 75, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .logo {
  float: left;
  padding-top: 20px;
}
@media only screen and (max-width: 919px) {
  header .logo {
    float: none;
    text-align: center;
    padding-top: 22px;
  }
  header .logo img {
    width: auto;
    height: 25px;
  }
}
header .logo a {
  display: block;
}
header .gnavi {
  float: right;
  margin-right: 90px;
}
@media only screen and (max-width: 919px) {
  header .gnavi {
    display: none;
    position: fixed;
    overflow: scroll;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.95);
    display: block;
    top: 100%;
    z-index: 1000;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .gnavi.active {
    top: 70px;
    display: block;
  }
}
header .gnavi ul {
  padding-top: 32px;
}
@media only screen and (max-width: 919px) {
  header .gnavi ul {
    padding-top: 0;
  }
}
header .gnavi ul li {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 30px;
}
@media only screen and (max-width: 919px) {
  header .gnavi ul li {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-right: 0;
  }
}
header .gnavi ul li:last-child {
  display: none;
}
@media only screen and (max-width: 919px) {
  header .gnavi ul li:last-child {
    display: block;
  }
}
header .gnavi ul li a {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 919px) {
  header .gnavi ul li a {
    color: #31482e;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 15px 0;
  }
}
header .mail {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 919px) {
  header .mail {
    display: none;
  }
}
header .mail a {
  width: 55px;
  height: 70px;
  background-color: #dcdcdc;
  display: block;
}
header .mail a img {
  padding-top: 35px;
}
header .sp-button {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 42px;
  height: 42px;
  z-index: 200;
  display: none;
}
@media only screen and (max-width: 919px) {
  header .sp-button {
    display: block;
  }
}
header .sp-button span {
  display: block;
  background-color: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
header .sp-button span:first-child {
  top: 12px;
}
header .sp-button span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
header .sp-button span:last-child {
  bottom: 12px;
}
header .sp-button.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
header .sp-button.active span:nth-child(2) {
  transform: translateX(-100px);
  background: rgba(255, 255, 255, 0);
}
header .sp-button.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  background-color: #fff;
}
footer .inner {
  padding: 30px 0;
}
@media only screen and (max-width: 919px) {
  footer .inner {
    padding: 30px 30px;
  }
}
footer .inner h3 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Dosis", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
  -webkit-font-smoothing: antialiased;
  padding: 2px 0 2px 25px;
  background: transparent url(../images/common/footer_icon_ribbon.png) 0 50% no-repeat;
  margin-bottom: 15px;
}
footer .inner ul li {
  color: #898989;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 3px;
  -webkit-font-smoothing: antialiased;
  padding-left: 25px;
}
footer .inner ul li.name {
  background: transparent url(../images/common/footer_icon_cart.png) 0 50% no-repeat;
}
footer .inner ul li.address {
  background: transparent url(../images/common/footer_icon_pin.png) 2px 50% no-repeat;
}
footer .inner ul li.tel {
  background: transparent url(../images/common/footer_icon_phone.png) 3px 50% no-repeat;
}
footer .inner ul li.fax {
  background: transparent url(../images/common/footer_icon_fax.png) 0 50% no-repeat;
}
footer .scrolltop {
  position: absolute;
  top: -53px;
  right: -25px;
}
@media only screen and (max-width: 919px) {
  footer .scrolltop {
    left: 50%;
    margin-left: -53px;
    right: auto;
  }
}
footer .copyright {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  border-top: 2px solid #f0f1f1;
}
@media only screen and (max-width: 919px) {
  footer .copyright {
    letter-spacing: 1px;
  }
}

/* breadcrumb */
.breadcrumb {
  width: 1000px;
  margin: 15px auto;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .breadcrumb {
    width: 100%;
  }
}
.breadcrumb aside ul {
  overflow: hidden;
}
.breadcrumb aside ul li {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}
.breadcrumb aside ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  text-decoration: none;
  margin-right: 5px;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.breadcrumb aside ul li a:after {
  content: "/";
  margin-left: 5px;
  color: #666666;
}
.breadcrumb aside ul li a:hover {
  opacity: 0.7;
}

/*----------------------------------------
	index
----------------------------------------*/
.main-visual {
  text-align: center;
  width: 100%;
  height: 815px;
  background: transparent url(../images/index/mv_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 919px) {
  .main-visual {
    height: 460px;
  }
}
.main-visual .heading {
  padding-top: 300px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 919px) {
  .main-visual .heading {
    padding-top: 200px;
    margin-bottom: 20px;
  }
  .main-visual .heading img {
    width: 90%;
    height: auto;
  }
}
.main-visual .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 2px;
  line-height: 2;
}
@media only screen and (max-width: 919px) {
  .main-visual .desc {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 15px;
    letter-spacing: 0;
  }
  .main-visual .desc br {
    display: none;
  }
}

.top-service {
  padding-bottom: 0;
}
.top-service img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 919px) {
  .top-service img {
    margin-bottom: 30px;
  }
}
.top-service .wrap {
  min-width: 1180px;
}
@media only screen and (max-width: 919px) {
  .top-service .wrap {
    min-width: 100%;
  }
}
.top-service .row {
  background-color: #fff;
}
.top-service .row .left {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 919px) {
  .top-service .row .left {
    float: none;
    width: 100%;
  }
}
.top-service .row .left .inner {
  float: right;
  padding: 100px 100px 0 0;
}
@media only screen and (max-width: 919px) {
  .top-service .row .left .inner {
    float: none;
    padding: 0 15px;
  }
}
.top-service .row .right {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 919px) {
  .top-service .row .right {
    float: none;
    width: 100%;
  }
}
.top-service .row .right .inner {
  padding: 100px 0 0 100px;
}
@media only screen and (max-width: 919px) {
  .top-service .row .right .inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 919px) {
  .top-service .row .inner {
    padding-bottom: 50px !important;
  }
}
.top-service .row .inner h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 3px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 919px) {
  .top-service .row .inner h3 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
}
.top-service .row .inner h3::before {
  content: url(../images/index/service_icon_cart.png);
  position: absolute;
  top: 2px;
  left: -45px;
}
@media only screen and (max-width: 919px) {
  .top-service .row .inner h3::before {
    display: none;
  }
}
.top-service .row .inner table {
  margin-bottom: 25px;
}
@media only screen and (max-width: 919px) {
  .top-service .row .inner table {
    width: 100%;
  }
}
.top-service .row .inner table td {
  color: #898989;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 919px) {
  .top-service .row .inner table td {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
    padding-right: 0;
    text-align: center;
    display: block;
  }
}
.top-service .row .inner table td.mid {
  padding-right: 30px;
}
@media only screen and (max-width: 919px) {
  .top-service .row .inner table td.mid {
    padding-right: 0;
  }
}
.top-service .row .inner h4 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 25px;
}
@media only screen and (max-width: 919px) {
  .top-service .row .inner h4 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-align: center;
  }
}
.top-service .row .inner a {
  color: #00a0e9;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2px;
}
@media only screen and (max-width: 919px) {
  .top-service .row .inner a {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    background-color: #00a0e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
  }
}

.top-clients ul {
  padding: 10px;
}
@media only screen and (max-width: 919px) {
  .top-clients ul {
    padding: 15px;
  }
}
.top-clients ul li {
  float: left;
  width: calc(20% - 8px);
  margin: 0 10px 10px 0;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 919px) {
  .top-clients ul li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .top-clients ul li:nth-child(even) {
    margin-right: 0;
  }
}
.top-clients ul li:nth-child(5) {
  margin-right: 0;
}
@media only screen and (max-width: 919px) {
  .top-clients ul li:nth-child(5) {
    margin: 0 10px 10px 0;
  }
}
.top-clients ul li:last-child {
  margin-right: 0 !important;
}
.top-clients ul li img {
  width: 100%;
  height: auto;
}
.top-clients ul li .txt {
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-clients ul li .txt:hover {
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-clients ul li .txt p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 919px) {
  .top-clients ul li .txt p {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 1px;
  }
}

.top-company {
  background: transparent url(../images/index/company_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 919px) {
  .top-company .container {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}
.top-company .inner {
  padding: 70px 60px;
  background-color: #fff;
}
@media only screen and (max-width: 919px) {
  .top-company .inner {
    width: calc(100% - 30px);
    padding: 15px;
  }
}
@media only screen and (max-width: 919px) {
  .top-company .inner table {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.top-company .inner table th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  width: 140px;
  padding: 15px 0;
}
@media only screen and (max-width: 919px) {
  .top-company .inner table th {
    font-size: 14px;
    font-size: 0.875rem;
    width: auto;
    padding: 0 0 5px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    display: block;
  }
}
.top-company .inner table td {
  color: #898989;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  padding: 15px 0;
}
@media only screen and (max-width: 919px) {
  .top-company .inner table td {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
}
.top-company .inner table td span {
  color: #898989;
}
@media only screen and (max-width: 919px) {
  .top-company .inner table td span {
    display: block;
  }
}
.top-company .inner table td.mid {
  width: 300px;
}
@media only screen and (max-width: 919px) {
  .top-company .inner table td.mid {
    width: auto;
  }
}
.top-company .inner table td dl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .top-company .inner table td dl {
    margin-bottom: 10px;
  }
}
.top-company .inner table td dl dt {
  color: #898989;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .top-company .inner table td dl dt {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.top-company .inner table td dl dd {
  color: #898989;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 919px) {
  .top-company .inner table td dl dd {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .top-company .inner table td dl dd br {
    display: none;
  }
}

.top-recruit .inner {
  padding: 0 60px;
}
@media only screen and (max-width: 919px) {
  .top-recruit .inner {
    padding: 0 15px;
  }
}
.top-recruit .inner table {
  margin-bottom: 20px;
}
.top-recruit .inner table th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  width: 140px;
  padding: 15px 0;
}
@media only screen and (max-width: 919px) {
  .top-recruit .inner table th {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    width: auto;
    padding: 0 0 5px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    display: block;
  }
  .top-recruit .inner table th br {
    display: none;
  }
}
.top-recruit .inner table td {
  color: #898989;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  padding: 15px 0;
}
@media only screen and (max-width: 919px) {
  .top-recruit .inner table td {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }
}
.top-recruit .inner .link {
  text-align: center;
}
.top-recruit .inner .link a {
  color: #00a0e9;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2px;
}
@media only screen and (max-width: 919px) {
  .top-recruit .inner .link a {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    background-color: #00a0e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
  }
}

.top-contact {
  background: transparent url(../images/index/contact_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
@media only screen and (max-width: 919px) {
  .top-contact .container {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}
.top-contact.single {
  padding-top: 140px;
}
@media only screen and (max-width: 919px) {
  .top-contact.single {
    padding-top: 110px;
  }
}
.top-contact .section-ttl {
  color: #fff;
}
.top-contact .inner {
  padding: 80px;
  background-color: #fff;
}
@media only screen and (max-width: 919px) {
  .top-contact .inner {
    width: calc(100% - 30px);
    padding: 15px;
  }
}
.top-contact .inner ul {
  margin-bottom: 30px;
}
@media only screen and (max-width: 919px) {
  .top-contact .inner ul {
    margin-bottom: 0;
  }
}
.top-contact .inner ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 919px) {
  .top-contact .inner ul li {
    margin-bottom: 15px;
  }
}
.top-contact .inner ul li .error {
  color: #ff0000;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
  display: inline-block;
}
.top-contact .inner ul li input[type="text"] {
  font-size: 16px;
  font-size: 1rem;
  width: calc(100% - 74px);
  height: 20px;
  padding: 10px 10px 10px 60px;
  border: 2px solid #b5b5b5;
}
.top-contact .inner ul li input[type="text"]::-webkit-input-placeholder {
  color: #c9caca;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
}
.top-contact .inner ul li input[type="text"]::-moz-placeholder {
  color: #c9caca;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
}
.top-contact .inner ul li input[type="text"]:-ms-input-placeholder {
  color: #c9caca;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
}
.top-contact .inner ul li input[type="text"].name {
  background: transparent url(../images/index/contact_icon_name.png) 10px 10px no-repeat;
}
.top-contact .inner ul li input[type="text"].phone {
  background: transparent url(../images/index/contact_icon_phone.png) 10px 10px no-repeat;
}
.top-contact .inner ul li input[type="text"].email {
  background: transparent url(../images/index/contact_icon_email.png) 10px 15px no-repeat;
}
.top-contact .inner ul li input[type="text"]:disabled {
  color: #444;
  background-color: #f4f4f4;
}
.top-contact .inner ul li textarea {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  height: 400px;
  padding: 10px 10px;
  border: 2px solid #b5b5b5;
  width: calc(100% - 24px);
  -webkit-appearance: none;
}
@media only screen and (max-width: 919px) {
  .top-contact .inner ul li textarea {
    height: 200px;
  }
}
.top-contact .inner ul li textarea::-webkit-input-placeholder {
  color: #c9caca;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  padding-left: 50px;
  background: transparent url(../images/index/contact_icon_message.png) 0 0 no-repeat;
}
.top-contact .inner ul li textarea::-moz-placeholder {
  color: #c9caca;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  padding-left: 50px;
  background: transparent url(../images/index/contact_icon_message.png) 0 0 no-repeat;
}
.top-contact .inner ul li textarea:-ms-input-placeholder {
  color: #c9caca;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  padding-left: 50px;
  background: transparent url(../images/index/contact_icon_message.png) 0 0 no-repeat;
}
.top-contact .inner ul li textarea:disabled {
  color: #444;
  background-color: #f4f4f4;
}
.top-contact .inner .choice {
  text-align: center;
}
.top-contact .inner .choice li {
  margin: 0 10px;
  display: inline-block;
}
@media only screen and (max-width: 919px) {
  .top-contact .inner .choice li {
    display: block;
    margin: 0 0 10px;
  }
}
.top-contact .inner .choice li .back {
  color: #00a0e9;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 919px) {
  .top-contact .inner .choice li .back {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    background-color: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    -webkit-appearance: none;
  }
}
.top-contact .inner .complete {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .top-contact .inner .complete {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.top-contact .inner .btn {
  text-align: center;
}
.top-contact .inner .btn input[type="submit"] {
  color: #00a0e9;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 2px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 919px) {
  .top-contact .inner .btn input[type="submit"] {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    background-color: #00a0e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    -webkit-appearance: none;
  }
}
