@charset "utf-8";

/* 共通 ------------------------------- */

* {
  box-sizing: border-box;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.clearfix:before,
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

body {
  font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",Arial,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
}

ul {
  list-style: none;
}
ul li {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
img[src*="active_09"] {
  max-width: 50%;
  height: auto;
}

.wrapper a {
  color: #0071bc;
  text-decoration: underline;
}

a[href*="mailto"] {
  color: #3ab54a;
  text-decoration: none;
}

.color-base { background-color: #3ab54a; }
.color-green { background-color: #e6f4dd; }
.color-gray { background-color: #f2f2f2; }

.font30 { font-size: 30px; }
.font22 { font-size: 22px; }
.font20 { font-size: 20px; }
.font19 { font-size: 19px; }
.font18 { font-size: 18px; }
.font16 { font-size: 16px; }
.font14 { font-size: 14px; }

.mb110 { margin-bottom: 110px; }
.mb60 { margin-bottom: 60px; }
.mb46 { margin-bottom: 46px; }
.mb40 { margin-bottom: 40px; }
.mb30 { margin-bottom: 30px; }
.mb26 { margin-bottom: 26px; }
.mb20 { margin-bottom: 20px; }

.mt40 { margin-top: 40px; }
.mt14 { margin-top: 14px; }

.txt-bold { font-weight: bold; }
.txt-center { text-align: center; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }

.txt-list0 {
  text-indent: -1em;
  padding-left: 1em;
}

.txt-list {
  text-indent: -1em;
  padding-left: 1em;
}
.txt-list2 {
  text-indent: -1em;
  padding-left: 2.25em;
}
.area-imgBox img {
  display: block;
  margin: 0 auto;
}

/* メールお問い合せ パターンA */
.box-mail {
  width: 260px;
  padding: 16px 20px;
  color: #3ab54a;
  font-weight: bold;
  border: 1px solid #3ab54a;
}
.box-mail:hover {
  opacity: 0.7;
  cursor: pointer;
}
.box-mail img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

/* メールお問い合せ パターンB */
.area-contact {
  text-align: center;
  margin: 0 auto 26px auto;
  color: #666666;
}
.area-contact .box-contactMail {
  margin: 0 auto;
  width: 445px;
  height: auto;
  padding: 30px 0;
  color: #3ab54a;
  border: 1px solid #3ab54a;
}
.area-contact img {
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* プライバシーポリシー */
.area-privacy {
  padding: 26px auto;
  color: #3ab54a;
  text-align: center;
  margin-bottom: 20px;
}
.area-privacy a {
  color: #3ab54a;
  text-decoration: none;
}

/* 安全マーク */
.box-safemark {
  display: block;
  padding: 18px 0 8px 0;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  color: #3ab54a;
  text-align: center;
  font-weight: bold;
  border: 1px solid black;
}
.box-safemark img {
  display: block;
  margin: 0 auto 18px auto;
}
/*追記20191218安全に関する知識*/
.area-1col .anzen h3{
    margin-bottom: 0;
}
.area-1col .anzen ul {
    margin-left: 1em;
}
.area-1col .anzen ul.indent_1{
    margin-left: 2em;
}
.area-1col .anzen ul li{
    text-indent: -1em;
    margin-left: 1em;
}
.area-1col .anzen h3 {
   margin-left:0;
   padding:0;
}
.area-1col .anzen p {
    margin-left:1em;
}
.area-1col p.ex {
    margin-left: 0;
}
.area-1col dl.kaiten dt{
    float: left;
    margin-left: 2em;
}
.area-1col dl.kaiten dd{
    display: inline-block;
    margin-left:10px;
}
.area-1col dl.kaiten dd span{
    font-size: 18px;
}

/* 活動内容 */
.box-activeLog {
  width: 100%;
  height: auto;
}
.box-activeLog h2 {
  padding: 8px 12px 4px 12px;
}
.box-activeLog dl {
  border-bottom: 1px dotted #B3B3B3;
  padding: 16px 12px 14px 12px;
}
.box-activeLog dl dt,
.box-activeLog dl dd {
  display: block;
  float: left;
}
.box-activeLog dl dt {
  width: 31.538%;
  height: auto;
}
.box-activeLog dl dd {
  width: 68.462%;
  height: auto;
}



/* スライダーエリア ------------------------------- */

.box-slide {
  margin: 0 auto;
  max-width: 1280px;
  min-width: 980px;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 62px;
}
.box-slide h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  width: 767px;
  height: 119px;
}
.box-slide h1 .logo-mark {
  display: block;
  float: left;
  max-width: 120px;
  width: 100%;
  height: auto;
}
.box-slide h1 .logo-text {
  display: block;
  float: right;
  max-width: 631px;
  width: 100%;
  height: auto;
}
.bxslider li.box-slideImage {
  width: auto;
  height: 507px;
}
.bxslider li.box-slideImage:nth-child(1) {
/*.bxslider li.box-slideImage:nth-child(2),
...*/
  background-size: cover;
  background-position: center center;
}
.bxslider li.box-slideImage:nth-child(1) {
  background: white url('/images/slide01.jpg') no-repeat;
}
/*.bxslider li.box-slideImage:nth-child(2) {
  ...
}*/

.slide {
  width: 100%;
  height: auto;
  background-color: gray;
}
.bxslider li {
  outline: none;
}

/* ヘッダー ------------------------------- */

header {
  width: 980px;
  height: auto;
  margin: 0 auto;
}
header h1 {
  float: left;
}
header h1 img {
  width: 342px;
  height: auto;
  padding: 20px 0;
}
header .box-mail {
  float: right;
  position: relative;
  top: 15.5px;
}
header .box-mail img {
  width: 34px;
  height: auto;
}

header .toggleBtn {
  display: none;
}

/* ナビショーションメニュー ------------------------------- */

nav {
  min-width: 980px;
  width: 100%;
  height: auto;
  position: relative;
}
nav .flex-container {
  width: 980px;
  /*height: 60px;*/
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
nav .flex-container .flex-item {
  width: 226px;
  height: 60px;
  color: white;
  line-height: 64px;
  letter-spacing: 2px;
  border-left: 1px solid white;
  text-align: center;
  cursor: pointer;
}
nav .flex-container :nth-child(7){
  border-right: 1px solid white;
}
nav .flex-container .flex-item:nth-child(4){
  letter-spacing: 0.2px;
}
nav .flex-container .flex-item.home {
  width: 82px;
}
nav .flex-container .flex-item.home .txt-home {
  display: none;
}
nav .flex-container .flex-item.home img {
  margin-right: 0px;
}
nav .flex-container .flex-item:nth-of-type(5) {
  border-right: 1px solid white;
}
nav .flex-container .flex-item:hover {
  background-color: #8cd116;
}
nav .flex-container .flex-item.active {
  background-color: #8cd116;
}
nav .flex-container .flex-item a {
  color: white;
  display: block;
}
nav .flex-container .flex-item img {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 34px;
  height: auto;
}

/* メイン ------------------------------- */
main {
  max-width: 980px;
  min-width: 980px;
  width: 100%;
  margin: 0 auto;
}
main .breadcrumb {
  width: 100%;
  height: auto;
  margin: 22px 10px;
}
main .breadcrumb li {
  display: inline-block;
  padding-right: 28px;
  position: relative;
}
main .breadcrumb li:not(:last-child):after {
  position: absolute;
  width: 28px;
  content: '>';
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
}

/* トップページ　2カラム */

.index-2col .left-box {
  float: left;
  max-width: 650px;
  width: 100%;
  height: auto;
}
.index-2col .right-box {
  float: right;
  max-width: 260px;
  width: 100%;
  height: auto;
}
.index-2col .box-buttons {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 70px;
}
.index-2col .box-buttons li {
  display: inline-block;
  width: 158px;
  height: 158px;
  color: white;
  /*letter-spacing: 4px;*/
  letter-spacing: 3px;
  text-align: center;
  cursor: pointer;
  padding: 32px 0;
  margin-bottom: 6px;
}
.index-2col .box-buttons li.bth-spc{
  letter-spacing: 1px;
}
.index-2col .box-buttons li:hover {
  background-color: #8cd116;
}
.index-2col .box-buttons a {
  color: white;
}
.index-2col .box-buttons img {
  display: block;
  width: 64px;
  height: auto;
  margin: 0 auto 20px auto;
}

/* 1カラム */
.area-1col {
  width: 100%;
  height: auto;
}
.area-1col h2,
.area-1col h3 {
  padding: 8px 12px 4px 12px;
}
.area-1col h3 {
  margin: 20px auto;
}
.area-1col .area-1col-inner {
  padding: 0 50px;
}
.area-1col .area-1col-inner.campany {
  padding: 0 14px;
}
.area-1col .area-1col-member {
  padding: 0 0px;
}

/* 2カラム */
.area-2col {
  width: 100%;
  height: auto;
}
.area-2col h2 {
  padding: 8px 12px 4px 12px;
}
.area-2col .area-2col-inner {
  padding: 0 50px;
}
.area-2col .area-2col-inner.campany {
  padding: 0 14px;
}
.area-2col .area-2col-inner .area-left {
  float: left;
  width: 520px;
  height: auto;
  margin-right: 20px;
}
.area-2col .area-2col-inner .area-right {
  float: right;
  width: 410px;
  height: auto;
}

/* 活動内容 */
.area-imgBox {
  width: 686px;
  height: auto;
  margin: 0 auto;
}
.area-1col-inner .area-imgBox {
  margin: 0 1em 0 2em;
}
.area-imgBox .area-left {
  float: left;
  width: 330.5px;
  height: auto;
  margin-right: 20px;
}
.area-imgBox .area-right {
  float: right;
  width: 330.5px;
  height: auto;
}
.area-imgBox .area-inline {
  display: inline-block;
  width: 166px;
  height: auto;
  margin-right: 64px;
}
.area-imgBox .area-inline:last-of-type {
  margin-right: 0px;
}
.area-imgBox a {
  color: #0071BC;
  text-decoration: underline;
}
.area-imgBox .txt-ul {
  text-decoration: underline;
}

.area-inline-2col {
  text-indent: initial;
  padding-left: 64px;
}
.area-inline-2col a {
  margin-right: 64px;
}
.area-inline-3col p {
  display: inline-block;
  width: 30%;
}

.txt-list2 h3 {
  text-indent: 0 !important;
}

/* 沿革 */
.area-2col dl {
  padding: 0px 12px 14px 0px;
}
.area-2col dl dt,
.area-2col dl dd {
  display: block;
  float: left;
}
.area-2col dl dt {
  width: 31.538%;
  height: auto;
}
.area-2col dl dd {
  width: 68.462%;
  height: auto;
}

/* 会員一覧テーブル */
.tbl-member {
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;

}
.tbl-member tr:first-child {
  background-color: #E5F4DC;
}

.tbl-member tr,
.tbl-member tr th,
.tbl-member tr td {
  border: 1px solid #CCCCCC;
}
.tbl-member tr th {
  font-size: 19px;
}
.tbl-member tr td {
  font-size: 16px;
  padding: 16px;
  vertical-align: middle;
}
.tbl-member tr td:first-child {
  text-align: center;
}

/* 概要テーブル */
.tbl-about {
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
  font-size: 19px;
}
.tbl-about tr th {
  width: 168px;
  background-color: #E5F4DC;
  border-right: 1px solid #CCCCCC;
}
.tbl-about tr {
  border: 1px solid #CCCCCC;
}
.tbl-about tr th:first-child {
  text-align: center;
}
.tbl-about tr td {
  padding: 8px 24px;
}

.area-youtube {
  width: 80%;
  height: auto;
  text-indent: 0.25em;
  margin: 0 auto;
}
.box-Youtube-right {
  margin-bottom: 40px;
}

/* フッター ------------------------------- */

footer {
  min-width: 980px;
  width: 100%;
  height: auto;
  text-align: center;
}
footer p {
  display: inline-block;
  padding: 20px 0;
  color: white;
}

/* ページのトップへ-------------------- */
#pageToTop .arrow {
  position: fixed;
  bottom: 40px;
  right: 15%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #C5C6C6;
  transition: all 0.3s ease;
  visibility: hidden;
}
#pageToTop .arrow:hover {
  background-color: #929292;
}
#pageToTop .arrow:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 24px;
  left: 15px;
  margin-top: -4px;
}

/*追加テキスト20191105*/
.sptable-text {
display:none;
}
.txt-list3 {

  padding-left: 3.25em;
}
.area-imgBox2 {
  width: 686px;
  height: auto;
  margin: 0 auto;
}

.area-imgBox .area-right2 {
  float: right;
  width: 330.5px;
  height: auto;
}

.area-imgBox .area-left2 {
  float: left;
  width: 330.5px;
  height: auto;
  margin-right: 20px;
}
.area-imgBox .area-right2 {
  float: right;
  width: 330.5px;
  height: auto;
}
.label-text ul li {
  display: none;
}
.tbl-member2 {
    border: 1px solid #CCCCCC;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
  }

table .tbl-member2 tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

.tbl-member2 th, .tbl-member2 td {
    padding: 10px;
    text-align: center;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
  }

.tbl-member2 th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
.tbl-member tr td.bk-color{
  background: #c5e8b2;
}
.area-imgBox .mt46{
  margin: 0 1em 2.6em 2em;
}
.footer-list{
  text-align: center;

}

.footer-list dd{
  padding: 0, 10px;
  display: inline-block;

}
.footer-list dd:nth-child(1):after{
  content: "｜";
}
nav .flex-container #button{
display: none;
}
nav .flex-container #sp{
display: none;

}
nav .flex-container #sp li:not(last-child){
  background-color: #c5e8b2;
  padding: 0;
}
.-mt20{
  margin-top:-20px;
}
.font-space{
  padding-left: 19px;
}


.txt-left2{
  padding-left: 2em;
}
.wd90{
  width: 9em!important;
  padding-left: 11px!important;
}
.txt-list35 {

  padding-left: 3.5em;
}
/* 640px以下 ------------------------------- */

@media screen and (max-width:640px) {




.pc {
  display: none;
}
.sp {
  display: block;
}

.mb110 { margin-bottom: 40px; }

.txt-list {
  text-indent: 0em;
  padding-left: 0em;
}
.txt-list2 {
  text-indent: -1em;
  padding-left: 1.25em;
}




.txt-list .txt-list2 .txt-list {
  text-indent: -1em;
  padding-left: 1em;
}

/* トップページ　2カラム */
.index-2col .left-box {
  float: none;
  max-width: initial;
  width: 92%;
  height: auto;
  margin: 0 4%;
}
.index-2col .right-box {
  float: none;
  max-width: 100%;
  width: 92%;
  height: auto;
  margin: 0 auto;
}

/* 1カラム */
.area-1col {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.area-1col.mb110 {
  margin-bottom: 60px;
}
.area-1col .area-1col-inner {
  padding: 0 4%;
}

/* 安全マーク */
.box-safemark {
  display: block;
  padding: 18px 0 8px 0;
  width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
  color: #3ab54a;
  text-align: center;
  font-weight: bold;
  border: 1px solid black;
}
.box-safemark img {
  display: block;
  margin: 0 auto 18px auto;
}

/* メールお問い合せ パターンB */
.area-contact p.font30 {
  font-size: 20px;
  margin-bottom: 10px;
}
.area-contact p.font22 {
  font-size: 24px;
}
.area-contact p.mb20 {
  margin-bottom: 0px;
}
.area-contact .box-contactMail {
  width: 92%;
  height: auto;
  padding: 14px 0;
}

/* プライバシーポリシー */
.area-privacy {
  margin-bottom: 20px;
}

/* ヘッダー ------------------------------- */
header {
  width: 96%;
  height: auto;
  margin: 8px 2% 0px 2%;
}
header h1 {
  float: left;
}
header h1 img {
  width: 70%;
  height: auto;
  padding: 0px 0px;
}

header .toggleBtn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 42px;
  height: 42px;
  background: #3ab54a url('/images/btn-menu.svg') no-repeat;
  background-size: cover;
}
header .toggleBtn.open {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 42px;
  height: 42px;
  background: #3ab54a url('/images/btn-menu-close.svg') no-repeat;
  background-size: cover;
}

/* ナビショーションメニュー ------------------------------- */
nav {
  min-width: auto;
  width: 100%;
  height: 6px;
  position: relative;
  z-index: 100;
  top: 4px;
  left: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
nav ul li{

}
nav.open {
  height:auto;
}
nav .flex-container {
  width: 100%;
  margin: 0 auto;
  display: block;
}
nav .flex-container .flex-item {
  display: block;
  width: 100%;
  /*padding: 0 10%;*/
  height: auto;
  /*padding: 15px 10%;*/
  border-left: none;
  border-bottom: 2px solid white;
  text-align: left;
  position: relative;
}
nav .flex-container .flex-item a {
  text-decoration: none !important;
  display:block;
  padding: 0 10%;
}
nav .flex-container .flex-item.active {
  background-color: #3ab54a;
}
nav .flex-container .flex-item:first-child {
  width: 100%;
}
nav .flex-container li:last-child {
  border-right: none;
  background-color: white;
  padding: 28px 0;
  margin: 0 auto;
}
nav .flex-container li:last-child .box-mail {
  width: 346px;
  text-align: center;
  margin: 0 auto;
}
nav .flex-container .flex-item img {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 34px;
  height: auto;
}
nav .flex-container .flex-item.home img {
  margin-right: 12px;
}
nav .flex-container .flex-item.home .txt-home {
  display: inline-block;
}

nav .flex-container .flex-item img.arrow {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 36px;
  margin: auto;
  width: 10px;
  height: auto;
}

nav .flex-container .flex-item:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 28px;
  bottom: 0;
  right: 26px;
}



/* スライダーエリア ------------------------------- */

.box-slide {
  margin: 0 auto;
  max-width: auto;
  min-width: auto;
  width: 100%;
  height: auto;
  position: relative;
  /*margin-bottom: 62px;*/ /* <<<<< 画像がスライドする時はこちらを指定 */
  margin-bottom: 22px; /* <<<<< 画像のスライドがない時 */
}
.box-slide h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 130px;
}
.box-slide h1 .logo-mark {
  display: block;
  float: none;
  max-width: 64px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.box-slide h1 .logo-text {
  display: block;
  float: none;
  max-width: 342px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bxslider li.box-slideImage {
  width: 100%;
  height: 320px;
}
.bxslider li.box-slideImage:nth-child(1),
.bxslider li.box-slideImage:nth-child(2),
.bxslider li.box-slideImage:nth-child(3),
.bxslider li.box-slideImage:nth-child(4),
.bxslider li.box-slideImage:nth-child(5),
.bxslider li.box-slideImage:nth-child(6) {
  background-size: cover;
  background-position: center center;
}

/* メイン ------------------------------- */
main {
  box-sizing: border-box;
  max-width: initial;
  min-width: initial;
  width: 100%;
}

main .breadcrumb {
  font-size: 13px;
  width: 96%;
  margin: 22px 2%;
}

.wrapper {
  width: 100%;

}

/* インデックス */
.index-2col .box-buttons {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 70px;
}
.index-2col .box-buttons a {
  text-decoration: none;
}
.index-2col .box-buttons li {
  display: block;
  width: 100%;
  height: auto;
  color: white;
  letter-spacing: 3px;
  text-align: center;
  padding: 22px 0;
  margin-bottom: 6px;
  font-size: 20px;
}
.index-2col .box-buttons img {
  display: inline-block;
  width: 64px;
  height: auto;
  margin: 0 45px 0 0;
  vertical-align: middle;
}

/* 活動内容 */
.box-activeLog dl dt,
.box-activeLog dl dd {
  display: block;
  float: none;
}
.box-activeLog dl dt {
  width: 100%;
  height: auto;
}
.box-activeLog dl dd {
  width: 100%;
  height: auto;
  padding-left: 30px;
}


/* 会員一覧テーブル */
.area-1col-member .txt-right,
.area-1col-member .txt-left {
  display: none;
}
.tbl-member {
  width: 92%;
  height: auto;
  border: none;
  margin: 0 4%;
  font-size: 14px;
 border: 0;
}
.tbl-member tr:first-child {
  display: none;

}
/* 20191106追記 ここまで*/


/* 20191106追記 ここまで*/
.tbl-member td {
  display: block;
  padding: 4px;
  position: relative;

}
.tbl-member tr th,
.tbl-member tr td {
  border: none;
  border:0;
}
.tbl-member td:not(:first-child) {
  border-top: none;
}
.tbl-member tr td:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.tbl-member td:before {
  content: attr(data-label);
  display: block;
  position: absolute;
  left: 10px;
  float: left;
  font-weight: normal;
  background-color: #e6f4dd;
  color: black;
  text-align: center;
  z-index: 100;

}
.tbl-member td:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 100%;
  background-color: #e6f4dd;
  border-right: 1px solid #ccc;
}
.tbl-member tr td {
  font-size: 16px;
  padding: 8px 4px 8px 94px;
  word-break: break-all;
}
.tbl-member tr td:first-child,
.tbl-member tr td:last-child {
  text-align: left;


}

/* 概要テーブル */
.tbl-about {
  width: 100%;
  height: auto;
  border: none;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-size: 19px;
}
.tbl-about tr th {
  display: block;
  width: 100%;
  padding: 8px 12px;
}
.tbl-about tr {
  border: none;

}
.tbl-about tr th:first-child {
  text-align: left;
}
.tbl-about tr:first-of-type th:first-of-type {
  border-top: 1px solid #CCCCCC;
}
.tbl-about tr td {
  display: block;
  width: 100%;
  padding: 8px 12px;
}
.tbl-about tr th {
  border-right: none;
}
.tbl-about tr th,
.tbl-about tr td {
  border-bottom: 1px solid #CCCCCC;
}

/* 2カラム */
.area-2col {
  width: 100%;
  height: auto;
}
.area-2col h2.mb20 {
  margin-bottom: 36px;
}
.area-2col .area-2col-inner {
  padding: 0 4%;
}
.area-2col .area-2col-inner .area-left {
  float: none;
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 20px;
}
.area-2col .area-2col-inner .area-right {
  float: none;
  width: 100%;
  height: auto;
}
.area-2col .area-2col-inner .area-left dt,
.area-2col .area-2col-inner .area-left dd {
  display: block;
  width: 100%;
  height: auto;
}
.area-2col .area-2col-inner .area-left dd {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 1em;
}
.area-2col .area-2col-inner .area-left .mt14 {
  width: 100%;
  height: auto;
}

.txt-list2 li:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* 活動内容 */
.area-imgBox {
  width: 107%;
  height: auto;
  margin: 0 -1em 40px -1.25em;
}
.txt-list {
  text-indent: 0;
  padding-left: 0;
}
.area-1col-inner .area-imgBox {
  margin: 0 -24px 40px -24px;
}
.area-imgBox.report {
  width: 92%;
  height: auto;
  margin: 0 auto 0 auto;
}
.area-imgBox .area-left {
  float: left;
  width: 48%;
  height: auto;
  margin-right: 2%;
}
.area-imgBox .area-right {
  float: right;
  width: 48%;
  height: auto;
}
.area-imgBox .area-inline {
  display: inline-block;
  width: 156px;
  height: auto;
  margin-right: 32px;
}
.area-imgBox .area-inline:last-of-type {
  margin-right: 0px;
}
.area-imgBox a {
  color: #0071BC;
  text-decoration: underline;
}
.area-imgBox .txt-ul {
  text-decoration: underline;
}
img[src*="active_07"] {
  max-width: 50%;
  height: auto;
}
img[src*="active_08"] {
  max-width: 50%;
  height: auto;
}
img[src*="active_09"] {
  max-width: 100%;
  height: auto;
}

.area-inline-2col {
  padding-left: 0px;
}
.area-inline-2col a {
  margin-right: 0px;
}
.area-inline-3col p {
  width: 46%;
  text-align: center;
}
.area-inline-3col br {
  display: none;
}

.area-youtube {
  width: 100%;
  height: auto;
  text-indent: 0em;
}
.box-Youtube-right {
  margin-bottom: 0px;
}

/* フッター ------------------------------- */
footer {
  min-width: auto;
  width: 100%;
  height: auto;
  text-align: center;
}

/* ページのトップへ-------------------- */
#pageToTop .arrow {
  right: 6%;
}
/*追加テキスト20191105*/
.text-none{
display:none;
}

tr.pctable-text {
  display: none;
}
tr.sptable-text {
  display: block;
}
.txt-list3 {
  width: 100%;
  padding: 0 12px;
  margin: 0;

}
.area-imgBox2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.area-imgBox .area-left2 {
  float: none;
  width: 100%;
  height: auto;
  margin-right: 0%;
}
.area-imgBox .area-right2 {
  float: none;
  width: 100%;
  height: auto;
  margin-top: 2em;
}
.tbl-member tr:nth-child(1) {
  display: none;
}

.tbl-member tr:nth-child(2) {
  display: none;
  margin-bottom: 10px;
}

.label-text ul li {
  display: block;
}

.tbl-member2 {
  width: 100%;
height: auto;


font-size: 14px;
    }

.tbl-member2 thead {
      display: none;
    }

.tbl-member2 tr {

      display: block;

    }
.tbl-member2 td:before {
          content: attr(data-label);
          float: left;
          text-transform: uppercase;
          font-weight: bold;

        }
.tbl-member2 td {
      display: block;

      font-size: 13px;
       border-bottom: 0;
      border-bottom: 1px solid #CCCCCC;

    }
.tbl-text tr {
        margin-bottom: 10px;
        display: block;

    }
.tbl-text tr .pctable-text{
  display: none;
}
.footer-list{
font-size: 14px;
margin:4%;
width: 92%;
}


nav #button .flex-item.active:hover{
background-color: #8cd116;
}


nav .flex-container #sp li:hover{
  background-color: #8cd116;

}
/*nav .flex-container #sp li.active{
  background-color: #3ab54a;
  }*/

nav .flex-container li:nth-child(4):hover{
  background-color: #8cd116;
}
nav.open2{
  max-height:653px
}
nav .flex-container #sp li a{
  padding: 0 17%;
  color:#236b2c;
}


nav .flex-container .flex-item span.accordion{


      position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    position: absolute;
    top: 17px;
    bottom: 0;
    right: 14px;
    background: #c5e8b2;
}
nav .flex-container .flex-item span.accordion:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #236b2c;
  border-right: solid 1px #236b2c;
  transform: rotate(135deg);
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 10px
}
nav .flex-container .flex-item span.accordion_up:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #3ab54a;
  border-right: solid 1px #3ab54a;
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  bottom: 0;
  right: 10px;
}
nav .flex-container .flex-item:nth-child(5):after{
content: none;
}
nav .flex-container :nth-child(7+9){
  border-right: none;
}
nav .flex-container #button{
display: block;
}
nav .flex-container :nth-child(4){
  display: none;
}
nav .flex-container #sp .flex-item:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #236b2c;
  border-right: solid 1px #236b2c;
  transform: rotate(45deg);
  position: absolute;
  top: 28px;
  bottom: 0;
  right: 26px;
}
.font-space{
  padding-left: 0;
}
.txt-left2{
  padding-left: 0;
}
.sparea{
    width:100% !important;
}
.sparea-right{
  text-indent: 0em;
    padding-left: 1em;
}
.wd90{
  padding-left: 0!important;
}
.txt-list35 {
  width: 100%;
  padding: 0 12px;
  margin: 0;
}
/*追記20191218安全に関する知識*/
.area-1col .anzen ul {
    margin-left: 0;
    font-size: 18px;
}
.area-1col .anzen ul.indent_1{
    margin-left: 1em;
}
.area-1col .anzen p {
    margin-left:0;
    font-size: 18px;
}
.area-1col dl.kaiten {
     margin:10px 0;
     font-size: 18px;
}
.area-1col dl.kaiten dt{
    display: block;
    margin-left: 0;
}
    .area-1col dl.kaiten span{
        display: block;
    }
.anzen .label-text{
    margin:10px 0;
    font-size:16px;
}
    .area-1col .anzen .tbl-member{
    width: 100%;
    margin:0;
    }
}
/* 346px以下 ------------------------------- */

@media screen and (max-width:346px) {

nav .flex-container li:last-child .box-mail {
  width: 90%;
  text-align: center;
  letter-spacing: -1px;
  margin: 0 auto;
}
/*追加テキスト20191105*/
.text-none{
display:none;
}
tr.sptable-text {
  display: block;
}

} /* 346px以下 */
