@charset "UTF-8";
/*-----------------------------------------------------

　新見森林組合 PC用CSS
　URL:https://

-----------------------------------------------------*/
/* right beige */
/* pale beige */
/* beige */
/* right green */
/* dark green */
/* light beige*/
/* FOTクレーPro */
/* Bressay */
/* #########################

	共通設定

######################### */
a {
  color: #000; }
  a:hover {
    color: #1cbd0e; }

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none; }

sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

.pchidden {
  display: none; }

.w100img {
  width: 100%; }

/* Adobe WEB FONTS class */
/* #########################

	Header

######################### */
/* 共通ヘッダ */
/* トップページ用は下部に追記 */
header {
  width: 100%;
  box-sizing: border-box; }
  header div {
    width: 100%;
    min-height: 80px;
    /* 36+22+22px */
    background: #fff;
    padding: 22px;
    margin: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*flex-start,center,space-between*/ }
    header div h1 {
      color: #000;
      vertical-align: middle;
      font-family: fot-tsukubrdgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 26px;
      margin: 0px;
      padding: 0px; }
      header div h1 a {
        text-decoration: none; }
        header div h1 a img {
          width: 128px;
          height: 36px;
          vertical-align: bottom;
          margin-right: 10px; }
        header div h1 a:hover {
          color: #000;
          opacity: 0.8;
          filter: alpha(opacity=80);
          -ms-filter: alpha(opacity=80); }
    header div nav {
      vertical-align: middle;
      position: relative;
      margin: 0px;
      padding: 0px;
      text-align: right; }
      header div nav ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /*flex-start,center,space-between*/
        margin: 0px;
        padding: 0px; }
        header div nav ul li {
          height: 36px;
          padding: 0px 0px 0px 20px;
          font-size: 20px;
          text-align: right;
          display: inline-block; }
          header div nav ul li a {
            color: #000;
            font-size: 16px;
            font-family: fot-tsukubrdgothic-std, sans-serif;
            font-weight: 400;
            font-style: normal;
            text-decoration: none;
            position: relative;
            display: inline-block;
            text-decoration: none;
            letter-spacing: 0px;
            line-height: 120%;
            padding: 0px 8px; }
            header div nav ul li a::after {
              position: absolute;
              bottom: -10px;
              left: 0;
              content: '';
              width: 100%;
              height: 2px;
              background: #1cbd0e;
              opacity: 0;
              visibility: hidden;
              transition: .3s; }
            header div nav ul li a:hover {
              color: #000;
              transition: .3s; }
              header div nav ul li a:hover::after {
                bottom: -6px;
                opacity: 1;
                visibility: visible; }
            header div nav ul li a.active {
              font-weight: 700;
              letter-spacing: 0px; }
              header div nav ul li a.active::after {
                position: absolute;
                bottom: -6px;
                left: 0;
                content: '';
                width: 100%;
                height: 2px;
                background: #1cbd0e;
                opacity: 100;
                visibility: visible;
                transition: 0s; }
            header div nav ul li a#inquirybtn {
              display: block;
              background: #1cbd0e none;
              color: #fff;
              padding: 8px 30px;
              border-radius: 18px;
              -webkit-border-radius: 18px;
              -moz-border-radius: 18px;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease; }
              header div nav ul li a#inquirybtn::after {
                display: none; }
              header div nav ul li a#inquirybtn:hover {
                background: #378132; }
              header div nav ul li a#inquirybtn.active {
                background: #378132; }

#navToggle {
  display: none; }

/* トップヘッダ */
header#top-header {
  padding: 22px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800; }

/* #########################

	Contents

######################### */
/* ##### Contents ##### */
#top-contents {
  margin: 0px;
  padding: 100px 0px;
  overflow: hidden; }
  #top-contents article {
    width: 80%;
    margin: 0px auto;
    overflow: visible; }

#contents {
  margin: 0px;
  padding: 0px 0px 200px 0px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }
  #contents article {
    width: 80%;
    margin: 0px auto;
    overflow: visible; }

/* ##### Head ##### */
#top-contents h2 {
  width: 20%;
  background: transparent url(../img/bg_h2bg.png) left bottom no-repeat;
  background-size: 140px 166px;
  min-height: 166px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 85%;
  padding: 0px 0px 0px 100px;
  margin: 0px 0px 50px 0px;
  /*box-sizing: border-box;*/
  position: relative;
  display: flex;
  align-items: flex-end; }
  #top-contents h2 strong span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    padding: 0px; }

#secondary-title div {
  display: inline-block;
  background: transparent url(../img/bg_h2bg.png) left bottom no-repeat;
  background-size: 140px 166px;
  min-height: 166px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 85%;
  padding: 0px 0px 0px 100px;
  margin: 0px 0px 50px 0px;
  position: relative;
  /*box-sizing: border-box;*/ }
  #secondary-title div h2 {
    min-height: 166px;
    word-break: normal;
    display: flex;
    align-items: flex-end;
    text-align: left; }
    #secondary-title div h2 strong span {
      display: block;
      font-size: 18px;
      font-weight: 400;
      font-style: normal;
      margin: 0px;
      padding: 0px; }

h3 {
  color: #000;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 2.3rem;
  margin: 80px 0px 20px 0px;
  padding-bottom: 10px; }
  h3:after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: url(../img/bg_h3bg.png) left top repeat;
    background-size: 670px 118px;
    margin-top: 5px; }
  h3:first-child {
    margin-top: 0px; }

h4 {
  background: transparent url(../img/bg_h4bg.png) 0px 5px no-repeat;
  color: #008d45;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding: 0px 5px 0px 35px;
  margin: 20px 0px 10px 0px; }

h5 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 150%;
  margin: 10px 0px 10px 0px;
  padding-left: 25px;
  position: relative; }
  h5:before {
    display: inline-block;
    content: "●";
    color: #87c13f;
    position: absolute;
    top: 0px;
    left: 0px; }

/* ##### Element ##### */
ul {
  margin: 5px 0px 10px 1.5em; }
  ul.list-none {
    margin-left: 0px; }
    ul.list-none > li {
      list-style: none; }
  ul li {
    margin-bottom: 3px; }

ol {
  margin: 5px 0px 10px 2em; }
  ol li {
    margin-bottom: 3px; }

table {
  margin: 10px 0px;
  border-collapse: collapse;
  border: 1px solid #000; }
  table th {
    background: #e2e7d0;
    color: #000;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding: 20px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }
    table th.clear {
      background: transparent; }
  table td {
    padding: 20px 30px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }

/* ##### Btn ##### */
.btn-nml {
  text-align: center;
  margin: 30px auto;
  padding: 0px 0px; }
  .btn-nml a {
    display: inline-block;
    background: #1cbd0e;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    margin: 0px;
    padding: 8px 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .btn-nml a:hover {
      background-color: #378132; }

.top-morebtn a {
  display: inline-block;
  color: #378132;
  font-family: fot-klee-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 50px;
  border: 1px solid #378132;
  position: relative;
  justify-content: center;
  align-items: center; }
  .top-morebtn a:before,
  .top-morebtn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    background: #378132;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  .top-morebtn a:before {
    width: 60px;
    transform: translate(30px, 0px); }
  .top-morebtn a:after {
    width: 15px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg); }
  .top-morebtn a:hover:before {
    transform: translate(50px, 0px); }
  .top-morebtn a:hover:after {
    transform: translate(50px, 0px) rotate(25deg); }

.top-morebtn.white a {
  color: #fff;
  border: 1px solid #fff; }
  .top-morebtn.white a:before,
  .top-morebtn.white a:after {
    background: #fff; }

#backbtn {
  margin: 50px auto 20px auto;
  text-align: center; }
  #backbtn a {
    display: inine-block;
    background: #1cbd0e none;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    padding: 18px 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    #backbtn a:hover {
      background: #378132; }

/* ##### Page Nation ##### */
.pageNav {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 100px auto 0px auto; }
  .pageNav a {
    background: #938075;
    border: 1px solid #938075;
    color: #fff;
    text-decoration: none; }
    .pageNav a:hover {
      background: #378132;
      color: #fff;
      border: 1px solid #378132; }

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 14px 17px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.pageNav .current {
  background: #1cbd0e;
  border: 1px solid #1cbd0e;
  color: #fff; }

.pageNav .invalid {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff; }

/* #########################

	Footer

######################### */
footer {
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative; }
  footer #footer-bg {
    width: 100%;
    height: 126px;
    background: transparent url(../img/img_footer_illust.png) center top repeat-x;
    background-size: 1460px 126px;
    z-index: 500;
    position: absolute;
    top: -70px; }
  footer #footer-cont {
    background: #b2d152 none;
    margin: 0px 0 0 0;
    padding: 100px 5% 50px 5%;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*flex-start,center,space-between*/ }
    footer #footer-cont > div {
      max-width: 60%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      /*flex-start,center,space-between*/ }
      footer #footer-cont > div address {
        display: block;
        font-style: normal;
        line-height: 135%;
        vertical-align: middle; }
        footer #footer-cont > div address strong {
          display: block;
          color: #603813;
          font-size: 28px;
          padding: 5px 0px 15px 0px; }
        footer #footer-cont > div address a:hover {
          color: #000; }
      footer #footer-cont > div p {
        margin-left: 20px;
        vertical-align: middle; }
    footer #footer-cont nav {
      width: 40%;
      min-width: 500px;
      height: 130px; }
      footer #footer-cont nav ul {
        width: 100%;
        height: 130px;
        list-style: none;
        margin: 0;
        padding: 0;
        column-count: 3; }
        footer #footer-cont nav ul li {
          width: 11em;
          margin: 0 0 10px 10px; }
          footer #footer-cont nav ul li a:hover {
            color: #378132; }
  footer #copyright {
    background: #378132;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    margin: 0px;
    padding: 10px 0px; }

#btn-pagetop {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2000; }
  #btn-pagetop a {
    display: block;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70); }
    #btn-pagetop a img {
      width: 45px;
      height: 45px; }
    #btn-pagetop a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: alpha(opacity=100); }

/* #########################

	Toppage

######################### */
/* ##### スクロールでなんやかんや（jQuery） ##### */
/* 1.フェードインアニメーションの指定 */
.scrollanime {
  opacity: 0; }

/* 一瞬表示されるのを防ぐ */
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
  animation-fill-mode: forwards; }

@keyframes fadeInDown {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0); } }

/* 2.上下の動きを指定 */
.updown {
  transform: translateY(-100px); }

.downup {
  transform: translateY(100px); }

/* 3.左右の動きを指定 */
.sect02 {
  overflow: hidden; }

/*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px); }

.slide-left {
  transform: translateX(-200px); }

/* ##### イメージ ##### */
.slidearea {
  width: 100vw;
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }
  .slidearea .sp-slides {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 100; }
    .slidearea .sp-slides li {
      height: 70vh;
      margin: 0; }
      .slidearea .sp-slides li img {
        vertical-align: middle; }

#top-image {
  position: relative; }
  #top-image p#catchcopy {
    z-index: 300;
    color: #fff;
    font-family: ab-mayuminwalk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 39px;
    text-align: center;
    line-height: 180%;
    text-shadow: #000 1px 0 10px;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0); }
  #top-image p#coverillust-l {
    z-index: 300;
    width: 49%;
    max-width: 500px;
    max-height: 205px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 0;
    bottom: -85px; }
    #top-image p#coverillust-l img {
      width: 100%; }
  #top-image p#coverillust-r {
    z-index: 300;
    width: 49%;
    max-width: 500px;
    max-height: 205px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0;
    bottom: -85px; }
    #top-image p#coverillust-r img {
      width: 100%; }

/* ########## コンテンツ ########## */
/* ##### 新見市森林組合について ##### */
#top-about {
  /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 7vw));*/
  /*clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%);*/
  background-color: #faf8f0;
  padding: 0 0 150px 0;
  position: relative;
  overflow: visible; }
  #top-about article {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /*flex-start,center,space-between*/
    align-items: center; }
    #top-about article div {
      width: 50%;
      margin-left: 5%; }
  #top-about #top-image01 {
    width: 25%;
    max-width: 390px;
    max-height: 390px;
    position: absolute;
    bottom: -5%;
    right: -50px;
    z-index: 500; }
    #top-about #top-image01 img {
      width: 100%; }

/* ##### お知らせ ##### */
#top-news {
  clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% calc(100% - 4vw), 0 100%);
  /*clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%); 上*/
  /*clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7vw), 0 100%); 下*/
  background-color: #f4efdd;
  position: relative;
  margin: -7vw 0 0 0;
  padding: calc(150px + 4vw) 0 150px 0; }
  #top-news article {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /*flex-start,center,space-between*/
    align-items: center;
    /*flex-start,center,flex-end,baseline,stretch*/ }
    #top-news article div {
      width: 70%;
      margin-left: 5%; }

/* ##### SNS/バナー ##### */
#sns-bn {
  /*clip-path: polygon(0 calc(0% + 4vw), 100% 0, 100% 100%, 0 100%);*/
  background-color: #faf8f0;
  position: relative;
  /*margin: -4vw 0 0 0;*/
  padding: 150px 0 0 0; }
  #sns-bn article {
    max-width: 1000px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*flex-start,center,space-between*/
    margin: 0 auto; }
    #sns-bn article > div {
      width: 45%; }
      #sns-bn article > div:first-child {
        width: 500px; }
      #sns-bn article > div iframe {
        width: 500px;
        height: 450px; }
      #sns-bn article > div ul {
        margin: 0px;
        list-style: none; }
        #sns-bn article > div ul li {
          width: 400px;
          height: 110px;
          margin: 0 0 20px 0; }
          #sns-bn article > div ul li a {
            display: block;
            width: 400px;
            height: 110px; }
            #sns-bn article > div ul li a img {
              width: 100%; }
            #sns-bn article > div ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80);
              -ms-filter: alpha(opacity=80); }
  #sns-bn #top-image02 {
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    top: -200px;
    left: 20%;
    z-index: 1000; }
    #sns-bn #top-image02 img {
      width: 100%; }

/* =========================== Secondary =========================== */
#secondary-title {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
  background-color: #f4efdd;
  text-align: center;
  padding: 100px 0 100px 0;
  margin-bottom: 100px;
  position: relative;
  overflow: visible; }
  #secondary-title p {
    width: 80%;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 0px auto;
    padding: 0px; }

.greenlinebox {
  background: #fff;
  padding: 30px 20px;
  border: 10px solid #39b04a;
  box-sizing: border-box; }

.photo2clum {
  list-style: none;
  margin: 10px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/ }
  .photo2clum li {
    width: calc(100% / 2 - (0.5% * 2)); }
    .photo2clum li img {
      width: 100%;
      vertical-align: top; }
    .photo2clum li span {
      display: block;
      font-size: 14px; }

.underline {
  background: linear-gradient(transparent 70%, #f7e921 70%); }

#localnav {
  text-align: center;
  margin: 0px auto 50px auto; }
  #localnav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*flex-start,center,space-between*/ }
    #localnav ul li {
      width: 208px;
      margin: 0px;
      padding: 0px; }
      #localnav ul li a {
        display: block;
        background: #8dde87 url(../img/icon_subsidized_navlink.png) 95% 50% no-repeat;
        color: #fff;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        padding: 5px;
        border: 1px solid #1cbd0e;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #localnav ul li a:hover {
          background-color: #1cbd0e; }
        #localnav ul li a#leftbtn {
          border-radius: 30px 0px 0px 30px;
          /* 左上 | 右上 | 右下 | 左下 */ }
        #localnav ul li a#rightbtn {
          border-radius: 0px 30px 30px 0px;
          /* 左上 | 右上 | 右下 | 左下 */ }
        #localnav ul li a.active {
          background: #1cbd0e none; }

/* #########################

	お知らせ

######################### */
#news-list {
  list-style: none;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #c2ad94; }
  #news-list li {
    border-bottom: 1px solid #c2ad94;
    margin: 0px; }
    #news-list li a {
      display: block;
      color: #000;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-style: normal;
      font-weight: 400;
      text-decoration: none;
      padding: 20px 20px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      #news-list li a > span {
        display: table-cell;
        vertical-align: middle;
        padding: 0px 20px; }
        #news-list li a > span img {
          vertical-align: middle;
          margin-left: 5px; }
        #news-list li a > span em {
          display: inline-block;
          background: #f00;
          color: #fff;
          font-size: 10px;
          font-style: normal;
          line-height: 100%;
          margin-left: 5px;
          padding: 3px 7px;
          vertical-align: text-bottom; }
      #news-list li a:hover {
        background: #efe8cf none;
        color: #000; }

.news-date {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  margin: 20px auto 50px auto;
  padding: 0px; }

.news-article {
  text-align: justify;
  padding: 30px 0px 100px 0px;
  margin: 0px;
  border-bottom: 1px solid #c2ad94; }

/* ##### File Upload ##### */
#contents ul.fileupload {
  list-style: none;
  margin: 0px; }
  #contents ul.fileupload li {
    margin: 0px;
    border-bottom: 1px solid #c2ad94; }
    #contents ul.fileupload li a {
      display: block;
      color: #000;
      font-size: 14px;
      text-decoration: none;
      line-height: 130%;
      padding: 20px 20px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      #contents ul.fileupload li a img {
        margin-right: 8px;
        vertical-align: middle; }
      #contents ul.fileupload li a em {
        display: inline-block;
        background: #f00;
        color: #fff;
        font-size: 10px;
        font-style: normal;
        line-height: 100%;
        margin-left: 5px;
        padding: 3px 7px;
        vertical-align: text-bottom; }
      #contents ul.fileupload li a:hover {
        background: #efe8cf none; }

.topborder {
  border-top: 1px solid #c2ad94; }

/* ##### Photo Area ##### */
#contents .photo-thumb {
  list-style: none;
  margin: 50px auto 50px auto;
  padding: 30px 0px 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*flex-start,center,space-between*/
  border-bottom: 1px solid #c2ad94; }
  #contents .photo-thumb li {
    width: calc(100% / 2 - (0.5% * 2));
    min-width: 500px;
    margin: 0px 0.5% 20px 0.5%;
    vertical-align: top; }
    #contents .photo-thumb li a {
      display: block;
      color: #000;
      text-decoration: none;
      font-size: 14px;
      line-height: 140%;
      overflow: hidden; }
      #contents .photo-thumb li a span {
        display: block;
        margin: 7px 0px; }
        #contents .photo-thumb li a span:first-child {
          text-align: center; }
      #contents .photo-thumb li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }

/* #########################

	補助事業

######################### */
#subsidizednav {
  text-align: center;
  margin: 0px auto 50px auto; }
  #subsidizednav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*flex-start,center,space-between*/ }
    #subsidizednav ul li {
      width: 208px;
      margin: 0px;
      padding: 0px; }
      #subsidizednav ul li a {
        display: block;
        background: #8dde87 url(../img/icon_subsidized_navlink.png) 95% 50% no-repeat;
        color: #fff;
        font-family: fot-tsukuardgothic-std, sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        padding: 5px;
        border: 1px solid #1cbd0e;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #subsidizednav ul li a:hover {
          background-color: #1cbd0e; }
        #subsidizednav ul li a#plan {
          border-radius: 30px 0px 0px 30px;
          /* 左上 | 右上 | 右下 | 左下 */ }
        #subsidizednav ul li a#system {
          border-radius: 0px 30px 30px 0px;
          /* 左上 | 右上 | 右下 | 左下 */ }
        #subsidizednav ul li a.active {
          background: #1cbd0e none; }

.subsidized-system-article {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/ }
  .subsidized-system-article > div {
    width: calc(100% - 330px); }
  .subsidized-system-article > p {
    width: 300px; }
    .subsidized-system-article > p img {
      width: 300px; }

/* #########################

	人材募集

######################### */
#recruit-description-btn a img {
  width: 100%;
  max-width: 400px; }

#recruit-description-btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80); }

/* #########################

	お問い合わせ

######################### */
.inquiry-tb {
  margin: 30px 0px; }
  .inquiry-tb td strong {
    color: #1cbd0e;
    font-size: 47px;
    font-family: bressay-display, serif;
    font-style: normal;
    font-weight: 400;
    font-weight: normal;
    line-height: 130%;
    margin-right: 10px; }
    .inquiry-tb td strong a {
      color: #1cbd0e; }

.hissu {
  color: #f00;
  margin-left: 5px; }

#inquiryform {
  margin-top: 50px;
  /*border-top: 1px solid $lightColor;*/
  box-sizing: border-box; }

/* dl版 */
dl#inquiry-item, dl#inquiry-item-check {
  width: 100%; }

dl#inquiry-item dt, dl#inquiry-item-check dt {
  float: left;
  padding: 25px 0;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-indent: 1em;
  line-height: 150%;
  border-left: 8px solid #006837; }

dl#inquiry-item dd, dl#inquiry-item-check dd {
  padding: 25px 0 25px 17em;
  line-height: 150%;
  /*border-bottom: 1px $lightColor solid;*/
  /*&:last-child {
		border: 0px none;
	}*/ }

dl#inquiry-item dd img, dl#inquiry-item-check dd img {
  vertical-align: middle;
  margin-left: 5px; }

dl#inquiry-item-check dd {
  font-weight: bold; }

/* table版 */
table#inquiry-item, table#inquiry-item-check {
  width: 100%;
  /*border-top: 1px $baseColor solid;*/
  border: 0px none;
  border-collapse: separate;
  border-spacing: 10px; }

table#inquiry-item th, table#inquiry-item-check th {
  min-width: 15em;
  background: transparent;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 150%;
  vertical-align: top;
  padding: 25px 10px 25px 30px;
  border: 0px none;
  border-left: 8px solid #006837;
  box-sizing: border-box; }

table#inquiry-item td, table#inquiry-item-check td {
  padding: 25px 30px 25px 10px;
  line-height: 150%;
  /*border-bottom: 1px $baseColor solid;*/
  vertical-align: middle;
  border: 0px none; }

table#inquiry-item td img, table#inquiry-item-check td img {
  vertical-align: middle;
  margin-left: 5px; }

table#inquiry-item-check td {
  font-weight: bold; }

#inquiryform input, #inquiryform textarea, #inquiryform select {
  background: #faf8f0;
  border: 1px solid #c2ad94;
  padding: 8px;
  font-size: 16px; }

#inquiryform input[type="text"], #inquiryform input[type="email"], #inquiryform input[type="file"] {
  width: 100%;
  box-sizing: border-box; }

#inquiryform input[type="file"] {
  border-color: #f4efdd;
  background-color: #efe8cf;
  cursor: pointer; }
  #inquiryform input[type="file"]:hover {
    border-color: #000; }

#inquiryform input[type="text"].shortinput {
  width: 5em; }

#inquiryform textarea {
  width: 100%;
  height: 10em;
  box-sizing: border-box; }

#inquiryform input[type="text"]:focus, #inquiryform input[type="email"]:focus, #inquiryform textarea:focus {
  border-color: #f4efdd;
  background-color: #fff; }

#inquiryform p.select-form {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #fff; }
  #inquiryform p.select-form::before {
    position: absolute;
    top: 1em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none; }
  #inquiryform p.select-form select {
    width: 100%;
    background: #fff none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 50px 5px 30px;
    cursor: pointer; }
    #inquiryform p.select-form select select::-ms-expand {
      display: none; }

#formsubmit {
  text-align: center;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #c2ad94; }

#inquiryform input[type="submit"] {
  display: inine-block;
  background: #1cbd0e none;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 100px;
  border: 0px none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer; }

#inquiryform input[type="submit"]:hover {
  background: #378132; }

#inquiryform input[type="submit"]:active {
  background: #1cbd0e none;
  color: #fff; }

label {
  display: inline-block;
  cursor: pointer;
  padding: 8px 0px; }

.required {
  color: #f00; }

.mikinyu {
  color: #999;
  font-style: italic;
  font-weight: normal; }

dl#inquiry-item-check dd img {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ccc; }

#formbackbtn {
  width: 250px;
  background-color: transparent;
  color: #f4efdd;
  border: 1px solid #f4efdd;
  margin-top: 10px;
  cursor: pointer; }

#formbackbtn:hover {
  border: 1px solid #faf8f0;
  color: #faf8f0; }

/* #########################

	関連リンク

######################### */
#relatedlinks {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  #relatedlinks li {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    border-left: 8px solid #006837; }
    #relatedlinks li a {
      display: block;
      color: #000;
      text-decoration: none;
      line-height: 150%;
      padding: 10px 20px; }
      #relatedlinks li a span {
        color: #006837;
        text-decoration: underline; }
      #relatedlinks li a:hover {
        background: #efe8cf; }
