@charset "utf-8";

.page-head {
  width: 100%;
  height: 300px;
}

.page-head img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page.page-nohdr header {
  border-bottom: 1px solid #CBCBCB;
}

.page .container {
  max-width: calc(1240px - 200px);
  width: calc(100% - 300px);
  margin-top: -150px;
  margin-bottom: 100px;
  margin: -150px 50px 100px 50px;
  padding: 70px 100px;
  background-color: white;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

.page .container h1 {
  position: relative;
  font-size: 32px;
  color: black;
  text-align: center;
  font-weight: 500;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.page .container h1:after {
  content: "";
  position: absolute;
  background-image: url(./../img/page/midashi1.svg);
  width: 90px;
  height: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
}

.page .container h2 {
  position: relative;
  font-size: 32px;
  color: black;
  text-align: center;
  font-weight: 500;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.page .container h2:after {
  background-image: url(./../img/page/midashi1.svg);
  width: 90px;
  height: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
}

.page.page-nohdr .container {
  margin-top: 90px;
  padding: 0 30px;
  box-shadow: none;
  width: calc(100% - 60px);
  max-width: calc(1240px - 60px);
}

@media screen and (max-width: 1250px) {
  .page .container {
    max-width: calc(1240px - 140px);
    width: calc(100% - 240px);
    margin: -150px 50px 100px 50px;
    padding: 70px;
  }

  .page .container h1 {
    font-size: 25px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    line-height: 1.4;
  }

  .page .container h1:after {
    width: 80px;
    bottom: 0%;
    top: unset;
  }

  .page .container h2 {
    font-size: 25px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    line-height: 1.4;
  }

  .page .container h2:after {
    width: 80px;
    bottom: 0%;
    top: unset;
  }

  .page .page-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-head {
    height: 220px;
  }

  .page .container {
    max-width: calc(1240px - 40px);
    width: calc(100% - 80px);
    margin: -130px 20px 100px 20px;
    padding: 40px 20px;
  }

  .page.page-nohdr .container {
    margin-top: 60px;
    padding: 0 30px;
    width: calc(100% - 60px);
    max-width: calc(1240px - 60px);
  }
}

.page .mypageLogin form {
  background-color: #f8f8f8;
  padding: 70px 150px;
}

.page .mypageLogin form label {
  color: #545454;
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}

.page .mypageLogin form input {
  width: calc(100% - 22px);
  border: 1px solid #CBCBCB;
  padding: 0px 10px;
  outline: unset;
  height: 40px;
}

.page .mypageLogin form .mail {
  margin-bottom: 25px;
}

.page .mypageLogin form .pass {
  margin-bottom: 15px;
}

.page .mypageLogin form .noto-forget {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 15px;
}

.page .mypageLogin form .noto-forget a {
  font-size: 15px;
  font-weight: 400;
  color: #0563c1;
  display: flex;
  gap: 5px;
  text-decoration: underline;
  line-height: 1;
}

.page .mypageLogin form .noto-forget a img {
  width: 15px;
  position: relative;
  top: 2px;
}

.page .mypageLogin form button {
  background-color: #44AEE5;
  border: 0;
  padding: 10px 20px;
  border-radius: 100px;
  color: white;
  width: 100%;
  font-size: 20px;
  height: 60px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 50px;
}

.page .mypageLogin form .checkbox-set {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.page .mypageLogin form .checkbox-set input {
  width: 20px;
}

.page form .font-color-red {
  color: #C80000!important;
  margin-top: 5px;
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
}

@media screen and (max-width: 1250px) {
  .page .mypageLogin form {
    padding: 50px 70px;
  }

  .page .mypageLogin form label {
    font-size: 16px;
  }

  .page .mypageLogin form .noto-forget a {
    font-size: 13px;
  }

  .page .mypageLogin form .noto-forget a img {
    width: 13px;
    top: 1px;
  }

  .page .mypageLogin form button {
    font-size: 17px;
    padding: 10px 10px;
  }

  .page .mypageLogin form .checkbox-set {
    gap: 5px;
  }

  .page .mypageLogin form .checkbox-set span {
    font-size: 13px;
  }

  .page .mypageLogin form .checkbox-set input {
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page .mypageLogin form {
    padding: 40px 20px;
  }
  .page .mypageLogin form button {
    font-size: 14px;
  }
}

.page form table {
  width: 100%;
}

.page form table tbody tr td, .page form table tbody tr th {
  /* border: 1px solid; */
  padding: 20px 0px;
}

.page form table tbody tr th {
  width: 230px;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}

.page form table tbody tr th span {
  color: #C20638;
}

.page form table tbody tr td input {
  width: calc(100% - 22px);
  height: 43px;
  border: 1px solid #CBCBCB;
  padding: 0 10px;
  outline: unset;
}

.page form table tbody tr td .tb-col {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.page form table tbody tr td .tb-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.page form table tbody tr td .tb-noto {
  color: #545454;
  font-weight: 400;
  font-size: 14px;
}

.page form table tbody tr td .addr-number {
  max-width: calc(260px - 22px);
}

.page form table tbody tr td .addr-btn {
  color: #3B87FB;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.page form table tbody tr th .plan-link {
  color: #3B87FB;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}

.page form table tbody tr th .plan-link img {
  margin-left: 5px;
}

.page form table tbody tr td select {
  border: 1px solid #CBCBCB;
  max-width: 260px;
  width: 100%;
  height: 45px;
  padding: 0px 5px;
  outline: unset;
}

.page form table tbody tr td .birth {
  gap: 20px;
}

.page form table tbody tr td .birth select {
  max-width: 90px;
  width: 100%;
}

.page form table tbody tr td .birth select:first-child {
  max-width: 225px;
  width: 100%;
}

.page form table tbody tr td input[type=radio] {
  width: 25px;
  height: auto;
  margin: 0;
}

.page form table tbody tr td input[type=checkbox] {
  width: 25px;
  height: auto;
  margin: 0;
}

.page form table tbody tr td textarea {
  width: calc(100% - 12px);
  outline: unset;
  padding: 5px;
  resize: none;
  border: 1px solid #CBCBCB;
}

.page form table tbody tr td .file {
  position: relative;
  flex-flow: column;
  width: 100%;
}

.page form table tbody tr td .file:after {
  content: "";
  position: absolute;
  border: 1px dotted #C9C9C9;
  width: 100%;
  height: calc(100% - 1px);
  pointer-events: none;
  top: 0;
  left: 0;
}

.page form table tbody tr td .file input {
  display: block;
  opacity: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute !important;
  left: 0;
  top: 0 !important;
}

.page form table tbody tr td .file .file-bth {
  text-decoration: none;
  padding: 6px 15px 7px 15px;
  font-size: 18px;
  max-width: 170px;
  font-weight: 500;
  margin: 10px auto;
  color: #545454;
  border: 1px solid #CBCBCB;
}

.page form table tbody tr td .file p {
  color: #CBCBCB;
  font-size: 20px;
}

.page form table tbody tr td .file label {
  width: calc(100% - 40px);
  height: 100%;
  background-color: unset;
  border: 0;
  text-align: center;
  padding: 15px 20px;
}

.page form table tbody tr td .file .file-noto {
  color: #545454;
  font-size: 16px;
  font-weight: 400;
}

.page .form-btn {
  background-color: #ff8001;
  color: white;
  max-width: calc(500px - 40px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 20px;
  margin: 50px auto 0;
}

.page .privacy {
  margin: 40px 0 30px 0;
}

.page .privacy .privacy-text {
  width: calc(100% - 40px);
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #eaeaea;
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

.page .privacy .privacy-text p {
  margin-bottom: 20px;
}

@media screen and (max-width: 1250px) {
  .page form table tbody tr th {
    font-size: 15px;
  }
  
  .page form table tbody tr td .tb-noto {
    font-size: 12px;
  }

  .page form table tbody tr td .addr-btn {
    font-size: 14px;
  }

  .page form table tbody tr td label {
    font-size: 15px;
  }

  .page form table tbody tr td .file p {
    font-size: 16px;
  }

  .page form table tbody tr td .file .file-bth {
    font-size: 15px;
  }
  
  .page form table tbody tr td .file .file-noto {
    font-size: 13px;
  }
  
  .page form table tbody tr td .birth {
    gap: 10px;
  }

  .page .form-btn {
    height: 50px;
    font-size: 17px;
    margin: 30px auto 0;
  }

  .page .privacy {
    margin: 10px 0 30px 0;
  }

  .page .privacy .privacy-text {
    font-size: 13px;
    height: 130px;
  }

  .page .privacy label {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page form table tr {
    display: flex;
    flex-flow: column;
  }

  .page form table tbody tr th {
    background-color: #ebebeb;
    padding: 10px 10px;
    width: calc(100% - 20px);
  }

  .page .form-btn {
    max-width: calc(100% - 40px);
  }
}

.page .memberConfirm form table tbody tr td span {
  color: #CBCBCB;
  font-size: 14px;
}

.page .btn-row {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 70px;
}

.page .btn-row .form-btn:first-child {
  background-color: white;
  border: 2px solid #FF8000;
  color: #FF8000;
}

.page .btn-row .form-btn {
  max-width: calc(350px - 40px);
  margin: 0;
}

.page .btn-row .btn {
  font-size: 20px;
  font-weight: 500;
  max-width: calc(300px - 40px);
  padding: 10px 20px;
  height: auto;
}

.page .btn-row .btn::after {
  content: unset;
}

.page .btn-row .btn-wt {
  background-color: white;
  border: 2px solid #FF8000;
  color: #FF8000;
}

@media screen and (max-width: 1250px) {
  .page .btn-row {
    flex-flow: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page .memberConfirm form table tbody tr th {
    color: #545454;
  }

  .page .btn-row {
    gap: 20px;
  }
}

.page .memberThanks p {
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
}

.page .memberThanks .form-btn {
  max-width: calc(350px - 40px);
}

@media screen and (max-width: 767px) {
  .page .memberThanks p {
    text-align: left;
  }

  .page .memberThanks p br {
    display: none;
  }

  .page .memberThanks .form-btn {
    max-width: calc(100% - 40px);
  }
}

/* テーブルスタイル1 */
.page .tb-style1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
}

.page .tb-style1 tbody tr td, .page .tb-style1 tbody tr th {
  /* border: 1px solid; */
  padding: 5px 20px 20px 20px;
}

.page .tb-style1 tbody tr th {
  width: 230px;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 2px solid #FF8000;
  color: #FF8000;
}

.page .tb-style1 tbody tr td {
  border-bottom: 1px solid #CBCBCB;
}

.page .tb-style1 tbody tr td strong {
  font-weight: 700;
  font-size: 19px;
}

.page .tb-style1 tbody tr td .btn {
  border-radius: 0;
  font-size: 15px;
  max-width: calc(230px - 20px);
  padding: 5px 10px;
  height: auto;
  position: unset;
}

.page .tb-style1 tbody tr td .btn::after {
  content: unset;
}

.page .tb-style1 tbody tr td .tb-row {
  justify-content: space-between;
}

.page .tb-style1 tbody tr td .tb-col {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.page .tb-style1 tbody tr td .tb-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.page .tb-style1 tbody tr td .plan-link {
  color: #3B87FB;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}

.page .tb-style1 tbody tr td .plan-link img {
  margin-left: 5px;
}

.page .tb-style1 tbody tr td .birth-noto {
  margin-left: 60px;
  font-weight: 400;
}

.page .page-btn {
  background-color: #44AEE5;
  color: white;
  max-width: calc(350px - 40px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 20px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1250px) {
  .page .tb-style1 tbody tr th {
    font-size: 15px;
    width: 190px;
  }

  .page .tb-style1 tbody tr td .birth-noto {
    display: block;
    margin: 0;
    margin-top: 5px;
  }

  .page .tb-style1 tbody tr td strong {
    font-size: 16px;
  }

  .page .page-btn {
    height: 50px;
    font-size: 17px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .page .tb-style1 {
    border-spacing: 0;
  }

  .page .tb-style1 tr {
    display: flex;
    flex-flow: column;
  }

  .page .tb-style1 tbody tr td, .page .tb-style1 tbody tr th {
    padding: 10px;
  }

  .page .tb-style1 tbody tr th {
    background-color: #fff7ed;
    padding: 10px 10px;
    width: calc(100% - 20px);
    border-top: 2px solid #FF8000;
  }

  .page .tb-style1 tbody tr td {
    margin-left: 0px;
    border: 0;
  }

  .page .page-btn {
    max-width: calc(100% - 40px);
  }

  .page .tb-style1 tbody tr td .btn {
    max-width: calc(100% - 20px);
  }
}

/* テーブルスタイル2 */
.page .tb-style2 {
  width: 100%;
}

.page .tb-style2 tr {
  border-bottom: 1px solid #CBCBCB;
}

.page .tb-style2 tr:first-child {
  border: 0;
}

.page .tb-style2 tr th, .page .tb-style2 tr td {
  padding: 30px 10px;
  text-align: center;
  vertical-align: middle;
}

.page .tb-style2 tr th {
  background-color: #FF8000;
  color: white;
}

.page .tb-style2 tr th {
  padding: 13px 10px;
}

@media screen and (max-width: 1250px) {
  .page .tb-style2 tr th, .page .tb-style2 tr td {
    padding: 20px 10px;
  }

  .page .tb-style2 tr th {
    line-height: 1.3;
    font-size: 15px;
    padding: 10px 10px;
  }

  .page .tb-style2 tr td {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .scroll {
    overflow-x: scroll;
  }
  .scroll table {
    width: 100%;
    min-width: 730px;
  }
}

/* お支払い情報ページ */
.page .payment .tb-style1 {
  margin-bottom: 70px;
}

.page .payment .payment-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.page .payment .payment-btn a {
  border: 2px solid #FF8000;
  color: #FF8000;
  width: 95px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.page .payment .payment-btn a.active {
  color: white;
  background-color: #FF8000;
}

.page .payment .payment-btn .tb-style2 {
  color: white;
  background-color: #FF8000;
}

@media screen and (max-width: 1250px) {
  .page .payment .tb-style1 {
    margin-bottom: 50px;
  }

  .page .payment .tb-style1 tbody tr td .tb-row {
    flex-flow: column;
    align-items: baseline;
  }

  .page .payment .payment-btn {
    flex-flow: wrap;
  }

  .page .payment .payment-btn a {
    width: auto;
    height: 35px;
    font-size: 18px;
    padding: 0 7px;
  }
}

/* プラン */
.page .plan .btn-row {
  gap: 40px;
}

@media screen and (max-width: 1250px) {
  .page .plan .btn-row {
    flex-flow: wrap;
    gap: 20px;
  }

  .page .plan .btn-row .btn {
    font-size: 18px;
  }
}

/* プラン変更 */
.plan-list .plan-select {
  display: flex;
  gap: 40px;
  flex-flow: wrap;
}

.plan-list .plan-select .plan-select-item {
  width: calc((100% / 2) - 80px);
  border-radius: 20px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.16);
  padding: 30px;
}

.plan-list .plan-select .plan-select-item input {
  margin: 0 auto 20px;
  display: flex;
  width: 25px;
  height: 25px;
}

.plan-list .plan-select .plan-select-item h3 {
  background-color: #44AEE5;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 10px;
}

.plan-list .plan-select .plan-select-item h3::before {
  content: unset;
}

.plan-list .plan-select .standard-plan h3 {
  background-color: #71C66B;
}

.plan-list .plan-select .premium-plan h3 {
  background-color: #FF8000;
}

.plan-list .plan-select .pro-plan h3 {
  background-color: #C20638;
}

.plan-list .plan-select .plan-select-item img {
  width: 100%;
  object-fit: cover;
  height: 18vw;
  max-height: 250px;
}

.plan-list .plan-select .plan-select-item p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
  color: #44AEE5;
}

.plan-list .plan-select .standard-plan p {
  color: #71C66B;
}

.plan-list .plan-select .premium-plan p {
  color: #FF8000;
}

.plan-list .plan-select .pro-plan p {
  color: #C20638;
}

.plan-list .plan-select .plan-select-item .plan-charge {
  color: black;
  font-size: 26px;
  text-align: center;
}

.plan-list .plan-select .plan-select-item .plan-charge strong {
  font-size: 52px;
  margin-right: 5px;
}

.plan-list .plan-select table {
  width: 100%;
}

.plan-list .plan-select table tr {
  border-bottom: 1px solid #707070;
}

.plan-list .plan-select table tr:first-child {
  border-top: 1px solid #707070;
}

.plan-list .plan-select table tr:last-child {
  border: 0;
}

.plan-list .plan-select table tr th, .plan-list .plan-select table tr td {
  padding: 20px 40px;
}

.plan-list .plan-select table tr th {
  font-size: 16px;
  text-align: left;
}

.plan-list .plan-select table tr td {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.plan-list .plan-select .plan-select-item.selected {
  background-color: #44AEE5;
}

.plan-list .plan-select .plan-select-item.selected h3 {
  color: #44AEE5;
  background-color: white;
}

.plan-list .plan-select .plan-select-item.selected p, .plan-list .plan-select .plan-select-item.selected .plan-charge, .plan-list .plan-select .plan-select-item.selected .plan-charge strong, .plan-list .plan-select .plan-select-item.selected table tr th, .plan-list .plan-select .plan-select-item.selected table tr td {
  color: white;
}

.plan-list .plan-select .plan-select-item.selected table tr:first-child {
  border-top: 1px solid white;
}

.plan-list .plan-select .plan-select-item.selected table tr {
  border-bottom: 1px solid white;
}

.plan-list .plan-select .plan-select-item.selected table tr:last-child {
  border: 0;
}


.plan-list .plan-select .standard-plan.selected {
  background-color: #71C66B;
}

.plan-list .plan-select .premium-plan.selected {
  background-color: #FF8000;
}

.plan-list .plan-select .pro-plan.selected {
  background-color: #C20638;
}

.plan-list .plan-select .standard-plan.selected h3 {
  color: #71C66B;
}

.plan-list .plan-select .premium-plan.selected h3 {
  color: #FF8000;
}

.plan-list .plan-select .pro-plan.selected h3 {
  color: #C20638;
}

.plan-list .btn-row {
  margin-top: 80px;
}

.plan-list .btn-row .btn {
  max-width: calc(400px - 40px);
}

.plan-list .plan-select .plan-select-item .btn {
  max-width: calc(100% - 40px);
  margin-top: 10px;
  height: 40px;
  font-size: 20px;
}


/* プラン変更完了 */
.plan-list-thanks p {
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .plan-list .plan-select table tr th, .plan-list .plan-select table tr td {
    padding: 20px 10px;
  }

  .plan-list .plan-select table tr th {
    font-size: 16px;
  }

  .plan-list .plan-select table tr td {
    font-size: 20px;
  }
  
  .plan-list .plan-select .plan-select-item h3 {
    font-size: 16px;
    height: 40px;
  }
  
  .plan-list .plan-select .plan-select-item p {
    font-size: 18px;
  }

  .plan-list .plan-select .plan-select-item .plan-charge strong {
    font-size: 44px;
  }

  .plan-list .plan-select .plan-select-item .plan-charge {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .plan-list .plan-select {
    flex-flow: column;
  }

  .plan-list .plan-select .plan-select-item {
    width: calc(100% - 60px);
    padding: 30px;
  }

  .plan-list .plan-select table tr th, .plan-list .plan-select table tr td {
    padding: 15px 5px;
  }

  .plan-list .plan-select .plan-select-item input {
    width: 20px;
    height: 20px;
  }
  
  .plan-list .plan-select table tr td {
    font-size: 18px;
  }

  .plan-list .plan-select table tr th {
    font-size: 15px;
  }

  .plan-list .plan-select .plan-select-item .plan-charge {
    font-size: 20px;
  }

  .plan-list .plan-select .plan-select-item .plan-charge strong {
    font-size: 39px;
  }

  .plan-list .plan-select .plan-select-item img {
    height: 40vw;
  }

  .plan-list .plan-select .plan-select-item .btn {
    font-size: 14px;
  }
}

/* 解約申し込み */
.cancel table {
  max-width: 1000px;
  margin: 0 auto;
}

.cancel .cancel-date {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cancel .cancel-date label {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cancel .cancel-date label select:first-child {
  width: 200px;
}

.cancel .cancel-date label select:last-child {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .cancel .cancel-date label select:first-child {
    width: 110px;
  }
  
  .cancel .cancel-date label select:last-child {
    width: 70px;
  }
}

/* 解約申し込み確認 */
.cancel-confirm form table {
  max-width: 1000px;
  margin: 0 auto;
}

/* 解約申し込み確認完了 */
.cancel-thanks p {
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .cancel-thanks p {
      text-align: left;
  }
}

/* 会員お知らせ一覧 */
.member-news .news-list li {
  display: flex;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid #CBCBCB;
  padding: 20px 0;
}

.member-news .news-list li div {
  width: 100%;
}

.member-news .news-list li p {
  font-size: 15px;
  font-weight: 400;
}

.member-news .news-list li .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.member-news .news-list li .btn {
  padding: 10px;
  min-width: 110px;
  max-width: 110px;
  font-size: 16px;
  height: 20px;
  border-radius: 0;
}

.member-news .news-list li .btn:after {
  content: unset;
}

.pager {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.pager li {
  width: 45px;
  background-color: #44AEE5;
  color: white;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager li.page-active {
  color: #44AEE5;
  background-color: white;
  border: 1px solid #44AEE5;
}

.pager li a {
  color: white;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .member-news .news-list li {
    flex-flow: wrap;
    gap: 15px;
  }

  .member-news .news-list li .btn {
    max-width: 100%;
  }

  .pager li {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .pager li a {
    font-size: 14px;
  }
}

.page .page-content p {
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}

.page .page-content .date {
  font-size: 18px;
  color: #44AEE5;
}

@media screen and (max-width: 1250px) {
  .page .page-content .date {
    font-size: 16px;
  }  
}

/* お知らせ詳細 */
.page .page-content .news-img {
  margin: 0 auto 20px;
  text-align: center;
}

/* 資格試験 */
.qualification .popup {
  cursor: pointer;
}

.qualification .song {
  width: 500px;
}

@media screen and (max-width: 1000px) {
  .qualification .song {
    width: 350px;
  }
}

/* 資格試験申請 */
.qualification-application .tb-noto {
  display: block;
  margin-top: 10px;
}

/* 沖縄文化研究カテゴリ一覧 */
.research-cat-list .research-cat-content, .research-cat .research-cat-content {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

.research-cat-list .research-cat-content .research-cat-item a, .research-cat .research-cat-content .research-cat-item a {
  display: flex;
  gap: 20px;
}

.research-cat-list .research-cat-content>div, .research-cat .research-cat-content>div {
  width: calc((100% / 2) - 25px);
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.research-cat-list .research-cat-content>div h3, .research-cat .research-cat-content>div h3 {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.research-cat-list .research-cat-content>div h3 .btn, .research-cat .research-cat-content>div h3 .btn {
  max-width: 130px;
  padding: 0;
  font-size: 12px;
  height: 25px;
  margin: 0;
}

.research-cat-list .research-cat-content>div h3 .btn::after, .research-cat .research-cat-content>div h3 .btn::after {
  content: unset;
}

.research-cat-list .research-cat-content .research-cat-img, .research-cat .research-cat-content .research-cat-img {
  min-width: 200px;
  max-width: 200px;
  height: 150px;
}

.research-cat-list .research-cat-content .research-cat-img img, .research-cat .research-cat-content .research-cat-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  .research-cat-list .research-cat-content, .research-cat .research-cat-content {
    flex-flow: column;
  }
  
  .research-cat-list .research-cat-content>div, .research-cat .research-cat-content>div {
    width: 100%;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .research-cat-list .research-cat-content .research-cat-item a, .research-cat .research-cat-content .research-cat-item a {
    flex-flow: column;
    gap: 10px;
  }
  
  .research-cat-list .research-cat-content .research-cat-img, .research-cat .research-cat-content .research-cat-img {
    min-width: 100%;
    max-width: 100%;
    height: 170px;
  }

  .research-cat-list .research-cat-content>div h3, .research-cat .research-cat-content>div h3 {
    flex-flow: wrap;
    gap: 5px;
  }
}

/* 沖縄文化研究カテゴリ一覧 */
.research-cat .research-cat-content>div {
  width: 100%;
}

/* 沖縄文化研究記事 */
.research-detail .detail-row {
  display: flex;
  gap: 40px;
}

.research-detail .detail-row p {
  width: 100%;
}

.research-detail .detail-row .detail-img {
  min-width: 400px;
  max-width: 400px;
  height: 250px;
}

.research-detail .detail-row .detail-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .research-detail h3 {
    margin: 50px 0 30px 0;
  }

  .research-detail .detail-row {
    flex-flow: column;
    gap: 0;
  }

  .research-detail .detail-row .detail-img {
    min-width: 100%;
    max-width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
}

/* 対面レッスン */
.about .about-copy {
  color: #44AEE5;
  text-align: center;
  background-color: unset;
  padding: 0;
}

.about .about-copy::before {
  content: unset;
}

.about .about-item>div {
  display: flex;
  gap: 30px;
}

.about .about-item div img { 
  max-width: 320px;
  width: 100%;
  height: fit-content;
}

.about .btn-row {
  margin-top: 70px;
}

.about .btn-row .form-btn:first-child {
  background-color: #FF8000;
  border: 2px solid #FF8000;
  color: white;
}

.about .btn-about {
  margin-top: 50px;
}

.about .btn-about .form-btn, .about .btn-about .form-btn:first-child {
  background-color: transparent;
  color: #FF8000;
  border: 2px solid #FF8000;
  display: flex;
  gap: 10px;
}

.about .btn-about .form-btn:first-child img {
  width: 30px;
}

@media screen and (max-width: 767px) {
  .about .about-copy {
    text-align: left;
  }

  .about .about-item div {
    flex-flow: column;
    align-items: center;
  }

  .about .btn-about {
    margin-top: 40px;
    gap: 20px!important;
  }

  .about .btn-about .form-btn, .about .btn-about .form-btn:first-child {
    width: calc(100% - 45px);
  }
}

/* オンラインレッスン */
.online .online-head {
  display: flex;
  gap: 20px;
  margin-bottom: 70px;
}

.online .online-head .online-head-copy, .online .online-head .online-head-img {
  width: 50%;
}

.online .online-head .online-head-copy p {
  line-height: 2;
}

.online .online-head .online-head-copy p:first-child {
  font-size: 18px;
  margin-bottom: 30px;
}

.online .online-head .online-head-copy span {
  font-size: 18px;
}

.online .online-head .online-head-copy span.blue {
  color: #0563c1;
}

.online .online-head .online-head-copy span.green {
  color: #0eb800;
}

.online .online-head .online-head-copy span.orange {
  color: #ff7500;
}

.online .online-title {
  text-align: center;
  padding: 20px 0;
  color: #44AEE5;
  font-size: 23px;
  background: unset;
}

.online .online-title::before {
  content: unset;
}

.online .online-service {
  display: flex;
  gap: 30px;
  text-align: center;
  margin-bottom: 80px;
}

.online .online-service img {
  max-width: 100%;
  max-height: 150px;
}

.online .online-service h4 {
  margin: 15px 0;
}

.online .online-service p {
  text-align: left;
  font-size: 14px;
}

.online .online-teacher {
  display: flex;
  flex-flow: wrap;
  gap: 40px;
  margin-top: 50px;
}

.online .online-teacher li {
  width: calc(50% - 20px);
}

.online .online-teacher li h4 {
  border: 2px solid #44AEE5;
  border-radius: 100px;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
}

.online .online-teacher li div {
  display: flex;
  gap: 50px 20px;
}

.online .online-teacher li div p {
  font-size: 14px;
}

.online .online-teacher li div img {
  object-fit: cover;
  width: 180px;
  height: 210px;
}

.online .btn-row .form-btn:first-child {
  background-color: #FF8000;
  border: 2px solid #FF8000;
  color: white;
}

.online .btn-row {
  margin-top: 70px;
}

@media screen and (max-width: 1000px) {
  .online .online-teacher li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .online .online-head {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .online .online-head .online-head-copy, .online .online-head .online-head-img {
    width: 100%;
  }

  .online .online-head .online-head-copy p:first-child {
    margin-bottom: 20px;
  }

  .online .online-head .online-head-copy p:first-child br {
    display: none;
  }

  .online .online-service {
    flex-flow: wrap;
  }

  .online .online-service li {
    width: calc(50% - 15px);
  }

  .online .online-service h4 {
    text-align: left;
  }
}

@media screen and (max-width: 450px) {
  .online .online-teacher li div {
    flex-flow: column;
    gap: 20px;
  }

  .online .online-teacher li div img {
    margin: 0 auto;
  }
}

/* 対面レッスン */
.introduction .introduction-box {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}

.introduction .introduction-box .introduction-item {
  width: calc(50% - 15px);
}

.introduction .introduction-box .introduction-item div {
  flex-flow: column;
  gap: 20px;
}

.introduction .introduction-box .introduction-item p {
  margin-top: 0;
}

.introduction .introduction-box .introduction-item div img {
  max-width: 100%;
}

.introduction .introduction-copy {
  color: #44AEE5;
  text-align: center;
  background-color: unset;
  padding: 0;
}

.introduction .introduction-copy::before {
  content: unset;
}

.introduction .introduction-item div {
  display: flex;
  gap: 30px;
  flex-flow: wrap;
}

.introduction .introduction-item p {
  margin-top: 20px;
}

.introduction .introduction-item div img { 
  max-width: 320px;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
}

.introduction .btn-row {
  margin-top: 70px;
}

.introduction .btn-row .form-btn:first-child {
  background-color: #FF8000;
  border: 2px solid #FF8000;
  color: white;
}

.introduction-copy {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .introduction .introduction-item div {
    flex-flow: column;
  }

  .introduction .introduction-box .introduction-item {
    width: 100%;
  }

  .introduction .introduction-item div img { 
    max-height: max-content;
  }
}

/* パスワードをリセット */
.page .reminder-password form {
  background-color: #f8f8f8;
  padding: 70px 150px;
}

.page .reminder-password form label {
  color: #545454;
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}

.page .reminder-password form input {
  width: calc(100% - 22px);
  border: 1px solid #CBCBCB;
  padding: 0px 10px;
  outline: unset;
  height: 40px;
}

.page .reminder-password form button {
  background-color: #44AEE5;
  border: 0;
  padding: 10px 20px;
  border-radius: 100px;
  color: white;
  width: 100%;
  font-size: 20px;
  height: 60px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page .reminder-password a {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1250px) {
  .page .reminder-password form {
    padding: 50px 70px;
  }

  .page .reminder-password form label {
    font-size: 16px;
  }

  .page .reminder-password form button {
    font-size: 17px;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .page .reminder-password form {
    padding: 40px 20px;
  }
  .page .reminder-password form button {
    font-size: 14px;
  }
}


/* メールアドレスをリセット */
.page .reminder-mail form {
  background-color: #f8f8f8;
  padding: 70px 150px;
}

.page .reminder-mail form>div {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-bottom: 20px;
}

.page .reminder-mail form label {
  color: #545454;
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}

.page .reminder-mail form input {
  width: calc(100% - 22px);
  border: 1px solid #CBCBCB;
  padding: 0px 10px;
  outline: unset;
  height: 40px;
}

.page .reminder-mail select {
  border: 1px solid #CBCBCB;
  max-width: 260px;
  width: 100%;
  height: 45px;
  padding: 0px 5px;
  outline: unset;
}

.page .reminder-mail form button {
  background-color: #44AEE5;
  border: 0;
  padding: 10px 20px;
  border-radius: 100px;
  color: white;
  width: 100%;
  font-size: 20px;
  height: 60px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page .reminder-mail a {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1250px) {
  .page .reminder-mail form {
    padding: 50px 70px;
  }

  .page .reminder-mail form label {
    font-size: 16px;
  }

  .page .reminder-mail form button {
    font-size: 17px;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .page .reminder-mail form {
    padding: 40px 20px;
  }
  .page .reminder-mail form button {
    font-size: 14px;
  }
}

/* レッスン動画一覧 */
.lesson .lesson-list {
  display: flex;
  flex-flow: wrap;
  gap: 60px 40px;
}

.lesson .lesson-list li {
  width: 100%;
  max-width: calc((100% / 3) -  27px);
}

.lesson .lesson-list li div {
  margin-bottom: 5px;
}

.lesson .lesson-list li div iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
}

.lesson .lesson-list li .lesson-class {
  background-color: #4b4b4b;
  color: white;
  padding: 7px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.lesson .lesson-list li .btn {
  font-size: 16px;
  padding: 0 10px;
  margin: 20px auto 0;
  height: 40px;
}

.lesson .lesson-list li .btn::after {
  content: unset;
}

@media screen and (max-width: 1250px) {
  .lesson .lesson-list li .btn {
    max-width: calc(100% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .lesson .lesson-list {
    gap: 50px 30px;
  }

  .lesson .lesson-list li {
    max-width: calc((100% / 2) - 15px);
  }
}

@media screen and (max-width: 500px) {
  .lesson .lesson-list li {
    max-width: 100%;
  }
}

/* 動画レッスン */
.lesson-detail .lesson-title {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.lesson-detail .lesson-title p {
  font-weight: bold;
}

.lesson-detail .lesson-title h3 {
  padding: 10px 20px;
  margin: 0;
  background-color: #e2e2e2;
  min-width: 120px;
  text-align: center;
}

.lesson-detail .lesson-title h3::before {
  content: unset;
}

.lesson-detail .lesson-description {
  margin-bottom: 30px;
}

.lesson-detail .lesson-movie iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
}

.lesson-detail .lesson-advice {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 40px;
}

.lesson-detail .lesson-advice h3 {
  padding: 10px 20px;
  margin: 0;
  background-color: #ffdfc7;
  min-width: 120px;
  text-align: center;
  font-size: 20px;
}

.lesson-detail .lesson-advice h3::before {
  content: unset;
}

.lesson-detail .lesson-btn {
  padding: 10px 20px;
  font-size: 20px;
  height: auto;
  border-radius: 0;
  max-width: calc(320px - 40px);
  margin: 70px auto 0;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8000;
  color: white;
  width: 100%;
}

.lesson-detail .btn {
  border-radius: 0;
  margin: 30px auto 0;
  font-size: 16px;
  background-color: #e2e2e2;
  color: unset;
  padding: 10px 10px;
  height: auto;
  max-width: 200px;
}

.lesson-detail .btn::after {
  content: unset;
}

@media screen and (max-width: 767px) {
  .lesson-detail .lesson-title {
    flex-flow: column;
    gap: 20px;
  }

  .lesson-detail .lesson-advice {
    flex-flow: column;
    gap: 20px;
  }

  .lesson-detail .lesson-advice h3 {
    min-width: calc(100% - 40px);
    font-size: 18px;
    line-height: 1.3;
  }

  .lesson-detail .lesson-btn {
    max-width: calc(100% - 40px);
    font-size: 16px;
  }

  .lesson-detail .btn {
    margin: 20px auto 0;
    font-size: 14px;
    max-width: calc(100% - 20px);
  }
}

/* 掲示板 */
.bbs .bbs-form {
  position: relative;
  background-color: #fff7dd !important;
  box-shadow: unset!important;
  background-image: linear-gradient(110deg, rgb(255 252 202), rgb(255 236 212));
  padding: 70px;
  border-radius: 40px;
}

.bbs .bbs-form::before {
  position: absolute;
  content: "";
  width: 190px;
  height: 170px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./../img/page/bbs01.svg);
  right: -40px;
  top: -40px;
}

.bbs .bbs-form form table tbody tr td .file {
  background-color: white;
}

.bbs .bbs-list {
  margin-top: 70px;
}

.bbs .bbs-list .bbs-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bbs .bbs-list .bbs-list-head .bbs-list-date {
  display: flex;
  gap: 20px;
}

.bbs .bbs-list .bbs-list-head .bbs-list-delete {
  background-color: #535353;
  color: white;
  padding: 5px 30px;
}

.bbs .bbs-list .bbs-list-content {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 30px;
}

.bbs .bbs-list .bbs-list-content p {
  border: 1px solid black;
  padding: 10px;
}


@media screen and (max-width: 767px) {
  .bbs .bbs-form {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .bbs .bbs-form::before {
    right: -40px;
    top: -40px;
    width: 140px;
    height: 120px;
  }

  .bbs .bbs-form form table tbody tr th {
    background-color: #ffed9f;
  }
}

/* お問い合わせ */
.contact .tb-row span {
  word-break: keep-all;
}

.contact-confirm .privacy {
  text-align: center;
}

.contact-thanks p {
  text-align: center;
}

/* 運営事務局 */
.office .office-map {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.office iframe {
  width: 100%;
  height: 100%;
}

.office table {
  width: 100%;
}

.office table th {
  background-color: #dfdfdf;
}

.office table th, .office table td {
  padding: 15px 15px;
  border-bottom: 1px solid white;
}

@media screen and (max-width: 767px) {
  .office .office-map {
    height: 230px;
  }

  .office table th, .office table td {
    display: block;
  }
}

/* プライバシーポリシー */
.privacy p {
  margin-bottom: 20px;
  line-height: 2;
}

/* 特定商取引法に基づく表記 */
.tokushoho ol {
  list-style-type: auto;
  padding-left: 20px;
}

.tokushoho p {
  /* margin-bottom: 30px; */
}

.tokushoho hr {
  margin-bottom: 20px;
  border: 0;
}

.tokushoho a {
  text-decoration: underline;
}


/* お問い合わせ利用規約 */
.rule {
  margin-bottom: 30px;
}

.rule label {
  font-size: 14px;
}

.modal {
  position: relative;
}

.modal-btn {
  text-decoration: underline;
  cursor: pointer;
  margin: 10px 0;
}

.modal-window {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  background-color: white;
  padding: 50px 20px 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  max-height: 500px;
  overflow-y: scroll;
}

.modal-content ol {
  list-style-type: auto;
  padding-left: 20px;
}

.modal-content ol li, .modal-content ul li {
  margin-bottom: 10px!important;
  word-wrap: break-word;
}

.modal-content h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.modal-content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #44AEE5;
  margin: 25px 0 15px;
}

.modal-content p, .modal-content ol li, .modal-content ul li {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.about-ff .about-ff-title {
  position: relative;
}

.about-ff .about-ff-title::after {
  position: absolute;
  content: "";
  background-image: url(./../img/common/headline2.svg);
}

.about-ff .copy {
  font-size: 32px!important;
  color: #F7931E!important;
  font-weight: bold!important;
  margin-bottom: 20px!important;
}

.about-ff .copy::after {
  content: unset;
}

.about-ff .copy span {
  display: block;
  margin-top: 30px;
}

.about-ff .about-ff-copy {
  display: flex;
  gap: 50px;
}

.about-ff .about-ff-copy .copy-img {
  min-width: 240px;
  margin-top: -130px;
}

@media screen and (max-width: 1000px) {
  .about-ff .about-ff-copy .copy-img {
    min-width: 160px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-ff .copy {
    margin-bottom: 0px !important;
  }

  .about-ff .about-ff-copy {
    flex-flow: column;
    align-items: center;
    gap: 20px;
  }

  .about-ff .about-ff-copy .copy-img {
    max-width: 160px;
  }
}

.about-ff .btn-about .form-btn {
  max-width: 240px;
}

.about-ff .btn-about .form-btn img {
  width: 20px;
}

.about-ff .btn-about .form-btn:last-child {
  background-color: #F7931E;
  color: white;
  border: 0;
}

.about-ff .about-flow {
  display: flex;
  flex-flow: wrap;
  gap: 70px;
}

.about-ff .about-flow .about-flow-item {
  width: calc((100% / 3) - 47px);
  position: relative;
}

.about-ff .about-flow .about-flow-item::after {
  content: "";
  position: absolute;
  background: #CCCCCC;
  height: calc(tan(60deg) * 60px / 2);
  width: 40px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -60px;
}

.about-ff .about-flow .about-flow-item:nth-child(3)::after {
  top: unset;
  bottom: -60px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 50px;
  height: 40px;
}

.about-ff .about-flow .about-flow-item:nth-child(4)::after, .about-ff .about-flow .about-flow-item:nth-child(5)::after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  right: -55px;
}

.about-ff .about-flow .about-flow-item:nth-child(6)::after {
  content: unset;
}

.about-ff .about-flow .about-flow-item .about-flow-img {
  margin-bottom: 5px;
}

.about-ff .about-flow .about-flow-item .about-flow-img p {
  position: absolute;
  background-color: #F7931E;
  color: white;
  transform: rotate(-10deg);
  padding: 2px 9px;
  left: -6px;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .about-ff .about-flow {
    flex-flow: column;
  }

  .about-ff .about-flow .about-flow-item {
    width: 100%;
  }

  .about-ff .about-flow .about-flow-item::after {
    top: unset;
    bottom: -60px;
    left: 0;
    right: 0!important;
    clip-path: polygon(0 0, 100% 0, 50% 100%)!important;
    width: 50px;
    height: 40px;
  }

}

.about-ff .about-image>div div {
  width: calc(100% / 3);
}

.about-ff .about-image>div div img {
  object-fit: cover;
  height: 250px!important;
}

@media screen and (max-width: 767px) {
  .about-ff .about-image>div div {
    width: 100%;
    text-align: center;
  }
}

.about-ff .about-point .about-point-item {
  margin-bottom: 50px;
}

.about-ff .about-point .about-point-item h4 {
  position: relative;
  padding: 3px 15px;
  display: flex;
  align-items: center;
}

.about-ff .about-point .about-point-item h4::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #F7931E;
}

.about-ff .about-point .about-point-item img {
  object-fit: cover;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .about-ff .about-point .about-point-item:nth-child(odd) {
    flex-flow: column-reverse;
  }
}

.about-ff .about-point .about-point-cont {
  background-color: #FBF0EB;
  border: 1px solid #FBB03B;
  padding: 30px 30px;
  border-radius: 20px;
  justify-content: center;
  gap: 50px;
}

.about-ff .about-point .about-point-cont p span {
  color: #F77E00;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  align-items: center;
}

.about-ff .about-point .about-point-cont img {
  width: 50px;
}

.about-ff .about-plan table {
  margin: 50px auto;
  width: 100%;
}

.about-ff .about-plan table tr {
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
}

.about-ff .about-plan table th, .about-ff .about-plan table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.about-ff .about-plan table td span {
  font-size: 25px;
  margin-right: 5px;
}

.about-ff .about-plan table th {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.about-ff .about-plan table th span {
  color: white;
  display: block;
}

.about-ff .about-plan table th:nth-child(2) {
  background-color: #8CC63F;
}

.about-ff .about-plan table th:last-child {
  background-color: #FF931E;
}

@media screen and (max-width: 767px) {
  .about-ff .about-plan table th, .about-ff .about-plan table td {
    padding: 7px;
    font-size: 12px;
  }

  .about-ff .about-plan table th {
    font-size: 13px;
  }

  .about-ff .about-plan table td span {
    font-size: 16px;
  }
}

.about-ff .about-interview .about-interview-item {
  margin-bottom: 50px;
}

.about-ff .about-interview .about-interview-item h4 {
  position: relative;
  padding: 3px 15px;
  display: flex;
  align-items: center;
}

.about-ff .about-interview .about-interview-item h4::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #F7931E;
}

.about-ff .about-interview .about-interview-item img {
  object-fit: cover;
  height: 250px;
  min-width: 300px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .about-ff .about-interview .about-interview-item:nth-child(odd) {
    flex-flow: column-reverse;
  }
}

.about-ff .about-teacher {
  display: flex;
  gap: 70px;
  align-items: baseline;
  justify-content: space-around;
  background-image: url(./../img/page/about-teacher-bg.jpg);
  background-size: cover;
  border-radius: 20px;
  padding: 40px 50px;
}

.about-ff .about-teacher .about-teacher-item .about-teacher-name {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 28px;
}

.about-ff .about-teacher .about-teacher-item .about-teacher-name span {
  
}

.about-ff .about-teacher .about-teacher-item {
  width: 320px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.about-ff .about-teacher .about-teacher-item img {
  border-radius: 10px;
  width: 100%;
}

.about-ff .about-teacher .about-teacher-item h4 {
  margin: 0;
}

.about-ff .about-teacher-table {
  margin: 50px auto;
}

.about-ff .about-teacher-table tbody td, .about-ff .about-teacher-table tbody th {
  padding: 15px;
}

.about-ff .about-teacher-table tbody th {
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .about-ff .about-teacher {
    gap: 60px!important;
    padding: 40px 30px;
  }

  .about-ff .about-teacher .about-teacher-item {
    width: 100%;
  }

  .about-ff .about-teacher-table tbody td, .about-ff .about-teacher-table tbody th {
    display: block;
    width: calc(100% - 20px);
    padding: 10px;
  }
}

.member-column-detail .page-content .fl-r {
  float: right;
  max-width: 390px;
  padding: 7px 0px 20px 20px;
}

.member-column-detail .page-content h3 {
  clear: both;
}

.member-column-detail .btn-row {
  clear: both;
}

.member-column-detail .btn-row .btn:nth-child(n+2) {
  background-color: #ec7b15;
}

.member-column-detail .column {
  margin-top: 40px;
  width: 100%;
  padding: 50px 0 0;
}

.member-column-detail .column h2 {
  text-align: left;
  border-bottom: 2px solid #231815;
  padding-bottom: 20px;
}

.member-column-detail .column h2:after {
  content: unset;
}

@media screen and (max-width: 767px) {
  .member-column-detail .page-content .fl-r {
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
    float: unset;
  }  
}

.page-sp-price {
  text-align: center;
  margin: 30px 0;
}

.page-sp-price img {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .page-sp-price img {
    width: 100%;
  }
}