@charset "UTF-8";
@import url(./fontawesome-all.min.css);
@import url(./pages.css);
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

/*  course 法定講習
----------------------------------------------------*/
main#houteikoushu {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  /* title */ }
  main#houteikoushu .ttlbg-course {
    background: url("../images/ttlbg-course.jpg") top center repeat-x;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    display: block;
    height: 10rem;
    position: relative;
    margin-bottom: 30px; }
    main#houteikoushu .ttlbg-course > .row {
      margin: 0 auto;
      width: 100%;
      display: block;
      height: 10rem;
      position: relative; }
      main#houteikoushu .ttlbg-course > .row > h2 {
        color: #fff;
        font-size: 1.4em;
        font-weight: bold;
        background-color: rgba(0, 166, 60, 0.8);
        padding: 0px 20px;
        min-width: 45%;
        text-align: center;
        height: 10rem;
        line-height: 10rem;
        letter-spacing: 2px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
  main#houteikoushu .row {
    margin: 0 auto;
    width: 100%;
    display: block; }
    main#houteikoushu .row .cnt {
      position: relative;
      padding: 0;
      overflow: hidden;
      margin-bottom: 40px; }
      main#houteikoushu .row .cnt p {
        padding: 0 15px;
        margin-bottom: 1em;
        letter-spacing: 1px;
        line-height: 1.4; }
      main#houteikoushu .row .cnt dl > dd p {
        padding: 0 0; }
    main#houteikoushu .row * {
      /* image */ }
      main#houteikoushu .row * a.aBtn {
        color: #fff;
        background-color: #00A63C;
        padding: 4px 12px;
        display: inline-block;
        border-radius: 3px;
        position: relative;
        text-decoration: none;
        top: -4px; }
        main#houteikoushu .row * a.aBtn:hover {
          opacity: .7; }
      main#houteikoushu .row * a.iPdf {
        display: inline-block;
        position: relative; }
        main#houteikoushu .row * a.iPdf:after {
          font-family: "Font Awesome 5 Free";
          content: "\f1c1";
          font-size: 1em;
          font-weight: normal;
          display: inline-block;
          color: #e50000;
          position: relative;
          bottom: 1px;
          left: 5px; }
        main#houteikoushu .row * a.iPdf:hover {
          opacity: .7; }
      main#houteikoushu .row * .hatoko1 {
        width: 30%;
        display: inline-block;
        float: right;
        margin: 0 1em 1em 1em; }
      main#houteikoushu .row * .hatoko2, main#houteikoushu .row * .hatoko3, main#houteikoushu .row * .hatoko4 {
        width: 20%;
        display: inline-block;
        float: right;
        margin: 0 1em 1em 1em; }
      main#houteikoushu .row * .hatoko3 {
        margin: 0 1em 0 0; }
  main#houteikoushu .ttl2 {
    background-color: rgba(25, 72, 120, 0.7);
    border-bottom: solid 4px rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 15px 15px;
    margin-bottom: 15px; }
  main#houteikoushu .ttl3 {
    background-color: rgba(0, 166, 60, 0.15);
    font-weight: bold;
    margin-top: 20px;
    padding: 6px 10px;
    margin-bottom: 15px; }
  main#houteikoushu .ttl3b {
    border: solid 1px #00A63C;
    border-left: solid 6px #00A63C;
    color: #00A63C;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 0 0 8px;
    margin-bottom: 15px; }
    main#houteikoushu .ttl3b a {
      font-size: 1.2rem; }
  main#houteikoushu ul.pageAnc {
    width: 96%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 40px; }
    main#houteikoushu ul.pageAnc > li {
      position: relative;
      display: block;
      width: 100%;
      position: relative;
      margin-bottom: 1rem;
      -webkit-box-shadow: 1px 1px 2px rgba(119, 119, 119, 0.5);
      box-shadow: 1px 1px 2px rgba(119, 119, 119, 0.5);
      z-index: 1; }
      main#houteikoushu ul.pageAnc > li > a {
        display: block;
        width: 100%;
        height: 140px;
        text-decoration: none !important;
        position: relative; }
        main#houteikoushu ul.pageAnc > li > a::before {
          content: "";
          display: block;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: solid 4px rgba(255, 255, 255, 0.6);
          width: 100%;
          height: 140px;
          position: absolute;
          top: 0;
          left: 0; }
        main#houteikoushu ul.pageAnc > li > a::after {
          content: "▼";
          text-decoration: none !important;
          color: #00A63C;
          font-size: .8em;
          width: 10px;
          line-height: 1;
          position: absolute;
          bottom: 5px;
          left: 0;
          right: 0;
          margin: 0 auto; }
        main#houteikoushu ul.pageAnc > li > a:hover {
          text-decoration: none;
          opacity: .7; }
      main#houteikoushu ul.pageAnc > li:first-of-type > a {
        background: url("../images/hk_bnr01.jpg") 0 0 no-repeat;
        background-size: cover; }
      main#houteikoushu ul.pageAnc > li:nth-of-type(2) > a {
        background: url("../images/hk_bnr02.jpg") 0 0 no-repeat;
        background-size: cover; }
      main#houteikoushu ul.pageAnc > li > a > span {
        background-color: rgba(255, 255, 255, 0.85);
        color: #00A63C;
        font-weight: bold;
        font-size: 14px;
        display: block;
        height: 50px;
        width: 100%;
        line-height: 40px;
        padding: 0;
        margin: 0;
        text-align: center;
        letter-spacing: 1px;
        position: absolute;
        bottom: 0;
        left: 0; }
  main#houteikoushu #hkInfo {
    padding-top: 60px; }
    main#houteikoushu #hkInfo p a.iPdf {
      margin-top: 5px; }
  main#houteikoushu dl.schNav dt {
    background-color: rgba(0, 166, 60, 0.15);
    font-weight: bold;
    margin-top: 20px;
    padding: 6px; }
  main#houteikoushu dl.schNav dd {
    margin: 15px 0 30px;
    padding: 0 15px; }
    main#houteikoushu dl.schNav dd.addr .space {
      background-color: rgba(229, 0, 18, 0.5);
      border-radius: 3px;
      color: #fff;
      display: inline-block;
      font-weight: bold;
      text-align: center;
      letter-spacing: 2px;
      height: 36px;
      line-height: 36px;
      margin: 0 0 10px;
      padding: 0 25px; }
    main#houteikoushu dl.schNav dd .addInfo {
      background-color: #f0f0f0;
      border-radius: 3px;
      padding: 1em;
      margin: 0 auto 20px;
      display: block; }
      main#houteikoushu dl.schNav dd .addInfo > strong {
        border-radius: 3px;
        background-color: #fff;
        display: block;
        padding: .5em;
        margin-bottom: .5em; }
      main#houteikoushu dl.schNav dd .addInfo > p {
        line-height: 1.5;
        padding: 0 0 0;
        font-size: 1.4rem; }
    main#houteikoushu dl.schNav dd .comm {
      margin-top: 10px;
      display: block; }
    main#houteikoushu dl.schNav dd p.caution {
      padding: 15px;
      background-color: #fbdbde; }
      main#houteikoushu dl.schNav dd p.caution strong {
        color: #e50012;
        font-weight: bold; }
      main#houteikoushu dl.schNav dd p.caution span {
        font-size: 1.4rem;
        display: block;
        line-height: 1.3; }
    main#houteikoushu dl.schNav dd .step {
      border-radius: 3px;
      border: solid 1px #fc0;
      background-color: #ffd;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 10px;
      margin-bottom: 40px; }
      main#houteikoushu dl.schNav dd .step:not(:last-child)::after {
        content: "▼";
        color: #fc0;
        font-size: 24px;
        width: 10px;
        line-height: 1;
        position: absolute;
        bottom: -32px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      main#houteikoushu dl.schNav dd .step p {
        padding: 0;
        margin-bottom: 0;
        width: 72%; }
      main#houteikoushu dl.schNav dd .step span {
        border-radius: 50%;
        background-color: rgba(0, 166, 60, 0.7);
        color: #fff;
        font-weight: bold;
        display: inline-block;
        text-align: center;
        line-height: 70px;
        height: 70px;
        width: 70px;
        position: relative; }
      main#houteikoushu dl.schNav dd .step .addInfo {
        margin-top: 1em; }
        main#houteikoushu dl.schNav dd .step .addInfo p {
          width: 100%; }
    main#houteikoushu dl.schNav dd * .aBtn {
      margin-top: 5px; }
  main#houteikoushu dl.schNav table.tblSch {
    width: calc(100% + 10px);
    margin: 0 -5px 15px -5px;
    border-collapse: collapse; }
    main#houteikoushu dl.schNav table.tblSch tr:nth-child(even) td {
      background-color: #f3f3f3; }
    main#houteikoushu dl.schNav table.tblSch th, main#houteikoushu dl.schNav table.tblSch td {
      border-collapse: collapse;
      border: solid 1px #ccc;
      padding: 5px 2px;
      text-align: center;
      font-size: .9rem;
      line-height: 1.25;
      font-feature-settings: "intial";
      -webkit-font-feature-settings: "intial";
      -moz-font-feature-settings: "intial";
      -o-font-feature-settings: "intial";
      -ms-font-feature-settings: "intial";
      font-family: MeiryoKe_Gothic, "Ricty Diminished", "Osaka－等幅", "Osaka-等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", "Courier New", Courier, Monaco, Menlo, Consolas, "Lucida Console", monospace; }
    main#houteikoushu dl.schNav table.tblSch th {
      background-color: #dfdfdf;
      font-weight: normal; }
    main#houteikoushu dl.schNav table.tblSch td .fin {
      font-weight: normal;
      color: #b00; }
    main#houteikoushu dl.schNav table.tblSch td .few {
      font-weight: bold;
      color: #fb5555;
      letter-spacing: -0.05em; }
    main#houteikoushu dl.schNav table.tblSch td .vacant {
      font-weight: bold;
      color: #3399ee; }
    main#houteikoushu dl.schNav table.tblSch th {
      white-space: nowrap; }
      main#houteikoushu dl.schNav table.tblSch th:first-child {
        width: 7%; }
      main#houteikoushu dl.schNav table.tblSch th:nth-child(2) {
        width: 19%; }
      main#houteikoushu dl.schNav table.tblSch th:nth-child(3) {
        width: 14%; }
      main#houteikoushu dl.schNav table.tblSch th:nth-child(4) {
        width: 7%; }
      main#houteikoushu dl.schNav table.tblSch th:nth-child(5) {
        width: 22%; }
      main#houteikoushu dl.schNav table.tblSch th:nth-child(6) {
        width: 19%; }
      main#houteikoushu dl.schNav table.tblSch th:nth-child(7) {
        width: 12%; }
    main#houteikoushu dl.schNav table.tblSch td:first-child, main#houteikoushu dl.schNav table.tblSch td:nth-child(4) {
      white-space: nowrap; }
    main#houteikoushu dl.schNav table.tblSch td:nth-child(2), main#houteikoushu dl.schNav table.tblSch td:nth-child(6) {
      text-align: right;
      padding: 15px 7px 15px 3px; }
  main#houteikoushu #hkApply {
    padding-top: 60px; }
    main#houteikoushu #hkApply .docList {
      padding: 0 20px;
      margin-bottom: 40px; }
      main#houteikoushu #hkApply .docList > li:not(:last-child) {
        border-bottom: dashed 1px #666; }
      main#houteikoushu #hkApply .docList > li > a {
        padding: 10px;
        display: block;
        text-decoration: underline; }
    main#houteikoushu #hkApply > p:nth-child(7) {
      overflow: hidden; }
    main#houteikoushu #hkApply .navTxt1 {
      color: #e50012;
      font-size: 1.4rem;
      font-weight: bold;
      text-align: center;
      margin: 20px 0 20px; }
    main#houteikoushu #hkApply a.bnrGunma {
      background-color: rgba(229, 0, 18, 0.5);
      display: block;
      width: 90%;
      height: 11rem;
      padding: 1em;
      margin: 0 auto 40px;
      text-align: center;
      text-decoration: none;
      overflow: hidden;
      position: relative; }
      main#houteikoushu #hkApply a.bnrGunma::before {
        content: "";
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 4px rgba(255, 255, 255, 0.6);
        width: 100%;
        height: 11rem;
        position: absolute;
        top: 0;
        left: 0; }
      main#houteikoushu #hkApply a.bnrGunma::after {
        content: "\f0a9";
        font-family: "Font Awesome 5 Free";
        color: #fff;
        font-size: 2em;
        font-weight: bold;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px; }
      main#houteikoushu #hkApply a.bnrGunma p {
        color: #fff;
        font-size: 7vw;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 2px;
        margin: .5rem 1rem 6px 0; }
        main#houteikoushu #hkApply a.bnrGunma p > span {
          font-size: 1.4rem;
          font-weight: normal;
          line-height: 1.2;
          padding-top: 1rem;
          width: 90%;
          display: block;
          clear: both; }

          /* 法定講習追記20221228 */

 /* 法定講習追記20240412 start*/
          #hkInfo > div > div.btnset{
            display: flex;
          }
          #hkInfo > div > div.btnset .item{
            width: 50%;
            padding: 10px;
          }
 /* 法定講習追記20240412 end*/

@media (min-width: 600px) {
  main#houteikoushu div#parent {
    display: flex;
    margin-bottom: 40px;
  }
  main#houteikoushu div#child1 {
    flex-grow: 1;
  }
  main#houteikoushu div#child2 {
    flex-grow: 1;
  }
}
main#houteikoushu div#child1 {
  background-color: #ceebc3;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  }
div#child1 h4{
  background-color: green;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.3em;
}
div#child1 h4 a.webbu{
  color: #f6f9fd;
  text-decoration: none;
  line-height: 1.5em;
}
main#houteikoushu div#child2 {
  background-color: #f9d0d3;
  padding: 10px;
  color: #483030;
  margin: 10px;
  border-radius: 5px;
}
div#child2 h4{
  background-color: #ed5840;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.3em;
}
div#child2 h4 a.zagakubu {
  color: white;
  text-decoration: none;
  line-height: 1.5em;
}
/* 注意のbox */
.houteibox {
  position: relative;
  margin: 3em 0;
  padding: 0.5em 1em;
  border: solid 3px #ff0000;
  border-radius: 8px;
}
.houteibox .houteibox-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #ff0000;
  font-weight: bold;
}
.houteibox p {
  margin: 0; 
  padding: 0;
}
/* h3 */
main#houteikoushu .ttl4 {
  background-color: #00a63c;
  border-bottom: solid 4px rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 15px 15px;
  margin-bottom: 15px;
}
main#houteikoushu .ttl5 {
  background-color: #ed5840;
  border-bottom: solid 4px rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 15px 15px;
  margin-bottom: 15px;
}
/* ここまで */

@media (max-width: 374px) {
  main#houteikoushu dl.schNav table.tblSch th, main#houteikoushu dl.schNav table.tblSch td {
    padding: 4px 1px;
    font-size: .8rem; } }

@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  main#houteikoushu {
    /* title */ }
    main#houteikoushu .ttlbg-course {
      height: 180px; }
      main#houteikoushu .ttlbg-course > .row {
        max-width: 1100px !important;
        height: 180px;
        position: relative; }
        main#houteikoushu .ttlbg-course > .row > h2 {
          font-size: 32px;
          padding: 0px 30px;
          height: 180px;
          line-height: 180px;
          letter-spacing: 3px;
          margin: auto 0; }
    main#houteikoushu .row {
      max-width: 1100px !important; }
      main#houteikoushu .row .cnt p {
        font-size: 16px; }
      main#houteikoushu .row * {
        font-size: 16px;
        /* image */ }
        main#houteikoushu .row * a.aBtn:hover {
          opacity: .7; }
        main#houteikoushu .row * a.iPdf:hover {
          opacity: .7; }
        main#houteikoushu .row * .hatoko2, main#houteikoushu .row * .hatoko3, main#houteikoushu .row * .hatoko4 {
          width: 16%; }
        main#houteikoushu .row * .hatoko3 {
          width: 20%; }
        main#houteikoushu .row * .hatoko4 {
          width: 10%; }
    main#houteikoushu .ttl3 {
      font-size: 16px;
      line-height: 36px;
      height: 36px;
      padding: 0 10px; }
    main#houteikoushu .ttl3b {
      font-size: 18px;
      padding: 0 15px; }
      main#houteikoushu .ttl3b a {
        font-size: 16px; }
    main#houteikoushu ul.pageAnc {
      width: 90%;
      min-width: 710px; }
      main#houteikoushu ul.pageAnc > li {
        width: 350px;
        height: 160px; }
        main#houteikoushu ul.pageAnc > li > a {
          width: 350px;
          height: 160px; }
          main#houteikoushu ul.pageAnc > li > a::before {
            content: "";
            width: 350px;
            height: 160px; }
          main#houteikoushu ul.pageAnc > li > a:hover {
            text-decoration: none;
            opacity: .7; }
        main#houteikoushu ul.pageAnc > li:first-of-type > a {
          background: url("../images/hk_bnr01.jpg") 0 0 no-repeat;
          background-size: 100% auto; }
        main#houteikoushu ul.pageAnc > li:nth-of-type(2) > a {
          background: url("../images/hk_bnr02.jpg") 0 0 no-repeat;
          background-size: 100% auto; }
    main#houteikoushu dl.schNav dt {
      padding: 6px 0 6px 10px; }
    main#houteikoushu dl.schNav dd .addInfo {
      padding: 20px;
      max-width: 100%;
      width: 100%; }
      main#houteikoushu dl.schNav dd .addInfo > strong {
        padding: 10px 15px; }
      main#houteikoushu dl.schNav dd .addInfo > p {
        line-height: 2;
        padding: 0 0 0 1em; }
    main#houteikoushu dl.schNav dd .step p {
      padding: 10px 0 0 20px;
      width: calc(100% - 100px); }
    main#houteikoushu dl.schNav table.tblSch {
      max-width: 1024px;
      width: 100%;
      margin: 0 auto 15px;
      border-collapse: collapse; }
      main#houteikoushu dl.schNav table.tblSch tr:nth-child(even) td {
        background-color: #f3f3f3; }
      main#houteikoushu dl.schNav table.tblSch th, main#houteikoushu dl.schNav table.tblSch td {
        padding: 15px 5px;
        text-align: center;
        font-size: 16px; }
      main#houteikoushu dl.schNav table.tblSch th {
        font-weight: bold; }
      main#houteikoushu dl.schNav table.tblSch td .fin {
        font-weight: bold; }
      main#houteikoushu dl.schNav table.tblSch th {
        white-space: nowrap; }
        main#houteikoushu dl.schNav table.tblSch th:first-child {
          width: 7%; }
        main#houteikoushu dl.schNav table.tblSch th:nth-child(2) {
          width: 17%; }
        main#houteikoushu dl.schNav table.tblSch th:nth-child(3) {
          width: 10%; }
        main#houteikoushu dl.schNav table.tblSch th:nth-child(4) {
          width: 7%; }
        main#houteikoushu dl.schNav table.tblSch th:nth-child(5) {
          width: 28%; }
        main#houteikoushu dl.schNav table.tblSch th:nth-child(6) {
          width: 17%; }
        main#houteikoushu dl.schNav table.tblSch th:nth-child(7) {
          width: 14%; }
      main#houteikoushu dl.schNav table.tblSch td:first-child, main#houteikoushu dl.schNav table.tblSch td:nth-child(2), main#houteikoushu dl.schNav table.tblSch td:nth-child(3), main#houteikoushu dl.schNav table.tblSch td:nth-child(4), main#houteikoushu dl.schNav table.tblSch td:nth-child(6) {
        white-space: nowrap; }
      main#houteikoushu dl.schNav table.tblSch td:nth-child(2), main#houteikoushu dl.schNav table.tblSch td:nth-child(6) {
        text-align: right;
        padding: 15px 7px 15px 3px; }
    main#houteikoushu #hkApply .docList > li > a {
      font-size: 16px; }
    main#houteikoushu #hkApply .navTxt1 {
      font-size: 20px; }
    main#houteikoushu #hkApply a.bnrGunma {
      width: 800px;
      height: 90px;
      padding: 18px 20px 0; }
      main#houteikoushu #hkApply a.bnrGunma::before {
        content: "";
        width: 800px;
        height: 90px; }
      main#houteikoushu #hkApply a.bnrGunma::after {
        content: "\f0a9";
        font-family: "Font Awesome 5 Free";
        font-size: 30px;
        font-weight: bold; }
      main#houteikoushu #hkApply a.bnrGunma:hover {
        opacity: .7; }
      main#houteikoushu #hkApply a.bnrGunma p {
        color: #fff;
        font-size: 30px;
        padding: 0 0 0 0;
        letter-spacing: 5px;
        margin: -2px 16px 6px 0; }
        main#houteikoushu #hkApply a.bnrGunma p > span {
          font-size: 16px; } }

@media (min-width: 992px) {
  /* PC ---------------------------------------------------------------- */
  main#houteikoushu dl.schNav table.tblSch {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto 15px;
    border-collapse: collapse; }
    main#houteikoushu dl.schNav table.tblSch th, main#houteikoushu dl.schNav table.tblSch td {
      padding: 15px 5px;
      text-align: center;
      font-size: 16px; } }

      
      

      

 
