@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:500,700|Noto+Sans+JP:500,700|Noto+Serif+JP:500,700&display=swap&subset=japanese");
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?62878769");
  src: url("../font/fontello.eot?62878769#iefix") format("embedded-opentype"), url("../font/fontello.woff2?62878769") format("woff2"), url("../font/fontello.woff?62878769") format("woff"), url("../font/fontello.ttf?62878769") format("truetype"), url("../font/fontello.svg?62878769#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?62878769#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-plus:before {
  content: '\e800'; }

/* '' */
.icon-minus:before {
  content: '\e801'; }

/* '' */
.icon-up-open:before {
  content: '\e802'; }

/* '' */
.icon-up-dir:before {
  content: '\e803'; }

/* '' */
.icon-down-dir:before {
  content: '\e804'; }

/* '' */
.icon-left-dir:before {
  content: '\e805'; }

/* '' */
.icon-right-dir:before {
  content: '\e806'; }

/* '' */
.icon-search:before {
  content: '\e807'; }

/* '' */
.icon-right-circle:before {
  content: '\e809'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-circle-thin:before {
  content: '\f1db'; }

/* '' */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/safety_drive/ooita/img/common/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/safety_drive/ooita/img/common/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/safety_drive/ooita/img/common/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/safety_drive/ooita/img/common/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(/safety_drive/ooita/img/common/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.tp-Infomation_Inner {
  display: inline-block; }
  .tp-Infomation_Inner {
    display: block; }
  .tp-Infomation_Inner:after {
    content: "";
    display: block;
    clear: both;
    height: 0; }

article, section, header, footer, nav, menu, aside, figure, figcaption, main {
  display: block;
  padding: 0;
  margin: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top; }

address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }

a {
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  vertical-align: bottom; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* -------------------------------------
	footer
-------------------------------------- */
.st-Footer {
  width: 100%;
  position: relative;
  padding: 0; }
  .st-Footer a[href^="tel:"] {
    color: #fff; }
  .st-Footer_Inner {
    max-width: 1024px;
    margin: 0 auto;
    background: url("/safety_drive/ooita/img/common/bg_footer.jpg") bottom left no-repeat;
    color: #fff;
    width: 100%;
    padding: 0;
    padding-top: 420px; }
    @media only screen and (max-width: 768px) {
      .st-Footer_Inner {
        max-width: 100%;
        min-width: 100%;
        background: url("/safety_drive/ooita/img/common/bg_footer.jpg") bottom center no-repeat;
        background-size: cover; } }
  .st-Footer_Content {
    background: rgba(1, 119, 209, 0.75); }
  .st-Footer_Link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .st-Footer_Link {
        display: none; } }
    .st-Footer_Link_Img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      max-width: 45%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .st-Footer_Link_Cnt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%;
      max-width: 55%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-size: 0.875rem;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .st-Footer_Link_Cnt a {
        color: #fff;
        text-decoration: none; }
        .st-Footer_Link_Cnt a:hover {
          color: #ffef1d; }
      .st-Footer_Link_Cnt_Item dt {
        position: relative;
        padding-left: 1rem; }
        .st-Footer_Link_Cnt_Item dt:before {
          content: "";
          width: 10px;
          height: 10px;
          display: inline-block;
          background-color: #83caff;
          position: absolute;
          top: 7px;
          left: 0; }
      .st-Footer_Link_Cnt_Item dd {
        padding-left: 1rem; }
      .st-Footer_Link_Cnt_Item_Detail {
        margin-top: .25rem; }
        .st-Footer_Link_Cnt_Item_Detail dt {
          padding-left: .5rem; }
          .st-Footer_Link_Cnt_Item_Detail dt:before {
            width: 5px; }
  .st-Footer_Copy {
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    padding: 1.25rem 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .st-Footer_Copy {
        text-align: center;
        font-size: 10px;
        font-size: 0.625rem; } }

.st-Page2Top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media only screen and (max-width: 768px) {
    .st-Page2Top {
      bottom: 25px;
      right: 10px; } }
  .st-Page2Top_Link {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #0177d1;
    opacity: .7;
    border-radius: 25px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .st-Page2Top_Link {
        width: 40px;
        height: 40px; } }
    .st-Page2Top_Link:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f106";
      font-size: 36px;
      font-size: 2.25rem;
      position: absolute;
      top: 50%;
      left: 50%;
      text-indent: 0;
      color: #fff;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: translate(-50%, -55%);
      transform: translate(-50%, -55%);
      display: block; }
      @media only screen and (max-width: 768px) {
        .st-Page2Top_Link:before {
          font-size: 30px;
          font-size: 1.875rem; } }
    .st-Page2Top_Link:hover {
      opacity: 1; }

/* -------------------------------------
	header
-------------------------------------- */
.st-Header {
  position: relative;
  min-height: 157px;
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    .st-Header {
      min-height: 80px; } }
  @media only screen and (max-width: 768px) {
    .st-Header {
      min-height: 0; } }
  .st-Header.st-Header-top {
    min-height: 0; }
    .st-Header.st-Header-top .st-Header_Contents {
      position: fixed; }
    .st-Header.st-Header-top .st-Assist {
      position: fixed; }
      @media only screen and (max-width: 768px) {
        .st-Header.st-Header-top .st-Assist {
          position: relative; } }
  .st-Header.st-Header-fixed {
    position: fixed; }
  .st-Header_Contents {
    background: #fff;
    position: fixed;
    position: absolute;
    height: 157px;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 100;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .st-Header_Contents:before {
      content: "";
      -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      height: 2px; }
    .st-Header-fixed .st-Header_Contents {
      background: #fff !important; }
    @media only screen and (max-width: 768px) {
      .st-Header_Contents {
        height: 80px; } }
    .st-Header_Contents.active {
      background: #fff !important; }
    .st-Header_Contents_Inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 1024px;
      padding: 0 30px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .st-Header_Contents_Inner {
          padding: 0;
          max-width: 100%;
          display: block; } }
      .st-Header-fixed .st-Header_Contents_Inner {
        padding: 10px 0; }
        @media only screen and (max-width: 768px) {
          .st-Header-fixed .st-Header_Contents_Inner {
            padding: 0; } }
  .st-Header_Logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px; }
    @media only screen and (max-width: 768px) {
      .st-Header_Logo {
        margin-top: 0px;
        display: block;
        max-width: 270px;
        height: 80px; } }
    .st-Header_Logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .st-Header_Logo a img {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
  .st-Header_Menu {
    display: none; }
    @media only screen and (max-width: 768px) {
      .st-Header_Menu {
        display: block; } }
    .st-Header_Menu_Btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #0177d1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-items: center;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 70px;
      height: 70px; }
      @media only screen and (max-width: 768px) {
        .st-Header_Menu_Btn {
          width: 55px;
          height: 55px; } }
      .st-Header_Menu_Btn:focus {
        border: none; }
      .st-Header_Menu_Btn dl {
        width: 30px;
        height: 30px;
        color: #fff;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .st-Header_Menu_Btn dl dt {
          width: 100%;
          font-size: 10px;
          font-size: 0.625rem;
          position: absolute;
          bottom: -5px; }
        .st-Header_Menu_Btn dl dd {
          position: absolute;
          top: 5px; }
          .st-Header_Menu_Btn dl dd span {
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            display: inline-block;
            position: absolute;
            left: 0;
            width: 30px;
            height: 2px;
            background-color: #fff; }
            .st-Header_Menu_Btn dl dd span:nth-of-type(1) {
              top: 0px; }
            .st-Header_Menu_Btn dl dd span:nth-of-type(2) {
              top: 10px; }
            .st-Header_Menu_Btn dl dd span:nth-of-type(3) {
              top: 20px; }
          .st-Header_Menu_Btn dl dd.active span:nth-of-type(1) {
            -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg); }
          .st-Header_Menu_Btn dl dd.active span:nth-of-type(2) {
            opacity: 0; }
          .st-Header_Menu_Btn dl dd.active span:nth-of-type(3) {
            -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg); }

.st-Menu {
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .st-Menu {
      display: block;
      position: fixed;
      visibility: hidden;
      left: 0;
      right: 0;
      height: calc(100vh - 65px);
      top: 65px;
      z-index: 3000;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; } }
  .st-Menu.st-Menu-expanded {
    visibility: visible; }
  @media only screen and (max-width: 768px) {
    .st-Menu_Inner {
      height: 0;
      overflow-y: scroll;
      background: #0177d1;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .st-Menu-expanded .st-Menu_Inner {
        height: 100%;
        padding-bottom: 100px; } }

.st-Global {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  top: 93px;
  z-index: 200;
  height: 65px; }
  @media only screen and (max-width: 768px) {
    .st-Global {
      position: relative;
      top: 0;
      padding: 0;
      height: auto; } }
  .st-Global:after {
    background-color: #0177d1;
    height: 2px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .st-Global:after {
        display: none; } }
  .st-Global_List {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1024px;
    margin: 0 auto;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .st-Global_List {
        display: block;
        background: none;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .st-Global_List_Item {
      margin: 0;
      height: 50px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 768px) {
        .st-Global_List_Item {
          display: block;
          max-width: 100%;
          height: auto; } }
      .st-Global_List_Item:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 3px;
        height: 50%;
        background: #dfdfdf;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        @media only screen and (max-width: 768px) {
          .st-Global_List_Item:after {
            display: none; } }
      .st-Global_List_Item:first-child:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 3px;
        height: 50%;
        background: #dfdfdf;
        z-index: 1;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        @media only screen and (max-width: 768px) {
          .st-Global_List_Item:first-child:before {
            display: none; } }
      .st-Global_List_Item_en {
        color: #7fb7e2;
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: .25rem; }
      .st-Global_List_Item_Link {
        text-decoration: none;
        color: #4c4c4c;
        line-height: 1.1;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: background-color 0.4s;
        transition: background-color 0.4s;
        background-color: #fff;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: 'M PLUS 1p', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        -webkit-transform: rotate(0.05deg);
        transform: rotate(0.05deg);
        font-weight: 500; }
        .st-Global_List_Item_Link:hover {
          background-color: #3e3c95;
          color: #fff; }
        .st-Global_List_Item_Link:after {
          display: none !important; }
        @media only screen and (max-width: 768px) {
          .st-Global_List_Item_Link {
            padding: 1rem 0;
            background-color: #3e3c95;
            color: #fff;
            border-bottom: 1px solid #fff; } }
      .st-Global_List_Item_Sub {
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        background-color: #0177d1; }
        @media only screen and (max-width: 768px) {
          .st-Global_List_Item_Sub {
            display: block;
            position: relative;
            top: 0; } }
        .st-Global_List_Item_Sub ul li a {
          padding: .5rem 1rem;
          color: #fff;
          text-decoration: none;
          display: block; }
          @media only screen and (max-width: 768px) {
            .st-Global_List_Item_Sub ul li a {
              text-align: center;
              text-decoration: underline; } }
          .st-Global_List_Item_Sub ul li a:hover {
            background-color: #3e3c95; }
        .st-Global_List_Item_Sub ul li ul {
          background-color: #179fce; }
          @media only screen and (max-width: 768px) {
            .st-Global_List_Item_Sub ul li ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              .st-Global_List_Item_Sub ul li ul li {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
          .st-Global_List_Item_Sub ul li ul li a {
            padding: .5rem 1rem .5rem 1.5rem; }
  .st-Header-fixed .st-Global {
    top: 85px;
    bottom: auto;
    position: fixed; }
    .st-Header-fixed .st-Global_List_Item {
      height: 60px;
      padding: 10px 0; }
      .st-Header-fixed .st-Global_List_Item:after {
        height: 40px; }
      .st-Header-fixed .st-Global_List_Item_Link {
        min-height: 40px; }
      @media only screen and (max-width: 768px) {
        .st-Header-fixed .st-Global_List_Item {
          height: auto;
          padding: 0; } }
    .st-Header-fixed .st-Global_List_Item-home {
      height: 60px;
      padding: 10px 0; }
      @media only screen and (max-width: 768px) {
        .st-Header-fixed .st-Global_List_Item-home {
          -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
      .st-Header-fixed .st-Global_List_Item-home:before {
        height: 40px;
        background: #dfdfdf;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .st-Header-fixed .st-Global_List_Item-home:after {
        height: 40px; }
    @media only screen and (max-width: 768px) {
      .st-Header-fixed .st-Global {
        top: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #0177d1;
        position: relative; } }

.st-Assist {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 30px;
  z-index: 300; }
  @media only screen and (max-width: 768px) {
    .st-Assist {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      width: 100%;
      max-width: 100%;
      padding: 10px 5px; } }
  .st-Assist_Inner {
    position: absolute;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56%; }
    .st-Header-fixed .st-Assist_Inner {
      top: 20px; }
      @media only screen and (max-width: 768px) {
        .st-Header-fixed .st-Assist_Inner {
          top: 0; } }
    @media only screen and (max-width: 768px) {
      .st-Assist_Inner {
        position: relative !important;
        display: block;
        width: 100%;
        max-width: 100%;
        top: 0; } }

.st-AssistNav {
  position: absolute;
  top: 25px;
  right: 30px; }
  @media only screen and (max-width: 768px) {
    .st-AssistNav {
      display: none; } }
  .st-AssistNav_Link {
    color: #fff;
    color: #000;
    text-decoration: none;
    position: relative; }
    .st-AssistNav_Link:hover {
      color: #0177d1;
      border-bottom: 1px solid #0177d1; }
    .st-AssistNav_Link:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e806";
      display: inline-block;
      padding-right: .5rem;
      color: #0177d1;
      position: absolute;
      top: 50%;
      left: -1rem;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  @media only screen and (max-width: 768px) {
    .st-AssistNav {
      display: none; } }

.st-SpNav {
  display: none; }
  @media only screen and (max-width: 768px) {
    .st-SpNav {
      display: block; }
      .st-SpNav_List {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: .5rem; }
        .st-SpNav_List_Item {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
          flex: 0 0 49%;
          max-width: 49%;
          padding-left: .5rem; }
          .st-SpNav_List_Item:first-child {
            border-right: 1px solid #fff; }
        .st-SpNav_List_Link {
          color: #fff;
          text-decoration: none;
          position: relative;
          padding-left: 1.5rem;
          line-height: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .st-SpNav_List_Link:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            line-height: 1em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e809";
            display: inline-block;
            padding-right: .5rem;
            color: #fff;
            position: absolute;
            line-height: 1;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }
  .st-SpNav-Btnlist {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .st-SpNav-Btnlist_Item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      width: 48%; }
    .st-SpNav-Btnlist_Link {
      border: 1px solid #fff;
      background-color: #0177d1;
      color: #fff;
      text-decoration: none;
      width: 100%;
      display: block;
      text-align: center;
      padding: .5rem; }
      .st-SpNav-Btnlist_Link:hover {
        color: #0177d1;
        background-color: #fff; }

/* -------------------------------------
	st-Sub
-------------------------------------- */
.st-Sub_Localnav {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 1.5rem; }
  .st-Sub_Localnav_Title {
    background-color: #0177d1;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem; }
    .st-Sub_Localnav_Title:before {
      content: url("/img/common/sub-localNav.svg");
      display: block;
      padding-right: .5rem; }
    .st-Sub_Localnav_Title a {
      color: #fff;
      text-decoration: none; }
      .st-Sub_Localnav_Title a:hover {
        color: #ffef1d; }
  .st-Sub_Localnav_List li a, .st-Sub_Localnav_List li .nolink {
    font-size: 15px;
    font-size: 0.9375rem;
    display: block;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: bottom;
    text-decoration: none; }
  .st-Sub_Localnav_List li:last-child a, .st-Sub_Localnav_List li:last-child .nolink {
    background-image: none; }
  .st-Sub_Localnav_List > li > a {
    background-color: #f0efff;
    text-decoration: none;
    position: relative;
    padding: .5rem .5rem .5rem 40px;
    cursor: pointer; }
    .st-Sub_Localnav_List > li > a:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      content: "\e806";
      font-size: 12px;
      font-size: 0.75rem;
      position: absolute;
      text-decoration: none;
      top: 50%;
      left: 15px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 18px;
      height: 18px;
      line-height: 18px;
      background-color: #413993;
      color: #fff;
      border-radius: 50%; }
    .st-Sub_Localnav_List > li > a:hover, .st-Sub_Localnav_List > li > a.active {
      background-color: #37559e;
      color: #fff; }
      .st-Sub_Localnav_List > li > a:hover:before, .st-Sub_Localnav_List > li > a.active:before {
        background-color: #fff;
        color: #37559e; }
  .st-Sub_Localnav_List > li > ul {
    display: none; }
    .st-Sub_Localnav_List > li > ul.visible {
      display: block; }
    .st-Sub_Localnav_List > li > ul li a {
      background-color: #fff;
      padding: .25rem .5rem .25rem 40px;
      font-size: 14px;
      font-size: 0.875rem;
      position: relative; }
      .st-Sub_Localnav_List > li > ul li a:before {
        content: "";
        height: 2px;
        background-color: #413993;
        width: 10px;
        display: inline-block;
        position: absolute;
        top: 14px;
        left: 20px; }
      .st-Sub_Localnav_List > li > ul li a:hover, .st-Sub_Localnav_List > li > ul li a.active {
        background-color: #179fce; }
    .st-Sub_Localnav_List > li > ul li .nolink {
      background-color: #e5e5e5;
      padding: .25rem .5rem .25rem 40px; }
    .st-Sub_Localnav_List > li > ul li > ul li a {
      background-color: #fff; }
      .st-Sub_Localnav_List > li > ul li > ul li a:hover, .st-Sub_Localnav_List > li > ul li > ul li a.active {
        background-color: #179fce; }
      .st-Sub_Localnav_List > li > ul li > ul li a:before {
        width: 6px;
        height: 6px;
        background-color: #0177d1;
        border-radius: 3px;
        top: 13px;
        left: 27px; }

.st-Sub_Information {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 1.5rem; }
  .st-Sub_Information:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 6px;
    width: 100%;
    display: block;
    background-color: #0177d1; }
  .st-Sub_Information h2 {
    border-bottom: 1px solid #0177d1;
    color: #0177d1;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem; }
    .st-Sub_Information h2:before {
      content: url("/img/common/sub-Infomation.svg");
      display: block;
      position: relative;
      top: 4px;
      padding-right: .5rem; }
  .st-Sub_Information h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    position: relative;
    padding-left: 1rem; }
    .st-Sub_Information h3:before {
      background-color: #413993;
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      position: absolute;
      top: 50%;
      left: 0;
      line-height: 1;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .st-Sub_Information p.cntBtn {
    margin: 1rem 0 .5rem; }
    .st-Sub_Information p.cntBtn a.btn {
      min-width: 85%;
      font-size: 14px;
      font-size: 0.875rem; }
  .st-Sub_Information > section {
    padding: 1rem; }
  .st-Sub_Information table {
    margin: .5rem auto; }
    .st-Sub_Information table tbody th, .st-Sub_Information table tbody td {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 5px; }
    .st-Sub_Information table tbody th {
      background-color: #0177d1;
      color: #fff;
      border-color: #707070; }
  .st-Sub_Information .att {
    padding-left: .7rem;
    text-indent: -.7rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2; }
  .st-Sub_Information .days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px), linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
    background-size: 6px 1px;
    background-position: top, bottom;
    background-repeat: repeat-x; }
    .st-Sub_Information .days .weekday {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      width: 40%;
      padding: .5rem .5rem .5rem 0;
      font-size: 13px;
      font-size: 0.8125rem;
      background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 2px);
      background-size: 1px 6px;
      background-position: right;
      background-repeat: repeat-y; }
      .st-Sub_Information .days .weekday p {
        margin: 0; }
    .st-Sub_Information .days .holiday {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      width: 60%;
      font-size: 13px;
      font-size: 0.8125rem;
      padding: .5rem 0 .5rem .5rem; }
      .st-Sub_Information .days .holiday p {
        margin: 0; }

.st-Sub_Schedule {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 1.5rem; }
  .st-Sub_Schedule:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 6px;
    width: 100%;
    display: block;
    background-color: #0177d1; }
  .st-Sub_Schedule_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .st-Sub_Schedule_Item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; }
    .st-Sub_Schedule_Item:first-child {
      border-right: 1px solid #e5e5e5; }
  .st-Sub_Schedule_Link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem .5rem;
    background-color: #fff;
    height: 100%;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }
    .st-Sub_Schedule_Link:hover {
      background-color: #f0efff; }
    .st-Sub_Schedule_Link.item01:before {
      content: url("/img/common/sub-schedule_item01.svg");
      display: block;
      width: 53px;
      height: 53px;
      margin: 0 auto .5rem; }
    .st-Sub_Schedule_Link.item02:before {
      content: url("/img/common/sub-schedule_item02.svg");
      display: block;
      width: 56px;
      height: 56px;
      margin: 0 auto .5rem; }

.st-Sub_Pr {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 1.5rem; }
  .st-Sub_Pr:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 6px;
    width: 100%;
    display: block;
    background-color: #0177d1; }
  .st-Sub_Pr h2 {
    border-bottom: 1px solid #0177d1;
    color: #0177d1;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem; }
  .st-Sub_Pr_Content {
    padding: 1rem; }
    .st-Sub_Pr_Content article {
      background-color: #e5e5e5;
      padding: .75rem;
      font-size: 15px;
      font-size: 0.9375rem;
      padding-bottom: 130px;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .st-Sub_Pr_Content article {
          padding-bottom: 50px; } }
      .st-Sub_Pr_Content article:after {
        content: "";
        width: 128px;
        height: 128px;
        display: inline-block;
        background: url(/img/top/ico_pr.svg) center top no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -20px;
        right: 15px; }
        @media only screen and (max-width: 768px) {
          .st-Sub_Pr_Content article:after {
            width: 60px;
            height: 60px;
            bottom: -5px; } }
      .st-Sub_Pr_Content article a {
        text-decoration: none;
        display: block; }
        .st-Sub_Pr_Content article a:hover p {
          text-decoration: underline; }
        .st-Sub_Pr_Content article a:after {
          display: none; }
        .st-Sub_Pr_Content article a h3 {
          font-weight: bold;
          position: relative;
          padding-left: 25px; }
          .st-Sub_Pr_Content article a h3:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            line-height: 1em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            content: "\e806";
            font-size: 12px;
            font-size: 0.75rem;
            position: absolute;
            text-decoration: none;
            top: 50%;
            left: 0px;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 18px;
            height: 18px;
            line-height: 18px;
            background-color: #413993;
            color: #fff;
            border-radius: 50%; }
        .st-Sub_Pr_Content article a p {
          color: #000;
          margin: .5rem 0; }
    .st-Sub_Pr_Content .cntBtn .btn {
      min-width: 85%;
      font-size: 14px;
      font-size: 0.875rem; }

.st-Sub_Banner li {
  background-color: #fff; }
  .st-Sub_Banner li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: .5rem;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; }
    .st-Sub_Banner li a:hover {
      opacity: .7; }
    .st-Sub_Banner li a.nurse {
      background-image: url(/img/top/tp-banners_05.jpg);
      background-position: center right;
      background-repeat: no-repeat; }

/* -------------------------------------
	a
-------------------------------------- */
a {
  color: #0177d1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  position: relative; }
  a.pdf:after, a.xls:after, a.doc:after, a.blank:after {
    display: inline-block;
    padding: 0 4px;
    vertical-align: middle; }
  a.pdf:after {
    content: url("/img/common/ico-pdf.png");
    display: inline-block; }
  a.xls:after {
    content: url("/img/common/ico-excel.png");
    display: inline-block; }
  a.doc:after {
    content: url("/img/common/ico-word.png");
    display: inline-block; }
  a.blank:after {
    content: url("/img/common/ico-blank.png");
    display: inline-block;
    margin-top: -5px;
    padding-right: 0.5em; }
  a:hover {
    color: #413993;
    text-decoration: none; }
  a.tel-disable {
    color: #000;
    cursor: default;
    text-decoration: none !important; }
    a.tel-disable:hover {
      cursor: default;
      color: #000;
      text-decoration: none; }
  a.noIcon:after {
    display: none !important; }

a[href^="tel:"] {
  text-decoration: underline; }

/* -------------------------------------
	#contentsarea
-------------------------------------- */
#contentsarea {
  padding-top: 157px;
  max-width: 1024px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #contentsarea {
      padding-top: 80px;
      max-width: 100%;
      min-width: 100%; } }

a.btn {
  min-width: 280px;
  display: inline-block;
  border: 3px solid #413993;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  padding: .4rem 3rem .4rem 1rem;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #413993;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  a.btn:after {
    content: "\e806";
    font-size: 10px;
    font-size: 0.625rem;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    color: #fff;
    background-color: #413993;
    width: 18px;
    height: 18px;
    line-height: 19px;
    border-radius: 9px;
    padding-left: 0; }
  a.btn:hover, a.btn:focus {
    background-color: #3e3c95;
    color: #fff; }

/* -------------------------------------
	table
-------------------------------------- */
table {
  width: 100%;
  margin: 2em auto;
  border-top: 1px solid #0177d1;
  border-left: 1px solid #0177d1; }
  h2 + table,
  h3 + table,
  h4 + table,
  h4 + .swipe table {
    margin-top: 1.2rem; }
  @media only screen and (max-width: 768px) {
    table.block th, table.block td {
      display: block; } }
  table.narrow th, table.narrow td {
    padding: 5px; }
  table th, table td {
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      table th, table td {
        line-height: 1.3; } }
  table thead {
    background: #0177d1; }
    table thead tr th, table thead tr td {
      border-right: 1px solid #707070;
      border-bottom: 1px solid #707070;
      padding: 16px 10px;
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        table thead tr th, table thead tr td {
          padding: 10px 5px; } }
    table thead tr th {
      font-weight: bold; }
  table tfoot {
    background: #d5e4ea; }
    table tfoot tr th, table tfoot tr td {
      border-right: 1px solid #0177d1;
      border-bottom: 1px solid #0177d1;
      padding: 14px 10px;
      text-align: center;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        table tfoot tr th, table tfoot tr td {
          padding: 10px 5px; } }
  table tbody {
    background: #fff; }
    table tbody tr th {
      text-align: center;
      background-color: #f0efff;
      font-weight: bold; }
    table tbody tr th, table tbody tr td {
      border-right: 1px solid #0177d1;
      border-bottom: 1px solid #0177d1;
      padding: 14px 10px;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media only screen and (max-width: 768px) {
        table tbody tr th, table tbody tr td {
          padding: 8px 5px; } }
      table tbody tr th > *:first-child, table tbody tr td > *:first-child {
        margin-top: 0; }
      table tbody tr th > *:last-child, table tbody tr td > *:last-child {
        margin-bottom: 0; }
  table caption {
    font-weight: bold;
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 0.7em; }
  table + table, table + div.swipe {
    margin-top: 3em; }
  table + p.note,
  table + ul.notes {
    margin-top: -1.2em; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0; }

em {
  color: #0177d1;
  font-weight: bold; }

body {
  font-family: "Noto Sans Japanese", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  width: 100%;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
  line-height: 1.65;
  font-size: 16px;
  position: relative;
  color: #000;
  background-color: #f0f0f0; }
  @media only screen and (max-width: 768px) {
    body {
      min-width: 320px; } }

@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1100px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; } }

@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none !important; } }

.spOnly {
  display: none; }
  @media only screen and (max-width: 768px) {
    .spOnly {
      display: block !important; } }

ul, ol {
  list-style-type: none; }

img {
  width: auto;
  max-width: 100%;
  min-width: 0; }

.txtR {
  text-align: right !important; }

.txtC {
  text-align: center !important; }

.txtL {
  text-align: left !important; }

strong, .strong {
  font-weight: bold; }

.att {
  color: #B12222; }

.l_blue {
  color: #179fce; }

body {
  position: relative; }

#top-Contents {
  width: 100%; }

.tp-Infomation {
  width: 100%;
  background: #fff;
  position: relative;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (max-width: 768px) {
    .tp-Infomation {
      width: 100%;
      margin-bottom: 1rem; } }
  .tp-Infomation:after {
    width: 100%;
    height: 17px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(99%, #e1e1e1));
    background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 99%); }
  .tp-Infomation_Inner {
    padding: 20px;
    width: 1004px; }
    @media only screen and (max-width: 768px) {
      .tp-Infomation_Inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .tp-Infomation_Inner {
        display: block; } }
  .tp-Infomation_Hero {
    width: 661px;
    height: 580px;
    float: left;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 3px rgba(194, 194, 194, 0.6);
    box-shadow: 0 0 5px 3px rgba(194, 194, 194, 0.6); }
    @media only screen and (max-width: 768px) {
      .tp-Infomation_Hero {
        width: 100%;
        height: auto; } }
  .tp-Infomation_Map {
    position: relative; }
  .tp-Infomation_Banners {
    float: right;
    height: 580px;
    width: 285px;
    background-color: #eaeaea;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .tp-Infomation_Banners {
        display: none; } }
    .tp-Infomation_Banners_List {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      height: 100%; }
    .tp-Infomation_Banners_Item a {
      display: block;
      width: 100%;
      text-align: center;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s; }
      .tp-Infomation_Banners_Item a:hover {
        opacity: .7; }
      .tp-Infomation_Banners_Item a img {
        margin: 0 auto; }

.map-point {
  display: inline-block;
  width: 2%;
  height: 3%;
  position: absolute; }
  .map-point.mizuwake {
    left: 70%;
    top: 32%; }
  .map-point.yufugatake {
    left: 72%;
    top: 32%; }
  .map-point.amama {
    left: 75%;
    top: 33%; }
  .map-point.beppuwan {
    left: 77%;
    top: 33%; }
  .map-point.kitakumamoto {
    left: 47%;
    top: 40%; }
  .map-point.sakurajima {
    left: 41%;
    top: 79%; }
  .map-point.kirishima {
    left: 53%;
    top: 67%; }
  .map-point.omurawan {
    left: 17%;
    top: 34%; }
  .map-point.kinryu {
    left: 32%;
    top: 25%; }

.map-title {
  position: absolute;
  display: inline-block;
  height: 4%; }
  .map-title.mizuwake {
    width: 22%;
    top: 27%;
    left: 46%; }
  .map-title.yufugatake {
    width: 22%;
    top: 39%;
    left: 52%; }
  .map-title.amama {
    width: 22%;
    top: 21%;
    left: 73%; }
  .map-title.beppuwan {
    width: 22%;
    top: 40%;
    left: 78%; }
  .map-title.kitakumamoto {
    width: 22%;
    top: 48%;
    left: 24%; }
  .map-title.sakurajima {
    width: 22%;
    top: 71%;
    left: 17%; }
  .map-title.kirishima {
    width: 22%;
    top: 62%;
    left: 24%; }
  .map-title.omurawan {
    width: 22%;
    top: 36%;
    left: 21%; }
  .map-title.kinryu {
    width: 22%;
    top: 15%;
    left: 8%; }

.tp-movie {
  max-width: 960px;
  margin: 2rem auto 0; }
  .tp-movie_Header {
    background-color: #0177d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 25px;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .tp-movie_Header {
        padding: 10px; } }
    .tp-movie_Header_Lead {
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: メイリオ;
      letter-spacing: .2rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .tp-movie_Header_Lead {
          font-size: 16px;
          font-size: 1rem;
          letter-spacing: 0; } }
      .tp-movie_Header_Lead::before {
        display: inline-block;
        content: url("/safety_drive/ooita/img/top/img_camera_01.png");
        margin-right: 1rem; }
        @media only screen and (max-width: 768px) {
          .tp-movie_Header_Lead::before {
            margin-right: .5rem; } }
    .tp-movie_Header_Sub {
      margin: 0;
      background-color: #fff;
      border-radius: 6px;
      color: #0177d1;
      font-weight: bold;
      text-align: center;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: .5rem;
      font-size: 18px;
      font-size: 1.125rem; }
      @media only screen and (max-width: 768px) {
        .tp-movie_Header_Sub {
          font-size: 16px;
          font-size: 1rem; } }
  .tp-movie_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .tp-movie_List {
        display: block; } }
    .tp-movie_List_Item {
      width: 49%;
      border-radius: 6px;
      -webkit-box-shadow: 0 0 5px 3px rgba(194, 194, 194, 0.6);
      box-shadow: 0 0 5px 3px rgba(194, 194, 194, 0.6);
      margin-top: 1.5rem;
      padding: 15px; }
      @media only screen and (max-width: 768px) {
        .tp-movie_List_Item {
          width: 95%;
          margin-left: auto;
          margin-right: auto; } }
      .tp-movie_List_Item_Header {
        position: relative;
        border-bottom: 7px solid #e5e5e5;
        padding: 0 7px 6px;
        margin-bottom: .7rem; }
        .tp-movie_List_Item_Header:before {
          content: url(/safety_drive/ooita/img/top/img_camera_02.png);
          display: inline-block; }
  .tp-movie_Cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .tp-movie_Cnt_Img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 59%;
      flex: 0 0 59%;
      max-width: 55%; }
    .tp-movie_Cnt_Txt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .tp-movie_Cnt_Time {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media only screen and (max-width: 768px) {
        .tp-movie_Cnt_Time {
          display: block; } }
      .tp-movie_Cnt_Time dt {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .tp-movie_Cnt_Time dt {
            max-width: 100%; } }
        .tp-movie_Cnt_Time dt:after {
          content: ":";
          position: absolute;
          top: 0;
          right: 0; }
          @media only screen and (max-width: 768px) {
            .tp-movie_Cnt_Time dt:after {
              display: none; } }
      .tp-movie_Cnt_Time dd {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
        @media only screen and (max-width: 768px) {
          .tp-movie_Cnt_Time dd {
            max-width: 100%; } }
      .tp-movie_Cnt_Time_Em {
        color: #0177d1;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold; }
    .tp-movie_Cnt_Link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-shadow: 0 0 5px 3px rgba(194, 194, 194, 0.6);
      box-shadow: 0 0 5px 3px rgba(194, 194, 194, 0.6);
      border-radius: 6px;
      text-align: center;
      text-decoration: none;
      color: #000;
      font-size: 14px;
      font-size: 0.875rem;
      position: relative;
      padding: .5rem .25rem;
      background-color: #fff;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .tp-movie_Cnt_Link:hover {
        background-color: #3e3c95;
        color: #fff; }
      .tp-movie_Cnt_Link:before {
        content: url(/safety_drive/ooita/img/common/img_box_01.png);
        display: inline-block;
        margin-right: .5rem; }
        @media only screen and (max-width: 768px) {
          .tp-movie_Cnt_Link:before {
            display: none; } }
      .tp-movie_Cnt_Link:after {
        content: url(/safety_drive/ooita/img/common/img_box_02.png);
        display: inline-block;
        margin-left: .5rem; }
        @media only screen and (max-width: 768px) {
          .tp-movie_Cnt_Link:after {
            display: none; } }

.tp-Ad {
  margin-top: 40px;
  padding: 0 35px;
  font-size: 14px;
  font-size: 0.875rem; }
  @media only screen and (max-width: 768px) {
    .tp-Ad {
      padding: 0 10px;
      margin-top: 10px; } }
  .tp-Ad_Cnt {
    border: 1px solid #dfdfdf;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .tp-Ad_Cnt {
        display: block; } }
    .tp-Ad_Cnt_Item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .tp-Ad_Cnt_Item {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: .5rem; } }
      .tp-Ad_Cnt_Item a {
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s; }
        .tp-Ad_Cnt_Item a:hover {
          opacity: .7; }
    .tp-Ad_Cnt_Lead {
      text-align: center; }
      .tp-Ad_Cnt_Lead .fog, .tp-Ad_Cnt_Lead .snow {
        font-size: 18px;
        font-size: 1.125rem; }
      .tp-Ad_Cnt_Lead .fog {
        color: #089599; }
      .tp-Ad_Cnt_Lead .snow {
        color: #179fce; }

.tp-Infomation_Hero_Inner {
  position: relative; }
  .tp-Infomation_Hero_Inner .slick-next, .tp-Infomation_Hero_Inner .slick-prev {
    position: absolute;
    width: 24px;
    height: 54px;
    top: 50%;
    left: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    text-indent: 100px;
    overflow: hidden;
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border-radius: 6px; }
  .tp-Infomation_Hero_Inner .slick-prev {
    left: auto;
    right: 2%;
    z-index: 1; }
    .tp-Infomation_Hero_Inner .slick-prev:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 12px;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 10; }
  .tp-Infomation_Hero_Inner .slick-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.tp-Infomation_Banners .slick-list {
  height: 500px !important; }

.tp-Infomation_Banners .slick-vertical .slick-slide {
  height: 158px;
  margin-bottom: 10px; }

.tp-Infomation_Banners .slick-next, .tp-Infomation_Banners .slick-prev {
  position: absolute;
  width: 22px;
  height: 16px;
  display: block;
  text-indent: 100px;
  overflow: hidden;
  left: 50%;
  border: none;
  background-color: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer; }

.tp-Infomation_Banners .slick-prev {
  top: -25px; }
  .tp-Infomation_Banners .slick-prev:hover:after {
    border-color: transparent transparent #B12222 transparent; }
  .tp-Infomation_Banners .slick-prev:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 15px 11px;
    border-color: transparent transparent #8c8c8c transparent;
    position: absolute;
    top: 0;
    left: 0; }

.tp-Infomation_Banners .slick-next {
  bottom: -25px; }
  .tp-Infomation_Banners .slick-next:hover:after {
    border-color: #B12222 transparent transparent transparent; }
  .tp-Infomation_Banners .slick-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 11px 0 11px;
    border-color: #8c8c8c transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0; }

.tp-Footer_Banners {
  display: none; }
  @media only screen and (max-width: 768px) {
    .tp-Footer_Banners {
      display: block; } }

.mc-movBox {
  display: none; }
  .mc-movBox_Inner {
    position: relative; }
  .mc-movBox_mov {
    position: relative;
    background-color: #fff;
    padding: 10px;
    display: block;
    width: 320px;
    height: 240px; }
    .mc-movBox_mov_Item {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      visibility: hidden; }
      .mc-movBox_mov_Item:first-child {
        visibility: visible; }
      .mc-movBox_mov_Item > img {
        max-width: initial;
        display: block; }
  .mc-movBox_Button {
    width: 60px;
    height: 30px;
    border: 1px solid #0177d1;
    display: block;
    margin: 1rem auto 0;
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .mc-movBox_Button:hover {
      background-color: #0177d1; }
      .mc-movBox_Button:hover:after {
        color: #fff; }
    .mc-movBox_Button:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e806";
      color: #0177d1;
      font-size: 20px;
      font-size: 1.25rem; }

.fancybox-wrap {
  background-color: #fff;
  border-radius: 4px; }

/*# sourceMappingURL=map/index.css.map */
