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

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

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

	共通設定

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

.sphidden {
  display: none; }

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

.w100img {
  width: 100%; }

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

	Header

######################### */
/* 共通ヘッダ */
/* トップページ用は下部に追記 */
header {
  width: 100%;
  box-sizing: border-box; }
  header > div {
    height: 60px;
    /* 40+10+10px */
    padding: 15px 10px 10px 10px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1000; }
    header > div h1 {
      vertical-align: middle;
      font-family: fot-tsukubrdgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 16px;
      margin: 0px;
      padding: 0px; }
      header > div h1 a {
        text-decoration: none; }
      header > div h1 img {
        width: 75px;
        vertical-align: text-bottom;
        margin-right: 10px; }

/* ##### Navigation ##### */
#navToggle {
  background: #1cbd0e none;
  width: 40px;
  height: 40px;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1500; }

#navToggle div {
  position: relative; }

#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 2px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#navToggle span:nth-child(1) {
  top: 0px; }

#navToggle span:nth-child(2) {
  top: 8px; }

#navToggle span:nth-child(3) {
  top: 16px; }

header nav {
  position: absolute;
  right: 0px;
  top: -380px;
  background: rgba(55, 129, 50, 0.9);
  color: #fff;
  width: 250px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  text-align: left;
  z-index: 12; }

header nav ul {
  list-style: none;
  margin: 0; }

header nav ul li {
  display: block;
  font-family: fot-klee-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  border-bottom: solid 1px #faf8f0;
  line-height: 3; }

header nav ul li a {
  display: block;
  color: #fff;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px;
  text-decoration: none; }
  header nav ul li a:active {
    background: #1cbd0e none;
    color: #fff; }
  header nav ul li a.active {
    background: #1cbd0e none;
    color: #fff;
    font-weight: bold; }

header nav ul li::after {
  content: ''; }

header nav ul li:last-child {
  border-bottom: none; }

#navToggle {
  display: block; }

.openNav #navToggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.openNav nav {
  -moz-transform: translateY(450px);
  -webkit-transform: translateY(450px);
  transform: translateY(450px); }

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

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

	Contents

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

#contents {
  margin: 0px;
  padding: 0px 0px 100px 0px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }
  #contents article {
    margin: 0px 10px;
    overflow: visible; }

/* ##### Head ##### */
#top-contents h2 {
  display: inline-block;
  background: transparent url(../img/bg_h2bg.png) left bottom no-repeat;
  background-size: 70px 83px;
  min-height: 83px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  margin: 0 0 30px 0;
  padding: 10px 0px 0px 30px;
  position: relative;
  box-sizing: border-box; }
  #top-contents h2 strong span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding: 0px; }

#contents h2 {
  display: inline-block;
  background: transparent url(../img/bg_h2bg.png) left bottom no-repeat;
  background-size: 70px 83px;
  min-height: 83px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  margin: 0 0 30px 0;
  padding: 0px 0px 0px 30px;
  position: relative;
  /*box-sizing: border-box;*/ }
  #contents h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    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 {
  width: 100%;
  margin: 10px 0px;
  border-collapse: collapse;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000; }
  table th {
    display: block;
    background: #e2e7d0;
    color: #000;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #000; }
  table td {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #000; }

/* ##### Btn ##### */
.btn-nml {
  text-align: center;
  margin: 30px auto;
  padding: 0px 0px; }
  .btn-nml a {
    display: 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 25px;
    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:actives {
      background-color: #378132; }

.top-morebtn {
  text-align: center;
  margin: 30px auto; }
  .top-morebtn a {
    display: inline-block;
    color: #faf8f0;
    text-decoration: none;
    padding: 5px 100px;
    border: 1px solid #faf8f0;
    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: #faf8f0;
      -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:active:before {
      transform: translate(40px, 0px); }
    .top-morebtn a:active:after {
      transform: translate(40px, 0px) rotate(25deg); }
    .top-morebtn a:active {
      background: rgba(255, 255, 255, 0.1); }
  .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: block;
    background: #1cbd0e none;
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; }
    #backbtn a:active {
      background: #378132; }

/* ##### Page Nation ##### */
.pageNav {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 50px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*flex-start,center,space-between*/ }
  .pageNav a {
    display: block;
    width: 45%;
    background: #1cbd0e;
    border: 1px solid #1cbd0e;
    color: #fff;
    text-decoration: none; }
    .pageNav a:active {
      background: #378132;
      color: #fff;
      border: 1px solid #378132; }

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 16px;
  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 {
  display: block;
  width: 45%;
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff; }

.pageNav .page {
  display: none; }

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

	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; }
    footer #footer-cont > div address {
      display: block;
      font-size: 14px;
      font-style: normal;
      line-height: 150%;
      text-align: center;
      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 p {
      text-align: center;
      margin: 20px auto; }
    footer #footer-cont nav ul {
      list-style: none;
      margin: 50px 0 20px 0;
      padding: 0; }
      footer #footer-cont nav ul li {
        margin: 0 0 10px 0; }
        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; }
    footer #copyright span {
      display: none; }

#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:active {
      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: 100%;
  position: relative; }
  .slidearea .sp-slides {
    list-style: none;
    margin: 0;
    z-index: 100; }
    .slidearea .sp-slides li {
      margin: 0; }
      .slidearea .sp-slides li img {
        vertical-align: top; }

#top-image {
  position: relative; }
  #top-image p#catchcopy {
    width: 100%;
    z-index: 300;
    color: #fff;
    font-family: ab-mayuminwalk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    text-align: center;
    line-height: 180%;
    text-shadow: #000 1px 0 10px;
    position: absolute;
    left: 50%;
    top: 30%;
    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: -17%; }
    #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: -17%; }
    #top-image p#coverillust-r img {
      width: 100%; }

/* ##### コンテンツ ##### */
/* ##### 新見市森林組合について ##### */
#top-about {
  background-color: #faf8f0;
  padding: 0 0 350px 0;
  position: relative;
  overflow: visible; }
  #top-about article {
    padding: 0 10px; }
  #top-about #top-image01 {
    width: 80%;
    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%);
  background-color: #f4efdd;
  position: relative;
  margin: -7vw 0 0 0;
  padding: calc(150px + 4vw) 0 150px 0; }
  #top-news article {
    padding: 0 10px; }

/* ##### SNS/バナー ##### */
#sns-bn {
  background-color: #faf8f0;
  position: relative;
  /*margin: -4vw 0 0 0;*/
  padding: 150px 0 0 0; }
  #sns-bn article {
    margin: 0 auto;
    padding: 0 10px; }
    #sns-bn article > div {
      text-align: center; }
      #sns-bn article > div iframe {
        width: 100%;
        max-width: 500px;
        height: 450px;
        margin: 20px auto; }
      #sns-bn article > div ul {
        max-width: 400px;
        margin: 0px auto;
        list-style: none; }
        #sns-bn article > div ul li {
          width: 100%;
          max-width: 400px;
          height: 110px;
          margin: 0 0 20px 0; }
          #sns-bn article > div ul li a {
            display: block;
            max-width: 400px;
            height: 110px; }
            #sns-bn article > div ul li a img {
              width: 100%; }
            #sns-bn article > div ul li a:active {
              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: -150px;
    left: 10px;
    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;
  padding: 50px 10px;
  margin-bottom: 100px;
  position: relative;
  overflow: visible; }
  #secondary-title p {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0px auto;
    padding: 0px; }

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

.photo2clum {
  list-style: none;
  margin: 10px auto 30px auto; }
  .photo2clum li {
    margin-bottom: 10px; }
    .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 10px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*flex-start,center,space-between*/ }
    #localnav ul li {
      width: 50%;
      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; }
        #localnav ul li a:active {
          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;
  border-top: 1px solid #c2ad94;
  margin: 30px 0px; }
  #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 0px; }
      #news-list li a > span {
        display: block;
        font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,elvetica,Arial,Verdana,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
        line-height: 150%;
        text-align: left;
        padding: 0px 10px 0px 10px; }
        #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:active {
        background: #efe8cf none;
        color: #000; }

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

.news-article {
  padding: 30px 0px 50px 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 10px; }
      #contents ul.fileupload li a img {
        margin-right: 5px;
        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:active {
        background: #efe8cf none; }

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

/* ##### Photo Area ##### */
#contents .photo-thumb {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 30px 0px;
  border-bottom: 1px solid #c2ad94; }
  #contents .photo-thumb li {
    max-width: 300px;
    margin: 0 auto 15px auto;
    vertical-align: top; }
    #contents .photo-thumb li a {
      display: block;
      max-width: 300px;
      color: #000;
      text-decoration: none;
      font-size: 12px;
      line-height: 140%;
      text-align: left; }
      #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 span img {
          max-width: 100%;
          height: auto; }
      #contents .photo-thumb li a:active {
        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 10px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*flex-start,center,space-between*/ }
    #subsidizednav ul li {
      width: 50%;
      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; }
        #subsidizednav ul li a:active {
          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; }
  .subsidized-system-article > p img {
    width: 100%; }

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

	人材募集

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

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

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

	お問い合わせ

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

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

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

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

dl#inquiry-item dt, dl#inquiry-item-check dt {
  text-align: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0.3em;
  padding: 10px 0px 0px 0px; }

dl#inquiry-item dd {
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f4efdd;
  /*&:last-child {
		border: 0px none;
	}*/ }

dl#inquiry-item-check dd {
  text-align: left;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f4efdd; }
  dl#inquiry-item-check dd: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 dd span {
  display: block;
  padding: 10px; }

/* table版 */
table#inquiry-item, table#inquiry-item-check {
  width: 100%;
  margin: 20px auto;
  /*border-top: 1px #ccc solid;*/
  border: 0px none; }

table#inquiry-item th, table#inquiry-item-check th {
  display: block;
  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: 5px 0px 5px 10px;
  border: 0px none;
  border-left: 8px solid #006837;
  box-sizing: border-box; }

table#inquiry-item td {
  display: block;
  text-align: left;
  padding: 10px 0 30px 0;
  border: 0px none;
  /*border-bottom: 1px solid #ccc;*/ }

table#inquiry-item-check td {
  display: block;
  text-align: left;
  padding: 10px 0 30px 0;
  border: 0px none;
  /*border-bottom: 1px solid #ccc;*/ }

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; }

table#inquiry-item td span {
  display: block;
  padding: 10px; }

#inquiryform input, #inquiryform textarea, #inquiryform select {
  background: #faf8f0;
  border: 1px solid #c2ad94;
  padding: 10px;
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,elvetica,Arial,Verdana,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-size: 14px; }

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

#inquiryform input[type="file"] {
  border-color: #c2ad94;
  background-color: #efe8cf;
  cursor: pointer; }
  #inquiryform input[type="file"]:active {
    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 {
  width: 100%;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 2px;
  margin: 0px auto;
  box-sizing: border-box; }
  #inquiryform p.select-form::before {
    position: absolute;
    top: 1.2em;
    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: 10px 50px 10px 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"] {
  width: 100%;
  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;
  cursor: pointer; }

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

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

.required {
  color: #f00; }

.mikinyu {
  display: block;
  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: 100%;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer; }

#formbackbtn:active {
  border: 1px solid #000;
  color: #000; }

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

	関連リンク

######################### */
#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 10px; }
      #relatedlinks li a span {
        color: #006837;
        text-decoration: underline; }
      #relatedlinks li a:active {
        background: #efe8cf; }
