@charset "UTF-8";
#body-members .mainCont {
  /*max-width: 574px;*/
}
@media screen and (max-width: 750px) {
  #body-members .mainCont {
    max-width: 100%;
  }
}

.pt_searchArea {
  background-color: #f6f6f6;
  border-top: none;
  border-bottom: none;
  padding: 30px 5px 30px 14px;
  height: 340px;
}
.pt_searchAreaEn {
  background-color: #f6f6f6;
  border-top: none;
  border-bottom: none;
  padding: 30px 10% 45px;
}
@media screen and (max-width: 750px) {
  .pt_searchArea {
    height: 450px;
  }
}
@media screen and (max-width: 750px) {
  .pt_searchArea .rBotn,
  .pt_searchAreaEn .rBotn {
    padding: 3px 0.7vw 0 0;
  }
}

.searchTtl {
  font-size: 18px;
  color: #00822d;
  font-weight: 700;
  position: relative;
  background: none;
}
.searchTtl:before {
  display: block;
  content: "";
  font-family: "Font Awesome 6 Free";
  /* フォントを指定 */
  font-weight: 900;
  /* solidアイコンは 900（boldではない） */
  content: "\f002";
  /* ← 虫眼鏡アイコンのコード */
  color: #00822D;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 0;
}

input[type=text]:not(.browser-default) {
  border-color: none !important;
  border-style: initial !important;
  border: 1px solid #d9d9d9 !important;
}

#content .birthdayDate .selecBox {
  width: 178px;
  margin-right: 13px;
}
@media screen and (max-width: 750px) {
  #content .birthdayDate .selecBox {
    margin-right: 10px;
    width: 100%;
  }
}
#content .birthdayDate .selecBox:nth-of-type(2) {
  margin-right: 0;
}

#content .selecBox select {
  width: 100%;
}

label.search_condition:before {
  margin-top: -10px;
  width: 12px;
  height: 12px;
  border: #727272 solid 1px;
  left: 0;
}

input[type=radio]:checked + label.search_condition:after {
  margin-top: -6px;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 750px) {
  .pt_searchArea {
    padding: 2vw 4vw 2vw 4vw;
  }
  
  .pt_searchAreaEn {
    padding: 2vw 4vw 10vw 4vw;
  }
}

.p_ttl {
  font-size: 14px;
  font-weight: 700;
  padding-top: 3px;
  width: 90px;
}
@media screen and (max-width: 750px) {
  .p_ttl {
    width: auto;
    min-width: 22.5vw;
    font-size: 13px;
  }
  .p_ttl3 {
    width: 58px !important;
    font-size: 11px;
    word-break: keep-all;
  }
}

@media screen and (max-width: 750px) {
  .p_simei {
    height: 39px;
  }
}

#form_membes_search .clearfix .g_list {
  height: 28px;
  border: 1px solid #D9D9D9;
  margin-left: 10px;
  line-height: 26px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #form_membes_search .clearfix .g_list {
    display: table;
    margin: 10px 0 0 20vw;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .homes {
    display: flex;
    align-items: center;
  }
}
.homes .home {
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 750px) {
  .homes .home {
    width: 100% !important;
    position: relative;
    top: 3px;
  }
}

#content .selecBox:after {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f105";
  transform: rotate(90deg);
  color: #878787;
  top: 9px;
  right: 10px;
}

#form_membes_search .clearfix .search50Btn {
  width: 192px;
  padding: 0;
  padding-left: 16px;
}
#form_membes_search .clearfix .search50Btn:hover {
  background: rgba(0, 180, 70, 0.1);
  box-shadow: none;
}
@media screen and (max-width: 750px) {
  #form_membes_search .clearfix .search50Btn {
    width: 54.5vw;
  }
}

#content .selecBox {
  width: 402px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
}

.searcharea {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .searcharea {
    display: flex;
    flex-flow: column-reverse;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .searcharea label {
    text-align: center;
  }
  #body-members.en .searcharea label {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 750px) {
  .submit_btn {
    width: 100%;
  }
}

[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  width: 16px;
  height: 16px;
}

[type=checkbox].filled-in:checked + span:not(.lever):after {
  width: 16px;
  height: 16px;
}

[type=checkbox].filled-in:checked + span:not(.lever):before {
  width: 5px;
  height: 10px;
}
@media screen and (max-width: 750px) {
  [type=checkbox].filled-in:checked + span:not(.lever):before {
    top: 3px;
    left: 2px;
  }
}

[type=checkbox] + span:not(.lever) {
  padding-left: 28px;
  line-height: 18px;
}

[type=checkbox] + span:not(.lever) {
  font-size: 14px;
  margin-left: 20px;
}

.search_btn {
  margin-left: 75px;
}
@media screen and (max-width: 750px) {
  .search_btn {
    margin-left: 0;
  }
}
.search_btn .material-icons {
  font-size: 18px !important;
  vertical-align: -4px;
}

.material-icons {
  font-size: 14px !important;
  vertical-align: -3px;
  padding-right: 5px;
}

[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  border: 2px solid #727272;
}

input::-moz-placeholder {
  font-size: 12px;
  color: #878787;
}

input::placeholder {
  font-size: 12px;
  color: #878787;
}

input {
  font-size: 14px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
}

input:focus {
  box-shadow: none !important;
}

.playerAlphabetical table th {
  background: #E6F8ED;
}

.input-wrap {
  display: inline-block;
  position: relative;
}
.input-wrap:after {
  display: block;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f002";
  color: #878787;
  font-size: 15px;
  position: absolute;
  top: 3px;
  right: 15px;
}

#body-members.en .nameSearch div:not(.input-wrap) {
  margin-left: 6.5rem;
  overflow: hidden;
  position: relative;
}
input.name {
  padding: 0 35px 0 14px !important;
  height: 28px !important;
}
#body-members input.name {
  width: 210px !important;
}
#body-members.en input.name {
  width: 432px !important;
}
@media screen and (max-width: 750px) {
  #body-members input.name {
    width: 54.5vw !important;
  }
  #body-members.en input.name {
    width: 215px !important;
  }
}

@media screen and (max-width: 750px) {
  #body-members .nyukai {
    width: 54vw !important;
  }
  #body-members.en .nyukai {
    margin-left: 6.9rem !important;
    width: 215px !important;
  }
}

@media screen and (max-width: 375px) {
  #body-members.en .nyukai {
    width: 200px !important;
  }
}

.birthdayArea .dbg_h2_02 {
  border-left: none;
  padding-left: 0;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}

.birthdayArea .dbg_h2_02 .dbg_h2 {
  color: #00822D;
}

.birthdayArea h4 {
  font-size: 18px;
  font-weight: 700;
  color: #00822D;
}
.birthdayArea h4:before {
  font-family: "FontAwesome";
  content: "\f0c8";
  color: #00822d;
  display: inline-block;
  margin-right: 5px;
}
.btn:hover {
  background-color: #2bbbab;
}

.photBox ul {
  display: flex;
  flex-flow: wrap;
  gap: 19px;
}
@media screen and (max-width: 750px) {
  .photBox ul {
    gap: 10px;
    margin-bottom: 30px;
  }
}

.photBox ul li {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .photBox ul li {
    width: calc(25% - 10px);
  }
}

.photBox img {
  border-radius: 10px;
  outline: 1px solid #d9d9d9;
}

.photBox li > a:first-of-type {
  display: block;
  width: 129px;
  height: 145px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #ccc;
  position: relative;
  margin-bottom: -10px;
}
@media screen and (max-width: 750px) {
  .photBox li > a:first-of-type {
    width: auto;
    height: auto;
    display: inline-block;
    margin-bottom: 3px;
  }
}
.photBox li > a:first-of-type > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
  transform: translateZ(0);
}
.photBox li a {
  transition: all ease-in-out 0.3s;
}
.photBox li:hover a:first-of-type {
  opacity: 0.6;
  transition: all ease-in-out 0.3s;
}
.photBox li:hover a {
  color: #00822D;
}

.playerAlphabetical {
  /* 初期状態：見えない、操作できない */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
}
.playerAlphabetical table td {
  text-align: center;
}

.playerAlphabetical.is-open {
  /* 開いた状態 */
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* 検索結果 */
#content .schedule.index.juniorTable {
  width: 100%;
}
#content .schedule.index.juniorTable tbody {
  border-bottom: 1px solid #999;
}
#content .schedule.index.juniorTable tbody tr:first-child {
  background: #00822d;
}
#content .schedule.index.juniorTable th {
  background: #00822d;
  color: #fff;
  height: 30px;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 0;
  position: relative;
  font-size: 14px;
}
#content .schedule.index.juniorTable td {
  height: 50px;
  padding: 14px 5px;
  font-size: 14px;
  border-right: none;
  border-bottom: none;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
#content .schedule.index.juniorTable td::before, 
#content .schedule.index.juniorTable td::after,
#content .schedule.index.juniorTable th::after {
  pointer-events: none;
}
#content .schedule.index.juniorTable th:not(.last):after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  width: 1px;
  background: #EBEBEB;
}
#content .schedule.index.juniorTable td:not(.last):after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #ebebeb;
}
#body-members.en #content .schedule.index.juniorTable th:not(.last):after,
#body-members.en #content .schedule.index.juniorTable td:not(.last):after {
  display: none;
}
#content .schedule.index.juniorTable tr.even {
  background: #f6f6f6;
}
#content .schedule.index.juniorTable .r_underline {
  display: inline;
}
/*# sourceMappingURL=menbers.css.map */