@charset "UTF-8";
/*!
 * Created based on Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2016-2017 CRESEED Corp. (http://www.creseed.jp)
 */
@import url("https://fonts.googleapis.com/css?family=Istok+Web|Roboto|Roboto+Condensed");
html {
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #1a1a1a;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h1 {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
  margin: 0;
}

h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #1a1a1a !important;
  font-weight: inherit !important;
}

p {
  font-weight: 500;
  line-height: inherit;
  margin-bottom: 12px;
  text-align: justify;
  text-justify: inter-ideograph;
}

p.indent {
  /* 文頭一文字下げ */
  text-indent: 1.0rem;
}

em {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

address {
  font-size: 14px;
  font-size: 1.4rem;
}

em,
small,
address {
  font-weight: 500;
}

ul,
ol {
  margin: 0;
}

ul > li,
ol > li {
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.75;
  margin-bottom: 5px;
}

ul > li:last-child,
ol > li:last-child {
  margin-bottom: 12px;
}

ul {
  list-style: none;
  padding-left: 0;
}

ol {
  padding-left: 20px;
}

dl {
  margin: 0;
}

dl > dt,
dl > dd {
  font-weight: 500;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.75;
}

tr > th,
tr > td {
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

.fwb {
  /* 太文字 */
  font-weight: bold;
}

.endLine {
  margin-bottom: 40px;
}

.endLine .table {
  margin-bottom: 50px;
}

.pcap {
  /* 単語の先頭文字だけ大文字に変換 */
  text-transform: capitalize;
}

.pup {
  /* すべての文字列を大文字に変換 */
  text-transform: uppercase;
}

.plow {
  /* すべての文字列を小文字に変換 */
  text-transform: lowercase;
}

.vw {
  /* 縦書き文字 */
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
}

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

*:focus {
  outline: none;
}

/* core container
-------------------------------------------------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}

/* UI thema commons
-------------------------------------------------- */
.wrap {
  overflow: hidden !important;
}

.msg {
  color: #e90000;
  font-weight: 700;
}

#page-top {
  position: fixed;
  right: 30px;
  z-index: 999;
}

#page-top button.page-top-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
}

#page-top .btn-ico .fas {
  background: #e60010;
  color: #ffffff;
  padding: 10px 10px 14px;
  border-radius: 4px;
  border-radius: 0.4rem;
}

#page-top .btn-ico .fas:hover {
  background: #b3000c;
}

@media (max-width: 767px) {
  #page-top {
    right: 15px;
  }
}

#slider-wrapper .bx-wrapper {
  position: relative !important;
  margin: 0 auto !important;
  box-shadow: 0 0 0 transparent;
  border: none !important;
  background: none !important;
}

#slider-wrapper .bx-wrapper .bx-controls-direction a {
  z-index: 1020 !important;
}

#slider-wrapper .bx-wrapper .bx-prev,
#slider-wrapper .bx-wrapper .bx-next {
  background: url(/img/mv/controls.png) 0 0 no-repeat !important;
  background-size: cover !important;
}

#slider-wrapper .bx-wrapper .bx-next {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#slider-wrapper .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 15px;
  z-index: 1000;
}

#slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 8px;
}

#slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active, #slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus, #slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #e50012 !important;
}

@media (min-width: 992px) {
  #slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  #slider-wrapper .slider-inner {
    position: relative;
    left: 50%;
    width: 3000px;
    margin-left: -1500px;
  }
  #slider-wrapper .bx-wrapper .bx-pager {
    margin: 0 auto !important;
    width: 100%;
    background: none;
  }
  #slider-wrapper .bx-wrapper .bx-prev,
  #slider-wrapper .bx-wrapper .bx-next {
    z-index: 1020;
  }
  #slider-wrapper .bx-wrapper .bx-prev {
    left: 48%;
    margin-left: -495px;
  }
  #slider-wrapper .bx-wrapper .bx-next {
    right: 48%;
    margin-right: -495px;
  }
  #slider-wrapper .slidefilter_l,
  #slider-wrapper .slidefilter_r {
    display: none !important;
    position: absolute;
    top: 0;
    width: 1000px;
    height: 500px;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #fff;
  }
  #slider-wrapper .slidefilter_l {
    left: 0;
  }
  #slider-wrapper .slidefilter_r {
    right: 0;
  }
}

@media (max-width: 991px) {
  #slider-wrapper .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 20px;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #slider-wrapper .bx-wrapper .bx-prev {
    left: .5rem;
  }
  #slider-wrapper .bx-wrapper .bx-next {
    right: .5rem;
  }
  #slider-wrapper .bxslider img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 575px) {
  #slider-wrapper .bx-wrapper .bx-pager {
    bottom: 10px;
  }
  #slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;
  }
}

#slider-wrapper .slider-inner {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media print {
  header .header-sp {
    position: relative;
  }
  body.page-theme {
    padding-top: 0 !important;
  }
}

/* Sakaguchi UI thema
-------------------------------------------------- */
@media (max-width: 991px) {
  body.page-theme {
    padding-top: 54px;
  }
}

header .header-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1100;
}

header .header-pc {
  display: block !important;
}

@media (max-width: 991px) {
  header .header-pc {
    display: none !important;
  }
}

header .header-sp {
  display: none !important;
}

@media (max-width: 991px) {
  header .header-sp {
    display: block !important;
  }
}

.header-pc .header-flag {
  background-color: #ffffff;
}

.header-pc .header-flag .navbar-brand {
  padding: 0;
  height: 100%;
}

.header-pc .header-flag .navbar-brand > img {
  height: 60px;
  width: auto;
}

.header-pc .header-flag ul {
  display: table;
  table-layout: fixed;
  margin-top: 15px;
}

.header-pc .header-flag ul > li {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}

.header-pc .header-flag ul > li > a {
  display: block;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  line-height: 2;
  margin-left: 15px;
  text-decoration: none;
}

.header-pc .header-flag ul > li > a:active, .header-pc .header-flag ul > li > a:hover {
  color: #34beed;
  text-decoration: none;
}

.header-pc .header-flag ul > li > a::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 .5rem;
  color: #e60010;
}

.header-pc .header-flag .input-group {
  margin-top: 15px;
}

.header-pc .header-flag .input-group .form-control {
  border-color: #d9d9d9;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.4rem;
}

.header-pc .header-flag .input-group .input-group-btn > input.btn {
  background-color: #bfbfbf;
  transition: all 0.2s;
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  font-weight: 600;
  line-height: 1;
}

.header-pc .header-flag .input-group .input-group-btn > input.btn:focus, .header-pc .header-flag .input-group .input-group-btn > input.btn:hover {
  background-color: #d9d9d9;
  transition: all 0.2s;
}

.header-pc .header-nav {
  border-top: 1px solid #d9d9d9;
  background: #ffffff url(/img/nav/bar-hdnav-01a.svg) left bottom repeat-x;
}

.header-pc .header-nav ul.parent-nav {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-left: 1px solid #d9d9d9;
}

.header-pc .header-nav ul.parent-nav > li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #d9d9d9;
  border-bottom: 6px solid #d9d9d9;
  transition: all 0.3s;
}

.header-pc .header-nav ul.parent-nav > li:last-child {
  border-right: 0;
}

.header-pc .header-nav ul.parent-nav > li:hover {
  transition: all 0.3s;
  border-bottom: 6px solid #b3000c;
}

.header-pc .header-nav ul.parent-nav > li > a {
  display: block;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-decoration: none;
  padding: .6rem 0 1.0rem;
}

.header-pc .header-nav ul.parent-nav > li > a:active, .header-pc .header-nav ul.parent-nav > li > a:hover {
  color: #e60010;
  text-decoration: none;
}

.header-pc .header-nav ul.parent-nav > li.active {
  border-bottom: 6px solid #b3000c;
}

.header-pc .header-nav ul.parent-nav > li.active > a {
  color: #e60010;
  background: #ffffff;
}

.header-pc .header-nav ul.parent-nav > li.contact {
  background: #e60010;
  border-bottom: 6px solid #b3000c;
}

.header-pc .header-nav ul.parent-nav > li.contact > a {
  color: #ffffff;
}

.header-pc .header-nav ul.parent-nav > li.contact > a:active, .header-pc .header-nav ul.parent-nav > li.contact > a:hover {
  background: #b3000c;
}

.header-pc .header-nav ul.parent-nav > li.contact.active > a {
  background: #b3000c !important;
}

.header-pc .header-nav ul.parent-nav > li .ruby {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1;
}

.header-sp .header-flag {
  border-bottom: 4px solid #e60010;
}

.header-sp .header-flag .navbar-brand {
  padding: 0;
  height: 100%;
}

.header-sp .header-flag .navbar-brand > img {
  height: 50px;
  width: auto;
}

.header-sp .header-flag .navbar-toggle {
  display: none !important;
  border-color: #ffffff;
  background-color: #ffffff;
  margin-right: 0;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .header-sp .header-flag .navbar-toggle {
    display: block !important;
  }
}

.header-sp .header-flag .navbar-toggle .icon-bar {
  background-color: #013566;
}

.header-sp .header-flag .navbar-toggle:active, .header-sp .header-flag .navbar-toggle:hover {
  background-color: #f2f2f2;
  transition: all 0.2s;
}

.header-sp .header-nav {
  background-color: #d8d8d8;
}

.header-sp .header-nav ul.parent-nav {
  display: table;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

.header-sp .header-nav ul.parent-nav > li {
  display: table-row;
  vertical-align: middle;
  margin-bottom: 0;
}

.header-sp .header-nav ul.parent-nav > li > a {
  background-color: #e60010;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #9a000b;
}

.header-sp .header-nav ul.parent-nav > li .ruby {
  margin-left: 15px;
}

.header-sp .header-nav ul.parent-nav > li.search {
  background-color: #e60010;
}

.header-sp .header-nav ul.parent-nav > li.search .input-group {
  padding: 10px 15px;
}

.header-sp .header-nav ul.parent-nav > li.search .input-group .form-control {
  border-color: #d9d9d9;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.4rem;
}

.header-sp .header-nav ul.parent-nav > li.search .input-group .input-group-btn > input.btn {
  background-color: #bfbfbf;
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  font-weight: 600;
  line-height: 1;
}

.breadcrumb-list {
  display: block !important;
}

@media (max-width: 767px) {
  .breadcrumb-list {
    display: none !important;
  }
}

.breadcrumb-list ol.breadcrumb {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 10px 0;
}

.breadcrumb-list ol.breadcrumb > li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0;
}

.breadcrumb-list ol.breadcrumb > li > a {
  text-decoration: underline;
}

footer .footer-common {
  color: #ffffff;
  background-color: #333333;
  padding: 22px 0;
}

footer .footer-common a,
footer .footer-common small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

footer .footer-common a {
  color: #ffffff !important;
}

footer .footer-common a::before {
  color: #ffffff !important;
}

footer .footer-common .footer-copy {
  display: block;
  text-align: right;
  letter-spacing: 1px;
  /*letter-spacing: 0.1rem;*/
  letter-spacing: 0.06rem;
}

@media (max-width: 991px) {
  footer .footer-common .footer-copy {
    text-align: center;
  }
}

@media (max-width: 575px) {
  footer .footer-common ul.list-inline > li {
    display: block;
  }
}

.aside-body {
  margin-top: 20px;
}

.aside-body img {
  margin-bottom: 20px;
}

.aside-body img.img-responsive {
  width: 100%;
  height: auto;
}

.aside-body + .aside-body {
  margin-top: -20px !important;
}

.aside-body .list-group > a.list-group-item {
  color: #1a1a1a;
  padding: .75rem 1.25rem .75rem 2.0rem;
}

.aside-body .list-group > a.list-group-item::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  color: #e60010;
  left: 1.0rem;
  position: absolute;
}

.aside-body .list-group > .list-group-item {
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #e6e6e6;
  border-top: 1px dotted gray !important;
  border-bottom: 1px dotted gray !important;
}

.aside-body .list-group > .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-right-radius: 0rem;
  border-top-left-radius: 0px;
  border-top-left-radius: 0rem;
}

.aside-body .list-group > .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0rem;
  border-bottom: 1px solid #e6e6e6 !important;
}

.aside-body .list-group > .list-group-item:focus, .aside-body .list-group > .list-group-item:hover, .aside-body .list-group > .list-group-item.active, .aside-body .list-group > .list-group-item.active:focus, .aside-body .list-group > .list-group-item.active:hover {
  background: #ffe6e8;
}

.aside-body .list-group > .list-group-item.heading {
  color: #1a1a1a;
  border-color: #e6e6e6;
  border-top: 4px solid #a6a6a6 !important;
  background: white;
  background: linear-gradient(to bottom, white 41%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  padding: .75rem 1.25rem !important;
}

.aside-body .list-group > .list-group-item.heading::before {
  display: none;
}

.aside-body .list-group > .list-group-item.heading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 1.0rem;
  right: 1.0rem;
  position: absolute;
  background-image: url(/img/nav/controls.png);
  background-size: contain;
  vertical-align: middle;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.aside-body .list-group > .list-group-item.heading:focus, .aside-body .list-group > .list-group-item.heading:hover {
  background: #e6e6e6;
}

.content-title {
  padding: 10px 0;
  border-top: 5px solid #b3000c;
  border-bottom: 1px dotted gray;
  background: white;
  background: linear-gradient(to bottom, white 41%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.content-title h1 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
  letter-spacing: 0.15rem;
  line-height: 1.75;
  font-weight: 600;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .content-title {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.content-body {
  margin-top: 20px;
}

.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6 {
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 2.0rem 0 1.5rem;
  padding-bottom: .8rem;
}

.content-body h2 {
  border-bottom: 2px solid #b3000c;
  box-shadow: 0 1px 0 #d9d9d9;
  display: block;
  position: relative;
  padding-left: 26px;
}

.content-body h2::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  display: inline-block;
  position: absolute;
  color: #b3000c;
  top: 0;
  left: 0;
  font-weight: 600;
}

.content-body h3 {
  border-bottom: 2px solid #ffb3b8;
  position: relative;
}

.content-body h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid #b3000c;
  bottom: -2px;
  width: 30%;
}

.content-body h4 {
  border-left: 4px solid #b3000c;
  border-bottom: 1px dotted #4d4d4d;
  padding-left: 10px;
}

.content-body h5,
.content-body h6 {
  border-bottom: 1px dotted #4d4d4d;
  display: block;
  position: relative;
}

.content-body h5::before,
.content-body h6::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  display: inline-block;
  position: absolute;
  color: #b3000c;
  top: 0;
  left: 0;
}

.content-body h5 {
  padding-left: 24px;
}

.content-body h5::before {
  font-weight: 600;
}

.content-body h6 {
  padding-left: 22px;
}

.content-body h6::before {
  font-weight: 300;
}

.content-body article {
  margin-bottom: 50px;
}

.content-body img {
  margin-bottom: 20px;
}

.content-body img.img-responsive {
  width: 100%;
  height: auto;
}

.content-body .news-title .label,
.content-body .news-body .label {
  display: inline-block;
  width: 100px;
}

.content-body .news-body .label {
  margin: 0 1.5rem;
}

.content-body .news-body dl {
  border: 1px solid gray;
  border-right: 0;
  border-left: 0;
}

.content-body .news-body dl > dt {
  position: absolute;
  padding: 1.0rem 0;
}

.content-body .news-body dl > dd {
  position: relative;
  border-bottom: 1px dashed gray;
  padding: 1.0rem 0 1.0rem 230px;
  margin-bottom: 0;
}

.content-body .news-body dl > dd:last-child {
  border-bottom: none;
}

.content-body .news-body dl > dd > a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}

.content-body .news-body dl > dd > a::before {
  display: inline-block;
  position: absolute !important;
  left: 0;
}

@media (max-width: 991px) {
  .content-body .news-body dl > dt {
    position: static;
    padding-bottom: 0;
  }
  .content-body .news-body dl > dd {
    position: static;
    padding: 1.0rem 0;
  }
}

.content-main .content-body h2,
.content-sub .content-body h2 {
  border: none;
  box-shadow: none;
  padding: 0;
}

.content-main .content-body h2::before,
.content-sub .content-body h2::before {
  display: none;
}

.content-main .content-body article,
.content-sub .content-body article {
  margin-bottom: 15px;
}

.content-sub {
  background-color: whitesmoke;
}

.content-sub .news-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-sub .news-title > div {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.content-sub .news-body dl {
  position: relative;
  overflow: auto;
  height: 200px;
}

.content-sub .home-topics {
  margin-bottom: 30px;
}

.content-sub .home-newproduct {
  margin-bottom: 60px;
}

@media all and (-ms-high-contrast: none) {
  .header-pc .header-flag ul > li:nth-child(2) > a {
    margin-top: -4px;
  }
}

@media print {
  header .header-sp {
    position: static !important;
  }
}

/* core forms
-------------------------------------------------- */
input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

input::-ms-clear {
  /* ms none text */
  visibility: hidden;
}

input::-ms-reveal {
  /* ms none password */
  visibility: hidden;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-moz-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc !important;
}

/* core links
-------------------------------------------------- */
a {
  color: #0166b6;
  display: block;
  font-size: inherit;
  font-weight: 700;
  transition: all 0.3s;
  word-break: break-all !important;
}

a:hover {
  color: #34beed;
  text-decoration: underline;
  transition: all 0.2s;
}

a:active, a:visited {
  text-decoration: none;
}

a.non-block {
  display: inline;
}

a > img {
  transition-duration: .3s;
}

a > img:active, a > img:hover {
  transition-duration: .3s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

header a,
footer a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

/* core links with icon
-------------------------------------------------- */
a {
  display: inline;
}

a.ico-link::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  font-weight: 600;
  margin: 0 .5rem;
}

a.ico-blank::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  font-weight: 500;
  margin-right: .4rem;
}

a.ico-blank.ico-solid::before {
  font-weight: 600;
}

a.ico-youtube::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  font-weight: 600;
  margin: 0 .5rem;
}

a.ico-file::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-file-image::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-file-audio::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-file-video::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-file-word::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-file-excel::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-file-text::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-file-pdf::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-file-ppt::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-file-archive::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

a.ico-link::before, a.ico-blank::before, a.ico-youtube::before {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e90000;
}

a.ico-file, a.ico-file-image, a.ico-file-audio, a.ico-file-video, a.ico-file-word, a.ico-file-excel, a.ico-file-text, a.ico-file-pdf, a.ico-file-ppt, a.ico-file-archive {
  position: relative;
}

a.ico-file::before, a.ico-file-image::before, a.ico-file-audio::before, a.ico-file-video::before, a.ico-file-word::before, a.ico-file-excel::before, a.ico-file-text::before, a.ico-file-pdf::before, a.ico-file-ppt::before, a.ico-file-archive::before {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #e90000;
  left: 0;
  top: 0;
  bottom: 0;
  margin-right: .6rem;
}

@media (max-width: 767px) {
  a.ico-file::before, a.ico-file-image::before, a.ico-file-audio::before, a.ico-file-video::before, a.ico-file-word::before, a.ico-file-excel::before, a.ico-file-text::before, a.ico-file-pdf::before, a.ico-file-ppt::before, a.ico-file-archive::before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a.ico-file.ico-solid::before, a.ico-file-image.ico-solid::before, a.ico-file-audio.ico-solid::before, a.ico-file-video.ico-solid::before, a.ico-file-word.ico-solid::before, a.ico-file-excel.ico-solid::before, a.ico-file-text.ico-solid::before, a.ico-file-pdf.ico-solid::before, a.ico-file-ppt.ico-solid::before, a.ico-file-archive.ico-solid::before {
  font-weight: 600;
}

a.ico-file.list-group-item::before, a.ico-file-image.list-group-item::before, a.ico-file-audio.list-group-item::before, a.ico-file-video.list-group-item::before, a.ico-file-word.list-group-item::before, a.ico-file-excel.list-group-item::before, a.ico-file-text.list-group-item::before, a.ico-file-pdf.list-group-item::before, a.ico-file-ppt.list-group-item::before, a.ico-file-archive.list-group-item::before {
  position: relative;
  padding-right: .5rem;
}

/* core button-link with icon
-------------------------------------------------- */
.button-link a {
  color: #666666;
  display: block;
  position: relative;
  padding: 10px 15px;
  background-color: whitesmoke;
  border: 1px solid #bfbfbf;
  border-top-color: #ffffff;
  border-radius: 6px;
  border-radius: 0.6rem;
  box-shadow: 0 -1px 0 #bfbfbf;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.button-link a:hover {
  background-color: #fffdd9;
}

.button-link a > span {
  border-left: 5px solid #e60010;
  padding-left: 12px;
  display: inline-block;
  padding-right: 25px;
}

.button-link a.disabled {
  color: #999999;
  border-top-color: #e6e6e6;
  background-color: #d9d9d9;
}

.button-link a.disabled > span {
  color: #999999;
  border-color: #999999;
}

@media (max-width: 767px) {
  .button-link a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.button-link a.ico-link::before, .button-link a.ico-blank::before, .button-link a.ico-youtube::before, .button-link a.ico-file::before, .button-link a.ico-file-image::before, .button-link a.ico-file-audio::before, .button-link a.ico-file-video::before, .button-link a.ico-file-word::before, .button-link a.ico-file-excel::before, .button-link a.ico-file-text::before, .button-link a.ico-file-pdf::before, .button-link a.ico-file-ppt::before, .button-link a.ico-file-archive::before {
  display: none;
}

.button-link a.ico-link::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-blank::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-youtube::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file-image::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file-audio::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file-video::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file-word::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file-excel::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file-text::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file-pdf::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file-ppt::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-file-archive::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.button-link a.ico-link::after, .button-link a.ico-blank::after, .button-link a.ico-youtube::after, .button-link a.ico-file::after, .button-link a.ico-file-image::after, .button-link a.ico-file-audio::after, .button-link a.ico-file-video::after, .button-link a.ico-file-word::after, .button-link a.ico-file-excel::after, .button-link a.ico-file-text::after, .button-link a.ico-file-pdf::after, .button-link a.ico-file-ppt::after, .button-link a.ico-file-archive::after {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #e60010;
}

.button-link a.ico-link::after {
  font-weight: 600;
}

.button-link a.ico-blank::after, .button-link a.ico-youtube::after, .button-link a.ico-file::after, .button-link a.ico-file-image::after, .button-link a.ico-file-audio::after, .button-link a.ico-file-video::after, .button-link a.ico-file-word::after, .button-link a.ico-file-excel::after, .button-link a.ico-file-text::after, .button-link a.ico-file-pdf::after, .button-link a.ico-file-ppt::after, .button-link a.ico-file-archive::after {
  font-weight: 300;
}

/* core card-link
-------------------------------------------------- */
.card-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-gap: 2.0rem;
}

@media (max-width: 991px) {
  .card-link {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card-link .grid-item > a.card {
  border: none;
  border-radius: 0px;
  border-radius: 0rem;
  background: #fff;
  color: #444;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  text-decoration: none;
  transition: all .1s ease-in;
}

.card-link .grid-item > a.card .thumb-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

.card-link .grid-item > a.card .thumb-frame .thumb {
  background: #d9d9d9 center center/cover no-repeat;
  display: block;
  height: 150px;
  transition-duration: .3s;
}

.card-link .grid-item > a.card .card-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-link .grid-item > a.card .card-body h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1.0rem 0;
  padding: 1.4rem 1.4rem 1.4rem 2.8rem;
  border: 0;
  background-color: #e60010;
  box-shadow: none !important;
  color: #ffffff !important;
  transition: all .1s ease-in;
}

.card-link .grid-item > a.card .card-body h2::before {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  font-weight: 600;
  position: absolute;
  top: 1.3rem;
  left: 1.5rem;
  color: #ffffff !important;
}

.card-link .grid-item > a.card .card-body p {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card-link .grid-item > a.card:hover .thumb-frame .thumb {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition-duration: .3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.card-link .grid-item > a.card:hover .card-body h2 {
  background-color: #b3000c;
  transition: all .1s ease-in;
}

@media (max-width: 767px) {
  .card-link .grid-item > a.card .card-body h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1.0rem 1.0rem 1.0rem 2.8rem;
  }
  .card-link .grid-item > a.card .card-body h2::before {
    top: 1.0rem;
  }
  .card-link .grid-item > a.card .card-body p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .card-link {
    display: inline-block;
    width: 100%;
  }
  .card-link .grid-item {
    width: 50%;
    padding: 0;
    margin: 0;
    height: 335px;
    float: left;
    display: block;
  }
  .card-link .grid-item:nth-child(odd) {
    padding: 0 20px 0 0 !important;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .card-link .grid-item {
    width: 100%;
    height: 290px;
  }
  .card-link .grid-item:nth-child(odd) {
    padding: 0 !important;
  }
}

/* core colors for text
-------------------------------------------------- */
.c-white {
  color: #ffffff;
}

.c-black {
  color: #000000;
}

.c-indigo {
  color: #276392;
}

.c-indigo-lighten {
  color: #327eba;
}

.c-indigo-darken {
  color: #1c486a;
}

.c-blue {
  color: #015db2;
}

.c-blue-lighten {
  color: #0177e5;
}

.c-blue-darken {
  color: #01437f;
}

.c-red {
  color: #e90000;
}

.c-red-lighten {
  color: #ff3737;
}

.c-red-darken {
  color: #9d0000;
}

.c-yellow {
  color: #fff30d;
}

.c-yellow-lighten {
  color: #fff75a;
}

.c-yellow-darken {
  color: #d9ce00;
}

.c-mustard {
  color: #ffcc00;
}

.c-mustard-lighten {
  color: #ffdb4d;
}

.c-mustard-darken {
  color: #cca300;
}

.c-green {
  color: #328438;
}

.c-green-lighten {
  color: #49ba51;
}

.c-green-darken {
  color: #1d4d20;
}

.c-orange {
  color: #ff8c00;
}

.c-orange-lighten {
  color: #ffa333;
}

.c-orange-darken {
  color: #cc7000;
}

/* core colors for background
-------------------------------------------------- */
.frame-text > div {
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 4px;
  border-radius: 0.4rem;
}

.frame-text > div > p:last-child {
  margin-bottom: 0;
}

.frame-text > div > a {
  display: inline;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-white.bd-solid {
  border: 1px solid #bfbfbf !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-gray {
  background-color: #8c8c8c !important;
}

.bg-gray-lighten {
  background-color: #e6e6e6 !important;
}

.bg-gray-lighten.bd-solid {
  border: 1px solid #8c8c8c !important;
}

.bg-gray-lightest {
  background-color: #f2f2f2 !important;
}

.bg-indigo {
  background-color: #276392 !important;
}

.bg-indigo-lighten {
  background-color: #e8f1f9 !important;
}

.bg-indigo-lighten.bd-solid {
  border: 1px solid #276392 !important;
}

.bg-blue {
  background-color: #015db2 !important;
}

.bg-blue-lighten {
  background-color: #cde7ff !important;
}

.bg-blue-lighten.bd-solid {
  border: 1px solid #015db2 !important;
}

.bg-red {
  background-color: #e90000 !important;
}

.bg-red-lighten {
  background-color: #ffd0d0 !important;
}

.bg-red-lighten.bd-solid {
  border: 1px solid #e90000 !important;
}

.bg-yellow {
  background-color: #fff30d !important;
}

.bg-yellow-lighten {
  background-color: #fffba6 !important;
}

.bg-yellow-lighten.bd-solid {
  border: 1px solid #d9ce00 !important;
}

.bg-mustard {
  background-color: #ffcc00 !important;
}

.bg-mustard-lighten {
  background-color: #ffeb99 !important;
}

.bg-mustard-lighten.bd-solid {
  border: 1px solid #e6b800 !important;
}

.bg-green {
  background-color: #328438 !important;
}

.bg-green-lighten {
  background-color: #b8e4bb !important;
}

.bg-green-lighten.bd-solid {
  border: 1px solid #328438 !important;
}

.bg-orange {
  background-color: #ff8c00 !important;
}

.bg-orange-lighten {
  background-color: #ffddb3 !important;
}

.bg-orange-lighten.bd-solid {
  border: 1px solid #ff8c00 !important;
}

/* core labels label
-------------------------------------------------- */
.label {
  display: inline;
  padding: .4rem 1.6rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  border-radius: 0.4rem;
  background-color: #b3b3b3;
}

@media (max-width: 991px) {
  .label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.label.label-blue {
  background-color: #015db2;
}

.label.label-blue-green {
  background-color: #15b3db;
}

.label.label-red {
  background-color: #e60010;
}

.label.label-yellow {
  color: #1a1a1a;
  background-color: #fff30d;
}

.label.label-orange {
  background-color: #ff8c00;
}

.label.label-green {
  background-color: #328438;
}

.label.label-gray {
  background-color: #e6e6e6;
}

.label.label-white {
  color: #1a1a1a;
  background-color: #ffffff;
}

.label.label-black {
  background-color: #1a1a1a;
}

a.label:hover {
  text-decoration: none;
  background-color: gray;
}

a.label.label-blue:hover {
  background-color: #013566;
}

a.label.label-red:hover {
  background-color: #9d0000;
}

a.label.label-yellow:hover {
  background-color: #c0b600;
}

a.label.label-green:hover {
  background-color: #1d4d20;
}

a.label.label-white:hover {
  background-color: #e6e6e6;
}

a.label.label-black:hover {
  background-color: #000000;
}

/* core labels badge
-------------------------------------------------- */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 10px;
  border-radius: 1rem;
  margin-left: 8px;
  margin-top: -3px;
}

.badge.badge-blue {
  background-color: #015db2;
}

.badge.badge-red {
  background-color: #e90000;
}

.badge.badge-yellow {
  color: #1a1a1a;
  background-color: #fff30d;
}

.badge.badge-green {
  background-color: #328438;
}

.badge.badge-white {
  color: #1a1a1a;
  background-color: #ffffff;
}

.badge.badge-black {
  background-color: #1a1a1a;
}

.badge.badge-blue, .badge.badge-red, .badge.badge-yellow, .badge.badge-green, .badge.badge-black {
  color: #ffffff;
}

/* core labels under
-------------------------------------------------- */
.under {
  background: linear-gradient(transparent 70%, #cccccc 70%);
}

.under.under-blue {
  background: linear-gradient(transparent 70%, #a8eaff 70%);
}

.under.under-red {
  background: linear-gradient(transparent 70%, #ff6666 70%);
}

.under.under-yellow {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}

.under.under-green {
  background: linear-gradient(transparent 70%, #8effa1 70%);
}

.under.under-pink {
  background: linear-gradient(transparent 70%, #ff99cc 70%);
}

/* core hr-line
-------------------------------------------------- */
hr.style-solid {
  border: 0;
  border-bottom: 1px solid #cccccc;
}

hr.style-dashed {
  border: 0;
  border-bottom: 1px dashed #e6e6e6;
  background: gray;
}

hr.style-dotted {
  border: 0;
  border-bottom: 1px dotted #f2f2f2;
  background: #999999;
}

hr.style-shadow {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* core buttons
-------------------------------------------------- */
.btn-cmn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  outline: none;
  padding: 0;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  width: 100%;
}

.btn-cmn {
  border-radius: 4px;
  border-radius: 0.4rem;
  padding: 10px 10px;
  margin-bottom: 15px;
}

.btn-cmn::after {
  content: '';
  position: absolute;
  transition: all 0.2s;
  z-index: -1;
}

.btn-cmn img {
  height: auto;
  width: 100%;
}

.btn-cmn:disabled {
  border-top: 2px solid #a6a6a6 !important;
  border-bottom: none !important;
  background-color: #cccccc !important;
  color: #333333;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-cmn > span {
  text-align: center;
}

/* core buttons color
-------------------------------------------------- */
.btn-black {
  color: #ffffff;
  background-color: #404040;
  border-bottom: 2px solid #000000;
}

.btn-black:hover {
  background-color: #1a1a1a;
  border-bottom: 2px solid #000000;
}

.btn-black-flat {
  color: #ffffff;
  background-color: #404040;
  box-shadow: 0 3px 0 #000000;
}

.btn-black-flat:hover {
  box-shadow: 0 2px 0 #000000;
}

.btn-black-flat:active {
  box-shadow: 0 0 0 #000000;
}

.btn-indigo {
  color: #ffffff;
  background-color: #276392;
  border-bottom: 2px solid #1c486a;
}

.btn-indigo:hover {
  background-color: #1c486a;
  border-bottom: 2px solid #173a56;
}

.btn-indigo-flat {
  color: #ffffff;
  background-color: #276392;
  box-shadow: 0 3px 0 #173a56;
}

.btn-indigo-flat:hover {
  box-shadow: 0 2px 0 #173a56;
}

.btn-indigo-flat:active {
  box-shadow: 0 0 0 #173a56;
}

.btn-blue {
  color: #ffffff;
  background-color: #015db2;
  border-bottom: 2px solid #01437f;
}

.btn-blue:hover {
  background-color: #01437f;
  border-bottom: 2px solid #013566;
}

.btn-blue-flat {
  color: #ffffff;
  background-color: #015db2;
  box-shadow: 0 3px 0 #013566;
}

.btn-blue-flat:hover {
  box-shadow: 0 2px 0 #013566;
}

.btn-blue-flat:active {
  box-shadow: 0 0 0 #013566;
}

.btn-red {
  color: #ffffff;
  background-color: #e90000;
  border-bottom: 2px solid #b60000;
}

.btn-red:hover {
  background-color: #b60000;
  border-bottom: 2px solid #9d0000;
}

.btn-red-flat {
  color: #ffffff;
  background-color: #e90000;
  box-shadow: 0 3px 0 #9d0000;
}

.btn-red-flat:hover {
  box-shadow: 0 2px 0 #9d0000;
}

.btn-red-flat:active {
  box-shadow: 0 0 0 #9d0000;
}

.btn-yellow {
  color: #000000;
  background-color: #fff30d;
  border: 1px solid #d9ce00;
  border-bottom: 2px solid #d9ce00;
}

.btn-yellow:hover {
  background-color: #d9ce00;
  border: 1px solid #c0b600;
  border-bottom: 2px solid #c0b600;
}

.btn-yellow-flat {
  color: #000000;
  background-color: #fff30d;
  box-shadow: 0 3px 0 #c0b600;
}

.btn-yellow-flat:hover {
  box-shadow: 0 2px 0 #c0b600;
}

.btn-yellow-flat:active {
  box-shadow: 0 0 0 #c0b600;
}

.btn-mustard {
  color: #000000;
  background-color: #ffcc00;
  border-bottom: 2px solid #cca300;
}

.btn-mustard:hover {
  background-color: #cca300;
  border-bottom: 2px solid #b38f00;
}

.btn-mustard-flat {
  color: #000000;
  background-color: #ffcc00;
  box-shadow: 0 3px 0 #b38f00;
}

.btn-mustard-flat:hover {
  box-shadow: 0 2px 0 #b38f00;
}

.btn-mustard-flat:active {
  box-shadow: 0 0 0 #b38f00;
}

.btn-green {
  color: #ffffff;
  background-color: #328438;
  border-bottom: 2px solid #245f28;
}

.btn-green:hover {
  background-color: #245f28;
  border-bottom: 2px solid #1d4d20;
}

.btn-green-flat {
  color: #ffffff;
  background-color: #328438;
  box-shadow: 0 3px 0 #1d4d20;
}

.btn-green-flat:hover {
  box-shadow: 0 2px 0 #1d4d20;
}

.btn-green-flat:active {
  box-shadow: 0 0 0 #1d4d20;
}

.btn-orange {
  color: #000000;
  background-color: #ff8c00;
  border-bottom: 2px solid #cc7000;
}

.btn-orange:hover {
  background-color: #cc7000;
  border-bottom: 2px solid #b36200;
}

.btn-orange-flat {
  color: #000000;
  background-color: #ff8c00;
  box-shadow: 0 3px 0 #b36200;
}

.btn-orange-flat:hover {
  box-shadow: 0 2px 0 #b36200;
}

.btn-orange-flat:active {
  box-shadow: 0 0 0 #b36200;
}

.btn-black-flat,
.btn-indigo-flat,
.btn-blue-flat,
.btn-red-flat,
.btn-yellow-flat,
.btn-mustard-flat,
.btn-green-flat,
.btn-orange-flat {
  transition: all 0s;
}

.btn-black-flat:hover,
.btn-indigo-flat:hover,
.btn-blue-flat:hover,
.btn-red-flat:hover,
.btn-yellow-flat:hover,
.btn-mustard-flat:hover,
.btn-green-flat:hover,
.btn-orange-flat:hover {
  top: 1px;
}

.btn-black-flat:active,
.btn-indigo-flat:active,
.btn-blue-flat:active,
.btn-red-flat:active,
.btn-yellow-flat:active,
.btn-mustard-flat:active,
.btn-green-flat:active,
.btn-orange-flat:active {
  top: 4px;
}

/* core lists
-------------------------------------------------- */
.content-body ul > li {
  position: relative;
  padding-left: 15px;
}

.content-body ul > li::before {
  color: #b3000c;
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  font-size: 10px;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}

.content-body ul.list-unstyled > li {
  position: relative;
  padding-left: 0;
}

.content-body ul.list-unstyled > li::before {
  display: none;
}

.content-body ol {
  padding-left: 30px;
}

.content-body ol.lower-greek {
  list-style-type: lower-greek;
}

.content-body ol.upper-alpha {
  list-style-type: upper-alpha;
}

.content-body ol.lower-alpha {
  list-style-type: lower-alpha;
}

.content-body ol.upper-roman {
  list-style-type: upper-roman;
}

.content-body ol.lower-roman {
  list-style-type: lower-roman;
}

.content-body ol.hiragana {
  list-style-type: hiragana;
}

.content-body ol.katakana {
  list-style-type: katakana;
}

.content-body ol.hiragana-iroha {
  list-style-type: hiragana-iroha;
}

.content-body ol.katakana-iroha {
  list-style-type: katakana-iroha;
}

.content-body ol.kanji {
  list-style-type: cjk-ideographic;
}

.content-body ol.square {
  list-style-type: square;
  padding-left: 20px;
}

.content-body ol.zero {
  list-style-type: decimal-leading-zero;
  padding-left: 20px;
}

.content-body ol.kakko {
    list-style-type: none; /* デフォルトの番号を無効にする */
    counter-reset: list-counter; /* カウンターをリセット */
    padding-left: 1.4em; /* リスト全体の左側の余白を少し減らす */
}

.content-body ol.kakko li {
    counter-increment: list-counter; /* カウンターを増やす */
    margin-bottom: 8px;
    padding-left: 1.1em; /* インデントを調整してリスト番号を揃える */
    text-indent: -1.1em; /* リスト番号部分を逆インデントで揃える */
}

.content-body ol.kakko li::before {
    content: "(" counter(list-counter) ") "; /* (1), (2), (3) の形式で番号を追加 */
    font-weight: normal;
    width: 1.1em; /* 番号部分の幅をさらに狭く設定 */
    display: inline-block;
}



.content-body dl > dt > dfn {
  font-style: normal;
  font-weight: 700;
}

.content-body dl.horizontal-list {
  overflow: hidden;
  zoom: 1;
}

.content-body dl.horizontal-list > dt {
  width: 50px;
  float: left;
  clear: both;
  font-weight: 700;
}

.content-body dl.horizontal-list > dd {
  padding-left: 60px;
  margin-bottom: 5px;
}




/* core list-links
-------------------------------------------------- */
.list-links {
  border-top: 1px dashed #b3b3b3;
  margin-bottom: 20px;
}

.list-links dt,
.list-links dd {
  border-bottom: 1px dashed #b3b3b3;
  padding: 0;
}

.list-links dt > a,
.list-links dd > a {
  display: block;
  padding: 10px 15px;
}

.list-links dt > a:hover,
.list-links dd > a:hover {
  background-color: #fffdd9;
}

.list-links dt > p,
.list-links dd > p {
  display: block;
  padding: 10px 15px;
  margin-bottom: 0;
}

/* core list-collapse
-------------------------------------------------- */
.list-collapse {
  border-top: 1px dashed #bfbfbf;
  margin-bottom: 20px;
}

.list-collapse dt,
.list-collapse dd {
  border-bottom: 1px dashed #b3b3b3;
  padding: 0;
}

.list-collapse dt > a,
.list-collapse dt > a.collapsed,
.list-collapse dd > a,
.list-collapse dd > a.collapsed {
  display: block;
  position: relative;
  padding: 10px 40px 10px 15px;
}

.list-collapse dt > a:link, .list-collapse dt > a:visited, .list-collapse dt > a:hover, .list-collapse dt > a:active, .list-collapse dt > a:focus,
.list-collapse dt > a.collapsed:link,
.list-collapse dt > a.collapsed:visited,
.list-collapse dt > a.collapsed:hover,
.list-collapse dt > a.collapsed:active,
.list-collapse dt > a.collapsed:focus,
.list-collapse dd > a:link,
.list-collapse dd > a:visited,
.list-collapse dd > a:hover,
.list-collapse dd > a:active,
.list-collapse dd > a:focus,
.list-collapse dd > a.collapsed:link,
.list-collapse dd > a.collapsed:visited,
.list-collapse dd > a.collapsed:hover,
.list-collapse dd > a.collapsed:active,
.list-collapse dd > a.collapsed:focus {
  text-decoration: none;
}

.list-collapse dt > a:active, .list-collapse dt > a:hover,
.list-collapse dt > a.collapsed:active,
.list-collapse dt > a.collapsed:hover,
.list-collapse dd > a:active,
.list-collapse dd > a:hover,
.list-collapse dd > a.collapsed:active,
.list-collapse dd > a.collapsed:hover {
  background-color: #fffdd9;
}

.list-collapse dt > a::after,
.list-collapse dt > a.collapsed::after,
.list-collapse dd > a::after,
.list-collapse dd > a.collapsed::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
}

.list-collapse dt > a::after,
.list-collapse dd > a::after {
  font-family: 'Font Awesome 5 Free';
  position: relative;
  content: "";
  color: #e60010;
  position: absolute;
  right: 15px;
  top: 10px;
}

.list-collapse dt > a.collapsed::after,
.list-collapse dd > a.collapsed::after {
  color: #e60010;
  position: absolute;
  right: 15px;
}

.list-collapse dt .list-collapse-button,
.list-collapse dd .list-collapse-button {
  background-color: #fffdd9;
}

.list-collapse dt .list-collapse-button.collapsed,
.list-collapse dd .list-collapse-button.collapsed {
  background-color: #ffffff;
}

.list-collapse dt .list-collapse-body,
.list-collapse dd .list-collapse-body {
  border-top: 1px solid #e6e6e6;
  background-color: whitesmoke;
  padding: 10px 15px;
}

/* core tables
-------------------------------------------------- */
@media (min-width: 768px) {
  .table {
    table-layout: fixed;
  }
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #ffffff;
  padding: .8rem 1.5rem;
}

@media (max-width: 767px) {
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: .4rem 1.5rem;
  }
}

@media (min-width: 768px) {
  .table > thead > tr > th:first-child,
  .table > thead > tr > td:first-child,
  .table > tbody > tr > th:first-child,
  .table > tbody > tr > td:first-child,
  .table > tfoot > tr > th:first-child,
  .table > tfoot > tr > td:first-child {
    width: 25%;
    min-width: 25%;
  }
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background-color: #f2f2f2;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: .4rem 1.5rem;
}

.table-condensed > thead > tr > th .form-group,
.table-condensed > thead > tr > th .help-block,
.table-condensed > thead > tr > td .form-group,
.table-condensed > thead > tr > td .help-block,
.table-condensed > tbody > tr > th .form-group,
.table-condensed > tbody > tr > th .help-block,
.table-condensed > tbody > tr > td .form-group,
.table-condensed > tbody > tr > td .help-block,
.table-condensed > tfoot > tr > th .form-group,
.table-condensed > tfoot > tr > th .help-block,
.table-condensed > tfoot > tr > td .form-group,
.table-condensed > tfoot > tr > td .help-block {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

@media (max-width: 767px) {
  .table-transform > thead > tr > th,
  .table-transform > thead > tr > td,
  .table-transform > tbody > tr > th,
  .table-transform > tbody > tr > td,
  .table-transform > tfoot > tr > th,
  .table-transform > tfoot > tr > td {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  .table-transform > thead > tr > th {
    border-bottom: 1px !important;
  }
}

@media (max-width: 767px) {
  .table-transform.table-bordered > thead > tr > th,
  .table-transform.table-bordered > thead > tr > td,
  .table-transform.table-bordered > tbody > tr > th,
  .table-transform.table-bordered > tbody > tr > td,
  .table-transform.table-bordered > tfoot > tr > th,
  .table-transform.table-bordered > tfoot > tr > td {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
}

/* core effects
-------------------------------------------------- */
/* effects box-shadow */
.bxs-01 {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.bxs-01-inset {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}

.bxs-02 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.bxs-02-inset {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.7);
}

.bxs-ef-01 {
  box-shadow: 0 10px 6px -8px rgba(0, 0, 0, 0.6);
}

.bxs-ef-06 {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.bxs-ef-06::before, .bxs-ef-06::after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}

.bxs-ef-07 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.bxs-ef-07::before, .bxs-ef-07::after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}

.bxs-ef-07::after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
      -ms-transform: skew(8deg) rotate(3deg);
          transform: skew(8deg) rotate(3deg);
}

.bxs-ef-08 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.bxs-ef-08::before, .bxs-ef-08::after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 100px / 10px;
}

.bxs-ef-08::after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
      -ms-transform: skew(8deg) rotate(3deg);
          transform: skew(8deg) rotate(3deg);
}

/* core row
-------------------------------------------------- */
.row.row-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-60 > div {
  padding-right: 30px;
  padding-left: 30px;
}

.row-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.row-50 > div {
  padding-right: 25px;
  padding-left: 25px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

/* core adjustment
-------------------------------------------------- */
/* adjustment padding */
.pd60 {
  padding: 60px !important;
}

.pd55 {
  padding: 55px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd45 {
  padding: 45px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd35 {
  padding: 35px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd05 {
  padding: 5px !important;
}

.pd00 {
  padding: 0px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt05 {
  padding-top: 5px !important;
}

.pdt00 {
  padding-top: 0px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr05 {
  padding-right: 5px !important;
}

.pdr00 {
  padding-right: 0px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb55 {
  padding-bottom: 55px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb45 {
  padding-bottom: 45px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb05 {
  padding-bottom: 5px !important;
}

.pdb00 {
  padding-bottom: 0px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl05 {
  padding-left: 5px !important;
}

.pdl00 {
  padding-left: 0px !important;
}

/* adjustment margin */
.mg60 {
  margin: 60px !important;
}

.mg55 {
  margin: 55px !important;
}

.mg50 {
  margin: 50px !important;
}

.mg45 {
  margin: 45px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg35 {
  margin: 35px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg25 {
  margin: 25px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg05 {
  margin: 5px !important;
}

.mg00 {
  margin: 0px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt05 {
  margin-top: 5px !important;
}

.mgt00 {
  margin-top: 0px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr05 {
  margin-right: 5px !important;
}

.mgr00 {
  margin-right: 0px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

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

.mgb00 {
  margin-bottom: 0px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl05 {
  margin-left: 5px !important;
}

.mgl00 {
  margin-left: 0px !important;
}

/* adjustment border-radius */
.brs12 {
  border-radius: 12px;
  border-radius: 1.2rem;
}

.brs10 {
  border-radius: 10px;
  border-radius: 1rem;
}

.brs08 {
  border-radius: 8px;
  border-radius: 0.8rem;
}

.brs06 {
  border-radius: 6px;
  border-radius: 0.6rem;
}

.brs04 {
  border-radius: 4px;
  border-radius: 0.4rem;
}

.brs02 {
  border-radius: 2px;
  border-radius: 0.2rem;
}

.brs00 {
  border-radius: 0px;
  border-radius: 0rem;
}

.brst12 {
  border-top-right-radius: 12px;
  border-top-right-radius: 1.2rem;
  border-top-left-radius: 12px;
  border-top-left-radius: 1.2rem;
}

.brst10 {
  border-top-right-radius: 10px;
  border-top-right-radius: 1rem;
  border-top-left-radius: 10px;
  border-top-left-radius: 1rem;
}

.brst08 {
  border-top-right-radius: 8px;
  border-top-right-radius: 0.8rem;
  border-top-left-radius: 8px;
  border-top-left-radius: 0.8rem;
}

.brst06 {
  border-top-right-radius: 6px;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 6px;
  border-top-left-radius: 0.6rem;
}

.brst04 {
  border-top-right-radius: 4px;
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.4rem;
}

.brst02 {
  border-top-right-radius: 2px;
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 2px;
  border-top-left-radius: 0.2rem;
}

.brst00 {
  border-top-right-radius: 0px;
  border-top-right-radius: 0rem;
  border-top-left-radius: 0px;
  border-top-left-radius: 0rem;
}

.brsr12 {
  border-top-right-radius: 12px;
  border-top-right-radius: 1.2rem;
  border-bottom-right-radius: 12px;
  border-bottom-right-radius: 1.2rem;
}

.brsr10 {
  border-top-right-radius: 10px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 1rem;
}

.brsr08 {
  border-top-right-radius: 8px;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 8px;
  border-bottom-right-radius: 0.8rem;
}

.brsr06 {
  border-top-right-radius: 6px;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: 0.6rem;
}

.brsr04 {
  border-top-right-radius: 4px;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.4rem;
}

.brsr02 {
  border-top-right-radius: 2px;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: 0.2rem;
}

.brsr00 {
  border-top-right-radius: 0px;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0rem;
}

.brsb12 {
  border-bottom-right-radius: 12px;
  border-bottom-right-radius: 1.2rem;
  border-bottom-left-radius: 12px;
  border-bottom-left-radius: 1.2rem;
}

.brsb10 {
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 1rem;
}

.brsb08 {
  border-bottom-right-radius: 8px;
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 8px;
  border-bottom-left-radius: 0.8rem;
}

.brsb06 {
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: 0.6rem;
}

.brsb04 {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.4rem;
}

.brsb02 {
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: 0.2rem;
}

.brsb00 {
  border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0rem;
}

.brsl12 {
  border-top-left-radius: 12px;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 12px;
  border-bottom-left-radius: 1.2rem;
}

.brsl10 {
  border-top-left-radius: 10px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 1rem;
}

.brsl08 {
  border-top-left-radius: 8px;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 8px;
  border-bottom-left-radius: 0.8rem;
}

.brsl06 {
  border-top-left-radius: 6px;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: 0.6rem;
}

.brsl04 {
  border-top-left-radius: 4px;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.4rem;
}

.brsl02 {
  border-top-left-radius: 2px;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: 0.2rem;
}

.brsl00 {
  border-top-left-radius: 0px;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0rem;
}

@media print {
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }
  body {
    min-width: 1240px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .container-fluid,
  .container {
    min-width: 1170px !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: 4px;
  }
  .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;
  }
}

@media print {
  .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%;
  }
}

@media print {
  .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;
  }
}

.border-right {
	border-right: 1px solid #000000;
	padding-right: 45px;
}

@media (max-width: 991px) {
  .border-right {
	border-right: none;
	border-bottom: 1px solid #000000;
	padding-right: 0!important;
	display: inline-block;
	margin-bottom: 20px;
	}
}

.border-right-200 {
	height: 200px;
}

.border-right-150 {
	height: 150px;
}


@media (max-width: 991px) {
  .border-right-200, .border-right-150 {
	height: auto;
	}
}

/*
.border-left {
	border-left: 1px solid #000000;
	padding-left: 20px;
	font-size: 15px;
}*/

/*@media (max-width: 991px) {
  .border-left {
	border-left: none;
	border-bottom: 1px solid #000000;
	padding-left: 0!important;
	}
}*/

.google-map-wrap {
	max-width: 100%;
}

.google-map {
	position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.google-map iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-topics-sp {
	display: none!important;
}

/*.pdf-topics-sp {
    width:100%;
    height:80vh;
}*/

/*iframe[src$=".pdf"]{
    width:100%;
    height:80vh;
}*/

@media only screen and (max-width: 750px) {
    .img-topics-pc { display: none !important; }
    .img-topics-sp { display: block !important; }
}

