/* 会員一覧 */
.members_result .menu {
    /* padding-top: 50px; */
    font-size: 18px;
}

.members_result .search_word {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    text-align: center;
}

.members_result .search_word a {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    text-align: center;
    padding-top: 15px 0;
    font-size: 20px;
    display: block;
    color: #1b8a64;
    border-left: 1px #1b8a64 solid;
}

.members_result .search_word a:first-child {
    border-left: none;
}

.members_result .search_member {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}

.members_result .search_member a {
    display: block;
    width: 200px;
    border: 2px solid #000;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0;
    margin: 0 20px;
}

.members_result .search_member a.green {
    border-color: #1b8a64;
    color: #1b8a64;
}

.members_result .search_member a.orange {
    border-color: #ff931e;
    color: #ff931e;
}

.members_result .search_member a.sky {
    border-color: #24a6d8;
    color: #24a6d8;
}

.members_result section .hd {
    padding-top: 100px;
    padding-bottom: 10px;
}

.members_result section .hd .flex {
    width: calc(90% - 30px);
    max-width: 970px;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: auto;
}

.members_result section .hd h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.members_result section .lists {
    padding: 30px  0 80px;
    background-color: #f0eeed;
}

.members_result section .lists table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    text-align: center;
}

.members_result section .lists table .left {
    text-align: left;
}

.members_result section .lists table tr td {
    background-color: #fff;
    padding: 3px 8px;
    font-size: 18px;
}

.members_result section .lists table tr.green td {
    background-color: #cde8ac;
}

.members_result section .lists table tr.orange td {
    background-color: #ffd9b0;
}

.members_result section .lists table tr.sky td {
    background-color: #b2e0f1;
}


#a,
#ka,
#sa,
#ta,
#na,
#ha,
#ma,
#ya,
#ra,
#wa {
    vertical-align: top;
    color: #1b8a64;
}

.members_result tr th:first-child {
    font-size: 24px;
}

.members_result .select_wrap h3 {
  font-size: 24px;
  color: #1b8a64;
}
.members_result .select_items {
  display: flex;
  flex-wrap: wrap;
}
.members_result .bb_b {
  border-bottom: 1px solid #333;
}
.members_result .select_items li {
  width: 33%;
  margin-bottom: 20px;
}
.members_result .select_items .item {
  width: 20%!important;
}
.members_result .select_items_s li {

}
.members_result .btn_wrap {
  margin-top: 40px;
}
.members_result .search_btn_w {
  display: block;
  border: 1px solid #333;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto;
}
.members_result .search_btn_b {
  display: block;
  background: #333;
  color: #fff;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  padding: 8px 0;
  margin: 20px auto 0;
}

.standard-children {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.standard-children li {
    width: 24.5%;
}











/* パーツ */
.members_result .asahiTable {
  margin-bottom: 20px;
}
.members_result .asahiTable td {
  background: #f2f2f2;
}
.members_result .asahiTableWrap {
  max-width: 1200px;
  margin: 100px auto 20px;
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color:#333;
}
.members_result .asahiTableWrap p {
  font-size: 18px;
  font-weight: bold;
  /* text-align: center; */
  padding-bottom: 20px;
}

.members_result table.asahiTable{
  width:100%;
  border-collapse: separate;
  border-spacing: 8px;
  /* background:#f3f3f3; */
}

.members_result .asahiTable th, .asahiTable td{
  /* background:#fff; */
  vertical-align: middle;
}

/* --- ヘッダー --- */
.members_result .hdrLeft{
  padding:18px 30px 12px;
  background: #f4f9ec!important;
  height: 124.5px;
  box-sizing: border-box;
}
.members_result .f_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_row .img_side {
  width: 40%;
}
.f_row .text_side {
  width: 50%;
}
.members_result .companyName{
  font-size:24px;
  font-weight:700;
  margin:0 0 6px;
  text-align: right;
}
.members_result .companyUrl {
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: right!important;
}
.members_result .companyUrl a{
  color:#2a74d6;
  text-decoration:none;
  font-size:14px;
}
.members_result .hdrRight{
  padding:18px;
  text-align:right;
  background: #f4f9ec!important;
}
.members_result .logoBox{
  display:inline-block;
  text-align:right;
  line-height:1.1;
}
.members_result .logoBox img {
  width: 200px;
  height: auto;
}
.members_result .logoMain{
  font-size:34px;
  font-weight:800;
  letter-spacing:.5px;
  color:#1d5fbf;
}
.members_result .logoSub{
  display:block;
  margin-top:6px;
  font-size:14px;
  color:#1d5fbf;
  font-weight:700;
}

/* --- 見出しセル（業態/商品群/防護範囲） --- */
.members_result .sectionHead{
  background:#e6f0ef !important;
  padding:10px 12px;
  font-size: 18px !important;
  font-weight:700;
  text-align:left;
}

/* --- 左：業態ボタン --- */
.members_result .btnList{
  padding:16px 14px;
}
.members_result .btn{
  display:block;
  width:100%;
  padding:5px 12px;
  margin:10px 0;
  background:#1b8a64;
  color:#fff;
  border-radius:999px;
  text-align:center;
  font-weight:700;
  text-decoration:none;
  box-sizing: border-box;
}
.members_result .btn.isLight{
  background:#a9cfc8;
  color:#fff;
}

/* --- 中：商品群（白い楕円） --- */
.members_result .pillList{
  padding:16px 14px;
}
.members_result .pill{
  display:block;
  width:100%;
  padding:5px 12px;
  margin:10px 0;
  background:#fff;
  border-radius:999px;
  text-align:center;
  font-weight:700;
  color:#333;
  box-sizing: border-box;
}
.members_result .pillRow{
  display:flex;
  gap:10px;
  margin-top:10px;
}
.members_result .pillHalf{
  flex:1;
  background:#fff;
  border-radius:999px;
  padding:10px 12px;
  text-align:center;
  font-weight:700;
}

/* --- 右：防護範囲（緑のピル） --- */
.members_result .rangeBox{
  padding:16px 14px;
}
.members_result .rangeGrid{
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-between;
  gap:10px;
}
.members_result .range{
  min-width:  86px;
  padding:5px 14px;
  border-radius:999px;
  background:#1b8a64;
  color:#fff;
  font-weight:800;
  text-align:center;
  box-sizing: border-box;
}
.members_result .range.isLight{
  background:#a9cfc8;
  color:#fff;
}

/* --- 右端：説明文 --- */
.members_result .descBox{
  padding:18px 18px;
  line-height:1.9;
  font-size:14px;
}

.standard-parent {
  font-size: 20px;
  font-weight: bold;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 10px;
  background: #f6f6f6;
  padding: 6px 10px;
}

.sec_members_result {
  margin-bottom: 100px;
}

.members-banner {
  width: 380px;
  margin: 90px auto 0;
  text-align: center;
  border: 1px solid #9e9e9e;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
}
.members-banner a {
  display: block;
}
.respiratory-banner img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px){
  .members-banner {
    width: 100%;
    margin: 70px auto 0;
  }
}



/* 親行（クリックできる見出し） */
.standard-parent{
  position: relative;
  cursor: pointer;
}

/* 右側の青い丸 */
.standard-parent::after{
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1f67b3;          /* 青 */
  transform: translateY(-50%);
}

/* 丸の中の白い矢印 */
.standard-parent::before{
  content: "";
  position: absolute;
  right: 22px;                 /* 丸の中に収まる位置 */
  top: 47%;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: translateY(-50%) rotate(45deg); /* 閉：下向き */
  transition: transform .2s ease;
  z-index: 1;                  /* 青丸より手前 */
}

/* 開いた時：矢印を上向きに */
.standard-group.is-open > .standard-parent::before{
  transform: translateY(-50%) rotate(-45deg);
  top: 49%;
}

/* 子リスト（開閉対象） */
.standard-children{
  display: none;
  margin: 0;
  padding: 0 0 10px 0;
}









/* --- 幅の目安（画像っぽく） --- */
.w1{ width: 22%; }
.w2{ width: 30%; }
.w3{ width: 22%; }
.w4{ width: 26%; }

/* --- 簡易レスポンシブ（横幅が狭い時は縦積み） --- */
@media (max-width: 900px){
  .members_result table.asahiTable, table.asahiTable tbody, table.asahiTable tr, table.asahiTable td, table.asahiTable th{
    display:block;
    width:100% !important;
  }
  .members_result table.asahiTable{ border-spacing: 10px; }
  .members_result .hdrRight{ text-align:left; }

  .members_result .logoBox{
    background: #f4f9ec !important;
    display:inline-block;
    line-height:1.1;
    display: block;
    padding: 5px 10px 10px;
  }
  .members_result .logoBox img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .members_result .comment {
    padding: 10px;
    background: #f2f2f2;
    margin: 5px 0;
    font-size: 15px;
  }
  .standard-parent {
    font-size: 19px;
  }
  .members_result .companyName{
    text-align: center!important;
    padding-bottom: 10px!important;
  }
  .members_result .companyUrl {
    text-align: center!important;
    padding-bottom: 10px!important;
  }
}


/* searching */
.searching {
    background-color: #eceae9;
    padding: 50px 0;
    margin-bottom: 100px;
}
.searching .w1000 {
    max-width: 1000px;
    margin: auto;
    position: relative;
}



.searching.green h3 {
    background-color: #02a695;
    color: #fff;
    text-align: center;
    font-size: 44px;
    padding: 10px 0;
    margin-top: 0;
}

.searching.orange h3 {
    background-color: #ff931e;
    color: #fff;
    text-align: center;
    font-size: 44px;
    padding: 10px 0;
    margin-top: 0;
}

.searching .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.searching .flex .left {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
    max-width: 480px;
}

.searching .flex .left img {
    width: 175px;
}

.searching .flex .left span {
    position: absolute;
    width: 111px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: #02af9e 1px solid;
    color: #02af9e;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searching .flex .left .body05 {
    position: absolute;
    width: 65px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: #fff 1px solid;
    color: #fff;
    background-color: #02af9e;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.searching .flex .left span.selected {
    color: #fff;
    background-color: #02af9e;
}

.searching .flex .left small {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.searching .flex .left strong {
    display: block;
    font-size: 25px;
}

.searching .body01 {
    top: 40%;
    left: 0;
}

.searching .body02 {
    top: 3%;
    left: 0;
}

.searching .body03 {
    bottom: 3%;
    left: 0;
}

.searching .body04 {
    top: 25%;
    right: 0;
}

.searching .body05 {
    top: 13%;
    left: 16%;
}
.searching .body05 strong {
    font-size: 14px!important;
    line-height: 17px;
}
/* .searching .body05 strong::before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    background: url('../img/icon_mask_w.png');
    background-size: 55px;
    background-position: center;
    background-repeat: no-repeat;
} */


.searching .flex .right {
    width: 420px;
    background-color: #fff;
    padding: 15px;
}

.searching.green h4 {
    border: #02a695 1px solid;
    color: #02a695;
    text-align: center;
    font-size: 27px;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.searching.orange h4 {
    border: #ff931e 1px solid;
    color: #ff931e;
    text-align: center;
    font-size: 27px;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.searching .flex .right>div {
    background-color: #ffdfbb;
    padding: 10px;
    margin-top: 10px;
}

.searching h5 {
    font-size: 25px;
    text-align: center;
    margin: 0;
}

.searching .right a {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px;
    padding: 10px 20px;
    color: #000;
    position: relative;
}
.searching .right .color_01 {
    background-color: #FFB6C1;
}
.searching .right .color_02 {
    background-color: #DDA0DD;
}
.searching .right .color_03 {
    background-color: #90EE90;
}
.searching .right .color_04 {
    background-color: #FF674D;
}
.searching .right .color_05 {
    background-color: #FFFF66;
}
.searching .right .color_06 {
    background-color: #C0C0C0;
}
.searching .right .color_07 {
    background-color: #64C0FA;
}
.searching .right .color_08 {
    background-color: #FFB833;
}

.searching .right a::after {
    content: "";
    width: 28px;
    aspect-ratio: 1/1;
    background-image: url(../img/arrow_search.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.searching.green h4.is-initial {
    border: #02a695 1px solid;
    color: #333;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}

@media screen and (max-width:1080px) {
    .searching .flex {
        display: block;
    }


    .searching .flex .right {
        width: calc(100% - 30px);
        max-width: 500px;
        margin: auto;
    }

}

@media screen and (max-width:767px) {

    .searching .flex .left img {
        width: 30%;
        max-width: 150px;
        margin: 0 auto;
    }



    .searching.orange h3,
    .searching.green h3 {
        font-size: 23px;
    }

    .searching.orange h4,
    .searching.green h4 {
        font-size: 24px;
    }

    .searching h5 {
        font-size: 22px;
    }

    .searching .flex .left small {
        font-size: 0.6rem;
    }
    .searching .flex .left strong {
        font-size: 0.9rem;
    }
    .searching .body05 strong {
      font-size: 0.65rem!important;
      line-height: 14px;
    }

    .searching .body01 {
        top: 38%;
        left: 5%;
    }

    .searching .body02 {
        top: 5%;
        left: 5%;

    }

    .searching .body03 {
        bottom: 5%;
        left: 5%;
    }

    .searching .body04 {
        right: 5%;
    }
    .searching .body05 {
        top: 18%;
        left: 19%;
    }

    .searching_standard h3 {
      font-size: 23px!important;
    }

    .members_result .asahiTableWrap p {
      font-size: 16px;
    }

}

@media screen and (max-width:500px) {

    .searching.green h3 {
        font-size: 22px;
    }

    .searching .right a {
        font-size: 13px;
    }

    .searching .right a::after {
        width: 22px;
    }

    .searching .flex .left span {
        width: 22%;
    }
    .searching .flex .left .body05 {
      width: 13%;
    }


}

/* 規格で選ぶ */
.searching_standard .searching .right a::after {
  content: none;
}
.searching_standard h3 {
    background-color: #144D97;
    color: #fff;
    text-align: center;
    font-size: 44px;
    padding: 10px 0;
    margin-top: 0;
}
.searching_standard h4 {
    font-size: 24px;
    border: #144D97 1px solid;
    color: #144D97;
    text-align: center;
    font-size: 27px;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.searching_standard .searching .flex .right>div {
  background-color: #C8F1FF;
    padding: 10px;
    margin-top: 10px;
}

/* 全体 */
/* .searching_standard .acc{
  max-width: 420px;
  padding: 14px;
  border-radius: 14px;
  background: #e9f7ff;
} */

/* 1項目 */
.searching_standard .acc-item{
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
}

/* 見出し（バー） */
.searching_standard .acc-head{
  width: 100%;
  /* display: flex;
  align-items: center; */
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px;
  border: 0;
  background: #fff;
  cursor: pointer;
  text-align: center;
  position: relative;
}

/* タイトル */
.searching_standard .acc-title{
  font-size: 20px;
  letter-spacing: .08em;
}

/* 右側の丸い矢印 */
.searching_standard .acc-arrow{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #1557a5;
  color: #fff;
  flex: 0 0 auto;
  position: absolute;
  right: 10px;
  top: 14px;
}

.searching_standard .acc-arrow-icon{
  width: 18px;
  height: 18px;
  transition: transform .22s ease;
}

/* 開いたとき（矢印回転） */
.searching_standard .acc-item.is-open .acc-arrow-icon{
  transform: rotate(90deg);
}

/* パネル（中身） */
.searching_standard .acc-panel{
  /* padding: 0 16px 16px; */
  background: #e9f7ff;
}

/* 閉じる時は高さ0で隠す（JSがmax-heightを制御） */
.searching_standard .acc-item:not(.is-open) .acc-panel{
  padding-bottom: 0;
}

/* 中のピルボタン */
.searching_standard .pill-wrap{
  padding: 14px 10px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}

.searching_standard .pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border: 1.5px solid #1557a5;
  border-radius: 999px!important;
  color: #1557a5;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
  text-align: center;
  /* width: 20%; */
  min-width: 73px;
}

.searching_standard .pill.is-active{
  background: #1557a5;
  color: #fff;
}
/* ここまで */





/* 左の丸ボタンをクリックできるように */
.left span[class^="body"] {
    display: inline-block;
    cursor: pointer;
}

/* アクティブ状態（selected） */
.left span.selected {
    /* outline: 4px solid #00a79d; */
}

.left span.selected .mask_icon::before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    background: url('../img/icon_mask_w.png');
    background-size: 55px;
    background-position: center;
    background-repeat: no-repeat;
}

/* 右側パネルの表示切替 */
.hazard-panel {
    display: none;
}
.hazard-panel.is-active {
    display: block;
}


/* 防護服とは　protective_clothing */
.protective_clothing h2 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    background-color: #02af9e;
    margin: 0;
    padding: 45px 0;
}

.protective_clothing .bold {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.protective_clothing h3 {
    font-size: 32px!important;
    color: #02af9e;
    text-align: center;
}

.protective_clothing #s02 {
    background-color: #f5f3f2;
    padding: 50px 0;
    margin-bottom: 50px;
}

.protective_clothing #s02 .cnt {
    width: 90%;
    max-width: 658px;
    padding: 0 71px;
    position: relative;
    margin: auto;
    line-height: 1.8;
}

.protective_clothing #s02 .cnt img {
    position: absolute;
    height: 416px;
}

.protective_clothing #s02 .cnt .cnt_left {
    top: -30px;
    left: -180px;
}

.protective_clothing #s02 .cnt .cnt_right {
    top: -30px;
    right: -80px;
}

.protective_clothing #s03 {
    background-color: #eceae9;
    padding: 50px 0;
    margin-bottom: 50px;
}

.protective_clothing #s03 p {
    text-align: center;
    line-height: 1.8;
}

.protective_clothing #s03 .wrap {
    width: 90%;
    max-width: 760px;
    margin: auto;
}

.protective_clothing #s03 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin: 30px 0;
}

.protective_clothing #s03 ul li {
    background-color: #02af9e;
    color: #fff;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.protective_clothing #s03 ul li::after {
    position: absolute;
    content: "";
    display: block;
    width: 28px;
    background-image: url(../img/arrow_btn.png);
    aspect-ratio: 1/1;
    background-size: cover;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.protective_clothing #s03 ul li .num {
    font-size: 56px;
    font-weight: 600;
    margin: 0 20px;
}

.protective_clothing #s03 .right {
    display: block;
    text-align: right;
}

.protective_clothing #s04 {
    background-color: #eceae9;
    padding: 50px 0;
    margin-bottom: 50px;
}
.protective_clothing #s04 p {
    text-align: center;
    line-height: 1.8;
}
.protective_clothing #s04 .wrap {
    width: 90%;
    max-width: 760px;
    margin: auto;
}

.protective_clothing #s04 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin: 30px 0;
}

.protective_clothing #s04 ul li {
    background-color: #02af9e;
    color: #fff;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    height: 80px;
}

.protective_clothing #s04 .right {
    display: block;
    text-align: right;
}

.protective_clothing .attention {
    margin-top: 50px;
    border: #02af9e 1.5px solid;
    padding: 20px 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.protective_clothing .attention img {
    display: block;
    width: 120px;
    margin-right: 60px;
}

.protective_clothing .attention h3 {
    font-size: 28px;
    margin: 0;
    text-align: left;
}

.protective_clothing .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: left !important;
}

@media screen and (max-width:1080px) {

    .protective_clothing #s02 .cnt {
        text-align: center;
        padding: 0;
    }

    .protective_clothing #s02 .cnt>div {
        text-align: left;
    }


    .protective_clothing #s02 .cnt img {
        position: static;
        display: inline-block;
        margin: 30px 40px 0;
    }

    .protective_clothing #s03 ul li::after {
        right: 15px;
        width: 22px;
    }

}

@media screen and (max-width:767px) {

.protective_clothing h2{
    font-size: 48px;
    padding: 30px 0;
}

.protective_clothing .bold{
    font-size: 22px;
}

.protective_clothing #s02 {
    padding: 10px 0 30px;
}

.protective_clothing h3{
    font-size: 28px;
}

.protective_clothing #s02 .cnt img{
    height: 300px;
    margin: 30px 20px;
}

.protective_clothing #s03 ul {
    grid-template-columns: 1fr;
    gap: auto;
    margin: 30px 0;
}

.protective_clothing #s03 ul li {
    font-size: 18px;
}

.protective_clothing #s03 ul li .num{
    font-size: 46px;
}

.protective_clothing #s03 .right {
    font-size: 14px;
}

.protective_clothing #s04 ul {
    grid-template-columns: 1fr;
    gap: auto;
    margin: 30px 0;
}

.protective_clothing #s04 ul li {
    font-size: 18px;
    height: 66px;
}

.protective_clothing .attention {
    margin-top: 50px;
    padding: 20px 40px;
    flex-direction: column;
    text-align: center;
}

.protective_clothing .attention img{
    display: inline-block;
    margin: 0 0 20px;
}

.protective_clothing .attention h3{
    font-size: 24px;
    text-align: center;
}

.protective_clothing .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: center !important;
    font-size: 14px;
}
}

@media screen and (max-width:500px) {

.protective_clothing h2{
    font-size: 42px;
    padding: 25px 0;
}

.protective_clothing .bold{
    font-size: 20px;
}


.protective_clothing h3{
    font-size: 26px;
}

.protective_clothing #s02 .cnt img{
    height: 280px;
    margin: 30px 20px;
}


.protective_clothing #s03 ul {
    grid-template-columns: 1fr;
    gap: auto;
    margin: 30px 0;
}

.protective_clothing #s03 ul li {
    font-size: 18px;
}

.protective_clothing #s03 ul li .num{
    font-size: 46px;
}

.protective_clothing #s03 .right {
    font-size: 12px;
}

.protective_clothing .attention {
    margin-top: 50px;
    padding: 20px 0;
    flex-direction: column;
    text-align: center;
}

.protective_clothing .attention img{
    display: inline-block;
    margin: 0 0 20px;
}

.protective_clothing .attention h3{
    font-size: 24px;
    text-align: center;
}

.protective_clothing .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: center !important;
    font-size: 14px;
}
}






/* 防護服とは　protective_clothing */
.protective_clothing .about_join h2 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    background-color: #02af9e;
    margin: 0;
    padding: 45px 0;
}

.protective_clothing .about_join .bold {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.protective_clothing .about_join h3 {
    font-size: 32px;
    color: #02af9e;
    text-align: center;
}

.protective_clothing #s02 {
    background-color: #f5f3f2;
    padding: 50px 0;
    margin-bottom: 50px;
}

.protective_clothing #s02 .cnt {
    width: 90%;
    max-width: 658px;
    padding: 0 71px;
    position: relative;
    margin: auto;
    line-height: 1.8;
}

.protective_clothing #s02 .cnt img {
    position: absolute;
    height: 416px;
}

.protective_clothing #s02 .cnt .cnt_left {
    top: -30px;
    left: -180px;
}

.protective_clothing #s02 .cnt .cnt_right {
    top: -30px;
    right: -80px;
}

.protective_clothing #s03 {
    background-color: #eceae9;
    padding: 50px 0;
    margin-bottom: 50px;
}

.protective_clothing #s03 p {
    text-align: center;
    line-height: 1.8;
}

.protective_clothing #s03 .wrap {
    width: 90%;
    max-width: 760px;
    margin: auto;
}

.protective_clothing #s03 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin: 30px 0;
}

.protective_clothing #s03 ul li {
    background-color: #02af9e;
    color: #fff;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.protective_clothing #s03 ul li::after {
    position: absolute;
    content: "";
    display: block;
    width: 28px;
    background-image: url(../img/arrow_btn.png);
    aspect-ratio: 1/1;
    background-size: cover;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.protective_clothing #s03 ul li .num {
    font-size: 56px;
    font-weight: 600;
    margin: 0 20px;
}

.protective_clothing #s03 .right {
    display: block;
    text-align: right;
}

.protective_clothing .attention {
    margin-top: 50px;
    border: #02af9e 1.5px solid;
    padding: 20px 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.protective_clothing .attention img {
    display: block;
    width: 120px;
    margin-right: 60px;
}

.protective_clothing .attention h3 {
    font-size: 28px;
    margin: 0;
    text-align: left;
}

.protective_clothing .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: left !important;
}

@media screen and (max-width:1080px) {

    .protective_clothing #s02 .cnt {
        text-align: center;
        padding: 0;
    }

    .protective_clothing #s02 .cnt>div {
        text-align: left;
    }


    .protective_clothing #s02 .cnt img {
        position: static;
        display: inline-block;
        margin: 30px 40px 0;
    }

    .protective_clothing #s03 ul li::after {
        right: 15px;
        width: 22px;
    }

}

@media screen and (max-width:767px) {

.protective_clothing main h2{
    font-size: 48px;
    padding: 30px 0;
}

.protective_clothing main .bold{
    font-size: 22px;
}

.protective_clothing #s02 {
    padding: 10px 0 30px;
}

.protective_clothing main h3{
    font-size: 28px;
}

.protective_clothing #s02 .cnt img{
    height: 300px;
    margin: 30px 20px;
}

.protective_clothing #s03 ul {
    grid-template-columns: 1fr;
    gap: auto;
    margin: 30px 0;
}

.protective_clothing #s03 ul li {
    font-size: 18px;
}

.protective_clothing #s03 ul li .num{
    font-size: 46px;
}

.protective_clothing #s03 .right {
    font-size: 14px;
}

.protective_clothing .attention {
    margin-top: 50px;
    padding: 20px 40px;
    flex-direction: column;
    text-align: center;
}

.protective_clothing .attention img{
    display: inline-block;
    margin: 0 0 20px;
}

.protective_clothing .attention h3{
    font-size: 24px;
    text-align: center;
}

.protective_clothing .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: center !important;
    font-size: 14px;
}
}

@media screen and (max-width:500px) {

.protective_clothing main h2{
    font-size: 42px;
    padding: 25px 0;
}

.protective_clothing main .bold{
    font-size: 20px;
}


.protective_clothing main h3{
    font-size: 26px;
}

.protective_clothing #s02 .cnt img{
    height: 280px;
    margin: 30px 20px;
}


.protective_clothing #s03 ul {
    grid-template-columns: 1fr;
    gap: auto;
    margin: 30px 0;
}

.protective_clothing #s03 ul li {
    font-size: 18px;
}

.protective_clothing #s03 ul li .num{
    font-size: 46px;
}

.protective_clothing #s03 .right {
    font-size: 12px;
}

.protective_clothing .attention {
    margin-top: 50px;
    padding: 20px 0;
    flex-direction: column;
    text-align: center;
}

.protective_clothing .attention img{
    display: inline-block;
    margin: 0 0 20px;
}

.protective_clothing .attention h3{
    font-size: 24px;
    text-align: center;
}

.protective_clothing .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: center !important;
    font-size: 14px;
}
}
/* ここまで */



.human {
  position: relative;
  width: 175px;
  margin: 0 auto;
}

.human img {
  width: 100%;
  display: block;
}

/* 共通：透明クリック領域 */
.area {
  position: absolute;
  background: transparent;
}

/* 共通：外枠の点線（頭・ボディ・脚） */
.area::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px dashed #ff6600;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

/* 手・腕の枠を少しだけ丸くする */
.arm-area::before {
  border-radius: 14px;
}

/* hover & active のどちらでも点線を出す */
.area:hover::before,
.area.active::before {
  opacity: 1;
}

.arm-area:hover::after,
.arm-area.active::after {
  opacity: 1;
}

/* --- 位置（前に渡したものそのまま） --- */

/* 頭 */
.head-area {
  top: 0%;
  left: 26%;
  width: 48%;
  height: 19%;
}

/* 呼吸保護具 */
.mask-area {
  top: 10%;
  left: 30%;
  width: 40%;
  height: 7%;
}

/* 手・腕：クリック判定は広めのまま */
.arm-area {
  position: absolute;
  top: 18%;
  left: 0%;
  width: 100%;
  height: 45%;
}

/* --- 左腕の枠 --- */
.arm-area::before {
  content: "";
  position: absolute;
  /* 左腕の位置 */
  left: 0%;        /* 画像左からの位置 */
  top: 3%;
  width: 27%;      /* 腕の太さ */
  height: 90%;
  border: 3px dashed #ff6600;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: opacity 0.2s;
}

/* --- 右腕の枠 --- */
.arm-area::after {
  content: "";
  position: absolute;
  /* 右腕の位置 */
  right: 0%;       /* 画像右からの位置 */
  top: 3%;
  width: 27%;
  height: 90%;
  border: 3px dashed #ff6600;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: opacity 0.2s;
}

/* hover と active で点線表示 */
.arm-area:hover::before,
.arm-area.active::before,
.arm-area:hover::after,
.arm-area.active::after {
  opacity: 1;
}

/* ボディ */
.body-area {
  top: 18%;
  left: 18%;
  width: 64%;
  height: 36%;
}

/* 脚 */
.leg-area {
  top: 54%;
  left: 5%;
  width: 90%;
  height: 45%;
}


.text_m {
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width:768px) {
  .human {
    position: relative;
    width: 175px;
    margin: 0 auto;
  }

  .human img {
    width: 100%;
    display: block;
  }

  /* 共通：透明クリック領域 */
  .area {
    position: absolute;
    background: transparent;
  }

  /* 共通：外枠の点線（頭・ボディ・脚） */
  .area::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px dashed #ff6600;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
  }

  /* 手・腕の枠を少しだけ丸くする */
  .arm-area::before {
    border-radius: 14px;
  }

  /* hover & active のどちらでも点線を出す */
  .area:hover::before,
  .area.active::before {
    opacity: 1;
  }

  .arm-area:hover::after,
  .arm-area.active::after {
    opacity: 1;
  }

  /* --- 位置（前に渡したものそのまま） --- */

  /* 頭 */
  .head-area {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 30%;
    height: 19%;
  }

  /* 手・腕：クリック判定は広めのまま */
  .arm-area {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 60%;
    height: 45%;
  }

  /* --- 左腕の枠 --- */
  .arm-area::before {
    content: "";
    position: absolute;
    /* 左腕の位置 */
    left: 0%;        /* 画像左からの位置 */
    top: 3%;
    width: 27%;      /* 腕の太さ */
    height: 90%;
    border: 2px dashed #ff6600;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
    transition: opacity 0.2s;
  }

  /* --- 右腕の枠 --- */
  .arm-area::after {
    content: "";
    position: absolute;
    /* 右腕の位置 */
    right: 0%;       /* 画像右からの位置 */
    top: 3%;
    width: 27%;
    height: 90%;
    border: 2px dashed #ff6600;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
    transition: opacity 0.2s;
  }

  /* hover と active で点線表示 */
  .arm-area:hover::before,
  .arm-area.active::before,
  .arm-area:hover::after,
  .arm-area.active::after {
    opacity: 1;
  }

  /* ボディ */
  .body-area {
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 38%;
    height: 36%;
  }

  /* 脚 */
  .leg-area {
    top: 54%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 56%;
    height: 45%;
  }


  /* .searching .body05 strong::before {
      content: '';
      display: block;
      width: 55px;
      height: 30px;
      background-size: 35px;
      background-position: center;
      background-repeat: no-repeat;
  } */

  .left span.selected .mask_icon::before {
      content: '';
      display: block;
      width: 55px;
      height: 30px;
      background: url('../img/icon_mask_w.png');
      background-size: 35px;
      background-position: center;
      background-repeat: no-repeat;
  }
}




/* result */
.result img {
  vertical-align: middle;
}
.result h2 {
    font-size: 45px;
    color: #fff;
    text-align: center;
    background-color: #ff931e;
    margin: 0;
    padding: 30px 0;
}

.result #s01 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    width: 90%;
    max-width: 730px;
    margin: 30px auto;
}

.result #s01 p small.inf {
    display: block;
    margin-left: 20px;
}

.result .select {
    padding: 100px 0 50px;
    background-color: #f5f3f2;
    margin-bottom: 50px;
}

.result .select h3 {
    width: 90%;
    max-width: 600px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    background-color: #ff931e;
    margin: auto;
}

.result .select .acd {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
}

.result .select .acd_btn {
    background-color: #fff;
    border: #000 solid 1px;
    border-radius: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.result .select .acd_btn img {
    position: absolute;
}

.result .select .acd_con {
    height: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.result .select .acd_con li {
    width: 26%;
    margin: 25px 25px;
}

.result .select .acd_con.open {
    height: auto;
}

.result .acd01 {
    bottom: 0;
    left: 30px;
}

.result .acd02 {
    bottom: 0;
    left: 30px;
}

.result .acd03a {
    bottom: 0;
    left: 30px;
}

.result .acd03b {
    top: 0;
    left: 90px;
}

.result .acd04 {
    top: 0;
    left: 30px;
}

.result .acd05 {
    height: 66px;
    bottom: 10px;
    left: 30px;
}

.result .arrow {
    right: 30px;
}

.result .arrow.open {
    rotate: 180deg;
}

.result .select .acd_btn span {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 5px 0 0 5px;
}

.result .select .acd_btn strong {
    color: #ff931e;
    font-size: 38px;
    font-weight: 600;
    display: block;
}

.result .select .col3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: auto;
}

.result .select .item {
    /* width: 320px; */
    /* margin: 25px 25px; */
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
}

.result .select .item>img {
    height: 170px;
}

.result .select .item h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffe9d2;
    padding: 5px 0;
}

.result .select .item article {
    padding: 10px 0;
}

.result #s03 {
    padding: 10px 0 50px;
}

.result #s03 .wrap {
    padding: 50px 0;
    background-color: #ffe9d2;
}

.result #s03 .w760 {
    width: 90%;
    max-width: 760px;
    border: #ff931e 1px solid;
    background-color: #fff;
    padding: 50px 0;
    margin: 50px auto 0;
}

.result #s03 .w760:first-child {
    margin-top: 0;
}

.result #s03 .table {
    display: grid;
    grid-template-columns: auto auto;
    font-size: 0.9rem;
    border-top: 1px #606060 solid;
    border-left: 1px #606060 solid;
}

.result #s03 .table>div {
    padding: 10px;
    border-bottom: 1px #606060 solid;
    border-right: 1px #606060 solid;
    ;
}

.result #s03 h3 {
    color: #ff931e;
    font-size: 28px;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}

.result #s03 article {
    width: 90%;
    max-width: 550px;
    margin: auto;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.result #s03 .w630 {
    width: 90%;
    max-width: 630px;
    margin: auto;
}

.result #s03 .yn {
    background-color: #ffe9d2;
    border-radius: 20px;
    text-align: center;
    padding: 30px 0;
}

.result #s03 h4 {
    font-size: 21px;
    margin: 0;
}

.result #s03 .yn span {
    display: inline-block;
    width: 180px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    padding: 5px 0;
    margin: 30px 15px 0;
}

.result #s03 .yn .yes {
    background-color: #ff931e;
}

.result #s03 .yn .no {
    background-color: #02af9e;
}

.result #s03 ul {
    margin: 50px 0 30px;
}

.result #s03 ul li {
    display: flex;
    align-items: center;
    border-bottom: #ff931e 1px solid;
    padding: 10px 20px;
    min-height: 115px;
    line-height: 1.8;
}

.result #s03 ul li:first-child {
    border-top: #ff931e 1px solid;
}

.result #s03 ul li span {
    color: #02af9e;
    font-size: 56px;
    font-weight: 600;
    display: block;
    padding-right: 40px;
}

.result .explanation {
    font-size: 14px;
    line-height: 2;
}

.result .explanation p {
    margin: 0;
}

.result .explanation .margin_left {
    margin-left: 28px;
}

.result .item a {
  display: block;
}


@media screen and (max-width:767px) {

    .result main h2 {
        font-size: 38px;
    }



    .result #s01 p {
        font-size: 18px;
    }

    .result #s03 .table {
        display: grid;
        grid-template-columns:100%;
        font-size: 0.9rem;
        border-top: none;
        border-left: none;
    }

    .result #s03 .table>div {
        padding: 10px 10px 20px;
        border-bottom: 1px #606060 solid;
        border-right: none;
    }

        .result #s03 .table>div.th {
        padding: 10px 10px 10px;
        background-color: #606060;
        color: #fff;
        font-size: 1rem;
    }

    .result #s03 h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .result #s03 h4 {
        font-size: 18px;
    }

    .result #s03 .yn span {
        display: inline-block;
        width: 150px;
        font-size: 26px;
        margin: 30px 10px 0;
    }

    .result #s03 ul li span {
        font-size: 48px;
        font-weight: 600;
        display: block;
        padding-right: 20px;
    }

    .result #s03 ul li {
        padding: 10px 20px;
        min-height: 100px;
        line-height: 1.8;
    }

    .result .explanation {
        font-size: 13px;
    }

    .result .select h3 {
        padding: 15px 0;
        font-size: 22px;
    }

    .result .select .acd_btn strong {
        font-size: 32px;
    }

    .result .select .acd_btn span {
        font-size: 22px;
    }

    .result .select .col3 {
        grid-template-columns: 1fr;
        padding-top: 20px;
        gap: 10px;
    }

    .result .select .col3 .item {
        margin: auto;
    }

    .result .acd01 {
        width: 90px;
        bottom: 0;
        left: 20px;
    }

    .result .acd02 {
        bottom: 0;
        left: 30px;
    }

    .result .acd03a {
        width: 30px;
        bottom: 0;
        left: 15px;
    }

    .result .acd03b {
        width: 80px;
        top: 0;
        left: 50px;
    }

    .result .acd04 {
        width: 110px;
        top: 0;
        left: 15px;
    }

    .result .acd05 {
        height: 66px;
        bottom: 10px;
        left: 30px;
    }


}

@media screen and (max-width:500px) {

    .result main h2 {
        font-size: 32px;
    }

    .result #s01 p {
        font-size: 16px;
    }

    .result #s03 h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .result #s03 h4 {
        font-size: 17px;
    }

    .result #s03 .yn span {
        display: inline-block;
        width: 120px;
        font-size: 24px;
        margin: 30px 5px 0;
    }

    .result #s03 ul li span {
        font-size: 42px;
        font-weight: 600;
        display: block;
        padding-right: 20px;
    }

    .result #s03 ul li {
        font-size: 14px;
        padding: 15px 10px;
        min-height: 80px;
    }

    .result .select .acd_btn strong {
        font-size: 32px;
    }

    .result .select .acd_btn span {
        font-size: 22px;
    }

    .result .select .col3 {
        grid-template-columns: 1fr;
        padding-top: 20px;
        gap: 10px;
    }

    .result .select .col3 .item {
        margin: auto;
    }


    .result .acd01 {
        width: 55px;
        bottom: 0;
        left: 10px;
    }

    .result .acd02 {
        width: 55px;
        bottom: 0;
        left: 10px;
    }

    .result .acd03a {
        width: 25px;
        bottom: 0;
        left: 15px;
    }

    .result .acd03b {
        width: 60px;
        top: 0;
        left: 20px;
    }

    .result .acd04 {
        width: 75px;
        top: 0;
        left: 5px;
    }

    .result .acd05 {
        height: 66px;
        bottom: 10px;
        left: 30px;
    }

    .result .select .acd_con {
        height: 0;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .result .select .acd_con li {
        width: 44%;
        margin: 10px 10px;
    }

}



/* 追加 */
.result_01 h2 {
  background: #FFB6C1;
}
.result_01 .select h3 {
  background: #FFB6C1;
}
.result_01 #s03 .wrap {
  background: #ffb6c12e;
}
.result_01 .select .item h4 {
  background: #ffb6c12e;
}
.result_01 .select .acd_btn strong {
  color: #FFB6C1;
}
.result_01 #s03 h3 {
  color: #FFB6C1;
}
.result_01 #s03 .w760 {
  border: #FFB6C1 1px solid;
}
.result_01 #s03 ul li:first-child {
  border-top: #FFB6C1 1px solid
}
.result_01 #s03 ul li {
  border-bottom: #FFB6C1 1px solid;
}

.result_02 h2 {
  background: #DDA0DD;
}
.result_02 .select h3 {
  background: #DDA0DD;
}
.result_02 #s03 .wrap {
  background: #dda0dd30;
}
.result_02 .select .item h4 {
  background: #dda0dd30;
}
.result_02 .select .acd_btn strong {
  color: #DDA0DD;
}
.result_02 #s03 h3 {
  color: #DDA0DD;
}
.result_02 #s03 .w760 {
  border: #DDA0DD 1px solid;
}
.result_02 #s03 ul li:first-child {
  border-top: #DDA0DD 1px solid
}
.result_02 #s03 ul li {
  border-bottom: #DDA0DD 1px solid;
}

.result_03 h2 {
  background: #7ed17e;
}
.result_03 .select h3 {
  background: #7ed17e;
}
.result_03 #s03 .wrap {
  background: #7ed17e4a;
}
.result_03 .select .item h4 {
  background: #7ed17e4a;
}
.result_03 .select .acd_btn strong {
  color: #7ed17e;
}
.result_03 #s03 h3 {
  color: #7ed17e;
}
.result_03 #s03 .w760 {
  border: #7ed17e 1px solid;
}
.result_03 #s03 ul li:first-child {
  border-top: #7ed17e 1px solid
}
.result_03 #s03 ul li {
  border-bottom: #7ed17e 1px solid;
}

.result_04 h2 {
  background: #FF674D;
}
.result_04 .select h3 {
  background: #FF674D;
}
.result_04 #s03 .wrap {
  background: #ff674d3d;
}
.result_04 .select .item h4 {
  background: #ff674d3d;
}
.result_04 .select .acd_btn strong {
  color: #FF674D;
}
.result_04 #s03 h3 {
  color: #FF674D;
}
.result_04 #s03 .w760 {
  border: #FF674D 1px solid;
}
.result_04 #s03 ul li:first-child {
  border-top: #FF674D 1px solid
}
.result_04 #s03 ul li {
  border-bottom: #FF674D 1px solid;
}

.result_05 h2 {
  background: #ffeb3b;
  color: #333;
}
.result_05 .select h3 {
  background: #ffeb3b;
}
.result_05 #s03 .wrap {
  background: #ffeb3b59;
}
.result_05 .select .item h4 {
  background: #ffeb3b59;
}
.result_05 .select .acd_btn strong {
  color: #ffeb3b;
}
.result_05 #s03 h3 {
  color: #ccbc2d;
}
.result_05 #s03 .w760 {
  border: #ffeb3b 1px solid;
}
.result_05 #s03 ul li:first-child {
  border-top: #ffeb3b 1px solid
}
.result_05 #s03 ul li {
  border-bottom: #ffeb3b 1px solid;
}

.result_06 h2 {
  background: #C0C0C0;
}
.result_06 .select h3 {
  background: #C0C0C0;
}
.result_06 #s03 .wrap {
  background: #c0c0c04a;
}
.result_06 .select .item h4 {
  background: #c0c0c04a;
}
.result_06 .select .acd_btn strong {
  color: #C0C0C0;
}
.result_06 #s03 h3 {
  color: #C0C0C0;
}
.result_06 #s03 .w760 {
  border: #C0C0C0 1px solid;
}
.result_06 #s03 ul li:first-child {
  border-top: #C0C0C0 1px solid
}
.result_06 #s03 ul li {
  border-bottom: #C0C0C0 1px solid;
}

.result_07 h2 {
  background: #64C0FA;
}
.result_07 .select h3 {
  background: #64C0FA;
}
.result_07 #s03 .wrap {
  background: #64c0fa3d;
}
.result_07 .select .item h4 {
  background: #64c0fa3d;
}
.result_07 .select .acd_btn strong {
  color: #64C0FA;
}
.result_07 #s03 h3 {
  color: #64C0FA;
}
.result_07 #s03 .w760 {
  border: #64C0FA 1px solid;
}
.result_07 #s03 ul li:first-child {
  border-top: #64C0FA 1px solid
}
.result_07 #s03 ul li {
  border-bottom: #64C0FA 1px solid;
}

.result_08 h2 {
  background: #FFB833;
}
.result_08 .select h3 {
  background: #FFB833;
}
.result_08 #s03 .wrap {
  background: #ffb83352;
}
.result_08 .select .item h4 {
  background: #ffb83352;
}
.result_08 .select .acd_btn strong {
  color: #FFB833;
}
.result_08 #s03 h3 {
  color: #FFB833;
}
.result_08 #s03 .w760 {
  border: #FFB833 1px solid;
}
.result_08 #s03 ul li:first-child {
  border-top: #FFB833 1px solid
}
.result_08 #s03 ul li {
  border-bottom: #FFB833 1px solid;
}
/* リザルトここまで */


/* ポリシー */
.policy #s01{
    font-size: 16px;
    line-height: 1.8;
    padding: 50px 0 200px;
}

.policy #s01 h2{
    font-size: 28px;
    color: #02af9e;
    margin-top: 100px;
}

.policy #s01 .cnt{
    margin-bottom: 50px;
}

.policy #s01 .cnt h3{
    font-size: 20px;
    margin-bottom: 0;
}

.policy #s01 .cnt p{
    margin: 0;
    letter-spacing: 0.05em;
    text-align: justify;
}
/* ポリシー ここまで */


/* リンク */
.links {
    color: #000;
}

.links h2 {
    font-size: 60px;
    text-align: center;
    background-color: #ccefec;
    margin: 0;
    padding: 45px 0;
}

.links .bold {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
}


.links section {
    background-color: #f0eeed;
    padding: 50px 0;
    margin: 30px 0 50px ;
}

.links section h3{
    background-color: #1b8a64;
    color: #fff;
    font-size: 44px;
    padding: 5px;
    text-align: center;
    margin-top: 0;
}

.links .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.links .grid > a{
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    height: auto;
    padding: 20px 10px 20px 0;
}

.links .grid > a img{
    width: 25px;
    display: block;
    margin: 0 15px;
}
@media screen and (max-width:768px) {
    .links h2 {
        font-size: 26px;
        padding: 25px 0;
    }
    .links section h3{
        font-size: 22px;
    }
    .links .grid{
        gap: 20px;
    }
    .links .grid > a{
        font-size: 16px;
    }
}

/* メンバー */
.members #s01{
    margin-top: 50px;
    background-color:#f0eeed ;
    padding: 90px 0;
}

.members #s01 .grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1000px;
    gap: 20px;
    margin: auto;
}

.members #s01 .grid .card{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    justify-content: space-between;
}

.members #s01 .grid .card>img{
    display: block;
    width: 100%;
}

.members #s01 .grid .card p{
    position: relative;
    margin: 0;
    padding-right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 21px;
    margin-top: 20px;
}

.members #s01 .grid .card p img{
    position: absolute;
    width: 32px;
    top:50%;
    right: 0;
    transform: translateY(-50%);
}

.mem_menu {
    margin-top: 50px;
    background-color:#f0eeed ;
    padding: 90px 0;
}
.mem_menu .grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1000px;
    gap: 20px;
    margin: auto;
}
.mem_menu .grid .card{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    justify-content: space-between;
}

.mem_menu .grid .card>img{
    display: block;
    width: 100%;
}

.mem_menu .grid .card p{
    position: relative;
    margin: 0;
    padding-right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 21px;
    margin-top: 20px;
}

.mem_menu .grid .card p img{
    position: absolute;
    width: 32px;
    top:50%;
    right: 0;
    transform: translateY(-50%);
}

.members #s02{
    padding: 50px 0;
    padding-bottom: 300px;
}

.members #s02 h3{
    text-align: center;
    font-size: 44px;
    color: #1b8a64;
}

.members .whatsnew{
    padding: 20px 0;
    border-bottom: 2px solid #e1e1e1;
}

.ar_title {
    display: block;
    font-size: 13px;
    color:#fff;
    font-weight: 500;
    text-align: center;
    width: 100px;
    background-color: black;
    padding: 2px 0 4px;
    border-radius: 20px;
}
/* .members .whatsnew>span{
    display: block;
    font-size: 13px;
    color:#fff;
    font-weight: 500;
    text-align: center;
    width: 100px;
    background-color: black;
    padding: 2px 0 4px;
    border-radius: 20px;
} */

.members .whatsnew .info{
    background-color: #24a6d8;
}

.members .whatsnew .news{
    background-color: #f28e1e;
}

.members .whatsnew .event{
    background-color: #80c02f;
}

.tag.topics{
    background-color: #24a2d4;
    border: none;
    color: #fff;
}
.tag.member{
    background-color: #349457;
    border: none;
    color: #fff;
}

.members .whatsnew .flex{
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.members .whatsnew .flex p {
    margin: 0;
    margin-left: 20px;
    font-size: 18px;
}

.members .whatsnew .date{
    font-size: 16px;
    color: #949494;
    font-weight: 600;
}



@media screen and (max-width:768px) {
.members #s01{
    padding: 40px 0;
}
.members #s01 .grid .card p {
  margin-top: 0;
}
.members .whatsnew .flex p {
  font-size: 14px;
}
.members #s02 {
  padding-bottom: 0;
}
}
/* membersここまで */


/* members_report */
.members_report .bread {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

.members_report .w800 {
    max-width: 800px;
    margin: auto;
}

.members_report .w800 p {
    margin: 50px 0;
}

.members_report #list {
    padding: 50px 0 100px;
}

.members_report #list a {
    display: block;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}

.members_report #list a::before {
    content: "";
    display: inline-block;
    background-image: url("../img/icon_dl.png");
    background-size: 25px 22px;
    background-repeat: no-repeat;
    width: 25px;
    height: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

.members_report #list img {
    display: inline-block;
    width: 24px;
    margin-right: 20px;
}

.members_report .btn {
    display: flex;
    margin: 0 auto 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #1b8a64;
    width: 60%;
    max-width: 400px;
}

.members_report .btn img {
    display: block;
    width: 28px;
    margin-left: 30px;
}
/* ここまで */


/* 会員向け 年会報告書 */
.members_report .bread {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

.members_report h3{
    font-size: 31px;
    padding: 20px 0;
    border-bottom:1px #1b8a64 solid;
}

.members_report .w800 {
    max-width: 800px;
    margin: auto;
}

.members_report .w800 p {
    margin: 50px 0;
}

.members_report #list {
    padding: 50px 0 100px;
}

.members_report #list a {
    display: block;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}

.members_report #list img {
    display: inline-block;
    width: 24px;
    margin-right: 20px;
}

.members_report .btn {
    display: flex;
    margin: 0 auto 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #1b8a64;
    width: 60%;
    max-width: 400px;
}

.members_report .btn img {
    display: block;
    width: 28px;
    margin-left: 30px;
}
/* ここまで */


#title{
    display: block;
    background-color: #f0eeed;
    padding: 30px 0;
}


#title h3{
    font-size: 31px;
    margin: 20px 0;
}

article {
    /* padding: 50px 0; */
}


/* members_report */
.members_report .bread {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

.members_report h3{
    font-size: 31px;
    padding: 20px 0;
    border-bottom:1px #1b8a64 solid;
}

.members_report .w800 {
    max-width: 800px;
    margin: auto;
}

.members_report .w800 p {
    margin: 50px 0;
}

.members_report #list {
    padding: 50px 0 100px;
}

.members_report #list a {
    display: block;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}

.members_report #list img {
    display: inline-block;
    width: 24px;
    margin-right: 20px;
}

.members_report .btn {
    display: flex;
    margin: 0 auto 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #1b8a64;
    width: 60%;
    max-width: 400px;
}

.members_report .btn img {
    display: block;
    width: 28px;
    margin-left: 30px;
}
/* members_report ここまで */


.bread {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

#list .grid {
    padding: 100px 0;
    max-width: 800px;
    display: grid;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    font-size: 20px;
}

#list .grid a {
    display: block;
    color: #000;
    margin-bottom: 20px;
}

#list .grid a span {
    display: inline-block;
    color: #1b8a64;
    margin-right: 10px;
}

#list .btn {
    display: flex;
    margin: 0 auto 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #1b8a64;
    width: 60%;
    max-width: 400px;
}

#list .btn img {
    display: block;
    width: 28px;
    margin-left: 30px;
}
@media screen and (max-width:1080px) {
    #list .grid{
        padding: 100px 10px;
        grid-template-columns: 1fr;
    }
    #list .btn {
        width: 85%;
    }
}

.bread {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

#topics{
    padding-bottom: 100px;
}

.tag {
    /* border: 1px #000 solid; */
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    border-radius: 15px;
    width: 100px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.all {
    color: #1b8a64;
    border: 1px #1b8a64 solid;
}

.news {
    color: #fff;
    border-color: #24a6d8;
    background-color: #24a6d8;
}

.info {
    color: #fff;
    border-color: #f28e1e;
    background-color: #f28e1e;
}

.event {
    color: #fff;
    border-color: #80c02f;
    background-color: #80c02f;
}


menu {
    margin: 50px 0;
    margin-left: auto;
    width: fit-content;
}

menu .tag:last-child {
    margin: 0;
}

section nav{
    font-size: 16px;
    font-weight: 600;
}

section nav{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section nav a{
    display: flex;
    align-items: center;
}

section nav img{
    display: inline-block;
    width: 28px;
}

section nav span{
    display: inline-block;
    margin: 0 10px;
}

section nav .toList{
    border: 1px #1b8a64 solid;
    padding: 5px 5px 5px 30px;
    border-radius: 20px;
}

section nav .toList span{
    margin-right: 30px;
}


.members_list .menu {
    padding-top: 50px;
    font-size: 18px;
    background: #fff;
}

.search_word {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    text-align: center;
    margin: 30px 0 40px;
}

.search_word a {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    text-align: center;
    padding-top: 15px 0;
    font-size: 20px;
    display: block;
    color: #1b8a64;
    border-left: 1px #1b8a64 solid;
}

.search_word a:first-child {
    border-left: none;
}

.search_member {
    margin: 0 0 50px;
    display: flex;
    justify-content: center;
}

.search_member a {
    display: block;
    width: 200px;
    border: 2px solid #000;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0;
    margin: 0 20px;
}

.search_member a.green {
    border-color: #1b8a64;
    color: #1b8a64;
}

.search_member a.orange {
    border-color: #ff931e;
    color: #ff931e;
}

.search_member a.sky {
    border-color: #24a6d8;
    color: #24a6d8;
}

section .hd {
    padding-top: 100px;
    padding-bottom: 10px;
}

section .hd .flex {
    width: calc(90% - 30px);
    max-width: 970px;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: auto;
}

section .hd h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

section .lists {
    padding: 30px  0 80px;
    background-color: #f0eeed;
}

section .lists table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
    text-align: center;
}

section .lists table .left {
    text-align: left;
}

section .lists table tr td {
    background-color: #fff;
    padding: 3px 8px;
    font-size: 18px;
}

section .lists table tr.green td {
    background-color: #cde8ac;
}

section .lists table tr.orange td {
    background-color: #ffd9b0;
}

section .lists table tr.sky td {
    background-color: #b2e0f1;
}


#a,
#ka,
#sa,
#ta,
#na,
#ha,
#ma,
#ya,
#ra,
#wa {
    vertical-align: top;
    color: #1b8a64;
}

tr th:first-child {
    font-size: 24px;
}


/* 会員向け 運用規定等・各種届出書類 members_documents */
.members_documents .bread {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

.members_documents .w800 {
    max-width: 800px;
    margin: auto;
}

.members_documents .w800 p {
    margin: 50px 0;
}

.members_documents #list {
    padding: 50px 0 100px;
}

.members_documents #list a {
    display: block;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}

.members_documents #list img {
    display: inline-block;
    width: 24px;
    margin-right: 20px;
}

.members_documents .btn {
    display: flex;
    margin: 0 auto 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #1b8a64;
    width: 60%;
    max-width: 400px;
}

.members_documents .btn img {
    display: block;
    width: 28px;
    margin-left: 30px;
}


/* 入会について */
.about_join {
    color: #000;
    background: #f0eeed;
    margin-bottom: 50px;
    padding: 50px 0!important;
}

.about_join h2 {
    font-size: 60px;
    text-align: center;
    background-color: #ccefec;
    margin: 0;
    padding: 45px 0;
}

.about_join .bold {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
}


.about_join section {
    background-color: #f0eeed;
    padding: 30px 0;
    /* margin-bottom: 50px; */
}

.about_join section h3{
    background-color: #1b8a64;
    color: #fff;
    font-size: 32px;
    text-align: center;
}
.about_join h3{
    font-size: 32px!important;
    text-align: center;
}
.about_join section h4{
    background-color: #1b8a64;
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.about_join .table{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    min-width: 1000px;
}

.about_join .table>div{
    display: flex;
    background-color: #fff;
    padding: 15px 5px;
    align-items: center;
    justify-content: center;
}

.about_join .table .th{
    background-color: #d1e8e0;
}

.about_join .way p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}

.about_join .way p.left {
    text-align: left;
    letter-spacing: 0;
}

.about_join .application{
    background-color: #fff;
    padding: 50px 80px;
}

.about_join .application h4{
    margin: 0;
    text-align: center;
    /* color: #02aa99; */
}

.about_join .flex{
    display: flex;
    justify-content: space-between;
    padding: 10px 0 20px ;
    border-bottom: 1px #1b8a64 solid;
    font-size: 44px;
    font-weight: 600;
    color: #02aa99;
}

.about_join .flex a{
    color: #02aa99;
}

.about_join .flex img{
    height: 31px;
    display: inline-block;
    margin-right: 5px;
}

.about_join .mail{
    display: flex;
    margin: 20px auto;
    width: fit-content;
    font-size: 44px;
    font-weight: 600;
    color: #02aa99;
    align-items: center;
}

.about_join .mail img{
    height: 31px;
    display: inline-block;
    margin-right: 5px;
}

.about_join .btn{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px ;
    padding-left: 30px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    width: fit-content;
    margin: 30px auto;
}

.about_join .btn span{
    display: inline-block;
    margin-right: 20px;
}

.about_join .btn img{
    width: 28px;
}


/* コンタクト */
.contact #s01 {
    padding: 50px 0;
}

.contact #s01 p {
    font-size: 18px;
    color: #1b8664;
    font-weight: 500;
}

.contact #s01 .grid {
    /* display: grid;
    grid-template-columns: 180px 60px 740px;
    gap: 50px 10px; */
    align-items: start;
}
.contact #s01 .grid2 {
    /* display: grid;
    grid-template-columns: 180px 60px 350px 350px;
    gap: 50px 10px; */
    align-items: start;
    margin: 30px 0;
}
.contact #s01 .grid3 {
    /* display: grid;
    grid-template-columns: 180px 60px 740px;
    gap: 50px 10px; */
    align-items: start;
    margin: 30px 0;
}
.wpcf7-radio {
    display: grid;
    grid-template-columns: 350px 350px;
    gap: 10px 10px;
    align-items: start;
}

/* 初期は絶対非表示 */
#protective-radio {
  display: none !important;
}

/* 条件一致した時だけ表示 */
#protective-radio.is-show {
  display: grid !important;  /* grid2に合わせる */
}


.contact #s01 form {
    display: block;
    padding: 50px 0;
    font-size: 18px;
    font-weight: 500;
}

.contact #s01 form label {
    /* display: block; */
    margin-top: 10px;
    letter-spacing: 0;
}

.contact #s01 form input {
    padding: 19px;
    border: 1px solid #a09a96;
    /* width: 78%; */
    font-size: 16px;
}

.contact #s01 form input.max {
    padding: 19px;
    border: 1px solid #a09a96;
    width: calc(100% - 38px);
}

.contact #s01 form select {
    padding: 19px;
    border: 1px solid #a09a96;
    width: calc(65% + 38px);
    font-size: 16px;
}

.contact #s01 form textarea {
    padding: 19px;
    border: 1px solid #a09a96;
    height: 280px;
    font-size: 16px;
}

.contact #s01 form .required {
    display: block;
    width: 60px;
    background-color: #1b8664;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
}

.contact #s01 form .submit {
    display: block;
    margin: auto;
    width: 280px;
    text-align: center;
    color: #fff;
    background-color: #534741;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    padding: 14px 0;
    cursor: pointer;
}

@media screen and (max-width:1080px) {

    .contact #s01 .grid {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .contact #s01 .grid2 {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .contact #s01 .grid3 {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .wpcf7-radio {
      display: grid;
      grid-template-columns: 330px;
      gap: 15px;
    }
    .wpcf7-radio .wpcf7-list-item {
      /* width: 49%; */
    }
    /* 条件一致した時だけ表示 */
    #protective-radio.is-show {
      display: flex!important;
      flex-wrap: wrap;
      gap: 15px;
    }

    .contact #s01 form input {
        /* width: 100%; */
        margin-bottom: 30px;
    }

    .contact #s01 form select {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact #s01 form textarea {
        width: 100%;
        padding: 19px;
        border: 1px solid #a09a96;
        height: 280px;
    }
}

.wpcf7-list-item label {
  display: flex;
  align-items: baseline;
  gap: 0.4em;
}
.wpcf7-list-item-label {
  white-space: nowrap;
}
@media screen and (max-width:767px) {
    .contact #s01 p {
        font-size: 16px;
        text-align: center;
    }

    .contact #s01 form {
        padding: 20px 0 50px;
        font-size: 16px;
    }

    .contact #s01 form .required {
        display: block;
        width: 50px;
        font-size: 12px;
        padding: 3px 0;
        margin-right: 10px;
    }

    .contact #s01 .grid {
        gap: 10px;
    }
    .contact #s01 .grid2 {
        gap: 10px;
    }
    .contact #s01 .grid3 {
        gap: 10px;
    }

    .contact #s01 form input {
        margin-bottom: 20px;
        padding: 10px;
    }

    .contact #s01 form select {
        padding: 10px;
        margin-bottom: 20px;
    }

    .contact #s01 form input.max {
        padding: 10px;
        width: 100%;
    }

    .contact #s01 form textarea {
        padding: 10px;
        height: 150px;
    }

    .contact #s01 form .submit {
        width: 240px;
        font-size: 16px;
        border-radius: 25px;
        padding: 10px 0;
    }

    .about_join .table_wrap {
      /* width: 860px; */
      overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iPhoneで慣性スクロール */
    }
}

@media screen and (max-width:500px) {
    .contact #s01 p {
        font-size: 14px;
    }

    .contact #s01 form {
        font-size: 14px;
    }

    .contact #s01 form input {
        margin-bottom: 10px;
    }

    .contact #s01 form select {
        margin-bottom: 10px;
    }

    .contact #s01 form textarea {
        padding: 10px;
        height: 150px;
    }

}




/* 日本防護服協議会について about */
.about h2 {
    font-size: 60px;
    color: #fff;
    text-align: center;
    background-color: #02af9e;
    margin: 0;
    padding: 45px 0;
}
.about h2 span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    line-height: 1.7;
    padding: 20px 0 0;
}

.about .bold {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.about h3 {
    font-size: 32px;
    color: #02af9e;
    text-align: center;
}

.about #s02 {
    background-color: #f5f3f2;
    padding: 50px 0;
    margin-bottom: 50px;
}

.about #s02 .cnt {
    width: 90%;
    max-width: 658px;
    padding: 0 71px;
    position: relative;
    margin: auto;
    line-height: 1.8;
}

.about #s02 .cnt img {
    /* position: absolute; */
    /* height: 416px; */
}

.about #s02 .cnt div {
    margin-bottom: 40px;
}

.about #s02 .cnt .cnt_left {
    top: -30px;
    left: -180px;
}

.about #s02 .cnt .cnt_right {
    top: -30px;
    right: -80px;
}

.about #s03 {
    background-color: #eceae9;
    padding: 50px 0;
    margin-bottom: 50px;
}

.about #s03 p {

    line-height: 1.8;
}
.about .img_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.about .img_wrap img {
  width: 33%;
  height: auto;
}

.about #s03 .wrap {
    width: 90%;
    max-width: 760px;
    margin: auto;
}

.about #s03 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin: 30px 0;
}

.about #s03 ul li {
    background-color: #02af9e;
    color: #fff;
    position: relative;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.about #s03 ul li::after {
    position: absolute;
    content: "";
    display: block;
    width: 28px;
    background-image: url(../img/arrow_btn.png);
    aspect-ratio: 1/1;
    background-size: cover;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.about #s03 ul li .num {
    font-size: 56px;
    font-weight: 600;
    margin: 0 20px;
}

.about #s03 .right {
    display: block;
    text-align: right;
}

.about .attention {
    margin-top: 50px;
    border: #02af9e 1.5px solid;
    padding: 20px 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.about .attention img {
    display: block;
    width: 120px;
    margin-right: 60px;
}

.about .attention h3 {
    font-size: 28px;
    margin: 0;
    text-align: left;
}

.about .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: left !important;
}

@media screen and (max-width:1080px) {

    .about #s02 .cnt {
        text-align: center;
        padding: 0;
    }

    .about #s02 .cnt>div {
        text-align: left;
    }


    .about #s02 .cnt img {
        position: static;
        display: inline-block;
        margin: 30px 40px 0;
    }

    .about #s03 ul li::after {
        right: 15px;
        width: 22px;
    }

}

@media screen and (max-width:767px) {

.about h2{
    font-size: 48px;
    padding: 30px 0;
}

.about .bold{
    font-size: 22px;
}

.about #s02 {
    padding: 10px 0 30px;
}

.about h3{
    font-size: 28px;
}

.about #s02 .cnt img{
    height: 300px;
    margin: 30px 20px;
}

.about #s03 ul {
    grid-template-columns: 1fr;
    gap: auto;
    margin: 30px 0;
}

.about #s03 ul li {
    font-size: 18px;
}

.about #s03 ul li .num{
    font-size: 46px;
}

.about #s03 .right {
    font-size: 14px;
}

.about .attention {
    margin-top: 50px;
    padding: 20px 40px;
    flex-direction: column;
    text-align: center;
}

.about .attention img{
    display: inline-block;
    margin: 0 0 20px;
}

.about .attention h3{
    font-size: 24px;
    text-align: center;
}

.about .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: center !important;
    font-size: 14px;
}
}

@media screen and (max-width:500px) {

.about h2{
    font-size: 42px;
    padding: 25px 0;
}

.about .bold{
    font-size: 20px;
}


.about h3{
    font-size: 26px!important;
}

.about #s02 .cnt img{
    height: 280px;
    margin: 30px 20px;
}


.about #s03 ul {
    grid-template-columns: 1fr;
    gap: auto;
    margin: 30px 0;
}

.about #s03 ul li {
    font-size: 18px;
}

.about #s03 ul li .num{
    font-size: 46px;
}

.about #s03 .right {
    font-size: 12px;
}

.about .attention {
    margin-top: 50px;
    padding: 20px 0;
    flex-direction: column;
    text-align: center;
}

.about .attention img{
    display: inline-block;
    margin: 0 0 20px;
}

.about .attention h3{
    font-size: 24px;
    text-align: center;
}

.about .about .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: center !important;
    font-size: 14px;
}
}


.about .kv_exterior {
  background-color: #d3e2ec;
  padding-top: 12%;
}
.about .kv_outer {
  position: relative;
  background-image: url(https://www.pcja.or.jp/wp/wp-content/themes/pcja/img/about_kv_s.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 65vh;
  height: auto;
}
.about .kv_inner {
  max-width: 1000px;
  width: 100%;
  /* height: 400px; */
  /* position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%); */
  padding-right: 5%;
  margin: 0 auto;
}
.about .row {
  display: flex;
  align-items: center;
}
.about .kv_inner img {
  height: 380px;
  width: auto;
}
.about .kv_inner h4 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 28px;
  text-align: center;
}
.about .kv_inner p {
  padding: 0 10px;
  line-height: 30px;
}

.about .btn_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 10% auto 0;
}
.about .btn_wrap li {
  background: #fff;
  border: 2px solid #FF931E;
  width: 48.5%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.about .btn_wrap li a {
  display: block;
}
.about .btn_wrap li a img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 20px;
  vertical-align: bottom;
}

.about .grid2 {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  margin-top: 40px;
}
.about .grid2 div {
  margin: 0 auto;
}
.about .grid2 span {
  display: inline-block;
  color: #1b8a64;
  margin-right: 10px;
}
.about .cnt2 {
  width: 90%;
  max-width: 850px;
  padding: 0 71px;
  position: relative;
  margin: auto;
  line-height: 1.8;
}
.about .grid3 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 20px ;
}
.about .grid3 ul {
  margin: 0 auto;
}
.about .grid3 ul li {
  line-height: 40px;
}
.about .grid3 ul li img {
  display: inline-block;
width: 24px;
margin-right: 20px;
}
.about #s04 {
  padding: 10px 0 80px;
}

@media screen and (max-width:768px) {
  .about h2 {
    font-size: 26px;
    padding: 25px 0;
  }
  .about h2 span {
    font-size: 14px;
    padding: 20px 15px 0;
  }
  .about .row {
    display: flex;
    align-items: center;
  }
  .about .kv_inner {
    height: auto;
    position: inherit;
    padding-right: 0;
    padding-top: 10px;

  }
  .about .kv_inner p {
    font-size: 14px;
  }
  .about .kv_inner img {
    display: none;
  }
  .about .grid3 {
    flex-direction: column;
    width: 90%;
  }
  .about .grid3 ul {
    margin: 0 auto;
  }
  .about .grid3 ul li {
    line-height: 40px;
  }
  .about .grid3 ul li img {
    display: inline-block;
  width: 24px;
  margin-right: 20px;
  }
  .about .btn_wrap {
    flex-direction: column;
    max-width: 1000px;
    margin: 20px auto 0;
  }
  .about .btn_wrap li {
    border: 2px solid #FF931E;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
  .about .btn_wrap li a {
    display: block;
  }
  .about .btn_wrap li a img {
    width: 18px;
    height: auto;
    margin-right: 12px;
  }
  .about .kv_inner h4 {
    font-size: 22px;
    text-align: center;
}

.about .cnt2 {
  padding: 0 20px;
}

.about .grid2 {
  flex-direction: column;
  padding: 20px;
}
.about .grid2 div {
    margin: 0;
}
}


/* english */
.english {
    color: #000;
}

.english  h2 {
    font-size: 60px;
    text-align: center;
    background-color: #ccefec;
    margin: 0;
    padding: 45px 0;
}

.english .bold {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.english h3 {
    font-size: 32px;
    color: #02af9e;
    text-align: center;
}

.english section {
    margin: 50px 0;
    background-color: #f0eeed;
}

.english #s01 {
    padding: 50px 0;
    margin-bottom: 50px;
}

.english #s01 h3 {
    font-size: 44px;
    color: #000;
}

.english #s01 .cnt{
    width: 90%;
    max-width: 880px;
    margin: auto;
    font-size: 18px;
}



.english #s02 {
    padding: 50px 0;
    margin-bottom: 50px;
}

.english .sq {
    background-color: #fff;
    padding: 50px 0;
}

.english .grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
}

.english .grid > div{
    border-left:1px #e1e1e1 solid ;
}

.english .grid > div:first-child{
    border-left:none;
}

.english #s02 h5 {
    margin: 5px 0 30px;
    color: #02af9e;
    font-size: 20px;
}

.english #s02 .no {
    display: block;
    font-size: 33px;
    font-weight: 600;
}

.english #s02 b {
    font-size: 24px;
}


.english .im01{
    width: 52px;
}

.english .im02{
    width: 46px;
}

.english .im03{
    width: 49px;
}


.english #s03 {
    padding: 50px 0;
    margin-bottom: 50px;
}


.english #s03 ul{
    width: fit-content;
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
}

.english #s03 ul li{
    margin-bottom: 20px;
}

.english #s03 ul li:last-child{
    margin-bottom: 0;
}


@media screen and (max-width:1080px) {

    .english #s01 h3 {
        font-size: 36px;
    }

    .english #s01 .cnt {
        text-align: center;
        padding: 0;
    }

    .english #s01 .cnt > div {
        text-align: left;
    }


    .english #s01 .cnt img {
        position: static;
        display: inline-block;
        margin: 30px 40px 0;
    }

    .english .grid > div{
        border-left:none ;
    }

    .english #s02 ul li::after {
        right: 15px;
        width: 22px;
    }

}

@media screen and (max-width:767px) {

.english h2{
    font-size: 48px;
    padding: 30px 0;
}

.english .bold{
    font-size: 22px;
}

.english #s01 {
    padding: 10px 0 30px;
}

.english h3{
    font-size: 28px;
}

.english #s01 .cnt img{
    height: 300px;
    margin: 30px 20px;
}

.english #s02 ul {
    grid-template-columns: 1fr;
    gap: auto;
    margin: 30px 0;
}

.english #s02 ul li {
    font-size: 18px;
}

.english #s02 ul li .num{
    font-size: 46px;
}

.english #s02 .right {
    font-size: 14px;
}

.english .attention {
    margin-top: 50px;
    padding: 20px 40px;
    flex-direction: column;
    text-align: center;
}

.english .attention img{
    display: inline-block;
    margin: 0 0 20px;
}

.english .attention h3{
    font-size: 24px;
    text-align: center;
}

.english .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: center !important;
    font-size: 14px;
}
}

@media screen and (max-width:500px) {

.english h2{
    font-size: 42px;
    padding: 25px 0;
}

.english .bold{
    font-size: 20px;
}


.english h3{
    font-size: 26px;
}

.english #s01 .cnt img{
    height: 280px;
    margin: 30px 20px;
}


.english #s02 ul {
    grid-template-columns: 1fr;
    gap: auto;
    margin: 30px 0;
}

.english #s02 ul li {
    font-size: 18px;
}

.english #s02 ul li .num{
    font-size: 46px;
}

.english #s02 .right {
    font-size: 12px;
}

.english .attention {
    margin-top: 50px;
    padding: 20px 0;
    flex-direction: column;
    text-align: center;
}

.english .attention img{
    display: inline-block;
    margin: 0 0 20px;
}

.english .attention h3{
    font-size: 24px;
    text-align: center;
}

.english .attention P {
    margin: 0;
    margin-top: 10px;
    text-align: center !important;
    font-size: 14px;
}



.mem_menu .grid{
    /* display: flex;
    flex-direction: column; */
    gap: 10px;
    padding: 0 10px;
}
.mem_menu .grid .card  {
    padding: 10px;
}
.mem_menu .grid .card p {
  font-size: 10px;
  padding-right: 20px;
}
.mem_menu .grid .card p img {
  width: 17px;
}

.members #s01 .grid{
    /* display: flex;
    flex-direction: column; */
    gap: 10px;
    padding: 0 10px;
}
.members #s01 .grid .card  {
    padding: 10px;
}
.members #s01 .grid .card p {
  font-size: 10px;
  padding-right: 20px;
}
.members #s01 .grid .card p img {
  width: 17px;
}

.mem_menu .grid {
    /* display: flex;
    flex-direction: column; */
    padding: 0 20px;
}
.members_report .btn {
      width: 80%;
}

.result h2 {
    font-size: 25px;
}

.about_join h2 {
    font-size: 30px;
    padding: 25px 0;
}
.about_join .way p {
  font-size: 16px;
}

.about_join .application {
    padding: 30px 20px;
}

.about_join .bold {
    font-size: 18px;
}

.about_join section h3 {
    font-size: 26px;
}

.about_join .flex {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 20px;
    border-bottom: 1px #1b8a64 solid;
    font-size: 25px;
    font-weight: 600;
    color: #02aa99;
    flex-direction: column;
    align-items: center;
}

.about_join .mail {
    display: flex;
    margin: 20px auto;
    width: fit-content;
    font-size: 25px;
    font-weight: 600;
    color: #02aa99;
    align-items: center;
}
.about .kv_exterior {
  padding-top: 0;
}
.about .kv_outer img {
  height: 54vh;
}
.about .kv_outer {
  background-image: url(https://www.pcja.or.jp/wp/wp-content/themes/pcja/img/about_kv_sp.jpg);
}

.members_result .select_items li {
  width: 49%;
  margin-bottom: 20px;
}
.members_result .select_items .item {
  width: 49%!important;
}
.standard-children li {
  width: 49%;
}

}


/* コンタクトフォーム7 */
/* ===== CF7のwrapがgridを崩すのを防ぐ ===== */
.wpcf7-form .wpcf7-form-control-wrap{
  display: contents;
}

/* 入力の幅を揃える */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea{
  width: 100%;
  box-sizing: border-box;
}

.hidden-fields-container {
  display: none;
}


.sp_only {
  display: none!important;
}

:target {
  scroll-margin-top: 80px;
}

@media screen and (max-width:768px) {
  .sp_only {
    display: block!important;
  }
  .pc_only {
    display: none !important;
  }
  .bg_g {
    /* background: #f2f2f2; */
    margin-bottom: 60px;
  }
  .bg_g p {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .bg_g .txt {
    background: #e6f0ef !important;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
  }

  .members_result .range {
    margin: 0 5px 10px 5px;
  }

.sp_row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px;
  background: #f2f2f2;
  margin: 5px 0;
}
  .members_result .btn {
    width: 49%;
  }
  .members_result .f_row {
    flex-direction: column;
  }

  .asahiTable {
    display: none!important;
  }

  .sell_head {
    background: #f4f9ec!important;
    padding: 10px;
  }
  .members_result .companyUrl a {
    white-space: normal;
  }



  .search_member {
    flex-direction: column;
        align-items: center;
  }
  .search_member a {
    margin-bottom: 15px;

  }

  .lists {
    overflow-x: scroll;
  }
  .lists .w1000 {
    width: 900px;
  }

  .search_word {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}
  section .hd .flex {
  padding-left: 0;
  flex-direction: column;
  align-items: flex-start;
  }

  .about .kv_inner {
    width: 100%;
    height: auto;
    position: inherit;
    padding-right: 0;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .btn_wrap {
    padding: 0 20px;
  }
}

.f-row {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.f-row_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 240px;
  margin-right: 20px;
}

.contact #s01 form label {
  margin-right: 10px;
}

.wpcf7-f184-o1-ve-radio-286 {
  display: none;
}

@media screen and (max-width:768px) {

  .f-row {
    flex-direction: column;
  }
  .f-row {
    margin-bottom: 20px;
  }

  .f-row_label {
    justify-content: flex-start;
    margin-bottom: 10px;
  }


  .members_documents #list a {
      margin-bottom: 15px;
      font-size: 15px;
  }
  .members_documents #list {
    padding: 25px 0 55px;
  }

  .members_documents .btn {
    width: 85%;
  }

  .members_result .select_items li {
    font-size: 14px;
  }
  .members_result .p100 li {
    width: 100%!important;
  }

  .members #s02 h3{
      text-align: center;
      font-size: 26px;
      color: #1b8a64;
  }

  .members_report #list a {
      font-size: 14.5px;
  }


  .searching_standard .pill{
    /* width: 21%; */
    min-width: 78px;
  }

  .searching .right a {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px;
    padding: 5px 10px;
    color: #000;
    position: relative;
    box-sizing: border-box;
}

  .contact #s01 form input[type="radio"],
.contact #s01 form input[type="checkbox"] {
  width: 10%;


}
}



.select_items--standard .standard-children {
  display: none;
  margin: 8px 0 0;
  padding-left: 16px;
}

.select_items--standard .standard-group.is-open > .standard-children {
  display: flex;
  margin-bottom: 20px;
}

.select_items--standard .standard-parent {
  cursor: pointer;
  user-select: none;
}




.topics h2 {
    font-size: 60px;
    text-align: center;
    background-color: #ccefec;
    margin: 0;
    padding: 45px 0;
}
.topicsList {
  margin-bottom: 80px;
}
.topics_item {
  /* margin-bottom: 60px; */
  padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e6e4e4;
}
.topics .news {
  color: #fff;
}
.topicsList .topics{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e6e4e4;
}

.members .l_btn {
  display: flex;
margin: 40px auto 80px;
height: 80px;
justify-content: center;
align-items: center;
color: #fff;
font-size: 18px;
font-weight: 500;
background-color: #1b8a64;
width: 60%;
max-width: 400px;
}
.members .l_btn img {
  display: block;
  width: 28px;
  margin-left: 30px;
}

@media screen and (max-width:768px) {
  .topics h2 {
      font-size: 26px;
      padding: 25px 0;
  }
  .row__0 {
    display: flex;
    align-items: center;
  }
  .topics .tag {
    margin-bottom: 10px;
  }

  .members .l_btn {
  width: 85%;
  }
}


/* NEWS */
.news_single {
    padding-bottom: 80px;
}
.news_single h2 {
    font-size: 60px;
    text-align: center;
    background-color: #ccefec;
    margin: 0;
    padding: 45px 0;
}
.news_single .news_title {
    border-top:1px solid #1b8a64 ;
    border-bottom:1px solid #1b8a64 ;
    padding: 20px;
    margin: 50px 0;
}
.news_single article a{
    text-decoration: underline;
}


.news_single h3{
font-size:31px ;
}

.news_single article{
    font-weight: 500;
    padding-bottom: 100px;
}

.news_single #s02{
    display: block;
    padding: 50px 0;
    background-color: #80c02f50;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-bottom: 100px;
}

.news_single #s02 .gra{
    width: 411px;
    margin: auto;
    font-size: 27px;
    position: relative;
}

.news_single #s02 .gra::after{
    content:"";
    display: block;
    border: 15px solid #80c02f;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
}


.news_single section nav{
    font-size: 16px;
    font-weight: 600;
}

.news_single section nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_single section nav a{
    display: flex;
    align-items: center;
}

.news_single section nav img{
    display: inline-block;
    width: 28px;
}

.news_single section nav span{
    display: inline-block;
    margin: 0 10px;
}

.news_single section nav .toList{
    border: 1px #1b8a64 solid;
    padding: 5px 5px 5px 30px;
    border-radius: 20px;
}

.news_single section nav .toList span{
    margin-right: 30px;
}

.pagenation {
  text-align: center;
  margin-bottom: 100px;
}
.pagenation span {
  font-size: 18px;
  margin: 0 10px;
}
.pagenation a {
  font-size: 18px;
  margin: 0 10px;
}
.page-numbers {
  background: #f0eeed;
  padding: 0 8px;
}

.link_red {
  color: red;
}

@media screen and (max-width:768px) {
  .news_single h2 {
    font-size: 26px;
    padding: 25px 0;
}
.news_single h3 {
    font-size: 18px;
}
.news_single section nav .toList {
      padding: 5px;
}
.news_single section nav .toList span {
  margin-right: 0px;
}
}


/* .publications */
.publications section {
  background: #fff;
}
.publications section h3 {
  font-size: 34px!important;
}
.publications #list a {
  display: block;
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
}
.publications #list img {
    display: inline-block;
    width: 24px;
    margin-right: 20px;
}
.publications .wrapper {
  margin-bottom: 100px;
}
.publications .line_wrapper {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px 0;
  margin-top: 50px;
}


.btn_link {
    background-color: #9e9e9e24;
    width: 160px;
    padding: 10px 20px 10px 0;
    text-align: center;
    display: block;
    margin: auto;
    border-radius: 20px;
    position: relative;
}

.btn_link::after {
    content: "";
    width: 28px;
    aspect-ratio: 1/1;
    background-image: url(../img/arrow_link.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

@media screen and (max-width:768px) {
  .publications section h3 {
    font-size: 24px!important;
  }

  .tag {
      margin-bottom: 8px;
  }

  .page_wrap {
    margin-bottom: 50px;
  }
}


/* ロゴなし：テキストを左に寄せて横幅100% */
.f_row.no-logo {
  justify-content: flex-start;
}
.f_row.no-logo .text_side .companyName {
  width: 100%;
  text-align: left!important;
}
.f_row.no-logo .text_side .companyUrl {
  width: 100%;
  text-align: left!important;
}
.f_row.no-logo .img_side {
  display: none;
}


/* 送信ボタンが無効（disabled）な時のスタイル */
.submit:disabled {
    background-color: #ccc !important; /* グレーにする */
    border-color: #bbb !important;     /* 枠線も薄くする */
    color: #fff !important;           /* 文字色を白に */
    cursor: not-allowed;              /* カーソルを禁止マークに */
    opacity: 0.6;                     /* 少し透明にする */
}

/* ホバー時の効果も無効化する */
.submit:disabled:hover {
    background-color: #ccc !important;
    opacity: 0.6;
}
