@charset "UTF-8";
/* Scss Document */
@import url(normalize.css);
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

* {
  margin: 0;
  padding: 0; }

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho"; }

.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
@-ms-viewport {
  width: 1400px; }

html {
  font-size: 62.5%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 56.5%; } }

body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.8; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: "";
    display: block;
    clear: both; }

img {
  max-width: 100%; }

.mrgT5 {
  margin-top: 5px; }

.mrgT10 {
  margin-top: 10px; }

.mrgT15 {
  margin-top: 15px; }

.mrgT20 {
  margin-top: 20px; }

.mrgT25 {
  margin-top: 25px; }

.mrgT30 {
  margin-top: 30px; }

.mrgT40 {
  margin-top: 40px; }

.mrgT50 {
  margin-top: 50px; }

.mrgT60 {
  margin-top: 60px; }

.mrgT70 {
  margin-top: 70px; }

.mrgB5 {
  margin-bottom: 5px; }

.mrgB10 {
  margin-bottom: 10px; }

.mrgB15 {
  margin-bottom: 15px; }

.mrgB20 {
  margin-bottom: 20px; }

.mrgB25 {
  margin-bottom: 25px; }

.mrgB30 {
  margin-bottom: 30px; }

.mrgB40 {
  margin-bottom: 40px; }

.mrgB50 {
  margin-bottom: 50px; }

.mrgB60 {
  margin-bottom: 60px; }

.mrgB70 {
  margin-bottom: 70px; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.fontBold {
  font-weight: bold; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.f14 {
  font-size: 1.4rem; }

.f16 {
  font-size: 1.6rem; }

.f18 {
  font-size: 1.8rem; }

.red {
  color: #c1272d; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

a {
  color: #000; }

a:hover img {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* IE 8 */
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

/* --------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  z-index: 9999; }
  header.is-fixed {
    height: 88px;
    background: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 767px) {
      header.is-fixed {
        height: 65px; } }
  header .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    header .inner .logo {
      padding: 0 15px; }
    header .inner .gnav {
      width: 40%;
      background: #d20f00; }
      @media screen and (max-width: 1299px) {
        header .inner .gnav {
          width: 50%; } }
      header .inner .gnav ul {
        padding: 35px 0;
        box-sizing: border-box;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center; }
        header .inner .gnav ul li {
          margin-right: 30px;
          font-size: 1.8rem;
          font-weight: 400; }
          header .inner .gnav ul li:last-child {
            margin-right: 0; }
          header .inner .gnav ul li a {
            color: #fff;
            text-decoration: none; }
  header .sp .logo {
    position: absolute;
    left: 5px;
    top: 5px; }
  header .menu-trigger,
  header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff; }
  header .menu-trigger {
    width: 50px;
    height: 50px;
    float: right;
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 9999;
    background: #d20f00;
    transform: scale(0.8); }
  header .menu-trigger span {
    width: 30px;
    height: 3px;
    margin: auto auto auto 10px;
    position: absolute;
    background-color: #fff; }
  header .menu-trigger span:nth-of-type(1) {
    top: 15px; }
  header .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0; }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 15px; }
  header .menu-trigger.active {
    background: #fff; }
  header .menu-trigger.active span {
    background-color: #d20f00; }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg); }
  header #overlay {
    width: 100%;
    height: 100vh;
    margin: auto;
    padding-top: 10%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #d20f00;
    display: none;
    text-align: center;
    color: #fff; }
    header #overlay .sns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      header #overlay .sns li {
        margin: 0 15px; }
  header #overlay ul {
    width: 100%;
    margin: 10px 0; }
  header #overlay ul li {
    margin: 25px 15px;
    text-align: center;
    border: 0; }
  header #overlay ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff; }
    header #overlay ul li a span {
      font-weight: normal;
      font-size: 1.2rem;
      display: block; }

/*
header.is-fixed{
	position: fixed;
	top: 0;
	z-index: 100;
	left: 50%;
transform: translate(-50%, 0%);
	background: url(../img/header.jpg) no-repeat center top;
}
*/
footer {
  background: #fff; }
  footer .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 40px; }
    @media screen and (max-width: 767px) {
      footer .inner {
        padding: 30px 15px;
        box-sizing: border-box; } }
    footer .inner .flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        footer .inner .flex {
          display: block;
          text-align: center; } }
      footer .inner .flex dl {
        width: 25%;
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          footer .inner .flex dl {
            width: 100%;
            margin-bottom: 20px;
            text-align: center; } }
        footer .inner .flex dl dt {
          margin-bottom: 10px; }
        footer .inner .flex dl dd {
          line-height: 1.6; }
  footer address {
    text-align: center;
    padding-bottom: 20px;
    font-size: 1.4rem; }

/*社内タブレットに合わせる為*/
/* --------------------------------------------------------------- */
/* 全体レイアウト */
/* --------------------------------------------------------------- */
#container {
  overflow: hidden; }
  #container .main {
    background: url(../img/common/bg_body.png) center center;
    background-size: cover; }
    #container .main section p {
      line-height: 1.6; }
    #container .main section .flex {
      display: flex;
      flex-wrap: wrap; }
    #container .main section .inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 50px 0; }
      @media screen and (max-width: 767px) {
        #container .main section .inner {
          padding: 30px 15px;
          box-sizing: border-box; } }
      #container .main section .inner img {
        max-width: 100%;
        height: auto; }
    #container .main section img {
      max-width: 100%;
      height: auto; }
    #container .main section .flex {
      display: flex;
      flex-wrap: wrap; }
    #container .main .bnr_area .flex {
      justify-content: space-between; }
      #container .main .bnr_area .flex li {
        width: calc(33.3333% - 10px); }
        @media screen and (max-width: 767px) {
          #container .main .bnr_area .flex li {
            width: calc(50% - 5px); } }
  #container .toTop a {
    background: #d20f00;
    padding: 15px;
    text-align: center;
    display: block; }
  #container .gmap {
    padding: 0; }

/* --------------------------------------------------------------- */
/* TOP */
/* --------------------------------------------------------------- */
#top #container .mv {
  position: relative; }
  #top #container .mv .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    z-index: 999; }
    @media screen and (max-width: 767px) {
      #top #container .mv .catch {
        width: 80%; } }
  #top #container .mv .scroll {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    z-index: 999; }
  #top #container .mv .prev-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 999;
    cursor: pointer; }
  #top #container .mv .next-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 999;
    cursor: pointer; }

#top #container section h2 {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400; }
  #top #container section h2.style01 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3c683; }
    #top #container section h2.style01::before {
      content: url(../img/common/ico_tit.png);
      margin-right: 10px; }
  #top #container section h2.style02 {
    text-align: center;
    font-size: 3.2rem; }
    #top #container section h2.style02 span {
      font-size: 1.4rem;
      margin-top: 10px;
      display: block; }
    #top #container section h2.style02::before {
      content: url(../img/common/ico_tit.png);
      margin-bottom: 20px;
      display: block; }
  #top #container section h2.style03 {
    text-align: center;
    font-size: 3.2rem;
    padding-right: 40px; }
    @media screen and (max-width: 767px) {
      #top #container section h2.style03 {
        text-align: center;
        padding-right: 0; } }
    #top #container section h2.style03 span {
      font-size: 1.4rem;
      margin-top: 10px;
      display: block; }

#top #container .sec002 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #top #container .sec002 .box {
      margin-bottom: 30px !important; } }
  #top #container .sec002 .box figure {
    width: 50%;
    margin-top: 3%; }
    @media screen and (max-width: 767px) {
      #top #container .sec002 .box figure {
        width: 100%;
        order: 1 !important; } }
  #top #container .sec002 .box .cont {
    width: 50%;
    background: #d20f00;
    margin-bottom: 3%;
    padding: 50px 70px 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 999; }
    @media screen and (max-width: 767px) {
      #top #container .sec002 .box .cont {
        width: 100%;
        padding: 20px;
        order: 2 !important; } }
    #top #container .sec002 .box .cont h3 {
      font-size: 3.0rem;
      color: #fff;
      font-weight: bold;
      letter-spacing: -0.01em; }
      @media screen and (max-width: 767px) {
        #top #container .sec002 .box .cont h3 {
          text-align: left !important;
          font-size: 2.6rem;
          margin-bottom: 20px;
          line-height: 1.4; } }
      #top #container .sec002 .box .cont h3 span {
        font-size: 4.2rem; }
        @media screen and (max-width: 767px) {
          #top #container .sec002 .box .cont h3 span {
            font-size: 3.6rem; } }
    #top #container .sec002 .box .cont .txt_box {
      background: rgba(255, 255, 255, 0.8);
      padding: 40px;
      box-sizing: border-box;
      position: absolute; }
      @media screen and (max-width: 767px) {
        #top #container .sec002 .box .cont .txt_box {
          position: inherit;
          top: auto !important;
          left: auto !important;
          right: auto !important;
          padding: 20px; } }
      #top #container .sec002 .box .cont .txt_box h4 {
        font-size: 3.2rem;
        line-height: 1.4;
        padding-bottom: 20px;
        border-bottom: 1px solid #d20f00;
        margin-bottom: 30px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #top #container .sec002 .box .cont .txt_box h4 {
            font-size: 2.1rem; } }

#top #container .sec002 .no1 {
  margin-bottom: 50px; }
  #top #container .sec002 .no1 figure {
    order: 1; }
  #top #container .sec002 .no1 .cont {
    order: 2; }
    #top #container .sec002 .no1 .cont .txt_box {
      top: 30%;
      left: -20%; }

#top #container .sec002 .no2 {
  margin-bottom: 50px; }
  #top #container .sec002 .no2 figure {
    order: 2; }
  #top #container .sec002 .no2 .cont {
    order: 1; }
    #top #container .sec002 .no2 .cont h3 {
      text-align: right; }
    #top #container .sec002 .no2 .cont .txt_box {
      top: 30%;
      right: -20%; }

/* --------------------------------------------------------------- */
/* 下階層 */
/* --------------------------------------------------------------- */
#local #container .title {
  height: 370px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #local #container .title {
      height: 250px; } }
  #local #container .title h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    font-size: 4.0rem;
    color: #fff;
    width: 90%;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #local #container .title h1 {
        top: 50%; } }
    #local #container .title h1 span {
      display: block;
      margin-top: 10px;
      font-size: 1.4rem;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        #local #container .title h1 span {
          margin-top: 0; } }

#local #container .bread {
  background: #f6f6f6;
  padding: 10px 0; }
  @media screen and (max-width: 767px) {
    #local #container .bread {
      padding: 10px; } }
  #local #container .bread ul {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    #local #container .bread ul li {
      font-size: 1.2rem;
      margin-right: 10px; }
      #local #container .bread ul li::after {
        content: ">";
        margin-left: 10px; }
      #local #container .bread ul li:last-child {
        margin-right: 0; }
        #local #container .bread ul li:last-child::after {
          display: none; }

#local #container section h2 {
  line-height: 1.4; }
  #local #container section h2.style01 {
    font-size: 3.6rem;
    color: #d20f00;
    padding-bottom: 20px;
    border-bottom: 1px solid #d20f00;
    margin-bottom: 30px;
    font-weight: bold; }
  #local #container section h2.style02 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    border-left: 3px solid #d20f00; }
  #local #container section h2.style03 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center; }

#local #container section .flex {
  display: flex;
  flex-wrap: wrap; }

#local #container section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    #local #container section .inner {
      padding: 30px 15px;
      box-sizing: border-box; } }

/* --------------------------------------------------------------- */
/* 事業案内 */
/* --------------------------------------------------------------- */
#local .service .title {
  background: url(../img/service/bg_title.jpg);
  background-size: cover; }

#local .service .sec001 .inner {
  position: relative; }
  #local .service .sec001 .inner .flex {
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      #local .service .sec001 .inner .flex {
        display: block; } }
    #local .service .sec001 .inner .flex figure {
      position: absolute;
      top: 25%;
      left: 0; }
      @media screen and (max-width: 767px) {
        #local .service .sec001 .inner .flex figure {
          position: inherit;
          top: auto;
          left: auto;
          margin-bottom: 30px; } }
    #local .service .sec001 .inner .flex dl {
      width: 60%;
      background: #fff1f1;
      padding: 25px 25px 25px 100px;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #local .service .sec001 .inner .flex dl {
          width: 100%;
          padding: 15px; } }
      #local .service .sec001 .inner .flex dl dt {
        font-size: 2.0rem;
        font-weight: bold;
        padding-bottom: 10px;
        border-bottom: 1px solid #d20f00;
        margin-bottom: 20px; }
        #local .service .sec001 .inner .flex dl dt span {
          font-size: 2.8rem;
          color: #d20f00; }
      #local .service .sec001 .inner .flex dl dd {
        margin-bottom: 30px;
        line-height: 1.6; }
        #local .service .sec001 .inner .flex dl dd:last-child {
          margin-bottom: 0; }

#local .service .box .inner {
  background: #fff; }
  #local .service .box .inner .main_pho {
    margin-bottom: 50px; }
  #local .service .box .inner .flex {
    justify-content: space-between; }
    #local .service .box .inner .flex figure {
      width: 40%; }
      @media screen and (max-width: 767px) {
        #local .service .box .inner .flex figure {
          width: 100%; } }
    #local .service .box .inner .flex .cont {
      width: 56%; }
      @media screen and (max-width: 767px) {
        #local .service .box .inner .flex .cont {
          width: 100%;
          margin-bottom: 20px; } }
      #local .service .box .inner .flex .cont .txt {
        font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          #local .service .box .inner .flex .cont .txt {
            font-size: 1.4rem; } }

#local .service .sec003 .inner figure, #local .service .sec005 .inner figure {
  order: 1; }
  @media screen and (max-width: 767px) {
    #local .service .sec003 .inner figure, #local .service .sec005 .inner figure {
      order: 2; } }

#local .service .sec003 .inner .cont, #local .service .sec005 .inner .cont {
  order: 2; }
  @media screen and (max-width: 767px) {
    #local .service .sec003 .inner .cont, #local .service .sec005 .inner .cont {
      order: 1;
      margin-bottom: 20px; } }

/* --------------------------------------------------------------- */
/* 会社案内 */
/* --------------------------------------------------------------- */
#local .company .title {
  background: url(../img/company/bg_title.jpg);
  background-size: cover; }

#local .company .sec001 .inner {
  max-width: 900px !important; }
  #local .company .sec001 .inner .flex {
    justify-content: space-between; }
    #local .company .sec001 .inner .flex figure {
      width: 38%; }
      #local .company .sec001 .inner .flex figure figcaption {
        text-align: center;
        margin-top: 10px; }
      @media screen and (max-width: 767px) {
        #local .company .sec001 .inner .flex figure {
          width: 100%;
          margin-bottom: 20px; } }
    #local .company .sec001 .inner .flex table {
      width: 60%;
      background: #fff; }
      @media screen and (max-width: 767px) {
        #local .company .sec001 .inner .flex table {
          width: 100%; } }
      #local .company .sec001 .inner .flex table tr th {
        width: 25%;
        padding: 10px;
        font-weight: bold;
        background: #fff1f1;
        border: 1px solid #d20f00;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          #local .company .sec001 .inner .flex table tr th {
            width: 100%;
            display: block;
            box-sizing: border-box; } }
      #local .company .sec001 .inner .flex table tr td {
        padding: 10px;
        border: 1px solid #d20f00;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          #local .company .sec001 .inner .flex table tr td {
            width: 100%;
            display: block;
            box-sizing: border-box; } }

/* --------------------------------------------------------------- */
/* アクセス */
/* --------------------------------------------------------------- */
#local .access .title {
  background: url(../img/access/bg_title.jpg);
  background-size: cover; }

#local .access .sec001 .inner .box {
  margin: 30px 0;
  background: #fff; }

/* --------------------------------------------------------------- */
/* お問い合わせ */
/* --------------------------------------------------------------- */
#local .contact .title {
  background: url(../img/contact/bg_title.jpg);
  background-size: cover; }

#local .contact .sec001 .inner {
  max-width: 900px !important; }
  #local .contact .sec001 .inner .more {
    text-align: center;
    margin-top: 30px; }
    #local .contact .sec001 .inner .more a {
      padding: 10px 20px;
      background: #d20f00;
      color: #fff;
      text-decoration: none;
      display: block;
      max-width: 200px;
      border-radius: 10px;
      margin: 0 auto; }
      #local .contact .sec001 .inner .more a:hover {
        opacity: 0.6; }
  #local .contact .sec001 .inner .box {
    margin-bottom: 40px; }
    #local .contact .sec001 .inner .box .flex {
      padding: 20px;
      background: #fff1f1; }
      @media screen and (max-width: 767px) {
        #local .contact .sec001 .inner .box .flex {
          display: block; } }
      #local .contact .sec001 .inner .box .flex dl {
        margin: 0 50px 0 0; }
        @media screen and (max-width: 767px) {
          #local .contact .sec001 .inner .box .flex dl {
            margin: 10px 0 10px 0; } }
        #local .contact .sec001 .inner .box .flex dl dt {
          margin-bottom: 10px;
          font-weight: bold; }
        #local .contact .sec001 .inner .box .flex dl dd {
          margin-bottom: 10px; }
          #local .contact .sec001 .inner .box .flex dl dd.telnum {
            font-weight: bold; }
            #local .contact .sec001 .inner .box .flex dl dd.telnum span {
              color: #d20f00;
              font-size: 2.2rem; }
  #local .contact .sec001 .inner form table {
    width: 100%;
    background: #fff;
    margin-bottom: 30px; }
    #local .contact .sec001 .inner form table tr th {
      padding: 15px;
      text-align: left;
      font-weight: bold;
      vertical-align: middle;
      border-bottom: 1px solid #d20f00; }
      @media screen and (max-width: 767px) {
        #local .contact .sec001 .inner form table tr th {
          width: 100%;
          display: block;
          box-sizing: border-box; } }
      #local .contact .sec001 .inner form table tr th em {
        background: #d20f00;
        color: #fff;
        font-size: 1.1rem;
        padding: 1px 2px;
        margin-left: 10px; }
    #local .contact .sec001 .inner form table tr td {
      padding: 15px;
      line-height: 1.6;
      border-bottom: 1px solid #d20f00; }
      @media screen and (max-width: 767px) {
        #local .contact .sec001 .inner form table tr td {
          width: 100%;
          display: block;
          box-sizing: border-box; } }
      #local .contact .sec001 .inner form table tr td input {
        padding: 10px;
        border: 1px solid #d3d3d3;
        box-sizing: border-box; }
        #local .contact .sec001 .inner form table tr td input#contact {
          margin-right: 5px; }
  #local .contact .sec001 .inner form .submit {
    border: 0;
    border-radius: 10px;
    padding: 10px 30px;
    color: #fff;
    background: #d20f00;
    font-size: 1.8rem;
    border-bottom: 3px solid #830b02;
    cursor: pointer; }
    #local .contact .sec001 .inner form .submit:hover {
      opacity: 0.6; }

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