@charset "UTF-8";
/*-----------------------------------------------------------------------------/
　Copyright © Land transportation industry safety & health association Nagano.
/-----------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap");
body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5; }

a {
  color: #1676B4; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif; }

.wrapper {
  position: relative;
  z-index: 50; }

.container {
  width: 1000px;
  padding: 3rem 1rem; }
  @media screen and (max-width: 720px) {
    .container {
      padding: 2rem 1rem; } }
  .container.head {
    padding: 0 0 4rem 0; }

p.center {
  text-align: center; }

.notice p {
  border: 2px solid #B70000;
  padding: 2em;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
  width: 28em;
  max-width: 100%;
  margin: auto; }

img {
  display: block;
  margin: auto; }

.fit {
  width: 100%; }

.half {
  width: 49%; }
  @media screen and (max-width: 960px) {
    .half {
      width: 100%; } }

.one-third {
  width: 32%; }
  @media screen and (max-width: 960px) {
    .one-third {
      width: 100%; } }

.quarter {
  width: 23.5%; }
  @media screen and (max-width: 960px) {
    .quarter {
      width: 100%; } }

.quarter3 {
  width: 74.5%; }
  @media screen and (max-width: 960px) {
    .quarter3 {
      width: 100%; } }

.flex {
  display: flex;
  flex-wrap: wrap; }

.fit {
  flex: 1; }
  @media screen and (max-width: 960px) {
    .fit {
      flex: none;
      width: 100%; } }

.breadcrumb {
  max-width: 100%;
  padding: 2rem 0;
  margin: 0;
  font-size: 0.85rem; }
  .breadcrumb ul li {
    display: inline; }
    .breadcrumb ul li a {
      color: #333; }
      .breadcrumb ul li a:hover {
        text-decoration: underline; }
    .breadcrumb ul li + li:before {
      content: '＞';
      margin: 0 10px; }

.btn {
  position: relative;
  width: auto;
  height: auto; }
  .btn.style1 {
    display: inline-block;
    background-color: #EEE;
    color: #000;
    text-align: center;
    padding: 0.5rem;
    border-radius: 6px;
    width: 18em;
    margin: 0.5rem 1rem 0.5rem 0;
    border: 1px solid #CCC;
    font-size: 1.2rem; }
    .btn.style1:hover {
      background-color: #888;
      color: #FFF; }
    .btn.style1.center {
      margin: 1rem auto; }
  .btn.download {
    display: inline-block;
    background-color: #E38C00;
    color: #FFF;
    text-align: center;
    padding: 0.5rem;
    border-radius: 6px;
    width: 18em;
    margin: 0.5rem 1rem 0.5rem 0;
    border: 1px solid #E38C00;
    font-size: 1.2rem; }
    .btn.download:hover {
      color: #E38C00;
      background-color: #FFF; }
    .btn.download.center {
      margin: 1rem auto; }
  .btn.entry {
    display: inline-block;
    background-color: #19B01D;
    color: #FFF;
    text-align: center;
    padding: 0.5rem;
    border-radius: 6px;
    width: 16em;
    margin: 1rem 2rem 0 0;
    border: 3px solid #19B01D;
    font-size: 1.2rem; }
    .btn.entry:hover {
      color: #19B01D;
      background-color: #FFF; }
    .btn.entry.center {
      margin: 1rem auto 0 auto; }
  .btn.next {
    display: block;
    text-align: center;
    width: 30em;
    max-width: 100%;
    margin: 3em auto 0 auto;
    border: 1px solid #CCC;
    padding: 0.5em 1.5em;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    background-color: #F7F7F7; }
    .btn.next::after {
      content: '';
      display: block;
      position: absolute;
      right: 1.5em;
      top: 0;
      bottom: 0;
      width: 10px;
      height: 100%;
      background-image: url("../images/chevron-right1.svg");
      background-size: 9px;
      background-position: right center;
      background-repeat: no-repeat;
      transition: 0.5s;
      opacity: 0; }
    .btn.next:hover {
      color: #B70000; }
      .btn.next:hover::after {
        opacity: 1;
        transform: translateX(1em); }
  .btn.draw {
    transition: color 0.25s; }
    .btn.draw::before, .btn.draw::after {
      content: '';
      position: absolute;
      box-sizing: border-box;
      border: 1px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      margin: auto; }
    .btn.draw::before {
      top: 0;
      left: 0; }
    .btn.draw::after {
      bottom: 0;
      right: 0; }
    .btn.draw:hover {
      color: #333; }
    .btn.draw:hover::before, .btn.draw:hover::after {
      width: 100%;
      height: 100%; }
    .btn.draw:hover::before {
      border-top-color: #888;
      border-right-color: #888;
      transition: width 0.2s ease-out, height 0.2s ease-out 0.2s; }
    .btn.draw:hover::after {
      border-bottom-color: #888;
      border-left-color: #888;
      transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s; }

.table {
  display: table;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .table {
      display: block;
      width: 100%; } }
  .table ul {
    display: table-row; }
    @media screen and (max-width: 960px) {
      .table ul {
        display: block;
        width: 100%; } }
    .table ul li {
      display: table-cell; }
      @media screen and (max-width: 960px) {
        .table ul li {
          display: block;
          width: 100%; } }

.slideUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 2000ms; }

.fadeIn {
  opacity: 0;
  transition: all 2000ms; }

.active {
  opacity: 1;
  transform: translateY(0); }

footer {
  background-color: #FFF; }
  footer .footer {
    background-color: #E4E4E4;
    padding: 4rem 0 2rem 0; }
    footer .footer .footer_in {
      width: 1200px;
      max-width: 100%;
      margin: 0 auto; }
    footer .footer a {
      color: #000;
      font-size: 0.8rem;
      margin: 0; }
    footer .footer .footer-flex {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 98%;
      margin: auto; }
    footer .footer .chara {
      width: 100px;
      padding: 10px; }
      footer .footer .chara img {
        width: 100%; }
    footer .footer .logo {
      text-align: left;
      max-width: 100%;
      margin: 0;
      font-weight: 500;
      font-size: 1.4rem;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif; }
    footer .footer .access {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      footer .footer .access li {
        padding: 2rem; }
      footer .footer .access iframe {
        width: 380px;
        height: 250px;
        max-width: 100%; }
    footer .footer dl {
      display: flex;
      flex-wrap: wrap; }
      footer .footer dl + dl {
        margin-top: 1rem; }
      footer .footer dl dt {
        font-weight: 500;
        width: 5em;
        flex: none; }
      footer .footer dl dd {
        flex-grow: 1; }
  footer .copy {
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    font-weight: 300; }

ul.ind {
  margin: 1rem auto; }
  ul.ind > li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: none; }
    ul.ind > li + li {
      margin-top: 0.5em; }

ul.dot {
  margin: 1rem auto; }
  ul.dot > li {
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: none; }
    ul.dot > li + li {
      margin-top: 0.5em; }
    ul.dot > li::before {
      content: "・"; }

ul.deci {
  padding-left: 1em;
  margin: 1rem auto; }
  ul.deci > li {
    list-style-type: decimal; }
    ul.deci > li + li {
      margin-top: 0.5em; }

/*-----------------------------------------------------------------------------/
　Copyright © Land transportation industry safety & health association Nagano.
/-----------------------------------------------------------------------------*/
/* ==========================================================================
Global Navigation
========================================================================== */
.header {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .header {
      margin: 0; } }

.head-flex {
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  flex: none;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 960px) {
    .head-flex {
      justify-content: flex-start;
      max-width: 80%;
      flex-wrap: nowrap; } }
  .head-flex.sp {
    display: none; }
    @media screen and (max-width: 960px) {
      .head-flex.sp {
        display: block; } }
  .head-flex.navi {
    flex-grow: 1;
    padding-left: 2rem; }
    @media screen and (max-width: 960px) {
      .head-flex.navi {
        display: block; } }
  .head-flex .ask {
    flex: none;
    width: 16rem;
    display: block;
    text-align: center;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    background-color: #0A740D;
    color: #FFF; }
    @media screen and (max-width: 960px) {
      .head-flex .ask {
        margin: auto;
        font-size: 1rem; } }
    @media screen and (max-width: 992px) {
      .head-flex .ask {
        display: none; } }

.header .logo {
  width: 300px; }
  @media screen and (max-width: 960px) {
    .header .logo {
      width: 80%; } }
  .header .logo a {
    display: block;
    width: 100%;
    height: auto; }
    .header .logo a h1 {
      width: 100%;
      height: 100px;
      background-image: url("../images/logo.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .header .logo a h1 img {
        display: block;
        width: 100%;
        height: auto !important; }
      .header .logo a h1 span {
        display: none; }
.header .chara {
  width: 100px; }
  @media screen and (max-width: 960px) {
    .header .chara {
      width: 20%; } }
  .header .chara img {
    width: 100%; }

.header-nav {
  display: block;
  padding: 0 2rem 0 0; }
  @media screen and (max-width: 960px) {
    .header-nav {
      display: none;
      margin: auto;
      padding: 0;
      border-radius: 0;
      background-color: #FAFAFA;
      width: 100%;
      height: 100%;
      z-index: 1000;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99999; }
      .header-nav.open {
        display: block; } }

ul.primary-nav {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 99999;
  border-left: 1px solid #19B01D; }
  @media screen and (max-width: 960px) {
    ul.primary-nav {
      display: block;
      margin: 100px 0 0 0;
      border-left: 0; } }
  ul.primary-nav > li {
    white-space: nowrap;
    margin: 0;
    padding: 0 2em;
    height: auto;
    position: relative;
    border-right: 1px solid #19B01D; }
    @media screen and (max-width: 960px) {
      ul.primary-nav > li {
        margin: 0;
        border-right: 0; } }
    ul.primary-nav > li.sp {
      display: none; }
      @media screen and (max-width: 960px) {
        ul.primary-nav > li.sp {
          display: block; } }
    ul.primary-nav > li > a {
      display: block;
      color: #000;
      padding: 0.5rem 0;
      text-align: center;
      margin: 0;
      font-size: 0.9rem;
      font-weight: 600;
      line-height: 1.4;
      vertical-align: middle;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0); }
      ul.primary-nav > li > a:hover, ul.primary-nav > li > a.current {
        color: #B70000; }
      @media screen and (max-width: 960px) {
        ul.primary-nav > li > a {
          font-size: 1.4rem;
          padding: 1.5rem;
          border-bottom: 1px solid #EEE; }
          ul.primary-nav > li > a:hover, ul.primary-nav > li > a.current {
            background-color: #EEE; }
            ul.primary-nav > li > a:hover::before, ul.primary-nav > li > a.current::before {
              display: none; }
            ul.primary-nav > li > a:hover::after, ul.primary-nav > li > a.current::after {
              display: none; } }
    ul.primary-nav > li span {
      font-size: 0.6em;
      font-weight: 500;
      vertical-align: middle;
      margin: 5px;
      text-align: center; }
      @media screen and (max-width: 1140px) {
        ul.primary-nav > li span {
          display: block; } }
    ul.primary-nav > li ul.sub {
      display: none;
      margin: 0.5em auto;
      padding: 0;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      min-width: 100%;
      z-index: 99999;
      color: #333; }
      @media screen and (max-width: 960px) {
        ul.primary-nav > li ul.sub {
          margin: 0;
          position: relative;
          top: auto; } }
      ul.primary-nav > li ul.sub > li {
        padding: 0;
        margin: 0;
        z-index: 9999;
        display: block; }
        @media screen and (max-width: 960px) {
          ul.primary-nav > li ul.sub > li {
            display: block; } }
        ul.primary-nav > li ul.sub > li > a {
          padding: 0.8em 3em;
          margin: -1px 0 0 0;
          display: block;
          z-index: 99999;
          font-size: 0.85rem;
          text-align: center;
          background-color: #FFF;
          position: relative;
          border: 1px solid #F5F5F5; }
          ul.primary-nav > li ul.sub > li > a::after {
            content: '';
            display: block;
            position: absolute;
            right: 1rem;
            top: 0;
            bottom: 0;
            width: 8px;
            height: 100%;
            background-image: url("../images/chevron-right1.svg");
            background-size: 7px;
            background-position: right center;
            background-repeat: no-repeat;
            transition: 0.5s;
            opacity: 0; }
          ul.primary-nav > li ul.sub > li > a:hover {
            color: #B70000;
            background-color: #F5F5F5; }
            ul.primary-nav > li ul.sub > li > a:hover::after {
              opacity: 1;
              transform: translateX(0.5em); }
          @media screen and (max-width: 960px) {
            ul.primary-nav > li ul.sub > li > a {
              padding: 1.2rem;
              font-size: 1.1rem;
              text-align: center;
              background-color: #FFF; }
              ul.primary-nav > li ul.sub > li > a::after {
                display: none; }
              ul.primary-nav > li ul.sub > li > a:hover {
                color: #E60A17;
                background-color: #FAFAFA; } }

/* ==========================================================================
Mobile Navigation
========================================================================== */
.navicon {
  display: none;
  width: 55px;
  height: 55px;
  position: fixed;
  right: 5px;
  top: 5px;
  background-color: #707070;
  border-radius: 50%;
  margin: auto;
  transition: all 300ms ease-in-out;
  z-index: 999999;
  padding: 20px 12px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 960px) {
    .navicon {
      display: block; } }

.nav-toggle {
  z-index: 9999;
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 2px auto;
  position: relative;
  width: 30px; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background: #FFF;
  cursor: pointer; }

.navicon p {
  display: block;
  text-align: center;
  padding: 0;
  margin: 14px auto 0 auto;
  font-size: 10px;
  color: #FFF; }

.nav-toggle span {
  top: 0px; }

.nav-toggle span:before {
  top: -5px; }

.nav-toggle span:after {
  top: 5px; }

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  transition: all 300ms ease-in-out; }

.navicon.active .nav-toggle span {
  background-color: transparent; }

.navicon.active .nav-toggle span:before,
.navicon.active .nav-toggle span:after {
  top: 0; }

.navicon.active .nav-toggle span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.navicon.active .nav-toggle span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* ==========================================================================
Scroll to top button
========================================================================== */
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 80px;
  margin: auto;
  transition: 1s;
  z-index: 99999; }
  @media screen and (max-width: 960px) {
    .scroll-to-top {
      width: 18px;
      height: 60px; } }
  .scroll-to-top::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/pagetop.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 99999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .scroll-to-top:focus, .scroll-to-top:hover {
    opacity: 0.7; }

.scroll-down {
  position: fixed;
  left: 20px;
  bottom: 10px;
  width: 30px;
  height: 130px;
  margin: auto;
  transition: 1s;
  z-index: 99999; }
  .scroll-down::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 99999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

/*-----------------------------------------------------------------------------/
　Copyright © Land transportation industry safety & health association Nagano.
/-----------------------------------------------------------------------------*/
/*ul.flex {
display: flex;
flex: none;
li {
&.name {
width: 45%;
padding-right: 6rem;
display: flex;
flex: none;
.mark {
width: 50%;
margin-right: 2rem;
}
.logo {
width: 50%;
}
}
&.ph {
width: 55%;
img {
width: 100%;
}
}
}
}*/
.head {
  background-color: #EEE;
  padding: 2rem 0; }

.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .swiper-container .swiper-pagination {
    position: absolute !important;
    right: auto;
    left: auto;
    bottom: 20px;
    margin: auto;
    padding: 0;
    z-index: 9999; }
  .swiper-container .swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: transparent;
    border: 1px solid #CCC;
    transform: scale(1) !important; }
  .swiper-container .swiper-pagination-bullet-active {
    background: #BABABA; }
  .swiper-container .swiper-slide {
    position: relative;
    box-sizing: border-box; }
  .swiper-container .swiper-slide div {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 80%;
    display: block;
    padding-top: 60%;
    margin: 0; }
  .swiper-container .swiper-slide div img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

#course .logomark {
  display: flex;
  width: 700px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
  flex-wrap: wrap; }
  #course .logomark .mark {
    width: 20%;
    padding-right: 1rem; }
    @media screen and (max-width: 720px) {
      #course .logomark .mark {
        width: 30%; } }
  #course .logomark .logo {
    width: 25%; }
    @media screen and (max-width: 720px) {
      #course .logomark .logo {
        width: 40%; } }
  #course .logomark .chara {
    width: 55%; }
    @media screen and (max-width: 720px) {
      #course .logomark .chara {
        width: 90%;
        margin-top: 2rem; } }
  #course .logomark img {
    width: 100%; }
#course .marker {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 2rem !important;
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  position: relative;
  z-index: 0;
  line-height: 2em;
  margin: 1rem 0; }
  #course .marker span {
    display: inline;
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 70%, #19B01D 70%, #19B01D 100%); }
#course .center {
  text-align: center; }
  #course .center p {
    display: inline-block;
    text-align: left; }
#course .link {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: none;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 90%;
  margin: 2rem auto 0 auto; }
  #course .link li {
    width: 23%;
    position: relative; }
    @media screen and (max-width: 720px) {
      #course .link li {
        margin: 0.8rem auto;
        width: 80%; } }
    #course .link li.gray a {
      border: 5px solid #707070; }
    #course .link li.gray span {
      background-color: #707070; }
    #course .link li a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #F7F9F5;
      border: 5px solid #0A740D;
      text-align: center;
      color: #000;
      font-weight: 600;
      font-size: 1.2rem;
      line-height: 1.4;
      padding: 3rem 0.5rem 4rem 0.5rem; }
      #course .link li a span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 0.4rem;
        background-color: #0A740D;
        color: #FFF;
        font-weight: 500;
        vertical-align: middle; }
        #course .link li a span::after {
          content: '';
          display: inline-block;
          width: 1em;
          height: 1.2em;
          background-image: url("../images/chevron-right_white.svg");
          background-size: contain;
          background-repeat: no-repeat;
          margin: 0 0 0 0.4em;
          vertical-align: middle; }

#topics .warning {
  background-color: #FFF0F1;
  border: 2px solid #BA3333;
  padding: 3rem 1rem;
  text-align: center;
  margin-top: 4rem; }
  #topics .warning h3 {
    color: #BA3333 !important;
    font-size: 2rem;
    margin: 0 auto 2rem auto;
    font-weight: 500;
    display: inline-block;
    text-align: left;
    max-width: 100%; }
  #topics .warning p {
    width: 780px;
    text-align: left;
    margin: auto;
    max-width: 100%; }
  #topics .warning a.btn {
    display: block;
    background-color: #FFF;
    border: 1px solid #BA3333;
    width: 20em;
    max-width: 100%;
    color: #BA3333;
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 5px;
    margin: 3rem auto 0 auto;
    position: relative; }
    #topics .warning a.btn:after {
      content: '';
      display: block;
      width: 1.3rem;
      height: 1.3rem;
      background-image: url("../images/chevron-right_red.svg");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 1.5rem;
      top: 0;
      bottom: 0;
      margin: auto; }
    #topics .warning a.btn:hover {
      background-color: #BA3333;
      color: #FFF; }
      #topics .warning a.btn:hover:after {
        background-image: url("../images/chevron-right_white.svg"); }
#topics .news {
  text-align: center;
  width: 780px;
  margin: 4rem auto;
  max-width: 100%; }
  #topics .news h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem; }
  #topics .news dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: none;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC; }
    #topics .news dl + dl {
      border-top: 0; }
    @media screen and (max-width: 720px) {
      #topics .news dl {
        display: block; } }
    #topics .news dl dt {
      font-weight: 600 !important;
      width: 10em;
      max-width: 10%;
      flex: 0;
      font-size: 0.9rem;
      color: #666;
      padding: 1rem 0;
      text-align: left; }
      @media screen and (max-width: 720px) {
        #topics .news dl dt {
          padding: 1rem 0 0 0;
          width: 100%;
          max-width: 100%; } }
    #topics .news dl dd {
      max-width: 90%;
      position: relative;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 1rem 3rem;
      text-align: left; }
      #topics .news dl dd span {
        flex: 0;
        display: block;
        width: 6rem;
        height: auto;
        font-size: 0.9rem;
        padding: 0.2rem 1.5rem;
        margin-right: 1.5rem;
        text-align: center;
        white-space: nowrap; }
      #topics .news dl dd p {
        flex: 1; }
      @media screen and (max-width: 720px) {
        #topics .news dl dd {
          display: block;
          padding: 0 3rem 1rem 0;
          width: 100%;
          max-width: 100%; } }
      #topics .news dl dd:after {
        content: '';
        display: block;
        width: 1.3rem;
        height: 1.3rem;
        background-image: url("../images/chevron-right_green.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      #topics .news dl dd .red {
        color: #FFF;
        background-color: #BA3333; }
      #topics .news dl dd a {
        color: #000; }
        #topics .news dl dd a:hover {
          color: #1676B4; }
  #topics .news .btn {
    margin-top: 1rem;
    text-align: center; }
    #topics .news .btn a {
      text-decoration: underline; }
#topics .news_dt dl {
  margin: 2rem auto;
  width: 800px;
  max-width: 100%; }
  #topics .news_dt dl dt {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 600; }
    #topics .news_dt dl dt span {
      font-size: 1rem; }
  #topics .news_dt dl dd {
    padding-top: 2rem; }
#topics .news_dt .link {
  text-align: center; }
  #topics .news_dt .link a {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    background-color: #264FAD;
    color: #FFF;
    width: 18rem;
    border-radius: 4px;
    padding: 10px;
    margin: auto; }
#topics .news_dt .pdf_link {
  text-align: center;
  margin: 3rem auto; }
  #topics .news_dt .pdf_link a {
    display: inline-block;
    font-size: 1rem;
    text-align: left;
    font-weight: 500;
    background-color: #FFF;
    color: #333;
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 0.8em 1em;
    margin: auto;
    vertical-align: middle; }
    #topics .news_dt .pdf_link a:hover {
      background-color: #EEEEEE; }
    #topics .news_dt .pdf_link a::before {
      display: inline-block;
      width: 2em;
      height: 2em;
      margin-right: 1em;
      content: '';
      background-image: url("../images/pdf.png");
      background-size: contain;
      background-position: center;
      vertical-align: middle; }
#topics .page {
  display: flex;
  justify-content: center;
  margin-top: 2rem; }
  #topics .page a {
    display: block;
    padding: 0.3rem 1rem;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #000;
    margin: 0.5rem; }

#about h3 {
  font-size: 2rem;
  font-weight: 500;
  padding-left: 100px;
  position: relative;
  padding-bottom: 5px; }
  #about h3::before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #19B01D;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
#about .wrap {
  width: 800px;
  max-width: 100%;
  padding: 0 1rem;
  margin: 2rem auto 4rem auto; }
  #about .wrap.flex {
    display: flex;
    flex-wrap: nowrap; }
    @media screen and (max-width: 720px) {
      #about .wrap.flex {
        display: block; } }
    #about .wrap.flex .mark {
      width: 240px;
      max-width: 100%;
      margin: auto;
      flex: none;
      padding: 1rem; }
      @media screen and (max-width: 720px) {
        #about .wrap.flex .mark {
          width: 140px; } }
      #about .wrap.flex .mark img {
        width: 100%;
        margin: 0; }
#about .list_bg {
  background-color: #EEEEEE;
  padding: 1rem 1.5rem;
  margin: 2rem auto; }
  #about .list_bg h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  #about .list_bg ul li {
    text-indent: -15px;
    padding-left: 15px; }
    #about .list_bg ul li:before {
      content: '';
      background-color: #0A740D;
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      margin-right: 10px;
      vertical-align: middle; }

.banner {
  width: 900px;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: auto; }
  .banner li {
    width: 30%;
    min-height: 5rem;
    margin: 0 1% 2rem 1%; }
    @media screen and (max-width: 720px) {
      .banner li {
        width: 100%;
        margin: 0 0 1rem 0; } }
    .banner li a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%;
      border: 1px solid #333;
      font-weight: 600; }

.title {
  background-color: #F5F5F5;
  text-align: center;
  padding: 4rem 1rem 5rem 1rem; }
  .title h2 {
    display: inline-block;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    padding-bottom: 1rem; }
    .title h2:after {
      content: '';
      display: block;
      width: 6rem;
      height: 7px;
      background-color: #19B01D;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }

.lead {
  font-weight: 600;
  margin: 0 0 2rem 0; }

.pagelink {
  margin: 4rem auto;
  padding: 1rem 0 1.5rem 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex: none;
  justify-content: center; }
  .pagelink a {
    font-weight: 600;
    font-size: 1rem;
    display: block;
    position: relative;
    padding: 0 0 15px 0; }
    .pagelink a + a {
      margin-left: 4rem; }
      @media screen and (max-width: 720px) {
        .pagelink a + a {
          margin-left: 1.5rem; } }
    .pagelink a:hover {
      color: #BA3333; }
    .pagelink a::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 14px;
      height: 12px;
      background-image: url("../images/chevron-down_green.svg");
      background-position: center;
      background-repeat: no-repeat; }

#info .contents {
  max-width: 100%;
  width: 780px;
  margin: auto 0 auto auto;
  padding: 2rem 0 4rem 0; }
  @media screen and (max-width: 720px) {
    #info .contents {
      margin: auto; } }
#info h3 {
  position: relative;
  font-size: 1.9rem;
  font-weight: 500;
  padding: 0 0 0 110px; }
  #info h3::before {
    content: '';
    display: block;
    background-color: #19B01D;
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto; }
#info h4 {
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 8px 8px 8px 24px; }
  #info h4::before {
    content: '';
    display: block;
    background-color: #19B01D;
    width: 5px;
    height: 60%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto; }
  #info h4 span {
    display: inline-block;
    background-color: #19B01D;
    color: #FFF;
    padding: 0 1em;
    font-size: 0.8rem;
    margin-left: 1rem;
    vertical-align: middle; }
  #info h4 a {
    display: inline-block;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    padding: 0.4em 2em;
    font-size: 0.9rem;
    vertical-align: middle;
    float: right; }
    @media screen and (max-width: 720px) {
      #info h4 a {
        clear: both;
        margin: 2rem 0; } }

#form .contents, #send .contents {
  max-width: 100%;
  width: 780px;
  margin: auto;
  padding: 2rem 0 4rem 0; }
  @media screen and (max-width: 720px) {
    #form .contents, #send .contents {
      margin: auto; } }
#form h3, #send h3 {
  font-size: 1.9rem;
  text-align: center; }
#form h3 span, #form h4 span, #form h5 span, #send h3 span, #send h4 span, #send h5 span {
  text-align: left;
  display: inline-block; }

#form h4 {
  text-align: center;
  background-color: #EEEEEE;
  margin: 3rem 0 1rem 0;
  padding: 0.3rem 1rem; }

#send .form-wrap {
  padding: 4rem 0 8rem 0; }
#send h4 {
  font-size: 1.8rem;
  text-align: center; }
#send h5 {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2rem; }

dl.style1 {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.5rem 0;
  margin: 0 0 3rem 0; }
  dl.style1 dt {
    font-size: 1.2rem; }
  dl.style1 dd + dt {
    margin-top: 1rem; }
  dl.style1 dd.memo {
    color: #888888; }
  dl.style1 dd.ind {
    padding: 1rem 0; }
    dl.style1 dd.ind p {
      text-indent: -1em;
      padding: 0 0 0 1em;
      margin: 0.5rem 0; }
  dl.style1 + h4 {
    margin-top: 4rem; }

dl.style2 {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.5rem 0;
  margin: 0 0 3rem 0; }
  dl.style2 dt {
    font-size: 1rem;
    font-weight: 500; }
    dl.style2 dt.ind {
      text-indent: -1em;
      padding: 0 0 0 1em; }
  dl.style2 dd {
    margin-top: 0.5rem;
    color: #666666; }
    dl.style2 dd + dt {
      margin-top: 1rem; }

a.map {
  color: #1676B4;
  text-decoration: underline; }
  a.map:hover {
    text-decoration: none; }

.select_area {
  border-top: 1px solid #CCCCCC;
  padding: 1rem 0; }

.form_wrap {
  width: 100%;
  display: flex;
  align-items: center; }
  .form_wrap dt {
    width: 5em; }
  .form_wrap dd {
    width: auto; }
    .form_wrap dd p {
      display: inline-block;
      padding-left: 0.8rem;
      margin: 0.2rem auto;
      position: relative;
      min-width: 14em;
      max-width: 100%; }
    .form_wrap dd select {
      font-size: 1.2rem;
      font-weight: 600;
      color: #000;
      width: 100%; }

.note {
  padding: 0;
  color: #BA3333;
  margin: 2rem 0 0 0; }

.area_status {
  background-color: #F7F7F7;
  padding: 1rem;
  margin: 1rem 0 2rem 0;
  overflow: auto; }
  .area_status ul {
    width: 600px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 1rem 0;
    font-size: 1rem;
    border-bottom: 1px solid #CCCCCC; }
    .area_status ul:first-child {
      border-top: 1px solid #CCCCCC; }
    .area_status ul li.area {
      text-align: left;
      width: 80%;
      flex: 1; }
      .area_status ul li.area p {
        font-size: 1rem;
        font-weight: 600; }
        .area_status ul li.area p span {
          color: #E38C00;
          vertical-align: middle;
          font-size: 0.9rem; }
    .area_status ul li.status {
      text-align: right;
      width: 20%;
      min-width: 8em;
      white-space: nowrap;
      flex: 0; }
      .area_status ul li.status.vacant {
        color: #19B01D; }
      .area_status ul li.status.full {
        color: #BA3333; }
  .area_status dl {
    display: flex;
    flex: 0;
    flex-wrap: wrap; }
    .area_status dl dt {
      width: 20%;
      min-width: 6em;
      white-space: nowrap;
      flex: 0;
      font-weight: 600; }
    .area_status dl dd {
      width: 80%;
      flex: 1; }
  .area_status table {
    width: auto;
    min-width: 100%; }
    .area_status table th {
      background-color: #EEE;
      padding: 0.5rem; }
      .area_status table th span {
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 500; }
      .area_status table th div {
        font-size: 0.8rem;
        color: #E38C00;
        font-weight: 500; }
    .area_status table th, .area_status table td {
      border: 1px solid #CCC;
      white-space: nowrap;
      text-align: center;
      vertical-align: middle;
      line-height: 1.6; }
    .area_status table td {
      background-color: #FFF;
      padding: 1rem; }
      .area_status table td.status.vacant {
        color: #19B01D; }
      .area_status table td.status.full {
        color: #BA3333; }
      .area_status table td span {
        display: block;
        color: #E38C00;
        font-size: 0.8rem; }

.phone {
  display: block;
  background-color: #EFEFEF;
  color: #000;
  padding: 1.5rem 1rem;
  width: 34em;
  text-align: center;
  max-width: 100%;
  margin: 1rem 0; }

.furikomi {
  display: block;
  background-color: #EFEFEF;
  color: #000;
  padding: 1.5rem 1rem;
  width: 26em;
  max-width: 100%;
  text-align: center;
  margin: 1rem 0; }
  .furikomi p {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0; }

.bg_gray {
  background-color: #F7F7F7; }
  .bg_gray .furikomi,
  .bg_gray .phone {
    background-color: #FFF !important; }

#flow h5 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 1rem 0; }
#flow .flow_chart {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: none;
  overflow: hidden;
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 6rem; }
  @media screen and (max-width: 720px) {
    #flow .flow_chart {
      flex-wrap: wrap; } }
  #flow .flow_chart li {
    position: relative;
    padding: 10px 18px 10px 22px;
    width: 25%; }
    @media screen and (max-width: 720px) {
      #flow .flow_chart li {
        width: 50%; } }
    #flow .flow_chart li::after {
      content: "";
      width: 0;
      height: 0;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      margin: auto;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #19B01D;
      border-right: 10px solid transparent; }
    #flow .flow_chart li > div {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #19B01D;
      padding: 1rem;
      border-radius: 10px;
      text-align: center;
      color: #FFF;
      font-weight: 600; }
#flow .step {
  margin-top: 2rem; }

.t_center {
  text-align: center; }
  .t_center a {
    margin: 1rem !important; }

.place {
  background-color: #F7F7F7;
  padding: 1rem;
  margin: 1rem 0 2rem 0;
  overflow: auto; }
  .place table {
    width: auto;
    min-width: 100%;
    table-layout: auto; }
    .place table th {
      background-color: #EEE;
      padding: 0.5rem;
      text-align: center; }
    .place table th, .place table td {
      border: 1px solid #CCC;
      vertical-align: middle;
      line-height: 1.6; }
      @media screen and (max-width: 720px) {
        .place table th, .place table td {
          white-space: nowrap; } }
    .place table td {
      text-align: left;
      background-color: #FFF;
      padding: 0.5rem; }
      .place table td span {
        display: inline-block;
        background-color: #19B01D;
        color: #FFF;
        padding: 0 1em;
        font-size: 0.8rem;
        vertical-align: middle;
        line-height: 1.6; }
      .place table td:nth-child(1), .place table td:nth-child(3), .place table td:nth-child(5) {
        text-align: center; }
      .place table td:nth-child(1) {
        white-space: nowrap; }
      .place table td:nth-child(3), .place table td:nth-child(5) {
        width: 10%; }

.yotei {
  display: block;
  border-top: 1px solid #CCCCCC;
  text-align: right; }
  .yotei a {
    display: inline-block;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    padding: 0.4em 2em;
    font-size: 0.9rem;
    vertical-align: middle;
    margin: 1rem 0 1rem 1rem; }
