.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-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 {
    size: A4;
    margin: 12.7mm 9.7mm; }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important; }
  html {
    zoom: 1 !important; }
  body {
    width: 1080px !important;
    margin: 0 auto;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .container-fluid,
  .container-lg,
  .container {
    margin: 0 auto;
    max-width: none !important;
    width: 1040px !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%; }
  .col-lg-offset-5, .col-md-offset-5, .col-sm-offset-5, .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4, .col-md-offset-4, .col-sm-offset-4, .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3, .col-md-offset-3, .col-sm-offset-3, .col-xs-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2, .col-md-offset-2, .col-sm-offset-2, .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1, .col-md-offset-1, .col-sm-offset-1, .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0, .col-md-offset-0, .col-sm-offset-0, .col-xs-offset-0 {
    margin-left: 0%; }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important; }
  .visible-lg {
    display: block !important; }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important; }
  
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important; }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important; }
  .hidden-lg {
    display: none !important; }
  .navbar-offcanvas {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    left: auto;
    top: auto; } }

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

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

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

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

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

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

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

.txt-11 {
  font-size: 10px;
  font-size: 1rem; 
  color: #fff;}
  @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: 20px;
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    .txt-28 {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media print {
    .txt-28 {
      font-size: 28px;
      font-size: 2.8rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

/*=====================
  common
===================== */
html, body {
  font-family: Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  font-weight: 200;
  letter-spacing: 0.05em;
  color: #232323;
  -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: 50px; }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 160px; } }
  @media print {
    body {
      padding-top: 160px; } }

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

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

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

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

.va-t {
  vertical-align: top; }

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

.img-btn {
  display: block;
  vertical-align: bottom; }
  .img-btn img {
    transition: opacity 0.25s linear;
    opacity: 1; }
  .img-btn:hover img {
    opacity: .7; }
  .img-btn.border {
    display: inline-block;
    max-width: 100%;
    border: 3px solid #E3E9F1; }

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

*:focus {
  outline: none; }

.txt-yellow {
  color: #2C3D93; }

.txt-green {
  color: #5A6D9E; }

.ttl-min {
  font-weight: bold;
  background-color: #5A6D9E;
  color: #fff;
  padding: 0.5em;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #99B7CC; }
  .ttl-min.xs {
    padding: 5px; }

.ttl-lb {
  position: relative;
  padding-left: 1.5em; }
  .ttl-lb::after {
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #2C3D93;
    display: block;
    content: " ";
    left: 0;
    top: 0;
    border-radius: 10px; }
    @media only screen and (min-width: 768px) {
      .ttl-lb::after {
        width: 6px; } }
    @media print {
      .ttl-lb::after {
        width: 6px; } }
  .ttl-lb .txt {
    display: block;
    line-height: 1.6; }

.ttl-w {
  text-align: center; }
  .ttl-w .top {
    position: relative;
    padding-bottom: 10px;
    line-height: 1.4; }
    @media only screen and (min-width: 768px) {
      .ttl-w .top {
        padding-bottom: 15px; } }
    @media print {
      .ttl-w .top {
        padding-bottom: 15px; } }
    .ttl-w .top.point span {
      font-style: italic;
      display: inline-block;
      vertical-align: baseline;
      line-height: 1; }
    .ttl-w .top::after {
      position: absolute;
      width: 40px;
      height: 2px;
      background-color: #2C3D93;
      display: block;
      content: " ";
      left: 50%;
      bottom: 0;
      margin-left: -20px;
      border-radius: 3px; }
      @media only screen and (min-width: 768px) {
        .ttl-w .top::after {
          width: 60px;
          height: 4px;
          margin-left: -30px; } }
      @media print {
        .ttl-w .top::after {
          width: 60px;
          height: 4px;
          margin-left: -30px; } }
  .ttl-w .bottom {
    margin-top: 10px;
    line-height: 1.4; }
    @media only screen and (min-width: 768px) {
      .ttl-w .bottom {
        margin-top: 15px; } }
    @media print {
      .ttl-w .bottom {
        margin-top: 15px; } }
  .ttl-w.left {
    text-align: left; }
    .ttl-w.left .top::after {
      left: 0;
      margin-left: 0; }
      @media only screen and (min-width: 768px) {
        .ttl-w.left .top::after {
          margin-left: 0; } }
      @media print {
        .ttl-w.left .top::after {
          margin-left: 0; } }

.bg-yellow {
  background-color: #f9f5e7; }

.bg-gray {
  background-color: #f6f6f6; }

.bg-green3 {
  background-color: #E3E9F1; }

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

.btn-min {
  position: relative;
  display: inline-block;
  padding: 0.3em 1em;
  padding-right: 30px;
  line-height: 1.2;
  min-width: 120px;
  background-color: #5A6D9E;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px; }
  .btn-min .fa {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
    line-height: 1; }
  .btn-min:hover {
    color: #fff;
    background-color: #99B7CC; }
  .btn-min:visited {
    text-decoration: none;
    color: #fff; }
  .btn-min.lg {
    padding: 0.8em 1em;
    min-width: 240px;
    padding-right: 0; }

.btn-simple {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 80%;
  background-color: #2C3D93;
  color: #fff;
  border: none;
  padding: 1.2em .6em;
  line-height: 1;
  border-radius: 30px;
  transition: all 0.25s linear; }
  @media only screen and (min-width: 768px) {
    .btn-simple {
      width: auto;
      min-width: 320px; } }
  @media print {
    .btn-simple {
      width: auto;
      min-width: 320px; } }
  .btn-simple .txt, .btn-simple .icon {
    display: inline-block;
    vertical-align: middle; }
  .btn-simple .icon {
    margin-right: .4em; }
  .btn-simple.icon-r .fa {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
    line-height: 1; }
  .btn-simple:hover {
    color: #fff;
    background-color: #f7d652; }
  .btn-simple:visited {
    text-decoration: none;
    color: #fff; }

.btn-border {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 90%;
  color: #232323;
  border: 2px solid #2C3D93;
  padding: 1em 1px;
  line-height: 1.2;
  border-radius: 30px;
  transition: all 0.2s linear; }
  @media only screen and (min-width: 768px) {
    .btn-border {
      width: auto;
      min-width: 280px; } }
  @media print {
    .btn-border {
      width: auto;
      min-width: 280px; } }
  .btn-border .txt, .btn-border .icon {
    display: inline-block;
    vertical-align: middle; }
  .btn-border.icon-r .fa {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    color: #2C3D93; }
  .btn-border:hover {
    color: #fff;
    background-color: #2C3D93; }
    .btn-border:hover .fa {
      color: #fff; }
  .btn-border:visited {
    text-decoration: 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; }
  @media only screen and (min-width: 768px) {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px; } }
  @media print {
    .row-min .col-xs-4:nth-child(1n) {
      padding-right: 15px; } }

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

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

.box-sm {
  border-radius: 2px;
  padding: 10px 0; }
  @media only screen and (min-width: 768px) {
    .box-sm {
      padding: 20px 0; } }
  @media print {
    .box-sm {
      padding: 20px 0; } }
  .box-sm > .ttl-ribon {
    margin-left: -5px; }
    @media only screen and (min-width: 768px) {
      .box-sm > .ttl-ribon {
        margin-left: -10px; } }
    @media print {
      .box-sm > .ttl-ribon {
        margin-left: -10px; } }

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

.box-min {
  border-radius: 2px;
  padding: 10px;
  padding-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .box-min {
      padding: 10px;
      padding-bottom: 5px; } }
  @media print {
    .box-min {
      padding: 10px;
      padding-bottom: 5px; } }
  .box-min > .ttl-ribon {
    margin-left: -20px; }
    @media only screen and (min-width: 768px) {
      .box-min > .ttl-ribon {
        margin-left: -20px; } }
    @media print {
      .box-min > .ttl-ribon {
        margin-left: -20px; } }

.box-md {
  border-radius: 3px;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .box-md {
      padding: 30px 20px; } }
  @media print {
    .box-md {
      padding: 30px 20px; } }
  .box-md > .ttl-ribon {
    margin-left: -20px; }
    @media only screen and (min-width: 768px) {
      .box-md > .ttl-ribon {
        margin-left: -30px; } }
    @media print {
      .box-md > .ttl-ribon {
        margin-left: -30px; } }
  .box-md.box-border {
    border: 3px solid #5A6D9E;
    border-radius: 5px; }

.box-lg {
  border-radius: 5px;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .box-lg {
      padding: 40px 30px; } }
  @media print {
    .box-lg {
      padding: 40px 30px; } }

.ttl-ribon {
  position: relative;
  display: inline-block;
  background-color: #2C3D93;
  font-weight: bold;
  color: #fff;
  margin-left: -10px;
  padding: 5px 20px;
  line-height: 1.4;
  border-radius: 0 100px 100px 0; }
  @media only screen and (min-width: 768px) {
    .ttl-ribon {
      margin-left: -20px;
      padding: 8px 40px 8px 30px; } }
  @media print {
    .ttl-ribon {
      margin-left: -20px;
      padding: 8px 40px 8px 30px; } }
  .ttl-ribon::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    border-right: solid 5px #be9800; }
    @media only screen and (min-width: 768px) {
      .ttl-ribon::before {
        border-bottom: solid 10px transparent;
        border-right: solid 10px #be9800; } }
    @media print {
      .ttl-ribon::before {
        border-bottom: solid 10px transparent;
        border-right: solid 10px #be9800; } }

.border-light {
  border: 2px solid #E3E9F1; }

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

.list-simple {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-simple li {
    position: relative;
    padding: 0;
    margin-bottom: .2em;
    padding-left: .6em; }
    .list-simple li:after {
      position: absolute;
      content: " ";
      display: block;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #2C3D93;
      left: 0;
      top: 0.7em; }
  .list-simple.list-inline li {
    margin-right: 1em; }
  .list-simple.green li:after {
    background-color: #99B7CC; }

.list-box {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-box li {
    display: inline-block;
    line-height: 1.4;
    padding: 2px 5px;
    border: 1px solid #5A6D9E;
    background-color: #fff;
    color: #5A6D9E;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .list-box li {
        padding: 2px 10px; } }
    @media print {
      .list-box li {
        padding: 2px 10px; } }

.bb-30 {
  padding-bottom: 20px;
  border-bottom: 2px dotted #ddd; }
  @media only screen and (min-width: 768px) {
    .bb-30 {
      padding-bottom: 30px; } }
  @media print {
    .bb-30 {
      padding-bottom: 30px; } }

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

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

.pl-12em {
  padding-left: 12em; }

.minttl {
  background-color: #5A6D9E;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold; }

.marker-yellow {
  padding-bottom: 5px;
  background: linear-gradient(transparent 60%, #ffff9f 60%); }

.post-single header {
  padding-bottom: 10px;
  border-bottom: 2px solid #E3E9F1; }
  .post-single header .ttl {
    font-weight: bold; }

.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;
    font-family: "Poppins", sans-serif;
    margin-right: 1em; }

.attachment {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #eee; }

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

.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; }
  .editor-content h1::after {
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #2C3D93;
    display: block;
    content: " ";
    left: 0;
    top: 0;
    border-radius: 10px; }
    @media only screen and (min-width: 768px) {
      .editor-content h1::after {
        width: 6px; } }
    @media print {
      .editor-content h1::after {
        width: 6px; } }

.editor-content h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding-left: 1em; }
  .editor-content h2::after {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #2C3D93;
    display: block;
    content: " ";
    left: 0;
    top: 0;
    border-radius: 10px; }
    @media only screen and (min-width: 768px) {
      .editor-content h2::after {
        width: 6px; } }
    @media print {
      .editor-content h2::after {
        width: 6px; } }

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

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

.fotorama__stage {
  margin-bottom: 20px; }

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

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

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

.header .scrolled {
  border-bottom: none; }
  @media only screen and (min-width: 768px) {
    .header .scrolled {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
      .header .scrolled .navbar-header-ori {
        height: 0;
        padding-top: 0;
        padding-bottom: 0; } }
  @media print {
    .header .scrolled {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
      .header .scrolled .navbar-header-ori {
        height: 0;
        padding-top: 0;
        padding-bottom: 0; } }

.header .navbar {
  background-color: transparent;
  border: none;
  border-top: 3px solid #2C3D93;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .header .navbar {
      border-width: 6px;
      background-color: #fff; } }
  @media print {
    .header .navbar {
      border-width: 6px;
      background-color: #fff; } }
  .header .navbar.navbar-fixed-top {
    z-index: 98; }
    .header .navbar.navbar-fixed-top .navbar-collapse {
      max-height: none; 
      background-color: #2C3D93;}
    @media print {
      .header .navbar.navbar-fixed-top {
        position: absolute !important; } }

.header .lang {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  padding-top: 20px;
  list-style: none; }
  .header .lang li {
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    font-family: "Poppins", sans-serif; }
    .header .lang li a, .header .lang li span {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background-color: #2C3D93;
      overflow: hidden; }
      .header .lang li a.left, .header .lang li span.left {
        border-radius: 2px 0 0 2px; }
      .header .lang li a.right, .header .lang li span.right {
        border-radius: 0 2px 2px 0; }
    .header .lang li a {
      background-color: #eee;
      color: #ffffff;
      text-decoration: none; }
      .header .lang li a:hover {
        background-color: #f9f5e7; }

.header .navbar-header-ori {
  margin: 0 auto;
  padding: 0 15px;
  padding-left: 0;
  overflow: hidden; 
  background-color: #fff;}
  @media only screen and (min-width: 768px) {
    .header .navbar-header-ori {
      transition: height 0.15s linear;
      height: 80px; } }
  @media print {
    .header .navbar-header-ori {
      transition: height 0.15s linear;
      height: 80px; } }
  .header .navbar-header-ori .navbar-brand {
    height: auto;
    margin: 0;
    padding: 0; }
    .header .navbar-header-ori .navbar-brand a {
      display: block;
      width: 201.17647px;
      height: 47.05882px;
      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-header-ori .navbar-brand a {
          width: 250px;
          height: 80px; } }
          
                @media only screen and (max-width: 768px) {
        .header .navbar-header-ori .navbar-brand a {
          width: 150px;} }

      @media print {
        .header .navbar-header-ori .navbar-brand a {
          width: 250px;
          height: 80px; } }
      @media print {
        .header .navbar-header-ori .navbar-brand a {
          background-image: url("../img/common/logo-header.png");
          background-repeat: no-repeat;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden; } }
  .header .navbar-header-ori .navbar-right {
    margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .header .navbar-header-ori .navbar-right {
        padding-top: 10px; } }
    @media print {
      .header .navbar-header-ori .navbar-right {
        padding-top: 10px; } }
    .header .navbar-header-ori .navbar-right p {
      vertical-align: middle;
      line-height: 1;
      display: inline-block; }
      .header .navbar-header-ori .navbar-right p.link-header {
        margin-right: 20px; }
        .header .navbar-header-ori .navbar-right p.link-header a {
          display: inline-block;
          padding-left: 15px;
          color: #232323;
          font-size: 13px;
          font-size: 1.3rem;
          background-image: url("../img/common/arrow-right-green.svg");
          background-repeat: no-repeat;
          background-position: left center; }
  .header .navbar-header-ori .navbar-toggle {
    margin: 0;
    margin-right: -15px;
    padding: 0 10px;
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: none;
    background-color: #2C3D93; }
    .header .navbar-header-ori .navbar-toggle .txt {
      display: block;
      margin-bottom: 5px;
      line-height: 1;
      font-family: "Poppins", sans-serif;
      color: #fff;
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: bold; }
    .header .navbar-header-ori .navbar-toggle .icon-bar {
      background-color: #fff !important;
      border-radius: 1px;
      width: 28px;
      height: 2px;
      margin: 0 auto;
      margin-bottom: 4px; }
  .header .navbar-header-ori .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
    opacity: 0; }
  .header .navbar-header-ori .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
    opacity: 1;
    transform: rotate(45deg) translate(4px, 4px); }
  .header .navbar-header-ori .offcanvas-toggle.is-open .icon-bar:nth-child(4) {
    transform: rotate(-45deg) translate(4px, -4px); }

.header .navbar-bg {
  border-top: 0;
  padding-left: 0; }
  @media print {
    .header .navbar-bg {
      background-color: #fff; } }
  .header .navbar-bg .navbar-menu {
    display: block;
    padding: 0;
    margin: 0 auto; }
    .header .navbar-bg .navbar-menu ul.nav {
      margin: 0 -15px 0 0; }
      .header .navbar-bg .navbar-menu ul.nav::before, .header .navbar-bg .navbar-menu ul.nav::after {
        content: none; }
      .header .navbar-bg .navbar-menu ul.nav > li {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #ddd; }
        .header .navbar-bg .navbar-menu ul.nav > li .link-gnav {
          display: block;
          position: relative;
          padding: 15px; 
          background-color: #2c3d93}
          .header .navbar-bg .navbar-menu ul.nav > li .link-gnav .ja {
            display: block;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 5px;
            transition: color 0.25s linear;
            line-height: 1; }
          .header .navbar-bg .navbar-menu ul.nav > li .link-gnav .en {
            display: block;
            color: #ffffff;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            letter-spacing: 0.1em;
            font-size: 10px;
            font-size: 1rem;
            line-height: 1; }
          .header .navbar-bg .navbar-menu ul.nav > li .link-gnav.active .ja, .header .navbar-bg .navbar-menu ul.nav > li .link-gnav:hover .ja {
            color: #fc8b8b; 
            text-shadow: 0 0 1px white;}
        .header .navbar-bg .navbar-menu ul.nav > li.dropdown {
          line-height: 1; }
          .header .navbar-bg .navbar-menu ul.nav > li.dropdown .link-gnav::after {
            position: absolute;
            right: 5px;
            top: 50%;
            display: block;
            margin-top: -4px;
            line-height: 1;
            content: '\f0d7';
            font-size: 10px;
            font-size: 1rem;
            font-family: FontAwesome;
            color: #2C3D93; }
            @media only screen and (min-width: 768px) {
              .header .navbar-bg .navbar-menu ul.nav > li.dropdown .link-gnav::after {
                left: 50%;
                margin-left: -5px;
                bottom: 2px;
                top: auto;
                right: auto; } }
            @media print {
              .header .navbar-bg .navbar-menu ul.nav > li.dropdown .link-gnav::after {
                left: 50%;
                margin-left: -5px;
                bottom: 2px;
                top: auto;
                right: auto; } }
          .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu {
            border: none;
            padding: 0;
            left: 0;
            border-radius: 0;
            border-bottom: 1px solid #eee;
            border-right: none;
            width: 100%;
            right: auto;
            float: none;
            background-color: rgba(44, 61, 147, 0.9); }
            @media only screen and (min-width: 768px) {
              .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu {
                width: 240px; } }
            @media print {
              .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu {
                width: 240px; } }
            .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu li {
              display: block !important;
              border-top: 1px solid #ddd; }
              .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu li:first-child {
                border-top: none !important; }
            .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu a {
              padding: 15px;
              padding-left: 30px;
              font-weight: bold;
              text-align: left;
              color: #fff;
              transition: all 0.25s linear;
              white-space: normal;
              font-size: 13px;
              font-size: 1.3rem; }
              @media only screen and (min-width: 768px) {
                .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu a {
                  padding: 20px 15px;
                  width: 100%;
                  font-size: 14px;
                  font-size: 1.4rem; } }
              @media print {
                .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu a {
                  padding: 20px 15px;
                  width: 100%;
                  font-size: 14px;
                  font-size: 1.4rem; } }
              .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu a.active, .header .navbar-bg .navbar-menu ul.nav > li.dropdown .dropdown-menu a:hover {
                color: #2C3D93;
                background-color: rgba(255, 255, 255, 0.6); }
    .header .navbar-bg .navbar-menu .navbar-txt {
      position: relative;
      padding: 5px 10px;
      margin: 0 -15px 0 0;
      margin-top: 10px !important; }
  @media only screen and (min-width: 768px) {
    .header .navbar-bg .navbar-menu {
      position: relative;
      padding: 0 15px;
      padding-top: 4px; }
      .header .navbar-bg .navbar-menu ul.nav {
        width: 100%;
        margin: 0;
        float: none;
        display: table;
        position: relative; } }
    @media only screen and (min-width: 768px) and (min-width: 1200px) {
      .header .navbar-bg .navbar-menu ul.nav {
        table-layout: fixed; } }
  @media only screen and (min-width: 768px) {
        .header .navbar-bg .navbar-menu ul.nav > li {
          float: none;
          background: none;
          display: table-cell;
          vertical-align: middle;
          border: none; }
          .header .navbar-bg .navbar-menu ul.nav > li:last-child .link-gnav {
            border: none !important; }
          .header .navbar-bg .navbar-menu ul.nav > li .link-gnav {
            position: relative;
            display: block;
            line-height: 1;
            padding: 20px 0;
            text-align: center; 
            border-left: 1px solid rgba(255, 255, 255, .5);}
            .header .navbar-bg .navbar-menu ul.nav > li .link-gnav .ja {
              font-size: 15px;
              font-size: 1.5rem; } }
  @media print {
    .header .navbar-bg .navbar-menu {
      position: relative;
      padding: 0 15px;
      padding-top: 4px; }
      .header .navbar-bg .navbar-menu ul.nav {
        width: 100%;
        margin: 0;
        float: none;
        display: table;
        position: relative; } }
    @media print {
      .header .navbar-bg .navbar-menu ul.nav {
        table-layout: fixed; } }
  @media print {
        .header .navbar-bg .navbar-menu ul.nav > li {
          float: none;
          background: none;
          display: table-cell;
          vertical-align: middle;
          border: none; }
          .header .navbar-bg .navbar-menu ul.nav > li:last-child .link-gnav {
            border: none !important; }
          .header .navbar-bg .navbar-menu ul.nav > li .link-gnav {
            position: relative;
            display: block;
            line-height: 1;
            padding: 20px 0;
            text-align: center; }
            .header .navbar-bg .navbar-menu ul.nav > li .link-gnav .ja {
              font-size: 15px;
              font-size: 1.5rem; } }

  @media (min-width: 1000px) {
      #header-space {
          height:142px
      }
      .p-header__tel {
        margin-right: .5em;
        font-size: 1.5625em
    }
  }
  @media (min-width: 720px) {
    .p-header__tel-icon {
        display:inline;
        width: 1.25em !important;
        min-width: auto;
        vertical-align: middle
    }
    .p-header__tel {
      margin-top: .25em;
      margin-right: 0;
      font-size: 1.125em
    }
    .p-header__tel {
      margin-left: .4em;
      color: #1f3d96;
      font-weight: bold;
      font-size: 1.5em;
      line-height: .8;
      letter-spacing: 1px;
      text-align: right
    }
    .p-header__tel a {
      color: inherit;
      text-decoration: none;
    }
    .p-header img {
      width: auto;
      max-width: 100%;
      height: auto;
      padding-bottom: 0
    }
    .p-header__tel-icon {
      display: block;
      position: relative;
      top: -0.0625em;
      min-width: 28px;
      max-width: 38px !important
    }
  } 


/* =====================
  footer
===================== */
.footer-contact {
  background-color: #2C3D93;
  background-image: url("../img/common/bg-top-contact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff; }
  .footer-contact .btn-simple {
    background-color: #fff;
    transition: all 0.15s linear; }
    .footer-contact .btn-simple .txt {
      color: #2C3D93;
      font-weight: bold; }
    .footer-contact .btn-simple .icon {
      color: #2C3D93; }
    .footer-contact .btn-simple:hover {
      transform: scale(0.96); }
  .footer-contact .tel-link {
    color: #fff; }
    .footer-contact .tel-link:hover {
      color: #fff; }
  @media print {
    .footer-contact .col-lg-4 {
      width: 50% !important;
      margin: 0 !important; } }

.footer {
  border-top: 1px solid #eee; 
  background-color: #2C3D93;}
  .footer .copy {
    padding: .5em;
    line-height: 2;
    color: #fff;
    background-color: #2C3D93; }
  .footer .top-footer {
    padding-top: 20px;
    padding-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .footer .top-footer {
        padding-top: 30px;
        padding-bottom: 20px; 
        background-color: #2c3d93;} }
    @media print {
      .footer .top-footer {
        padding-top: 30px;
        padding-bottom: 20px; } }
    .footer .top-footer .logo-footer {
      line-height: 1; }
      @media only screen and (min-width: 768px) {
        .footer .top-footer .logo-footer {
          float: left;
          margin-right: 20px; } }
      @media print {
        .footer .top-footer .logo-footer {
          float: left;
          margin-right: 20px; } }
    @media only screen and (min-width: 768px) {
      .footer .top-footer .address {
        float: left; 
        color: #fff;} }
    @media print {
      .footer .top-footer .address {
        float: left; } }
    .footer .top-footer .num-footer {
      color: #fff;
      margin-top: 10px; }
      @media only screen and (min-width: 992px) {
        .footer .top-footer .num-footer {
          margin-top: 5px;
          text-align: center; } }
      @media print {
        .footer .top-footer .num-footer {
          margin-top: 5px;
          text-align: center; } }
      .footer .top-footer .num-footer > p {
        display: inline-block; }
      .footer .top-footer .num-footer .tel-footer {
        margin-right: 30px; }
  .footer .nav-footer {
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #2c3d93; }
    @media only screen and (min-width: 768px) {
      .footer .nav-footer {
        padding-bottom: 10px; } }
    @media print {
      .footer .nav-footer {
        padding-bottom: 10px; } }
    .footer .nav-footer ul {
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .footer .nav-footer ul {
          text-align: center; } }
      @media print {
        .footer .nav-footer ul {
          text-align: center; } }
      .footer .nav-footer ul li {
        line-height: 1;
        margin-bottom: 10px;
        border-left: 1px solid #666;
        min-width: 49%; }
        @media only screen and (min-width: 768px) {
          .footer .nav-footer ul li {
            min-width: 15%; }
            .footer .nav-footer ul li:first-child {
              border-left: none; } }
        @media print {
          .footer .nav-footer ul li {
            min-width: 15%; }
            .footer .nav-footer ul li:first-child {
              border-left: none; } }
        @media only screen and (min-width: 992px) {
          .footer .nav-footer ul li {
            min-width: 15%; } }
        @media print {
          .footer .nav-footer ul li {
            min-width: 15%; } }
        @media only screen and (min-width: 1200px) {
          .footer .nav-footer ul li {
            min-width: auto; } }
        @media print {
          .footer .nav-footer ul li {
            min-width: auto; } }
        .footer .nav-footer ul li a {
          display: inline-block;
          font-size: 10px;
          font-size: 1rem;
          padding: 0 0.5em;
          color: #fff; }
          @media only screen and (min-width: 768px) {
            .footer .nav-footer ul li a {
              font-size: 13px;
              font-size: 1.3rem;
              line-height: 1;
              padding: 0 1em; } }
          @media print {
            .footer .nav-footer ul li a {
              font-size: 13px;
              font-size: 1.3rem;
              line-height: 1;
              padding: 0 1em; } }
          @media print {
            .footer .nav-footer ul li a {
              font-size: 11px;
              font-size: 1.1rem; } }
          .footer .nav-footer ul li a:hover {
            color: #f5487c;
            text-shadow: 0 0 1px white; }

/* =====================
  toppage
===================== */
.bg-white {
  background: #fff;
}
.gridBox {
  display: grid;
}

#detail_item.bg-pattern {
  color: inherit !important;
}
.bg-pattern {
  background: url(../img/common/bg-pattern.png);
  background-size: 300px auto;
  color: #fff;
}
.innerBox {
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 0;
  position: relative;
  width: 94%;
  z-index: 1;
}
.innerBox.shortPadding {
  padding: 60px 0;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa-up {
  transform: translate(0, 40px);
}
.sa {
  opacity: 0;
  transition: all 1.2s ease;
}
.mv .sp-buttons {
  position: absolute;
  bottom: 0;
  z-index: 90; }
  .mv .sp-buttons .sp-button {
    background-color: #fff;
    border: none;
    margin: 0 5px;
    width: 12px;
    height: 12px; }
    .mv .sp-buttons .sp-button.sp-selected-button {
      background-color: #5A6D9E; }
    @media only screen and (min-width: 768px) {
      .mv .sp-buttons .sp-button {
        margin: 5px; } }
    @media print {
      .mv .sp-buttons .sp-button {
        margin: 5px; } }

@media print {
  .mv .sp-mask, .mv .sp-slide, .mv .sp-image-container {
    width: 1080px !important;
    height: 535px !important; }
  .mv .sp-layer {
    margin-right: -40px !important; }
  .mv .sp-image {
    width: auto !important;
    height: 100% !important;
    margin-left: -106px !important;
    margin-top: 0px !important; } }

.lead-top-01 {
  font-size: 3.4vw; }
  @media only screen and (min-width: 415px) {
    .lead-top-01 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .lead-top-01 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media only screen and (min-width: 768px) {
    .lead-top-01 {
      font-size: 15px;
      font-size: 1.5rem; } }
  @media print {
    .lead-top-01 {
      font-size: 15px;
      font-size: 1.5rem; } }

.col-reason-top {
  width: 33.333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .col-reason-top {
      width: 16.6666%;
      padding: 0 10px;
      margin-bottom: 0; } }
  @media print {
    .col-reason-top {
      width: 16.6666%;
      padding: 0 10px;
      margin-bottom: 0; } }
  .col-reason-top.lb {
    margin-left: 16.5%; }
    @media only screen and (min-width: 768px) {
      .col-reason-top.lb {
        margin-left: 0; } }
    @media print {
      .col-reason-top.lb {
        margin-left: 0; } }
  .col-reason-top .icon {
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .col-reason-top .icon {
        margin-bottom: 10px; } }
    @media print {
      .col-reason-top .icon {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 768px) {
      .col-reason-top .icon img {
        width: 120px;
        height: auto; } }
    @media print {
      .col-reason-top .icon img {
        width: 120px;
        height: auto; } }
  .col-reason-top .txt {
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (min-width: 768px) {
      .col-reason-top .txt {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print {
      .col-reason-top .txt {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media only screen and (min-width: 992px) {
      .col-reason-top .txt {
        font-size: 16px;
        font-size: 1.6rem; } }
    @media print {
      .col-reason-top .txt {
        font-size: 16px;
        font-size: 1.6rem; } }
    .col-reason-top .txt.min {
      font-size: 10px;
      font-size: 1rem; }
      @media only screen and (min-width: 768px) {
        .col-reason-top .txt.min {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media print {
        .col-reason-top .txt.min {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media only screen and (min-width: 992px) {
        .col-reason-top .txt.min {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media print {
        .col-reason-top .txt.min {
          font-size: 15px;
          font-size: 1.5rem; } }

.ttl-news-top .ttl-w {
  float: left;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .ttl-news-top .ttl-w {
      float: none; } }
  @media print {
    .ttl-news-top .ttl-w {
      float: none; } }
  .ttl-news-top .ttl-w .top::after {
    left: 0;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .ttl-news-top .ttl-w .top::after {
        margin-left: 0; } }
    @media print {
      .ttl-news-top .ttl-w .top::after {
        margin-left: 0; } }

.ttl-news-top .btn-news-top {
  float: right;
  padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .ttl-news-top .btn-news-top {
      float: none;
      padding-top: 0; } }
  @media print {
    .ttl-news-top .btn-news-top {
      float: none;
      padding-top: 0; } }
  .ttl-news-top .btn-news-top .btn-border {
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: auto;
    color: #fff;
    background-color: #2C3D93;
    padding: 0.5em 30px; }
    @media only screen and (min-width: 768px) {
      .ttl-news-top .btn-news-top .btn-border {
        width: auto;
        min-width: 180px; } }
    @media print {
      .ttl-news-top .btn-news-top .btn-border {
        width: auto;
        min-width: 180px; } }

.links-top {
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .links-top .block {
      float: left;
      width: 50%; } }
  @media print {
    .links-top .block {
      float: left;
      width: 50%; } }
  .links-top .block .wrapper {
    position: relative;
    display: block;
    overflow: hidden; }
    .links-top .block .wrapper .bg {
      background-color: #ddd;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      transition: transform 0.25s linear; }
      .links-top .block .wrapper .bg.factory {
        background-image: url("../img/common/bg-top-factory.jpg"); }
      .links-top .block .wrapper .bg.company {
        background-image: url("../img/common/bg-top-company.jpg"); }
    .links-top .block .wrapper .inner {
      display: block;
      position: relative;
      z-index: 2;
      color: #232323; }
      @media only screen and (min-width: 768px) {
        .links-top .block .wrapper .inner {
          width: 100%;
          display: table; } }
      @media print {
        .links-top .block .wrapper .inner {
          width: 100%;
          display: table; } }
      .links-top .block .wrapper .inner .content {
        padding: 40px 10px; }
        @media only screen and (min-width: 768px) {
          .links-top .block .wrapper .inner .content {
            display: table-cell;
            vertical-align: middle;
            height: 340px;
            padding: 0; } }
        @media print {
          .links-top .block .wrapper .inner .content {
            display: table-cell;
            vertical-align: middle;
            height: 340px;
            padding: 0; } }
        @media only screen and (min-width: 992px) {
          .links-top .block .wrapper .inner .content {
            height: 460px; } }
        @media print {
          .links-top .block .wrapper .inner .content {
            height: 460px; } }
      .links-top .block .wrapper .inner .box {
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.9);
        border: 5px solid rgba(255, 255, 255, 0.1);
        display: inline-block;
        padding: 15px;
        border-radius: 3px;
        width: 95%;
        transition: all 0.25s linear; }
        @media only screen and (min-width: 768px) {
          .links-top .block .wrapper .inner .box {
            width: 350px;
            padding: 25px 5px; } }
        @media print {
          .links-top .block .wrapper .inner .box {
            width: 350px;
            padding: 25px 5px; } }
        .links-top .block .wrapper .inner .box .ttl {
          line-height: 1.4;
          margin-bottom: 10px; }
          .links-top .block .wrapper .inner .box .ttl .eng {
            color: #2C3D93; }
    .links-top .block .wrapper:hover .bg {
      transform: scale(1.02); }
    .links-top .block .wrapper:hover .inner .box {
      border-color: #eee;
      border-color: rgba(55, 55, 55, 0.1); }


.section-brand-top {
  background-image: url("../img/common/bg-pattern.png");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
.section-brand-top .block-brand {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.section-oem-top {
  background-image: url("../img/common/bg-top-oem.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .section-oem-top .ttl {
    display: inline-block;
    background-color: #2C3D93;
    color: #fff;
    padding: 10px 30px;
    border-radius: 2px; }
    @media only screen and (min-width: 768px) {
      .section-oem-top .ttl {
        padding: 10px 40px; } }
    @media print {
      .section-oem-top .ttl {
        padding: 10px 40px; } }
  .section-oem-top .block-oem {
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    border-top: 3px solid #2C3D93;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 768px) {
      .section-oem-top .block-oem {
        border-width: 5px; } }
    @media print {
      .section-oem-top .block-oem {
        border-width: 5px; } }
    .section-oem-top .block-oem .thumb {
      float: left;
      width: 80px; }
      @media only screen and (min-width: 768px) {
        .section-oem-top .block-oem .thumb {
          float: none;
          width: 100%; } }
      @media print {
        .section-oem-top .block-oem .thumb {
          float: none;
          width: 100%; } }
    .section-oem-top .block-oem .content {
      padding: 10px;
      padding-left: 90px;
      text-align: left;
      line-height: 1.4; }
      @media only screen and (min-width: 768px) {
        .section-oem-top .block-oem .content {
          text-align: center;
          padding-left: 10px;
          padding-top: 20px; } }
      @media print {
        .section-oem-top .block-oem .content {
          text-align: center;
          padding-left: 10px;
          padding-top: 20px; } }
      .section-oem-top .block-oem .content .ja {
        font-weight: bold;
        margin-bottom: 5px;
        color: #2C3D93; }
        @media only screen and (min-width: 768px) {
          .section-oem-top .block-oem .content .ja {
            margin-bottom: 5px; } }
        @media print {
          .section-oem-top .block-oem .content .ja {
            margin-bottom: 5px; } }
    .section-oem-top .block-oem::after {
      position: absolute;
      display: block;
      content: " ";
      width: 0;
      height: 0;
      bottom: 0;
      right: 0;
      border: 10px solid transparent;
      border-right: 10px solid #2C3D93;
      border-bottom: 10px solid #2C3D93; }

/* =====================
  subpage
===================== */
.hr-bold {
  border-bottom: 1px solid #eee; }

.pgttl {
  background-color: #eee;
  background-size: cover;
  background-position: center center; }
  .pgttl.point {
    background-image: url("../img/common/bg-pgttl-point.jpg"); }
  .pgttl.package {
    background-image: url("../img/common/bg-pgttl-package.jpg"); }
  .pgttl.list {
    background-image: url("../img/common/bg-pgttl-list.jpg"); }
  .pgttl.process {
    background-image: url("../img/common/bg-pgttl-process.jpg"); }
  .pgttl.question {
    background-image: url("../img/common/bg-pgttl-question.jpg"); }
  .pgttl.original {
    background-image: url("../img/common/bg-pgttl-original.jpg"); }
  .pgttl.factory {
    background-image: url("../img/common/bg-pgttl-factory.jpg"); }
  .pgttl.company {
    background-image: url("../img/common/bg-pgttl-company.jpg"); }
  .pgttl.contact {
    background-image: url("../img/common/bg-pgttl-contact.jpg"); }
  .pgttl.news {
    background-image: url("../img/common/bg-pgttl-news.jpg"); }
  .pgttl .inner {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .pgttl .inner {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media print {
      .pgttl .inner {
        padding-top: 70px;
        padding-bottom: 70px; } }
    .pgttl .inner .txt {
      display: inline-block;
      border-radius: 3px;
      border: 3px solid #fff;
      color: #fff;
      padding: 15px 10px;
      min-width: 260px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.08); }
      @media only screen and (min-width: 768px) {
        .pgttl .inner .txt {
          border-width: 5px;
          min-width: 320px;
          padding: 30px; } }
      @media print {
        .pgttl .inner .txt {
          border-width: 5px;
          min-width: 320px;
          padding: 30px; } }
      .pgttl .inner .txt .en {
        line-height: 1;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        letter-spacing: 0.15em;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (min-width: 768px) {
          .pgttl .inner .txt .en {
            font-size: 20px;
            font-size: 2rem; } }
        @media print {
          .pgttl .inner .txt .en {
            font-size: 20px;
            font-size: 2rem; } }
      .pgttl .inner .txt .ja {
        line-height: 1;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 24px;
        font-size: 2.4rem; }
        @media only screen and (min-width: 768px) {
          .pgttl .inner .txt .ja {
            margin-bottom: 20px;
            font-size: 28px;
            font-size: 2.8rem; } }
        @media print {
          .pgttl .inner .txt .ja {
            margin-bottom: 20px;
            font-size: 28px;
            font-size: 2.8rem; } }

.breadcrumbs {
  line-height: 1.5; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0; }
    .breadcrumbs ul li {
      padding: 5px;
      padding-left: 18px;
      padding-right: 0;
      position: relative;
      color: #999; }
      .breadcrumbs ul li::after {
        position: absolute;
        font-family: FontAwesome;
        display: block;
        width: 20px;
        height: 20px;
        content: '\f105';
        left: 5px;
        top: 50%;
        margin-top: -8px;
        color: #ccc; }
      .breadcrumbs ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .breadcrumbs ul li:first-child::after {
          content: none; }
      .breadcrumbs ul li a {
        color: #2C3D93; }
        .breadcrumbs ul li a:hover {
          color: #2C3D93;
          text-decoration: underline; }

.dl-news {
  margin: 0;
  padding: 0; }
  .dl-news dt {
    white-space: normal;
    margin-bottom: 8px; }
    @media only screen and (min-width: 768px) {
      .dl-news dt {
        text-align: left;
        width: 15em;
        margin-bottom: 0; } }
    @media print {
      .dl-news dt {
        text-align: left;
        width: 15em;
        margin-bottom: 0; } }
    .dl-news dt .date {
      display: inline-block;
      width: 5em;
      vertical-align: middle;
      line-height: 1.2;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 10px;
      font-size: 1rem; }
      @media only screen and (min-width: 768px) {
        .dl-news dt .date {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media print {
        .dl-news dt .date {
          font-size: 12px;
          font-size: 1.2rem; } }
    .dl-news dt .cat {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      background-color: #ddd;
      border-radius: 40px;
      color: #fff;
      text-align: center;
      margin-left: 1em;
      padding: 3px 10px;
      font-size: 11px;
      font-size: 1.1rem; }
      @media only screen and (min-width: 768px) {
        .dl-news dt .cat {
          font-size: 13px;
          font-size: 1.3rem;
          width: 9em; } }
      @media print {
        .dl-news dt .cat {
          font-size: 13px;
          font-size: 1.3rem;
          width: 9em; } }
  .dl-news dd {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .dl-news dd a {
      text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .dl-news dd {
        margin: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 15.5em; } }
    @media print {
      .dl-news dd {
        margin: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 15.5em; } }

.block-horizontal {
  position: relative; }
  .block-horizontal::before {
    display: block;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 768px) {
      .block-horizontal::before {
        width: 50%;
        height: 100%; } }
    @media print {
      .block-horizontal::before {
        width: 50%;
        height: 100%; } }
  .block-horizontal.reason-00::before {
    background-image: url("../img/common/img-reason-00.jpg"); }
  .block-horizontal.reason-01::before {
    background-image: url("../img/common/img-reason-01.jpg"); }
  .block-horizontal.reason-02::before {
    background-image: url("../img/common/img-reason-02.jpg"); }
  .block-horizontal.reason-03::before {
    background-image: url("../img/common/img-reason-03.jpg"); }
  .block-horizontal.reason-04::before {
    background-image: url("../img/common/img-reason-04.jpg"); }
  .block-horizontal.reason-05::before {
    background-image: url("../img/common/img-reason-05.jpg"); }
  @media only screen and (min-width: 768px) {
    .block-horizontal .content {
      display: table;
      width: 50%;
      margin-left: 50%; } }
  @media print {
    .block-horizontal .content {
      display: table;
      width: 50%;
      margin-left: 50%; } }
  .block-horizontal .content .inner {
    padding-bottom: 220px; }
    @media only screen and (min-width: 768px) {
      .block-horizontal .content .inner {
        display: table-cell;
        vertical-align: middle;
        height: 480px;
        padding: 30px 0 30px 50px; } }
    @media print {
      .block-horizontal .content .inner {
        display: table-cell;
        vertical-align: middle;
        height: 480px;
        padding: 30px 0 30px 50px; } }
  @media only screen and (min-width: 768px) {
    .block-horizontal.rebase::before {
      left: 50%; } }
  @media print {
    .block-horizontal.rebase::before {
      left: 50%; } }
  @media only screen and (min-width: 768px) {
    .block-horizontal.rebase .content {
      margin-left: 0; } }
  @media print {
    .block-horizontal.rebase .content {
      margin-left: 0; } }
  @media only screen and (min-width: 768px) {
    .block-horizontal.rebase .content .inner {
      padding: 30px 50px 30px 0; } }
  @media print {
    .block-horizontal.rebase .content .inner {
      padding: 30px 50px 30px 0; } }

.table-ttl {
  display: table; }
  .table-ttl .icon {
    display: table-cell;
    vertical-align: middle;
    width: 40px; }
    @media only screen and (min-width: 768px) {
      .table-ttl .icon {
        width: 80px; } }
    @media print {
      .table-ttl .icon {
        width: 80px; } }
    .table-ttl .icon img {
      width: 40px;
      height: 40px; }
      @media only screen and (min-width: 768px) {
        .table-ttl .icon img {
          width: 80px;
          height: 80px; } }
      @media print {
        .table-ttl .icon img {
          width: 80px;
          height: 80px; } }
  .table-ttl .right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .table-ttl .right {
        padding-left: 20px; } }
    @media print {
      .table-ttl .right {
        padding-left: 20px; } }
    .table-ttl .right p {
      line-height: 1; }

.tb-item {
  display: table; }
  .tb-item .th, .tb-item .td {
    display: table-cell;
    vertical-align: top; }
  .tb-item .th {
    width: 90px; }
    @media only screen and (min-width: 768px) {
      .tb-item .th {
        width: 180px; } }
    @media print {
      .tb-item .th {
        width: 180px; } }
  .tb-item .td {
    padding-left: 10px; }
    @media only screen and (min-width: 768px) {
      .tb-item .td {
        padding-left: 20px; } }
    @media print {
      .tb-item .td {
        padding-left: 20px; } }

.nav-oem {
  background-color: #E3E9F1; }
  .nav-oem .inner {
    max-width: 1170px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .nav-oem .inner {
        padding-left: 15px;
        padding-right: 15px; } }
    @media print {
      .nav-oem .inner {
        padding-left: 15px;
        padding-right: 15px; } }
  .nav-oem ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    border-top: 1px solid #99B7CC;
    border-right: 1px solid #99B7CC; }
    @media only screen and (min-width: 768px) {
      .nav-oem ul {
        border: none; } }
    @media print {
      .nav-oem ul {
        border: none; } }
    .nav-oem ul li {
      text-align: center;
      float: left;
      width: 50%;
      border-bottom: 1px solid #99B7CC;
      border-left: 1px solid #99B7CC; }
      @media only screen and (min-width: 768px) {
        .nav-oem ul li {
          float: left;
          width: 20%;
          border: none; } }
      @media print {
        .nav-oem ul li {
          float: left;
          width: 25%;
          border: none; } }
      .nav-oem ul li a {
        background-color: #E3E9F1;
        color: #5A6D9E;
        font-weight: bold;
        display: block;
        padding: 10px 0;
        transition: color 0.25s linear; }
        @media only screen and (min-width: 768px) {
          .nav-oem ul li a {
            padding: 20px 3px; } }
        @media print {
          .nav-oem ul li a {
            padding: 20px 3px; } }
        .nav-oem ul li a:hover, .nav-oem ul li a.active {
          color: #99B7CC; }

.box-flow {
  position: relative;
  border: 2px solid #E3E9F1; }
  .box-flow .inner {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .box-flow .inner {
        display: table;
        width: 100%; } }
    @media print {
      .box-flow .inner {
        display: table;
        width: 100%; } }
  .box-flow .ttl {
    background-color: #5A6D9E;
    color: #fff;
    padding: 10px;
    padding-left: 90px; }
    @media only screen and (min-width: 768px) {
      .box-flow .ttl {
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        padding: 20px;
        padding-top: 30px; } }
    @media print {
      .box-flow .ttl {
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        padding: 20px;
        padding-top: 30px; } }
  .box-flow .thumb {
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    padding-bottom: 45%; }
    @media only screen and (min-width: 768px) {
      .box-flow .thumb {
        padding-bottom: 0;
        display: table-cell;
        vertical-align: middle;
        width: 300px; } }
    @media print {
      .box-flow .thumb {
        padding-bottom: 0;
        display: table-cell;
        vertical-align: middle;
        width: 300px; } }
    .box-flow .thumb img {
      width: 240px; }
      @media only screen and (min-width: 768px) {
        .box-flow .thumb img {
          width: 300px; } }
      @media print {
        .box-flow .thumb img {
          width: 300px; } }
    .box-flow .thumb.bg-flow-01 {
      background-image: url("../img/common/img-flow-01.jpg"); }
    .box-flow .thumb.bg-flow-02 {
      background-image: url("../img/common/img-flow-02.jpg"); }
    .box-flow .thumb.bg-flow-03 {
      background-image: url("../img/common/img-flow-03.jpg"); }
    .box-flow .thumb.bg-flow-04 {
      background-image: url("../img/common/img-flow-04.jpg"); }
    .box-flow .thumb.bg-flow-05 {
      background-image: url("../img/common/img-flow-05.jpg"); }
    .box-flow .thumb.bg-flow-06 {
      background-image: url("../img/common/img-flow-06.jpg"); }
    .box-flow .thumb.bg-flow-07 {
      background-image: url("../img/common/img-flow-07.jpg"); }
  .box-flow .content {
    background-color: #fff;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .box-flow .content {
        padding: 20px 30px;
        display: table-cell;
        height: 226px; } }
    @media print {
      .box-flow .content {
        padding: 20px 30px;
        display: table-cell;
        height: 226px; } }
    .box-flow .content .num {
      color: #99B7CC;
      line-height: 1;
      font-family: "Poppins", sans-serif;
      font-weight: bold; }
      .box-flow .content .num span {
        font-size: 150%; }
  .box-flow.last::after, .box-flow.last::before {
    content: none; }
  .box-flow::after, .box-flow::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .box-flow::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px; }
  .box-flow::before {
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #E3E9F1;
    border-width: 18px;
    margin-left: -18px; }


.box-pack {
  position: relative;
  border: 2px solid #E3E9F1; }
  .box-pack .inner {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .box-pack .inner {
        display: table;
        width: 100%; } }
    @media print {
      .box-pack .inner {
        display: table;
        width: 100%; } }
  .box-pack .ttl {
    background-color: #5A6D9E;
    color: #fff;
    padding: 10px;
    padding-left: 90px; }
    @media only screen and (min-width: 768px) {
      .box-pack .ttl {
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        padding: 20px;
        padding-top: 30px; } }
    @media print {
      .box-pack .ttl {
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        padding: 20px;
        padding-top: 30px; } }
  .box-pack .thumb {
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    padding-bottom: 45%; }
    @media only screen and (min-width: 768px) {
      .box-pack .thumb {
        padding-bottom: 0;
        display: table-cell;
        vertical-align: middle;
        width: 300px; } }
    @media print {
      .box-pack .thumb {
        padding-bottom: 0;
        display: table-cell;
        vertical-align: middle;
        width: 300px; } }
    .box-pack .thumb img {
      width: 240px; }
      @media only screen and (min-width: 768px) {
        .box-pack .thumb img {
          width: 300px; } }
      @media print {
        .box-pack .thumb img {
          width: 300px; } }
    .box-pack .thumb.bg-pack-01 {
      background-image: url("../img/top/ec/amazon.png"); }
    .box-pack .thumb.bg-pack-02 {
      background-image: url("../img/top/ec/rakuten.png"); }
    .box-pack .thumb.bg-pack-03 {
      background-image: url("../img/top/ec/netsea.png"); }
    .box-pack .thumb.bg-pack-04 {
      background-image: url("../img/common/img-pack-04.jpg"); }
    .box-pack .thumb.bg-pack-05 {
      background-image: url("../img/common/img-pack-05.jpg"); }
    .box-pack .thumb.bg-pack-06 {
      background-image: url("../img/common/img-pack-06.jpg"); }
    .box-pack .thumb.bg-pack-07 {
      background-image: url("../img/common/img-pack-07.jpg"); }
    .box-pack .thumb.bg-pack-08 {
      background-image: url("../img/common/img-pack-08.jpg"); }
    .box-pack .thumb.bg-pack-09 {
      background-image: url("../img/common/img-pack-09.jpg"); }
    .box-pack .thumb.bg-pack-10 {
      background-image: url("../img/common/img-pack-10.jpg"); }
    .box-pack .thumb.bg-pack-11 {
      background-image: url("../img/common/img-pack-11.jpg"); }
    .box-pack .thumb.bg-pack-12 {
      background-image: url("../img/common/img-pack-12.jpg"); }
    .box-pack .thumb.bg-pack-13 {
      background-image: url("../img/common/img-pack-13.jpg"); }
    .box-pack .thumb.bg-pack-14 {
      background-image: url("../img/common/img-pack-14.jpg"); }
  .box-pack .content {
    background-color: #fff;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .box-pack .content {
        padding: 20px 30px;
        display: table-cell;
        height: 126px; } }
    @media print {
      .box-pack .content {
        padding: 20px 30px;
        display: table-cell;
        height: 226px; } }
    .box-pack .content .num {
      color: #99B7CC;
      line-height: 1;
      font-family: "Poppins", sans-serif;
      font-weight: bold; }
      .box-pack .content .num span {
        font-size: 150%; }
  .box-pack.last::after, .box-pack.last::before {
    content: none; }
  .box-pack::before {
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #E3E9F1;
    border-width: 18px;
    margin-left: -18px; }

.row-original .left {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px; }
  .row-original .left::after, .row-original .left::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .row-original .left::after, .row-original .left::before {
        left: 100%;
        top: 50%; } }
    @media print {
      .row-original .left::after, .row-original .left::before {
        left: 100%;
        top: 50%; } }
  @media print {
    .row-original .left p {
      font-size: 15px;
      font-size: 1.5rem; } }
  .row-original .left::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px; }
    @media only screen and (min-width: 768px) {
      .row-original .left::after {
        border-color: rgba(90, 158, 121, 0);
        border-left-color: #ffffff;
        margin-left: 0;
        margin-top: -20px; } }
    @media print {
      .row-original .left::after {
        border-color: rgba(90, 158, 121, 0);
        border-left-color: #ffffff;
        margin-left: 0;
        margin-top: -20px; } }
  .row-original .left::before {
    border-color: rgba(90, 158, 121, 0);
    border-top-color: #5A6D9E;
    border-width: 24px;
    margin-left: -24px; }
    @media only screen and (min-width: 768px) {
      .row-original .left::before {
        border-color: rgba(90, 158, 121, 0);
        border-left-color: #5A6D9E;
        margin-left: 0;
        margin-top: -24px; } }
    @media print {
      .row-original .left::before {
        border-color: rgba(90, 158, 121, 0);
        border-left-color: #5A6D9E;
        margin-left: 0;
        margin-top: -24px; } }
  @media only screen and (min-width: 768px) {
    .row-original .left {
      float: left;
      width: 55%;
      padding-right: 10px;
      margin-bottom: 0;
      padding-bottom: 0; } }
  @media print {
    .row-original .left {
      float: left;
      width: 55%;
      padding-right: 10px;
      margin-bottom: 0;
      padding-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .row-original .left {
      width: 40%;
      margin-left: 20%; } }
  @media print {
    .row-original .left {
      width: 40%;
      margin-left: 20%; } }
  .row-original .left p {
    background-color: #E3E9F1;
    color: #5A6D9E;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 1em;
    border-radius: 5px;
    text-align: center; }
    .row-original .left p:first-child {
      margin-bottom: 5px; }

.row-original .right {
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .row-original .right {
      float: left;
      width: 45%;
      padding-top: 28px;
      padding-left: 40px;
      text-align: left; } }
  @media print {
    .row-original .right {
      float: left;
      width: 45%;
      padding-top: 28px;
      padding-left: 40px;
      text-align: left; } }
  @media only screen and (min-width: 992px) {
    .row-original .right {
      width: 40%; } }
  @media print {
    .row-original .right {
      width: 40%; } }

.wrapper-faq {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }
  .wrapper-faq.active .block-question::before {
    color: #5A6D9E;
    content: '\f056'; }
  .wrapper-faq.active .block-answer {
    display: block; }
  .wrapper-faq .block-question {
    position: relative;
    display: block;
    padding: 5px;
    padding-left: 50px;
    padding-right: 30px;
    color: #5A6D9E;
    font-weight: bold;
    line-height: 1.5;
    font-size: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.25s linear;
    text-decoration: none !important; }
    @media only screen and (min-width: 768px) {
      .wrapper-faq .block-question {
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media print {
      .wrapper-faq .block-question {
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .wrapper-faq .block-question::after {
      position: absolute;
      display: block;
      content: "Q" !important;
      color: #fff;
      background-color: #5A6D9E;
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      left: 0;
      top: 50%;
      margin-top: -20px;
      border-radius: 50%;
      line-height: 40px;
      width: 40px;
      height: 40px;
      font-size: 28px;
      font-size: 2.8rem; }
    .wrapper-faq .block-question::before {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -0.5em;
      line-height: 1;
      display: block;
      content: '\f055';
      font-family: FontAwesome;
      color: #99B7CC;
      font-size: 24px;
      font-size: 2.4rem;
      transition: all 0.25s linear; }
    .wrapper-faq .block-question:hover {
      opacity: .8;
      color: #5A6D9E;
      text-decoration: none; }
    .wrapper-faq .block-question:active, .wrapper-faq .block-question:visited {
      text-decoration: none; }
  .wrapper-faq .block-answer {
    position: relative;
    padding-top: 20px;
    padding-left: 70px;
    min-height: 60px;
    margin-top: 10px;
    border-top: 1px dotted #ddd; }
    .wrapper-faq .block-answer::after {
      position: absolute;
      display: block;
      content: "A";
      color: #5A6D9E;
      border: 2px solid #5A6D9E;
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      left: 20px;
      top: 1.2em;
      margin-top: -20px;
      border-radius: 50%;
      line-height: 36px;
      width: 40px;
      height: 40px;
      font-size: 28px;
      font-size: 2.8rem; }


      
.left-factory {
  position: relative; }
  .left-factory .thumb {
    padding-top: 10px; }
    @media only screen and (min-width: 768px) {
      .left-factory .thumb {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 15px; } }
    @media print {
      .left-factory .thumb {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 15px; } }

.box-company {
  background-color: #E3E9F1;
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .box-company {
      border-width: 10px;
      padding: 30px 20px; } }
  @media print {
    .box-company {
      border-width: 10px;
      padding: 30px 20px; } }

.wrapper-box-company {
  border-left: 1px solid #99B7CC;
  border-top: 1px solid #99B7CC; }
  .wrapper-box-company .box {
    border-right: 1px solid #99B7CC;
    border-bottom: 1px solid #99B7CC;
    padding: 10px;
    float: left;
    width: 50%;
    min-height: 30vw;
    background-color: #fff; }
    @media only screen and (min-width: 768px) {
      .wrapper-box-company .box {
        width: 33%;
        width: calc(100%/3);
        padding: 20px;
        min-height: 120px; }
        .wrapper-box-company .box:nth-child(even) {
          background-color: #ebf1ee; }
        .wrapper-box-company .box:nth-child(3) {
          background-color: #fff !important; } }
    @media print {
      .wrapper-box-company .box {
        width: 33%;
        width: calc(100%/3);
        padding: 20px;
        min-height: 120px; }
        .wrapper-box-company .box:nth-child(even) {
          background-color: #ebf1ee; }
        .wrapper-box-company .box:nth-child(3) {
          background-color: #fff !important; } }
    .wrapper-box-company .box .num {
      font-weight: 700;
      font-family: "Poppins", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      color: #5A6D9E;
      line-height: 1; }
      @media only screen and (min-width: 768px) {
        .wrapper-box-company .box .num {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media print {
        .wrapper-box-company .box .num {
          font-size: 24px;
          font-size: 2.4rem; } }
    .wrapper-box-company .box:nth-child(2), .wrapper-box-company .box:nth-child(3), .wrapper-box-company .box:nth-child(6) {
      background-color: #ebf1ee; }
    .wrapper-box-company .box p {
      font-weight: bold; }

.table-company {
  border-collapse: collapse;
  width: 100%;
  font-weight: normal;
  border-top: 1px solid #ddd;
  font-size: 10px;
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .table-company {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print {
    .table-company {
      font-size: 14px;
      font-size: 1.4rem; } }
  .table-company tr {
    border-bottom: 1px solid #ddd; }
  .table-company th, .table-company td {
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .table-company th, .table-company td {
        padding: 20px 10px; } }
    @media print {
      .table-company th, .table-company td {
        padding: 20px 10px; } }
  .table-company th {
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    padding-right: 0; }
    @media only screen and (min-width: 768px) {
      .table-company th {
        width: 180px;
        padding-left: 40px; } }
    @media print {
      .table-company th {
        width: 180px;
        padding-left: 40px; } }

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

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

@media only screen and (min-width: 768px) {
  .radio-content {
    padding-top: 30px !important; } }

@media print {
  .radio-content {
    padding-top: 30px !important; } }

.label-content {
  display: inline-block;
  width: 8em;
  margin-right: .10em; }

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

.req-mark {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.5;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #cb052f; }

.formError {
  z-index: 10; }

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

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

.nav-cat {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  border-left: 1px solid #E3E9F1;
  border-top: 1px solid #E3E9F1; }
  @media only screen and (min-width: 768px) {
    .nav-cat {
      display: table;
      width: 100%;
      table-layout: fixed;
      margin-left: 0;
      margin-right: 0;
      border: none; } }
  @media print {
    .nav-cat {
      display: table;
      width: 100%;
      table-layout: fixed;
      margin-left: 0;
      margin-right: 0;
      border: none; } }
  .nav-cat a {
    float: left;
    width: 50%;
    display: block;
    text-align: center;
    background-color: #f6f6f6;
    padding: 15px 10px;
    line-height: 1.2;
    font-weight: bold;
    border-right: 1px solid #E3E9F1;
    border-bottom: 1px solid #E3E9F1; }
    @media only screen and (min-width: 768px) {
      .nav-cat a {
        float: none;
        width: auto;
        padding: 18px 10px;
        display: table-cell;
        vertical-align: middle;
        border: none; } }
    @media print {
      .nav-cat a {
        float: none;
        width: auto;
        padding: 18px 10px;
        display: table-cell;
        vertical-align: middle;
        border: none; } }

.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;
    border-radius: 50%;
    background-color: #5A6D9E;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    line-height: 40px; }
    .paging > span a {
      display: block;
      width: 100%;
      height: 100%;
      color: #5A6D9E;
      background-color: #f3f3f3; }
    .paging > span a:hover {
      background-color: #5A6D9E;
      color: #fff; }
    .paging > span.current {
      cursor: default;
      background-color: #5A6D9E;
      color: #fff; }

.box-setsubi {
  position: relative;
  border: 2px solid #E3E9F1; }
  .box-setsubi .inner {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .box-setsubi .inner {
        display: table;
        width: 100%; } }
    @media print {
      .box-setsubi .inner {
        display: table;
        width: 100%; } }
  .box-setsubi .ttl {
    background-color: #5A6D9E;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem; }
    @media only screen and (min-width: 768px) {
      .box-setsubi .ttl {
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        padding: 10px;
        font-size: 18px;
        font-size: 1.8rem; } }
    @media print {
      .box-setsubi .ttl {
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        padding: 10px;
        font-size: 18px;
        font-size: 1.8rem; } }
  .box-setsubi .content {
    background-color: #f6f6f6;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .box-setsubi .content {
        padding: 20px;
        padding-bottom: 15px;
        display: table-cell; } }
    @media print {
      .box-setsubi .content {
        padding: 20px;
        padding-bottom: 15px;
        display: table-cell; } }

.bg-circle {
  position: relative; }
  .bg-circle::after, .bg-circle::before {
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    display: block;
    content: " ";
    top: 4%;
    left: 5%; }
    @media only screen and (min-width: 768px) {
      .bg-circle::after, .bg-circle::before {
        width: 70%;
        height: 70%;
        top: 13%;
        left: 15%; } }
    @media print {
      .bg-circle::after, .bg-circle::before {
        width: 70%;
        height: 70%;
        top: 13%;
        left: 15%; } }
  /* .bg-circle::after {
    border: 2px solid #2C3D93;
    opacity: .3;
    transform: rotate(2deg); }
  .bg-circle::before {
    border: 3px solid #2C3D93;
    opacity: .4;
    transform: rotate(-2deg); } */
  .bg-circle .row {
    display: flex;
    position: relative;
    z-index: 1; 
  flex-wrap: wrap;
  justify-content: center;}

.box-houshin {
  position: relative;
  background-color: #fff;
  border: 2px solid #2C3D93;
  padding: 10px;
  padding-top: 20px;
  display: table;
  width: 100%;
  border-radius: 2px; }
  @media only screen and (min-width: 768px) {
    .box-houshin {
      padding: 40px 20px 40px;
      border-width: 3px; } }
  @media print {
    .box-houshin {
      padding: 40px 20px 40px;
      border-width: 3px; } }
  .box-houshin .inner {
    display: table-cell;
    vertical-align: middle; }
  .box-houshin .num {
    position: absolute;
    top: -20px;
    left: 10%;
    margin-left: -19px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background-color: #2C3D93;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-size: 2rem; }
    @media only screen and (min-width: 768px) {
      .box-houshin .num {
        left: 50%;
        font-size: 28px;
        font-size: 2.8rem;
        width: 56px;
        height: 56px;
        line-height: 56px;
        margin-left: -28px;
        top: -30px; } }
    @media print {
      .box-houshin .num {
        left: 50%;
        font-size: 28px;
        font-size: 2.8rem;
        width: 56px;
        height: 56px;
        line-height: 56px;
        margin-left: -28px;
        top: -30px; } }

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

.dl-news dd a{ color: #337ab7 !important;}

.red {color:#f00;}


.table-enkaku th{
  width: 180px !important;
  background-color:  #eaeaea;;
  padding-left: 0;
  text-align: center;
  border: 5px solid #fff;
}

.table-enkaku td{
  background: #f6f7f7;
  border: 5px solid #fff;
  padding-left: 2em;
}

.table-enkaku {
  border: 5px solid #fff;
}

@media only screen and (max-width: 767px){
  .table-enkaku th{
    width: 110px !important;
  }
  .table-enkaku td{
    padding-left: 1em;
  }
}

.mt-adj-pc {
  margin-top: 120px;
}

@media screen and (max-width: 991px){
  .mt-adj-pc {
    margin-top: 30px;
  }
}