@charset "UTF-8";

/* 先頭に戻るボタンでするするとスクロールして戻る */
/* html{
  scroll-behavior: smooth;
}

.main{
  margin-bottom: 16px;
} */

/* ここから組合員情報ページのコンテンツについて --> */

/* .main_wrapper{
  width: 83%;
  max-width:900px;
  margin: 0 auto;
  padding-bottom: 300px;
  position: relative;
} */

#org_01{
  padding-top: 80px;
}
#org_02{
  padding-top: 80px;
}
#org_03{
  padding-top: 80px;
}

h3{
  font-size: 20px;
  font-weight: 600;
  padding-top: 80px;
}

.text_center{
  text-align: center;
}


.text_center2{
  text-align: center;
  font-weight: 600;
  font-size: 14pt;
}

/* 余白用 */
.contents_space{
  margin-left: 15px;
  margin-right: 15px;
}
.space_01{
  padding: 40px;
}

.space_02{
  padding: 20px;
}

.ul_space{
  margin-left: 50px;
}

/* 組合員一覧 */
.area_list{
  width: 100%;
  max-width:900px;
  margin: 0 auto;
}
.nav_area{
  margin-top: 40px;
  font-size: 20px;
}
.nav_area ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav_area ul li{
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
.nav_area ul li>a{
  position: relative;
}
.nav_area ul li>a::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background-color: #006234;
  width: 0%;
  height: 2px;
  transition: .1s ease-in-out;
}
.nav_area ul li>a:hover{
  color: #006234;
  &::before{
  width: 100%;
  }
}

.area{
  padding-top: 40px;
  margin:0,auto;
}
.jp_clm{
  font-size: 20px;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.area .card dt{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius:  5px;
  margin-bottom: 40px;
  /* background: linear-gradient(90deg, #114533,#006234); */
  background-color: #006234;
  color: #ffffff;
  /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); */
  z-index: 10;
}

.area .card .long{
  text-align: center;
  line-height: 1.2;
}
.area .card .long .mybr{
  display: inline-block;
}
.area .card dd{
  font-size: 14px;
  line-height: 2rem;
  z-index: -10;
}

.name0{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  column-gap: 1.5em;
  row-gap: 2em;
}


.heading{
  /* padding-bottom: 2px; */
  line-height: 3rem;
  margin-top: 25px;
  margin-bottom: 4px;
  color: #006234;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #D9D9D9;
}
/* URLにホバーした時に右から左に下線がでる */
.text {
  padding-bottom: 2px;
  font-size: 14px;
  background-image: linear-gradient(#006234, #006234);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
  overflow-wrap: anywhere;
}
a.text:hover {
  color: #006234;
  /* filter: brightness(200%); */
  background-position: bottom left;
  background-size: 100% 2px;
}

/* 関連リンク */
.link{
  margin: 0 auto;
  text-align: center;

}
#org_03{
  /* margin: 0 auto; */
  background-color: #006234;
  padding-bottom: 300px;
  h3,
  td,
  a{
    color: #fff;
  }
  .text:hover{
    opacity: 0.5;
  }
}

table td{
  font-size: 20px;
  width: 400px;
  height: 3em;
  white-space: nowrap;
  text-align: left;
  padding-left: 50px;
}
table .text {
  padding-bottom: 10px;
  font-size: 16px;
}

@-webkit-keyframes scroll01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  70% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  70% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes scroll02 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  20% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0%;
            transform-origin: 0 0%;
  }
  60.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll02 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  20% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0%;
            transform-origin: 0 0%;
  }
  60.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}



/* ===============タブレット用==================== */

/* @media screen and (max-width:900px) {
  .area .card{
    width:50%;
    margin-bottom: 10px;
  }
  } */


/* ===============スマートフォン用==================== */
@media (max-width: 800px) {
  .kv_deco {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width:800px) {

  table td {
    max-width: 400px;
    display: inline-block;
    width: 100%;
  }
}
