@charset "UTF-8";
:root {
  --bs-gutter-x: 1.25rem;
}

.msg {
  padding: 0 1.75rem;
  text-align: center;
}

small {
  font-size: 0.7em;
}

header .navbar .navbar-collapse .navbar-nav {
  align-content: flex-start;
  height: calc(100vh - 200px);
}
header .navbar .navbar-collapse .navbar-nav .nav-item .member-name {
  color: #676767;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

main {
  min-height: calc(100vh - 3rem - 6.5rem);
}
main section {
  padding: 5rem 0;
}
main section .inner {
  margin: 0 auto 4rem;
  max-width: 1000px;
}
main.member_login section .inner {
  margin: 0 auto 5.25rem;
  max-width: calc(480px + 3.5rem);
}
@media screen and (max-width: 3000px) {
  main.member_login section .inner {
    width: 100%;
  }
}
main.member_login section .inner .msg {
  padding: 0 1.75rem;
  text-align: center;
}

.list-wrapper {
  margin: 0 auto 1.75rem;
  padding: 1.25rem 1.75rem;
  width: 480px;
  max-width: 100%;
  background-color: white;
}

.buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto;
}
.buttons .button {
  cursor: pointer;
  display: block;
  width: 17rem;
  padding: 1.5rem 1rem;
  border: 1px solid #dcdcdc;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #676767;
  background: white;
}
@media screen and (max-width: 3000px) {
  .buttons .button {
    padding: 1rem 1rem;
  }
}
.buttons .button[type=submit] {
  width: 17rem;
}
.buttons .button[disabled=disabled] {
  color: rgba(103, 103, 103, 0.5);
}

form {
  width: 480px;
  max-width: 100%;
  margin: 0 auto 3rem;
  padding: 3rem 1.75rem 1.75rem;
  background-color: white;
}
form .input-field .form-check-wrapper .form-check {
  width: 100%;
}
form .buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 2rem auto;
}
form .buttons .invalid-feedback {
  margin-bottom: 0.75rem;
}
form .buttons .button {
  cursor: pointer;
  display: block;
  width: 17rem;
  padding: 1.5rem 1rem;
  border: 1px solid #dcdcdc;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #676767;
  background: white;
}
@media screen and (max-width: 3000px) {
  form .buttons .button {
    padding: 1.25rem 1rem;
  }
}
form .buttons .button[type=submit] {
  width: 17rem;
}
form .buttons .button[disabled=disabled] {
  color: rgba(103, 103, 103, 0.5);
}
form .buttons > div + div {
  margin-top: 1.75rem;
}
form.confirm .basic-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
  padding: 0.75rem 0.75rem 0;
}
form.confirm .basic-info > div {
  height: 1.75rem;
  border-bottom: 1px solid #f3f3f3;
}
form.confirm .basic-info > div.label {
  width: 11rem;
  margin-bottom: 0.5rem;
  padding-top: 0.25em;
}
@media screen and (max-width: 3000px) {
  form.confirm .basic-info > div.label {
    width: 100%;
    height: 1rem;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 0.8em;
  }
}
form.confirm .basic-info > div.label:nth-last-child(2) {
  border-bottom: none;
}
form.confirm .basic-info > div.input-field {
  width: calc(100% - 11rem);
  margin-bottom: 0.5rem;
  text-align: right;
}
@media screen and (max-width: 3000px) {
  form.confirm .basic-info > div.input-field {
    width: 100%;
    margin-bottom: 0.75rem;
    text-align: left;
  }
}
form.confirm .basic-info > div.input-field:last-child {
  border-bottom: none;
}

.content-wrapper {
  width: 480px;
  max-width: 100%;
  margin: 0 auto 1.75rem;
  background: white;
  border: 1px solid #dcdcdc;
}
.content-wrapper .content-label {
  display: inline-block;
  margin: 1rem;
  padding: 0.4rem 0.6rem;
  color: white;
  background-color: #212121;
}

.curriculums-graph-area {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.curriculums-graph-area > .links:first-child {
  margin-top: 0;
}
.curriculums-graph-area .graph-wrapper {
  width: 400px;
  max-width: 100%;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .graph-wrapper {
    flex-direction: row;
    margin-top: 0;
  }
}
.curriculums-graph-area .graph-wrapper > div:first-child {
  width: 80%;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .graph-wrapper > div:first-child {
    width: 200px;
  }
}
.curriculums-graph-area .graph-wrapper > div:first-child .graph-label-warpper {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.15);
  margin: 1rem;
  text-align: center;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .graph-wrapper > div:first-child .graph-label-warpper {
    padding: 0.75rem;
  }
}
.curriculums-graph-area .graph-wrapper > div:first-child .graph-label-warpper .label {
  display: flex;
  min-width: 7rem;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.curriculums-graph-area .graph-wrapper > div:first-child .graph-label-warpper .label .color-box {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  vertical-align: text-top;
}
.curriculums-graph-area .graph-wrapper > div:nth-child(2) {
  width: 80%;
}
.curriculums-graph-area .graph-wrapper .progress-wrapper {
  /*transform: scale(1.5);
  margin-left: 5.5rem;*/
}
.curriculums-graph-area .graph-wrapper .progress-wrapper .progress-week {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transform: translate(0, -100px) rotate(-90deg) scale(1.5);
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .graph-wrapper .progress-wrapper .progress-week {
    transform: translate(0, -40px) rotate(-90deg) scale(0.9);
  }
}
.curriculums-graph-area .graph-wrapper .progress-wrapper .progress-week > div {
  width: 0.5rem;
  margin: 0;
  height: 1.5rem;
}
.curriculums-graph-area .graph-wrapper .progress-wrapper .progress-week-label {
  font-size: 1rem;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
  max-width: 14.45rem;
  transform: translate(-7px, 50px);
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .graph-wrapper .progress-wrapper .progress-week-label {
    font-size: 0.9em;
    transform: translate(-5px, -50px);
    max-width: 11.2em;
  }
}
.curriculums-graph-area .graph-wrapper .progress-week-time {
  width: 15.5rem;
  margin: 4rem auto 0;
  padding: 1.25rem 1.25rem;
  background: rgba(88, 88, 88, 0.15);
  color: white;
  text-align: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .graph-wrapper .progress-week-time {
    width: 10rem;
    margin: 0 auto 0;
  }
}
.curriculums-graph-area .graph-wrapper .progress-week-time p {
  margin: 0;
  line-height: 1.25;
}
.curriculums-graph-area .graph-wrapper .progress-week-time p span {
  font-size: 2rem;
}
.curriculums-graph-area .rate-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.curriculums-graph-area .rate-wrapper .rate-item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 48%;
  margin: 0 auto 0.75rem;
  padding: 1.25rem 1.25rem;
  color: #676767;
  text-align: center;
  font-size: 0.8rem;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .rate-wrapper .rate-item {
    padding: 1.25rem 0.25rem;
  }
}
.curriculums-graph-area .rate-wrapper .rate-item p {
  margin: 0;
  line-height: 1.25;
}
.curriculums-graph-area .rate-wrapper .rate-item p span {
  padding: 0 0.5rem;
  font-size: 4rem;
  font-weight: bold;
  color: #212121;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .rate-wrapper .rate-item p span {
    font-size: 2.75rem;
  }
}
.curriculums-graph-area .curriculums {
  width: 100%;
  margin-top: 2rem;
}
.curriculums-graph-area .curriculums > div .curriculum-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 1.25rem 0;
  border: 1px solid #dcdcdc;
  background: white;
  color: #212121;
}
.curriculums-graph-area .curriculums > div .curriculum-item > * {
  padding: 0.75rem 0.75rem;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .curriculums > div .curriculum-item > * {
    padding: 0.5rem 0.5rem;
  }
}
.curriculums-graph-area .curriculums > div .curriculum-item.curriculum-subject-select select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  text-indent: 1em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
  background-position: right 1em center;
  background-repeat: no-repeat;
  padding-right: 2em;
}
.curriculums-graph-area .curriculums > div .curriculum-item .thumbnail {
  width: 40%;
  text-align: center;
}
.curriculums-graph-area .curriculums > div .curriculum-item .thumbnail img {
  max-height: 5.9rem;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .curriculums > div .curriculum-item .thumbnail img {
    max-height: 4.5rem;
  }
}
.curriculums-graph-area .curriculums > div .curriculum-item.session .curriculum-info, .curriculums-graph-area .curriculums > div .curriculum-item.test_mid .curriculum-info, .curriculums-graph-area .curriculums > div .curriculum-item.task_mid .curriculum-info, .curriculums-graph-area .curriculums > div .curriculum-item.test_graduation .curriculum-info, .curriculums-graph-area .curriculums > div .curriculum-item.task_graduation .curriculum-info {
  width: 60%;
}
.curriculums-graph-area .curriculums > div .curriculum-item.session .form-check.form-switch .form-check-input, .curriculums-graph-area .curriculums > div .curriculum-item.test_mid .form-check.form-switch .form-check-input, .curriculums-graph-area .curriculums > div .curriculum-item.task_mid .form-check.form-switch .form-check-input, .curriculums-graph-area .curriculums > div .curriculum-item.test_graduation .form-check.form-switch .form-check-input, .curriculums-graph-area .curriculums > div .curriculum-item.task_graduation .form-check.form-switch .form-check-input {
  margin-top: 2rem;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .curriculums > div .curriculum-item.session .form-check.form-switch .form-check-input, .curriculums-graph-area .curriculums > div .curriculum-item.test_mid .form-check.form-switch .form-check-input, .curriculums-graph-area .curriculums > div .curriculum-item.task_mid .form-check.form-switch .form-check-input, .curriculums-graph-area .curriculums > div .curriculum-item.test_graduation .form-check.form-switch .form-check-input, .curriculums-graph-area .curriculums > div .curriculum-item.task_graduation .form-check.form-switch .form-check-input {
    margin-top: 1rem;
  }
}
.curriculums-graph-area .curriculums > div .curriculum-item.session .form-check.form-switch .form-check-input:disabled ~ .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.session .form-check.form-switch .form-check-input .form-check-input[disabled] ~ .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.test_mid .form-check.form-switch .form-check-input:disabled ~ .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.test_mid .form-check.form-switch .form-check-input .form-check-input[disabled] ~ .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.task_mid .form-check.form-switch .form-check-input:disabled ~ .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.task_mid .form-check.form-switch .form-check-input .form-check-input[disabled] ~ .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.test_graduation .form-check.form-switch .form-check-input:disabled ~ .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.test_graduation .form-check.form-switch .form-check-input .form-check-input[disabled] ~ .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.task_graduation .form-check.form-switch .form-check-input:disabled ~ .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.task_graduation .form-check.form-switch .form-check-input .form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}
.curriculums-graph-area .curriculums > div .curriculum-item.session.complete .curriculum-info, .curriculums-graph-area .curriculums > div .curriculum-item.test_mid.complete .curriculum-info, .curriculums-graph-area .curriculums > div .curriculum-item.task_mid.complete .curriculum-info, .curriculums-graph-area .curriculums > div .curriculum-item.test_graduation.complete .curriculum-info, .curriculums-graph-area .curriculums > div .curriculum-item.task_graduation.complete .curriculum-info {
  width: calc(60% - 3rem);
}
.curriculums-graph-area .curriculums > div .curriculum-item.session.complete .form-check.form-switch, .curriculums-graph-area .curriculums > div .curriculum-item.test_mid.complete .form-check.form-switch, .curriculums-graph-area .curriculums > div .curriculum-item.task_mid.complete .form-check.form-switch, .curriculums-graph-area .curriculums > div .curriculum-item.test_graduation.complete .form-check.form-switch, .curriculums-graph-area .curriculums > div .curriculum-item.task_graduation.complete .form-check.form-switch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.curriculums-graph-area .curriculums > div .curriculum-item.session.complete .form-check.form-switch i, .curriculums-graph-area .curriculums > div .curriculum-item.test_mid.complete .form-check.form-switch i, .curriculums-graph-area .curriculums > div .curriculum-item.task_mid.complete .form-check.form-switch i, .curriculums-graph-area .curriculums > div .curriculum-item.test_graduation.complete .form-check.form-switch i, .curriculums-graph-area .curriculums > div .curriculum-item.task_graduation.complete .form-check.form-switch i {
  color: #212121;
  transform: translate(0, 0) scale(1.5);
}
.curriculums-graph-area .curriculums > div .curriculum-item.session.complete .form-check.form-switch .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.test_mid.complete .form-check.form-switch .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.task_mid.complete .form-check.form-switch .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.test_graduation.complete .form-check.form-switch .form-check-label, .curriculums-graph-area .curriculums > div .curriculum-item.task_graduation.complete .form-check.form-switch .form-check-label {
  transform: translate(0, 5px) scale(0.8);
}
.curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info {
  width: calc(60% - 3rem);
  color: #676767;
}
.curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info.introduction {
  width: 60%;
  display: flex;
  align-items: center;
}
.curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .curriculum-subject-name {
  margin: 0.75em 0;
  font-size: 0.6em;
}
.curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .curriculum-no {
  margin: 0.75em 0;
  color: #212121;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .curriculum-no {
    font-size: 0.9em;
    margin: 0.25em 0;
  }
}
.curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .curriculum-title {
  margin: 0.75em 0;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .curriculum-title {
    font-size: 0.9em;
  }
}
.curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .curriculum-time {
  margin: 0.75em 0;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .curriculum-time {
    font-size: 0.8em;
    margin: 0.25em 0;
  }
}
.curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .curriculum-date {
  margin: 0.75em 0;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .curriculum-date {
    margin: 0.25em 0;
  }
}
.curriculums-graph-area .curriculums > div .curriculum-item .curriculum-info .link {
  margin-top: 1rem;
  text-decoration: underline;
}
.curriculums-graph-area .curriculums > div .curriculum-item .form-check.form-switch {
  width: 3rem;
  padding: 0;
}
.curriculums-graph-area .curriculums > div .curriculum-item .form-check.form-switch .form-check-input {
  margin-top: 3rem;
  margin-left: 0.75em;
}
@media screen and (max-width: 3000px) {
  .curriculums-graph-area .curriculums > div .curriculum-item .form-check.form-switch .form-check-input {
    margin-top: 2rem;
  }
}
.curriculums-graph-area .curriculums > div .curriculum-item .form-check.form-switch .form-check-label {
  margin-top: 0.5em;
  font-size: 0.7em;
  transform: translate(5px, 5px) scale(0.8);
}
.curriculums-graph-area .links {
  margin-top: 3.5rem;
}
.curriculums-graph-area .links .link.link-more {
  width: 12rem;
}

.curriculums-graphs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.curriculums-graphs .curriculums-graph-area {
  width: 100%;
  flex-direction: column;
  padding: 1.75rem 0 0;
}
@media screen and (max-width: 3000px) {
  .curriculums-graphs .curriculums-graph-area {
    width: 100%;
  }
}
.curriculums-graphs .curriculums-graph-area + .curriculums-graph-area {
  margin-left: 2%;
}
@media screen and (max-width: 3000px) {
  .curriculums-graphs .curriculums-graph-area + .curriculums-graph-area {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.curriculums-graphs .curriculums-graph-area .course-name {
  margin: 0 auto 1.75rem;
  font-size: 1.1rem;
  text-align: center;
}
.curriculums-graphs .curriculums-graph-area .graph-wrapper > div {
  width: 360px;
}
.curriculums-graphs .curriculums-graph-area .links .link.link-more {
  width: 18rem;
}
.curriculums-graphs .links {
  padding-bottom: 0;
}
.curriculums-graphs .content-wrapper {
  position: relative;
}
.curriculums-graphs .content-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); /* 半透明のオーバーレイ */
  display: flex;
  align-items: center;
  justify-content: center;
}
.curriculums-graphs .content-wrapper .overlay .links .link.link-more {
  width: 20rem;
}

.curriculum-history-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.curriculum-history-list .history-item {
  margin-bottom: 0.5rem;
  padding: 1.25rem 1.25rem;
  background: white;
  color: #212121;
}
.curriculum-history-list .history-item p {
  line-height: 1.5rem;
}
.curriculum-history-list .history-item p :not(.no-data) {
  margin-bottom: 0.75rem;
}
.curriculum-history-list .history-item p .title {
  color: #212121;
}
.curriculum-history-list .history-item p .text {
  font-size: 0.8rem;
}

.news-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.news-list .news-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 1.25rem 0;
  border-bottom: none;
  background: white;
  color: #212121;
}
.news-list .news-item .news-info {
  width: 100%;
  padding: 0.75rem 1.75rem;
  color: #676767;
}
.news-list .news-item .news-info .news-date {
  margin: 0.75em 0;
  color: #212121;
}
@media screen and (max-width: 3000px) {
  .news-list .news-item .news-info .news-date {
    font-size: 0.9em;
    margin: 0.25em 0;
  }
}
.news-list .news-item .news-info .news-title {
  margin: 0.75em 0;
}
@media screen and (max-width: 3000px) {
  .news-list .news-item .news-info .news-title {
    font-size: 0.9em;
  }
}

.news-detail {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.75rem 1.75rem 1.75rem;
  background-color: white;
  color: #676767;
}
.news-detail .news-detail-label {
  display: inline-block;
  margin: 1rem;
  padding: 0.4rem 0.6rem;
  color: white;
  background-color: #212121;
}
.news-detail .link {
  color: #676767;
  margin-bottom: 1rem;
}
.news-detail .link .news-title {
  font-size: 0.85rem;
}
.news-detail .links {
  margin-bottom: 0.75em;
}
.news-detail .news-date {
  margin: 0.75em 0;
  color: #212121;
}
@media screen and (max-width: 3000px) {
  .news-detail .news-date {
    font-size: 0.9em;
    margin: 0.25em 0;
  }
}
.news-detail .news-title {
  margin: 0.75em 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 3000px) {
  .news-detail .news-title {
    font-size: 1em;
  }
}
.news-detail .news-article {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
}

.member .page-title {
  margin-bottom: 5.5rem;
}
.member .movies {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.member .movies .movie-item {
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.member_introduction [data-design-type=default] .text,
.member_introduction_ryt200_okinawa [data-design-type=default] .text,
.member_introduction_ryt200_tsuugaku [data-design-type=default] .text,
.member_introduction_ryt500 [data-design-type=default] .text {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.75rem 1.75rem;
  background-color: white;
  color: #676767;
}

.movies {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.movies .movie-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  background: white;
  color: #212121;
}
.movies .movie-item .thumbnail {
  width: 52%;
  padding: 0 0.5rem;
}
.movies .movie-item .thumbnail img {
  padding: 1.75rem;
}
@media screen and (max-width: 3000px) {
  .movies .movie-item .thumbnail img {
    max-height: 7.5rem;
  }
}
.movies .movie-item .movie-info {
  width: 60%;
  padding: 0;
  color: #676767;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.movies .movie-item .movie-info.no-member {
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 480px) {
  .movies .movie-item .movie-info.no-member {
    padding: 0.5rem;
  }
}
.movies .movie-item .movie-info.no-member .links .link.link-more {
  width: 15rem;
}
.movies .movie-item .movie-info .movie-no {
  margin: 0.75em 0;
  color: #212121;
}
@media screen and (max-width: 3000px) {
  .movies .movie-item .movie-info .movie-no {
    font-size: 0.9em;
    margin: 0.25em 0;
  }
}
.movies .movie-item .movie-info .movie-title {
  margin: 0.75em 0;
}
@media screen and (max-width: 3000px) {
  .movies .movie-item .movie-info .movie-title {
    font-size: 0.9em;
  }
}
.movies .movie-item .movie-info .movie-level {
  margin: 0.75em 0;
  color: #212121;
}
@media screen and (max-width: 3000px) {
  .movies .movie-item .movie-info .movie-level {
    font-size: 0.8em;
    margin: 0.25em 0 1em;
  }
}
.movies .movie-item .movie-info .movie-instructor {
  margin: 0.75em 0;
}
@media screen and (max-width: 3000px) {
  .movies .movie-item .movie-info .movie-instructor {
    font-size: 0.8em;
    margin: 0.25em 0;
  }
}
.movies .movie-item .movie-info .movie-time {
  margin: 0.75em 0;
}
@media screen and (max-width: 3000px) {
  .movies .movie-item .movie-info .movie-time {
    font-size: 0.8em;
    margin: 0.25em 0;
  }
}
.movies .movie-item .movie-info .movie-timestamp {
  margin: 0.75em 0;
}
@media screen and (max-width: 3000px) {
  .movies .movie-item .movie-info .movie-timestamp {
    font-size: 0.4em;
    margin: 0.25em 0;
  }
}

.member_movie .movie-item {
  border: 1px solid #dcdcdc;
}

.member_meeting form {
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}
.member_meeting form .buttons {
  margin-top: 3.5rem;
}
.member_meeting form .buttons button[type=submit] {
  font-size: 1em;
}
.member_meeting .note {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5em;
}
.member_meeting .list .label {
  color: #212121;
}
.member_meeting .links .link.link-more {
  width: 16rem;
}

.links .link.link-more.link-password {
  width: 14rem;
}

.member_reissue .inner .messages {
  margin-bottom: 1.75rem;
  text-align: center;
}

.certificate.card {
  position: relative;
  margin-bottom: 0.5rem;
  border: none;
}
.certificate.card .card-title {
  color: #212121;
}
.certificate.card form {
  margin: 0;
}
.certificate.card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); /* 半透明のオーバーレイ */
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificate.card .overlay .links .link.link-more {
  width: 26rem;
  box-shadow: none;
}
@media (width < 480px) {
  .certificate.card .overlay .links .link.link-more {
    max-width: 20rem;
    font-size: 0.75em;
  }
}

.course-recommendation {
  margin: 2rem 0 1.75rem;
}
.course-recommendation .links {
  margin: 2rem auto;
}
.course-recommendation .links .link.link-more {
  width: 20rem;
}

.salon-content .links {
  margin-top: 0;
}

.card-wrapper {
  width: 100%;
  margin: auto;
  border: 2px solid #dcdcdc;
  padding: 1.25rem 0.75rem;
}
.card-wrapper .card-brand {
  display: flex;
  justify-content: space-between;
  padding: 0 0 1.25rem 0;
}
.card-wrapper #v2-mdc-card-number {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.card-wrapper #v2-mdc-card-expiry {
  border-top-left-radius: 0;
}
.card-wrapper #v2-mdc-card-cvc {
  border-top-right-radius: 0;
}