@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*/ } }

.st-Topicpath ol {
  display: inline-block; }
  .st-Topicpath ol {
    display: block; }
  .st-Topicpath ol: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;
  font-size: 100%;
  position: relative;
  color: #000;
  background-color: #f0f0f0;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    body {
      min-width: 320px;
      padding-bottom: 0; } }

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

figcaption {
  font-size: 14px;
  font-size: 0.875rem; }

.uLine {
  text-decoration: underline; }

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

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

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

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

.att {
  color: #B12222; }

em {
  font-weight: bold; }

.indent1 {
  text-indent: -1rem;
  padding-left: 1rem; }

.indent2 {
  text-indent: -2em;
  padding-left: 2em; }

.indent3 {
  text-indent: -3em;
  padding-left: 3em; }

.big {
  font-size: 18px;
  font-size: 1.125rem; }

.fontXL {
  font-size: 22px;
  font-size: 1.375rem; }

.font_large {
  font-size: 32px;
  font-size: 2rem; }

.breakAll {
  word-break: break-all; }

.st-Contents {
  max-width: 1024px;
  margin: 0 auto 1rem;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .st-Contents_Inner {
    width: 100%; }
  .st-Contents_Title {
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .st-Contents {
      max-width: 100%;
      min-width: 100%;
      display: block;
      padding: 0 10px; } }
  .st-Contents h1 {
    position: relative;
    font-size: 32px;
    font-size: 2rem;
    padding: .75rem 0rem;
    margin: 1rem auto 3rem;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    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); }
    @media only screen and (max-width: 768px) {
      .st-Contents h1 {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 2rem; } }
    .st-Contents h1:before {
      content: "";
      display: block;
      width: 100%;
      height: 5px;
      background-color: #0177d1;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 768px) {
        .st-Contents h1:before {
          width: 150px; } }
    .st-Contents h1 span {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500; }

.st-Topicpath {
  margin-bottom: 1rem;
  background-color: #e3f2fd;
  padding: .5rem 1rem; }
  @media only screen and (max-width: 768px) {
    .st-Topicpath {
      max-width: 100%;
      overflow-x: auto;
      white-space: nowrap; } }
  @media only screen and (max-width: 768px) {
    .st-Topicpath ol {
      overflow-y: hidden; } }
  .st-Topicpath ol li {
    float: left;
    font-size: 13px;
    font-size: 0.8125rem;
    position: relative;
    padding-left: .5rem; }
    @media only screen and (max-width: 768px) {
      .st-Topicpath ol li {
        float: none;
        display: inline; } }
    .st-Topicpath ol li:first-child {
      padding-left: 0; }
    .st-Topicpath ol li: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";
      padding-left: .5rem; }
    .st-Topicpath ol li:last-child:after {
      display: none; }
    .st-Topicpath ol li a {
      position: relative; }

.mc-Content {
  margin-top: 2rem; }
  .mc-Content h2 {
    position: relative;
    background-color: #0177d1;
    padding: .5rem;
    margin: 2rem 0 0;
    font-family: 'M PLUS 1p', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .mc-Content h2 {
        font-size: 20px;
        font-size: 1.25rem; } }
  .mc-Content h3 {
    margin-top: 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 2px solid #179fce;
    position: relative;
    padding: 0rem .5rem .2rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .mc-Content h3 {
        font-size: 18px;
        font-size: 1.125rem; } }
    .mc-Content h3.ancStyle a {
      text-decoration: none;
      position: relative;
      display: inline-block;
      padding: 10px 30px;
      line-height: 1; }
      .mc-Content h3.ancStyle 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;
        content: '\e809';
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .mc-Content h4 {
    color: #0177d1;
    font-weight: bold;
    position: relative;
    padding: .5rem;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
    background-size: 6px 1px;
    background-position: bottom;
    background-repeat: repeat-x; }
  .mc-Content h5 {
    padding: .5rem 0;
    font-weight: bold;
    color: #0177d1; }
  .mc-Content div {
    margin-top: 1rem; }
  .mc-Content p {
    margin-top: 1rem; }
    .mc-Content p.lead {
      font-size: 26px;
      font-size: 1.625rem; }
      @media only screen and (max-width: 768px) {
        .mc-Content p.lead {
          font-size: 20px;
          font-size: 1.25rem; } }
    .mc-Content p.linkStyle {
      margin-bottom: .5rem;
      padding-left: .5rem; }
      .mc-Content p.linkStyle a {
        position: relative;
        padding-left: 1.2rem;
        display: block; }
        .mc-Content p.linkStyle 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;
          overflow: hidden;
          display: inline-block;
          content: "\e806";
          font-size: 12px;
          font-size: 0.75rem;
          position: absolute;
          text-decoration: none;
          top: 15px;
          left: 0;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 15px;
          height: 15px;
          line-height: 15px;
          background-color: #413993;
          color: #fff; }
  .mc-Content ul {
    margin: 1rem 0 2rem; }
    .mc-Content ul:not([class]) {
      padding: 1rem .5rem; }
      .mc-Content ul:not([class]) li {
        position: relative;
        padding-left: .8rem;
        margin-bottom: .25rem; }
        .mc-Content ul:not([class]) li:before {
          background-color: #000;
          content: "";
          display: inline-block;
          width: 6px;
          height: 6px;
          border-radius: 3px;
          position: absolute;
          top: 10px;
          left: 0;
          line-height: 1; }
        .mc-Content ul:not([class]) li ul {
          margin: 0; }
    .mc-Content ul.linkStyle {
      margin: 1rem 0;
      padding-left: .5rem; }
      .mc-Content ul.linkStyle li {
        margin-bottom: .5rem; }
        .mc-Content ul.linkStyle li a {
          position: relative;
          padding-left: 1.2rem;
          display: block; }
          .mc-Content ul.linkStyle 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;
            overflow: hidden;
            display: inline-block;
            content: "\e806";
            font-size: 12px;
            font-size: 0.75rem;
            position: absolute;
            text-decoration: none;
            top: 12px;
            left: 0;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 15px;
            height: 15px;
            line-height: 15px;
            background-color: #413993;
            color: #fff; }
    .mc-Content ul.indent_1 {
      text-indent: -1rem;
      padding-left: 1rem; }
    .mc-Content ul.graffiti {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mc-Content ul.graffiti li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
        @media only screen and (max-width: 768px) {
          .mc-Content ul.graffiti li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%; } }
  .mc-Content ol:not([class]) {
    padding: 1rem .5rem;
    counter-reset: num; }
    .mc-Content ol:not([class]) > li {
      position: relative;
      margin: 0 0 7px;
      padding: 0 0 0 1.7em; }
      .mc-Content ol:not([class]) > li:before {
        font-family: 'Arial','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', ‘游ゴシック体’, ‘Yu Gothic’, ‘YuGothic’ , Meiryo, メイリオ, sans-serif;
        counter-increment: num;
        content: counter(num) ".";
        position: absolute;
        top: 2px;
        left: 0px;
        font-weight: bold;
        color: #0177d1;
        font-size: 15px;
        font-size: 0.9375rem; }
      .mc-Content ol:not([class]) > li ol > li {
        padding: 0 0 0 27px; }
        .mc-Content ol:not([class]) > li ol > li:before {
          left: 2px;
          font-size: 13px;
          content: counters(num, "-") "."; }
      .mc-Content ol:not([class]) > li ol.with_Number > li {
        margin: 10px 0;
        padding: 0;
        text-indent: -1rem;
        padding-left: 1rem; }
        .mc-Content ol:not([class]) > li ol.with_Number > li:before {
          display: none; }
      .mc-Content ol:not([class]) > li > ul {
        counter-reset: num;
        margin: 5px auto; }
        .mc-Content ol:not([class]) > li > ul li:before {
          content: "";
          display: inline-block;
          width: 6px;
          height: 6px;
          position: absolute;
          left: 0;
          top: 10px;
          background: #c2cfe4;
          border-radius: 6px; }
  .mc-Content figure {
    margin: 1rem 0 0; }
  .mc-Content dl {
    margin: 1rem 0 2rem; }
    .mc-Content dl.intro {
      padding-left: .5rem; }
      .mc-Content dl.intro dt {
        font-weight: bold;
        color: #0177d1; }
      .mc-Content dl.intro dd {
        padding-left: 1rem;
        margin-bottom: 1.5rem; }
        .mc-Content dl.intro dd ul {
          padding: 0; }
    .mc-Content dl.qa dt {
      font-weight: bold;
      color: #0177d1; }
    .mc-Content dl.qa dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1rem; }
      .mc-Content dl.qa dd span {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        color: #B12222;
        font-weight: bold; }
      .mc-Content dl.qa dd p {
        margin: 0; }
    .mc-Content dl.dt_box dt {
      background-color: #413993;
      color: #fff;
      display: inline-block;
      padding: .25rem .5rem;
      border-radius: 10px; }
    .mc-Content dl.day_txt dd {
      background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
      background-size: 6px 1px;
      background-position: bottom;
      background-repeat: repeat-x;
      margin-bottom: 1.5rem;
      padding-bottom: .5rem; }

.st-Safedrive_Info {
  padding-left: 20px;
  margin-top: 5rem !important; }
  .st-Safedrive_Info_Inner {
    background-color: rgba(35, 184, 188, 0.8);
    position: relative; }
    .st-Safedrive_Info_Inner:before {
      content: "";
      width: 77px;
      height: 77px;
      display: block;
      background: url("/safety_drive/ooita/img/safedrive/img_index_02.png") left top no-repeat;
      position: absolute;
      top: -30px;
      left: -15px; }
    .st-Safedrive_Info_Inner.snow {
      background-color: rgba(30, 185, 238, 0.8); }
      .st-Safedrive_Info_Inner.snow:before {
        background: url("/safety_drive/ooita/img/safedrive/img_index_01.png") left top no-repeat; }
  .st-Safedrive_Info_Cnt {
    padding: 1rem;
    margin-top: 0 !important; }
    .st-Safedrive_Info_Cnt > p {
      margin-top: 0 !important; }
    .st-Safedrive_Info_Cnt > figure {
      margin-bottom: 0; }
  .st-Safedrive_Info h2 {
    background-color: transparent;
    padding-left: 75px; }
  .st-Safedrive_Info p {
    color: #fff; }

.mc-ListBtn {
  width: 100%;
  margin: 0 auto 1.5rem; }
  .mc-ListBtn_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mc-ListBtn_List.two_Line li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      max-width: 49%; }
    .mc-ListBtn_List li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
      max-width: 24%;
      margin-right: 1%;
      margin-bottom: .5rem; }
      .mc-ListBtn_List li a {
        border: 1px solid #dfdfdf;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        font-size: 14px;
        font-size: 0.875rem;
        text-decoration: none;
        background-color: #fff;
        padding: .5rem 20px .5rem .5rem;
        height: 100%; }
        .mc-ListBtn_List li a:hover {
          background-color: #0177d1;
          color: #fff; }
        .mc-ListBtn_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;
          content: "\e804";
          display: inline-block;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 10px; }

.mc-AnchorLink {
  width: 100%;
  margin: 0 auto 1.5rem; }
  .mc-AnchorLink_List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .mc-AnchorLink_List.two_Line li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      max-width: 49%; }
    .mc-AnchorLink_List li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
      max-width: 24%;
      margin-right: 1%;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 768px) {
        .mc-AnchorLink_List li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
          flex: 0 0 49%;
          max-width: 49%;
          margin-right: 2%; }
          .mc-AnchorLink_List li:nth-child(2n) {
            margin-right: 0; } }
    .mc-AnchorLink_List a {
      border: 1px solid #dfdfdf;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      font-size: 14px;
      font-size: 0.875rem;
      text-decoration: none;
      background-color: #fff;
      padding: .5rem 20px .5rem .5rem;
      height: 100%; }
      .mc-AnchorLink_List a:hover {
        background-color: #0177d1;
        color: #fff; }
      .mc-AnchorLink_List a:focus {
        border: 3px solid #ffef1d; }
      .mc-AnchorLink_List a: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: "\e804";
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 10px; }

.mc-Map {
  text-align: center; }
  .mc-Map_Cont {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
    .mc-Map_Cont iframe {
      border: 0;
      width: 100%;
      height: 400px; }
      @media only screen and (max-width: 768px) {
        .mc-Map_Cont iframe {
          height: 300px; } }

.imgL, .imgR {
  margin: 1.5em 0; }
  .imgL:after, .imgR:after {
    content: "";
    display: block;
    clear: both; }
  h2 + .imgL,
  h3 + .imgL,
  h4 + .imgL,
  h5 + .imgL,
  h5 + .imgL p, h2 + .imgR,
  h3 + .imgR,
  h4 + .imgR,
  h5 + .imgR,
  h5 + .imgR p {
    margin-top: .5rem; }
  .imgL figure, .imgR figure {
    max-width: 40%; }
    @media only screen and (max-width: 768px) {
      .imgL figure, .imgR figure {
        max-width: 100%;
        margin: 1rem auto;
        text-align: center; } }
    .imgL figure img, .imgR figure img {
      margin-bottom: .5rem; }

.imgR figure {
  float: right;
  margin: 0.5rem 0 1rem 15px; }
  @media only screen and (max-width: 768px) {
    .imgR figure {
      float: none;
      margin: 1rem auto; } }

.imgL figure {
  float: left;
  margin: 0.5em 15px 1em 0; }
  @media only screen and (max-width: 768px) {
    .imgL figure {
      float: none;
      margin: 1rem auto; } }

@media only screen and (max-width: 768px) {
  div.swipe {
    overflow-x: scroll;
    width: 100%;
    position: relative; }
    div.swipe table {
      width: 900px; } }

div.swipe .swipe-icon {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  width: 150px;
  height: 150px;
  background: #333;
  text-align: center;
  opacity: 0.3;
  filter: alpha(opacity=30); }
  div.swipe .swipe-icon img {
    width: 91px;
    padding-top: 16px; }

div.columnBox2 {
  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; }
  @media only screen and (max-width: 414px) {
    div.columnBox2 {
      display: block; } }
  div.columnBox2 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%; }
    @media only screen and (max-width: 414px) {
      div.columnBox2 > div {
        max-width: 100%; } }
  div.columnBox2 figure {
    text-align: center; }

div.columnBox3 {
  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; }
  @media only screen and (max-width: 414px) {
    div.columnBox3 {
      display: block; } }
  div.columnBox3:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    display: block;
    content: ""; }
  div.columnBox3 > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%; }
    @media only screen and (max-width: 768px) {
      div.columnBox3 > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%; } }
    @media only screen and (max-width: 414px) {
      div.columnBox3 > div {
        max-width: 100%; } }

div.columnBox4 div {
  width: 23.5%;
  margin: 0 2% 15px 0; }
  div.columnBox4 div:nth-child(4n) {
    margin: 0; }

div.columnBox2, div.columnBox3, div.columnBox4 {
  margin: 15px 0 20px; }

div.box {
  border: 1px dotted #0177d1;
  padding: .5rem 1rem; }
  div.box.blue {
    border: 1px solid #0177d1;
    background-color: #eef1f6; }
    div.box.blue *:last-child {
      margin-bottom: 0; }

.mc-Note {
  background-color: #bae3f9;
  padding: 1rem;
  border-radius: 6px; }
  .mc-Note dl {
    margin-top: 0;
    margin-bottom: 0; }
  .mc-Note_Title {
    font-family: 'M PLUS 1p', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    margin-bottom: .5rem; }

.checkList {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 414px) {
    .checkList {
      display: block; } }
  .checkList li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    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);
    position: relative;
    padding-left: 30px; }
    @media only screen and (max-width: 768px) {
      .checkList li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%; } }
    @media only screen and (max-width: 414px) {
      .checkList li {
        max-width: 100%; } }
    .checkList li:after {
      content: "";
      width: 16px;
      height: 16px;
      display: block;
      border: 2px solid #0177d1;
      border-radius: 4px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.mc-Trouble {
  position: relative; }
  .mc-Trouble:after {
    content: "";
    width: 167px;
    height: 178px;
    background: url("/safety_drive/ooita/img/common/chara_1.png") left top no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -110px;
    right: 30px; }
    @media only screen and (max-width: 768px) {
      .mc-Trouble:after {
        display: none; } }
  .mc-Trouble_List {
    font-family: 'M PLUS 1p', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    padding: 0 10px; }
    .mc-Trouble_List li {
      position: relative;
      padding: 25px;
      border-bottom: 1px solid #179fce; }
      .mc-Trouble_List li:first-child {
        border-top: 1px solid #179fce; }
      .mc-Trouble_List li:after {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 16px;
        height: 16px;
        display: block;
        background: url("/safety_drive/ooita/img/common/ico_ex.png") left top no-repeat;
        background-size: contain; }

.mc-Attention {
  margin-top: 2rem !important;
  position: relative;
  position: relative; }
  .mc-Attention:after {
    content: "";
    width: 145px;
    height: 180px;
    background: url("/safety_drive/ooita/img/common/chara_2.png") left top no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -125px;
    right: 30px; }
    @media only screen and (max-width: 768px) {
      .mc-Attention:after {
        display: none; } }
  .mc-Attention > dl {
    border-bottom: 1px solid #179fce;
    padding: 25px 10px;
    margin-top: 0;
    margin-bottom: 0 !important; }
    .mc-Attention > dl:first-child {
      border-top: 1px solid #179fce; }
    .mc-Attention > dl dt {
      position: relative;
      font-family: 'M PLUS 1p', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-transform: rotate(0.05deg);
      transform: rotate(0.05deg);
      position: relative;
      padding-left: 25px; }
      .mc-Attention > dl dt:after {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 16px;
        height: 16px;
        display: block;
        background: url("/safety_drive/ooita/img/common/ico_ex.png") left top no-repeat;
        background-size: contain; }
    .mc-Attention > dl dd {
      margin-top: 1.5rem; }

.mc-Points {
  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; }
  @media only screen and (max-width: 414px) {
    .mc-Points {
      display: block; } }
  .mc-Points > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%; }
    @media only screen and (max-width: 768px) {
      .mc-Points > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%; } }
    @media only screen and (max-width: 414px) {
      .mc-Points > div {
        max-width: 100%; } }
  .mc-Points h3 {
    color: #26b7bc;
    border-bottom: 0;
    font-size: 30px;
    font-size: 1.875rem;
    position: relative;
    padding-left: 50px; }
    .mc-Points h3:before {
      content: "";
      width: 40px;
      height: 42px;
      background: url("/safety_drive/ooita/img/common/ico_lamp.png") left top no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }

.figColum2 {
  margin: 2em auto 0;
  text-align: center; }
  .figColum2:after {
    content: "";
    display: block;
    clear: both; }
  .figColum2 figure {
    width: 49%;
    margin: 0 0 12px 2%;
    float: left; }
    .figColum2 figure:nth-child(2n+1) {
      margin: 0 0 12px; }

.figColum3 {
  margin: 2em auto;
  text-align: center; }
  .figColum3:after {
    content: "";
    display: block;
    clear: both; }
  .figColum3 figure {
    width: 32%;
    margin: 0 0 12px 2%;
    float: left; }
    .figColum3 figure:first-child {
      margin: 0; }
    .figColum3 figure:nth-child(3n+1) {
      margin: 0 0 12px; }
    @media only screen and (max-width: 768px) {
      .figColum3 figure {
        width: 49%;
        margin: 0 0 12px 2%; }
        .figColum3 figure:nth-child(3n+1) {
          margin: 0 0 12px 2%; }
        .figColum3 figure:nth-child(2n+1) {
          margin: 0 0 12px; } }

.figColum4 {
  margin: 2em auto;
  text-align: center; }
  .figColum4:after {
    content: "";
    display: block;
    clear: both; }
  .figColum4 figure {
    width: 23.5%;
    margin: 0 0 12px 2%;
    float: left; }
    .figColum4 figure:first-child {
      margin: 0; }
    .figColum4 figure:nth-child(4n+1) {
      margin: 0 0 12px; }
    @media only screen and (max-width: 768px) {
      .figColum4 figure {
        width: 49%;
        margin: 0 0 12px 2%; }
        .figColum4 figure:nth-child(2n+1) {
          margin: 0 0 12px; } }

.st-Links {
  max-width: 1024px;
  min-width: 1024px;
  padding: 0 30px;
  margin: 0 auto 2rem;
  background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .st-Links {
      max-width: 100%;
      min-width: 100%;
      padding: 0 15px; } }
  .st-Links_Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .st-Links_Inner {
        display: block; } }
    @media only screen and (max-width: 768px) {
      .st-Links_Inner {
        padding: 1rem 0; } }
  .st-Links_Item_Title {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: .5rem; }
    .st-Links_Item_Title: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: 5px;
      left: 0;
      width: 18px;
      height: 18px;
      line-height: 18px;
      background-color: #413993;
      color: #fff;
      border-radius: 50%; }
  .st-Links_Item_List {
    margin-bottom: 2rem; }
    .st-Links_Item_List li {
      margin-bottom: .25rem; }
      .st-Links_Item_List li a {
        font-size: 13px;
        font-size: 0.8125rem;
        text-decoration: underline;
        position: relative;
        padding-left: 25px;
        display: block;
        color: #000; }
        .st-Links_Item_List li a:hover {
          color: #413993;
          text-decoration: none; }
        .st-Links_Item_List li a:before {
          content: "";
          height: 2px;
          background-color: #413993;
          width: 10px;
          display: inline-block;
          position: absolute;
          top: 10px;
          left: 5px; }
  .st-Links_Titles li {
    margin-bottom: 1rem; }
    .st-Links_Titles li a {
      font-weight: bold;
      color: #000;
      text-decoration: none;
      position: relative;
      padding-left: 25px;
      display: block;
      font-size: 16px;
      font-size: 1rem; }
      .st-Links_Titles 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: 5px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        background-color: #413993;
        color: #fff;
        border-radius: 50%; }

.mc-CatIndex_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mc-CatIndex_List_Item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 1.5rem; }
    .mc-CatIndex_List_Item:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 414px) {
      .mc-CatIndex_List_Item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        margin-right: 2%; }
        .mc-CatIndex_List_Item:nth-child(3n) {
          margin-right: auto; }
        .mc-CatIndex_List_Item:nth-child(2n) {
          margin-right: 0; } }
    .mc-CatIndex_List_Item a {
      text-decoration: none;
      background-color: #fff;
      display: block;
      padding-bottom: .5rem;
      -webkit-transition: background-color 0.4s;
      transition: background-color 0.4s; }
      .mc-CatIndex_List_Item a:hover {
        background-color: #0177d1; }
        .mc-CatIndex_List_Item a:hover figure {
          background-color: transparent; }
        .mc-CatIndex_List_Item a:hover div {
          color: #fff; }
          .mc-CatIndex_List_Item a:hover div:before {
            background-color: #fff;
            color: #413993; }
  .mc-CatIndex_List_Cnt figure {
    background-color: #e5e5e5;
    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;
    padding: 1rem;
    margin-bottom: .25rem;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }
    @media only screen and (max-width: 768px) {
      .mc-CatIndex_List_Cnt figure {
        padding: .5rem; } }
  .mc-CatIndex_List_Cnt div {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #000;
    padding-left: 32px;
    position: relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    line-height: 1.2; }
    .mc-CatIndex_List_Cnt div: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;
      overflow: hidden;
      display: inline-block;
      content: "\e806";
      font-size: 12px;
      font-size: 0.75rem;
      position: absolute;
      text-decoration: none;
      text-align: center;
      top: 1px;
      left: 7px;
      width: 18px;
      height: 18px;
      line-height: 18px;
      background-color: #413993;
      color: #fff;
      border-radius: 50%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }

.mc-Index {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
  background-color: #f3f3f3; }
  .mc-Index li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 5px; }
    @media only screen and (max-width: 768px) {
      .mc-Index li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%; } }
    .mc-Index li a {
      position: relative;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      border: 1px solid #dfdfdf;
      padding: 0.75rem 10px 0.75rem 40px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .mc-Index li a:hover {
        background-color: #3e3c95;
        color: #fff; }
        .mc-Index li a:hover:before {
          background-color: #fff;
          color: #3e3c95; }
      .mc-Index 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;
        content: "\f105";
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: inline-block;
        background-color: #3e3c95;
        color: #fff;
        width: 17px;
        height: 17px;
        line-height: 17px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .mc-Index li .nolink {
      position: relative;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      border: 1px solid #dfdfdf;
      padding: 0.75rem 10px; }

/* ------------------------------------
	width style
------------------------------------ */
.wid5 {
  width: 5% !important; }

.wid6 {
  width: 6% !important; }

.wid7 {
  width: 7% !important; }

.wid8 {
  width: 8% !important; }

.wid9 {
  width: 9% !important; }

.wid10 {
  width: 10% !important; }

.wid11 {
  width: 11% !important; }

.wid12 {
  width: 12% !important; }

.wid13 {
  width: 13% !important; }

.wid14 {
  width: 14% !important; }

.wid15 {
  width: 15% !important; }

.wid16 {
  width: 16% !important; }

.wid17 {
  width: 17% !important; }

.wid18 {
  width: 18% !important; }

.wid19 {
  width: 19% !important; }

.wid20 {
  width: 20% !important; }

.wid21 {
  width: 21% !important; }

.wid22 {
  width: 22% !important; }

.wid23 {
  width: 23% !important; }

.wid24 {
  width: 24% !important; }

.wid25 {
  width: 25% !important; }

.wid26 {
  width: 26% !important; }

.wid27 {
  width: 27% !important; }

.wid28 {
  width: 28% !important; }

.wid29 {
  width: 29% !important; }

.wid30 {
  width: 30% !important; }

.wid31 {
  width: 31% !important; }

.wid32 {
  width: 32% !important; }

.wid33 {
  width: 33% !important; }

.wid34 {
  width: 34% !important; }

.wid35 {
  width: 35% !important; }

.wid36 {
  width: 36% !important; }

.wid37 {
  width: 37% !important; }

.wid38 {
  width: 38% !important; }

.wid39 {
  width: 39% !important; }

.wid40 {
  width: 40% !important; }

.wid41 {
  width: 41% !important; }

.wid42 {
  width: 42% !important; }

.wid43 {
  width: 43% !important; }

.wid44 {
  width: 44% !important; }

.wid45 {
  width: 45% !important; }

.wid46 {
  width: 46% !important; }

.wid47 {
  width: 47% !important; }

.wid48 {
  width: 48% !important; }

.wid49 {
  width: 49% !important; }

.wid50 {
  width: 50% !important; }

.wid51 {
  width: 51% !important; }

.wid52 {
  width: 52% !important; }

.wid53 {
  width: 53% !important; }

.wid54 {
  width: 54% !important; }

.wid55 {
  width: 55% !important; }

.wid56 {
  width: 56% !important; }

.wid57 {
  width: 57% !important; }

.wid58 {
  width: 58% !important; }

.wid59 {
  width: 59% !important; }

.wid60 {
  width: 60% !important; }

.wid61 {
  width: 61% !important; }

.wid62 {
  width: 62% !important; }

.wid63 {
  width: 63% !important; }

.wid64 {
  width: 64% !important; }

.wid65 {
  width: 65% !important; }

.wid66 {
  width: 66% !important; }

.wid67 {
  width: 67% !important; }

.wid68 {
  width: 68% !important; }

.wid69 {
  width: 69% !important; }

.wid70 {
  width: 70% !important; }

.wid71 {
  width: 71% !important; }

.wid72 {
  width: 72% !important; }

.wid73 {
  width: 73% !important; }

.wid74 {
  width: 74% !important; }

.wid75 {
  width: 75% !important; }

.wid76 {
  width: 76% !important; }

.wid77 {
  width: 77% !important; }

.wid78 {
  width: 78% !important; }

.wid79 {
  width: 79% !important; }

.wid80 {
  width: 80% !important; }

.wid81 {
  width: 81% !important; }

.wid82 {
  width: 82% !important; }

.wid83 {
  width: 83% !important; }

.wid84 {
  width: 84% !important; }

.wid85 {
  width: 85% !important; }

.wid86 {
  width: 86% !important; }

.wid87 {
  width: 87% !important; }

.wid88 {
  width: 88% !important; }

.wid89 {
  width: 89% !important; }

.wid90 {
  width: 90% !important; }

.wid91 {
  width: 91% !important; }

.wid92 {
  width: 92% !important; }

.wid93 {
  width: 93% !important; }

.wid94 {
  width: 94% !important; }

.wid95 {
  width: 95% !important; }

.wid96 {
  width: 96% !important; }

.wid97 {
  width: 97% !important; }

.wid98 {
  width: 98% !important; }

.wid99 {
  width: 99% !important; }

.wid100 {
  width: 100% !important; }

/* ------------------------------------
margin padding style
------------------------------------ */
.mt0 {
  margin-top: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

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