/*
*  login
********************************************************/
.loginbox {
  padding-top: 12rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .loginbox {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.loginbox .container {
  max-width: 89rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .loginbox .container {
    padding: 0 2.5rem;
  }
}
.loginbox .login-title {
  position: relative;
  border: none;
  margin-bottom: 0;
}
.loginbox .login-title:before {
  content: none;
}
.loginbox .login-cont {
  background-color: #f8f8f8;
  padding: 5rem;
}
@media screen and (max-width: 750px) {
  .loginbox .login-cont {
    padding: 3rem 2rem;
  }
}
.loginbox .login-cont input:not([type=checkbox]),
.loginbox .login-cont textarea {
  font-size: 1.4rem;
  padding: 1.6rem 2rem;
  background-color: #ffffff;
  border: none;
  width: 100%;
  border-radius: 0;
  letter-spacing: 0.06em;
  border: 1px solid #d8d8d8;
}
.loginbox .login-cont input:not([type=checkbox])::-moz-placeholder, .loginbox .login-cont textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.loginbox .login-cont input:not([type=checkbox])::placeholder,
.loginbox .login-cont textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.loginbox .login-cont input[type=checkbox] {
  display: inline-block;
  width: auto;
}
.loginbox .login-cont #wpmem_login .form {
  text-align: center;
}
.loginbox .login-cont #wpmem_login .form input:not([type=checkbox]) {
  max-width: 52.8rem;
}
.loginbox .login-cont #wpmem_login .form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.loginbox .login-cont #wpmem_login .form fieldset legend {
  display: none;
}
.loginbox .login-cont #wpmem_login .form fieldset label {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  text-align: center;
  margin-top: 2.4rem;
}
.loginbox .login-cont #wpmem_login .form fieldset label:first-of-type {
  margin-top: 0;
}
.loginbox .login-cont #wpmem_login .form fieldset .div_text {
  margin-top: 0.8rem;
  width: auto;
}
.loginbox .login-cont #wpmem_login .form fieldset .button_div {
  margin: 0 auto;
  text-align: center;
}
.loginbox .login-cont #wpmem_login .form fieldset .button_div input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.loginbox .login-cont #wpmem_login .form fieldset .button_div label {
  display: inline-block;
  margin-top: 0.8rem;
}
.loginbox .login-cont #wpmem_login .form fieldset .button_div input[type=submit] {
  display: block;
  background-color: #d60000;
  padding: 2rem 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  width: 50%;
  max-width: 25.6rem;
  margin: 2.4rem auto 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 750px) {
  .loginbox .login-cont #wpmem_login .form fieldset .button_div input[type=submit] {
    width: 100%;
  }
}
.mouse .loginbox .login-cont #wpmem_login .form fieldset .button_div input[type=submit]:hover {
  opacity: 0.8;
}
.loginbox .login-cont #wpmem_login .form fieldset .link-text {
  display: none;
}
.loginbox .login-cont-check {
  font-size: 1.4rem;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .loginbox .login-cont-check {
    margin-top: 1rem;
  }
}
.loginbox .login-cont-check .wpcf7-list-item {
  margin: 0;
}
.loginbox .login-cont-check .form-check-label {
  position: relative;
  margin-top: 1.6rem;
  line-height: 135%;
  cursor: pointer;
  display: flex;
}
@media screen and (max-width: 750px) {
  .loginbox .login-cont-check .form-check-label {
    margin-top: 0.6rem;
  }
}
.loginbox .login-cont-check .form-check-label input {
  width: 0;
  height: 0;
  position: relative;
  margin: 0 2rem 0 0;
  cursor: pointer;
}
.loginbox .login-cont-check .form-check-label input:checked + .wpcf7-list-item-label:before {
  transform: rotate(-45deg);
  width: 1.4rem;
  height: 0.8rem;
  border-color: #e10000;
  top: 0.3rem;
  left: 0.3rem;
  border-width: 1px;
  border-top-style: none;
  border-right-style: none;
}
@media screen and (max-width: 750px) {
  .loginbox .login-cont-check .form-check-label input:checked + .wpcf7-list-item-label:before {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.loginbox .login-cont-check .form-check-label .wpcf7-list-item-label:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border: 1px solid transparent;
}
@media screen and (max-width: 750px) {
  .loginbox .login-cont-check .form-check-label .wpcf7-list-item-label:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.loginbox .login-cont-check .form-check-label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ccc;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .loginbox .login-cont-check .form-check-label .wpcf7-list-item-label:after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.loginbox .login-cont-check .form-check-label a {
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  margin-left: 1rem;
}
@media screen and (max-width: 750px) {
  .loginbox .login-cont-check .form-check-label a {
    margin-left: 2rem;
  }
}

/*
*  members common
********************************************************/
.membersbox {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .membersbox {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.membersbox .container {
  max-width: 108.6rem;
  margin: 0 auto;
}

.members-cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .members-cont {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 2.5rem;
  }
}
.members-cont section {
  margin-top: 5rem;
}
.members-cont section:first-of-type {
  margin-top: 0;
}
.members-sct.new .members-file-list .tablebox table thead th {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.8rem;
  text-align: left;
  position: relative;
}
.members-sct.new .members-file-list .tablebox table thead th:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #d0d0d0;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.members-sct.new .members-file-list .tablebox table thead th:first-of-type:before {
  content: none;
}
@media screen and (max-width: 750px) {
  .members-sct.new .members-file-list .tablebox table thead {
    display: none;
  }
}
.members-sct.new .members-file-list .tablebox table tbody tr td.members-file-time {
  width: 17%;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .members-sct.new .members-file-list .tablebox table tbody tr td.members-file-time {
    width: 100%;
    padding-left: 0.8rem;
  }
}
.members-sct.new .members-file-list .tablebox table tbody tr td.members-file-download {
  width: 15%;
  padding: 0.8rem;
  text-align: left;
  position: relative;
  border-top: 1px dotted #d0d0d0;
}
@media screen and (max-width: 750px) {
  .members-sct.new .members-file-list .tablebox table tbody tr td.members-file-download {
    width: 100%;
    text-align: left;
    padding-right: 0;
  }
}
.members-sct.new .members-file-list .tablebox table tbody tr td.members-file-download > span {
  display: none;
}
@media screen and (max-width: 750px) {
  .members-sct.new .members-file-list .tablebox table tbody tr td.members-file-download > span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.members-sct.new .members-file-list .tablebox table tbody tr td.members-file-download a {
  margin-left: 0;
}
.members-sct.new .members-file-list .tablebox table tbody tr td:nth-of-type(2) {
  border-top: none;
}
.members-sct .wp-block-heading {
  font-size: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #ddd;
  position: relative;
  text-align: left;
  padding-bottom: 2.4rem;
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .members-sct .wp-block-heading {
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.members-sct .wp-block-heading:before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 1px;
  background-color: #e10000;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.members-title {
  text-align: left;
  padding-bottom: 2.4rem;
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .members-title {
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.members-tablebox > *:first-child {
  margin-top: 0 !important;
}
.members-tablebox .table-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 6rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
  .members-tablebox .table-title {
    font-size: 1.6rem;
    margin-top: 4rem;
    margin-bottom: 1.2rem;
  }
}
.members-main {
  width: 77.4rem;
}
@media screen and (max-width: 750px) {
  .members-main {
    width: 100%;
    order: 2;
  }
}
.members-file-list .tablebox table {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .members-file-list .tablebox table tbody tr {
    display: block;
    margin-top: 1.6rem;
  }
}
.members-file-list .tablebox table tbody tr th {
  width: 25rem;
  height: 4.7rem;
  border-bottom: 1px solid #d0d0d0;
  text-align: left;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 750px) {
  .members-file-list .tablebox table tbody tr th {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 5.8rem;
    border-top: 1px solid #d0d0d0;
  }
}
.members-file-list .tablebox table tbody tr th:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #d0d0d0;
  position: absolute;
  top: 0.8rem;
  left: 4rem;
}
.members-file-list .tablebox table tbody tr th span {
  display: inline-block;
  width: 4rem;
  margin-right: 1.4rem;
  text-align: center;
  position: relative;
}
.members-file-list .tablebox table tbody tr td {
  padding: 0.8rem;
  border-bottom: 1px solid #d0d0d0;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 750px) {
  .members-file-list .tablebox table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.4rem 1.6rem;
  }
}
.members-file-list .tablebox table tbody tr td:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #d0d0d0;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .members-file-list .tablebox table tbody tr td:before {
    content: none;
  }
}
.members-file-list .tablebox table tbody tr td.members-file-time {
  width: 15.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .members-file-list .tablebox table tbody tr td.members-file-time {
    width: 100%;
    text-align: left;
  }
}
.members-file-list .tablebox table tbody tr td.members-file-time time {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
.members-file-list .tablebox table tbody tr td.members-file-download {
  text-align: left;
  width: 38.6rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .members-file-list .tablebox table tbody tr td.members-file-download {
    border-bottom: none;
    text-align: center;
    width: 100%;
    padding: 0.8rem 0 0;
  }
}
.members-file-list .tablebox table tbody tr td.members-file-download .btn-download {
  display: inline-block;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.6rem 0.6rem 0.6rem 1rem;
  border-radius: 0.8rem;
  border: 1px solid #b7b7b7;
  background-color: #ebebeb;
  margin-left: 0.4rem;
  line-height: 0;
  margin-top: 0.3rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 750px) {
  .members-file-list .tablebox table tbody tr td.members-file-download .btn-download {
    font-size: 1rem;
    padding: 0.8rem;
    margin-top: 0;
    border-radius: 0.4rem;
  }
}
.members-file-list .tablebox table tbody tr td.members-file-download .btn-download span {
  padding-right: 1.6rem;
  line-height: 1;
  position: relative;
}
.members-file-list .tablebox table tbody tr td.members-file-download .btn-download span:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #4d4d4d;
  -webkit-mask: url(../img/common/file-pdf.svg) no-repeat center center;
          mask: url(../img/common/file-pdf.svg) no-repeat center center;
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  right: 0;
  transition: all 0.3s ease 0s;
}
.mouse .members-file-list .tablebox table tbody tr td.members-file-download .btn-download:hover {
  background-color: #e10000;
  border: 1px solid #e10000;
  color: #ffffff;
}
.mouse .members-file-list .tablebox table tbody tr td.members-file-download .btn-download:hover span:after {
  background-color: #ffffff;
}
.members-file-list .tablebox table tbody tr td.members-file-download .btn-download.file-pdf span:after {
  -webkit-mask: url(../img/common/file-pdf.svg) no-repeat center center;
          mask: url(../img/common/file-pdf.svg) no-repeat center center;
}
.members-file-list .tablebox table tbody tr td.members-file-download .btn-download.file-word span:after {
  -webkit-mask: url(../img/common/file-word.svg) no-repeat center center;
          mask: url(../img/common/file-word.svg) no-repeat center center;
}
.members-file-list .tablebox table tbody tr td.members-file-download .btn-download.file-excel span:after {
  -webkit-mask: url(../img/common/file-excel.svg) no-repeat center center;
          mask: url(../img/common/file-excel.svg) no-repeat center center;
}
.members-file-list .tablebox table tbody tr td.members-file-download .btn-download.file-pp span:after {
  -webkit-mask: url(../img/common/file-powerpoint.svg) no-repeat center center;
          mask: url(../img/common/file-powerpoint.svg) no-repeat center center;
}
.members-file-list .tablebox table tbody tr td.members-file-download .btn-download.file-zip span:after {
  -webkit-mask: url(../img/common/file-archive.svg) no-repeat center center;
          mask: url(../img/common/file-archive.svg) no-repeat center center;
}
.members-file-list .tablebox table tbody tr:first-of-type {
  border-top: 1px solid #d0d0d0;
}
.members-file-list .tablebox table tbody tr:first-of-type th,
.members-file-list .tablebox table tbody tr:first-of-type td {
  border-top: 1px solid #d0d0d0;
}
@media screen and (max-width: 750px) {
  .members-file-list .tablebox table tbody tr:first-of-type th,
  .members-file-list .tablebox table tbody tr:first-of-type td {
    border-top: none;
  }
}
.members-file-list .tablebox table tbody tr:first-of-type {
  margin-top: 0;
}
.members-file-post {
  margin-top: 8rem;
}
.members-side {
  width: 23rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .members-side {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.members-side-inner {
  position: sticky;
  top: 10rem;
  left: 0;
}
.members-side-title {
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1rem 1.2rem;
  background-color: #909090;
  color: #ffffff;
}
.members-side-catlist a {
  display: block;
  font-size: 1.4rem;
  padding: 1.6rem 0.4rem;
  border-bottom: 1px solid #bababa;
  transition: all 0.2s ease 0s;
}
.members-side-catlist a span {
  width: 100%;
  display: inline-block;
  padding-right: 1.6rem;
  position: relative;
}
.members-side-catlist a span:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  background: transparent url("../img/common/arrow-black.svg") no-repeat scroll center center/contain;
  position: absolute;
  right: 0;
  top: calc((100% - 1.4rem) / 2);
  opacity: 0.5;
  transition: all 0.2s ease 0s;
}
.members-side-catlist a.current {
  background-color: #f8f8f8;
  padding-left: 1.6rem;
  pointer-events: none;
}
.members-side-catlist a.current span:before {
  content: none;
}
.mouse .members-side-catlist a:hover {
  background-color: #f8f8f8;
}
.mouse .members-side-catlist a:hover span:before {
  right: -0.4rem;
}

#page-members .members-main > div:first-of-type {
  margin-top: 0;
}
#page-members .members-file-post {
  margin-top: 6rem;
}

.wp-block-table.is-style-regular table {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .wp-block-table.is-style-regular table tbody tr {
    display: block;
    margin-top: 1.6rem;
  }
}
.wp-block-table.is-style-regular table tbody tr th {
  width: 25rem;
  height: 4.7rem;
  border-bottom: 1px solid #d0d0d0;
  text-align: left;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wp-block-table.is-style-regular table tbody tr th {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 5.8rem;
    border-top: 1px solid #d0d0d0;
  }
}
.wp-block-table.is-style-regular table tbody tr th:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #d0d0d0;
  position: absolute;
  top: 0.8rem;
  left: 4rem;
}
.wp-block-table.is-style-regular table tbody tr th span {
  display: inline-block;
  width: 4rem;
  margin-right: 1.4rem;
  text-align: center;
  position: relative;
}
.wp-block-table.is-style-regular table tbody tr td {
  border: none;
  padding: 0.8rem;
  border-bottom: 1px solid #d0d0d0;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 750px) {
  .wp-block-table.is-style-regular table tbody tr td {
    display: block;
    width: 100%;
    padding: 0.4rem 1.6rem;
  }
}
.wp-block-table.is-style-regular table tbody tr td:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.6rem);
  background-color: #d0d0d0;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .wp-block-table.is-style-regular table tbody tr td:before {
    content: none;
  }
}
.wp-block-table.is-style-regular table tbody tr td a {
  display: inline-block;
  background-color: #f4f4f4;
  padding: 0.8rem 1.2rem;
  line-height: 1;
  border-radius: 0.4rem;
  border: 1px solid #ddd;
  margin: 0.2rem;
  font-size: 1.2rem;
  transition: all 0.3s ease 0s;
}
.mouse .wp-block-table.is-style-regular table tbody tr td a:hover {
  background-color: #e10000;
  border: 1px solid #e10000;
  color: #ffffff;
}
.mouse .wp-block-table.is-style-regular table tbody tr td a:hover span:after {
  background-color: #ffffff;
}
.wp-block-table.is-style-regular table tbody tr td:nth-last-of-type(3) {
  text-align: left;
}
.wp-block-table.is-style-regular table tbody tr td:nth-last-of-type(3):before {
  content: "";
}
.wp-block-table.is-style-regular table tbody tr td:first-of-type:nth-last-of-type(3):before {
  content: "";
}
.wp-block-table.is-style-regular table tbody tr:first-of-type {
  border-top: 1px solid #d0d0d0;
}
.wp-block-table.is-style-regular table tbody tr:first-of-type th,
.wp-block-table.is-style-regular table tbody tr:first-of-type td {
  border-top: 1px solid #d0d0d0;
}
@media screen and (max-width: 750px) {
  .wp-block-table.is-style-regular table tbody tr:first-of-type th,
  .wp-block-table.is-style-regular table tbody tr:first-of-type td {
    border-top: none;
  }
}
.wp-block-table.is-style-regular table tbody tr:first-of-type {
  margin-top: 0;
}
.wp-block-table.is-style-regular.new-table {
  margin-bottom: 2.4rem;
}
.wp-block-table.is-style-regular.new-table table tbody tr {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .wp-block-table.is-style-regular.new-table table tbody tr td {
    display: block;
    width: 100% !important;
    padding: 0.8rem 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-table.is-style-regular.new-table table tbody tr td:before {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-table.is-style-regular.new-table table tbody tr td.cell-title {
    display: none;
  }
}
.wp-block-table.is-style-regular.new-table table tbody tr td:first-of-type:before {
  content: none;
}
.wp-block-table.is-style-number table tbody tr td:first-of-type {
  width: 4rem;
  text-align: center;
}
.wp-block-table.is-style-number table tbody tr td:first-of-type:nth-last-of-type(3) {
  text-align: left;
}