/* CSS Document */
#topslide .swiper-img {
  width: 100%;
  height: 600px;
  background-position: center; }
  @media screen and (max-width: 1199px) {
    #topslide .swiper-img {
      height: 495px; } }
  @media screen and (max-width: 991px) {
    #topslide .swiper-img {
      height: 355px; } }
#topslide .img1 {
  background-image: url("../img/top-slide-1.jpg");
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #topslide .img1 {
      background-image: url("../img/top-slide-1-s.jpg"); } }
#topslide .img2 {
  background-image: url("../img/top-slide-2.jpg");
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #topslide .img2 {
      background-image: url("../img/top-slide-2-s.jpg"); } }
#topslide .img3 {
  background-image: url("../img/top-slide-3.jpg");
  background-size: cover; }
  @media screen and (max-width: 767px) {
    #topslide .img3 {
      background-image: url("../img/top-slide-3-s.jpg"); } }

#news {
  margin-top: 6rem; }
  @media screen and (max-width: 991px) {
    #news {
      margin-top: 4rem; } }
  #news .news-background {
    background-image: url("../img/top-news_background.jpg");
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
    #news .news-background .midashi {
      border-bottom: solid 0.5px #333333; }
      #news .news-background .midashi h3 {
        padding-top: 3rem;
        margin-bottom: 2rem;
        text-shadow: 3px 0px 0px white; }
        @media screen and (max-width: 991px) {
          #news .news-background .midashi h3 {
            padding-top: 2rem;
            line-height: 1.3rem; } }
        #news .news-background .midashi h3 span {
          text-shadow: none; }
    #news .news-background .news-box {
      padding: 1.5rem; }
      #news .news-background .news-box .tab_item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 19.2%;
        margin-right: 1%;
        margin-bottom: 0;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        color: #4d4d4d;
        float: left;
        font-weight: 500;
        transition: all 0.2s ease; }
        @media screen and (max-width: 991px) {
          #news .news-background .news-box .tab_item {
            height: 40px; } }
        @media screen and (max-width: 767px) {
          #news .news-background .news-box .tab_item {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 575px) {
          #news .news-background .news-box .tab_item {
            width: 32.64%;
            font-size: 14px;
            font-size: 1.4rem; } }
        #news .news-background .news-box .tab_item:first-of-type {
          border: 2px solid #13ae67;
          background-color: #fff;
          color: #13ae67;
          border-bottom: none; }
          @media screen and (max-width: 575px) {
            #news .news-background .news-box .tab_item:first-of-type {
              width: 49.5%; } }
        #news .news-background .news-box .tab_item:nth-of-type(2) {
          color: #66aef8;
          border: 2px solid #66aef8;
          background-color: #fff;
          border-bottom: none; }
          @media screen and (max-width: 575px) {
            #news .news-background .news-box .tab_item:nth-of-type(2) {
              width: 49.5%;
              margin-right: 0; } }
        #news .news-background .news-box .tab_item:nth-of-type(3) {
          color: #f48c8c;
          border: 2px solid #f48c8c;
          background-color: #fff;
          border-bottom: none; }
        #news .news-background .news-box .tab_item:nth-of-type(4) {
          color: #a2a2d0;
          border: 2px solid #a2a2d0;
          background-color: #fff;
          border-bottom: none; }
        #news .news-background .news-box .tab_item:last-of-type {
          color: #a9a9a9;
          border: 2px solid #a9a9a9;
          background-color: #fff;
          border-bottom: none;
          margin-right: 0; }
        #news .news-background .news-box .tab_item:hover {
          cursor: pointer; }
      #news .news-background .news-box input[name="tab_item"] {
        display: none; }
      #news .news-background .news-box .tab_content {
        clear: both;
        overflow: hidden;
        display: none; }
      #news .news-background .news-box #all:checked ~ #all_content, #news .news-background .news-box #volunteer:checked ~ #volunteer_content, #news .news-background .news-box #seminar:checked ~ #seminar_content, #news .news-background .news-box #event:checked ~ #event_content, #news .news-background .news-box #subsidy:checked ~ #subsidy_content, #news .news-background .news-box #others:checked ~ #others_content {
        display: block; }
      #news .news-background .news-box .tabs input:checked + .all {
        background-color: #13ae67;
        color: #fff; }
      #news .news-background .news-box .tabs input:checked + .seminar {
        background-color: #66aef8;
        color: #fff; }
      #news .news-background .news-box .tabs input:checked + .event {
        background-color: #f48c8c;
        color: #fff; }
      #news .news-background .news-box .tabs input:checked + .subsidy {
        background-color: #a2a2d0;
        color: #fff; }
      #news .news-background .news-box .tabs input:checked + .others {
        background-color: #a9a9a9;
        color: #fff; }
      #news .news-background .news-box .newsarea {
        height: 480px;
        text-align: left;
        background-color: #FFFFFF;
        border: solid 2px #13ae67;
        padding: 0 10px 10px 10px;
        overflow: scroll;
        margin-bottom: 0px;
        list-style: none; }
        @media screen and (max-width: 767px) {
          #news .news-background .news-box .newsarea {
            height: 390px; } }
        @media screen and (max-width: 575px) {
          #news .news-background .news-box .newsarea {
            height: 305px; } }
        #news .news-background .news-box .newsarea li {
          line-height: 1.5;
          padding: 1.5rem 2rem;
          border-bottom: dashed 1px rgba(151, 151, 151, 0.8);
          transition: 0.3s; }
          @media screen and (max-width: 575px) {
            #news .news-background .news-box .newsarea li {
              padding: 2rem 1rem; } }
          #news .news-background .news-box .newsarea li p {
            display: inline;
            padding-left: 1rem; }
          #news .news-background .news-box .newsarea li:hover {
            background-color: #fffbe1; }
          #news .news-background .news-box .newsarea li dl {
            margin-bottom: 0; }
            #news .news-background .news-box .newsarea li dl dt {
              color: #13ae67;
              font-size: 18px;
              font-size: 1.8rem;
              font-weight: 500; }
            #news .news-background .news-box .newsarea li dl dd {
              text-align: justify;
              margin-bottom: 0; }
          #news .news-background .news-box .newsarea li a {
            color: #4d4d4d;
            font-size: 100%;
            text-align: left;
            display: block; }
            @media screen and (max-width: 575px) {
              #news .news-background .news-box .newsarea li a {
                font-size: 100%; } }
            #news .news-background .news-box .newsarea li a div.type {
              display: inline-block;
              text-align: center;
              width: 110px;
              padding: 0.5rem 0;
              margin-bottom: 0.5rem;
              font-size: 100%;
              color: #fff;
              font-weight: 600;
              border-radius: 3px; }
              @media screen and (max-width: 575px) {
                #news .news-background .news-box .newsarea li a div.type {
                  font-size: 100%;
                  padding: 0.3rem 0; } }
          #news .news-background .news-box .newsarea li .seminar {
            background-color: #66aef8; }
          #news .news-background .news-box .newsarea li .event {
            background-color: #f48c8c; }
          #news .news-background .news-box .newsarea li .subsidy {
            background-color: #a2a2d0; }
          #news .news-background .news-box .newsarea li .others {
            background-color: #a9a9a9; }
          #news .news-background .news-box .newsarea li .uncategorized {
            background-color: #a9a9a9; }
          #news .news-background .news-box .newsarea li .type_seminar {
            background-color: #66aef8; }
          #news .news-background .news-box .newsarea li .type_event {
            background-color: #f48c8c; }
          #news .news-background .news-box .newsarea li .type_subsidy {
            background-color: #a2a2d0; }
          #news .news-background .news-box .newsarea li .type_others {
            background-color: #a9a9a9; }
        @media screen and (max-width: 575px) {
          #news .news-background .news-box .newsarea li:first-child {
            padding-top: 0.5rem; } }

#info {
  padding: 9rem 0; }
  @media screen and (max-width: 991px) {
    #info {
      padding: 6rem 0; } }
  @media screen and (max-width: 767px) {
    #info {
      padding: 5rem 0 3rem 0; } }
  @media screen and (max-width: 575px) {
    #info {
      padding: 5rem 0 0rem 0; } }
  @media screen and (max-width: 767px) {
    #info .info-box img {
      width: 100%; } }
  #info .info-box dl {
    border-bottom: solid 0.5px #333333;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      #info .info-box dl {
        margin-bottom: 4rem; } }
    #info .info-box dl dt {
      font-size: 20px;
      font-size: 2rem;
      padding-bottom: 0.7rem; }
      #info .info-box dl dt::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        padding-right: 0.5rem;
        color: #ffa300; }
      #info .info-box dl dt a {
        color: #13ae67; }
        #info .info-box dl dt a:hover {
          color: #ffa300; }
    #info .info-box dl dd {
      line-height: 1.5em; }
