@charset "UTF-8";
.mb-none {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 5px !important; }
  @media only screen and (min-width: 768px) {
    .mb-10 {
      margin-bottom: 10px !important; } }
  @media print {
    .mb-10 {
      margin-bottom: 10px !important; } }

.mb-20 {
  margin-bottom: 10px !important; }
  @media only screen and (min-width: 768px) {
    .mb-20 {
      margin-bottom: 20px !important; } }
  @media print {
    .mb-20 {
      margin-bottom: 20px !important; } }

.mb-30 {
  margin-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .mb-30 {
      margin-bottom: 30px !important; } }
  @media print {
    .mb-30 {
      margin-bottom: 30px !important; } }

.mb-40 {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-40 {
      margin-bottom: 40px !important; } }
  @media print {
    .mb-40 {
      margin-bottom: 40px !important; } }

.mb-50 {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-50 {
      margin-bottom: 50px !important; } }
  @media print {
    .mb-50 {
      margin-bottom: 50px !important; } }

.mb-60 {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-60 {
      margin-bottom: 60px !important; } }
  @media print {
    .mb-60 {
      margin-bottom: 60px !important; } }

.mb-80 {
  margin-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .mb-80 {
      margin-bottom: 80px !important; } }
  @media print {
    .mb-80 {
      margin-bottom: 80px !important; } }

.mb-100 {
  margin-bottom: 60px !important; }
  @media only screen and (min-width: 768px) {
    .mb-100 {
      margin-bottom: 100px !important; } }
  @media print {
    .mb-100 {
      margin-bottom: 100px !important; } }

.mb-10-xs {
  margin-bottom: 10px !important; }
  @media only screen and (min-width: 768px) {
    .mb-10-xs {
      margin-bottom: 0 !important; } }
  @media print {
    .mb-10-xs {
      margin-bottom: 0 !important; } }

.mb-20-xs {
  margin-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .mb-20-xs {
      margin-bottom: 0 !important; } }
  @media print {
    .mb-20-xs {
      margin-bottom: 0 !important; } }

.mb-30-xs {
  margin-bottom: 30px !important; }
  @media only screen and (min-width: 768px) {
    .mb-30-xs {
      margin-bottom: 0 !important; } }
  @media print {
    .mb-30-xs {
      margin-bottom: 0 !important; } }

.section-xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  @media only screen and (min-width: 768px) {
    .section-xs {
      padding-top: 10px !important;
      padding-bottom: 10px !important; } }
  @media print {
    .section-xs {
      padding-top: 10px !important;
      padding-bottom: 10px !important; } }

.section-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .section-sm {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }
  @media print {
    .section-sm {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }

.section-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  @media only screen and (min-width: 768px) {
    .section-md {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }
  @media print {
    .section-md {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }

.section-lg {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .section-lg {
      padding-top: 60px !important;
      padding-bottom: 60px !important; } }
  @media print {
    .section-lg {
      padding-top: 60px !important;
      padding-bottom: 60px !important; } }

.section-xl {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .section-xl {
      padding-top: 80px !important;
      padding-bottom: 80px !important; } }
  @media print {
    .section-xl {
      padding-top: 80px !important;
      padding-bottom: 80px !important; } }

@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 0 !important; }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important; }
  html {
    overflow: visible !important;
    zoom: 0.7 !important; }
  body {
    margin: 0 auto;
    width: 1120px;
    min-width: 1120px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .container-fluid,
  .container {
    min-width: 1090px !important; }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; }
  .navbar-header {
    float: left; }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; }
  .navbar {
    border-radius: 0; }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .nav-justified {
    width: 100%; }
  .nav-justified > li {
    float: none; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; }
  .navbar-static-top {
    border-radius: 0; }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; }
  .navbar-toggle {
    display: none; }
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; }
  .navbar-left {
    float: left; }
  .navbar-right {
    float: right;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; }
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; }
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; }
  .modal-lg {
    width: 900px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: left; }
  .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
    width: 100%; }
  .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
    width: 91.66666667%; }
  .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
    width: 83.33333333%; }
  .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
    width: 75%; }
  .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
    width: 66.66666667%; }
  .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
    width: 58.33333333%; }
  .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
    width: 50%; }
  .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
    width: 41.66666667%; }
  .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
    width: 33.33333333%; }
  .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
    width: 25%; }
  .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
    width: 16.66666667%; }
  .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
    width: 8.33333333%; }
  .col-lg-pull-12, .col-md-pull-12, .col-sm-pull-12, .col-xs-pull-12 {
    right: 100%; }
  .col-lg-pull-11, .col-md-pull-11, .col-sm-pull-11, .col-xs-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10, .col-md-pull-10, .col-sm-pull-10, .col-xs-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9, .col-md-pull-9, .col-sm-pull-9, .col-xs-pull-9 {
    right: 75%; }
  .col-lg-pull-8, .col-md-pull-8, .col-sm-pull-8, .col-xs-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7, .col-md-pull-7, .col-sm-pull-7, .col-xs-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6, .col-md-pull-6, .col-sm-pull-6, .col-xs-pull-6 {
    right: 50%; }
  .col-lg-pull-5, .col-md-pull-5, .col-sm-pull-5, .col-xs-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4, .col-md-pull-4, .col-sm-pull-4, .col-xs-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3, .col-md-pull-3, .col-sm-pull-3, .col-xs-pull-3 {
    right: 25%; }
  .col-lg-pull-2, .col-md-pull-2, .col-sm-pull-2, .col-xs-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1, .col-md-pull-1, .col-sm-pull-1, .col-xs-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0, .col-md-pull-0, .col-sm-pull-0, .col-xs-pull-0 {
    right: auto; }
  .col-lg-push-12, .col-md-push-12, .col-sm-push-12, .col-xs-push-12 {
    left: 100%; }
  .col-lg-push-11, .col-md-push-11, .col-sm-push-11, .col-xs-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10, .col-md-push-10, .col-sm-push-10, .col-xs-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9, .col-md-push-9, .col-sm-push-9, .col-xs-push-9 {
    left: 75%; }
  .col-lg-push-8, .col-md-push-8, .col-sm-push-8, .col-xs-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7, .col-md-push-7, .col-sm-push-7, .col-xs-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6, .col-md-push-6, .col-sm-push-6, .col-xs-push-6 {
    left: 50%; }
  .col-lg-push-5, .col-md-push-5, .col-sm-push-5, .col-xs-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4, .col-md-push-4, .col-sm-push-4, .col-xs-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3, .col-md-push-3, .col-sm-push-3, .col-xs-push-3 {
    left: 25%; }
  .col-lg-push-2, .col-md-push-2, .col-sm-push-2, .col-xs-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1, .col-md-push-1, .col-sm-push-1, .col-xs-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0, .col-md-push-0, .col-sm-push-0, .col-xs-push-0 {
    left: auto; }
  .col-lg-offset-12, .col-md-offset-12, .col-sm-offset-12, .col-xs-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11, .col-md-offset-11, .col-sm-offset-11, .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10, .col-md-offset-10, .col-sm-offset-10, .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9, .col-md-offset-9, .col-sm-offset-9, .col-xs-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8, .col-md-offset-8, .col-sm-offset-8, .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7, .col-md-offset-7, .col-sm-offset-7, .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6, .col-md-offset-6, .col-sm-offset-6, .col-xs-offset-6 {
    margin-left: 50% !important; }
  .col-lg-offset-5, .col-md-offset-5, .col-sm-offset-5, .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4, .col-md-offset-4, .col-sm-offset-4, .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3, .col-md-offset-3, .col-sm-offset-3, .col-xs-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2, .col-md-offset-2, .col-sm-offset-2, .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1, .col-md-offset-1, .col-sm-offset-1, .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0, .col-md-offset-0, .col-sm-offset-0, .col-xs-offset-0 {
    margin-left: 0%; }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important; }
  .visible-lg {
    display: block !important; }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important; }
  
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important; }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important; }
  .hidden-lg {
    display: none !important; }
  .navbar-offcanvas {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    left: auto;
    top: auto; } }

img.img-harf {
  height: auto;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    img.img-harf {
      width: auto; } }
  @media print {
    img.img-harf {
      width: auto; } }

img.img-harf-vertical {
  max-height: 100%;
  width: auto; }
  @media only screen and (min-width: 768px) {
    img.img-harf-vertical {
      height: auto; } }
  @media print {
    img.img-harf-vertical {
      height: auto; } }

.lh-1 {
  line-height: 1.1; }

.lh-sm {
  line-height: 1.5; }

.lh-md {
  line-height: 1.66667; }
  @media only screen and (min-width: 768px) {
    .lh-md {
      line-height: 1.8; } }
  @media print {
    .lh-md {
      line-height: 1.8; } }

.lh-lg {
  line-height: 1.8; }
  @media only screen and (min-width: 768px) {
    .lh-lg {
      line-height: 2; } }
  @media print {
    .lh-lg {
      line-height: 2; } }

.txt-10 {
  font-size: 10px;
  font-size: 1rem; }

.txt-11 {
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .txt-11 {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media print {
    .txt-11 {
      font-size: 11px;
      font-size: 1.1rem; } }

.txt-12 {
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .txt-12 {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media print {
    .txt-12 {
      font-size: 12px;
      font-size: 1.2rem; } }

.txt-13 {
  font-size: 11px;
  font-size: 1.1rem; }
  @media only screen and (min-width: 768px) {
    .txt-13 {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media print {
    .txt-13 {
      font-size: 13px;
      font-size: 1.3rem; } }

.txt-14 {
  font-size: 12px;
  font-size: 1.2rem; }
  @media only screen and (min-width: 768px) {
    .txt-14 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .txt-14 {
      font-size: 14px;
      font-size: 1.4rem; } }

.txt-15 {
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .txt-15 {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .txt-15 {
      font-size: 15px;
      font-size: 1.5rem; } }

.txt-16 {
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .txt-16 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print {
    .txt-16 {
      font-size: 16px;
      font-size: 1.6rem; } }

.txt-17 {
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (min-width: 768px) {
    .txt-17 {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media print {
    .txt-17 {
      font-size: 17px;
      font-size: 1.7rem; } }

.txt-18 {
  font-size: 14px;
  font-size: 1.4rem; }
  @media only screen and (min-width: 768px) {
    .txt-18 {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media print {
    .txt-18 {
      font-size: 18px;
      font-size: 1.8rem; } }

.txt-20 {
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .txt-20 {
      font-size: 20px;
      font-size: 2rem; } }
  @media print {
    .txt-20 {
      font-size: 20px;
      font-size: 2rem; } }

.txt-21 {
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .txt-21 {
      font-size: 21px;
      font-size: 2.1rem; } }
  @media print {
    .txt-21 {
      font-size: 21px;
      font-size: 2.1rem; } }

.txt-22 {
  font-size: 16px;
  font-size: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .txt-22 {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media print {
    .txt-22 {
      font-size: 22px;
      font-size: 2.2rem; } }

.txt-24 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-24 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media print {
    .txt-24 {
      font-size: 24px;
      font-size: 2.4rem; } }

.txt-25 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-25 {
      font-size: 25px;
      font-size: 2.5rem; } }
  @media print {
    .txt-25 {
      font-size: 25px;
      font-size: 2.5rem; } }

.txt-26 {
  font-size: 19px;
  font-size: 1.9rem; }
  @media only screen and (min-width: 768px) {
    .txt-26 {
      font-size: 26px;
      font-size: 2.6rem; } }
  @media print {
    .txt-26 {
      font-size: 26px;
      font-size: 2.6rem; } }

.txt-28 {
  font-size: 19px;
  font-size: 1.9rem; }
  @media only screen and (min-width: 768px) {
    .txt-28 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media print {
    .txt-28 {
      font-size: 28px;
      font-size: 2.8rem; } }

.txt-29 {
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    .txt-29 {
      font-size: 29px;
      font-size: 2.9rem; } }
  @media print {
    .txt-29 {
      font-size: 29px;
      font-size: 2.9rem; } }

.txt-30 {
  font-size: 22px;
  font-size: 2.2rem; }
  @media only screen and (min-width: 768px) {
    .txt-30 {
      font-size: 30px;
      font-size: 3rem; } }
  @media print {
    .txt-30 {
      font-size: 30px;
      font-size: 3rem; } }

.txt-32 {
  font-size: 22px;
  font-size: 2.2rem; }
  @media only screen and (min-width: 768px) {
    .txt-32 {
      font-size: 32px;
      font-size: 3.2rem; } }
  @media print {
    .txt-32 {
      font-size: 32px;
      font-size: 3.2rem; } }

.txt-35 {
  font-size: 23px;
  font-size: 2.3rem; }
  @media only screen and (min-width: 768px) {
    .txt-35 {
      font-size: 35px;
      font-size: 3.5rem; } }
  @media print {
    .txt-35 {
      font-size: 35px;
      font-size: 3.5rem; } }

.txt-36 {
  font-size: 24px;
  font-size: 2.4rem; }
  @media only screen and (min-width: 768px) {
    .txt-36 {
      font-size: 36px;
      font-size: 3.6rem; } }
  @media print {
    .txt-36 {
      font-size: 36px;
      font-size: 3.6rem; } }

.txt-40 {
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (min-width: 768px) {
    .txt-40 {
      font-size: 40px;
      font-size: 4rem; } }
  @media print {
    .txt-40 {
      font-size: 40px;
      font-size: 4rem; } }

.txt-45 {
  font-size: 28px;
  font-size: 2.8rem; }
  @media only screen and (min-width: 768px) {
    .txt-45 {
      font-size: 45px;
      font-size: 4.5rem; } }
  @media print {
    .txt-45 {
      font-size: 45px;
      font-size: 4.5rem; } }

.txt-48 {
  font-size: 30px;
  font-size: 3rem; }
  @media only screen and (min-width: 768px) {
    .txt-48 {
      font-size: 48px;
      font-size: 4.8rem; } }
  @media print {
    .txt-48 {
      font-size: 48px;
      font-size: 4.8rem; } }

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

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

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

.txt-italic {
  font-style: italic; }

.txt-outline {
  text-shadow: 0 0 3px #fff; }

@media only screen and (min-width: 1200px) {
  .txt-center-lg {
    text-align: center; } }

@media print {
  .txt-center-lg {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .txt-center-pc {
    text-align: center; } }

@media print {
  .txt-center-pc {
    text-align: center; } }

.txt-center-xs {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .txt-center-xs {
      text-align: left; } }
  @media print {
    .txt-center-xs {
      text-align: left; } }

.bg-white {
  background-color: #fff; }

.ls-narrow {
  letter-spacing: -0.04em; }

.ls-sm {
  letter-spacing: 0.05em; }

.ls-md {
  letter-spacing: 0.101em; }

.ls-xl {
  letter-spacing: 0.2em; }

.txt-normal {
  font-weight: normal; }

.txt-bold {
  font-weight: bold; }

.inline-block {
  display: inline-block; }

.txt-indent {
  padding-left: 1em;
  text-indent: -1em; }

/*=====================
  common
===================== */
html, body {
  font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  font-weight: 200;
  letter-spacing: 0.05em;
  color: #131313;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 768px) {
    html, body {
      line-height: 1.66667; } }
  @media print {
    html, body {
      line-height: 1.66667; } }

@media print {
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; }
  .aos-init {
    opacity: 1 !important;
    transform: none !important; }
  .privacy-text {
    height: auto;
    max-height: none !important; }
  .navbar-fixed-top {
    position: absolute; } }

h1, h2, h3, h4, h5, p {
  margin: 0;
  font-weight: 200; }

a {
  color: #00865a; }
  a:hover {
    color: #00865a;
    text-decoration: none; }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999; }

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  color: #fff;
  z-index: 2; }

.pagetop {
  width: 40px;
  height: 40px; }
  @media only screen and (min-width: 768px) {
    .pagetop {
      width: 40px;
      height: 40px; } }
  @media print {
    .pagetop {
      width: 40px;
      height: 40px; } }

.container-lg {
  max-width: 1170px; }

.tgt-anker {
  padding-top: 50px;
  margin-top: -50px; }
  @media only screen and (min-width: 768px) {
    .tgt-anker {
      padding-top: 80px;
      margin-top: -80px; } }
  @media print {
    .tgt-anker {
      padding-top: 80px;
      margin-top: -80px; } }
  @media only screen and (min-width: 768px) {
    .tgt-anker#company, .tgt-anker#service {
      padding-top: 160px;
      margin-top: -160px; } }
  @media print {
    .tgt-anker#company, .tgt-anker#service {
      padding-top: 160px;
      margin-top: -160px; } }
  @media only screen and (min-width: 768px) {
    .tgt-anker#contact, .tgt-anker#products {
      padding-top: 200px;
      margin-top: -200px; } }
  @media print {
    .tgt-anker#contact, .tgt-anker#products {
      padding-top: 200px;
      margin-top: -200px; } }

.txt-eng {
  font-family: "Roboto Condensed", sans-serif; }
  .txt-eng.txt-bold {
    font-weight: 700; }

.txt-green {
  color: #00865a; }

.txt-green2 {
  color: #003926; }

.txt-gray {
  color: #666; }

.ttl-min {
  background-color: #00865a;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  font-weight: bold; }

.img-btn {
  display: block;
  vertical-align: bottom; }
  .img-btn img {
    transition: opacity 0.25s linear;
    opacity: 1; }
  .img-btn:hover img {
    opacity: .7; }

.header, .main, .footer {
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .header, .main, .footer {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .header, .main, .footer {
      font-size: 15px;
      font-size: 1.5rem; } }

*:focus {
  outline: none; }

.btn-txt {
  color: #00865a;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px; }
  @media only screen and (min-width: 768px) {
    .btn-txt {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 80px; } }
  @media print {
    .btn-txt {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 80px; } }
  .btn-txt.arrow-anim .arrow {
    background-color: #00865a; }
  .btn-txt.arrow-anim:hover .arrow {
    background-color: #00865a; }

.arrow-anim {
  position: relative; }
  .arrow-anim:hover .arrow {
    width: 30px; }
    @media only screen and (min-width: 768px) {
      .arrow-anim:hover .arrow {
        width: 60px; } }
    @media print {
      .arrow-anim:hover .arrow {
        width: 60px; } }
  .arrow-anim .arrow {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 1px;
    left: 0;
    background-color: #fff;
    margin-left: 6px;
    top: 50%;
    transition: 0.2s linear all; }
    @media only screen and (min-width: 768px) {
      .arrow-anim .arrow {
        width: 50px; } }
    @media print {
      .arrow-anim .arrow {
        width: 50px; } }
  .arrow-anim.rebase .arrow {
    background-color: #00865a; }
    .arrow-anim.rebase .arrow::before {
      background-color: #fff; }
    .arrow-anim.rebase .arrow::after {
      background-color: #00865a; }
  .arrow-anim.rebase:hover .arrow {
    background-color: #00865a; }
    .arrow-anim.rebase:hover .arrow::before {
      background-color: #fff; }
    .arrow-anim.rebase:hover .arrow::after {
      background-color: #00865a; }

.btn-back, .btn-submit {
  display: inline-block;
  line-height: 1;
  background-color: #ddd;
  width: 42%;
  margin: 0 2%;
  text-align: center;
  padding: 15px 10px;
  border-radius: 0;
  border: none;
  transition: all 0.25s linear;
  font-size: 11px;
  font-size: 1.1rem; }
  @media only screen and (min-width: 768px) {
    .btn-back, .btn-submit {
      width: 280px;
      padding: 20px 10px;
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .btn-back, .btn-submit {
      width: 280px;
      padding: 20px 10px;
      font-size: 15px;
      font-size: 1.5rem; } }
  .btn-back:hover, .btn-submit:hover {
    opacity: .8; }
  .btn-back.btn-submit, .btn-submit.btn-submit {
    background-color: #00865a;
    color: #fff; }
    .btn-back.btn-submit:hover, .btn-submit.btn-submit:hover {
      background-color: #003926; }

.btn-simple {
  display: block;
  background-color: #00865a;
  background-image: url(../img/common/bg-btn-01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border: none;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: color .3s ease, background-color .3s ease; }
  @media only screen and (min-width: 768px) {
    .btn-simple {
      width: 280px;
      padding: 18px 10px; } }
  @media print {
    .btn-simple {
      width: 280px;
      padding: 18px 10px; } }
  .btn-simple:hover {
    color: #fff;
    background-color: #003926; }
  .btn-simple:active, .btn-simple:visited {
    color: #fff; }
  .btn-simple.green2 {
    background-color: #003926;
    background-image: url(../img/common/bg-btn-02.png); }
    .btn-simple.green2:hover {
      background-color: #084b35; }
  @media only screen and (min-width: 768px) {
    .btn-simple.lg {
      width: 420px; } }
  @media print {
    .btn-simple.lg {
      width: 420px; } }

.row-btn p {
  width: 50%;
  float: left;
  padding: 0 5px; }

.row-btn02 p {
  width: 50%;
  float: left;
  padding: 0 5px; }
  @media only screen and (min-width: 768px) {
    .row-btn02 p {
      width: auto;
      float: none;
      display: inline-block;
      padding: 0;
      margin: 0 15px; } }
  @media print {
    .row-btn02 p {
      width: auto;
      float: none;
      display: inline-block;
      padding: 0;
      margin: 0 15px; } }

.row-min .col-xs-6:nth-child(odd) {
  padding-right: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-6:nth-child(odd) {
      padding-right: 15px; } }
  @media print {
    .row-min .col-xs-6:nth-child(odd) {
      padding-right: 15px; } }

.row-min .col-xs-6:nth-child(even) {
  padding-left: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-6:nth-child(even) {
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-6:nth-child(even) {
      padding-left: 15px; } }

.row-min .col-xs-4:nth-child(1n) {
  padding-right: 0px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px; } }

.row-min .col-xs-4:nth-child(2n) {
  padding-right: 5px;
  padding-left: 5px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(2n) {
      padding-right: 15px;
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(2n) {
      padding-right: 15px;
      padding-left: 15px; } }

.row-min .col-xs-4:nth-child(3n) {
  padding-left: 0px;
  padding-right: 15px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(3n) {
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(3n) {
      padding-left: 15px; } }

.box-sm {
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .box-sm {
      padding: 20px; } }
  @media print {
    .box-sm {
      padding: 20px; } }

.box-lg {
  padding: 20px 10px; }
  @media only screen and (min-width: 768px) {
    .box-lg {
      padding: 40px; } }
  @media print {
    .box-lg {
      padding: 40px; } }

.table-company {
  border-collapse: collapse;
  width: 100%;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .table-company {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .table-company {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-company tr:first-child th, .table-company tr:first-child td {
    border-top: 1px solid #ccc; }
  .table-company tr:first-child th {
    border-color: #00865a; }
  .table-company th, .table-company td {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px; }
    @media only screen and (min-width: 768px) {
      .table-company th, .table-company td {
        padding: 20px 20px; } }
    @media print {
      .table-company th, .table-company td {
        padding: 20px 20px; } }
  .table-company th {
    border-color: #00865a;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .table-company th {
        width: 180px; } }
    @media print {
      .table-company th {
        width: 180px; } }

.table-lined {
  border-collapse: collapse;
  width: 100%;
  font-weight: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5; }
  @media only screen and (min-width: 768px) {
    .table-lined {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .table-lined {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-lined tr:first-child th, .table-lined tr:first-child td {
    border-top: 1px solid #ccc; }
  .table-lined tr:first-child th {
    border-color: #00865a; }
  .table-lined th, .table-lined td {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px; }
    @media only screen and (min-width: 768px) {
      .table-lined th, .table-lined td {
        padding: 20px 20px; } }
    @media print {
      .table-lined th, .table-lined td {
        padding: 20px 20px; } }
  .table-lined th {
    border-color: #00865a;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .table-lined th {
        width: 180px; } }
    @media print {
      .table-lined th {
        width: 180px; } }

.table-border {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
  font-weight: normal;
  border-top: 1px solid #e7e1e0;
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .table-border {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .table-border {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-border tr {
    border-bottom: 1px solid #e7e1e0; }
  .table-border th, .table-border td {
    padding: 10px 5px; }
    @media only screen and (min-width: 768px) {
      .table-border th, .table-border td {
        padding: 20px 20px; } }
    @media print {
      .table-border th, .table-border td {
        padding: 20px 20px; } }
  .table-border th {
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    background-color: #668a87;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .table-border th {
        width: 160px; } }
    @media print {
      .table-border th {
        width: 160px; } }
  .table-border.min th, .table-border.min td {
    padding: 5px; }
    @media only screen and (min-width: 768px) {
      .table-border.min th, .table-border.min td {
        padding: 10px 20px; } }
    @media print {
      .table-border.min th, .table-border.min td {
        padding: 10px 20px; } }

.table-simple {
  width: 100%;
  border-top: 1px solid #ddd;
  border-collapse: collapse; }
  .table-simple th, .table-simple td {
    padding: 5px;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      .table-simple th, .table-simple td {
        padding: 20px; } }
    @media print {
      .table-simple th, .table-simple td {
        padding: 20px; } }
  .table-simple tr {
    border-bottom: 1px solid #ddd; }
  .table-simple th {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .table-simple th {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .table-simple th {
        font-size: 14px;
        font-size: 1.4rem; } }
  @media only screen and (min-width: 768px) {
    .table-simple tbody th {
      width: 180px; } }
  @media print {
    .table-simple tbody th {
      width: 180px; } }
  .table-simple td {
    font-size: 11px;
    font-size: 1.1rem; }
    @media only screen and (min-width: 768px) {
      .table-simple td {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .table-simple td {
        font-size: 14px;
        font-size: 1.4rem; } }

.list-simple {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-simple li {
    position: relative;
    padding: 0;
    margin-bottom: .2em;
    padding-left: .7em; }
    .list-simple li:after {
      position: absolute;
      content: " ";
      display: block;
      width: 5px;
      height: 5px;
      background-color: #00865a;
      left: 0;
      top: 0.6em; }
  .list-simple.list-inline li {
    margin-right: 1em; }

.dl-simple {
  padding: 0;
  margin: 0; }
  .dl-simple dt {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .dl-simple dt {
        float: left;
        width: 5em;
        clear: both; } }
    @media print {
      .dl-simple dt {
        float: left;
        width: 5em;
        clear: both; } }
  .dl-simple dd {
    margin-bottom: 0.6em; }
    @media only screen and (min-width: 768px) {
      .dl-simple dd {
        padding-left: 6em; } }
    @media print {
      .dl-simple dd {
        padding-left: 6em; } }
  .dl-simple.min dt {
    font-weight: normal;
    float: left;
    clear: both;
    width: 6em; }
  .dl-simple.min dd {
    padding-left: 6.5em; }
    @media only screen and (min-width: 768px) {
      .dl-simple.min dd {
        padding-left: 6.5em; } }
    @media print {
      .dl-simple.min dd {
        padding-left: 6.5em; } }
  @media only screen and (min-width: 768px) {
    .dl-simple.lg dt {
      width: 11em; } }
  @media print {
    .dl-simple.lg dt {
      width: 11em; } }
  @media only screen and (min-width: 768px) {
    .dl-simple.lg dd {
      padding-left: 12em; } }
  @media print {
    .dl-simple.lg dd {
      padding-left: 12em; } }

.fotorama__wrap {
  margin-left: auto;
  margin-right: auto; }

.fotorama__stage {
  margin-bottom: 10px;
  position: relative; }

.fotorama__caption {
  width: 100%; }
  .fotorama__caption .fotorama__caption__wrap {
    width: 100%;
    text-align: center;
    background: none;
    color: #fff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px; }

.fotorama__thumb-border {
  border-color: #00865a;
  border-width: 2px; }

div#nav-menu.navbar-collapse.navbar-offcanvas.offcanvas-transform.js-offcanvas-done.in {
  height: 100vh !important; }

.navbar.navbar-default.navbar-fixed-top {
  transform: translate3d(0, 0, 0); }

.header .navbar-default {
  background-color: transparent;
  border-color: transparent; }
  .header .navbar-default .navbar-brand {
    color: #131313; }
    .header .navbar-default .navbar-brand:hover, .header .navbar-default .navbar-brand:focus {
      color: #131313; }
  .header .navbar-default .navbar-text {
    color: #131313; }
  .header .navbar-default .navbar-nav > li > a {
    color: #131313; }
    .header .navbar-default .navbar-nav > li > a:hover, .header .navbar-default .navbar-nav > li > a:focus {
      color: #131313; }
  .header .navbar-default .navbar-nav > .active > a, .header .navbar-default .navbar-nav > .active > a:hover, .header .navbar-default .navbar-nav > .active > a:focus {
    color: #131313;
    background-color: transparent; }
  .header .navbar-default .navbar-nav > .open > a, .header .navbar-default .navbar-nav > .open > a:hover, .header .navbar-default .navbar-nav > .open > a:focus {
    color: #131313;
    background-color: transparent; }
  .header .navbar-default .navbar-toggle {
    border-color: transparent; }
    .header .navbar-default .navbar-toggle:hover, .header .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .header .navbar-default .navbar-toggle .icon-bar {
      background-color: #131313; }
  .header .navbar-default .navbar-collapse,
  .header .navbar-default .navbar-form {
    border-color: #131313; }
  .header .navbar-default .navbar-link {
    color: #131313; }
    .header .navbar-default .navbar-link:hover {
      color: #131313; }

@media (max-width: 767px) {
  .header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #131313; }
    .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #131313; }
  .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #131313;
    background-color: transparent; } }

.header .navbar {
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #131313;
  background-color: rgba(0, 0, 0, 0.8); }
  @media only screen and (min-width: 768px) {
    .header .navbar {
      background-color: transparent; } }
  @media print {
    .header .navbar {
      background-color: transparent; } }
  .header .navbar.navbar-fixed-top {
    z-index: 98; }
    .header .navbar.navbar-fixed-top .navbar-collapse {
      max-height: none; }

.header .navbar-brand {
  position: relative;
  padding: 0;
  height: auto;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 10px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .header .navbar-brand {
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 15px !important;
      padding-right: 20px !important; } }
  @media print {
    .header .navbar-brand {
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 15px !important;
      padding-right: 20px !important; } }
  @media only screen and (min-width: 992px) {
    .header .navbar-brand {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 20px !important;
      padding-right: 60px !important; } }
  @media print {
    .header .navbar-brand {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 20px !important;
      padding-right: 60px !important; } }
  @media only screen and (min-width: 1200px) {
    .header .navbar-brand {
      padding-left: 30px !important; } }
  @media print {
    .header .navbar-brand {
      padding-left: 30px !important; } }
  .header .navbar-brand a {
    display: block;
    width: 181.33333px;
    height: 26.66667px;
    background-image: url("../img/common/logo-header.png");
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100% auto;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .header .navbar-brand a {
        width: 217.6px;
        height: 32px; } }
    @media print {
      .header .navbar-brand a {
        width: 217.6px;
        height: 32px; } }
    @media only screen and (min-width: 992px) {
      .header .navbar-brand a {
        width: 320px;
        height: 47.05882px; } }
    @media print {
      .header .navbar-brand a {
        width: 320px;
        height: 47.05882px; } }
  @media only screen and (min-width: 768px) {
    .header .navbar-brand::after {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #000;
      opacity: 0.6;
      width: 400px;
      height: 100%;
      top: 0;
      left: -220px;
      display: block;
      content: " ";
      transform: skew(-65deg); } }
  @media print {
    .header .navbar-brand::after {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #000;
      opacity: 0.6;
      width: 400px;
      height: 100%;
      top: 0;
      left: -220px;
      display: block;
      content: " ";
      transform: skew(-65deg); } }
  @media only screen and (min-width: 992px) {
    .header .navbar-brand::after {
      left: -120px; } }
  @media print {
    .header .navbar-brand::after {
      left: -120px; } }
  @media print {
    .header .navbar-brand::after {
      content: none; } }

.header .navbar-offcanvas {
  border-top: none;
  background-color: #131313;
  background-color: rgba(0, 0, 0, 0.9); }
  @media only screen and (min-width: 768px) {
    .header .navbar-offcanvas {
      background-color: rgba(0, 0, 0, 0.8); } }
  @media print {
    .header .navbar-offcanvas {
      background-color: rgba(0, 0, 0, 0.8); } }

.header .navbar-right {
  margin-left: -15px; }
  @media only screen and (min-width: 768px) {
    .header .navbar-right {
      margin-left: 0;
      margin-right: 15px; } }
  @media print {
    .header .navbar-right {
      margin-left: 0;
      margin-right: 15px; } }
  @media only screen and (min-width: 1200px) {
    .header .navbar-right {
      margin-right: 30px; } }
  @media print {
    .header .navbar-right {
      margin-right: 30px; } }

.header .nav {
  margin-top: 0;
  margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .header .nav {
      margin-left: 0; } }
  @media print {
    .header .nav {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) {
    .header .nav.nav-eng li {
      padding-top: 15px; } }
  @media print {
    .header .nav.nav-eng li {
      padding-top: 15px; } }
  .header .nav li {
    border-bottom: 1px solid #666; }
    @media only screen and (min-width: 768px) {
      .header .nav li {
        border-bottom: none; } }
    @media print {
      .header .nav li {
        border-bottom: none; } }
    .header .nav li.active .link-gnav .en {
      color: #00865a; }
    .header .nav li .link-gnav {
      position: relative;
      display: block;
      vertical-align: middle;
      padding: 20px 15px;
      display: block;
      line-height: 1;
      color: #fff; }
      @media only screen and (min-width: 768px) {
        .header .nav li .link-gnav {
          padding: 24px 7px;
          text-align: center; } }
      @media print {
        .header .nav li .link-gnav {
          padding: 24px 7px;
          text-align: center; } }
      @media only screen and (min-width: 992px) {
        .header .nav li .link-gnav {
          padding: 24px 10px; } }
      @media print {
        .header .nav li .link-gnav {
          padding: 24px 10px; } }
      @media only screen and (min-width: 1200px) {
        .header .nav li .link-gnav {
          padding: 24px 15px; } }
      @media print {
        .header .nav li .link-gnav {
          padding: 24px 15px; } }
      @media print {
        .header .nav li .link-gnav {
          padding: 17px 10px; } }
      .header .nav li .link-gnav:hover .en {
        color: #00865a; }
      .header .nav li .link-gnav:hover .ja {
        color: #999; }
      .header .nav li .link-gnav .en {
        font-size: 14px;
        font-size: 1.4rem;
        font-family: "Sarpanch", sans-serif;
        font-weight: 700;
        display: block;
        margin-bottom: 9px;
        letter-spacing: 0.1em;
        color: #fff; }
        @media only screen and (min-width: 768px) {
          .header .nav li .link-gnav .en {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 10px;
            letter-spacing: 0em;
            transition: color 0.2s ease; } }
        @media print {
          .header .nav li .link-gnav .en {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 10px;
            letter-spacing: 0em;
            transition: color 0.2s ease; } }
        @media only screen and (min-width: 1200px) {
          .header .nav li .link-gnav .en {
            font-size: 15px;
            font-size: 1.5rem;
            margin-bottom: 9px;
            letter-spacing: 0.1em; } }
        @media print {
          .header .nav li .link-gnav .en {
            font-size: 15px;
            font-size: 1.5rem;
            margin-bottom: 9px;
            letter-spacing: 0.1em; } }
      .header .nav li .link-gnav .ja {
        font-size: 11px;
        font-size: 1.1rem;
        display: block;
        color: #bbb; }
        @media only screen and (min-width: 768px) {
          .header .nav li .link-gnav .ja {
            font-size: 12px;
            font-size: 1.2rem;
            transition: color 0.2s ease; } }
        @media print {
          .header .nav li .link-gnav .ja {
            font-size: 12px;
            font-size: 1.2rem;
            transition: color 0.2s ease; } }
    .header .nav li.lang {
      position: relative;
      overflow: hidden;
      width: 124px;
      height: 30px;
      padding: 0;
      margin-top: 20px;
      margin-left: 15px;
      border-bottom: none; }
      @media only screen and (min-width: 768px) {
        .header .nav li.lang {
          width: 40px;
          height: 60px;
          margin-top: 13px;
          margin-left: 10px; } }
      @media print {
        .header .nav li.lang {
          width: 40px;
          height: 60px;
          margin-top: 13px;
          margin-left: 10px; } }
      @media only screen and (min-width: 1200px) {
        .header .nav li.lang {
          margin-left: 20px; } }
      @media print {
        .header .nav li.lang {
          margin-left: 20px; } }
      .header .nav li.lang .wrapper-btn {
        position: absolute;
        left: -20px;
        top: 0;
        width: 160px;
        overflow: hidden; }
        @media only screen and (min-width: 768px) {
          .header .nav li.lang .wrapper-btn {
            width: 30px;
            height: 90px;
            top: -10px;
            left: 0; } }
        @media print {
          .header .nav li.lang .wrapper-btn {
            width: 30px;
            height: 90px;
            top: -10px;
            left: 0; } }
        .header .nav li.lang .wrapper-btn .btn-lang {
          padding: 0;
          margin: 0;
          color: #fff;
          font-family: "Sarpanch", sans-serif;
          font-weight: 700;
          text-align: center;
          display: block;
          float: left;
          height: 30px;
          line-height: 30px;
          width: 80px;
          transform: skew(-45deg); }
          .header .nav li.lang .wrapper-btn .btn-lang .txt {
            display: inline-block;
            transform: skew(45deg);
            font-size: 13px;
            font-size: 1.3rem; }
          @media only screen and (min-width: 768px) {
            .header .nav li.lang .wrapper-btn .btn-lang {
              height: 40px;
              width: 30px;
              float: none;
              text-align: center;
              transform: skew(0, -30deg); }
              .header .nav li.lang .wrapper-btn .btn-lang .txt {
                transform: skew(0, 30deg); } }
          @media print {
            .header .nav li.lang .wrapper-btn .btn-lang {
              height: 40px;
              width: 30px;
              float: none;
              text-align: center;
              transform: skew(0, -30deg); }
              .header .nav li.lang .wrapper-btn .btn-lang .txt {
                transform: skew(0, 30deg); } }
        .header .nav li.lang .wrapper-btn > span {
          background-color: #131313; }
        .header .nav li.lang .wrapper-btn > a {
          background-color: #aaa;
          transition: background-color 0.2s ease; }
          .header .nav li.lang .wrapper-btn > a:hover {
            background-color: #00865a; }
        @media only screen and (min-width: 768px) {
          .header .nav li.lang .wrapper-btn .btn-jp {
            line-height: 40px; } }
        @media print {
          .header .nav li.lang .wrapper-btn .btn-jp {
            line-height: 40px; } }
        @media only screen and (min-width: 768px) {
          .header .nav li.lang .wrapper-btn .btn-en {
            line-height: 40px; } }
        @media print {
          .header .nav li.lang .wrapper-btn .btn-en {
            line-height: 40px; } }

.header .navbar-toggle {
  margin: 0;
  padding: 5px 8px 0;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: #00865a; }
  .header .navbar-toggle:hover, .header .navbar-toggle:focus, .header .navbar-toggle:active {
    background-color: #00865a !important; }
  .header .navbar-toggle .txt {
    display: block;
    vertical-align: middle;
    margin-bottom: 3px;
    line-height: 1;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Sarpanch", sans-serif; }
  .header .navbar-toggle .icon-bar {
    background-color: #fff !important;
    border-radius: 0;
    width: 25px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 5px; }

.header .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  opacity: 0; }

.header .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 1;
  transform: rotate(45deg) translate(5px, 5px); }

.header .offcanvas-toggle.is-open .icon-bar:nth-child(4) {
  transform: rotate(-45deg) translate(5px, -5px); }

/* =====================
  footer
===================== */
.footer {
  background-image: url(../img/common/bg-footer.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 30px;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding-top: 180px; } }
  @media print {
    .footer {
      padding-top: 180px; } }
  @media only screen and (min-width: 768px) {
    .footer .left {
      float: left; } }
  @media print {
    .footer .left {
      float: left; } }
  @media only screen and (min-width: 768px) {
    .footer .right {
      float: right; } }
  @media print {
    .footer .right {
      float: right; } }
  .footer .nav-footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer .nav-footer ul li {
      display: inline-block;
      margin-right: 1em; }
      .footer .nav-footer ul li a {
        color: #fff; }

/* =====================
  toppage
===================== */
.main {
  overflow: hidden; }

.mv {
  position: relative;
  background-color: #131313;
  z-index: 2; }

@keyframes cover {
  0% {
    opacity: 0.6; }
  30% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0.6; } }

@keyframes scale {
  0% {
    transform: scale(1.07) rotate(0.01deg); }
  100% {
    transform: scale(1) rotate(0.01deg); } }
  @media print {
    .mv {
      width: 1120px !important; }
      .mv .sp-mask, .mv .sp-slide, .mv .sp-image-container {
        width: 1120px !important; }
      .mv .sp-layer {
        margin-right: -40px !important; }
      .mv .sp-image {
        width: auto !important;
        height: 100% !important;
        margin-left: -206px !important;
        margin-top: 0px !important; } }
  .mv .txt-mv {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    left: 5px; }
    @media only screen and (min-width: 768px) {
      .mv .txt-mv {
        margin-top: -80px;
        left: 10%; } }
    @media print {
      .mv .txt-mv {
        margin-top: -80px;
        left: 10%; } }
    .mv .txt-mv img {
      width: 235px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .mv .txt-mv img {
          width: 470px; } }
      @media print {
        .mv .txt-mv img {
          width: 470px; } }
  .mv .sp-buttons {
    position: absolute;
    z-index: 90;
    bottom: 10px;
    right: 15px;
    text-align: right; }
    .mv .sp-buttons .sp-button {
      background-color: #fff;
      border: none;
      margin: 0 2px;
      width: 20px;
      height: 3px;
      border-radius: 0; }
      .mv .sp-buttons .sp-button.sp-selected-button {
        background-color: #00865a; }
      @media only screen and (min-width: 768px) {
        .mv .sp-buttons .sp-button {
          width: 60px;
          height: 4px;
          margin: 0 4px; } }
      @media print {
        .mv .sp-buttons .sp-button {
          width: 60px;
          height: 4px;
          margin: 0 4px; } }
  .mv .sp-slide::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #111;
    opacity: .6; }
  .mv .sp-slide.sp-selected::after {
    animation: cover 4s linear infinite alternate; }
  .mv .sp-slide.sp-selected img {
    animation: scale 5s ease infinite alternate; }
  .mv .sp-slide img {
    transform: scale(1) rotate(0.01deg);
    transition: transform 0.2s ease; }

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
  .mv .home-mouse {
    color: #fff;
    opacity: 1;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 60px;
    transition: bottom 0.3s linear;
    display: none; }
    @media only screen and (min-width: 768px) {
      .mv .home-mouse {
        bottom: 40px;
        display: block; } }
    @media print {
      .mv .home-mouse {
        bottom: 40px;
        display: block; } }
    .mv .home-mouse .scroll-btn .mouse {
      border: 2px solid #fff;
      border-radius: 12px;
      display: block;
      margin: 0 auto;
      position: relative;
      height: 32px;
      width: 20px; }
      .mv .home-mouse .scroll-btn .mouse > * {
        animation: 2s linear 0s normal none infinite running ani-mouse;
        background-color: #fff;
        display: block;
        margin: -3px auto 0;
        height: 4px;
        width: 4px;
        position: absolute;
        left: 0;
        right: 0;
        top: 30%;
        border-radius: 4px; }

.wrapper-ttl .ttl {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.1em;
  letter-spacing: 0.08em; }
  .wrapper-ttl .ttl .lg {
    font-size: 120%;
    color: #00865a; }
  .wrapper-ttl .ttl::before {
    position: absolute;
    display: block;
    content: " ";
    width: 2px;
    height: 50px;
    top: -.5em;
    left: .5em;
    background-color: #00865a;
    opacity: .8;
    transform-origin: top left;
    transform: rotate(45deg); }
    @media only screen and (min-width: 768px) {
      .wrapper-ttl .ttl::before {
        height: 80px; } }
    @media print {
      .wrapper-ttl .ttl::before {
        height: 80px; } }

.wrapper-ttl .txt {
  line-height: 1;
  font-weight: bold; }

.wrapper-ttl.white .ttl {
  color: #fff; }
  .wrapper-ttl.white .ttl .lg {
    color: #fff; }
  .wrapper-ttl.white .ttl::before {
    background-color: #003926; }

.wrapper-ttl.white .txt {
  color: #fff; }

.wrapper-ttl.white.line-white .ttl::before {
  background-color: #fff !important; }

.section-top-01 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 80px;
  background-image: url(../img/common/bg-top-01.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 320px auto; }
  @media only screen and (min-width: 768px) {
    .section-top-01 {
      padding-top: 100px;
      padding-bottom: 200px;
      background-size: auto auto;
      background-position: left -350px bottom 0; } }
  @media print {
    .section-top-01 {
      padding-top: 100px;
      padding-bottom: 200px;
      background-size: auto auto;
      background-position: left -350px bottom 0; } }
  @media only screen and (min-width: 992px) {
    .section-top-01 {
      background-position: left -200px bottom 0; } }
  @media print {
    .section-top-01 {
      background-position: left -200px bottom 0; } }
  @media only screen and (min-width: 1400px) {
    .section-top-01 {
      background-position: left bottom; } }
  @media print {
    .section-top-01 {
      background-position: left bottom; } }
  .section-top-01::after {
    position: absolute;
    display: block;
    content: " ";
    opacity: .4;
    background-color: #00865a;
    width: 680px;
    height: 700px;
    transform: skew(-45deg);
    top: -420px;
    left: -420px; }
    @media only screen and (min-width: 768px) {
      .section-top-01::after {
        top: 0;
        left: -600px; } }
    @media print {
      .section-top-01::after {
        top: 0;
        left: -600px; } }
    @media only screen and (min-width: 992px) {
      .section-top-01::after {
        left: -460px; } }
    @media print {
      .section-top-01::after {
        left: -460px; } }
  .section-top-01 .inner-content {
    position: relative;
    z-index: 1; }

.wrapper-img-01 {
  padding-left: 60px; }
  @media only screen and (min-width: 768px) {
    .wrapper-img-01 {
      padding-left: 84px; } }
  @media print {
    .wrapper-img-01 {
      padding-left: 84px; } }

.bg-information {
  position: relative;
  z-index: 2; }
  .bg-information::after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background-image: url(../img/common/bg-information.jpg);
    background-repeat: no-repeat;
    background-position: right bottom -60px;
    background-size: 124px auto; }
    @media only screen and (min-width: 992px) {
      .bg-information::after {
        background-position: right -320px bottom 0;
        background-size: auto auto; } }
    @media print {
      .bg-information::after {
        background-position: right -320px bottom 0;
        background-size: auto auto; } }
    @media only screen and (min-width: 1200px) {
      .bg-information::after {
        background-position: right -200px top 0; } }
    @media print {
      .bg-information::after {
        background-position: right -200px top 0; } }
    @media only screen and (min-width: 1600px) {
      .bg-information::after {
        background-position: right -100px top 0; } }
    @media print {
      .bg-information::after {
        background-position: right -100px top 0; } }
  .bg-information::before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: -20px;
    left: 0;
    z-index: -1;
    background-color: #fff;
    transform: skew(0, -4deg); }
    @media only screen and (min-width: 768px) {
      .bg-information::before {
        top: -60px; } }
    @media print {
      .bg-information::before {
        top: -60px; } }

.section-top-02 {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 768px) {
    .section-top-02 {
      padding-top: 60px;
      padding-bottom: 80px; } }
  @media print {
    .section-top-02 {
      padding-top: 60px;
      padding-bottom: 80px; } }
  .section-top-02::after {
    position: absolute;
    display: block;
    content: " ";
    opacity: .4;
    background-color: #00865a;
    width: 600px;
    height: 120%;
    transform: skew(25deg);
    bottom: 0;
    left: -600px;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .section-top-02::after {
        left: -580px; } }
    @media print {
      .section-top-02::after {
        left: -580px; } }
    @media only screen and (min-width: 1200px) {
      .section-top-02::after {
        left: -460px; } }
    @media print {
      .section-top-02::after {
        left: -460px; } }
  .section-top-02 .inner-content {
    position: relative;
    z-index: 2; }

.dl-news {
  overflow: hidden; }
  .dl-news dt {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    color: #00865a;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px; }
    @media only screen and (min-width: 768px) {
      .dl-news dt {
        font-size: 14px;
        font-size: 1.4rem;
        float: left;
        width: 10em;
        margin-bottom: 0;
        padding-top: 20px; } }
    @media print {
      .dl-news dt {
        font-size: 14px;
        font-size: 1.4rem;
        float: left;
        width: 10em;
        margin-bottom: 0;
        padding-top: 20px; } }
    .dl-news dt .new {
      position: absolute;
      left: 0;
      top: 0;
      transform: rotate(-5deg);
      color: #c51248;
      font-style: italic;
      margin-right: 5px;
      font-size: 10px;
      font-size: 1rem; }
      @media only screen and (min-width: 768px) {
        .dl-news dt .new {
          top: 5px;
          font-size: 11px;
          font-size: 1.1rem; } }
      @media print {
        .dl-news dt .new {
          top: 5px;
          font-size: 11px;
          font-size: 1.1rem; } }
  .dl-news dd {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .dl-news dd {
        font-size: 14px;
        font-size: 1.4rem;
        width: 100%;
        margin-left: -10em;
        padding-left: 11em;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media print {
      .dl-news dd {
        font-size: 14px;
        font-size: 1.4rem;
        width: 100%;
        margin-left: -10em;
        padding-left: 11em;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .dl-news dd a {
      text-decoration: underline; }
    .dl-news dd .cat {
      display: inline-block;
      margin-right: 5px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      min-width: 6em;
      padding: 2px 5px;
      line-height: 1;
      font-size: 10px;
      font-size: 1rem; }
      @media only screen and (min-width: 768px) {
        .dl-news dd .cat {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media print {
        .dl-news dd .cat {
          font-size: 12px;
          font-size: 1.2rem; } }
    .dl-news dd .img-btn {
      display: block;
      color: #00865a;
      text-decoration: underline;
      width: 120px;
      margin-top: 5px; }
      .dl-news dd .img-btn img {
        width: 100%;
        height: auto; }

.section-service {
  position: relative;
  z-index: 2;
  background-color: #f3f3f3; }
  .section-service::before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: -30px;
    left: 0;
    z-index: -1;
    background-color: #f3f3f3;
    transform: skew(0, -5deg); }
    @media only screen and (min-width: 768px) {
      .section-service::before {
        top: -80px; } }
    @media print {
      .section-service::before {
        top: -80px; } }
  .section-service .inner-content {
    position: relative;
    z-index: 2;
    padding-top: 40px; }
    @media only screen and (min-width: 768px) {
      .section-service .inner-content {
        padding-top: 60px; } }
    @media print {
      .section-service .inner-content {
        padding-top: 60px; } }

.row-table {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .row-table {
      width: 100%;
      display: table; } }
  @media print {
    .row-table {
      width: 100%;
      display: table; } }
  .row-table .td {
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      .row-table .td {
        display: table-cell;
        vertical-align: middle;
        width: 50%; } }
    @media print {
      .row-table .td {
        display: table-cell;
        vertical-align: middle;
        width: 50%; } }

.section-about {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .section-about {
      padding-top: 120px;
      padding-bottom: 160px; } }
  @media print {
    .section-about {
      padding-top: 120px;
      padding-bottom: 160px; } }
  .section-about.mb-sm {
    padding-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .section-about.mb-sm {
        padding-bottom: 80px; } }
    @media print {
      .section-about.mb-sm {
        padding-bottom: 80px; } }
  .section-about .bg {
    position: absolute;
    width: 120%;
    display: block;
    height: 80px;
    left: -10%;
    top: 0;
    transform: rotate(-8deg);
    background-color: #131313;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .section-about .bg {
        height: 250px; } }
    @media print {
      .section-about .bg {
        height: 250px; } }
    .section-about .bg::before {
      position: absolute;
      width: 100%;
      height: 200%;
      display: block;
      content: " ";
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      top: -50%;
      left: 0;
      transform: rotate(8deg); }
    .section-about .bg.section-about-01::before {
      background-image: url(../img/common/bg-about-01.jpg); }
    .section-about .bg.section-about-02 {
      transform: rotate(8deg); }
      .section-about .bg.section-about-02::before {
        background-image: url(../img/common/bg-about-02.jpg);
        transform: rotate(-8deg); }
  .section-about .thumb-about {
    text-align: center; }
    .section-about .thumb-about .inner {
      display: inline-block;
      max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .section-about .pt150 {
      padding-top: 150px; } }
  @media print {
    .section-about .pt150 {
      padding-top: 150px; } }
  .section-about .block-about {
    position: relative; }
    .section-about .block-about .inner {
      position: relative; }
      .section-about .block-about .inner .ttl {
        position: relative;
        z-index: 1;
        background-color: #131313;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        padding: 8px 15px;
        transform: skewX(-16deg);
        font-size: 16px;
        font-size: 1.6rem; }
        @media only screen and (min-width: 768px) {
          .section-about .block-about .inner .ttl {
            font-size: 28px;
            font-size: 2.8rem;
            padding: 0.4em 1em; } }
        @media print {
          .section-about .block-about .inner .ttl {
            font-size: 28px;
            font-size: 2.8rem;
            padding: 0.4em 1em; } }
        .section-about .block-about .inner .ttl span {
          display: inline-block;
          transform: skewX(16deg); }

@media only screen and (min-width: 768px) {
  .pl30 {
    padding-left: 30px; } }

@media print {
  .pl30 {
    padding-left: 30px; } }

.deco-about-02 {
  position: relative; }
  .deco-about-02 .deco {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 15px;
    color: #003926;
    opacity: .2;
    line-height: .9;
    font-style: italic;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    font-size: 40px;
    font-size: 4rem; }
    @media only screen and (min-width: 768px) {
      .deco-about-02 .deco {
        font-size: 68px;
        font-size: 6.8rem; } }
    @media print {
      .deco-about-02 .deco {
        font-size: 68px;
        font-size: 6.8rem; } }

.section-products {
  position: relative;
  z-index: 2;
  background-color: #00865a;
  color: #fff; }
  .section-products::before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: -30px;
    left: 0;
    z-index: -1;
    background-color: #00865a;
    transform: skew(0, -5deg); }
    @media only screen and (min-width: 768px) {
      .section-products::before {
        top: -80px; } }
    @media print {
      .section-products::before {
        top: -80px; } }
  .section-products::after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: -30px;
    left: 0;
    z-index: -1;
    background-color: #00865a;
    transform: skew(0, 5deg); }
    @media only screen and (min-width: 768px) {
      .section-products::after {
        bottom: -80px; } }
    @media print {
      .section-products::after {
        bottom: -80px; } }
  .section-products .inner-content {
    position: relative;
    z-index: 2; }
  .section-products .wrapper-ttl {
    position: relative;
    top: -25px; }
    @media only screen and (min-width: 768px) {
      .section-products .wrapper-ttl {
        top: -80px; } }
    @media print {
      .section-products .wrapper-ttl {
        top: -80px; } }

.block-product-top {
  display: block; }
  .block-product-top:hover .thumb .bg {
    opacity: .8;
    transform: scale(1.03); }
  .block-product-top .thumb {
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    padding-bottom: 68%;
    z-index: 1; }
    .block-product-top .thumb .bg {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: 1;
      transform: scale(1);
      transition: all 0.25s linear;
      z-index: 1; }
    .block-product-top .thumb .ttl {
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 5px;
      padding: 10px;
      line-height: 1.3;
      text-align: center;
      z-index: 2;
      font-weight: bold;
      background-color: #003926;
      background-color: rgba(0, 57, 38, 0.8);
      color: #fff; }

a.block-product:hover {
  color: #fff; }
  a.block-product:hover .thumb {
    opacity: .8; }
  a.block-product:hover .content .txt-more:after {
    width: 30px; }

.block-product {
  display: block;
  color: #fff; }
  .block-product.sub {
    color: #131313; }
    .block-product.sub .cat {
      color: #fff; }
    .block-product.sub .content .txt-more {
      color: #00865a; }
      .block-product.sub .content .txt-more::after {
        background-color: #00865a; }
    .block-product.sub:hover {
      color: #131313; }
  .block-product .thumb {
    position: relative;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/common/img-default.jpg);
    padding-top: 65%;
    position: relative;
    margin-bottom: 10px;
    transition: opacity 0.2s ease; }
    .block-product .thumb .cat {
      font-weight: bold;
      padding: 2px 10px;
      line-height: 1;
      position: absolute;
      bottom: 10px; }
  .block-product .content .ttl {
    margin-bottom: 5px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    line-height: 1.3;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .block-product .content .ttl {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media print {
      .block-product .content .ttl {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem; } }
  .block-product .content .txt {
    line-height: 1.4; }
  .block-product .content .txt-more {
    margin-top: 5px;
    display: block;
    text-align: right;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    position: relative;
    color: #fff;
    padding-right: 35px;
    font-size: 11px;
    font-size: 1.1rem; }
    @media only screen and (min-width: 768px) {
      .block-product .content .txt-more {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .block-product .content .txt-more {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem; } }
    .block-product .content .txt-more:after {
      position: absolute;
      content: " ";
      display: block;
      width: 20px;
      height: 1px;
      right: 0;
      background-color: #fff;
      top: 50%;
      transition: 0.2s linear all; }
      @media only screen and (min-width: 768px) {
        .block-product .content .txt-more:after {
          width: 20px; } }
      @media print {
        .block-product .content .txt-more:after {
          width: 20px; } }

.bg-company {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #003926;
  background-image: url(../img/common/bg-company.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .bg-company {
      padding-top: 120px;
      padding-bottom: 140px; } }
  @media print {
    .bg-company {
      padding-top: 120px;
      padding-bottom: 140px; } }

.box-company {
  position: relative;
  color: #fff;
  background-color: #003926;
  background-color: rgba(0, 23, 15, 0.6);
  padding: 10px;
  padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .box-company {
      padding: 30px;
      padding-top: 60px; } }
  @media print {
    .box-company {
      padding: 30px;
      padding-top: 60px; } }
  .box-company .ttl {
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -20px;
    background-color: #00865a;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    min-width: 200px;
    line-height: 1.5;
    text-align: center;
    transform: skewX(-16deg); }
    @media only screen and (min-width: 768px) {
      .box-company .ttl {
        padding: 0.4em 1em;
        min-width: 260px;
        top: -20px;
        left: -30px; } }
    @media print {
      .box-company .ttl {
        padding: 0.4em 1em;
        min-width: 260px;
        top: -20px;
        left: -30px; } }
    .box-company .ttl .inner {
      display: inline-block;
      transform: skewX(16deg); }

.gmap {
  position: relative;
  padding-bottom: 240px;
  height: 0;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .gmap {
      padding-bottom: 500px; } }
  @media print {
    .gmap {
      padding-bottom: 500px; } }
  .gmap iframe, .gmap object, .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.section-contact {
  position: relative;
  z-index: 2;
  background-color: #f3f3f3; }
  .section-contact::before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: -20px;
    left: 0;
    z-index: -1;
    background-color: #f3f3f3;
    transform: skew(0, -5deg); }
    @media only screen and (min-width: 768px) {
      .section-contact::before {
        top: -60px; } }
    @media print {
      .section-contact::before {
        top: -60px; } }
  .section-contact.sub {
    padding-top: 90px;
    padding-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .section-contact.sub {
        padding-top: 120px;
        padding-bottom: 60px; } }
    @media print {
      .section-contact.sub {
        padding-top: 120px;
        padding-bottom: 60px; } }
  .section-contact .inner-content {
    position: relative;
    z-index: 2; }
  .section-contact::after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 0;
    z-index: -1;
    background-color: #f3f3f3;
    transform: skew(0, -5deg); }
    @media only screen and (min-width: 768px) {
      .section-contact::after {
        bottom: -80px; } }
    @media print {
      .section-contact::after {
        bottom: -80px; } }
  .section-contact .wrapper-ttl {
    position: relative;
    top: -15px; }
    @media only screen and (min-width: 768px) {
      .section-contact .wrapper-ttl {
        top: -60px; } }
    @media print {
      .section-contact .wrapper-ttl {
        top: -60px; } }

.section-subpage {
  position: relative;
  z-index: 2;
  background-color: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .section-subpage {
      padding-top: 80px;
      padding-bottom: 60px; } }
  @media print {
    .section-subpage {
      padding-top: 80px;
      padding-bottom: 60px; } }
  .section-subpage .inner-content {
    position: relative;
    z-index: 2; }
  .section-subpage::after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 0;
    z-index: -1;
    background-color: #f3f3f3;
    transform: skew(0, -5deg); }
    @media only screen and (min-width: 768px) {
      .section-subpage::after {
        bottom: -80px; } }
    @media print {
      .section-subpage::after {
        bottom: -80px; } }
  .section-subpage .wrapper-ttl {
    position: relative;
    top: -15px; }
    @media only screen and (min-width: 768px) {
      .section-subpage .wrapper-ttl {
        top: -60px; } }
    @media print {
      .section-subpage .wrapper-ttl {
        top: -60px; } }

.wrapper-num {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center; }
  .wrapper-num .ttl {
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    background-color: #131313;
    color: #fff;
    padding: 4px 15px;
    min-width: 100px;
    line-height: 1;
    text-align: center;
    transform: skewX(-20deg); }
    @media only screen and (min-width: 768px) {
      .wrapper-num .ttl {
        padding: 0.2em 1em; } }
    @media print {
      .wrapper-num .ttl {
        padding: 0.2em 1em; } }
    .wrapper-num .ttl .inner {
      display: inline-block;
      transform: skewX(20deg); }
  .wrapper-num .num {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    font-weight: 800; }

.box-contact {
  position: relative;
  border: 2px solid #131313;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .box-contact {
      padding: 30px 40px; } }
  @media print {
    .box-contact {
      padding: 30px 40px; } }
  .box-contact .box-ttl {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .box-contact .box-ttl {
        top: -20px; } }
    @media print {
      .box-contact .box-ttl {
        top: -20px; } }
    .box-contact .box-ttl .ttl {
      font-family: "Roboto Condensed", sans-serif;
      display: inline-block;
      vertical-align: middle;
      font-weight: 800;
      background-color: #131313;
      color: #fff;
      padding: 4px 15px;
      line-height: 1;
      text-align: center;
      transform: skewX(-20deg); }
      @media only screen and (min-width: 768px) {
        .box-contact .box-ttl .ttl {
          padding: 0.2em 1em; } }
      @media print {
        .box-contact .box-ttl .ttl {
          padding: 0.2em 1em; } }
      .box-contact .box-ttl .ttl .inner {
        display: inline-block;
        transform: skewX(20deg); }

/* =====================
  subpage
===================== */
.pgttl {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-color: #999;
  background-image: url(../img/common/bg-pgttl.jpg); }
  .pgttl .inner {
    display: table;
    width: 100%; }
    .pgttl .inner .td {
      padding: 30px 5px;
      display: table-cell;
      vertical-align: middle;
      height: 120px;
      padding-top: 70px;
      text-shadow: 0 0 6px #000,0 0 20px #000; }
      @media only screen and (min-width: 768px) {
        .pgttl .inner .td {
          height: 280px;
          padding-top: 90px; } }
      @media print {
        .pgttl .inner .td {
          height: 280px;
          padding-top: 90px; } }
      .pgttl .inner .td .en {
        line-height: 1;
        font-weight: bold;
        font-family: "Roboto Condensed", sans-serif;
        font-style: italic;
        letter-spacing: 0.1em;
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 0.3em; }
        @media only screen and (min-width: 768px) {
          .pgttl .inner .td .en {
            font-size: 48px;
            font-size: 4.8rem; } }
        @media print {
          .pgttl .inner .td .en {
            font-size: 48px;
            font-size: 4.8rem; } }
      .pgttl .inner .td .ja {
        font-weight: bold;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.1em; }
        @media only screen and (min-width: 768px) {
          .pgttl .inner .td .ja {
            font-size: 24px;
            font-size: 2.4rem; } }
        @media print {
          .pgttl .inner .td .ja {
            font-size: 24px;
            font-size: 2.4rem; } }

.nav-cat {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .nav-cat .ttl {
      width: 120px;
      float: left; } }
  @media print {
    .nav-cat .ttl {
      width: 120px;
      float: left; } }
  @media only screen and (min-width: 768px) {
    .nav-cat .btns {
      /*width: 100%;*/
      width: calc(100% - 130px);
      margin-left: 130px; } }
  @media print {
    .nav-cat .btns {
      width: 100%;
      margin-left: 130px; } }
  .nav-cat .btns ul {
    padding: 0;
    margin: 0; }
    .nav-cat .btns ul li {
      /*display: inline-block;*/
      display: block;
      margin: 0 1rem 10px 0;
      float: left; }
      .nav-cat .btns ul li a {
        display: inline-block;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 50px;
        line-height: 1.4;
        padding: 0.2em 1.5em;
        min-width: 120px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        font-size: 1.2rem; }
        @media only screen and (min-width: 768px) {
          .nav-cat .btns ul li a {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media print {
          .nav-cat .btns ul li a {
            font-size: 14px;
            font-size: 1.4rem; } }
        .nav-cat .btns ul li a:hover {
          color: #fff; }

.paging {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  padding-top: 1em; }
  .paging > span {
    display: inline-block;
    border-radius: 0;
    overflow: hidden;
    margin: 2px;
    width: 40px;
    height: 40px;
    background-color: #131313;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold; }
    .paging > span a {
      display: block;
      width: 100%;
      height: 100%;
      color: #131313;
      color: #fff;
      background-size: 200% 100%;
      transition: all .2s ease; }
    .paging > span a:hover {
      color: #fff;
      background-color: #00865a; }
    .paging > span.current {
      color: #fff;
      cursor: default;
      background-color: #00865a; }

.box-pdf {
  background-color: #f3f3f3;
  padding: 10px;
  text-align: right; }
  .box-pdf .wrapper-btn {
    display: inline-block;
    margin: 2px; }
  .box-pdf .btn-pdf {
    display: block;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 8px 10px;
    line-height: 1.2;
    transition: background-color 0.2s linear;
    background-color: #00865a;
    color: #fff;
    border: none; }
    .box-pdf .btn-pdf:hover {
      color: #fff;
      background-color: #003926; }
    .box-pdf .btn-pdf:visited {
      text-decoration: none;
      color: #fff; }
    .box-pdf .btn-pdf .txt {
      padding-left: 2em; }
    .box-pdf .btn-pdf .icon {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 2em;
      background-color: rgba(0, 0, 0, 0.1); }
      .box-pdf .btn-pdf .icon .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0); }
    @media only screen and (min-width: 768px) {
      .box-pdf .btn-pdf {
        width: auto;
        min-width: 240px;
        padding: 12px 10px; } }
    @media print {
      .box-pdf .btn-pdf {
        width: auto;
        min-width: 240px;
        padding: 12px 10px; } }

.post-single .header-post {
  padding-bottom: 10px;
  border-bottom: 2px solid #131313; }
  @media only screen and (min-width: 768px) {
    .post-single .header-post {
      border-bottom: 3px solid #131313; } }
  @media print {
    .post-single .header-post {
      border-bottom: 3px solid #131313; } }
  .post-single .header-post .ttl {
    font-weight: bold;
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (min-width: 768px) {
      .post-single .header-post .ttl {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media print {
      .post-single .header-post .ttl {
        font-size: 24px;
        font-size: 2.4rem; } }
  .post-single .header-post .meta {
    overflow: hidden;
    margin-bottom: 5px; }
    .post-single .header-post .meta .date {
      float: left;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      color: #999;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (min-width: 768px) {
        .post-single .header-post .meta .date {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media print {
        .post-single .header-post .meta .date {
          font-size: 16px;
          font-size: 1.6rem; } }
    .post-single .header-post .meta .cat {
      float: left;
      color: #fff;
      line-height: 1.3;
      padding: 2px 1em;
      font-weight: bold;
      margin-left: 0.6em;
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 768px) {
        .post-single .header-post .meta .cat {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media print {
        .post-single .header-post .meta .cat {
          font-size: 14px;
          font-size: 1.4rem; } }

#mail-form {
  font-size: 14px;
  font-weight: normal; }
  #mail-form .form-row {
    border-bottom: 1px solid #ddd;
    background-color: transparent; }
    #mail-form .form-row:first-child {
      border-top: 1px solid #ddd; }
    @media only screen and (min-width: 768px) {
      #mail-form .form-row .radio-content {
        padding-top: 20px !important; } }
    @media print {
      #mail-form .form-row .radio-content {
        padding-top: 20px !important; } }
    #mail-form .form-row .radio-inline input {
      margin-top: 5px;
      margin-left: -20px;
      margin-right: 10px; }
    #mail-form .form-row .radio-inline {
      padding-bottom: 10px;
      margin-left: 0;
      margin-right: 20px; }
    #mail-form .form-row .radio {
      vertical-align: baseline;
      display: inline-block !important; }
    #mail-form .form-row .form-head {
      position: relative;
      background-color: trasparent;
      padding-top: 10px;
      padding-bottom: 0;
      padding-right: 40px; }
      #mail-form .form-row .form-head label {
        margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        #mail-form .form-row .form-head {
          padding-bottom: 10px; } }
      @media print {
        #mail-form .form-row .form-head {
          padding-bottom: 10px; } }
      #mail-form .form-row .form-head .nini-mark, #mail-form .form-row .form-head .req-mark {
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: normal; }
        @media only screen and (min-width: 768px) {
          #mail-form .form-row .form-head .nini-mark, #mail-form .form-row .form-head .req-mark {
            top: 30px; } }
        @media print {
          #mail-form .form-row .form-head .nini-mark, #mail-form .form-row .form-head .req-mark {
            top: 30px; } }
      @media only screen and (min-width: 768px) {
        #mail-form .form-row .form-head {
          min-height: 60px;
          padding-bottom: 20px;
          padding-top: 25px; } }
      @media print {
        #mail-form .form-row .form-head {
          min-height: 60px;
          padding-bottom: 20px;
          padding-top: 25px; } }
    #mail-form .form-row .form-content {
      padding-top: 0;
      padding-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        #mail-form .form-row .form-content {
          padding-top: 10px; } }
      @media print {
        #mail-form .form-row .form-content {
          padding-top: 10px; } }
    #mail-form .form-row .input-group .form-control {
      width: auto;
      height: 34px;
      padding: 6px 12px;
      background-color: #f9f9f9; }
    #mail-form .form-row .form-control {
      width: 100%;
      border-radius: 2px;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 40px;
      height: 40px;
      box-shadow: none;
      border: none;
      background-color: #fff;
      -webkit-appearance: none;
      border-radius: 2px; }
      @media only screen and (min-width: 768px) {
        #mail-form .form-row .form-control {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 50px;
          height: 50px; } }
      @media print {
        #mail-form .form-row .form-control {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 50px;
          height: 50px; } }
      #mail-form .form-row .form-control.input-xs {
        width: auto;
        display: inline-block; }
    #mail-form .form-row textarea.form-control {
      line-height: 1.48;
      height: auto; }
  #mail-form .privacy-box {
    margin: 10px 0; }
    @media only screen and (min-width: 768px) {
      #mail-form .privacy-box {
        margin: 20px 0; } }
    @media print {
      #mail-form .privacy-box {
        margin: 20px 0; } }
    #mail-form .privacy-box h4 {
      font-weight: bold;
      margin: 0;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        #mail-form .privacy-box h4 {
          margin-bottom: 20px; } }
      @media print {
        #mail-form .privacy-box h4 {
          margin-bottom: 20px; } }
    #mail-form .privacy-box .privacy-text {
      margin-bottom: 10px;
      overflow-y: scroll;
      color: #555;
      border: 1px solid #ddd;
      background-color: #f9f9f9;
      padding: 5px;
      max-height: 160px;
      font-size: 10px;
      font-size: 1rem; }
      #mail-form .privacy-box .privacy-text p, #mail-form .privacy-box .privacy-text h5 {
        margin: 0;
        margin-bottom: 5px; }
      #mail-form .privacy-box .privacy-text h5 {
        font-size: 110%; }
      @media only screen and (min-width: 768px) {
        #mail-form .privacy-box .privacy-text {
          margin-bottom: 20px;
          padding: 10px;
          font-size: 12px;
          font-size: 1.2rem; }
          #mail-form .privacy-box .privacy-text p, #mail-form .privacy-box .privacy-text h5 {
            margin-bottom: 10px; } }
      @media print {
        #mail-form .privacy-box .privacy-text {
          margin-bottom: 20px;
          padding: 10px;
          font-size: 12px;
          font-size: 1.2rem; }
          #mail-form .privacy-box .privacy-text p, #mail-form .privacy-box .privacy-text h5 {
            margin-bottom: 10px; } }
    #mail-form .privacy-box .agree-box {
      text-align: center; }
      #mail-form .privacy-box .agree-box span {
        font-size: 14px;
        font-size: 1.4rem; }
  #mail-form .form-head {
    font-weight: bold; }
  #mail-form .req {
    display: inline-block;
    margin-left: 20px; }

.nini-mark {
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #aaa; }

.req-mark {
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #b22a44; }

.formError {
  z-index: 10; }

.form-row {
  margin-left: 0;
  margin-right: 0; }

.form-row-readonly .form-control.readonly {
  background-color: #eee !important; }

/* =====================
  editor
===================== */
.editor-content {
  line-height: 1.75; }
  .editor-content button,
  .editor-content input,
  .editor-content select,
  .editor-content textarea {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.66; }
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    clear: both;
    line-height: 1.4;
    margin: 30px 0 10px; }
  .editor-content h1:first-child,
  .editor-content h2:first-child,
  .editor-content h3:first-child,
  .editor-content h4:first-child,
  .editor-content h5:first-child,
  .editor-content h6:first-child {
    margin-top: 0; }
  .editor-content h1 {
    font-size: 18px;
    font-size: 1.8rem;
    border-left: 5px solid #00865a;
    padding-left: .8em;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .editor-content h1 {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media print {
      .editor-content h1 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .editor-content h2 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    border-left: 4px solid #00865a;
    padding-left: .8em; }
    @media only screen and (min-width: 768px) {
      .editor-content h2 {
        font-size: 20px;
        font-size: 2rem; } }
    @media print {
      .editor-content h2 {
        font-size: 20px;
        font-size: 2rem; } }
  .editor-content h3 {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: .5em;
    border-bottom: 2px solid #00865a; }
    @media only screen and (min-width: 768px) {
      .editor-content h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media print {
      .editor-content h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .editor-content h4 {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: .5em;
    border-bottom: 2px solid #00865a; }
    @media only screen and (min-width: 768px) {
      .editor-content h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print {
      .editor-content h4 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .editor-content h5 {
    font-weight: bold; }
  .editor-content h6 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold; }
  .editor-content p {
    margin: .5em 0 .5em;
    padding: 0; }
  .editor-content dfn,
  .editor-content cite,
  .editor-content em,
  .editor-content i {
    font-style: italic; }
  .editor-content blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  .editor-content blockquote.alignleft,
  .editor-content blockquote.alignright {
    font-size: 14px;
    font-size: 1.4rem;
    width: 34%; }
  .editor-content address {
    margin: 0 0 1.5em; }
  .editor-content pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em; }
  .editor-content code,
  .editor-content kbd,
  .editor-content tt,
  .editor-content var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
  .editor-content abbr,
  .editor-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  .editor-content mark,
  .editor-content ins {
    background: #eee;
    text-decoration: none; }
  .editor-content big {
    font-size: 125%; }
  .editor-content blockquote,
  .editor-content q {
    quotes: "" ""; }
  .editor-content blockquote:before,
  .editor-content blockquote:after,
  .editor-content q:before,
  .editor-content q:after {
    content: ""; }
  .editor-content hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1em; }
  .editor-content ul,
  .editor-content ol {
    margin-left: 1em;
    margin-bottom: 1.5em;
    padding: 0; }
  .editor-content ul {
    list-style: disc; }
  .editor-content ol {
    counter-reset: item; }
  .editor-content ol li {
    display: block;
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.4em; }
  .editor-content ol li:before {
    content: counter(item);
    counter-increment: item;
    font-weight: 300;
    left: 0;
    top: 0;
    color: #00865a;
    position: absolute;
    font-size: 100%; }
  .editor-content li > ul,
  .editor-content li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }
  .editor-content li ol {
    font-size: 90%; }
    .editor-content li ol li {
      margin-bottom: .5em; }
    .editor-content li ol li:before {
      content: counter(item);
      counter-increment: item;
      font-weight: 200;
      left: -.5em;
      position: absolute; }
  .editor-content ul {
    list-style: none; }
    .editor-content ul li {
      position: relative;
      padding: 0;
      margin-bottom: .2em;
      padding-left: 1em; }
      .editor-content ul li:after {
        position: absolute;
        content: " ";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px solid #00865a;
        left: 2px;
        top: 0.6em; }
        @media only screen and (min-width: 768px) {
          .editor-content ul li:after {
            top: 0.7em; } }
        @media print {
          .editor-content ul li:after {
            top: 0.7em; } }
      .editor-content ul li li {
        position: relative;
        padding: 0;
        margin-bottom: .2em;
        padding-left: 1em; }
        .editor-content ul li li:after {
          position: absolute;
          content: " ";
          display: block;
          width: 3px;
          height: 3px;
          background-color: #00865a;
          top: 0.6em; }
          @media only screen and (min-width: 768px) {
            .editor-content ul li li:after {
              top: 0.7em; } }
          @media print {
            .editor-content ul li li:after {
              top: 0.7em; } }
  .editor-content dt {
    font-weight: 700; }
  .editor-content dd {
    margin: 0 1.5em 1.5em; }
  .editor-content table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%; }
  .editor-content thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em; }
  .editor-content th {
    padding: 0.4em;
    text-align: left; }
  .editor-content tr {
    border-bottom: 1px solid #eee; }
  .editor-content td {
    padding: 0.4em; }
  .editor-content th:first-child,
  .editor-content td:first-child {
    padding-left: 0; }
  .editor-content th:last-child,
  .editor-content td:last-child {
    padding-right: 0; }
  .editor-content a img {
    background: #fff;
    box-shadow: 0 0 0 6px #fff; }
  .editor-content img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%; }
  .editor-content embed,
  .editor-content iframe,
  .editor-content object {
    margin-bottom: 1.5em;
    max-width: 100%; }
  .editor-content strong {
    font-weight: bold; }
  .editor-content em {
    font-style: italic; }
  .editor-content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px; }
  .editor-content .aligncenter {
    display: block;
    margin: 0 auto; }
  .editor-content .alignright {
    float: right; }
  .editor-content .alignleft {
    float: left; }
  .editor-content .clearfix {
    overflow: hidden;
    zoom: 1; }
  .editor-content .clearfix:after {
    content: "";
    display: block;
    clear: both; }
