@charset "UTF-8";
/* pages */
@import url("https://fonts.googleapis.com/css?family=Satisfy&display=swap");
.inrWidth, .outerWidth, .fullWidth {
  margin-right: auto !important;
  margin-left: auto !important; }

.inrWidth {
  width: 1000px; }

.outerWidth {
  width: 1120px; }

@media screen and (min-width: 1280px) {
  .fullWidth {
    width: 1280px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 1120px) and (max-width: 1280px) {
  .fullWidth {
    width: 100%; }
  .outerWidth {
    width: 1120px; }
  .inrWidth {
    width: 1000px; } }

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .fullWidth {
    width: 95% !important; }
  .ftnav {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1120px) {
  .outerWidth {
    width: 95% !important; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important; } }

@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%; }
  .outerWidth {
    width: 90% !important; } }

/* PC */
@media print, screen and (min-width: 769px) {
  .pageimg img {
    width: 100%; } }

/*---------------------------------

  TOP

---------------------------------*/
#KVSlide {
  position: relative; }
  #KVSlide a {
    padding-top: 40px;
    position: absolute;
    bottom: 0; }
  #KVSlide a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #KVSlide a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  #KVSlide a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s; }
  #KVSlide a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }

@-webkit-keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* PC */
@media print, screen and (min-height: 960px) {
  #slider {
    max-width: 100%; }
    #slider .slide-dots {
      margin-top: 50px; }
    #slider li img {
      width: 850px !important;
      margin: auto; }
    #slider .slideInfo p.name {
      font-size: 3rem; }
    #slider .slideInfo p.sub {
      font-size: 2.6rem; } }



@media print, screen and (min-height: 769px) and (max-height: 959px) {
  #slider {
    max-width: 100%; }
    #slider .slide-dots {
      margin-top: 30px; }
    #slider li img {
      width: 600px !important;
      margin: auto; }
    #slider .slideInfo p.name {
      font-size: 2.6rem; }
    #slider .slideInfo p.sub {
      font-size: 2.2rem; } }

@media print, screen and (max-height: 768px) {
  #slider {
    max-width: 100%;
    width: 100%; }
    #slider .slide-dots {
      margin-top: 15px; }
    #slider li img {
      width: 650px !important;
      margin: auto; }
    #slider .slideInfo {
      margin-top: 10px; }
      #slider .slideInfo p.name {
        font-size: 2.2rem; }
      #slider .slideInfo p.sub {
        font-size: 1.8rem; } }
@media screen and (max-height: 1300px) and (min-height: 1001px) and (-webkit-min-device-pixel-ratio: 2) {
        #slider li img {
      width: 600px !important;
      }
}

@media screen and (max-height: 1000px) and (min-height: 701px) and (-webkit-min-device-pixel-ratio: 2) {
        #slider li img {
      width: 500px !important;
      }
}

@media screen and (max-height: 700px) and (-webkit-min-device-pixel-ratio: 2) {
        #slider li img {
      width: 450px !important;
      }
}

/* PC */
@media print, screen and (min-width: 769px) {
  #KVSlide {
    position: relative;
    padding-top: 95px;
    height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #KVSlide a {
      position: absolute;
      bottom: 6%;
      right: 3%; }
    #KVSlide #slider {
      overflow: hidden;
      margin: auto; }
      #KVSlide #slider li {
        margin: auto;
        position: relative;
        text-align: center; }
        #KVSlide #slider li img {
          width: 100%; }
      #KVSlide #slider .slideInfo {
        position: relative;
        z-index: 99999;
        font-family: 'Ropa Sans', sans-serif; }
        #KVSlide #slider .slideInfo p.name {
          color: #063F85;
          text-align: center;
          line-height: 1; }
        #KVSlide #slider .slideInfo p.sub {
          text-align: center; }
    #KVSlide .kvscroll {
      display: block;
      font-family: 'Ropa Sans', sans-serif;
      font-size: 2rem;
      color: #888;
      letter-spacing: 0.075em;
      position: absolute !important;
      right: 2.5%;
      bottom: 3.5%; }
    #KVSlide .scrollarrow {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      position: relative;
      display: inline-block;
      padding: 0 0 0 16px;
      color: #000;
      vertical-align: middle;
      text-decoration: none;
      font-size: 15px; }
    #KVSlide .scrollarrow::before,
    #KVSlide .scrollarrow::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle; }
    #KVSlide .scrollarrow::before {
      left: -34px;
      width: 50px;
      height: 1px;
      background: #555;
      -webkit-transform: rotate(0.1deg);
              transform: rotate(0.1deg); }
    #KVSlide .scrollarrow::after {
      left: 3px;
      width: 12px;
      height: 12px;
      border-top: 1px solid #555;
      border-right: 1px solid #555;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #KVSlide button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #000 !important; }
    #KVSlide .slide-dots {
      text-align: center; }
      #KVSlide .slide-dots li {
        display: inline-block;
        margin: 0 15px;
        padding: 0 15px; }
        #KVSlide .slide-dots li button {
          position: relative;
          text-indent: -9999px;
          padding: 0 10px; }
          #KVSlide .slide-dots li button:before {
            content: '';
            border: 1px solid #aaa;
            background: #aaa;
            width: 30px;
            height: 2px;
            text-indent: 0px;
            position: absolute;
            top: 0;
            left: 0; }
        #KVSlide .slide-dots li.slick-active button:before {
          content: '';
          border: 1px solid #064185;
          background: #064185;
          width: 30px;
          height: 2px; }
  #TOP {
    padding-top: 65px !important; }
    #TOP section#area_intro {
      text-align: center;
      padding: 50px 0;
      margin-bottom: 80px;
      background: #fff; }
      #TOP section#area_intro h2 {
        width: 900px;
        margin: auto;
        color: #fff;
        font-size: 2.5rem;
        padding: 6px 0;
        margin-bottom: 20px;
        background: #002c68;
        background: -webkit-gradient(linear, left top, right top, from(#002c68), to(#0861bc));
        background: linear-gradient(to right, #002c68 0%, #0861bc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002c68', endColorstr='#0861bc', GradientType=1); }
        #TOP section#area_intro h2 ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    #TOP section#area_contents ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 150px; }
      #TOP section#area_contents ul li {
        width: 23.4%; }
        #TOP section#area_contents ul li:not(:nth-of-type(3n)) {
          margin-right: 14.9%; }
        #TOP section#area_contents ul li:not(:nth-last-of-type(-n+3)) {
          margin-bottom: 80px; }
    #TOP section#area_contents a {
      display: block;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      opacity: 1 !important;
      background: #002e75 !important; }
      #TOP section#area_contents a img {
        opacity: 0.15; }
      #TOP section#area_contents a:hover {
        opacity: 1 !important;
        background: none; }
        #TOP section#area_contents a:hover span {
          color: #004CA1 !important;
          opacity: 1; }
      #TOP section#area_contents a:hover img {
        opacity: 1; }
      #TOP section#area_contents a span:first-of-type {
        pointer-events: none;
        position: absolute;
        color: #fff;
        font-size: 2.5rem; }
      #TOP section#area_contents a span:last-of-type {
        pointer-events: none;
        position: absolute;
        right: 0;
        bottom: 15px;
        color: #eee;
        opacity: 0.4;
        font-size: 5.8rem;
        font-family: 'Satisfy', cursive;
        line-height: 1; }
    #TOP section#area_contents a {
      overflow: hidden;
      /*拡大時にはみ出た部分を隠す*/ }
    #TOP section#area_contents a img {
      display: block;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      /*変化に掛かる時間*/ }
    #TOP section#area_contents a img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      /*画像の拡大率*/
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      /*変化に掛かる時間*/ }
    #TOP section#area_case {
      margin-bottom: 80px; }
      #TOP section#area_case .case {
        width: 1420px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #TOP section#area_case .case .bgw {
          background: rgba(255, 255, 255, 0.85);
          position: relative; }
        #TOP section#area_case .case .caseInfo h3 {
          font-size: 2rem;
          border-bottom: 1px solid #000;
          margin-bottom: 20px;
          display: inline-block; }
          #TOP section#area_case .case .caseInfo h3 span {
            display: block;
            color: #006CD8;
            font-size: 1.6rem; }
        #TOP section#area_case .case .caseInfo p.txt {
          margin-bottom: 25px; }
        #TOP section#area_case .case .caseInfo a {
          font-size: 1.6rem;
          padding: 18px 25px;
          line-height: 1;
          display: inline-block;
          color: #fff;
          background: #012E66;
          border: 1px solid #012E66; }
        #TOP section#area_case .case__blk {
          position: relative; }
          #TOP section#area_case .case__blk .casept {
            position: absolute;
            right: 4%; }
      #TOP section#area_case .case01 {
        margin-bottom: 20px; }
        #TOP section#area_case .case01 .caseInfo {
          width: 63%; }
          #TOP section#area_case .case01 .caseInfo .bgw {
            padding: 30px 11% 30px 40px; }
        #TOP section#area_case .case01 .case__blk.LFT {
          right: -50px;
          z-index: 99; }
        #TOP section#area_case .case01 .case__blk.RGT {
          width: 37%;
          position: relative;
          left: -50px; }
      #TOP section#area_case .case02 .caseInfo {
        width: 63%; }
        #TOP section#area_case .case02 .caseInfo .bgw {
          padding: 30px 40px 30px 16%; }
      #TOP section#area_case .case02 .case__blk.LFT {
        left: -50px;
        z-index: 99; }
      #TOP section#area_case .case02 .case__blk.RGT {
        width: 37%;
        position: relative;
        right: -50px; }
    #TOP section#area_info .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      letter-spacing: 0; }
      #TOP section#area_info .info__blk {
        background: #fff;
        width: 48%;
        padding: 20px 15px; }
      #TOP section#area_info .info__blk.LFT h3 {
        font-size: 2.5rem;
        font-weight: bold;
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 10px;
        line-height: 1;
        margin-bottom: 10px; }
      #TOP section#area_info .info__blk.LFT dl {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      #TOP section#area_info .info__blk.RGT {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px 0; }
        #TOP section#area_info .info__blk.RGT .recruit__blk {
          text-align: center; }
          #TOP section#area_info .info__blk.RGT .recruit__blk h3 {
            font-size: 2.1rem;
            border-bottom: 1px solid #000;
            margin-bottom: 20px;
            line-height: 1.6;
            letter-spacing: 0; }
          #TOP section#area_info .info__blk.RGT .recruit__blk p {
            margin-bottom: 20px;
            font-size: 1.8rem; }
          #TOP section#area_info .info__blk.RGT .recruit__blk ul li:not(:last-of-type) {
            margin-bottom: 10px; }
          #TOP section#area_info .info__blk.RGT .recruit__blk ul li a {
            background: #333;
            color: #fff;
            display: block;
            width: 150px;
            margin: auto;
            line-height: 1;
            text-align: center;
            padding: 10px 0; }
  /* TOP */ }

@media screen and (min-width: 768px) and (max-width: 1280px) {
  section#area_contents ul li {
    width: 25% !important; }
  section#area_contents ul li:not(:nth-of-type(3n)) {
    margin-right: 12.5% !important; }
  section#area_contents a span:first-of-type {
    font-size: 2.2rem !important; }
  section#area_case .case__blk .casept {
    position: relative;
    top: -12px; }
  section#area_case .case {
    width: 100% !important; }
  section#area_case .case01 .case__blk.LFT,
  section#area_case .case02 .case__blk.RGT {
    right: -20px !important; }
  section#area_case .case01 .case__blk.RGT,
  section#area_case .case02 .case__blk.LFT {
    left: -20px !important; }
  section#area_case .case02 .caseInfo .bgw {
    padding: 30px 40px 30px 11% !important; }
  section#area_intro {
    padding: 50px 20px !important; }
  section#area_intro h2 {
    width: 100% !important; } }

/* SP */
@media screen and (max-width: 768px) {
  #TOP #slides {
    height: 400px; }
  #TOP section#area_intro {
    padding: 30px 5%;
    margin-bottom: 30px;
    background: #fff; }
    #TOP section#area_intro h2 {
      margin-bottom: 20px;
      color: #fff;
      font-size: 1.8rem;
      padding: 20px 0;
      margin-bottom: 20px;
      background: #002c68;
      background: -webkit-gradient(linear, left top, right top, from(#002c68), to(#0861bc));
      background: linear-gradient(to right, #002c68 0%, #0861bc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002c68', endColorstr='#0861bc', GradientType=1); }
      #TOP section#area_intro h2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; }
        #TOP section#area_intro h2 ul span {
          display: block; }
          #TOP section#area_intro h2 ul span:last-of-type {
            -webkit-transform: rotateZ(90deg);
                    transform: rotateZ(90deg); }
        #TOP section#area_intro h2 ul li {
          line-height: 1.4; }
  #TOP section#area_contents ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%;
    margin: 0 0 50px; }
    #TOP section#area_contents ul li {
      width: 47%;
      margin-bottom: 20px; }
      #TOP section#area_contents ul li:not(:nth-of-type(2n)) {
        margin-right: 6%; }
      #TOP section#area_contents ul li:last-of-type {
        width: 100%;
        margin: 0; }
        #TOP section#area_contents ul li:last-of-type a {
          overflow: hidden;
          height: 100px; }
        #TOP section#area_contents ul li:last-of-type img {
          width: 100%;
          /* height: 100px; */
          position: relative;
          margin-top: 30%; }
  #TOP section#area_contents a {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 1 !important;
    background: #002e75 !important; }
    #TOP section#area_contents a img {
      opacity: 0.15; }
    #TOP section#area_contents a span:first-of-type {
      pointer-events: none;
      position: absolute;
      color: #fff;
      font-size: 1.6rem;
      letter-spacing: 0; }
    #TOP section#area_contents a span:last-of-type {
      pointer-events: none;
      position: absolute;
      right: 0;
      bottom: 10px;
      color: #eee;
      opacity: 0.4;
      font-size: 2.9rem;
      font-family: 'Satisfy', cursive;
      line-height: 1; }
  #TOP section#area_case {
    margin-bottom: 50px;
    overflow: hidden; }
    #TOP section#area_case .case {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #TOP section#area_case .case .bgw {
        background: rgba(255, 255, 255, 0.85);
        position: relative; }
      #TOP section#area_case .case .caseInfo h3 {
        font-size: 2rem;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        display: inline-block; }
        #TOP section#area_case .case .caseInfo h3 span {
          display: block;
          color: #006CD8;
          font-size: 1.6rem; }
      #TOP section#area_case .case .caseInfo p.txt {
        margin-bottom: 25px; }
      #TOP section#area_case .case .caseInfo a {
        font-size: 1.3rem;
        width: 100%;
        text-align: center;
        padding: 18px 25px;
        line-height: 1;
        display: inline-block;
        color: #fff;
        background: #012E66;
        border: 1px solid #012E66; }
      #TOP section#area_case .case__blk {
        position: relative; }
        #TOP section#area_case .case__blk.RGT {
          width: 100%; }
          #TOP section#area_case .case__blk.RGT img {
            width: 100%; }
        #TOP section#area_case .case__blk .casept {
          position: absolute;
          left: 5%;
          top: -4%; }
          #TOP section#area_case .case__blk .casept img {
            width: 200px; }
    #TOP section#area_case .case01 {
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #TOP section#area_case .case01 .caseInfo .bgw {
        padding: 60px 10% 40px 10%; }
      #TOP section#area_case .case01 .case__blk.LFT {
        z-index: 999;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #TOP section#area_case .case01 .case__blk.RGT {
        width: 100%;
        position: relative;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
    #TOP section#area_case .case02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #TOP section#area_case .case02 .caseInfo .bgw {
        padding: 60px 10% 40px 10%; }
      #TOP section#area_case .case02 .case__blk.LFT {
        z-index: 999; }
      #TOP section#area_case .case02 .case__blk.RGT {
        position: relative; }
  #TOP section#area_info .info__blk {
    background: #fff;
    padding: 30px 20px; }
  #TOP section#area_info .info__blk.LFT {
    margin-bottom: 30px; }
    #TOP section#area_info .info__blk.LFT h3 {
      font-size: 2.2rem;
      font-weight: bold;
      border-bottom: 1px solid #CCCCCC;
      padding-bottom: 10px;
      line-height: 1;
      margin-bottom: 10px; }
    #TOP section#area_info .info__blk.LFT dl {
      border-bottom: 1px solid #CCCCCC;
      padding-bottom: 10px;
      margin-bottom: 10px; }
  #TOP section#area_info .info__blk.RGT {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px 0; }
    #TOP section#area_info .info__blk.RGT .recruit__blk {
      width: 100%;
      text-align: center; }
      #TOP section#area_info .info__blk.RGT .recruit__blk:last-of-type img {
        width: 250px; }
      #TOP section#area_info .info__blk.RGT .recruit__blk h3 {
        font-size: 2rem;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
        line-height: 1.6;
        letter-spacing: 0; }
      #TOP section#area_info .info__blk.RGT .recruit__blk p {
        margin-bottom: 10px;
        font-size: 1.8rem; }
      #TOP section#area_info .info__blk.RGT .recruit__blk ul {
        margin-bottom: 15px; }
        #TOP section#area_info .info__blk.RGT .recruit__blk ul li:not(:last-of-type) {
          margin-bottom: 15px; }
        #TOP section#area_info .info__blk.RGT .recruit__blk ul li a {
          background: #333;
          color: #fff;
          display: block;
          width: 100%;
          margin: auto;
          line-height: 1;
          text-align: center;
          padding: 10px 0; }
  #KVSlide {
    height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #KVSlide #slider {
      overflow: hidden;
      margin: auto; }
      #KVSlide #slider li {
        margin: auto;
        position: relative;
        text-align: center; }
        #KVSlide #slider li img {
          width: 100% !important; }
      #KVSlide #slider .slideInfo {
        position: relative;
        z-index: 99999;
        font-family: 'Ropa Sans', sans-serif; }
        #KVSlide #slider .slideInfo p.name {
          color: #063F85;
          text-align: center;
          line-height: 1; }
        #KVSlide #slider .slideInfo p.sub {
          text-align: center; }
    #KVSlide .kvscroll {
      display: block;
      font-family: 'Ropa Sans', sans-serif;
      font-size: 1.6rem;
      margin-bottom: 100px;
      color: #888;
      letter-spacing: 0.075em; }
      #KVSlide .kvscroll .scrollarrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        color: #000;
        vertical-align: middle;
        text-decoration: none;
        font-size: 15px; }
      #KVSlide .kvscroll .scrollarrow::before,
      #KVSlide .kvscroll .scrollarrow::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle; }
      #KVSlide .kvscroll .scrollarrow::before {
        left: -26px;
        width: 40px;
        height: 1px;
        background: #555;
        -webkit-transform: rotate(0.1deg);
                transform: rotate(0.1deg); }
      #KVSlide .kvscroll .scrollarrow::after {
        left: 3px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #555;
        border-right: 1px solid #555;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    #KVSlide button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #000 !important; }
    #KVSlide .slide-dots {
      text-align: center; }
      #KVSlide .slide-dots li {
        display: inline-block;
        margin: 0 15px;
        padding: 0 15px; }
        #KVSlide .slide-dots li button {
          position: relative;
          text-indent: -9999px;
          padding: 0 10px; }
          #KVSlide .slide-dots li button:before {
            content: '';
            border: 1px solid #aaa;
            background: #aaa;
            width: 30px;
            height: 2px;
            text-indent: 0px;
            position: absolute;
            top: 0;
            left: 0; }
        #KVSlide .slide-dots li.slick-active button:before {
          content: '';
          border: 1px solid #064185;
          background: #064185;
          width: 30px;
          height: 2px; }
    #KVSlide a {
      bottom: 4.5%; }
    #KVSlide a span {
      width: 18px;
      height: 18px;
      margin-left: -9px; }
    #KVSlide a span:nth-of-type(2) {
      top: 11px; }
    #KVSlide a span:nth-of-type(3) {
      top: 23px; } }

/*---------------------------------

  プライバシーポリシー

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  main#PP #contents {
    padding: 100px 10.9%; }
    main#PP #contents h3 {
      margin-top: 40px; }
    main#PP #contents ol {
      margin-top: 5px; }
      main#PP #contents ol li {
        text-indent: -3.5em;
        padding-left: 3.5em;
        margin-bottom: 8px; }
    main#PP #contents p:last-of-type {
      margin-top: 40px; } }

/* SP */
@media screen and (max-width: 768px) {
  main#PP #contents {
    padding-top: 30px;
    padding-bottom: 30px; }
    main#PP #contents h3 {
      margin-top: 40px; }
    main#PP #contents ol {
      margin-top: 5px; }
      main#PP #contents ol li {
        text-indent: -3.5em;
        padding-left: 3.5em;
        line-height: 1.6;
        margin-bottom: 8px; }
    main#PP #contents p:last-of-type {
      margin-top: 40px; } }

/*---------------------------------

  ニュース一覧

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  main#NEWS #contents {
    padding: 100px 10.9%; }
    main#NEWS #contents dl {
      border-bottom: 1px solid #ccc;
      padding-bottom: 35px;
      margin-bottom: 35px; }
      main#NEWS #contents dl dt {
        line-height: 1;
        margin-bottom: 10px; }
      main#NEWS #contents dl dd {
        line-height: 1.8; }
    main#NEWS #contents ol.pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      main#NEWS #contents ol.pager li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 5px;
        width: 40px;
        height: 40px;
        border: 1px solid #000; }
        main#NEWS #contents ol.pager li a {
          display: block; }
        main#NEWS #contents ol.pager li.current {
          background: #ccc; }
        main#NEWS #contents ol.pager li:hover {
          background: #000; }
          main#NEWS #contents ol.pager li:hover a {
            color: #fff !important; } }

/* SP */
@media screen and (max-width: 768px) {
  main#NEWS #contents {
    padding-top: 30px;
    padding-bottom: 30px; }
    main#NEWS #contents dl {
      border-bottom: 1px solid #ccc;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      main#NEWS #contents dl dt {
        line-height: 1;
        margin-bottom: 10px; }
      main#NEWS #contents dl dd {
        line-height: 1.8; }
    main#NEWS #contents ol.pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      main#NEWS #contents ol.pager li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 8px;
        width: 40px;
        height: 40px;
        border: 1px solid #000; }
        main#NEWS #contents ol.pager li a {
          display: block; }
        main#NEWS #contents ol.pager li.current {
          background: #ccc; }
        main#NEWS #contents ol.pager li:hover {
          background: #000; }
          main#NEWS #contents ol.pager li:hover a {
            color: #fff !important; } }

/*---------------------------------

  リクルート

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  main#RECRUIT #contents {
    padding: 60px 10.9% 100px; }
    main#RECRUIT #contents h3 {
      text-align: center;
      font-size: 2.5rem; }
      main#RECRUIT #contents h3:first-of-type {
        color: #85B200;
        margin-bottom: 40px; }
	main#RECRUIT #contents h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.0rem;
    border-bottom: 2px solid #000000;
    line-height: 2.5rem;
    font-weight: bold;}
	main#RECRUIT #contents p.txt {
      margin-bottom: 80px; }
	main#RECRUIT #contents p em {
      color: #85B200; }
	main#RECRUIT #contents p span {
      font-weight: bold; }
    main#RECRUIT #contents .recruitList {
      margin-bottom: 80px; }
      main#RECRUIT #contents .recruitList h4 {
        margin-bottom: 20px;
        color: #000; }
      main#RECRUIT #contents .recruitList dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        main#RECRUIT #contents .recruitList dl dt {
          font-weight: bold;
          padding-bottom: 20px;
          margin-bottom: 20px;
          text-align: center;
          width: 20%;
          border-bottom: 2px solid #85B200; }
        main#RECRUIT #contents .recruitList dl dd {
          padding-left: 7%;
          padding-bottom: 20px;
          margin-bottom: 20px;
          width: 80%;
          border-bottom: 1px solid #ccc; }
    main#RECRUIT #contents a {
      font-size: 1.6rem;
      width: 220px;
      padding: 18px 0;
      text-align: center;
      margin: auto;
      display: block;
      line-height: 1;
      border: 1px solid #000; }
      main#RECRUIT #contents a:hover {
        background: #000;
        color: #fff; } }

/* SP */
@media screen and (max-width: 768px) {
  main#RECRUIT {
    overflow: hidden; }
    main#RECRUIT .pageimg {
      width: 650px;
      margin-left: -325px;
      position: relative;
      left: 50%; }
    main#RECRUIT #contents {
      padding-top: 35px;
      padding-bottom: 40px; }
      main#RECRUIT #contents h3 {
        line-height: 1.6;
        text-align: center;
        font-size: 2rem; }
        main#RECRUIT #contents h3:first-of-type {
          color: #85B200;
          margin-bottom: 30px; }	
		main#RECRUIT #contents h4 {
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 1.5rem;
		border-bottom: 2px solid #000000;
		line-height: 2.2rem;
		font-weight: bold;}
      main#RECRUIT #contents p.txt {
        margin-bottom: 80px; }
	main#RECRUIT #contents p em {
      color: #85B200; }
      main#RECRUIT #contents .recruitList {
        margin-bottom: 50px; }
        main#RECRUIT #contents .recruitList h4 {
          margin-bottom: 20px;
          color: #000 !important; }
        main#RECRUIT #contents .recruitList dl dt {
          font-weight: bold;
          padding-bottom: 8px;
          margin-bottom: 15px;
          text-align: center;
          border-bottom: 2px solid #85B200; }
        main#RECRUIT #contents .recruitList dl dd {
          margin-bottom: 50px;
          text-align: left;
          line-height: 1.4; }
      main#RECRUIT #contents a {
        font-size: 1.4rem;
        width: 200px;
        padding: 18px 0;
        text-align: center;
        margin: auto;
        display: block;
        line-height: 1;
        border: 1px solid #000; } }

/*---------------------------------

  オンラインショップ

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  main#ONLINE #contents {
    padding: 100px 6.25%; }
    main#ONLINE #contents p.txt {
      text-align: center;
      margin-bottom: 90px; }
    main#ONLINE #contents ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 115px; }
      main#ONLINE #contents ul li {
        text-align: center;
        width: 30.35%; }
        main#ONLINE #contents ul li:not(:last-of-type) {
          margin-right: 4.475%; }
        main#ONLINE #contents ul li a {
          padding: 20px 0;
          display: block;
          border: 1px solid #999;
          margin-bottom: 15px; }
    main#ONLINE #contents .contactus p {
      margin-bottom: 0; }
    main#ONLINE #contents .contactus a {
      font-size: 1.6rem;
      width: 220px;
      padding: 18px 0;
      text-align: center;
      margin: 30px auto 0;
      display: block;
      line-height: 1;
      border: 1px solid #000; }
      main#ONLINE #contents .contactus a:hover {
        background: #000;
        color: #fff; } }

/* SP */
@media screen and (max-width: 768px) {
  main#ONLINE #contents {
    padding-top: 40px;
    padding-bottom: 40px; }
    main#ONLINE #contents p.txt {
      text-align: center;
      margin-bottom: 30px;
      line-height: 1.8; }
    main#ONLINE #contents ul {
      margin-bottom: 50px; }
      main#ONLINE #contents ul li {
        text-align: center;
        margin-bottom: 20px; }
        main#ONLINE #contents ul li a {
          padding: 20px 0;
          display: block;
          border: 1px solid #999;
          margin-bottom: 5px; }
    main#ONLINE #contents .contactus p {
      margin-bottom: 0; }
    main#ONLINE #contents .contactus a {
      font-size: 1.6rem;
      width: 220px;
      padding: 18px 0;
      text-align: center;
      margin: 25px auto 0;
      display: block;
      line-height: 1;
      border: 1px solid #000; }
      main#ONLINE #contents .contactus a:hover {
        background: #000;
        color: #fff; } }

/*---------------------------------

  PC USEFUL 店舗

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  #SHOP #contents {
    padding: 0 6.25% 100px; }
  #SHOP .intro {
    text-align: center;
    padding: 60px 0 0;
    margin-bottom: 50px; }
    #SHOP .intro h3 {
      font-size: 2.5rem;
      margin-bottom: 50px; }
  #SHOP .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
    #SHOP .info__blk:first-of-type {
      width: 53.6%;
      margin-right: 2.8%; }
    #SHOP .info__blk:last-of-type {
      width: 43.6%; }
    #SHOP .info h3 {
      font-size: 2rem;
      margin-bottom: 30px; }
    #SHOP .info p {
      margin-bottom: 30px; }
  #SHOP ul {
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #SHOP ul li {
      width: 31%; }
      #SHOP ul li:not(:last-of-type) {
        margin-right: 3.5%; }
      #SHOP ul li p {
        text-align: center;
        margin-top: 5px; } }

/* SP */
@media screen and (max-width: 768px) {
  #SHOP {
    overflow: hidden; }
    #SHOP .pageimg {
      width: 650px;
      margin-left: -325px;
      position: relative;
      left: 50%; }
    #SHOP #contents {
      padding-top: 40px;
      padding-bottom: 40px; }
    #SHOP .intro {
      margin-bottom: 30px; }
      #SHOP .intro h3 {
        text-align: center;
        line-height: 1.5;
        font-size: 2.2rem;
        margin-bottom: 30px; }
    #SHOP .info {
      margin-bottom: 30px; }
      #SHOP .info__blk:first-of-type {
        margin-bottom: 20px; }
      #SHOP .info h3 {
        font-size: 1.8rem;
        margin-bottom: 10px; }
      #SHOP .info p {
        margin-bottom: 20px; }
    #SHOP ul {
      margin-bottom: 45px; }
      #SHOP ul li {
        margin-bottom: 40px; }
        #SHOP ul li p {
          margin-top: 10px;
          text-align: center; }
    #SHOP .maps iframe {
      height: 300px; } }

/*---------------------------------

  会社概要

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  ul.companyList {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    ul.companyList li {
      width: 31%; }
      ul.companyList li:not(:last-of-type) {
        margin-right: 3.5%; }
      ul.companyList li h3 {
        font-weight: bold;
        text-align: center;
        font-size: 1.6rem;
        padding: 20px 0 15px;
        line-height: 1; }
      ul.companyList li p {
        line-height: 1.6; }
  #COMPANY #contents {
    padding: 60px 6.25% 100px; }
  #COMPANY .companyInfo {
    padding: 0 80px; }
    #COMPANY .companyInfo dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #aaa;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      #COMPANY .companyInfo dl:first-of-type {
        border-top: 1px solid #aaa;
        padding-top: 20px; }
      #COMPANY .companyInfo dl dt {
        width: 29%;
        text-align: center; }
      #COMPANY .companyInfo dl dd {
        width: 71%; }
        #COMPANY .companyInfo dl dd p:not(:last-of-type) {
          margin-bottom: 20px; } }

/* SP */
@media screen and (max-width: 768px) {
  ul.companyList {
    margin-top: 70px; }
    ul.companyList li:not(:last-of-type) {
      margin-bottom: 40px; }
    ul.companyList li img {
      width: 100%; }
    ul.companyList li h3 {
      font-weight: bold;
      text-align: center;
      font-size: 1.6rem;
      padding: 20px 0 15px;
      line-height: 1; }
    ul.companyList li p {
      line-height: 1.6; }
  #COMPANY {
    overflow: hidden; }
    #COMPANY .pageimg {
      width: 750px;
      margin-left: -375px;
      position: relative;
      left: 50%; }
    #COMPANY #contents {
      padding-top: 30px;
      padding-bottom: 40px; }
    #COMPANY .companyInfo dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #aaa;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      #COMPANY .companyInfo dl:first-of-type {
        border-top: 1px solid #aaa;
        padding-top: 20px; }
      #COMPANY .companyInfo dl dt {
        width: 20%; }
      #COMPANY .companyInfo dl dd {
        width: 71%; }
        #COMPANY .companyInfo dl dd p {
          line-height: 1.6; }
        #COMPANY .companyInfo dl dd p:not(:last-of-type) {
          margin-bottom: 20px; } }

/*---------------------------------

  沿革

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  #HISTORY #contents {
    padding: 60px 6.25% 100px; }
  #HISTORY .companyInfo {
    padding: 0 80px; }
    #HISTORY .companyInfo dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #aaa;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      #HISTORY .companyInfo dl:first-of-type {
        border-top: 1px solid #aaa;
        padding-top: 20px; }
      #HISTORY .companyInfo dl dt {
        font-weight: bold;
        width: 37.5%;
        text-align: center; }
      #HISTORY .companyInfo dl dd {
        width: 62.5%; }
        #HISTORY .companyInfo dl dd p:not(:last-of-type) {
          margin-bottom: 20px; } }

/* SP */
@media screen and (max-width: 768px) {
  #HISTORY {
    overflow: hidden; }
    #HISTORY .pageimg ul {
      background: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #HISTORY .pageimg ul li {
        color: #fff; }
        #HISTORY .pageimg ul li h3 {
          margin-bottom: 10px;
          line-height: 1.3;
          font-size: 1.5rem; }
        #HISTORY .pageimg ul li p {
          font-size: 11px;
          line-height: 1.7;
          letter-spacing: 0; }
      #HISTORY .pageimg ul li:first-of-type {
        width: 44%; }
      #HISTORY .pageimg ul li:last-of-type {
        width: 56%;
        padding: 15px 15px 15px 10px; }
    #HISTORY #contents {
      padding-bottom: 40px; }
    #HISTORY .companyInfo dl {
      border-bottom: 1px solid #aaa;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      #HISTORY .companyInfo dl:first-of-type {
        padding-top: 25px; }
      #HISTORY .companyInfo dl dt {
        font-weight: bold; }
      #HISTORY .companyInfo dl dd p {
        line-height: 1.6; }
      #HISTORY .companyInfo dl dd p:not(:last-of-type) {
        margin-bottom: 20px; } }

/*---------------------------------

  社長挨拶

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  #GREETING #contents {
    padding: 120px 6.25% 120px 6.25%; }
  #GREETING .greeting h3 {
    font-size: 2.5rem;
    margin-bottom: 120px;
    text-align: center;
    font-weight: bold; }
  #GREETING .greeting ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #GREETING .greeting ul li:first-of-type {
      width: 55%;
      margin-right: 10%; }
    #GREETING .greeting ul li:last-of-type {
      width: 35%;
      margin-right: 60px; }
      #GREETING .greeting ul li:last-of-type p {
        margin-top: 25px;
        line-height: 1.4; }
        #GREETING .greeting ul li:last-of-type p span {
          margin-top: 8px;
          font-size: 2rem;
          display: block; }
  #GREETING .greeting p {
    padding-bottom: 25px; } }

/* SP */
@media screen and (max-width: 768px) {
  #GREETING {
    overflow: hidden; }
    #GREETING #contents {
      padding-top: 40px;
      padding-bottom: 40px; }
    #GREETING .greeting h3 {
      font-size: 2.1rem;
      margin-bottom: 35px;
      text-align: center;
      font-weight: bold; }
    #GREETING .greeting ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #GREETING .greeting ul li:first-of-type {
        margin-bottom: 20px; }
      #GREETING .greeting ul li:last-of-type {
        text-align: center; }
        #GREETING .greeting ul li:last-of-type img {
          width: 70%; }
        #GREETING .greeting ul li:last-of-type p {
          margin-top: 25px;
          line-height: 1.4; }
          #GREETING .greeting ul li:last-of-type p span {
            margin-top: 8px;
            font-size: 2rem;
            display: block; }
    #GREETING .greeting p {
      padding-bottom: 25px; } }

/*---------------------------------

  本社・営業所

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  #MAP #contents {
    padding: 80px 6.25%; }
    #MAP #contents > h3 {
      font-size: 2.5rem;
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-bottom: 1px solid #aaa; }
  #MAP .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #MAP .map:not(:last-of-type) {
      margin-bottom: 120px; }
    #MAP .map__blk:first-of-type {
      width: 37.5%; }
      #MAP .map__blk:first-of-type p {
        margin-bottom: 30px; }
    #MAP .map__blk:last-of-type {
      width: 62.5%; } }

/* SP */
@media screen and (max-width: 768px) {
  #MAP #contents {
    padding-top: 30px;
    padding-bottom: 40px; }
    #MAP #contents > h3 {
      font-size: 2.1rem;
      padding-bottom: 10px;
      margin-bottom: 20px;
      border-bottom: 1px solid #aaa; }
  #MAP .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #MAP .map:not(:last-of-type) {
      margin-bottom: 80px; }
    #MAP .map__blk:first-of-type p {
      margin-bottom: 20px; } }

/*---------------------------------

  事例 CASE

---------------------------------*/
#CASE .asset li span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }

#CASE .asset li span::before,
#CASE .asset li span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

#CASE .asset01 li span {
  padding-left: 15px;
  left: 4px;
  top: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #272822; }

#CASE .asset02 li span {
  left: 4px;
  top: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #002860; }
  #CASE .asset02 li span:last-of-type {
    padding-left: 10px; }

#CASE .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 52px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }

#CASE .arrow::before,
#CASE .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

#CASE .arrow::before {
  left: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 30px solid transparent;
  border-left: 30px solid #002860; }

#CASE .arrow::after {
  left: 0;
  width: 40px;
  height: 30px;
  border-left: 25px solid #002860; }


@-moz-document url-prefix() {
  #CASE .arrow::before {
    top: -30px!important;
  }
}

/* PC */
@media print, screen and (min-width: 1280px) {
  #CASE #contents {
    padding: 55px 200px 100px; } }

/* PC */
@media print, screen and (min-width: 769px) and (max-width: 1279px) {
  #CASE #contents {
    padding: 55px 16.8% 100px; } }

/* PC */
@media print, screen and (min-width: 769px) {
  #CASE #contents > h3 {
    margin-bottom: 45px;
    text-align: center; }
  #CASE .case > h3 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #000; }
  #CASE .case > h4 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px; }
  #CASE .case p {
    margin-bottom: 30px; }
  #CASE a.caseContact {
    line-height: 1;
    display: block;
    width: 220px;
    padding: 15px;
    border: 1px solid #000;
    text-align: center;
    margin: auto; }
    #CASE a.caseContact:hover {
      background: #000;
      color: #fff; }
  #CASE .case01 .case__blk:nth-of-type(1) {
    margin-bottom: 60px; }
    #CASE .case01 .case__blk:nth-of-type(1) .caseimg {
      margin-bottom: 40px; }
  #CASE .case01 .case__blk:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    margin-bottom: 80px; }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box h4 {
      color: #fff;
      padding: 15px;
      text-align: center; }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box ul {
      padding: 20px 0 20px 40px; }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(1) {
      width: 34%;
      border: 1px solid #272822; }
      #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(1) h4 {
        background: #272822; }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(2) {
      width: 19%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(3) {
      width: 47%;
      border: 1px solid #00286C; }
      #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(3) h4 {
        background: #002860; }
  #CASE .case01 .case__blk:nth-of-type(3) {
    margin-bottom: 90px;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
    background: #002A6A;
    color: #fff; }
    #CASE .case01 .case__blk:nth-of-type(3) h3 {
      padding-top: 35px;
      text-align: center;
      font-size: 2.5rem; }
    #CASE .case01 .case__blk:nth-of-type(3) ol {
      padding: 35px 0 35px 150px; }
      #CASE .case01 .case__blk:nth-of-type(3) ol li {
        padding-bottom: 15px;
        font-size: 1.8rem; }
      #CASE .case01 .case__blk:nth-of-type(3) ol li {
        text-decoration: underline; }
  #CASE .case02 .case__blk:nth-of-type(1) {
    margin-bottom: 140px; }
    #CASE .case02 .case__blk:nth-of-type(1) .caseimg {
      margin-bottom: 30px; }
  #CASE .case02 .case__blk:nth-of-type(2) {
    margin-bottom: 90px; }
    #CASE .case02 .case__blk:nth-of-type(2) ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #CASE .case02 .case__blk:nth-of-type(2) ul li:first-of-type {
        width: 45.9%;
        margin-right: 4.7%; }
      #CASE .case02 .case__blk:nth-of-type(2) ul li:last-of-type {
        width: 49.4%; } }

/* SP */
@media screen and (max-width: 768px) {
  #CASE #contents {
    padding-top: 50px;
    padding-bottom: 50px; }
    #CASE #contents > h3 {
      margin-bottom: 35px;
      text-align: center; }
      #CASE #contents > h3 img {
        width: 130px; }
  #CASE .case > h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 2px solid #000; }
  #CASE .case > h4 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px; }
  #CASE .case p {
    margin-bottom: 20px; }
  #CASE .case a.caseContact {
    line-height: 1;
    display: block;
    width: 220px;
    padding: 15px;
    border: 1px solid #000;
    text-align: center;
    margin: auto; }
  #CASE .case01 .case__blk:nth-of-type(1) {
    margin-bottom: 50px; }
    #CASE .case01 .case__blk:nth-of-type(1) .caseimg {
      margin-bottom: 25px; }
  #CASE .case01 .case__blk:nth-of-type(2) {
    font-size: 1.6rem;
    margin-bottom: 40px; }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box h4 {
      color: #fff;
      padding: 10px;
      text-align: center; }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box ul {
      padding: 15px 0 15px 30px; }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(1) {
      border: 1px solid #272822;
      margin-bottom: 60px; }
      #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(1) h4 {
        background: #272822; }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 120px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(3) {
      border: 1px solid #00286C; }
      #CASE .case01 .case__blk:nth-of-type(2) .case__blk-box:nth-of-type(3) h4 {
        background: #002860; }
  #CASE .case01 .case__blk:nth-of-type(3) {
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
    background: #002A6A;
    color: #fff; }
    #CASE .case01 .case__blk:nth-of-type(3) h3 {
      padding-top: 30px;
      text-align: center;
      font-size: 2rem; }
    #CASE .case01 .case__blk:nth-of-type(3) ol {
      padding: 20px 30px; }
      #CASE .case01 .case__blk:nth-of-type(3) ol li {
        padding-bottom: 15px;
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.6; }
      #CASE .case01 .case__blk:nth-of-type(3) ol li {
        text-decoration: underline; }
  #CASE .case02 .case__blk:nth-of-type(1) {
    margin-bottom: 80px; }
    #CASE .case02 .case__blk:nth-of-type(1) .caseimg {
      margin-bottom: 20px; }
  #CASE .case02 .case__blk:nth-of-type(2) ul li:first-of-type {
    text-align: center;
    margin-bottom: 25px; }
    #CASE .case02 .case__blk:nth-of-type(2) ul li:first-of-type img {
      width: 70%; } }

/*---------------------------------

  製品

---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  #PRODUCT #contents {
    padding: 100px 10%; }
  #PRODUCT #contents.detail {
    padding: 100px 8%; }
  #PRODUCT #contents.pmain {
    padding: 0 12.9% 80px; }
  #PRODUCT .productList {
    margin-bottom: 100px;
    padding-top: 95px;
    margin-top: -95px; }
    #PRODUCT .productList h3 {
      width: 40px;
      height: 40px;
      background: #fff;
      margin: 0 20px;
      border: 1px solid #666;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      margin-left: 6.25%;
      margin-bottom: 15px; }
    #PRODUCT .productList dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0;
      border-bottom: 1px solid #aaa; }
      #PRODUCT .productList dl:first-of-type {
        border-top: 1px solid #aaa; }
      #PRODUCT .productList dl:nth-of-type(odd) {
        background: #EDEDED; }
      #PRODUCT .productList dl dt {
        width: 48%;
        padding-left: 6.25%; }
      #PRODUCT .productList dl dd {
        width: 52%; }
  #PRODUCT .productThumb {
    background: #BFD9E6;
    padding: 60px 0;
    margin-bottom: 150px; }
    #PRODUCT .productThumb ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #PRODUCT .productThumb ul li {
        width: 21.875%;
        margin-bottom: 40px;
        border: 5px solid #264C7C;
        text-align: center;
        background: #fff; }
        #PRODUCT .productThumb ul li:not(:nth-of-type(4n)) {
          margin-right: 4.1666%; }
        #PRODUCT .productThumb ul li a {
          padding: 30px 0 30px;
          display: block; }
        #PRODUCT .productThumb ul li p {
          letter-spacing: 0;
          margin-top: 10px; }
    #PRODUCT .productThumb ol.hiragana {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #PRODUCT .productThumb ol.hiragana li {
        width: 40px;
        height: 40px;
        background: #fff;
        margin: 0 20px;
        border: 1px solid #666;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 1; }
        #PRODUCT .productThumb ol.hiragana li a {
          display: block; }
  #PRODUCT .product .product__blk {
    margin-bottom: 110px; }
    #PRODUCT .product .product__blk h3 {
      margin-bottom: 60px; }
    #PRODUCT .product .product__blk ul.tag {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #PRODUCT .product .product__blk ul.tag li {
        margin-right: 10px; }
    #PRODUCT .product .product__blk h4 {
      display: inline-block;
      margin-bottom: 20px;
      background: #002860;
      font-size: 1.3rem;
      color: #fff;
      line-height: 1;
      padding: 7px 10px 5px;
      text-align: center; }
    #PRODUCT .product .product__blk h5 {
      font-weight: bold;
      margin-bottom: 15px;
      font-size: 1.6rem; }
    #PRODUCT .product .product__blk .productImg {
      margin-top: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #PRODUCT .product .product__blk .productImg li {
        width: 33%;
        text-align: center; }
        #PRODUCT .product .product__blk .productImg li img {
          width: 75%; }
        #PRODUCT .product .product__blk .productImg li p {
          margin-top: 10px;
          font-size: 2rem;
          line-height: 1.6;
          font-weight: bold; }
          #PRODUCT .product .product__blk .productImg li p span {
            font-size: 1.4rem;
            display: block;
            font-weight: normal; }
  #PRODUCT .product .treatment {
    margin-bottom: 90px;
    background: #002A6A;
    color: #fff; }
    #PRODUCT .product .treatment h3 {
      padding-top: 35px;
      text-align: center;
      font-size: 2.5rem; }
    #PRODUCT .product .treatment ul {
      padding: 35px 50px 35px; }
      #PRODUCT .product .treatment ul li {
        padding-bottom: 15px; }
  #PRODUCT .product a.caseContact {
    line-height: 1;
    display: block;
    width: 220px;
    padding: 15px;
    border: 1px solid #000;
    text-align: center;
    margin: auto; }
    #PRODUCT .product a.caseContact:hover {
      background: #000;
      color: #fff; } }

/* SP */
@media screen and (max-width: 768px) {
  #PRODUCT #contents {
    padding-top: 50px;
    padding-bottom: 50px; }
  #PRODUCT .productList {
    padding-top: 50px;
    margin-top: -50px; }
    #PRODUCT .productList:not(:last-of-type) {
      margin-bottom: 70px; }
    #PRODUCT .productList h3 {
      width: 40px;
      height: 40px;
      background: #fff;
      margin: 0 20px;
      border: 1px solid #666;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      margin-left: 5%;
      margin-bottom: 15px; }
    #PRODUCT .productList dl {
      padding: 10px 0;
      border-bottom: 1px solid #aaa; }
      #PRODUCT .productList dl:first-of-type {
        border-top: 1px solid #aaa; }
      #PRODUCT .productList dl:nth-of-type(odd) {
        background: #EDEDED; }
      #PRODUCT .productList dl dt {
        font-weight: bold;
        padding-left: 5%; }
      #PRODUCT .productList dl dd {
        padding-left: 5%; }
  #PRODUCT .productThumb {
    background: #BFD9E6;
    padding: 40px 20px; }
    #PRODUCT .productThumb ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #PRODUCT .productThumb ul li {
        width: 48%;
        margin-bottom: 15px;
        border: 3px solid #264C7C;
        text-align: center;
        background: #fff; }
        #PRODUCT .productThumb ul li:not(:nth-of-type(2n)) {
          margin-right: 4%; }
        #PRODUCT .productThumb ul li img {
          height: 120px; }
        #PRODUCT .productThumb ul li a {
          padding: 20px 0 10px;
          display: block; }
        #PRODUCT .productThumb ul li p {
          letter-spacing: 0;
          margin-top: 10px;
          font-size: 1.2rem;
          line-height: 1.4; }
    #PRODUCT .productThumb ol.hiragana {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #PRODUCT .productThumb ol.hiragana li {
        width: 40px;
        height: 40px;
        background: #fff;
        margin: 0 10px 20px;
        border: 1px solid #666;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: 1; }
        #PRODUCT .productThumb ol.hiragana li a {
          display: block; }
  #PRODUCT .product .product__blk {
    margin-bottom: 30px; }
    #PRODUCT .product .product__blk h3 {
      margin-bottom: 10px; }
    #PRODUCT .product .product__blk ul.tag {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 10px; }
      #PRODUCT .product .product__blk ul.tag li {
        width: 32%; }
        #PRODUCT .product .product__blk ul.tag li:not(:nth-of-type(3n)) {
          margin-right: 2%; }
    #PRODUCT .product .product__blk h4 {
      display: block;
      margin-bottom: 5px;
      background: #002860;
      font-size: 1.3rem;
      color: #fff;
      line-height: 1;
      padding: 7px 5px 5px;
      text-align: center; }
    #PRODUCT .product .product__blk h5 {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 1.6rem; }
    #PRODUCT .product .product__blk .productImg {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #PRODUCT .product .product__blk .productImg li {
        width: 100%;
        text-align: center;
        margin: 0 auto 45px; }
        #PRODUCT .product .product__blk .productImg li img {
          width: 70%; }
        #PRODUCT .product .product__blk .productImg li p {
          margin-top: 8px;
          font-size: 1.5rem;
          line-height: 1.6;
          font-weight: bold; }
          #PRODUCT .product .product__blk .productImg li p span {
            font-size: 1.1rem;
            display: block;
            font-weight: normal; }
  #PRODUCT .product .treatment {
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
    background: #002A6A;
    color: #fff; }
    #PRODUCT .product .treatment h3 {
      padding-top: 30px;
      text-align: center;
      font-size: 2rem; }
    #PRODUCT .product .treatment ul {
      padding: 20px; }
      #PRODUCT .product .treatment ul li {
        padding-bottom: 15px;
        line-height: 1.8; }
  #PRODUCT .product a.caseContact {
    line-height: 1;
    display: block;
    width: 220px;
    padding: 15px;
    border: 1px solid #000;
    text-align: center;
    margin: auto; } }

/*---------------------------------

  お問い合わせ

---------------------------------*/
input[type="text"],
textarea,
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border: 1px solid #777; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  outline: none;
  background: transparent;
  border: 1px solid #777; }

button,
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px 0;
  border: none;
  font-size: 1.5rem;
  outline: none;
  background: transparent;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  cursor: pointer; }

input[type="reset"] {
  margin-top: 15px;
  border: 1px solid #000;
  background: #fff;
  color: #000; }

input[type="button"] {
  padding: 0 30px;
  background-color: #777;
  color: #fff;
  border-style: none; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

/* チェックボックス01 */
input[type=checkbox] {
  display: none; }

.checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px; }

.checkbox01::after {
  border-right: 3px solid #043064;
  border-bottom: 3px solid #043064;
  content: '';
  display: block;
  height: 10px;
  left: 10px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px; }

input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1; }

/* ラジオボタン01 */
input[type=radio] {
  display: none; }

.radio01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto; }

.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px; }

.radio01::after {
  background: #043064;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 8px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 48%;
  width: 10px; }

input[type=radio]:checked + .radio01::after {
  opacity: 1; }

/* PC */
@media print, screen and (min-width: 769px) {
  input {
    font-size: 1.7rem; }
  #CONTACT #contents {
    padding: 95px 0; }
  #CONTACT .contact .txt {
    text-align: center; }
  #CONTACT .contact .forms {
    padding: 50px 26.56% 40px; }
    #CONTACT .contact .forms table {
      width: 100%; }
      #CONTACT .contact .forms table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 35px; }
        #CONTACT .contact .forms table tr th {
          line-height: 1;
          margin-bottom: 10px; }
          #CONTACT .contact .forms table tr th span {
            color: #B20000; }
      #CONTACT .contact .forms table tr.zip th {
        width: 100%; }
      #CONTACT .contact .forms table tr.zip td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #CONTACT .contact .forms table tr.zip td input:first-of-type {
          width: 33.33%;
          margin-right: 3%; }
        #CONTACT .contact .forms table tr.zip td input:last-of-type {
          width: 38.333%;
          height: 33px;
          vertical-align: middle; }
      #CONTACT .contact .forms table tr.submitbtn td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #CONTACT .contact .forms table tr.submitbtn td input {
          width: 100%; }
    #CONTACT .contact .forms input[type="text"] {
      height: 40px;
      padding: 10px;
      width: 100% !important; }
    #CONTACT .contact .forms textarea {
      height: 200px;
      padding: 10px;
      width: 100% !important;
      font-size: 1.7rem;
      font-family: sans-serif; } }

/* SP */
@media screen and (max-width: 768px) {
  #CONTACT #contents {
    padding-top: 50px;
    padding-bottom: 50px; }
  #CONTACT .contact .forms {
    padding: 30px 0 0; }
    #CONTACT .contact .forms table {
      width: 100%; }
      #CONTACT .contact .forms table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 35px; }
        #CONTACT .contact .forms table tr th {
          line-height: 1;
          margin-bottom: 10px; }
          #CONTACT .contact .forms table tr th span {
            color: #B20000; }
      #CONTACT .contact .forms table tr.zip th {
        width: 100%; }
      #CONTACT .contact .forms table tr.zip td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #CONTACT .contact .forms table tr.zip td input:first-of-type {
          width: 40%;
          margin-right: 5%; }
        #CONTACT .contact .forms table tr.zip td input:last-of-type {
          width: 55%; }
      #CONTACT .contact .forms table tr.submitbtn td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        #CONTACT .contact .forms table tr.submitbtn td input {
          width: 100%; }
    #CONTACT .contact .forms input[type="text"] {
      height: 40px;
      padding: 10px;
      width: 100% !important; }
    #CONTACT .contact .forms textarea {
      height: 200px;
      padding: 10px;
      width: 100% !important; } }

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