@charset "UTF-8";
/**
 * 目次
 *
 * 01. Font
 * 02. SassVar
 * 03. Reset
 * 04. Base
 * 05. Layout
 * 06. Compo
 *
 */
/* Responsive Start */
@media only screen and (max-width: 960px) {
  /* ======================================
     01. Font
  =========================================
  */
  /* ======================================
     02. SassVar
  =========================================
  */
  /*@include incImg100Auto();*/
  /*@include incSmoothing();*/
  /* ======================================
     03. Reset
  =========================================
  */
  /* ======================================
     04. Base
  =========================================
  */
  body {
    background: none;
    font-size: 1.3rem;
    padding-top: 52px;
    padding-bottom: 47px; }

  p, li, dt, dd, th, td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7; }

  /* ======================================
     05. Layout
  =========================================
  */
  /*-- wrap --*/
  .wrap {
    background: none; }

  /*-- header --*/
  .header {
    border-top: 3px solid #26a83c;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    height: 52px;
    transition: 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    padding: 12px 10px 0;
    width: 100%;
    z-index: 10; }
    .header .hdInr {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: auto; }
      .header .hdInr .logo {
        padding-top: 3px;
        width: 110px; }
        .header .hdInr .logo img {
          height: auto;
          width: 110px; }
      .header .hdInr .hdR {
        background: rgba(4, 170, 43, 0.9);
        position: fixed;
        bottom: -50px;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        transition: 0.5s; }
        .header .hdInr .hdR .hdRB {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 10px;
          text-align: left;
          width: 100%; }
          .header .hdInr .hdR .hdRB .address {
            color: #FFF;
            display: inline-block;
            font-size: 9px;
            font-weight: 600;
            padding: 0;
            width: 46%; }
          .header .hdInr .hdR .hdRB ul {
            display: flex;
            justify-content: flex-end;
            margin-top: -2px;
            width: 54%; }
            .header .hdInr .hdR .hdRB ul li {
              display: inline-block;
              font-size: 11px;
              font-weight: 600;
              margin-right: 1px;
              text-align: center; }
              .header .hdInr .hdR .hdRB ul li a {
                border-radius: 3px;
                background-color: #FFF;
                color: #26a83c;
                display: block;
                line-height: 1.4;
                margin-left: 5px;
                padding: 7px 8px 7px;
                text-decoration: none; }
            .header .hdInr .hdR .hdRB ul li.li01 a {
              color: #FFF; }
        .header .hdInr .hdR #gNav {
          display: none; }

  body.throughHd .header .hdInr .hdR {
    bottom: 0;
    opacity: 1; }

  .mm-opened .header .hdInr .hdR {
    display: none;
    opacity: 0; }

  /*-- spmenu --*/
  .my-button {
    display: block;
    height: 50px;
    width: 50px; }
    .my-button a {
      height: 50px;
      width: 50px; }

  .menu-trigger {
    top: 12px;
    width: 20px;
    height: 16px; }
    .menu-trigger span {
      left: 14px;
      height: 2px; }

  .menu-trigger span:nth-of-type(1) {
    top: 1px; }

  .menu-trigger span:nth-of-type(2) {
    top: 7px; }

  .menu-trigger span:nth-of-type(3) {
    bottom: 1px; }

  html.mm-opened .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg); }

  html.mm-opened .menu-trigger span:nth-of-type(2) {
    opacity: 0; }

  html.mm-opened .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg); }

  .my-button a em {
    font-size: 8px;
    font-size: 0.8rem;
    padding-top: 3px; }

  .my-button .menuName {
    display: inline-block;
    font-size: 8px;
    margin-top: 3px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 9px;
    left: 11px; }

  /* wrap
     ==================================== */
  .wrap {
    background-color: #FFF;
    margin: 0;
    padding: 0; }

  /*-- mv --*/
  .mv {
    box-shadow: 0 0 0 #CCC;
    height: 80px;
    padding-left: 0; }
    .mv .cName {
      font-size: 18px;
      font-size: 1.8rem;
      margin: 0 auto;
      padding: 5px 10px 5px 15px; }
      .mv .cName:after {
        font-size: 8px;
        font-size: 0.81rem;
        padding-top: 5px; }
      .mv .cName:before {
        display: none; }

  /* breadChumbs
     ==================================== */
  .breadChumbs {
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
    margin: 0;
    padding: 12px 15px 10px; }
    .breadChumbs p {
      font-size: 0.9rem;
      padding: 0;
      text-align: left; }

  /* contents
     ==================================== */
  .contents {
    display: block;
    margin: 0;
    padding: 30px 0 0;
    width: auto; }
    .contents p.spLeft {
      text-align: left !important; }

  .contents.wide {
    padding: 30px 0 0; }

  #pageMenu {
    padding: 30px 20px; }

  #pageMenu ul {
    align-content: center;
    align-items: center; }
    #pageMenu ul li {
      font-size: 14px;
      line-height: 1.3; }
      #pageMenu ul li a {
        background-color: #FFF;
        border-radius: 5px;
        color: #333;
        display: inline-block;
        margin: 0;
        width: 100%;
        padding: 15px 15px 10px;
        text-align: center;
        text-decoration: none;
        transition: 0.2s;
        position: relative; }
        #pageMenu ul li a:after {
          content: "\f138";
          color: #26a83c;
          display: block;
          font-family: "Font Awesome 5 Free";
          font-size: 20px;
          font-weight: bold;
          margin-top: 5px;
          position: static; }
        #pageMenu ul li a:hover {
          opacity: 0.8; }
        #pageMenu ul li a .spDisp {
          display: inline !important; }

  /*-- footer --*/
  #footer {
    padding: 30px 15px; }

  #footer .inr {
    display: block;
    margin: 0;
    padding: 0; }

  #footer .inr .ftL {
    text-align: left;
    padding-left: 20px;
    width: auto; }

  #footer .inr .ftL p {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 20px; }

  #footer .inr .ftL .logo {
    margin-bottom: 15px; }
    #footer .inr .ftL .logo img {
      height: auto;
      width: 150px; }

  #footer .inr .ftL small {
    color: #888;
    display: block;
    font-size: 10px; }

  #footer .inr .ftR {
    margin-bottom: 35px;
    width: auto; }

  #footer .inr .ftR ul {
    text-align: center; }

  #footer .inr .ftR ul li {
    display: inline-block;
    font-size: 12px;
    line-height: 2;
    margin: 0 10px 5px; }

  #footer .inr .ftR ul li a:hover {
    text-decoration: underline; }

  #footer .inr .ftR p {
    text-align: center;
    font-size: 10px;
    padding-top: 5px; }

  #footer .inr .ftR p a {
    padding: 0 7px; }

  /*-- TopControl --*/
  #topcontrol {
    bottom: 60px !important;
    right: 15px !important; }
    #topcontrol a {
      background-size: 34px 34px;
      height: 30px;
      width: 30px;
      border-radius: 30px; }
    #topcontrol a:hover {
      background-size: 34px 34px;
      opacity: 1;
      height: 30px;
      width: 30px; }

  /* ======================================
     06. Component
  =========================================
  */
  /*-- Basic parts --*/
  section,
  section.tiny {
    clear: both;
    margin: 0 0 25px;
    padding: 0 15px 5px;
    position: relative; }

  section:last-child {
    border-bottom: none;
    margin: 0;
    padding-bottom: 20px; }

  .cmnAnc {
    display: block;
    margin-top: -70px;
    padding-top: 70px; }

  .spDisp {
    display: block !important; }

  .spHide {
    display: none !important; }

  br.spHide {
    display: none !important; }

  .spImg {
    height: auto;
    width: 100%; }

  .spCenter {
    text-align: center; }

  .top10 {
    margin-top: 5px !important; }

  .top15 {
    margin-top: 5px !important; }

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

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

  .top30 {
    margin-top: 15px !important; }

  .top35 {
    margin-top: 15px !important; }

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

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5 {
    margin-bottom: 5px !important; }

  .btm10 {
    margin-bottom: 5px !important; }

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

  .btm20 {
    margin-bottom: 15px !important; }

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

  .btm30 {
    margin-bottom: 25px !important; }

  .btm35 {
    margin-bottom: 25px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

  .pT10 {
    padding-top: 5px !important; }

  .pT15 {
    padding-top: 10px !important; }

  .pT20 {
    padding-top: 10px !important; }

  .pT25 {
    padding-top: 15px !important; }

  .pT30 {
    padding-top: 15px !important; }

  .pT35 {
    padding-top: 15px !important; }

  .pT40 {
    padding-top: 20px !important; }

  .pT45 {
    padding-top: 20px !important; }

  .pB0 {
    padding-bottom: 0 !important; }

  .pB5 {
    padding-bottom: 5px !important; }

  .pB10 {
    padding-bottom: 5px !important; }

  .pB15 {
    padding-bottom: 5px !important; }

  .pB20 {
    padding-bottom: 10px !important; }

  .lm5 {
    margin-left: 5px !important; }

  .lm10 {
    margin-left: 5px !important; }

  .lm15 {
    margin-left: 5px !important; }

  .lm20 {
    margin-left: 10px !important; }

  .lm50 {
    margin-left: 20px !important; }

  .lm60 {
    margin-left: 30px !important; }

  .lm70 {
    margin-left: 30px !important; }

  .rm5 {
    margin-right: 5px !important; }

  .rm10 {
    margin-right: 5px !important; }

  .rm15 {
    margin-right: 5px !important; }

  .rm20 {
    margin-right: 10px !important; }

  .spBtm0 {
    margin-bottom: 0 !important; }

  .spBtm5 {
    margin-bottom: 5px !important; }

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

  .spBtm15 {
    margin-bottom: 15px !important; }

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

  .spBtm25 {
    margin-bottom: 25px !important; }

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

  .spBtm35 {
    margin-bottom: 35px !important; }

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

  .spBtm45 {
    margin-bottom: 45px !important; }

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

  .spW100 {
    width: 100% !important; }

  .contents .size10 {
    font-size: 8px !important;
    font-size: 0.8rem !important; }

  .contents .size11 {
    font-size: 9px !important;
    font-size: 0.9rem !important; }

  .contents .size12 {
    font-size: 12px !important;
    font-size: 1.2rem !important; }

  .contents .size13 {
    font-size: 12px !important;
    font-size: 1.2rem !important; }

  .contents .size14 {
    font-size: 13px !important;
    font-size: 1.3rem !important; }

  .contents .size15 {
    font-size: 14px !important;
    font-size: 1.4rem !important; }

  .contents .size16 {
    font-size: 14px !important;
    font-size: 1.4rem !important; }

  .contents .size17 {
    font-size: 16px !important;
    font-size: 1.6rem !important; }

  .contents .size18 {
    font-size: 16px !important;
    font-size: 1.6rem !important; }

  .contents .size19 {
    font-size: 16px !important;
    font-size: 1.6rem !important; }

  .contents .size20 {
    font-size: 16px !important;
    font-size: 1.6rem !important; }

  .contents .size21 {
    font-size: 18px !important;
    font-size: 1.8rem !important; }

  .contents .size22 {
    font-size: 18px !important;
    font-size: 1.8rem !important; }

  .contents .size23 {
    font-size: 18px !important;
    font-size: 1.8rem !important; }

  .contents .size24 {
    font-size: 18px !important;
    font-size: 1.8rem !important; }

  /*-- head --*/
  .head02 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px;
    width: auto;
    text-align: left; }

  .head03, .editor h2 {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 5px 0 5px 17px;
    position: relative; }
    .head03:before, .editor h2:before {
      background-color: #26a83c;
      border-radius: 10px;
      content: '';
      height: 100%;
      width: 5px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }

  .head04, .editor h3 {
    border-bottom: 2px solid #E8E8E8;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    padding: 0 5px 8px;
    position: relative; }

  .head04:after, .editor h3:after {
    background-color: #26a83c;
    content: '';
    height: 2px;
    width: 40px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0; }

  .head05, .editor h4 {
    color: #26a83c;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px; }

  .head06 {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px; }

  /*-- AnchorBox --*/
  .anchorBox {
    margin: 0 0 40px;
    padding: 12px 20px 12px; }
    .anchorBox ul {
      text-align: left; }
      .anchorBox ul li {
        display: inline-block;
        margin-right: 12px; }
        .anchorBox ul li a {
          display: block;
          font-size: 11px;
          font-size: 1.1rem;
          padding: 5px 0px; }
          .anchorBox ul li a:after {
            font-size: 11px;
            margin-left: 7px; }

  /*-- Box --*/
  .bscBox {
    padding: 25px 15px 20px;
    margin-bottom: 0px; }
    .bscBox.bb02 {
      border-top: 3px solid #26a83c; }

  /*-- List --*/
  .indList {
    margin-bottom: 20px; }
    .indList li {
      margin-bottom: 5px;
      text-indent: -1em;
      padding-left: 1em;
      position: relative; }
      .indList li:before {
        content: '・';
        display: inline; }
    .indList.listS li {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5; }
    .indList.list03 li:before, .indList.list04 li:before {
      top: 7px; }
    .indList.border li {
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .indList.border li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }

  .numList {
    margin-bottom: 20px;
    padding-left: 10px; }
    .numList li {
      padding-left: 12px; }
      .numList li:before {
        font-size: 10px;
        line-height: 20px;
        height: 18px;
        width: 18px; }
    .numList.listS li {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5; }

  .linkList {
    margin-bottom: 30px; }
    .linkList li {
      margin-bottom: 5px; }

  /*-- FAQ --*/
  .faqArea dl {
    margin-bottom: 30px; }
    .faqArea dl dt {
      font-size: 15px;
      font-size: 1.5rem;
      margin-bottom: 10px;
      padding-left: 35px;
      position: relative; }
      .faqArea dl dt:before {
        font-size: 14px;
        padding: 2px 8px;
        top: 0px;
        left: 0; }
    .faqArea dl dd {
      font-size: 13px;
      font-size: 1.3rem;
      margin-left: 35px; }

  /*-- TABLE --*/
  .bscTbl {
    margin-bottom: 20px; }
    .bscTbl table th, .bscTbl table td {
      font-size: 12px;
      font-size: 1.0rem;
      line-height: 1.4;
      padding: 14px 5px; }

  .tableScroll,
  .tableScrollLong {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .tableScroll:before,
  .tableScrollLong:before {
    content: '※フリックで横スクロールします';
    display: block;
    font-size: 11px;
    padding-bottom: 10px; }

  .tablewidth,
  .tablewidthLong {
    width: 100%; } }
@media only screen and (max-width: 960px) and (max-width: 600px) {
  .tableScroll table {
    width: 400px;
    margin: auto; } }
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .tableScrollLong table {
    width: 960px !important; } }
@media only screen and (max-width: 960px) {
  .responsive table {
    display: block; }
    .responsive table tbody, .responsive table tr, .responsive table th, .responsive table td {
      display: block;
      text-align: left; }
    .responsive table th {
      font-weight: 600; }

  /*-- FLEX --*/
  .flex {
    display: block;
    margin-bottom: 30px; }
    .flex .img {
      margin-bottom: 5px;
      width: 100% !important; }
      .flex .img.noResize {
        padding-top: 10px;
        text-align: center; }
        .flex .img.noResize img {
          width: auto !important; }
    .flex .data {
      padding: 10px 0;
      width: 100% !important; }
    .flex.reverse .data {
      padding: 10px 0; }
    .flex.img2 .img {
      margin-bottom: 30px;
      width: auto !important; }
      .flex.img2 .img p {
        padding: 10px 0; }
    .flex.img3 .img {
      margin-bottom: 30px;
      width: auto !important; }
      .flex.img3 .img p {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px 0; }

  .imgMix.img2 .img {
    text-align: center;
    width: 100%; }
    .imgMix.img2 .img img {
      height: auto;
      max-height: inherit;
      padding-right: 0;
      width: 100%; }
  .imgMix.img3 .img {
    text-align: center;
    width: 100%; }
    .imgMix.img3 .img img {
      height: auto;
      max-height: inherit;
      width: 100%; }

  /*-- BTN --*/
  .cmnBtn {
    border: none;
    display: block;
    margin: 10px 0;
    padding: 0; }
    .cmnBtn a {
      display: block;
      margin: 0 0 10px;
      padding: 12px 45px 12px 25px; }
      .cmnBtn a:after {
        font-size: 14px;
        top: 23%;
        right: 18px; }
      .cmnBtn a.btnWhiteR {
        color: #26a83c;
        padding: 13px 5px 15px 20px;
        max-width: inherit; }

  /*-- OTHER --*/
  .contactDl {
    padding: 0 0px 20px;
    text-align: left; }
    .contactDl dt {
      color: #26a83c;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1;
      padding: 25px 15px 15px;
      text-align: center; }
    .contactDl dd {
      padding: 20px 20px 5px; }
      .contactDl dd h3 {
        border-bottom: 1px solid #DDD;
        border-top: 1px solid #DDD;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 15px;
        padding: 20px 0 15px; }
      .contactDl dd p {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal; }

  .bscDl dd {
    font-size: 13px;
    font-size: 1.3rem; }

  .staffList {
    padding: 30px 20px 20px;
    margin-bottom: 25px; }
    .staffList .inr {
      display: block; }
      .staffList .inr p.img {
        width: auto;
        text-align: center; }
        .staffList .inr p.img img {
          width: 50%; }
      .staffList .inr .data {
        padding-left: 0;
        width: auto; }
        .staffList .inr .data dl.table {
          display: block;
          margin-bottom: 10px; }
          .staffList .inr .data dl.table dt {
            color: #26a83c;
            display: block;
            font-size: 13px;
            font-size: 1.3rem;
            padding: 10px 0 0;
            width: auto; }
          .staffList .inr .data dl.table dd {
            display: table-cell;
            font-size: 12px;
            font-size: 1.2rem;
            padding: 5px 0 10px;
            width: auto; }
            .staffList .inr .data dl.table dd ul.indList {
              margin-bottom: 0; }
              .staffList .inr .data dl.table dd ul.indList li {
                font-size: 12px;
                font-size: 1.2rem;
                margin-bottom: 0; }
        .staffList .inr .data dl.message {
          border: 1px solid #EEE;
          padding: 15px 15px; }
          .staffList .inr .data dl.message dt {
            color: #26a83c;
            font-size: 13px;
            font-size: 1.3rem;
            margin-bottom: 5px; }
          .staffList .inr .data dl.message dd {
            font-size: 12px;
            font-size: 1.2rem; }

  .newsList {
    border-left: none;
    margin: 0 15px; }
    .newsList ul {
      display: block; }
      .newsList ul li {
        border-right: none;
        border-top: 1px solid #EEE;
        width: auto; }
        .newsList ul li a {
          padding: 15px 15px 15px 0; }
          .newsList ul li a p.tag {
            position: absolute;
            top: 0;
            right: 0; }
            .newsList ul li a p.tag span {
              background-color: #26a83c;
              color: #FFF;
              display: inline-block;
              font-size: 10px;
              font-size: 1rem;
              line-height: 1;
              padding: 8px 15px 7px; }
          .newsList ul li a p.img {
            height: 80px;
            width: 80px; }
          .newsList ul li a p.date {
            font-size: 11px;
            font-size: 1.1rem;
            margin: 0;
            text-align: left; }
          .newsList ul li a p.txt {
            color: #444;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.5;
            text-decoration: underline; }
          .newsList ul li a:hover {
            background-color: #FAFAFA; }
            .newsList ul li a:hover p.txt {
              color: #26a83c;
              text-decoration: none; }
          .newsList ul li a .spFlex {
            display: flex;
            justify-content: space-between;
            align-items: center; }
          .newsList ul li a .data {
            padding: 0 0 0 15px;
            width: calc(100% - 80px); }

  .newsHead {
    display: none; }

  .listBnr {
    display: block;
    margin: 20px 15px 10px; }
    .listBnr li {
      margin: 5px 0;
      width: auto; }
      .listBnr li a img {
        max-width: none; }

  .editor {
    margin: 0 auto;
    padding: 0 15px 10px; }

  .pager {
    margin: 0;
    padding: 30px 0 30px;
    text-align: left; }
    .pager span {
      font-size: 13px;
      font-size: 1.3rem;
      padding: 15px 18px; }

  .cList {
    border: none;
    margin: 0 0;
    padding: 20px 0 0; }
    .cList > ul {
      min-width: inherit !important;
      height: auto !important; }
      .cList > ul > li {
        box-shadow: none;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
        margin: 0 0 10px;
        padding-bottom: 18px;
        position: static;
        width: 100% !important;
        transform: none !important; }
        .cList > ul > li > a, .cList > ul > li > span {
          background: url("../cmn_img/bg_head02.png") right center no-repeat;
          color: #FFF;
          display: block;
          margin: -35px 25px 0;
          padding: 22px 15px 20px 45px;
          text-decoration: none;
          position: relative; }
        .cList > ul > li > a:before, .cList > ul > li > span:before {
          background: url("../cmn_img/bg_clisthead.png") left center no-repeat;
          content: '';
          display: inline-block;
          height: 26px;
          width: 15px;
          position: absolute;
          top: 19px;
          left: 20px; }
        .cList > ul > li > a:after {
          background: url("../cmn_img/bg_cmenu_arrow_w.png") center center no-repeat;
          content: '';
          display: inline-block;
          height: 15px;
          width: 10px;
          position: absolute;
          top: 25px;
          right: 20px; }
        .cList > ul > li .img {
          background-size: cover !important;
          height: 60vw;
          width: 100% !important; }
        .cList > ul > li .subMenu {
          margin: 15px 25px 0;
          padding-bottom: 10px; }
          .cList > ul > li .subMenu li {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.4; }
            .cList > ul > li .subMenu li a {
              border-bottom: 1px dotted #DDD;
              background-position: 93% center;
              color: #333;
              cursor: pointer;
              display: block;
              padding: 12px 12px 9px 16px;
              text-decoration: none;
              transition: 0.2s; }
              .cList > ul > li .subMenu li a:hover {
                background-color: #FAFAFA;
                color: #26a83c; }
          .cList > ul > li .subMenu li.last a {
            border-bottom: none; }
      .cList > ul > li.noImg {
        padding-top: 0; }

  /*-- ListPage --*/
  .indexList {
    padding: 15px 15px 10px; }
    .indexList ul {
      display: flex;
      flex-wrap: wrap; }
      .indexList ul li {
        font-size: 16px;
        width: 100%; }
        .indexList ul li a {
          min-height: 50px;
          padding: 20px 35px 18px 20px;
          width: 100%; }
          .indexList ul li a:after {
            font-size: 8px;
            font-size: 0.8rem; }
          .indexList ul li a:before {
            font-size: 20px;
            right: 15px;
            transition: 0.2s; }

  .indexList.list2 {
    margin-bottom: 30px;
    padding: 15px 15px 10px; }
    .indexList.list2 ul li {
      font-size: 16px; }
      .indexList.list2 ul li a {
        min-height: auto;
        padding: 15px 35px 12px 20px; }
        .indexList.list2 ul li a:after {
          content: attr(data-text);
          color: #26a83c;
          display: block;
          font-family: "Renner*";
          font-size: 10px;
          font-size: 1rem;
          font-weight: 400;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          width: 100%; }
        .indexList.list2 ul li a:before {
          font-size: 20px; }
        .indexList.list2 ul li a:hover {
          color: #26a83c; }
          .indexList.list2 ul li a:hover:before {
            right: 15px; }

  /*-- Kakehashi --*/
  .kakehashiList ul li {
    font-size: 12px; }
    .kakehashiList ul li a {
      flex-wrap: wrap;
      padding: 18px 5px 15px 10px; }
      .kakehashiList ul li a span.vol {
        display: inline-block;
        font-size: 11px;
        line-height: 1.2;
        margin-right: 12px;
        padding: 5px 10px 3px; }
      .kakehashiList ul li a span.date {
        font-size: 12px;
        margin-right: 15px; }
      .kakehashiList ul li a span.data {
        padding-top: 5px;
        text-decoration: none; }
  .kakehashiList ul li.first a {
    padding: 20px 10px; }
    .kakehashiList ul li.first a p.img {
      line-height: 1;
      padding: 6px;
      width: 35%; }
      .kakehashiList ul li.first a p.img img {
        height: auto;
        width: 100%; }
    .kakehashiList ul li.first a .box {
      display: block;
      padding: 0 0 0 20px;
      width: 65%; }
      .kakehashiList ul li.first a .box span.vol {
        font-size: 12px;
        margin: 5px 0 15px;
        padding: 0 0 15px; }
      .kakehashiList ul li.first a .box span.date {
        margin-right: 12px; }
        .kakehashiList ul li.first a .box span.date:after {
          font-size: 11px; }
      .kakehashiList ul li.first a .box span.data {
        font-size: 18px;
        padding-top: 0; }

  /*-- Event --*/
  .eventList ul li {
    font-size: 13px; }
    .eventList ul li a {
      padding: 15px 0; }
      .eventList ul li a p.img {
        padding: 10px;
        height: 80px;
        width: 80px; }
      .eventList ul li a .box {
        display: block;
        padding: 0 10px 0 20px;
        width: calc(100% - 80px); }
        .eventList ul li a .box span.date {
          font-size: 12px;
          margin: 0 0 4px 0;
          padding-top: 0; }
          .eventList ul li a .box span.date:after {
            font-size: 10px;
            line-height: 1.2;
            padding: 4px 10px 2px; }
        .eventList ul li a .box span.data {
          padding-top: 0;
          text-decoration: underline; }
      .eventList ul li a:hover {
        background-color: transparent; }
    .eventList ul li a[href$=".pdf"] span.data:after {
      content: "\f1c1";
      color: #26a83c;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 15px;
      font-weight: bold;
      margin-left: 7px;
      margin-top: -2px;
      transition: 0.2s;
      vertical-align: top; }

  .eventTitle {
    margin: 0 0 20px;
    min-height: 130px;
    padding: 0 20px; }
    .eventTitle span.date {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      padding-top: 0; }
      .eventTitle span.date:after {
        font-size: 10px;
        font-weight: normal;
        line-height: 1.4;
        padding: 4px 10px 2px; }
    .eventTitle span.data {
      display: block;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4;
      padding-top: 8px; }

  .eventTitle.gohokoku span.date::after {
    background-color: #FF9300;
    content: 'ご報告'; }

  /*-- News --*/
  .newsIndex {
    border-top: none; }
    .newsIndex ul li {
      font-size: 13px; }
      .newsIndex ul li a {
        display: block;
        padding: 20px 0; }
        .newsIndex ul li a span.date {
          display: block; }
        .newsIndex ul li a span.data {
          text-decoration: none; }
        .newsIndex ul li a:hover {
          background-color: transparent; }

  .newsTitle {
    margin: 0 0 20px;
    padding: 0 20px 20px; }
    .newsTitle span.date {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      padding-top: 0; }
      .newsTitle span.date:after {
        font-size: 10px;
        font-weight: normal;
        line-height: 1.4;
        padding: 4px 10px 2px; }
    .newsTitle span.data {
      display: block;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.4;
      padding-top: 8px; }

  /*-- inquiry --*/
  .inquirySection {
    max-width: auto; }
    .inquirySection .bscTbl.tbl01 table th {
      width: auto; }
    .inquirySection select {
      font-size: 14px;
      width: auto; }
    .inquirySection input[type=text] {
      width: 100%; }
    .inquirySection input[type=checkbox] {
      margin-right: 5px; }
    .inquirySection input[type=text].sp30 {
      width: 30% !important; }
    .inquirySection input[type=text].sp20 {
      width: 20% !important; }
    .inquirySection textarea.txtarea {
      font-size: 14px;
      height: 180px;
      padding: 10px 0;
      width: 100%; }
    .inquirySection .submitBtn {
      padding: 0 0 20px; }
      .inquirySection .submitBtn input {
        display: block;
        padding: 10px 0;
        min-width: auto;
        width: 100%; }

  /*-- Student --*/
  .studentList ul {
    display: block; }
    .studentList ul li {
      margin-bottom: 30px;
      padding: 15px 25px 25px;
      width: auto; }
      .studentList ul li .profile {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px; }
        .studentList ul li .profile h3 {
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.08em; }
          .studentList ul li .profile h3 span {
            background: linear-gradient(#1AAA35, #63BE00);
            color: #FFF;
            font-size: 9px;
            font-size: 0.9rem;
            margin-right: 7px;
            padding: 4px 10px 3px;
            vertical-align: 3px; }
      .studentList ul li h4 {
        font-size: 15px;
        margin-bottom: 10px; }
      .studentList ul li p {
        font-size: 13px;
        font-size: 1.3rem; }

  /*-- courseData ▼--*/
  .courseData {
    background-color: #F5FCF6; }
    .courseData .courseDataInr {
      display: block;
      margin: 0 auto;
      padding: 25px 0 40px; }
      .courseData .courseDataInr .cdR {
        margin: auto;
        max-width: 94%;
        width: 100%;
        margin-bottom: 30px; }
        .courseData .courseDataInr .cdR img {
          width: 100%; }
      .courseData .courseDataInr .cdL {
        width: 94%;
        margin: auto; }
        .courseData .courseDataInr .cdL .box {
          display: block; }
          .courseData .courseDataInr .cdL .box .imgtop {
            width: 20%;
            margin: auto;
            text-align: center; }
            .courseData .courseDataInr .cdL .box .imgtop img {
              width: 100%; }
          .courseData .courseDataInr .cdL .box dl {
            padding-left: 0px; }
            .courseData .courseDataInr .cdL .box dl dt {
              text-align: center; }
        .courseData .courseDataInr .cdL ul {
          margin-bottom: 20px; }
        .courseData .courseDataInr .cdL h1 span {
          margin-left: 0px; }

  /*-- course ▼--*/
  .tabMenu ul {
    display: flex;
    text-align: center;
    align-content: space-between; }
    .tabMenu ul li {
      background-color: #EFEFEF;
      font-size: 10px;
      min-width: 10%;
      margin-right: 2%;
      width: 32% !important;
      padding: 10px 5px;
      display: flex;
      justify-content: center; }
      .tabMenu ul li span {
        display: flex;
        justify-content: center;
        align-items: center; }
      .tabMenu ul li.current {
        background-color: #26a83c;
        color: #FFF; }
    .tabMenu ul li:last-child {
      margin-right: 0; }
  .tabMenu ul.highnav li {
    width: 49% !important; }

  #tab {
    padding: 30px 20px; }

  .courseTbl {
    display: flex;
    justify-content: space-between; }
    .courseTbl .courseTblinr table th {
      vertical-align: middle; }
    .courseTbl .courseTblinr table th.ttl {
      width: 18%;
      vertical-align: middle; }
    .courseTbl .courseTblinr table th.ttl.sp-width-20 {
      width: 20%; }
    .courseTbl .courseTblinr table th.sp-width-60 {
      width: 63%;
      vertical-align: middle; }
    .courseTbl .courseTblinr table th.sp-width-25 {
      width: 25%;
      vertical-align: middle; }
    .courseTbl .courseTblinr table tr td span {
      font-size: 11px; }
    .courseTbl .courseTblinr p.setumei-txt {
      font-size: 11px; }
    .courseTbl .courseTblinr p.redtxt {
      font-size: 11px; }

  .courseTbl.other table {
    width: 100% !important; }
    .courseTbl.other table th.ttl {
      width: 70%; }

  .courseTbl.otherPri table th.ttl {
    width: 35%; }

  /*-- Entry --*/
  .flowBox {
    margin: 0 0 30px;
    padding: 25px 20px;
    margin-bottom: 20px; }
    .flowBox h2 {
      color: #26a83c;
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 15px; }
      .flowBox h2 span {
        display: block;
        font-size: 13px;
        border-bottom: none;
        margin-right: 0; }
    .flowBox dl {
      padding: 25px 10px; }
      .flowBox dl dt {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center; }
      .flowBox dl dd {
        font-size: 13px;
        margin-bottom: 5px;
        text-indent: -0.8em;
        padding-left: 2em; }
        .flowBox dl dd i {
          color: #26a83c;
          margin-right: 0.5em; }

  .arrow {
    margin: 0 auto 20px;
    padding-top: 35px;
    position: relative; }
    .arrow:before {
      width: 70px;
      height: 30px;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#f9ac23));
      background-image: -webkit-linear-gradient(#FFFFFF, #f9ac23);
      background-image: linear-gradient(#FFFFFF, #f9ac23);
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -35px; }
    .arrow:after {
      border-top: 25px solid #f9ac23;
      border-left: 70px solid transparent;
      border-right: 70px solid transparent;
      content: "";
      position: absolute;
      top: 30px;
      left: 50%;
      margin-left: -70px; }

  /*-- Access --*/
  .map iframe {
    height: 250px;
    width: 100%; }

  .accessData {
    margin: 25px 0 20px; }
    .accessData dt {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px; }

  /*-- About --*/
  .about00 {
    margin: 0 auto; }
    .about00 h2 {
      font-size: 20px;
      font-size: 2rem; }
      .about00 h2 span {
        font-size: 11px;
        font-size: 1.1rem; }

  .about01 {
    background: none;
    max-width: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    .about01 .about01Inr {
      background: none;
      height: auto; }
      .about01 .about01Inr img {
        height: auto;
        width: 100%; }

  .about02 {
    background: none;
    max-width: none;
    padding: 0;
    height: auto; }
    .about02 img {
      height: auto;
      width: 100%; }

  .flowSec .flex.img2 .img .bscBox {
    min-height: auto; }

  .abouttop01 {
    margin-bottom: 0;
    padding: 50px 0 0;
    text-align: left; }
    .abouttop01 .inr {
      display: block;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      position: relative; }
      .abouttop01 .inr .inrL {
        padding: 0 15px 40px;
        width: auto; }
        .abouttop01 .inr .inrL h2 {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1;
          margin: 0 0 25px;
          width: auto;
          text-align: center; }
          .abouttop01 .inr .inrL h2 span {
            font-size: 11px;
            font-size: 1.1rem;
            padding-top: 15px; }
        .abouttop01 .inr .inrL h3 {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 1.6;
          letter-spacing: 0.1em;
          margin: 0 0 25px;
          width: 100%; }
          .abouttop01 .inr .inrL h3 br {
            display: none; }
        .abouttop01 .inr .inrL .btn {
          margin: 30px 10px 0;
          text-align: center; }
          .abouttop01 .inr .inrL .btn a {
            display: block;
            min-width: none;
            padding: 8px 20px;
            text-align: center; }
            .abouttop01 .inr .inrL .btn a:hover {
              background-color: #26a83c; }
      .abouttop01 .inr .inrR {
        background: url("../uniq/top/img_top01_01.png") left top no-repeat;
        background-size: cover;
        height: 200px;
        min-height: auto;
        width: auto; }
    .abouttop01:after {
      color: #EEF9EB;
      content: 'KUBOTA';
      display: block;
      font-family: "Renner*";
      font-size: 10vw;
      letter-spacing: 0.1em;
      position: absolute;
      bottom: 10%;
      left: 2%; }

  .abouttop02 {
    margin-bottom: 0;
    padding: 40px 25px 15px !important; }
    .abouttop02 .inr {
      margin: 0 auto;
      max-width: 1080px; }
      .abouttop02 .inr h2 {
        font-size: 30px;
        font-size: 3rem;
        margin: 0 0 25px;
        width: auto; }
        .abouttop02 .inr h2 span {
          font-size: 11px;
          font-size: 1.1rem; }
      .abouttop02 .inr ul {
        display: block; }
        .abouttop02 .inr ul li {
          margin-bottom: 20px;
          width: auto;
          max-width: none; }
          .abouttop02 .inr ul li a:hover {
            transform: scale(1); }
          .abouttop02 .inr ul li a .data {
            padding: 10px 20px 20px; }
            .abouttop02 .inr ul li a .data h3 span.tag {
              background: linear-gradient(#1AAA35, #63BE00);
              border-radius: 1px;
              color: #FFF;
              display: inline-block;
              font-size: 10px;
              font-size: 1rem;
              font-weight: 600;
              line-height: 1;
              margin-right: 7px;
              padding: 6px 10px;
              vertical-align: 3px; }
            .abouttop02 .inr ul li a .data h3 span.en {
              display: block;
              color: #26a83c;
              font-weight: normal;
              font-size: 13px;
              font-style: italic;
              font-family: "Renner*";
              font-weight: 300;
              letter-spacing: 0.1em;
              vertical-align: middle;
              text-transform: uppercase; }

  .about00 {
    padding-left: 15px; } }
/* Responsive End */
