@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* variables */
/* ----------------------------------
  Layout and Global Navigation
----------------------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding-top: 180px;
}
@media (max-width: 1199.98px) {
  body {
    padding-top: 70px;
  }
}

body > .layout-wrapper {
  min-height: 100vh;
}

header .navbar {
  background-color: #FFF;
  padding: 0 0 10px;
}
@media (max-width: 1199.98px) {
  header .navbar {
    border-bottom: 5px solid #C10000;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    padding: 5px;
    height: 70px;
  }
}
header #site-id {
  width: 100%;
  height: 100px;
  align-items: top;
  padding-top: 10px;
}
header #site-id .navbar-brand {
  margin: 0;
  margin-top: 15px;
  padding: 0;
}
header #site-id p {
  margin-bottom: 0;
}
header #site-id p.tagline {
  font-size: 0.75rem;
  line-height: 0.9rem;
}
header #site-id p.tagline strong {
  font-weight: 500;
  line-height: 1rem;
}
header #site-id p.service {
  margin-top: 28px;
}
header #site-id p.accept {
  font-size: 0.8rem;
}
header #site-id .site-catch {
  border: 1px solid #C10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
header #site-id .site-catch > p {
  line-height: 1rem;
  font-weight: bold;
  padding: 0.2rem 1rem 0.25rem;
  text-align: center;
}
header #site-id .site-catch > p.site-name {
  color: #C10000;
  font-weight: 800;
  flex-grow: 3;
}
header #site-id .site-catch > p.open-alldays {
  font-size: 0.9rem;
  background-color: #C10000;
  color: #FFF;
  flex-grow: 1;
}
header #site-id .site-catch > p.open-alldays .text-small {
  font-size: 0.8rem;
}
header #site-id .card-img img {
  width: 250px;
}
@media (max-width: 1199.98px) {
  header #site-id {
    height: 50px;
    margin-top: 5px;
    padding-top: 0;
  }
  header #site-id .navbar-brand {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  header #site-id {
    height: auto;
    padding: 3px 30px;
  }
  header #site-id .navbar-brand {
    width: 50%;
  }
  header #site-id .telnum {
    font-size: 1.5rem;
    margin-right: 30px;
  }
}
header .navigation-bar {
  background-color: #C10000;
  width: 100%;
}
header .btn-primary {
  width: 200px;
  height: 70px;
}

#globalMenu .navbar-nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#globalMenu .navbar-nav > li {
  border-left: 1px solid #ff8e8e;
  flex-grow: 1;
  text-align: center;
  padding: 0 8px;
  position: relative;
}
#globalMenu .navbar-nav > li .nav-link {
  width: 100%;
  padding: 0.8rem 0.5rem;
  color: #FFF;
  font-weight: 500;
  border-radius: 4px;
}
#globalMenu .navbar-nav > li .nav-link.dropdown-toggle:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  left: -3px;
  bottom: -10px;
  font-size: 1rem;
}
#globalMenu .navbar-nav > li .nav-link:hover {
  background-color: #a80000;
}
#globalMenu .navbar-nav > li.active > a.nav-link {
  background-color: #a80000;
}
#globalMenu .navbar-nav > li.active.nav-guide a {
  background-color: #12554a;
}
#globalMenu .navbar-nav > li.active.nav-reservation a {
  background-color: #a80000;
}
#globalMenu .navbar-nav > li.nav-guide, #globalMenu .navbar-nav > li.nav-reservation {
  padding: 0;
  flex-grow: 0;
  border-color: #FFF;
}
#globalMenu .navbar-nav > li.nav-reservation {
  border-right: 1px solid #FFF;
}
#globalMenu .navbar-nav > li.dropdown.show .dropdown-toggle:after {
  content: "\f0d8";
  bottom: -26px;
  font-size: 2rem;
  left: -6px;
}
@media (max-width: 1199.98px) {
  #globalMenu .navbar-nav > li.dropdown.show .dropdown-toggle:after {
    font-size: 1rem;
  }
}
@media (max-width: 1199.98px) {
  #globalMenu .navbar-nav {
    /* Drower Menu for Mobile*/
    /* .navbar-nav */
    margin: 20px 0;
    max-width: 400px;
    border: 1px solid #999;
  }
  #globalMenu .navbar-nav li.nav-item {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #999;
    position: relative;
    border-left-width: 0;
  }
  #globalMenu .navbar-nav li.nav-item.nav-item.nav-info {
    border-bottom-width: 0;
  }
  #globalMenu .navbar-nav li.nav-item a.nav-link {
    color: #000 !important;
    border-radius: 0;
  }
  #globalMenu .navbar-nav li.nav-item a.nav-link:hover {
    background-color: #03362E;
    color: #FFF !important;
  }
  #globalMenu .navbar-nav li.nav-item a.nav-link.dropdown-toggle:after {
    display: inline-block;
    position: relative;
    width: auto;
    top: 3px;
    left: 10px;
  }
  #globalMenu .navbar-nav li.nav-item.show a.nav-link {
    background-color: #EEE;
  }
  #globalMenu .navbar-nav li.nav-item.show a.nav-link:hover {
    color: #000 !important;
  }
  #globalMenu .navbar-nav li.nav-item.show a.nav-link:focus {
    outline: 0;
  }
  #globalMenu .navbar-nav li.nav-item.active > a.nav-link, #globalMenu .navbar-nav li.nav-item.show.active > a.nav-link {
    background-color: #03362E;
    color: #FFF !important;
  }
  #globalMenu .navbar-nav li.nav-guide, #globalMenu .navbar-nav li.nav-reservation {
    width: 100% !important;
    padding: 5px !important;
  }
  #globalMenu .navbar-nav li.nav-guide .btn.btn-primary, #globalMenu .navbar-nav li.nav-reservation .btn.btn-primary {
    width: 100% !important;
  }
}
#globalMenu .navbar-nav .dropdown-menu {
  /* サブメニュー */
  min-width: 15rem;
  width: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  top: 55px;
  border-top-color: #FFF;
}
#globalMenu .navbar-nav .dropdown-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#globalMenu .navbar-nav .dropdown-menu > ul > li {
  border-bottom: 1px solid #CCC;
  background-color: #EFEFEF !important;
}
#globalMenu .navbar-nav .dropdown-menu > ul > li a {
  display: block;
  padding: 10px 35px 10px 10px;
  transition: 0.5s all;
  color: #000;
  white-space: nowrap;
  position: relative;
  border: 2px solid #FFF;
}
#globalMenu .navbar-nav .dropdown-menu > ul > li a:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 5px;
  color: #C10000;
  transition: 0.5s all;
  position: absolute;
  top: 11px;
}
#globalMenu .navbar-nav .dropdown-menu > ul > li a:hover {
  text-decoration: none;
  background-color: #DDD;
}
#globalMenu .navbar-nav .dropdown-menu > ul > li a:hover:after {
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  #globalMenu .navbar-nav .dropdown-menu {
    /* .dropdown-menu for mobile */
    box-shadow: none;
    border-width: 0;
    padding: 0 5px 5px;
    background-color: #EEE;
    min-width: auto;
  }
  #globalMenu .navbar-nav .dropdown-menu > ul {
    background-color: #FFF;
    border-radius: 6px;
    overflow: hidden;
  }
  #globalMenu .navbar-nav .dropdown-menu > ul > li:nth-last-child(1) {
    border-bottom-width: 0;
  }
  #globalMenu .navbar-nav .dropdown-menu > ul > li a {
    white-space: normal;
    padding-right: 5px;
  }
  #globalMenu .navbar-nav .dropdown-menu > ul > li a:after {
    content: "";
  }
}

@media (min-width: 992px) {
  #globalMenu .navbar-nav > li.dropdown:hover .dropdown-menu {
    /* マウスオーナーで表示するか */
    /* display: block; */
  }
}
/* Mobile Menu button and layout */
@media (max-width: 1199.98px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }

  .navbar-collapse {
    height: 100vh !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: calc(100% - 80px);
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: black;
    transition: all .2s ease-in-out;
    background-color: #C10000;
  }
  .navbar-collapse .navbar-nav {
    overflow: scroll;
    max-height: calc(100vh - 40px);
    background-color: #FFF;
  }

  .navbar-collapse.show {
    left: 80px;
  }

  .navigation-bar .navbar-toggler {
    padding: 0 10px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C10000;
    position: absolute;
    width: 70px;
    height: 46px;
    left: -85px;
    top: 10px;
    z-index: 100;
    border-radius: 6px;
  }
  .navigation-bar .navbar-toggler > span {
    line-height: 0;
    color: #FFF;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    position: relative;
  }
  .navigation-bar .navbar-toggler > span:before, .navigation-bar .navbar-toggler > span:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    top: -10px;
    left: 0;
  }
  .navigation-bar .navbar-toggler > span:after {
    top: auto;
    bottom: -10px;
  }

  .navbar-collapse.show .navbar-toggler {
    left: -70px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .navbar-collapse.show .navbar-toggler > span {
    background-color: transparent;
  }
  .navbar-collapse.show .navbar-toggler > span:after {
    transform: rotate(-40deg);
    bottom: 0;
  }
  .navbar-collapse.show .navbar-toggler > span:before {
    transform: rotate(40deg);
    top: 0;
  }
}
#side-util {
  position: fixed;
  right: -1px;
  top: 50vh;
  z-index: 100;
}
#side-util a {
  text-align: center;
  display: block;
  padding: 15px;
  color: #FFF;
  font-weight: 600;
  background-color: #C10000;
  font-size: 24px;
  line-height: 1.4;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border: 1px solid #FFF;
}
#side-util a > .small {
  font-weight: 600;
  font-size: 16px;
}
#side-util a:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 36px;
}
#side-util a:hover {
  text-decoration: none;
  background-color: #8e0000;
}
@media (max-width: 767.98px) {
  #side-util {
    display: none;
  }
}

#sidebar, .sidebar {
  position: absolute;
  top: 0;
}
#sidebar ul, .sidebar ul {
  background-color: #FFF;
  width: 230px;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  border: 1px solid #DDD;
}
#sidebar ul li a, .sidebar ul li a {
  display: block;
  background-color: #FFF;
  padding: 5px 10px;
}
#sidebar ul li a:hover > img, .sidebar ul li a:hover > img {
  transition: 0.5s all;
  opacity: 0.8;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#sidebar.affix, .sidebar.affix {
  position: fixed;
  top: 190px;
}
#sidebar.affix.bottom, .sidebar.affix.bottom {
  position: absolute !important;
  bottom: 20px;
  top: auto !important;
}
@media (max-width: 1199.98px) {
  #sidebar, .sidebar {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
  }
  #sidebar.affix, #sidebar.bottom, #sidebar.affix.bottom, .sidebar.affix, .sidebar.bottom, .sidebar.affix.bottom {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
  }
  #sidebar > ul, .sidebar > ul {
    border: none;
    padding: 0;
    width: auto;
    margin: 1rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#sidebar-bottom {
  /* for smart-phone */
}
#sidebar-bottom ul {
  margin: 20px auto;
  border: none;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sidebar-bottom ul li:nth-last-child(1) {
  width: 100%;
}
#sidebar-bottom ul li:nth-last-child(1) a {
  text-align: center;
}

main {
  position: relative;
}
@media (max-width: 991.98px) {
  main {
    padding: 10px;
  }
}

#main-content {
  position: relative;
}

footer {
  background-color: #03362E;
  bottom: 0;
  color: #FFF;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer #pageup {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 0px;
  right: 10px;
}
footer #pageup a {
  color: #1EA893;
  background-color: #FFF;
  display: inline-block;
  border-radius: 50%;
  padding: 2px;
}
footer #pageup a > i {
  font-size: 40px;
}
footer #pageup a:focus {
  outline: 0;
}
footer h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #FFF;
}
footer .foot-inquiry {
  background-color: #FFF;
  color: #000;
  padding: 4px 2px;
  margin-bottom: 2rem;
}
footer .foot-inquiry h4 {
  margin: 0 30px;
  color: #333;
  font-size: 1.3rem;
}
footer .foot-inquiry p {
  margin-bottom: 0;
}
footer .foot-inquiry p.accept {
  font-size: 0.8rem;
  line-height: 1rem;
}
footer .foot-inquiry a.btn-primary {
  height: 70px;
  margin: 0 2px;
}
footer ul.foot-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 0.9rem;
  border-right: 1px solid #1EA893;
}
footer ul.foot-nav li {
  border-left: 1px solid #1EA893;
}
footer ul.foot-nav li a {
  color: #FFF;
  padding: 4px 8px;
}
footer p.copyright {
  text-align: center;
  font-weight: 500;
  margin-top: 2rem;
}
@media (max-width: 1199.98px) {
  footer .foot-inquiry h4 {
    text-align: right;
    margin-bottom: 2rem;
  }
  footer .foot-inquiry p.accept {
    margin-bottom: 10px;
  }
  footer .foot-inquiry .btn-primary.btn-guide, footer .foot-inquiry .btn-primary.btn-reservation {
    justify-content: center !important;
  }
}
@media (max-width: 991.98px) {
  footer .foot-inquiry h4 {
    text-align: center;
    margin-bottom: 8px;
  }
  footer .foot-inquiry p.telnum {
    text-align: center;
  }
  footer .foot-inquiry p.accept {
    text-align: center;
  }
  footer .foot-inquiry .btn-primary.btn-guide, footer .foot-inquiry .btn-primary.btn-reservation {
    justify-content: center !important;
  }
}

/* ----------------------------------
  Common Object 
----------------------------------- */
.check {
  color: #FF0000;
}

.text-bigger {
  font-size: 200% !important;
}

.text-big {
  font-size: 140% !important;
}

.text-small {
  font-size: 80% !important;
}

.text-smaller {
  font-size: 60% !important;
}

.text-smaller-2 {
  font-size: 40% !important;
}

.text-red {
  color: #C10000 !important;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 2.9rem;
  margin-bottom: 3rem;
  font-weight: 400;
  color: #000;
}

h2 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #006184;
}

h3 {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 2rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
h4.line {
  font-size: 1.2rem;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  padding: 0.3rem 1rem 0.5rem;
}

h5 {
  font-size: 1.4rem;
  font-weight: 600;
}

.dual strong {
  color: #006184;
  border-bottom: 5px solid #C10000;
}

h3.dual {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
}
h3.dual strong {
  font-size: 2.6rem;
}
@media (max-width: 767.98px) {
  h3.dual {
    line-height: 2.2rem;
  }
  h3.dual strong {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
}

h4.has-tab, h5.has-tab {
  border-bottom: 1px solid #707070;
}
h4.has-tab .tab, h5.has-tab .tab {
  display: inline-block;
  background-color: #75B8D6;
  color: #FFF;
  font-size: 120%;
  padding: 4px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: 10px;
}

.red-line {
  border-bottom: 3px solid #C10000;
  padding-bottom: 4px;
}

.weekly {
  color: #007FC5;
}

.monthly {
  color: #247B3A;
}

.telnum {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.0;
}
.telnum:before {
  content: "\f098";
  font-family: "Font Awesome 5 Free";
  color: #1EA893;
  margin-right: 0.3rem;
}
.telnum a {
  color: #000;
}

ul.list-unstyled {
  list-style: none;
}
ul.list-unstyled li, ul.list-unstyled ul li {
  list-style: none;
}

/*--------------------------------
 Buttons 
---------------------------------*/
.btn.btn-primary {
  border-radius: 0;
  background-color: #404040;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 16px;
  font-weight: 700;
  font-size: 1.1rem;
  align-self: center;
  position: relative;
  border: none !important;
}
.btn.btn-primary:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  left: 6px;
  text-indent: 0;
}
.btn.btn-primary:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  border: 1px solid #FFF;
}
.btn.btn-primary:hover {
  background-color: #5a5a5a;
}
.btn.btn-primary.btn-business {
  background-color: #415500 !important;
}
.btn.btn-primary.btn-business:hover {
  background-color: #688800 !important;
}
.btn.btn-primary.btn-passenger {
  background-color: #830000 !important;
}
.btn.btn-primary.btn-passenger:hover {
  background-color: #b60000 !important;
}
.btn.btn-primary.btn-truck {
  background-color: #131369 !important;
}
.btn.btn-primary.btn-truck:hover {
  background-color: #1f1faa !important;
}

.btn.btn-primary.btn-guide, .btn.btn-primary.btn-reservation {
  background-repeat: no-repeat;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 800 !important;
  font-size: 1.2rem !important;
}

.btn.btn-primary.btn-guide {
  background-color: #166A5D;
}
.btn.btn-primary.btn-guide:hover, .btn.btn-primary.btn-guide:active, .btn.btn-primary.btn-guide:focus {
  background-color: #0d4038 !important;
}

.btn.btn-primary.btn-reservation {
  background-color: #C10000;
  background-position: 10px 6px;
}
.btn.btn-primary.btn-reservation:hover, .btn.btn-primary.btn-reservation:active, .btn.btn-primary.btn-reservation:focus {
  background-color: #8e0000;
}

.btn.btn-secondary {
  border-radius: 0;
  font-weight: 600;
}

.btn.btn-mini {
  background-color: #404040;
  border-radius: 0;
  color: #FFF;
  font-weight: 600;
  padding: 0.1rem 1rem 0.3rem;
  position: relative;
  display: inline-flex;
  align-content: center;
}
.btn.btn-mini:before {
  content: "\f0da";
  color: #8d8d8d;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  line-height: 1;
}
.btn.btn-mini:hover {
  background-color: #5a5a5a;
}

.btn-primary.btn-large {
  font-size: 1.3rem;
  padding-bottom: 1.1rem;
}

.link-arrow {
  display: inline-block;
}
.link-arrow:before {
  content: "\f138";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-right: 0.4rem;
  color: #AAA;
  font-weight: bold;
}

.btn-close {
  border-radius: 0;
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
}
.btn-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

/*-------------------------------------
 for modal
--------------------------------------*/
.modal-content {
  border-radius: 0;
}

/*-------------------------------------
 for document-page
--------------------------------------*/
a {
  color: #167d6d;
}

.page-header {
  margin-bottom: 20px;
  background-color: #166A5D;
  background-image: url("../img/common/page_title.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.page-header > .container {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .page-header > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-header h1 {
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.8);
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .page-header h1 {
    font-size: 1.6rem;
  }
}

section.document {
  min-height: 800px;
  padding-bottom: 5rem;
}
@media (max-width: 767.98px) {
  section.document {
    min-height: auto;
  }
  section.document > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
section.document .lead {
  font-weight: 400;
  margin-top: 2rem;
}
section.document h2 {
  font-size: 2.2rem;
  border-bottom: 3px solid #C10000;
  padding-bottom: 0.8rem;
}
section.document h2 .sub {
  font-weight: bold;
  font-size: 1.6rem;
  color: #C10000;
}
section.document h3 {
  background-color: #D8EFEB;
  font-size: 1.4rem;
  padding: 5px 10px 7px;
  position: relative;
  border-left: 20px solid #CCC;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  section.document h2 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  section.document h3 {
    font-size: 1.4rem;
  }
}
section.document h4 {
  font-size: 1.3rem;
}
section.document h5 {
  font-size: 1.1rem;
}
section.document .point-banner {
  background-color: #C10000;
  color: #FFF;
  display: inline-block;
  padding: 0.3rem 1rem 0.5rem;
}
section.document .badge-normal {
  font-size: 1rem;
  padding: 0.2rem 0.6rem 0.4rem;
  line-height: 1;
}
section.document .balloon-box {
  display: inline-block;
  position: relative;
  background-color: #CCC;
}
section.document .balloon-box:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid;
  border-bottom: 10px solid;
  border-left: 10px solid;
  border-top: 10px solid;
  border-color: #CCC;
}
section.document .balloon-box.balloon-top:after {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
section.document .balloon-box.balloon-left:after {
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
section.document .balloon-box.balloon-right:after {
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
section.document .balloon-box.balloon-bottom:after {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
section.document .balloon-box.balloon-red {
  background-color: #C10000;
  color: #FFF;
}
section.document .balloon-box.balloon-red:after {
  border-color: #C10000;
}
section.document .balloon-box.balloon-mint {
  background-color: #1EA893;
  color: #FFF;
}
section.document .balloon-box.balloon-mint:after {
  border-color: #1EA893;
}
section.document table th, section.document table td {
  border-color: #666 !important;
}
section.document table th {
  background-color: #F4F5ED;
}
@media (max-width: 991.98px) {
  section.document table.table-bleak-md th, section.document table.table-bleak-md td {
    display: block;
    border-bottom-width: 0;
  }
  section.document table.table-bleak-md td {
    padding-left: 3rem;
  }
  section.document table.table-bleak-md tr:nth-last-child(1) {
    border-bottom: solid 1px;
  }
  section.document table.table-bleak-md.table-add-label {
    /* データラベルをmdから表示する*/
  }
  section.document table.table-bleak-md.table-add-label td:before {
    content: attr(data-label);
  }
  section.document table.table-bleak-md.table-add-label .hide-cell {
    display: none;
  }
}
section.document table.table-bordered {
  border: none;
  /* 外枠を削除 */
}
section.document ul.mark-list {
  list-style: none;
  padding-left: 0;
}
section.document ul.mark-list li {
  position: relative;
  padding-left: 1.2rem;
}
section.document ul.mark-list li.list-notice:before {
  content: "※";
  position: absolute;
  left: 0;
}
section.document ul.mark-list li.list-alert:before {
  position: absolute;
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  color: #C10000;
  font-weight: bold;
  left: 0;
}
section.document ul.mark-list li.list-check:before {
  position: absolute;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  color: #C10000;
  font-weight: bold;
  left: 0;
}
section.document ul.link-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
section.document ul.link-list li {
  width: 250px;
}
section.document ul.link-list li a {
  font-weight: 600;
  display: block;
}
section.document ul.link-list li a:before {
  content: "\f138";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 4px;
  color: #AAA;
}
section.document .anchor-list {
  /* ページ内ナビ */
  border: 1px solid #666;
  padding: 1rem;
  border-radius: 8px;
  background-color: #f1f9f8;
}
section.document .badge.badge-notice {
  background-color: #1EA893;
  color: #FFF;
}
section.document .caution-document h3 {
  border-left: none;
  background-color: #EEE;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding-left: 2rem;
}
section.document .caution-document h3:before {
  position: absolute;
  content: "\f410";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #999;
  margin-right: 4px;
  left: 7px;
  top: 7px;
}
section.document .caution-document p {
  margin-left: 2rem;
}
section.document .bg-gray {
  background-color: #F4F5ED;
}
section.document .card {
  border-color: #999;
}

.mt-6 {
  margin-top: 4rem !important;
}

/*-------------------------------------
 Forms
--------------------------------------*/
p.form-info {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.form-check-input {
  margin-top: 0.4rem;
}

.form-check-inline .form-check-input {
  margin-top: 0.2rem;
}

.form-panel {
  border: 1px solid #666;
  padding: 20px;
}
.form-panel .form-group.row {
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 15px;
  border-bottom: 1px dashed #CCC;
}
.form-panel .form-group.row .col-form-label {
  background-color: #D8EFEB;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .form-panel .form-group.row .col-form-label {
    margin-bottom: 1rem;
  }
}
.form-panel h4 {
  color: #C10000;
  font-size: 0.9rem !important;
  margin: 2rem 0 1rem;
  border-bottom: 1px solid #666;
  padding-bottom: 1rem;
}
.form-panel .badge-required {
  display: inline-block;
  background-color: #FF2D7C;
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: bold;
  padding: 4px 8px 6px;
  border-radius: 4px;
  margin-left: 5px;
}
.form-panel .form-buttons {
  padding-top: 30px;
  padding-bottom: 15px;
  justify-content: center;
}
.form-panel .form-buttons .btn {
  position: relative;
  font-weight: bold;
  background-color: #CCC;
  color: #666;
  border-radius: 0;
  padding: 15px;
  padding-left: 30px;
  outline: 1px solid #FFF;
  outline-offset: -7px;
  display: flex;
  justify-content: center;
}
.form-panel .form-buttons .btn i.fa {
  margin-right: 8px;
  margin-left: -40px;
  font-size: 1.4rem;
  color: #666;
}
.form-panel .form-buttons .btn:hover {
  background-color: #BBBBBB;
}
@media (max-width: 991.98px) {
  .form-panel .form-buttons .btn {
    margin-bottom: 1rem;
  }
}
.form-panel .form-buttons .btn-submit {
  background-color: #1EA893;
  color: #FFF;
}
.form-panel .form-buttons .btn-submit > i.fa {
  color: #D8EFEB;
}
.form-panel .form-buttons .btn-submit:hover {
  background-color: #188575;
}
.form-panel .form-buttons .btn.btn-small {
  padding: 7px 12px 8px 40px !important;
}
.form-panel .form-buttons .btn.btn-small > i.fa {
  font-size: 1.2rem;
  top: 11px;
  left: 10px;
}

.error-msg {
  color: #C10000;
  font-weight: bold;
}

ul.errors {
  display: block;
  border: none;
  background-color: #ffdbdb;
  margin-bottom: 0.6rem;
  border-radius: 8px;
  list-style: none;
  padding: 5px;
}
ul.errors li {
  font-size: 0.9rem;
}
ul.errors li:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #C10000;
  display: inline-block;
  margin-right: 4px;
}

.stepbar {
  display: flex;
  position: relative;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
.stepbar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepbar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepbar li:first-child:after {
  display: none;
}
.stepbar span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepbar .current:after {
  background: #4D648D;
}
.stepbar .current span {
  background: #4D648D;
}

.file-select > i.fa {
  line-height: 1.6rem;
  margin-right: 8px;
}

.daterangepicker .applyBtn.btn.btn-primary {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 8px;
}
.daterangepicker .applyBtn.btn.btn-primary:after {
  border: none;
}

.cancelBtn {
  border: 1px solid #CCC;
}

.btn.btn-primary.applyBtn {
  display: inline-block;
  outline-offset: -3px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.btn.btn-primary.applyBtn:before {
  content: "";
}

  .border-box {
    border: 1px solid #333;
    padding: 10px;         
    max-width: 825px; 
    width: 100%; 
    box-sizing: border-box; 
  }

