@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: 50px !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-xs {
  line-height: 1.3; }

.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-42 {
  font-size: 27px;
  font-size: 2.7rem; }
  @media only screen and (min-width: 768px) {
    .txt-42 {
      font-size: 42px;
      font-size: 4.2rem; } }
  @media print {
    .txt-42 {
      font-size: 42px;
      font-size: 4.2rem; } }

.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-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: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.53333;
  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; } }

body {
  padding-top: 74px; }
  @media only screen and (min-width: 500px) {
    body {
      padding-top: 65px; } }
  @media print {
    body {
      padding-top: 65px; } }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 156px; } }
  @media print {
    body {
      padding-top: 156px; } }
  @media only screen and (min-width: 992px) {
    body {
      padding-top: 174px; } }
  @media print {
    body {
      padding-top: 174px; } }

@-ms-viewport {
  width: auto; }

@media print {
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; }
  .aos-init {
    opacity: 1 !important;
    transform: none !important; }
  body {
    padding-top: 0 !important; } }

h1, h2, h3, h4, h5, p {
  margin: 0; }

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

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

.tgt-anker {
  padding-top: 50px;
  margin-top: -50px; }
  @media only screen and (min-width: 768px) {
    .tgt-anker {
      padding-top: 70px;
      margin-top: -70px; } }
  @media print {
    .tgt-anker {
      padding-top: 70px;
      margin-top: -70px; } }

.fixed-btn {
  position: fixed;
  right: -100px;
  top: 240px;
  transition: right 0.15s linear;
  z-index: 99; }
  @media only screen and (min-width: 768px) {
    .fixed-btn.scrolled {
      right: 0; } }
  @media print {
    .fixed-btn.scrolled {
      right: 0; } }

.bg-light {
  background-color: #f3f3f3; }

.bg-light2 {
  background-color: #eef4f6; }

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

.bg-blue {
  background-color: #0064b9;
  color: #fff; }

.bg-blue2 {
  background-color: #01aff0;
  color: #fff; }

.bg-stripe {
  background-image: linear-gradient(-45deg, #fff 25%, #e6f2f6 25%, #e6f2f6 50%, #fff 50%, #fff 75%, #e6f2f6 75%, #e6f2f6);
  background-size: 5px 5px; }

.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: 14px;
  font-size: 1.4rem; }
  @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; }

.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;
  padding-left: 10px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px;
      padding-left: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px;
      padding-left: 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: 10px; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(3n) {
      padding-left: 15px;
      padding-right: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(3n) {
      padding-left: 15px;
      padding-right: 15px; } }

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

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

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

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

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

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

.box-lg {
  padding: 30px 15px; }
  @media only screen and (min-width: 1200px) {
    .box-lg {
      padding: 40px 60px; } }
  @media print {
    .box-lg {
      padding: 40px 60px; } }

.box-border {
  border: 3px solid #0064b9; }
  @media only screen and (min-width: 768px) {
    .box-border {
      border-width: 3px; } }
  @media print {
    .box-border {
      border-width: 3px; } }

.btn-back, .btn-submit {
  display: inline-block;
  line-height: 1;
  background-color: #ddd;
  width: 42% !important;
  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 !important;
      padding: 20px 10px;
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .btn-back, .btn-submit {
      width: 280px !important;
      padding: 20px 10px;
      font-size: 15px;
      font-size: 1.5rem; } }
  .btn-back:hover, .btn-submit:hover {
    opacity: .8; }

.btn-submit {
  background-color: #0064b9 !important;
  color: #fff; }
  .btn-submit:hover {
    background-color: #0064b9; }

.btn-back:hover {
  color: #333; }

.btn-base {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 90%;
  padding: 20px 10px;
  line-height: 1;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.2s linear; }
  @media only screen and (min-width: 768px) {
    .btn-base {
      width: 320px; } }
  @media print {
    .btn-base {
      width: 320px; } }
  .btn-base .txt, .btn-base .icon {
    display: inline-block;
    vertical-align: middle; }
  .btn-base:hover {
    opacity: .7;
    color: #fff; }
  .btn-base:visited {
    text-decoration: none;
    color: #fff; }
  .btn-base .icon, .btn-base .txt {
    display: inline-block;
    vertical-align: middle; }
  .btn-base .icon {
    margin: 0 8px; }
  .btn-base .icon-r {
    position: absolute;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -.5em; }
  .btn-base .icon-l {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -.5em; }
  .btn-base.min {
    width: auto;
    min-width: 120px;
    padding: 15px 20px; }
  .btn-base.contact {
    padding: 18px 10px;
    line-height: 1.3;
    max-width: 90%; }
    @media only screen and (min-width: 768px) {
      .btn-base.contact {
        width: 420px; } }
    @media print {
      .btn-base.contact {
        width: 420px; } }
  .btn-base.long {
    max-width: 100%; }
    @media only screen and (min-width: 768px) {
      .btn-base.long {
        width: 620px; } }
    @media print {
      .btn-base.long {
        width: 620px; } }

.btn-lined {
  background-color: #fff;
  color: #0064b9;
  border: 2px solid #0064b9; }
  .btn-lined:visited, .btn-lined:focus {
    color: #0064b9; }
  .btn-lined:hover {
    color: #fff !important;
    opacity: 1;
    background-color: #01aff0; }

.btn-simple {
  background-color: #0064b9;
  color: #fff;
  border: none; }
  .btn-simple:visited {
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .btn-simple:hover {
      opacity: .7;
      color: #fff; } }
  @media print {
    .btn-simple:hover {
      opacity: .7;
      color: #fff; } }

.btn-yellow {
  background-color: #e4bc00;
  color: #fff;
  border: none; }
  .btn-yellow:visited {
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .btn-yellow:hover {
      opacity: .7;
      color: #fff; } }
  @media print {
    .btn-yellow:hover {
      opacity: .7;
      color: #fff; } }

.dl-min {
  margin: 0;
  overflow: hidden; }
  .dl-min dt {
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .dl-min dt {
        width: 11em;
        float: left; } }
    @media print {
      .dl-min dt {
        width: 11em;
        float: left; } }
  .dl-min dd {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd; }
    @media only screen and (min-width: 768px) {
      .dl-min dd {
        float: left;
        width: 100%;
        margin-left: -11em;
        padding-left: 12em;
        margin-bottom: 10px; } }
    @media print {
      .dl-min dd {
        float: left;
        width: 100%;
        margin-left: -11em;
        padding-left: 12em;
        margin-bottom: 10px; } }

.dl-simple {
  padding: 0;
  margin: 0; }
  .dl-simple dt {
    display: inline-block;
    background-color: #0064b9;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    padding: 0 10px; }
  .dl-simple dd {
    margin-bottom: 10px; }

.table-flat {
  border-collapse: separate;
  border-spacing: 2px;
  text-align: left;
  width: 100%;
  line-height: 1.4;
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .table-flat {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .table-flat {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-flat th, .table-flat td {
    vertical-align: middle;
    padding: 5px; }
    @media only screen and (min-width: 768px) {
      .table-flat th, .table-flat td {
        padding: 10px 15px; } }
    @media print {
      .table-flat th, .table-flat td {
        padding: 10px 15px; } }
  .table-flat thead {
    font-weight: bold; }
    .table-flat thead th, .table-flat thead td {
      background-color: #0064b9;
      color: #fff;
      text-align: center;
      padding: 8px 5px; }
      @media only screen and (min-width: 768px) {
        .table-flat thead th, .table-flat thead td {
          padding: 10px 15px; } }
      @media print {
        .table-flat thead th, .table-flat thead td {
          padding: 10px 15px; } }
  .table-flat tbody th {
    background-color: #0064b9;
    font-weight: bold;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .table-flat tbody th {
        width: 220px; } }
    @media print {
      .table-flat tbody th {
        width: 220px; } }
  .table-flat tbody td {
    background-color: #f3f3f3;
    font-size: 10px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .table-flat tbody td {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media print {
      .table-flat tbody td {
        font-size: 13px;
        font-size: 1.3rem; } }

.table-simple {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  line-height: 1.4;
  border-top: 1px solid #ddd;
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .table-simple {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media print {
    .table-simple {
      font-size: 13px;
      font-size: 1.3rem; } }
  .table-simple.min th, .table-simple.min td {
    padding: 5px; }
    @media only screen and (min-width: 768px) {
      .table-simple.min th, .table-simple.min td {
        padding: 15px 20px; } }
    @media print {
      .table-simple.min th, .table-simple.min td {
        padding: 15px 20px; } }
  .table-simple th, .table-simple td {
    vertical-align: middle;
    padding: 5px; }
    @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 tbody tr {
    border-bottom: 1px solid #ddd; }
  .table-simple tbody th {
    font-weight: bold;
    text-align: left;
    width: 80px;
    vertical-align: top;
    background-color: #eef4f6; }
    @media only screen and (min-width: 768px) {
      .table-simple tbody th {
        width: 210px; } }
    @media print {
      .table-simple tbody th {
        width: 210px; } }
  .table-simple .btn-base {
    width: auto;
    min-width: 80px;
    padding: 8px 20px;
    margin-left: 5px;
    margin-top: 5px; }

.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: #0064b9; }
  .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: #0064b9;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    padding-left: 0; }
    @media only screen and (min-width: 768px) {
      .table-lined th {
        width: 230px; } }
    @media print {
      .table-lined th {
        width: 230px; } }

.list-number {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
  margin: 0; }
  .list-number li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px; }
    .list-number li::before {
      position: absolute;
      counter-increment: number;
      content: counter(number);
      display: inline-block;
      background: #0064b9;
      color: white;
      font-weight: bold;
      font-size: 15px;
      border-radius: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      top: 50%;
      transform: translateY(-50%); }

.list-simple {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-simple li {
    position: relative;
    padding: 0;
    margin-bottom: .2em;
    padding-left: .8em; }
    .list-simple li:after {
      position: absolute;
      content: " ";
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #0064b9;
      left: 0;
      top: 0.5em; }
  .list-simple ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .list-simple ul li {
      position: relative;
      padding: 0;
      margin-bottom: .2em;
      padding-left: .5em; }
      .list-simple ul li:after {
        position: absolute;
        content: " ";
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #0064b9;
        left: 0;
        top: 0.7em; }
  .list-simple.lined li {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .list-simple.lined li {
        padding-bottom: 10px;
        margin-bottom: 10px; } }
    @media print {
      .list-simple.lined li {
        padding-bottom: 10px;
        margin-bottom: 10px; } }
  .list-simple.list-inline li {
    margin-right: 1em; }
  .list-simple.list-checked li {
    position: relative;
    padding-left: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.5;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .list-simple.list-checked li {
        padding-left: 20px; } }
    @media print {
      .list-simple.list-checked li {
        padding-left: 20px; } }
    .list-simple.list-checked li::after {
      content: none; }
    .list-simple.list-checked li::before {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      line-height: 1.5;
      content: '\f046';
      font-size: 14px;
      font-size: 1.4rem;
      font-family: FontAwesome;
      color: #FEA129; }
      @media only screen and (min-width: 768px) {
        .list-simple.list-checked li::before {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media print {
        .list-simple.list-checked li::before {
          font-size: 16px;
          font-size: 1.6rem; } }

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

.hr-bold {
  border-width: 3px;
  border-color: #111; }

.ttl-bl {
  font-weight: bold;
  line-height: 1.3;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 6px solid #0064b9; }

.ttl-min {
  background-color: #0064b9;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 1.1;
  padding: 0.3em 1em;
  min-width: 80px; }
  .ttl-min.min {
    padding: 0.1em 1em; }
  .ttl-min.white {
    background-color: #fff;
    color: #0064b9; }

.ttl-line-w {
  text-align: center; }
  .ttl-line-w .inner-ttl {
    display: inline-block;
    position: relative; }
    .ttl-line-w .inner-ttl::after, .ttl-line-w .inner-ttl::before {
      position: absolute;
      display: block;
      content: " ";
      width: 30px;
      height: 1px;
      top: 50%;
      background-color: #01aff0; }
      @media only screen and (min-width: 768px) {
        .ttl-line-w .inner-ttl::after, .ttl-line-w .inner-ttl::before {
          width: 60px; } }
      @media print {
        .ttl-line-w .inner-ttl::after, .ttl-line-w .inner-ttl::before {
          width: 60px; } }
    .ttl-line-w .inner-ttl::before {
      left: -40px; }
      @media only screen and (min-width: 768px) {
        .ttl-line-w .inner-ttl::before {
          left: -70px; } }
      @media print {
        .ttl-line-w .inner-ttl::before {
          left: -70px; } }
    .ttl-line-w .inner-ttl::after {
      right: -40px; }
      @media only screen and (min-width: 768px) {
        .ttl-line-w .inner-ttl::after {
          right: -70px; } }
      @media print {
        .ttl-line-w .inner-ttl::after {
          right: -70px; } }

.block-ttl {
  text-align: center; }
  .block-ttl .top {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #0064b9;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .block-ttl .top {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    @media print {
      .block-ttl .top {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .block-ttl .top::after {
      position: absolute;
      display: block;
      content: " ";
      width: 40px;
      height: 3px;
      left: 50%;
      bottom: 0;
      margin-left: -20px;
      background-color: #01aff0; }
      @media only screen and (min-width: 768px) {
        .block-ttl .top::after {
          width: 60px;
          height: 4px;
          margin-left: -30px; } }
      @media print {
        .block-ttl .top::after {
          width: 60px;
          height: 4px;
          margin-left: -30px; } }
  .block-ttl .bottom {
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1; }

.ttl-bb {
  position: relative;
  border-bottom: 2px solid #ddd;
  line-height: 1.5;
  padding-bottom: .3em; }
  .ttl-bb::after {
    position: absolute;
    display: block;
    content: " ";
    width: 240px;
    height: 2px;
    background-color: #01aff0;
    left: 0;
    bottom: -2px; }

.txt-point {
  line-height: 1.8; }
  .txt-point .point {
    position: relative;
    display: inline-block; }
    .txt-point .point::after {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      margin-left: -3px;
      left: 50%;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #0064b9; }
  .txt-point.white .point::after {
    background-color: #fff; }

.txt-marker {
  display: inline;
  padding-bottom: 3px;
  background-image: linear-gradient(transparent 60%, #ffff75 30%);
  background-repeat: repeat-x;
  background-size: 200% 100%; }

.txt-bb {
  display: inline-block;
  border-bottom: 3px solid #131313;
  padding: .3em .5em; }
  @media only screen and (min-width: 768px) {
    .txt-bb {
      border-bottom-width: 5px; } }
  @media print {
    .txt-bb {
      border-bottom-width: 5px; } }

.txt-bl {
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #01aff0; }

.txt-eng {
  font-family: "Lato", sans-serif; }

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

.txt-black {
  color: #131313; }

.txt-gray {
  color: #666; }

.txt-red {
  color: #d12157; }

.txt-blue {
  color: #0064b9; }

.fotorama-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px; }

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

.fotorama__stage {
  margin-bottom: 10px; }

.fotorama__caption {
  width: 100%; }
  .fotorama__caption .fotorama__caption__wrap {
    width: 100%;
    text-align: center; }

.fotorama__thumb-border {
  border-color: #0064b9;
  border-width: 2px; }

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 60%;
  background-color: #EFEFEF;
  overflow: hidden;
  position: relative; }
  .photo-ofi img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
    position: absolute;
    left: 0;
    top: 0; }
  .photo-ofi.cover img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }

@media only screen and (max-width: 767px) {
  .navbar-offcanvas .dropdown-menu {
    transition: none !important; }
  .navbar-offcanvas {
    width: 260px;
    width: calc(100vw - 50px);
    left: -260px;
    left: calc(-100vw + 50px);
    max-width: none;
    z-index: 990; }
  .navbar-offcanvas.offcanvas-transform.in {
    transform: translateX(calc(100vw - 50px)); } }

.header {
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff; }
  @media print {
    .header {
      position: relative; } }
  .header.scrolled {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 768px) {
      .header.scrolled .bar-header, .header.scrolled .top-header, .header.scrolled .list-lang {
        display: none; } }
    @media print {
      .header.scrolled .bar-header, .header.scrolled .top-header, .header.scrolled .list-lang {
        display: none; } }
    .header.scrolled .bar-header {
      display: none; }
  .header .bar-header {
    padding: 1px 0;
    color: #555;
    background-color: #eef4f6; }
    .header .bar-header .txt {
      letter-spacing: 0;
      line-height: 1.3;
      font-size: 9px;
      font-size: 0.9rem; }
      @media only screen and (min-width: 768px) {
        .header .bar-header .txt {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media print {
        .header .bar-header .txt {
          font-size: 12px;
          font-size: 1.2rem; } }
  .header .top-header {
    position: relative;
    background-color: #fff;
    margin: 0 auto; }
  .header .list-header {
    padding: 10px 15px;
    margin: 0;
    list-style: none; }
    @media only screen and (min-width: 768px) {
      .header .list-header {
        margin-right: 10px;
        float: right;
        overflow: hidden;
        padding: 0;
        padding-top: 12px;
        width: 160px; } }
    @media print {
      .header .list-header {
        margin-right: 10px;
        float: right;
        overflow: hidden;
        padding: 0;
        padding-top: 12px;
        width: 160px; } }
    @media only screen and (min-width: 992px) {
      .header .list-header {
        padding-top: 20px;
        width: 180px; } }
    @media print {
      .header .list-header {
        padding-top: 20px;
        width: 180px; } }
    @media only screen and (min-width: 1200px) {
      .header .list-header {
        padding-top: 35px;
        width: auto; } }
    @media print {
      .header .list-header {
        padding-top: 35px;
        width: auto; } }
    .header .list-header li {
      display: inline-block;
      margin-top: 10px;
      font-size: 13px;
      font-size: 1.3rem;
      margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .header .list-header li {
          display: block;
          float: left;
          width: 50%;
          font-size: 12px;
          font-size: 1.2rem;
          margin-right: 0; } }
      @media print {
        .header .list-header li {
          display: block;
          float: left;
          width: 50%;
          font-size: 12px;
          font-size: 1.2rem;
          margin-right: 0; } }
      @media only screen and (min-width: 992px) {
        .header .list-header li {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media print {
        .header .list-header li {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media only screen and (min-width: 1200px) {
        .header .list-header li {
          display: inline-block;
          width: auto;
          float: none;
          margin-top: 0;
          margin-right: 10px; } }
      @media print {
        .header .list-header li {
          display: inline-block;
          width: auto;
          float: none;
          margin-top: 0;
          margin-right: 10px; } }
      .header .list-header li a {
        display: block;
        position: relative;
        color: #555;
        padding-left: 10px;
        line-height: 1; }
        .header .list-header li a::after {
          position: absolute;
          left: 0;
          top: 50%;
          display: block;
          margin-top: -.5em;
          content: '\f105';
          font-family: FontAwesome;
          color: #0064b9; }
        .header .list-header li a:hover {
          color: #0064b9; }
  .header .navbar-brand {
    float: left;
    padding: 12px 0 0;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .header .navbar-brand {
        padding-top: 20px;
        padding-left: 15px; } }
    @media print {
      .header .navbar-brand {
        padding-top: 20px;
        padding-left: 15px; } }
    .header .navbar-brand a {
      display: block;
      width: 161.5px;
      height: 27.5px;
      background-image: url("../img/common/logo-header.png");
      background-repeat: no-repeat;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-size: 100% auto; }
      @media only screen and (min-width: 768px) {
        .header .navbar-brand a {
          width: 258.4px;
          height: 44px; } }
      @media print {
        .header .navbar-brand a {
          width: 258.4px;
          height: 44px; } }
      @media only screen and (min-width: 992px) {
        .header .navbar-brand a {
          width: 323px;
          height: 55px; } }
      @media print {
        .header .navbar-brand a {
          width: 323px;
          height: 55px; } }
  .header .btn-tel {
    display: block;
    float: left;
    color: #fff;
    background-color: #01aff0;
    height: 50px;
    width: 45px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (min-width: 768px) {
      .header .btn-tel {
        margin-top: 22px;
        display: table;
        height: auto;
        width: auto;
        line-height: 1;
        margin-right: 15px;
        background-color: transparent;
        margin-right: 15px; } }
    @media print {
      .header .btn-tel {
        margin-top: 22px;
        display: table;
        height: auto;
        width: auto;
        line-height: 1;
        margin-right: 15px;
        background-color: transparent;
        margin-right: 15px; } }
    @media only screen and (min-width: 992px) {
      .header .btn-tel {
        margin-right: 30px; } }
    @media print {
      .header .btn-tel {
        margin-right: 30px; } }
    .header .btn-tel .left {
      display: table-cell;
      vertical-align: middle;
      background-color: #0064b9;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.1em;
      width: 35px;
      height: 35px;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (min-width: 992px) {
        .header .btn-tel .left {
          width: 48px;
          height: 48px;
          font-size: 18px;
          font-size: 1.8rem; } }
      @media print {
        .header .btn-tel .left {
          width: 48px;
          height: 48px;
          font-size: 18px;
          font-size: 1.8rem; } }
    .header .btn-tel .right {
      display: table-cell;
      padding-left: 5px;
      vertical-align: middle; }
      .header .btn-tel .right .bottom {
        font-weight: bold;
        display: block;
        font-family: "Lato", sans-serif;
        color: #131313;
        font-size: 22px;
        font-size: 2.2rem; }
        @media only screen and (min-width: 992px) {
          .header .btn-tel .right .bottom {
            font-size: 28px;
            font-size: 2.8rem; } }
        @media print {
          .header .btn-tel .right .bottom {
            font-size: 28px;
            font-size: 2.8rem; } }
      .header .btn-tel .right .top {
        color: #777;
        display: block;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.1em;
        margin-bottom: 2px;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 992px) {
          .header .btn-tel .right .top {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media print {
          .header .btn-tel .right .top {
            font-size: 13px;
            font-size: 1.3rem; } }
      .header .btn-tel .right .ruby {
        display: block;
        color: #0064b9;
        line-height: 1;
        font-weight: bold;
        text-align: right;
        letter-spacing: 0.1em;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 992px) {
          .header .btn-tel .right .ruby {
            padding-right: 3px;
            letter-spacing: 0.3em;
            font-size: 10px;
            font-size: 1rem; } }
        @media print {
          .header .btn-tel .right .ruby {
            padding-right: 3px;
            letter-spacing: 0.3em;
            font-size: 10px;
            font-size: 1rem; } }
        .header .btn-tel .right .ruby .txt-01, .header .btn-tel .right .ruby .txt-02 {
          display: inline-block; }
        .header .btn-tel .right .ruby .txt-01 {
          margin-right: 5px;
          letter-spacing: 0; }
          @media only screen and (min-width: 992px) {
            .header .btn-tel .right .ruby .txt-01 {
              letter-spacing: 0.1em;
              margin-right: 12px; } }
          @media print {
            .header .btn-tel .right .ruby .txt-01 {
              letter-spacing: 0.1em;
              margin-right: 12px; } }
    .header .btn-tel a {
      color: #fff;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .header .btn-tel a {
          color: #0064b9; } }
      @media print {
        .header .btn-tel a {
          color: #0064b9; } }
  .header .btn-contact {
    display: block;
    float: left;
    background-color: #e4bc00;
    height: 50px;
    width: 45px;
    line-height: 50px;
    padding-top: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    transition: all 0.2s linear;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .header .btn-contact {
        padding-top: 15px;
        width: 100px;
        height: 80px;
        line-height: 1;
        margin-right: -15px; } }
    @media print {
      .header .btn-contact {
        padding-top: 15px;
        width: 100px;
        height: 80px;
        line-height: 1;
        margin-right: -15px; } }
    @media only screen and (min-width: 992px) {
      .header .btn-contact {
        padding-top: 25px;
        width: 150px;
        height: 95px; } }
    @media print {
      .header .btn-contact {
        padding-top: 25px;
        width: 150px;
        height: 95px; } }
    .header .btn-contact .icon {
      display: block; }
      .header .btn-contact .icon img {
        width: 25px; }
        @media only screen and (min-width: 768px) {
          .header .btn-contact .icon img {
            width: 30px; } }
        @media print {
          .header .btn-contact .icon img {
            width: 30px; } }
    .header .btn-contact .txt {
      margin-top: 10px;
      display: none; }
      @media only screen and (min-width: 768px) {
        .header .btn-contact .txt {
          display: block;
          font-size: 13px;
          font-size: 1.3rem; } }
      @media print {
        .header .btn-contact .txt {
          display: block;
          font-size: 13px;
          font-size: 1.3rem; } }
      @media only screen and (min-width: 992px) {
        .header .btn-contact .txt {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media print {
        .header .btn-contact .txt {
          font-size: 14px;
          font-size: 1.4rem; } }
    .header .btn-contact:visited {
      color: #fff; }
    .header .btn-contact:hover {
      color: #fff;
      opacity: .7; }
  .header .navbar-toggle {
    margin: 0;
    margin-right: -15px;
    padding: 5px 8px;
    padding-top: 8px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: none;
    background-color: #0064b9; }
    .header .navbar-toggle:hover, .header .navbar-toggle:focus, .header .navbar-toggle:active {
      background-color: #0064b9 !important; }
    .header .navbar-toggle .txt {
      display: block;
      vertical-align: middle;
      margin-bottom: 5px;
      line-height: 1;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      color: #fff;
      letter-spacing: .1em;
      font-size: 9px;
      font-size: 0.9rem; }
    .header .navbar-toggle .icon-bar {
      background-color: #fff !important;
      border-radius: 2px;
      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); }
  .header .bottom-header {
    position: relative;
    border-top: 0;
    padding-left: 0;
    background-color: #fff; }
    .header .bottom-header .navbar-menu {
      display: block;
      padding: 0;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .header .bottom-header .navbar-menu {
          margin-left: -15px;
          margin-right: -15px; } }
      @media print {
        .header .bottom-header .navbar-menu {
          margin-left: -15px;
          margin-right: -15px; } }
  .header .navbar-offcanvas {
    background-color: #fff;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .header .navbar-offcanvas {
        background-color: transparent; } }
    @media print {
      .header .navbar-offcanvas {
        background-color: transparent; } }
  .header .navbar-nav {
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .header .navbar-nav {
        width: 100%;
        padding: 0;
        margin: 0;
        display: table;
        float: none;
        border-right: 1px solid #eee; } }
    @media print {
      .header .navbar-nav {
        width: 100%;
        padding: 0;
        margin: 0;
        display: table;
        float: none;
        border-right: 1px solid #eee; } }
    @media only screen and (min-width: 1200px) {
      .header .navbar-nav {
        table-layout: fixed; } }
    @media print {
      .header .navbar-nav {
        table-layout: fixed; } }
    .header .navbar-nav::after, .header .navbar-nav::before {
      content: none; }
    .header .navbar-nav > li {
      padding: 0;
      border-bottom: 1px solid #ddd;
      color: #131313; }
      @media only screen and (min-width: 768px) {
        .header .navbar-nav > li {
          display: table-cell;
          vertical-align: middle;
          float: none;
          border: none;
          border-left: 1px solid #eee; } }
      @media print {
        .header .navbar-nav > li {
          display: table-cell;
          vertical-align: middle;
          float: none;
          border: none;
          border-left: 1px solid #eee; } }
      .header .navbar-nav > li .link-gnav {
        display: block;
        position: relative;
        padding: 15px 15px;
        line-height: 1.3;
        cursor: pointer;
        color: #333;
        font-weight: 600;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (min-width: 768px) {
          .header .navbar-nav > li .link-gnav {
            font-size: 12px;
            font-size: 1.2rem;
            width: 100%;
            letter-spacing: 0;
            padding: 22px 1px;
            text-align: center;
            transition: all 0.2s linear; } }
        @media print {
          .header .navbar-nav > li .link-gnav {
            font-size: 12px;
            font-size: 1.2rem;
            width: 100%;
            letter-spacing: 0;
            padding: 22px 1px;
            text-align: center;
            transition: all 0.2s linear; } }
        @media only screen and (min-width: 992px) {
          .header .navbar-nav > li .link-gnav {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media print {
          .header .navbar-nav > li .link-gnav {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media print {
          .header .navbar-nav > li .link-gnav {
            padding: 15px 5px; } }
        .header .navbar-nav > li .link-gnav.active, .header .navbar-nav > li .link-gnav:active, .header .navbar-nav > li .link-gnav:focus {
          color: #fff;
          background-color: #01aff0; }
      @media only screen and (min-width: 768px) {
        .header .navbar-nav > li:hover .link-gnav {
          background-color: #01aff0;
          color: #fff; }
        .header .navbar-nav > li .link-gnav:hover {
          background-color: #01aff0;
          color: #fff; } }
      @media print {
        .header .navbar-nav > li:hover .link-gnav {
          background-color: #01aff0;
          color: #fff; }
        .header .navbar-nav > li .link-gnav:hover {
          background-color: #01aff0;
          color: #fff; } }

.dropdown {
  position: relative;
  line-height: 1; }
  .dropdown .link-gnav {
    position: relative; }
    .dropdown .link-gnav::before {
      position: absolute;
      right: 5px;
      top: 50%;
      display: block;
      margin-top: -4px;
      line-height: 1;
      font-size: 10px;
      font-size: 1rem;
      font-family: FontAwesome;
      color: #0064b9;
      content: '\f0d7'; }
      @media only screen and (min-width: 768px) {
        .dropdown .link-gnav::before {
          left: 50%;
          margin-left: -5px;
          bottom: 2px;
          top: auto;
          right: auto;
          content: '\f0d7'; } }
      @media print {
        .dropdown .link-gnav::before {
          left: 50%;
          margin-left: -5px;
          bottom: 2px;
          top: auto;
          right: auto;
          content: '\f0d7'; } }
  .dropdown .dropdown-menu {
    border: none;
    padding: 0;
    left: 0;
    overflow: hidden;
    list-style: none;
    width: 100%;
    right: auto;
    float: none;
    border-radius: 0;
    border-top: 1px solid #eee;
    background: none;
    min-width: 200px;
    display: none; }
    @media only screen and (min-width: 768px) {
      .dropdown .dropdown-menu {
        border-radius: 5px;
        width: 180px;
        background-color: #fff;
        border: none; } }
    @media print {
      .dropdown .dropdown-menu {
        border-radius: 5px;
        width: 180px;
        background-color: #fff;
        border: none; } }
    @media only screen and (min-width: 768px) {
      .dropdown .dropdown-menu.last {
        left: auto;
        right: 0; } }
    @media print {
      .dropdown .dropdown-menu.last {
        left: auto;
        right: 0; } }
    .dropdown .dropdown-menu li {
      display: block !important;
      border-top: 1px solid #eee;
      margin: 0; }
      .dropdown .dropdown-menu li:first-child {
        border-top: none !important; }
      @media only screen and (min-width: 768px) {
        .dropdown .dropdown-menu li {
          border-top: 1px solid #eee; } }
      @media print {
        .dropdown .dropdown-menu li {
          border-top: 1px solid #eee; } }
      .dropdown .dropdown-menu li a {
        position: relative;
        padding: 12px 15px;
        padding-left: 30px;
        text-align: left;
        color: #333;
        background-color: #f9f9f9;
        letter-spacing: 0;
        font-weight: 600;
        white-space: normal;
        line-height: 1.3;
        font-size: 13px;
        font-size: 1.3rem; }
        @media only screen and (min-width: 768px) {
          .dropdown .dropdown-menu li a {
            padding: 20px 15px;
            width: 100%;
            background-color: transparent;
            transition: all 0.25s linear; }
            .dropdown .dropdown-menu li a:hover {
              background-color: #eef4f6;
              color: #0064b9; } }
        @media print {
          .dropdown .dropdown-menu li a {
            padding: 20px 15px;
            width: 100%;
            background-color: transparent;
            transition: all 0.25s linear; }
            .dropdown .dropdown-menu li a:hover {
              background-color: #eef4f6;
              color: #0064b9; } }
        .dropdown .dropdown-menu li a .min {
          font-size: 85%;
          font-family: "Lato", sans-serif;
          opacity: .8; }
        .dropdown .dropdown-menu li a::after {
          position: absolute;
          right: 5px;
          top: 50%;
          display: block;
          margin-top: -5px;
          line-height: 1;
          content: '\f105';
          font-size: 10px;
          font-size: 1rem;
          font-family: FontAwesome;
          color: #0064b9; }
        .dropdown .dropdown-menu li a.external::after {
          content: '\f08e'; }

/* =====================
  footer
===================== */
.section-area .ttl-area img {
  width: 280px; }
  @media only screen and (min-width: 768px) {
    .section-area .ttl-area img {
      width: 496px; } }
  @media print {
    .section-area .ttl-area img {
      width: 496px; } }

.section-area .illust-area {
  width: 300px; }
  @media only screen and (min-width: 768px) {
    .section-area .illust-area {
      width: 452px; } }
  @media print {
    .section-area .illust-area {
      width: 452px; } }

.section-area .pt20 {
  padding-top: 20px; }

.section-contact {
  background-color: #267bc3;
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .section-contact {
      padding: 30px; } }
  @media print {
    .section-contact {
      padding: 30px; } }
  @media only screen and (min-width: 768px) {
    .section-contact .row-contact {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  @media print {
    .section-contact .row-contact {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  .section-contact .row-contact .col {
    text-align: center;
    border-bottom: 1px solid #68a3d5;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .section-contact .row-contact .col {
        display: table-cell;
        vertical-align: middle;
        border-bottom: none;
        border-right: 1px solid #68a3d5;
        padding: 10px; } }
    @media print {
      .section-contact .row-contact .col {
        display: table-cell;
        vertical-align: middle;
        border-bottom: none;
        border-right: 1px solid #68a3d5;
        padding: 10px; } }
    .section-contact .row-contact .col.left {
      padding-top: 0; }
  .section-contact .row-contact .btn-base {
    width: 90%; }
  .section-contact .row-contact .btn-tel {
    margin: 0 auto;
    display: table; }
    .section-contact .row-contact .btn-tel .left {
      display: table-cell;
      vertical-align: middle;
      background-color: #fff;
      color: #0064b9;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.1em;
      width: 40px;
      height: 40px;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (min-width: 992px) {
        .section-contact .row-contact .btn-tel .left {
          width: 48px;
          height: 48px;
          font-size: 18px;
          font-size: 1.8rem; } }
      @media print {
        .section-contact .row-contact .btn-tel .left {
          width: 48px;
          height: 48px;
          font-size: 18px;
          font-size: 1.8rem; } }
    .section-contact .row-contact .btn-tel .right {
      display: table-cell;
      padding-left: 5px;
      vertical-align: middle;
      color: #fff; }
      .section-contact .row-contact .btn-tel .right .bottom {
        font-weight: bold;
        display: block;
        font-family: "Lato", sans-serif;
        font-size: 22px;
        font-size: 2.2rem; }
        @media only screen and (min-width: 992px) {
          .section-contact .row-contact .btn-tel .right .bottom {
            font-size: 28px;
            font-size: 2.8rem; } }
        @media print {
          .section-contact .row-contact .btn-tel .right .bottom {
            font-size: 28px;
            font-size: 2.8rem; } }
      .section-contact .row-contact .btn-tel .right .top {
        display: block;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.1em;
        margin-bottom: 2px;
        color: #e4bc00;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 992px) {
          .section-contact .row-contact .btn-tel .right .top {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media print {
          .section-contact .row-contact .btn-tel .right .top {
            font-size: 13px;
            font-size: 1.3rem; } }
      .section-contact .row-contact .btn-tel .right .ruby {
        display: block;
        color: #fff;
        line-height: 1;
        font-weight: bold;
        text-align: right;
        letter-spacing: 0.1em;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 992px) {
          .section-contact .row-contact .btn-tel .right .ruby {
            padding-right: 3px;
            letter-spacing: 0.3em;
            font-size: 10px;
            font-size: 1rem; } }
        @media print {
          .section-contact .row-contact .btn-tel .right .ruby {
            padding-right: 3px;
            letter-spacing: 0.3em;
            font-size: 10px;
            font-size: 1rem; } }
        .section-contact .row-contact .btn-tel .right .ruby .txt-01, .section-contact .row-contact .btn-tel .right .ruby .txt-02 {
          display: inline-block; }
        .section-contact .row-contact .btn-tel .right .ruby .txt-01 {
          margin-right: 5px;
          letter-spacing: 0; }
          @media only screen and (min-width: 992px) {
            .section-contact .row-contact .btn-tel .right .ruby .txt-01 {
              letter-spacing: 0.1em;
              margin-right: 12px; } }
          @media print {
            .section-contact .row-contact .btn-tel .right .ruby .txt-01 {
              letter-spacing: 0.1em;
              margin-right: 12px; } }
      .section-contact .row-contact .btn-tel .right span {
        line-height: 1; }
    .section-contact .row-contact .btn-tel a {
      color: #fff;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .section-contact .row-contact .btn-tel a {
          color: #0064b9; } }
      @media print {
        .section-contact .row-contact .btn-tel a {
          color: #0064b9; } }

.section-sponsor {
  background-color: #267bc3;
  padding: 40px 20px 30px;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .section-sponsor {
      padding: 40px 6vw;
    margin-top: 40px; } }
  @media print {
    .section-sponsor {
      padding: 40px; 
    } }
  @media only screen and (min-width: 768px) {
    .section-sponsor .row-sponsor {
      position: relative;
      display: table;
      width: 100%;
      table-layout: fixed; } }
  @media print {
    .section-sponsor .row-sponsor {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  @media only screen and (min-width: 991px) {
    .section-sponsor .row-sponsor p {
      text-align: center;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-sponsor .row-sponsor p {
      text-align: center;
    }
  }
  .section-sponsor .row-sponsor img.team-logo {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 768px) {
    .section-sponsor .row-sponsor img.team-logo {
      margin-bottom: 0;
    }  
  }
  .section-sponsor .row-sponsor img.team-character {
    width: 150px;
  }
  @media only screen and (min-width: 768px) {
    .section-sponsor .row-sponsor img.team-character {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);  
    }
  }

.footer {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding-top: 40px;
      font-size: 13px;
      font-size: 1.3rem; } }
  @media print {
    .footer {
      padding-top: 40px;
      font-size: 13px;
      font-size: 1.3rem; } }
  .footer .footer-top {
    padding-bottom: 30px; }
  .footer .ttl img {
    width: 240px; }
    @media only screen and (min-width: 768px) {
      .footer .ttl img {
        width: 323px; } }
    @media print {
      .footer .ttl img {
        width: 323px; } }
      .footer .btn-tel {
        display: table; }
        @media screen and ( min-width: 768px){
            .footer .btn-tel {
                margin-left: 0;
                display: table; }
        }
    .footer .btn-tel .left {
      display: table-cell;
      vertical-align: middle;
      background-color: #0064b9;
      color: #fff;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.1em;
      width: 40px;
      height: 40px;
      font-size: 16px;
      font-size: 1.6rem; }
      @media only screen and (min-width: 992px) {
        .footer .btn-tel .left {
          width: 48px;
          height: 48px;
          font-size: 18px;
          font-size: 1.8rem; } }
      @media print {
        .footer .btn-tel .left {
          width: 48px;
          height: 48px;
          font-size: 18px;
          font-size: 1.8rem; } }
    .footer .btn-tel .right {
      display: table-cell;
      padding-left: 5px;
      vertical-align: middle;
      color: #131313; }
      .footer .btn-tel .right .bottom {
        font-weight: bold;
        display: block;
        font-family: "Lato", sans-serif;
        font-size: 22px;
        font-size: 2.2rem; }
        @media only screen and (min-width: 992px) {
          .footer .btn-tel .right .bottom {
            font-size: 28px;
            font-size: 2.8rem; } }
        @media print {
          .footer .btn-tel .right .bottom {
            font-size: 28px;
            font-size: 2.8rem; } }
      .footer .btn-tel .right .top {
        color: #777;
        display: block;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.1em;
        margin-bottom: 2px;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 992px) {
          .footer .btn-tel .right .top {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media print {
          .footer .btn-tel .right .top {
            font-size: 13px;
            font-size: 1.3rem; } }
      .footer .btn-tel .right .ruby {
        display: block;
        color: #0064b9;
        line-height: 1;
        font-weight: bold;
        text-align: right;
        letter-spacing: 0.1em;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 992px) {
          .footer .btn-tel .right .ruby {
            padding-right: 3px;
            letter-spacing: 0.3em;
            font-size: 10px;
            font-size: 1rem; } }
        @media print {
          .footer .btn-tel .right .ruby {
            padding-right: 3px;
            letter-spacing: 0.3em;
            font-size: 10px;
            font-size: 1rem; } }
        .footer .btn-tel .right .ruby .txt-01, .footer .btn-tel .right .ruby .txt-02 {
          display: inline-block; }
        .footer .btn-tel .right .ruby .txt-01 {
          margin-right: 5px;
          letter-spacing: 0; }
          @media only screen and (min-width: 992px) {
            .footer .btn-tel .right .ruby .txt-01 {
              letter-spacing: 0.1em;
              margin-right: 12px; } }
          @media print {
            .footer .btn-tel .right .ruby .txt-01 {
              letter-spacing: 0.1em;
              margin-right: 12px; } }
      .footer .btn-tel .right span {
        line-height: 1; }
    .footer .btn-tel a {
      color: #0064b9;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .footer .btn-tel a {
          color: #0064b9; } }
      @media print {
        .footer .btn-tel a {
          color: #0064b9; } }
  .footer .nav-footer {
    border-top: 3px solid #0064b9;
    padding-top: 20px;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .footer .nav-footer {
        padding-top: 0;
        border-top: none;
        display: table;
        width: 100%;
        table-layout: fixed; } }
    @media print {
      .footer .nav-footer {
        padding-top: 0;
        border-top: none;
        display: table;
        width: 100%;
        table-layout: fixed; } }
    .footer .nav-footer .list-footer {
      padding: 0;
      margin: 0;
      list-style: none; }
      @media only screen and (min-width: 768px) {
        .footer .nav-footer .list-footer {
          display: table-cell;
          vertical-align: top;
          float: none;
          width: auto;
          padding-top: 15px;
          padding-right: 30px; } }
      @media print {
        .footer .nav-footer .list-footer {
          display: table-cell;
          vertical-align: top;
          float: none;
          width: auto;
          padding-top: 15px;
          padding-right: 30px; } }
      .footer .nav-footer .list-footer > li {
        float: left;
        width: 50%;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 768px) {
          .footer .nav-footer .list-footer > li {
            float: none;
            width: auto;
            font-size: 12px;
            font-size: 1.2rem; } }
        @media print {
          .footer .nav-footer .list-footer > li {
            float: none;
            width: auto;
            font-size: 12px;
            font-size: 1.2rem; } }
        .footer .nav-footer .list-footer > li.parent {
          clear: both;
          float: none;
          width: 100%; }
        @media only screen and (min-width: 768px) {
          .footer .nav-footer .list-footer > li:first-child {
            border-top: 3px solid #0064b9;
            padding-top: 20px; } }
        @media print {
          .footer .nav-footer .list-footer > li:first-child {
            border-top: 3px solid #0064b9;
            padding-top: 20px; } }
      .footer .nav-footer .list-footer > li {
        margin-bottom: 8px;
        font-weight: bold;
        letter-spacing: 0; }
        .footer .nav-footer .list-footer > li > a {
          display: block;
          position: relative;
          color: #131313;
          padding-left: 12px; }
          .footer .nav-footer .list-footer > li > a::after {
            position: absolute;
            left: 0;
            top: 50%;
            display: block;
            margin-top: -.5em;
            line-height: 1;
            content: '\f054';
            font-size: 10px;
            font-size: 1rem;
            font-family: FontAwesome;
            color: #01aff0; }
        .footer .nav-footer .list-footer > li ul {
          padding: 0;
          padding-left: 5px;
          margin: 0;
          margin-top: 5px;
          list-style: none;
          overflow: hidden; }
          .footer .nav-footer .list-footer > li ul li {
            margin-bottom: 5px;
            font-weight: normal;
            float: left;
            width: 50%;
            font-size: 10px;
            font-size: 1rem; }
            @media only screen and (min-width: 768px) {
              .footer .nav-footer .list-footer > li ul li {
                float: none;
                width: auto;
                font-size: 12px;
                font-size: 1.2rem; } }
            @media print {
              .footer .nav-footer .list-footer > li ul li {
                float: none;
                width: auto;
                font-size: 12px;
                font-size: 1.2rem; } }
            .footer .nav-footer .list-footer > li ul li a {
              display: block;
              position: relative;
              color: #555;
              padding-left: 10px; }
              .footer .nav-footer .list-footer > li ul li a::after {
                position: absolute;
                left: 0;
                top: 50%;
                width: 5px;
                height: 1px;
                display: block;
                content: " ";
                background-color: #01aff0; }
  .footer .copy {
    color: #0064b9;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-size: 1.2rem; }
    .footer .copy p {
      padding: 5px;
      font-weight: bold; }

/* =====================
  toppage
===================== */
.wrapper-mv {
  position: relative;
  background-color: #0064b9;
  padding-bottom: 15px;
  padding-right: 15%; }
  @media only screen and (min-width: 768px) {
    .wrapper-mv {
      padding-bottom: 60px;
      padding-right: 25%; } }
  @media print {
    .wrapper-mv {
      padding-bottom: 60px;
      padding-right: 25%; } }
  @media print {
    .wrapper-mv {
      height: 660px;
      background-image: url(../img/common/mv-print.jpg);
      background-position: center center;
      background-repeat: no-repeat; }
      .wrapper-mv .mv {
        display: none; } }
  .wrapper-mv .mv {
    z-index: 1;
    overflow: hidden; }
    .wrapper-mv .mv .txt-mv {
      position: absolute;
      right: 2px;
      top: 90px;
      z-index: 90; }
      @media only screen and (min-width: 768px) {
        .wrapper-mv .mv .txt-mv {
          top: 150px; } }
      @media print {
        .wrapper-mv .mv .txt-mv {
          top: 150px; } }
      @media only screen and (min-width: 992px) {
        .wrapper-mv .mv .txt-mv {
          right: 3%;
          top: 150px; } }
      @media print {
        .wrapper-mv .mv .txt-mv {
          right: 3%;
          top: 150px; } }
      .wrapper-mv .mv .txt-mv img {
        width: 240px; }
        @media only screen and (min-width: 768px) {
          .wrapper-mv .mv .txt-mv img {
            width: 480px; } }
        @media print {
          .wrapper-mv .mv .txt-mv img {
            width: 480px; } }
        @media only screen and (min-width: 992px) {
          .wrapper-mv .mv .txt-mv img {
            width: 725px; } }
        @media print {
          .wrapper-mv .mv .txt-mv img {
            width: 725px; } }

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

@keyframes scale {
  0% {
    transform: scale(1.07) rotate(0.1deg); }
  100% {
    transform: scale(1) rotate(0.1deg); } }
  .wrapper-mv .sp-slide::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    opacity: .6; }
  .wrapper-mv .sp-slide.sp-selected::after {
    animation: cover 4s linear infinite alternate; }
  .wrapper-mv .sp-slide img {
    transform: scale(1) rotate(0.1deg);
    transition: transform 0.2s ease; }
  .wrapper-mv .sp-slide.sp-selected img {
    animation: scale 5s ease infinite alternate; }

.section-top-cred {
  position: relative; }
  .section-top-cred .coupon {
    position: absolute;
    left: 10px;
    top: -30px;
    z-index: 90; }
    @media only screen and (min-width: 768px) {
      .section-top-cred .coupon {
        left: 10%;
        top: -180px; } }
    @media print {
      .section-top-cred .coupon {
        left: 10%;
        top: -180px; } }
    .section-top-cred .coupon img {
      width: 100px; }
      @media only screen and (min-width: 768px) {
        .section-top-cred .coupon img {
          width: 200px; } }
      @media print {
        .section-top-cred .coupon img {
          width: 200px; } }

.block-cred-top {
  position: relative; }
  .block-cred-top .num {
    position: absolute;
    left: 0;
    top: 0;
    color: #01aff0;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
    font-size: 24px;
    font-size: 2.4rem; }
    @media only screen and (min-width: 768px) {
      .block-cred-top .num {
        padding-bottom: 10px;
        font-size: 48px;
        font-size: 4.8rem; } }
    @media print {
      .block-cred-top .num {
        padding-bottom: 10px;
        font-size: 48px;
        font-size: 4.8rem; } }
    .block-cred-top .num::after {
      position: absolute;
      display: block;
      content: " ";
      width: 10px;
      height: 3px;
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      background-color: #0064b9; }
      @media only screen and (min-width: 768px) {
        .block-cred-top .num::after {
          width: 16px;
          height: 4px;
          margin-left: -8px; } }
      @media print {
        .block-cred-top .num::after {
          width: 16px;
          height: 4px;
          margin-left: -8px; } }
  .block-cred-top .icon {
    padding-top: 5px;
    padding-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .block-cred-top .icon {
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media print {
      .block-cred-top .icon {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .block-cred-top .icon img {
      width: 70px; }
      @media only screen and (min-width: 768px) {
        .block-cred-top .icon img {
          width: 140px; } }
      @media print {
        .block-cred-top .icon img {
          width: 140px; } }
  .block-cred-top .ttl {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (min-width: 768px) {
      .block-cred-top .ttl {
        margin-bottom: 15px;
        letter-spacing: 0.05em;
        font-size: 19px;
        font-size: 1.9rem; } }
    @media print {
      .block-cred-top .ttl {
        margin-bottom: 15px;
        letter-spacing: 0.05em;
        font-size: 19px;
        font-size: 1.9rem; } }
    @media only screen and (min-width: 992px) {
      .block-cred-top .ttl {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media print {
      .block-cred-top .ttl {
        font-size: 22px;
        font-size: 2.2rem; } }
    .block-cred-top .ttl span {
      position: relative;
      display: inline-block;
      line-height: 1.5; }
      .block-cred-top .ttl span::after {
        position: absolute;
        display: block;
        content: " ";
        width: 100%;
        height: .5em;
        bottom: 0;
        background-color: #b2e7fa;
        z-index: -1; }
  .block-cred-top .txt {
    font-size: 10px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .block-cred-top .txt {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .block-cred-top .txt {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media only screen and (min-width: 992px) {
      .block-cred-top .txt {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print {
      .block-cred-top .txt {
        font-size: 16px;
        font-size: 1.6rem; } }

a.block-news {
  color: #131313; }
  a.block-news .content::after {
    position: absolute;
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    background-image: url(../img/common/arrow-news.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 2px;
    bottom: 2px; }
  @media only screen and (min-width: 768px) {
    a.block-news:hover {
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
      a.block-news:hover .thumb img {
        transform: scale(1.08); } }
  @media print {
    a.block-news:hover {
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
      a.block-news:hover .thumb img {
        transform: scale(1.08); } }

.block-news {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.25s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }
  @media only screen and (min-width: 768px) {
    .block-news {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); } }
  @media print {
    .block-news {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); } }
  .block-news .thumb {
    background-color: #fff;
    padding-bottom: 60%; }
    .block-news .thumb img {
      transition: all 0.5s ease;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .block-news .content {
    position: relative;
    padding: 10px 10px 20px; }
    @media only screen and (min-width: 768px) {
      .block-news .content {
        padding: 10px 20px 30px;
        min-height: 120px; } }
    @media print {
      .block-news .content {
        padding: 10px 20px 30px;
        min-height: 120px; } }
    .block-news .content .cat {
      position: absolute;
      left: -5px;
      top: -10px;
      min-width: 80px;
      line-height: 1.2;
      padding: 2px 10px 1px;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 11px;
      font-size: 1.1rem; }
      @media only screen and (min-width: 768px) {
        .block-news .content .cat {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media print {
        .block-news .content .cat {
          font-size: 13px;
          font-size: 1.3rem; } }
    .block-news .content .date {
      text-align: right;
      color: #999;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      letter-spacing: 0.1em;
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        .block-news .content .date {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media print {
        .block-news .content .date {
          font-size: 13px;
          font-size: 1.3rem; } }
    .block-news .content .txt {
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 768px) {
        .block-news .content .txt {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media print {
        .block-news .content .txt {
          font-size: 15px;
          font-size: 1.5rem; } }

@media only screen and (min-width: 768px) {
  .row-service {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    border-right: 1px solid #ddd; } }

@media print {
  .row-service {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    border-right: 1px solid #ddd; } }

.row-service .col {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  color: #131313;
  background-image: url(../img/common/arrow-service.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right 3px bottom 3px; }
  @media only screen and (min-width: 768px) {
    .row-service .col {
      display: table-cell;
      width: auto;
      vertical-align: top;
      border-left: 1px solid #ddd;
      background-size: 30px 30px;
      transition: all 0.2s linear; }
      .row-service .col:hover {
        background-color: #f4f4f6; }
        .row-service .col:hover .thumb img {
          transform: scale(1.03); } }
  @media print {
    .row-service .col {
      display: table-cell;
      width: auto;
      vertical-align: top;
      border-left: 1px solid #ddd;
      background-size: 30px 30px;
      transition: all 0.2s linear; }
      .row-service .col:hover {
        background-color: #f4f4f6; }
        .row-service .col:hover .thumb img {
          transform: scale(1.03); } }

.row-service .thumb {
  padding-bottom: 60%;
  background-color: #ddd; }
  .row-service .thumb img {
    transition: all 0.4s linear; }

.row-service .content {
  position: relative;
  padding: 30px 20px; }
  @media only screen and (min-width: 768px) {
    .row-service .content {
      padding: 60px 10px 40px; } }
  @media print {
    .row-service .content {
      padding: 60px 10px 40px; } }
  @media only screen and (min-width: 992px) {
    .row-service .content {
      padding: 60px 30px 40px; } }
  @media print {
    .row-service .content {
      padding: 60px 30px 40px; } }
  .row-service .content .icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px; }
    @media only screen and (min-width: 768px) {
      .row-service .content .icon {
        top: -50px;
        margin-left: -50px; } }
    @media print {
      .row-service .content .icon {
        top: -50px;
        margin-left: -50px; } }
    .row-service .content .icon img {
      width: 50px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .row-service .content .icon img {
          width: 100px; } }
      @media print {
        .row-service .content .icon img {
          width: 100px; } }
  .row-service .content .ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .row-service .content .ttl {
        margin-bottom: 10px; } }
    @media print {
      .row-service .content .ttl {
        margin-bottom: 10px; } }
  .row-service .content .txt {
    max-width: 380px;
    margin: 0 auto;
    font-size: 11px;
    font-size: 1.1rem; }
    @media only screen and (min-width: 768px) {
      .row-service .content .txt {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .row-service .content .txt {
        font-size: 14px;
        font-size: 1.4rem; } }

.section-top-company {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .section-top-company {
      padding-top: 360px;
      padding-bottom: 0; } }
  @media print {
    .section-top-company {
      padding-top: 360px;
      padding-bottom: 0; } }
  .section-top-company .ttl {
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: -40px;
    padding: 10px 30px;
    transform: translate(-50%, 0); }
    @media only screen and (min-width: 768px) {
      .section-top-company .ttl {
        padding: 20px 50px;
        top: -50px; } }
    @media print {
      .section-top-company .ttl {
        padding: 20px 50px;
        top: -50px; } }
  .section-top-company::before {
    position: absolute;
    z-index: -1;
    display: block;
    content: " ";
    background-image: url(../img/common/bg-company.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    @media only screen and (min-width: 768px) {
      .section-top-company::before {
        height: 460px; } }
    @media print {
      .section-top-company::before {
        height: 460px; } }

.btn-top-company {
  position: relative;
  display: block;
  text-align: center;
  background-color: #0064b9;
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
  border-radius: 5px;
  transition: all 0.25s ease; }
  @media only screen and (min-width: 768px) {
    .btn-top-company {
      padding: 40px 15px; }
      .btn-top-company:hover {
        color: #fff; }
        .btn-top-company:hover.btn-01 {
          background-color: #2185da; }
        .btn-top-company:hover.btn-02 {
          background-color: #42c6f7; }
        .btn-top-company:hover.btn-03 {
          background-color: #7fe3ec; } }
  @media print {
    .btn-top-company {
      padding: 40px 15px; }
      .btn-top-company:hover {
        color: #fff; }
        .btn-top-company:hover.btn-01 {
          background-color: #2185da; }
        .btn-top-company:hover.btn-02 {
          background-color: #42c6f7; }
        .btn-top-company:hover.btn-03 {
          background-color: #7fe3ec; } }
  .btn-top-company.btn-02 {
    background-color: #01aff0; }
  .btn-top-company.btn-03 {
    background-color: #50c6d1; }
  .btn-top-company::after {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    margin-top: -.5em;
    line-height: 1;
    content: '\f054';
    font-size: 15px;
    font-size: 1.5rem;
    font-family: FontAwesome;
    color: #fff; }
  .btn-top-company .ja, .btn-top-company .en {
    display: block;
    line-height: 1; }
  .btn-top-company .ja {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .btn-top-company .ja {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 24px;
        font-size: 2.4rem; } }
    @media print {
      .btn-top-company .ja {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 24px;
        font-size: 2.4rem; } }
    .btn-top-company .ja::after {
      position: absolute;
      display: block;
      content: " ";
      width: 60px;
      height: 2px;
      bottom: 0;
      left: 50%;
      margin-left: -30px;
      background-color: #fff; }
  .btn-top-company .en {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .btn-top-company .en {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media print {
      .btn-top-company .en {
        font-size: 15px;
        font-size: 1.5rem; } }

.section-top-recruit {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #e6f1ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6f1ff',GradientType=0 ); }
  .section-top-recruit .bg {
    padding-top: 40px;
    padding-bottom: 210px !important;
    /*background-image: url(../img/common/bg-recruit.png);*/
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: auto 200px; }
    @media only screen and (min-width: 768px) {
      .section-top-recruit .bg {
        padding-top: 100px;
        padding-bottom: 60px !important;
        background-size: 50% auto;
        background-position: right bottom; } }
    @media print {
      .section-top-recruit .bg {
        padding-top: 100px;
        padding-bottom: 60px !important;
        background-size: 50% auto;
        background-position: right bottom; } }
    @media only screen and (min-width: 1200px) {
      .section-top-recruit .bg {
        background-size: auto auto;
        background-position: 78% bottom; } }
    @media print {
      .section-top-recruit .bg {
        background-size: auto auto;
        background-position: 78% bottom; } }

/* =====================
  subpage
===================== */
.pgttl {
  background-color: #eef4f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .pgttl .tb-pgttl {
    display: table;
    width: 100%; }
    .pgttl .tb-pgttl .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 100px; }
      @media only screen and (min-width: 768px) {
        .pgttl .tb-pgttl .inner {
          height: 240px; } }
      @media print {
        .pgttl .tb-pgttl .inner {
          height: 240px; } }
      .pgttl .tb-pgttl .inner .ttl {
        display: inline-block;
        background-color: #0064b9;
        background-color: rgba(0, 100, 185, 0.85);
        color: #fff;
        padding: 10px 15px;
        font-weight: bold;
        font-size: 17px;
        font-size: 1.7rem; }
        @media only screen and (min-width: 768px) {
          .pgttl .tb-pgttl .inner .ttl {
            padding: 15px 40px;
            font-size: 32px;
            font-size: 3.2rem; } }
        @media print {
          .pgttl .tb-pgttl .inner .ttl {
            padding: 15px 40px;
            font-size: 32px;
            font-size: 3.2rem; } }
  .pgttl.trapkeeper {
    background-image: url(../img/common/bg-pgttl-trapkeeper.jpg); }
    .pgttl.trapkeeper .tb-pgttl .inner {
      height: 200px; }
      @media only screen and (min-width: 768px) {
        .pgttl.trapkeeper .tb-pgttl .inner {
          height: 420px; } }
      @media print {
        .pgttl.trapkeeper .tb-pgttl .inner {
          height: 420px; } }
      @media only screen and (min-width: 1200px) {
        .pgttl.trapkeeper .tb-pgttl .inner {
          height: 520px; } }
      @media print {
        .pgttl.trapkeeper .tb-pgttl .inner {
          height: 520px; } }
  .pgttl.recruitment {
    background-color: #fff;
    background-image: url(../img/common/bg-pgttllll-recruit.jpg);
    background-size: 680px auto; }
    @media only screen and (min-width: 768px) {
      .pgttl.recruitment {
        background-size: auto auto; } }
    @media print {
      .pgttl.recruitment {
        background-size: auto auto; } }
    .pgttl.recruitment .tb-pgttl .inner {
      height: 230px; }
      @media only screen and (min-width: 768px) {
        .pgttl.recruitment .tb-pgttl .inner {
          height: 580px; } }
      @media print {
        .pgttl.recruitment .tb-pgttl .inner {
          height: 580px; } }
    .pgttl.recruitment .ttl-img img {
      width: 300px; }
      @media only screen and (min-width: 768px) {
        .pgttl.recruitment .ttl-img img {
          width: 518px; } }
      @media print {
        .pgttl.recruitment .ttl-img img {
          width: 518px; } }
  .pgttl.sp {
    background-image: url(../img/common/bg-pgttl-sp.jpg); }
  .pgttl.training {
    background-image: url(../img/common/bg-pgttl-recruit-02.jpg); }
  .pgttl.point {
    background-image: url(../img/common/bg-pgttl-point.jpg); }
  .pgttl.news {
    background-image: url(../img/common/bg-pgttl-news.jpg); }
  .pgttl.repair {
    background-image: url(../img/common/bg-pgttl-repair.jpg); }
  .pgttl.reform {
    background-image: url(../img/common/bg-pgttl-reform.jpg); }
  .pgttl.flow {
    background-image: url(../img/common/bg-pgttl-flow.jpg); }
  .pgttl.management {
    background-image: url(../img/common/bg-pgttl-management.jpg); }
  .pgttl.company {
    background-image: url(../img/common/bg-pgttl-company.jpg); }
  .pgttl.contact {
    background-image: url(../img/common/bg-pgttl-contact.jpg); }
  .pgttl.staff {
    background-image: url(../img/common/bg-pgttl-staff.jpg); }

.breadcrumbs {
  position: relative;
  line-height: 1.3;
  padding: 5px 0; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs ul li {
      padding-left: 1em;
      line-height: 1;
      position: relative;
      color: #555;
      display: inline-block;
      font-size: 10px;
      font-size: 1rem; }
      @media only screen and (min-width: 992px) {
        .breadcrumbs ul li {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media print {
        .breadcrumbs ul li {
          font-size: 12px;
          font-size: 1.2rem; } }
      .breadcrumbs ul li::after {
        position: absolute;
        font-family: FontAwesome;
        display: block;
        line-height: 1;
        content: '\f105';
        left: 0;
        top: 0;
        color: #777; }
      .breadcrumbs ul li:first-child {
        padding-left: 0; }
        .breadcrumbs ul li:first-child::after {
          content: none; }
      .breadcrumbs ul li a {
        color: #999; }
        .breadcrumbs ul li a:hover {
          text-decoration: underline; }

.nav-cat {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .nav-cat .ttl {
    margin-bottom: 5px;
    font-family: "Lato", sans-serif;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .nav-cat .ttl {
        width: 110px;
        float: left;
        margin-bottom: 0;
        padding-top: 5px; } }
    @media print {
      .nav-cat .ttl {
        width: 110px;
        float: left;
        margin-bottom: 0;
        padding-top: 5px; } }
  @media only screen and (min-width: 768px) {
    .nav-cat .btns {
      width: 100%;
      margin-left: 120px; } }
  @media print {
    .nav-cat .btns {
      width: 100%;
      margin-left: 120px; } }
  .nav-cat .btns ul {
    padding: 0;
    margin: 0; }
    .nav-cat .btns ul li {
      display: inline-block;
      margin-bottom: 5px; }
      .nav-cat .btns ul li a {
        display: inline-block;
        background-color: #fff;
        color: #0064b9;
        border-radius: 50px;
        line-height: 1.4;
        padding: 0.7em 1em;
        margin-right: 2px;
        min-width: 80px;
        text-align: center;
        font-weight: bold;
        transition: all .25s ease;
        text-decoration: none !important;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 768px) {
          .nav-cat .btns ul li a {
            padding: 0.5em 1.5em;
            font-size: 13px;
            font-size: 1.3rem; }
            .nav-cat .btns ul li a:hover {
              background-color: #0064b9;
              color: #fff; } }
        @media print {
          .nav-cat .btns ul li a {
            padding: 0.5em 1.5em;
            font-size: 13px;
            font-size: 1.3rem; }
            .nav-cat .btns ul li a:hover {
              background-color: #0064b9;
              color: #fff; } }
        .nav-cat .btns ul li a.active {
          background-color: #0064b9;
          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;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    background-color: #0064b9;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 40px; }
    .paging > span a {
      display: block;
      width: 100%;
      height: 100%;
      color: #0064b9;
      background-color: #fff; }
    .paging > span a:hover {
      background-color: #0064b9;
      color: #fff; }
    .paging > span.current {
      cursor: default;
      background-color: #0064b9;
      color: #fff; }

.box-rinen {
  background-color: #0064b9;
  color: #fff;
  padding: 15px 5px; }
  @media only screen and (min-width: 768px) {
    .box-rinen {
      padding: 30px; } }
  @media print {
    .box-rinen {
      padding: 30px; } }

.section-point-ten {
  position: relative; }
  .section-point-ten::before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    right: 0;
    background-color: #eef4f6;
    top: -70px;
    bottom: 0;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .section-point-ten::before {
        top: -90px; } }
    @media print {
      .section-point-ten::before {
        top: -90px; } }

.box-10 {
  position: relative;
  background-color: #fff;
  border: 2px solid #01aff0;
  font-weight: bold;
  padding: 15px 10px;
  font-size: 13px;
  font-size: 1.3rem; }
  @media only screen and (min-width: 768px) {
    .box-10 {
      text-align: center;
      padding: 30px 15px;
      font-size: 17px;
      font-size: 1.7rem; } }
  @media print {
    .box-10 {
      text-align: center;
      padding: 30px 15px;
      font-size: 17px;
      font-size: 1.7rem; } }
  .box-10 .num {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: -0.1em;
    right: 0;
    text-align: center;
    color: #01aff0;
    line-height: 1;
    opacity: .1;
    font-size: 36px;
    font-size: 3.6rem; }
    @media only screen and (min-width: 992px) {
      .box-10 .num {
        font-size: 60px;
        font-size: 6rem; } }
    @media print {
      .box-10 .num {
        font-size: 60px;
        font-size: 6rem; } }

.box-point {
  text-align: center; }
  .box-point .icon img {
    width: 70px; }
    @media only screen and (min-width: 768px) {
      .box-point .icon img {
        width: 140px; } }
    @media print {
      .box-point .icon img {
        width: 140px; } }
  .box-point .ttl {
    line-height: 1.3;
    padding-bottom: .5em;
    border-bottom: 1px solid #0064b9; }
  .box-point .txt {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .box-point .txt {
        text-align: center; } }
    @media print {
      .box-point .txt {
        text-align: center; } }

.box-flow {
  position: relative; }
  .box-flow .thumb {
    position: relative; }
    .box-flow .thumb::after {
      position: absolute;
      display: block;
      content: '\f0da';
      font-size: 30px;
      font-size: 3rem;
      font-family: FontAwesome;
      color: #e4bc00;
      left: -10px;
      top: 50%;
      margin-top: -0.5em; }
      @media only screen and (min-width: 768px) {
        .box-flow .thumb::after {
          left: -20px;
          font-size: 40px;
          font-size: 4rem; } }
      @media print {
        .box-flow .thumb::after {
          left: -20px;
          font-size: 40px;
          font-size: 4rem; } }
  .box-flow.first .thumb::after {
    content: none; }

.ttl-stripe {
  background-image: linear-gradient(-45deg, #fff 25%, #c6e2ec 25%, #c6e2ec 50%, #fff 50%, #fff 75%, #c6e2ec 75%, #c6e2ec);
  background-size: 5px 5px;
  text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 0 0 0px;
  padding: 5px;
  line-height: 1.5; }
  .ttl-stripe.ttl-illust {
    position: relative;
    padding-left: 50px; }
    @media only screen and (min-width: 768px) {
      .ttl-stripe.ttl-illust {
        padding-left: 90px; } }
    @media print {
      .ttl-stripe.ttl-illust {
        padding-left: 90px; } }
    .ttl-stripe.ttl-illust::before {
      position: absolute;
      display: block;
      content: " ";
      left: 0;
      bottom: 0;
      background-image: url(../img/common/illust-man.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 40px;
      height: 75px; }
      @media only screen and (min-width: 768px) {
        .ttl-stripe.ttl-illust::before {
          width: 80px;
          height: 150px; } }
      @media print {
        .ttl-stripe.ttl-illust::before {
          width: 80px;
          height: 150px; } }
    .ttl-stripe.ttl-illust .txt {
      line-height: 1.5; }
  .ttl-stripe.ttl-illust-sp {
    position: relative;
    padding-left: 80px; }
    @media only screen and (min-width: 768px) {
      .ttl-stripe.ttl-illust-sp {
        padding-left: 150px; } }
    @media print {
      .ttl-stripe.ttl-illust-sp {
        padding-left: 150px; } }
    .ttl-stripe.ttl-illust-sp::before {
      position: absolute;
      display: block;
      content: " ";
      left: 0;
      bottom: 0;
      background-image: url(../img/common/illust-sp.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 71px;
      height: 77px; }
      @media only screen and (min-width: 768px) {
        .ttl-stripe.ttl-illust-sp::before {
          width: 142px;
          height: 153px; } }
      @media print {
        .ttl-stripe.ttl-illust-sp::before {
          width: 142px;
          height: 153px; } }
    .ttl-stripe.ttl-illust-sp .txt {
      line-height: 1.5; }

@media only screen and (min-width: 768px) {
  .box-service {
    display: table;
    width: 100%; } }

@media print {
  .box-service {
    display: table;
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .box-service .thumb, .box-service .content {
    display: table-cell;
    vertical-align: top; } }

@media print {
  .box-service .thumb, .box-service .content {
    display: table-cell;
    vertical-align: top; } }

.box-service .thumb {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .box-service .thumb {
      margin-bottom: 10px;
      width: 30%; } }
  @media print {
    .box-service .thumb {
      margin-bottom: 10px;
      width: 30%; } }

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

@media print {
  .box-service .content {
    padding-left: 30px; } }

.block-step {
  background-color: #eef4f6; }
  .block-step .ttl-step {
    border-top: 3px solid #0064b9;
    border-bottom: 2px solid #0064b9;
    padding: 5px;
    padding-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .block-step .ttl-step {
        padding-top: 8px;
        padding-bottom: 8px; } }
    @media print {
      .block-step .ttl-step {
        padding-top: 8px;
        padding-bottom: 8px; } }
    .block-step .ttl-step .inner-ttl {
      display: table;
      width: 100%; }
    .block-step .ttl-step .left {
      display: table-cell;
      vertical-align: middle;
      width: 60px;
      border-right: 1px solid #0064b9;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.2;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      color: #0064b9; }
      @media only screen and (min-width: 768px) {
        .block-step .ttl-step .left {
          width: 100px;
          font-size: 42px;
          font-size: 4.2rem; } }
      @media print {
        .block-step .ttl-step .left {
          width: 100px;
          font-size: 42px;
          font-size: 4.2rem; } }
      .block-step .ttl-step .left .step, .block-step .ttl-step .left .number {
        display: block; }
    .block-step .ttl-step .ttl {
      display: table-cell;
      vertical-align: middle;
      line-height: 1.3;
      padding-left: 10px;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (min-width: 768px) {
        .block-step .ttl-step .ttl {
          padding-left: 20px;
          font-size: 28px;
          font-size: 2.8rem; } }
      @media print {
        .block-step .ttl-step .ttl {
          padding-left: 20px;
          font-size: 28px;
          font-size: 2.8rem; } }
  .block-step .content {
    position: relative;
    line-height: 1.75;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .block-step .content {
        padding: 30px; } }
    @media print {
      .block-step .content {
        padding: 30px; } }
    @media only screen and (min-width: 1200px) {
      .block-step .content {
        padding: 30px 50px; } }
    @media print {
      .block-step .content {
        padding: 30px 50px; } }
    .block-step .content::after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(243, 243, 243, 0);
      border-top-color: #eef4f6;
      border-width: 15px;
      margin-left: -15px; }
      @media only screen and (min-width: 768px) {
        .block-step .content::after {
          border-width: 30px;
          margin-left: -30px; } }
      @media print {
        .block-step .content::after {
          border-width: 30px;
          margin-left: -30px; } }
    .block-step .content.noarrow::after {
      content: none; }

@media only screen and (min-width: 768px) {
  .row-contact-sub {
    display: table;
    width: 100%;
    table-layout: fixed; } }

@media print {
  .row-contact-sub {
    display: table;
    width: 100%;
    table-layout: fixed; } }

.row-contact-sub .col {
  text-align: center;
  border-bottom: 1px solid #68a3d5;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .row-contact-sub .col {
      display: table-cell;
      vertical-align: middle;
      border-bottom: none;
      padding: 10px; } }
  @media print {
    .row-contact-sub .col {
      display: table-cell;
      vertical-align: middle;
      border-bottom: none;
      padding: 10px; } }
  .row-contact-sub .col.left {
    padding-top: 0; }
    @media only screen and (min-width: 768px) {
      .row-contact-sub .col.left {
        border-right: 1px solid #68a3d5; } }
    @media print {
      .row-contact-sub .col.left {
        border-right: 1px solid #68a3d5; } }

.row-contact-sub .btn-base {
  width: 90%; }

.btn-tel {
  margin: 0 auto;
  display: table; }
  .btn-tel .left {
    display: table-cell;
    vertical-align: middle;
    background-color: #0064b9;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem; }
    @media only screen and (min-width: 992px) {
      .btn-tel .left {
        width: 48px;
        height: 48px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media print {
      .btn-tel .left {
        width: 48px;
        height: 48px;
        font-size: 18px;
        font-size: 1.8rem; } }
  .btn-tel .right {
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
    color: #0064b9; }
    .btn-tel .right .bottom {
      font-weight: bold;
      display: block;
      font-family: "Lato", sans-serif;
      font-size: 22px;
      font-size: 2.2rem; }
      @media only screen and (min-width: 992px) {
        .btn-tel .right .bottom {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media print {
        .btn-tel .right .bottom {
          font-size: 28px;
          font-size: 2.8rem; } }
    .btn-tel .right .top {
      display: block;
      font-weight: bold;
      line-height: 1;
      color: #131313;
      letter-spacing: 0.1em;
      margin-bottom: 2px;
      font-size: 10px;
      font-size: 1rem; }
      @media only screen and (min-width: 992px) {
        .btn-tel .right .top {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media print {
        .btn-tel .right .top {
          font-size: 13px;
          font-size: 1.3rem; } }
    .btn-tel .right .ruby {
      display: block;
      color: #0064b9;
      line-height: 1;
      font-weight: bold;
      text-align: right;
      letter-spacing: 0.1em;
      font-size: 10px;
      font-size: 1rem; }
      @media only screen and (min-width: 992px) {
        .btn-tel .right .ruby {
          padding-right: 3px;
          letter-spacing: 0.3em;
          font-size: 10px;
          font-size: 1rem; } }
      @media print {
        .btn-tel .right .ruby {
          padding-right: 3px;
          letter-spacing: 0.3em;
          font-size: 10px;
          font-size: 1rem; } }
      .btn-tel .right .ruby .txt-01, .btn-tel .right .ruby .txt-02 {
        display: inline-block; }
      .btn-tel .right .ruby .txt-01 {
        margin-right: 5px;
        letter-spacing: 0; }
        @media only screen and (min-width: 992px) {
          .btn-tel .right .ruby .txt-01 {
            letter-spacing: 0.1em;
            margin-right: 12px; } }
        @media print {
          .btn-tel .right .ruby .txt-01 {
            letter-spacing: 0.1em;
            margin-right: 12px; } }
    .btn-tel .right span {
      line-height: 1; }
  .btn-tel a {
    color: #0064b9;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .btn-tel a {
        color: #0064b9; } }
    @media print {
      .btn-tel a {
        color: #0064b9; } }

.txt-tel {
  line-height: 1; }
  .txt-tel .icon, .txt-tel .tel-link {
    display: inline-block;
    vertical-align: middle; }
  .txt-tel .icon {
    margin-right: 10px; }
    .txt-tel .icon img {
      width: 50px;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .txt-tel .icon img {
          width: 75px; } }
      @media print {
        .txt-tel .icon img {
          width: 75px; } }

.section-greeting {
  position: relative; }
  .section-greeting::before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    right: 0;
    background-color: #eef4f6;
    top: -80px;
    bottom: 0;
    z-index: -1; }
    @media only screen and (min-width: 768px) {
      .section-greeting::before {
        top: -120px; } }
    @media print {
      .section-greeting::before {
        top: -120px; } }

.btns-pgnav {
  text-align: center; }
  .btns-pgnav > span, .btns-pgnav > a {
    display: inline-block;
    line-height: 1.3;
    padding: 15px 10px;
    letter-spacing: 0.1em;
    margin: 0 5px;
    width: 130px;
    font-weight: 600;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .btns-pgnav > span, .btns-pgnav > a {
        padding: 20px 10px;
        margin: 0 10px;
        width: 340px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media print {
      .btns-pgnav > span, .btns-pgnav > a {
        padding: 20px 10px;
        margin: 0 10px;
        width: 340px;
        font-size: 18px;
        font-size: 1.8rem; } }
  .btns-pgnav > span {
    position: relative;
    background-color: #0064b9;
    color: #fff; }
    .btns-pgnav > span::after {
      position: absolute;
      display: block;
      content: " ";
      width: 0;
      height: 0;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #0064b9 transparent transparent transparent; }
  .btns-pgnav > a {
    border: 1px solid #0064b9;
    color: #0064b9; }
    @media only screen and (min-width: 768px) {
      .btns-pgnav > a {
        transition: all 0.25s linear; }
        .btns-pgnav > a:hover {
          background-color: #0064b9;
          color: #fff; } }
    @media print {
      .btns-pgnav > a {
        transition: all 0.25s linear; }
        .btns-pgnav > a:hover {
          background-color: #0064b9;
          color: #fff; } }

.pgnav a {
  text-decoration: none; }

.pgnav .list-pgnav {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .pgnav .list-pgnav {
      display: table;
      width: 100%; } }
  @media print {
    .pgnav .list-pgnav {
      display: table;
      width: 100%; } }
  @media only screen and (min-width: 1200px) {
    .pgnav .list-pgnav {
      table-layout: fixed; } }
  @media print {
    .pgnav .list-pgnav {
      table-layout: fixed; } }
  .pgnav .list-pgnav li {
    display: block;
    float: left;
    width: 50%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (min-width: 768px) {
      .pgnav .list-pgnav li {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: auto; } }
    @media print {
      .pgnav .list-pgnav li {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: auto; } }
    .pgnav .list-pgnav li.long-xs {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .pgnav .list-pgnav li.long-xs {
          width: auto; } }
      @media print {
        .pgnav .list-pgnav li.long-xs {
          width: auto; } }
    .pgnav .list-pgnav li .wrapper {
      display: table;
      width: 100%;
      color: #fff;
      font-weight: bold;
      text-align: center;
      background-color: #01aff0;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
      font-size: 12px;
      font-size: 1.2rem; }
      @media only screen and (min-width: 768px) {
        .pgnav .list-pgnav li .wrapper {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media print {
        .pgnav .list-pgnav li .wrapper {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media only screen and (min-width: 992px) {
        .pgnav .list-pgnav li .wrapper {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media print {
        .pgnav .list-pgnav li .wrapper {
          font-size: 15px;
          font-size: 1.5rem; } }
      .pgnav .list-pgnav li .wrapper .inner {
        display: table-cell;
        vertical-align: middle;
        padding: 1em;
        line-height: 1.3; }
    .pgnav .list-pgnav li span.wrapper {
      opacity: .8; }
    .pgnav .list-pgnav li a.wrapper:hover {
      opacity: .8; }

.dl-history {
  position: relative; }
  .dl-history::before {
    display: block;
    content: " ";
    position: absolute;
    left: 7px;
    top: 2px;
    bottom: 0;
    width: 2px;
    border-left: 1px dashed #01aff0;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .dl-history::before {
        top: 20px;
        left: 15px;
        bottom: 0; } }
    @media print {
      .dl-history::before {
        top: 20px;
        left: 15px;
        bottom: 0; } }
  .dl-history dt {
    padding: 5px 15px 0 20px;
    border-right: 2px solid #fee;
    position: relative;
    clear: both;
    z-index: 2;
    letter-spacing: 0.1em;
    background-color: #fff;
    font-size: 13px;
    font-size: 1.3rem; }
    @media only screen and (min-width: 768px) {
      .dl-history dt {
        background-color: transparent;
        border: none;
        float: left;
        width: 160px;
        padding: 15px 0 15px 30px;
        font-size: 15px;
        font-size: 1.5rem; } }
    @media print {
      .dl-history dt {
        background-color: transparent;
        border: none;
        float: left;
        width: 160px;
        padding: 15px 0 15px 30px;
        font-size: 15px;
        font-size: 1.5rem; } }
    .dl-history dt:after {
      position: absolute;
      content: " ";
      display: block;
      left: 5px;
      top: 10px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #01aff0;
      z-index: 3; }
      @media only screen and (min-width: 768px) {
        .dl-history dt:after {
          width: 9px;
          height: 9px;
          left: 11px;
          top: 20px; } }
      @media print {
        .dl-history dt:after {
          width: 9px;
          height: 9px;
          left: 11px;
          top: 20px; } }
    .dl-history dt .min {
      font-size: 80%;
      opacity: .9; }
  .dl-history dd {
    line-height: 1.5;
    padding: 0 15px 5px 20px;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #fff;
    border-right: 2px solid #fee;
    border-bottom: 2px solid #fee; }
    @media only screen and (min-width: 768px) {
      .dl-history dd {
        float: left;
        width: 100%;
        margin-left: -160px;
        padding: 15px 15px 15px 190px;
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .dl-history dd {
        float: left;
        width: 100%;
        margin-left: -160px;
        padding: 15px 15px 15px 190px;
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem; } }

.list-cat {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .list-cat {
      display: table;
      width: 100%;
      border-right: 1px solid #ddd; } }
  @media print {
    .list-cat {
      display: table;
      width: 100%;
      border-right: 1px solid #ddd; } }
  @media only screen and (min-width: 992px) {
    .list-cat {
      table-layout: fixed; } }
  @media print {
    .list-cat {
      table-layout: fixed; } }
  .list-cat > a {
    display: block;
    text-decoration: none !important;
    width: 50%;
    padding: 10px 2px;
    letter-spacing: 0;
    float: left;
    color: #0064b9;
    text-align: center;
    font-weight: 600;
    border: 1px solid #fff;
    background-color: #f3f3f3;
    font-size: 10px;
    font-size: 1rem; }
    @media only screen and (min-width: 768px) {
      .list-cat > a {
        display: table-cell;
        width: auto;
        padding: 20px 2px;
        border: none;
        border-left: 1px solid #ddd;
        float: none;
        background-color: transparent;
        vertical-align: middle;
        font-size: 12px;
        font-size: 1.2rem; }
        .list-cat > a:hover {
          background-color: #0064b9;
          color: #fff; } }
    @media print {
      .list-cat > a {
        display: table-cell;
        width: auto;
        padding: 20px 2px;
        border: none;
        border-left: 1px solid #ddd;
        float: none;
        background-color: transparent;
        vertical-align: middle;
        font-size: 12px;
        font-size: 1.2rem; }
        .list-cat > a:hover {
          background-color: #0064b9;
          color: #fff; } }
    @media only screen and (min-width: 992px) {
      .list-cat > a {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media print {
      .list-cat > a {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media only screen and (min-width: 1200px) {
      .list-cat > a {
        font-size: 15px;
        font-size: 1.5rem; } }
    @media print {
      .list-cat > a {
        font-size: 15px;
        font-size: 1.5rem; } }
    .list-cat > a.active {
      background-color: #0064b9;
      color: #fff; }

.section-staff {
  border-top: 2px solid #0064b9; }

.box-staff {
  border-top: 4px solid #0064b9; }

.img-staff {
  max-width: 320px; }

.ttl-staff {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) {
    .ttl-staff {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media print {
    .ttl-staff {
      font-size: 24px;
      font-size: 2.4rem; } }
  .ttl-staff::after {
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #0064b9;
    left: 50%;
    bottom: -2px;
    margin-left: -50px;
    content: " ";
    display: block; }

.block-staff {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px; }
  .block-staff:first-child {
    border-top: none; }

#mail-form .table-form {
  display: block;
  line-height: 1.3; }
  @media only screen and (min-width: 768px) {
    #mail-form .table-form {
      display: table;
      width: 100%; } }
  @media print {
    #mail-form .table-form {
      display: table;
      width: 100%; } }
  #mail-form .table-form tbody {
    display: block; }
    @media only screen and (min-width: 768px) {
      #mail-form .table-form tbody {
        display: table-row-group; } }
    @media print {
      #mail-form .table-form tbody {
        display: table-row-group; } }
  #mail-form .table-form .form-row {
    display: block;
    background: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      #mail-form .table-form .form-row {
        display: table-row; } }
    @media print {
      #mail-form .table-form .form-row {
        display: table-row; } }
    #mail-form .table-form .form-row:first-child {
      border-top: 1px solid #ddd; }
  #mail-form .table-form .form-head, #mail-form .table-form .form-content {
    display: block; }
    @media only screen and (min-width: 768px) {
      #mail-form .table-form .form-head, #mail-form .table-form .form-content {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0; } }
    @media print {
      #mail-form .table-form .form-head, #mail-form .table-form .form-content {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0; } }
  #mail-form .table-form .form-head {
    position: relative;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 5px;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      #mail-form .table-form .form-head {
        margin-bottom: 0;
        width: 240px;
        padding: 10px 0; } }
    @media print {
      #mail-form .table-form .form-head {
        margin-bottom: 0;
        width: 240px;
        padding: 10px 0; } }
    #mail-form .table-form .form-head .mark-req {
      margin-left: 10px; }
    #mail-form .table-form .form-head label {
      margin-bottom: 0; }
    #mail-form .table-form .form-head .min {
      font-size: 85%;
      color: #666;
      font-weight: normal; }
  #mail-form .table-form .form-content {
    padding-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      #mail-form .table-form .form-content {
        padding-left: 15px; } }
    @media print {
      #mail-form .table-form .form-content {
        padding-left: 15px; } }

#mail-form .input-group .form-control {
  display: table-cell !important;
  float: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

#mail-form .input-group .input-group-addon {
  width: auto; }

#mail-form .wrapper-radio {
  margin: 4px 15px 4px 0;
  margin-right: 20px;
  font-weight: normal; }
  #mail-form .wrapper-radio .txt {
    display: inline-block;
    vertical-align: middle; }
  #mail-form .wrapper-radio .radio {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block; }

#mail-form .form-control {
  width: 100%;
  height: 35px;
  box-shadow: none;
  border: 1px solid #eee;
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    #mail-form .form-control {
      height: 40px; } }
  @media print {
    #mail-form .form-control {
      height: 40px; } }
  #mail-form .form-control.input-inline {
    width: auto;
    display: inline-block; }
  #mail-form .form-control.min {
    height: 25px; }
    @media only screen and (min-width: 768px) {
      #mail-form .form-control.min {
        height: 30px; } }
    @media print {
      #mail-form .form-control.min {
        height: 30px; } }

#mail-form input:read-only {
  border: none;
  background-color: #f6f6f6; }

#mail-form textarea.form-control {
  line-height: 1.48;
  height: auto;
  height: auto; }

#mail-form .inline-block {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }

#mail-form .input-group.date-group {
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    #mail-form .input-group.date-group {
      margin-bottom: 0; } }
  @media print {
    #mail-form .input-group.date-group {
      margin-bottom: 0; } }
  #mail-form .input-group.date-group .form-control {
    display: table-cell !important;
    float: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  #mail-form .input-group.date-group .input-group-addon {
    width: auto; }

#mail-form .help-block.with-errors {
  margin: 0;
  font-size: 90%; }
  #mail-form .help-block.with-errors ul {
    padding: 0;
    margin: 0;
    margin-top: 5px;
    padding-left: 1.5em; }
    #mail-form .help-block.with-errors ul li {
      color: red; }

#mail-form .has-error .form-control {
  border-color: #cb2a1b; }

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

#mail-form .datepicker-inline {
  width: 100%; }
  #mail-form .datepicker-inline table {
    table-layout: fixed;
    width: 100%; }
    #mail-form .datepicker-inline table .dow {
      font-size: 90%;
      color: #555;
      height: 30px; }

#mail-form select {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em !important;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  min-width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    #mail-form select {
      min-width: 100px; } }
  @media print {
    #mail-form select {
      min-width: 100px; } }
  #mail-form select.select-lg {
    width: 100%; }

#mail-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

#mail-form select::-ms-expand {
  display: none; }

#mail-form .wrapper-btn-file {
  width: 280px; }
  #mail-form .wrapper-btn-file .form-control {
    background-color: #fff; }

#mail-form .btn-file .btn {
  background-color: #0064b9;
  font-weight: bold; }

#fm_price-03 {
  font-size: 120%;
  color: #000; }

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

.privacy-txt {
  background-color: #ddd;
  padding: 10px;
  line-height: 1.5;
  color: #444; }

  .pl-1 {
    padding-left: 1em;
  }
  .pl-2 {
    padding-left: 2em;
  }

.privacy a {
  color:#131313;
}

.section-recruitment {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #acdff7;
  background-image: url(../img/common/illust-recruitment-01.png), url(../img/common/illust-recruitment-02.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100px auto, 320px auto;
  background-position: left 10px bottom, right bottom; }
  @media only screen and (min-width: 768px) {
    .section-recruitment {
      padding-top: 80px;
      padding-bottom: 60px;
      background-size: 184px auto, 625px auto;
      background-position: right 30px center, right bottom; } }
  @media print {
    .section-recruitment {
      padding-top: 80px;
      padding-bottom: 60px;
      background-size: 184px auto, 625px auto;
      background-position: right 30px center, right bottom; } }
  @media only screen and (min-width: 992px) {
    .section-recruitment {
      background-size: 284px auto, 625px auto;
      background-position: right 120px center, right bottom; } }
  @media print {
    .section-recruitment {
      background-size: 284px auto, 625px auto;
      background-position: right 120px center, right bottom; } }

.box-training {
  position: relative; }
  .box-training .icon {
    position: relative;
    z-index: 2; }
    .box-training .icon img {
      width: 105px; }
      @media only screen and (min-width: 768px) {
        .box-training .icon img {
          width: 180px; } }
      @media print {
        .box-training .icon img {
          width: 180px; } }
  .box-training .content {
    position: relative;
    background-color: #fff;
    padding: 10px 20px 20px; }
    @media only screen and (min-width: 768px) {
      .box-training .content {
        padding: 20px 30px 40px; } }
    @media print {
      .box-training .content {
        padding: 20px 30px 40px; } }
    .box-training .content p {
      position: relative;
      z-index: 2; }
    .box-training .content::after {
      position: absolute;
      display: block;
      content: " ";
      left: 0;
      right: 0;
      bottom: 0;
      top: -50px;
      background-color: #fff;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        .box-training .content::after {
          top: -105px; } }
      @media print {
        .box-training .content::after {
          top: -105px; } }

.block-welfare {
  position: relative;
  background-color: #fff;
  padding: 0 10px 10px; }
  @media only screen and (min-width: 768px) {
    .block-welfare {
      padding: 0 15px 30px; } }
  @media print {
    .block-welfare {
      padding: 0 15px 30px; } }
  .block-welfare::before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    left: 15px;
    top: 15px;
    z-index: -1;
    background-image: linear-gradient(-45deg, #fff 25%, #eae696 25%, #eae696 50%, #fff 50%, #fff 75%, #eae696 75%, #eae696);
    background-size: 5px 5px; }

.list-welfare {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }
  .list-welfare li {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .list-welfare li {
        display: table;
        float: left;
        width: 50%;
        margin: 0;
        padding: 5px;
        vertical-align: middle; } }
    @media print {
      .list-welfare li {
        display: table;
        float: left;
        width: 50%;
        margin: 0;
        padding: 5px;
        vertical-align: middle; } }
    @media only screen and (min-width: 992px) {
      .list-welfare li {
        width: 33%; } }
    @media print {
      .list-welfare li {
        width: 33%; } }
    .list-welfare li > span {
      display: block;
      vertical-align: middle;
      background-color: #f9f8e6;
      padding: 1em 1.5em; }
      @media only screen and (min-width: 768px) {
        .list-welfare li > span {
          display: table-cell; } }
      @media print {
        .list-welfare li > span {
          display: table-cell; } }

.row-merit {
  display: table;
  width: 100%; }
  .row-merit .icon {
    display: table-cell;
    vertical-align: top;
    width: 70px; }
    @media only screen and (min-width: 768px) {
      .row-merit .icon {
        width: 150px; } }
    @media print {
      .row-merit .icon {
        width: 150px; } }
    .row-merit .icon img {
      width: 60px; }
      @media only screen and (min-width: 768px) {
        .row-merit .icon img {
          width: 120px; } }
      @media print {
        .row-merit .icon img {
          width: 120px; } }
  .row-merit .content {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .row-merit .content {
        padding-left: 30px; } }
    @media print {
      .row-merit .content {
        padding-left: 30px; } }

.list-menu-sp {
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 10px;
  list-style: none;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }
  .list-menu-sp > li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 5px;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (min-width: 768px) {
      .list-menu-sp > li {
        padding: 20px 15px 10px;
        width: 33.333%; } }
    @media print {
      .list-menu-sp > li {
        padding: 20px 15px 10px;
        width: 33.333%; } }
    @media only screen and (min-width: 992px) {
      .list-menu-sp > li {
        width: 25%; } }
    @media print {
      .list-menu-sp > li {
        width: 25%; } }
    .list-menu-sp > li::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 1.5em;
      height: 1.5em;
      line-height: 1.5;
      text-align: center;
      display: block;
      content: '\f0ad';
      font-family: FontAwesome;
      color: #fff;
      background-color: #d12157; }
    .list-menu-sp > li.contact::after {
      content: '\f095';
      background-color: #e4bc00; }
    .list-menu-sp > li.contact .ttl {
      color: #e4bc00; }
    .list-menu-sp > li .ttl {
      font-weight: bold;
      text-align: center;
      color: #d12157;
      line-height: 1;
      margin-bottom: 5px;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (min-width: 768px) {
        .list-menu-sp > li .ttl {
          margin-bottom: 10px;
          font-size: 18px;
          font-size: 1.8rem; } }
      @media print {
        .list-menu-sp > li .ttl {
          margin-bottom: 10px;
          font-size: 18px;
          font-size: 1.8rem; } }
    .list-menu-sp > li .list-inline {
      padding: 0;
      margin: 0;
      list-style: none; }
      .list-menu-sp > li .list-inline li {
        margin: 0;
        padding: 0;
        line-height: 1.3;
        margin-right: .5em;
        font-weight: bold;
        font-size: 10px;
        font-size: 1rem; }
        @media only screen and (min-width: 768px) {
          .list-menu-sp > li .list-inline li {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media print {
          .list-menu-sp > li .list-inline li {
            font-size: 13px;
            font-size: 1.3rem; } }

.wrapper-youtube {
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
  overflow: hidden; }
  .wrapper-youtube iframe, .wrapper-youtube object, .wrapper-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.post-single img {
  max-height: 680px; }

.post-single .cat {
  background-color: #0064b9;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
  min-width: 100px;
  line-height: 1.2;
  padding: 3px 20px 2px;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem; }
  @media only screen and (min-width: 768px) {
    .post-single .cat {
      margin-bottom: 10px;
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .post-single .cat {
      margin-bottom: 10px;
      font-size: 14px;
      font-size: 1.4rem; } }

.post-single .thumbs-news .img-btn {
  display: inline-block;
  text-decoration: underline;
  width: 80px; }
  @media only screen and (min-width: 768px) {
    .post-single .thumbs-news .img-btn {
      width: 240px; } }
  @media print {
    .post-single .thumbs-news .img-btn {
      width: 240px; } }
  .post-single .thumbs-news .img-btn img {
    width: 100%;
    height: auto; }

.post-single .block-detail {
  padding: 15px;
  background-color: #f3f3f3; }
  @media only screen and (min-width: 768px) {
    .post-single .block-detail {
      padding: 30px 40px; } }
  @media print {
    .post-single .block-detail {
      padding: 30px 40px; } }

.post-single .txt-caption {
  font-weight: bold;
  line-height: 1.3;
  font-size: 9px;
  font-size: 0.9rem; }
  @media only screen and (min-width: 768px) {
    .post-single .txt-caption {
      font-size: 13px;
      font-size: 1.3rem;
      text-align: center; } }
  @media print {
    .post-single .txt-caption {
      font-size: 13px;
      font-size: 1.3rem;
      text-align: center; } }

.post-single .detail {
  overflow: hidden; }
  .post-single .detail .cat {
    float: left;
    display: block;
    color: #fff;
    line-height: 1;
    padding: .2em 1.5em;
    font-weight: bold;
    border-radius: 20px; }
  .post-single .detail .date {
    float: left;
    font-weight: 700;
    margin-right: 1em; }

.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.5;
  margin: 20px 0 20px;
  font-weight: 600; }

.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 {
  padding-top: 0; }

.editor-content h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  border-left: 6px solid #0064b9; }

.editor-content h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  border-left: 3px solid #0064b9; }

.editor-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }

.editor-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }

.editor-content h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

.editor-content h6 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold; }

.editor-content p {
  margin: 0 0 1.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: 0 0 1.5em;
  padding: 0; }

.editor-content ul {
  list-style: disc; }

.editor-content ol {
  counter-reset: item; }

.editor-content ol li {
  display: block;
  position: relative; }

.editor-content ol li:before {
  content: counter(item);
  counter-increment: item;
  font-weight: 800;
  left: -1.5em;
  position: absolute; }

.editor-content li > ul,
.editor-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

.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 {
  height: auto;
  max-width: 100%; }

.editor-content embed,
.editor-content iframe,
.editor-content object {
  margin-bottom: 1.5em;
  max-width: 100%; }

.editor-content p {
  display: block;
  margin: .75em 0; }

.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; }



@media screen and (max-width:768px){
    .visible-xs-center{
        text-align: center;
    }
}

.add-text {
  text-align: center;
  font-size: 2em;
  color: #0064b9;
  font-weight: bold;
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .add-text {
  width: 90%;
  font-size: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  }
}

@media screen and (max-width: 551px) {
  .add-text {
    margin-top: 1.5em;
  }
}


.add-text-second {
  text-align: center;
  color: #131313;
  font-size: 1.1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .add-text-second img {
    display: none;
  }
}

.sub-box {
  width: 26%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .sub-box {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .sub-box {
    width: 40%;
  }
}

@media screen and (max-width: 551px) {
  .sub-box {
    width: 70%;
  }
}

.sub-box li{
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
}


@media screen and (max-width: 767px) {
  .sub-box li {
    font-size: 1.1em;
  }
}


.sub-box li span{
  position: relative;
}

.sub-box li span::after{
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 0.5em;
  bottom: 0;
  background-color: #b2e7fa;
  z-index: -1;
}

.tac {
  text-align: center;
}

.mt-50{
  margin-top: 50px;
}
.careful_p{
  width: 84%;
  margin: 50px auto;
  font-weight: bold;
  line-height: 3rem;
}

.you-tube_wrapper {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.you-tube_wrapper iframe {
  width: 100%;
  aspect-ratio: 560 / 315 ;
  max-width: 900px;
  padding: 0 15px;
}

@media screen and (min-width:768px){
  .you-tube_wrapper {
    padding-top: 60px;
  }
}



.accordion {
  width: 100%;
}

.accordion:not([open]) {
    margin-bottom: 7px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-color: #0064b9;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion .content {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    text-align: left;
}

.accordion[open] .content {
    transform: none;
    opacity: 1;
}



.list01 {
  list-style: none;
  padding-left: 0px;
}

.list02 {
  list-style: none;
  padding-left: 0px;
}

.list02 > li {
  margin-bottom: 10px;
}

.list03 {
  list-style: disc;
  padding-left: 20px;
}

.list04 {
  list-style: decimal;
}

.list04 li {
  margin-bottom: 10px;
}

.btns-pgnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}


.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
  list-style: none;
  width: 100%;
  padding-left: 0px;
}
.menu-item {
  border-left: 1px solid #fff; /* メニューアイテムの左ボーダー */
  position: relative;
}
.menu-item:last-child {
  border-right: 1px solid #fff; /* 最後のメニューアイテムの右ボーダー */
}





/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}

.menu-item a {
  display: block;
  border: 1px solid #0064b9;
  color: #0064b9;
  padding: 20px 10px;
  margin: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 300px;
  text-align: center;
  transition: all 0.2s linear;
}

.menu-item a:hover {
  color: #fff;
  background-color: #0064b9;
}

.menu-item.active a {
  color: #fff;
  background-color: #0064b9;
}

@media screen and (max-width:992px){
  .menu-list {
    flex-wrap: wrap;
    width: 450px;
    margin: 0 auto;
  }  
  .menu-item a {
    display: block;
    font-size: 16px;
    width: 450px;
  }
}

@media screen and (max-width:768px){
  .menu-list {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .menu-list li {
    width: 100%;
  }
  .menu-item a {
    width: 100%;
    margin: 0 auto;
  }

}





.drop-menu {
  position: relative;
}

.drop-menu:after {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
  top: auto;
  right: auto;
  font-family: FontAwesome;
  color: #0064b9;
  content: '\f0d7';
}

.drop-menu:hover:after {
  color: #fff;
}

.drop-menu-list {
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  width: max-content;
  z-index: 1;
  padding-left: 0px;
  list-style: none;
}

.drop-menu-item a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 10px;
  background-color: #fff;
  transition: all 0.3s linear;
  margin: -1px 10px 0;
}

.menu-item.active {
  position: relative;
}

.menu-item.active:before {
    position: absolute;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #0064b9 transparent transparent transparent;
}

#policy01,
#policy02,
#policy03,
#recycling {
  margin-top: -96px;
  padding-top: 96px;
}


@media screen and (max-width:991px){

}


@media screen and (max-width:768px){
  .drop-menu-list {
    width: 100%;
  }
  .drop-menu-item a {
    width: 100%;
    margin: -1px 0px 0!important;
  }
}

/* 20250826 */
.recycling_wrap {
  padding-top: 20px;
}
.recycling_list {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.recycling_list th,
.recycling_list td {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1em;
}
.recycling_list th {
  text-align: center;
}
.notes {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:768px){
.recycling_list {
  width: 100%;
}
.recycling_list th,
.recycling_list td {
  padding: 1em .5em;
}
.notes {
  width: 100%;
}
}