@charset "UTF-8";
.my-heading:after, .my-heading:before {
  position: absolute;
  bottom: 0;
  height: 2px;
  display: block;
  content: "";
}

.my-heading {
  color: #e9be54;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 16px;
}

@media (max-width: 834px) {
  .my-heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.my-heading:before {
  left: 0;
  width: 100%;
  background: #efe3f2;
  z-index: 0;
}

.my-heading:after {
  left: 0;
  width: 100px;
  z-index: 1;
  background: #884f9c;
}
.my-heading-02 {
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .my-heading-02 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.my-heading-03 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .my-heading-03 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.my-button-noicon i {
  margin-right: 12px;
}
.my-button-noicon a:after {
  display: none !important;
}

.my-container {
  padding: 90px 20px 0 20px;
}
@media (max-width: 834px) {
  .my-container {
    padding: 90px 0 0 0;
  }
}

.my-section {
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .my-section {
    margin-bottom: 32px;
  }
}
.my-section:last-child {
  margin-bottom: 0;
}

.my-box {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 80%;
  margin: 0 auto;
  background: rgba(200, 200, 200, 0.1);
  max-width: 680px;
  margin-bottom: 48px;
}
@media (max-width: 834px) {
  .my-box {
    padding: 12px;
    width: 100%;
  }
}
.my-box-full {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  background: rgba(200, 200, 200, 0.1);
  margin-bottom: 48px;
box-sizing: border-box;
}
@media (max-width: 834px) {
  .my-box-full {
    padding: 12px;
    width:auto;
box-sizing: border-box;
  }
}
.my-box-heading {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 834px) {
  .my-box-heading {
    font-size: 16px;
  }
}
.my-box .in-box {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px;
}
@media (max-width: 834px) {
  .my-box .in-box {
    width: 100%;
  }
}
.my-box .in-box-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 834px) {
  .my-box .in-box-heading {
    font-size: 14px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.my-box .in-box-text {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 834px) {
  .my-box .in-box-text {
    font-size: 12px;
  }
}

.my-link {
  text-decoration: underline;
  color: #884f9c;
  font-size: 14px;
  margin-bottom: 16px;
  position: relative;
}
.my-link:after {
  position: absolute;
  top: 50%;
  right: -16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #884f9c;
  border-right: 2px solid #884f9c;
  transform: translateY(-50%) rotate(45deg);
}
.my-link:before {
  position: absolute;
  top: 50%;
  right: -16px;
  content: "";
  height: 2px;
  width: 12px;
  background: #884f9c;
  transform: translateY(-50%);
}
.my-link.noicon:after, .my-link.noicon:before {
  display: none;
}

.my-list {
  display: flex;
  margin-bottom: 48px;
}
@media (max-width: 834px) {
  .my-list {
    flex-direction: column;
  }
}
.my-list li {
  margin: 0 36px 0 12px;
}
@media (max-width: 834px) {
  .my-list li {
    margin: 0;
  }
}
.my-list-center {
  justify-content: center;
}

.my-list-notice {
  margin-top: 12px;
}
.my-list-notice li {
  font-size: 12px;
}

.my-text\:right, .my-text\:center, .my-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .my-text\:right, .my-text\:center, .my-text {
    margin-bottom: 12px;
  }
}

.my-text\:center {
  text-align: center;
}
.my-text\:right {
  text-align: right;
}
.my-text\:inline {
  font-size: 12px;
  display: inline;
}

.my-text\:strong {
  font-weight: bold;
}
.my-text\:strong .strong {
  color: #ff2e67;
}

.my-text-caution {
  color: #ff2e67;
  margin-bottom: 8px;
  font-size: 12px;
  margin-left: 8px;
}

.my-table {
  display: flex;
}
@media (max-width: 834px) {
  .my-table {
    flex-direction: column;
  }
}
.my-table-item {
  width: 33%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 834px) {
  .my-table-item {
    padding: 8px;
    width: auto;
    border-top: 0;
  }
}
.my-table-item:first-child {
  justify-content: start;
}
@media (max-width: 834px) {
  .my-table-item:nth-child(2) {
    border-bottom: 0;
  }
}
.my-table-item-head {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .my-table-item-head {
    font-size: 16px;
  }
}
.my-table-item .admin-button {
  width: 80%;
}

.my-pagenation-list {
  display: flex;
  justify-content: center;
}
.my-pagenation-list li {
  border: 1px solid #ccc;
  margin: 0 12px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  background: rgba(200, 200, 200, 0.1);
  cursor: pointer;
}
@media (max-width: 834px) {
  .my-pagenation-list li {
    width: 32px;
    height: 32px;
    margin: 0 4px;
    font-size: 12px;
  }
}
.my-pagenation-list li:hover {
  opacity: 0.6;
}
.my-pagenation-list li.dots {
  border: 0;
  background: none;
  pointer-events: none;
}
.my-pagenation-list li.dots:hover {
  opacity: 1;
}
.my-pagenation-list li.all {
  width: auto;
  padding: 0 24px;
}
@media (max-width: 834px) {
  .my-pagenation-list li.all {
    padding: 0 12px;
  }
}
.my-pagenation-list li.prev, .my-pagenation-list li.next {
  width: 80px;
}
.my-pagenation-list li.active {
  background-color: #ddd;
}
@media (max-width: 834px) {
  .my-pagenation-list li.prev, .my-pagenation-list li.next {
    width: 48px;
  }
}

.c-image\:block {
  max-width: 480px;
  width: 100%;
}
.c-image\:block img {
  width: 100%;
  max-width: 100%;
}

.my-label-regist {
  padding: 8px 36px;
  background: #ff2e67;
  color: #fff;
  font-size: 16px;
  text-align: center;
  min-width: 100px;
  cursor: pointer;
}
.my-label-regist a {
  color: #fff;
}
@media (max-width: 834px) {
  .my-label-regist {
    font-size: 12px;
    padding: 4px 36px;
  }
}
.my-label-unregist {
  padding: 8px 36px;
  background: rgb(160, 160, 160);
  color: #fff;
  text-align: center;
  font-size: 16px;
  min-width: 100px;
  cursor: pointer;
}
@media (max-width: 834px) {
  .my-label-unregist {
    font-size: 12px;
    padding: 8px 36px;
  }
}

.my-reminder-label {
  margin-bottom: 8px;
}
.my-reminder-input {
  margin-bottom: 24px;
}
.my-reminder-error {
  border: 1px solid #ff2e67;
  background: #fff;
  color: #ff2e67;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 24px;
}

.my-index-message-list {
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .my-index-message-list {
    margin-top: 24px;
  }
}
.my-index-message-list li {
  width: 100% !important;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 834px) {
  .my-index-message-list li {
    padding: 8px;
  }
}
.my-index-message-list li .block {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 834px) {
  .my-index-message-list li .block {
    flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.my-index-message-list li * {
  box-sizing: border-box;
}
.my-index-message-list li:first-child {
  border-top: 1px solid #ccc;
}
.my-index-message-list li label {
  width: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  .my-index-message-list li label {
    position: relative;
    flex-direction: column;
    padding-left: 38px;
  }
}
.my-index-message-list li label i {
  margin-right: 8px;
}
@media (max-width: 834px) {
  .my-index-message-list li label i {
    display: none;
  }
}
.my-index-message-list li span {
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  display: inline-block;
}
@media (max-width: 834px) {
  .my-index-message-list li span {
    border-right: 0;
    padding: 0;
  }
}
.my-index-message-list li span.address {
  width: 20%;
}
@media (max-width: 834px) {
  .my-index-message-list li span.address {
    width: 100%;
  }
}
.my-index-message-list li span.message {
  padding-left: 24px;
  width: 70%;
  text-align: left;
  font-weight: normal;
  min-width: 450px;
}
@media (max-width: 834px) {
  .my-index-message-list li span.message {
    padding-left: 0;
    width: 100%;
    font-size: 12px;
    min-width: auto;
  }
}
.my-index-message-list li span.day {
  font-weight: normal;
  width: 140px;
  border-right: 0;
  text-align: right;
}
@media (max-width: 834px) {
  .my-index-message-list li span.day {
    font-size: 12px;
    width: 100%;
  }
}

.my-index-message-list li label:after {
  top: -19px !important;
}
@media (max-width: 834px) {
  .my-index-message-list li label:after {
    top: -14px !important;
  }
}

.my-message-button {
  margin: 0 !important;
}

.my-message-use-column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 20px;
}
@media (max-width: 834px) {
  .my-message-use-column {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.my-message-use-column-item:first-child {
  margin-right: 100px;
}
@media (max-width: 834px) {
  .my-message-use-column-item:first-child {
    margin-right: 0;
  }
}
.my-message-use-column-item i {
  margin-left: 12px;
}
.my-message-use-column-item-child {
  display: flex;
  gap: 40px;
}
@media (max-width: 834px) {
  .my-message-use-column-item-child {
    gap: 10px;
    flex-direction: column;
  }
}
.my-message-use-column label {
  font-weight: bold;
}

.message-item-body {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .message-item-body {
    margin-bottom: 64px;
  }
}
.message-item-body .message-item-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 48px;
  line-height: 1.6;
  padding-bottom: 8px;
  border-bottom: #0070bc 1px solid;
}
@media (max-width: 834px) {
  .message-item-body .message-item-heading {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.message-item-body .message-item-day {
  font-size: 14px;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .message-item-body .message-item-day {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
.message-item-body .message-item-heading-sub {
  margin-top: 64px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  border-left: 4px solid #ccc;
  padding-left: 8px;
}
@media (max-width: 834px) {
  .message-item-body .message-item-heading-sub {
    font-size: 18px;
    margin-top: 32px;
  }
}
.message-item-body .message-item-image {
  margin-bottom: 16px;
  margin: 0 auto;
  text-align: center;
}
.message-item-body .message-item-image img {
  margin: 0 auto;
  max-width: 100%;
}
.message-item-body .message-item-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media (max-width: 834px) {
  .message-item-body .message-item-text {
    font-size: 14px;
  }
}

.message-add-button {
  margin-top: 64px;
  text-align: center;
}

.message-add-content {
  margin-top: 32px;
}
.message-add-content textarea {
  font-size: 14px;
  line-height: 2;
  width: 100%;
  padding: 24px;
}

.my-message-send-content {
  margin-bottom: 48px;
}
.my-message-send-content .my-message-send-date {
  font-size: 12px;
}
.my-message-send-content .my-message-send-heading {
  font-size: 24px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
.my-message-send-content .my-message-send-block p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.message-title {
  border-bottom: 2px solid #0070bc;
  margin-bottom: 24px;
  font-weight: bold;
  padding-bottom: 14px;
}

.my-user-detail {
  margin-bottom: 64px;
}
.my-user-detail-table {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 834px) {
  .my-user-detail-table {
    flex-direction: column;
    font-size: 14px;
  }
}
.my-user-detail-table * {
  box-sizing: border-box;
}
.my-user-detail-table dt {
  width: 240px;
  margin: 0;
  background: rgba(200, 200, 200, 0.1);
  border-bottom: 1px solid #ccc;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .my-user-detail-table dt {
    width: 100%;
  }
}
.my-user-detail-table dd {
  font-size: 16px;
  padding: 12px 24px;
  margin: 0;
  width: calc(100% - 240px);
  border-bottom: 1px solid #ccc;
}
@media (max-width: 834px) {
  .my-user-detail-table dd {
    width: 100%;
    font-size: 14px;
  }
}
.my-user-detail-table.big dt {
  width: 360px;
}
@media (max-width: 834px) {
  .my-user-detail-table.big dt {
    width: 100%;
    font-size: 14px;
  }
}
.my-user-detail-table.big dd {
  width: calc(100% - 360px);
}
@media (max-width: 834px) {
  .my-user-detail-table.big dd {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }
}

.my-user-edit-input {
  display: flex;
  align-items: center;
}
@media (max-width: 834px) {
  .my-user-edit-input {
    padding: 0 8px;
  }
}
.my-user-edit-input .label {
  font-size: 14px;
  margin-right: 8px;
}
@media (max-width: 834px) {
  .my-user-edit-input .label {
    font-size: 12px;
  }
}
.my-user-edit-input .label.end {
  margin-left: 8px;
  margin-right: 0;
}
.my-user-edit-input .label.one-empty {
  width: 14.5px;
}
.my-user-edit-input.big {
  margin-bottom: 24px;
}
.my-user-edit-input.big .label {
  width: 240px;
}
.my-user-edit-column {
  display: flex;
}
.my-user-edit-column.block {
  display: block;
}
.my-user-edit-column-item {
  padding: 0 24px;
  width: 50%;
}
@media (max-width: 834px) {
  .my-user-edit-column-item {
    padding: 0;
  }
}
.my-user-edit-column-item.single {
  width: 100%;
}
.my-user-edit-column-item .input-block {
  width: 100%;
  display: block;
}

.edit-confirm-image {
  margin-top: 24px;
  max-width: 240px;
}

.edit-notice {
  font-size: 12px;
}

.my-user-edit-inline {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  margin-right: 24px;
}

.my-user-edit-end-label-column {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .my-user-edit-end-label-column {
    flex-direction: column;
    margin-bottom: 48px;
  }
}
.my-user-edit-end-label-column-item {
  border: 1px solid #ccc;
  padding: 4px 20px;
  font-size: 14px;
  color: #000;
  background: rgba(200, 200, 200, 0.1);
}
@media (max-width: 834px) {
  .my-user-edit-end-label-column-item {
    padding: 12px;
  }
}

.my-user-edit-end-check {
  margin: 0 auto;
  margin-top: 36px;
  text-align: center;
}

.my-consider-content {
  margin-bottom: 120px;
  margin-top: 64px;
}
@media (max-width: 834px) {
  .my-consider-content {
    margin-bottom: 64px;
    margin-top: 32px;
  }
}
.my-consider-content .my-consider-item {
  margin-bottom: 64px;
  border: 2px solid #ccc;
  border-radius: 12px;
}
@media (max-width: 834px) {
  .my-consider-content .my-consider-item {
    margin-bottom: 32px;
  }
}
.my-consider-content .my-consider-head {
  border-bottom: 2px solid #ccc;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  .my-consider-content .my-consider-head {
    padding: 12px;
    flex-direction: column;
  }
}
@media (max-width: 834px) {
  .my-consider-content .my-consider-head-left {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .my-consider-content .my-consider-head-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.my-consider-content .my-consider-body {
  padding: 24px;
}
@media (max-width: 834px) {
  .my-consider-content .my-consider-body {
    padding: 12px;
  }
}
.my-consider-content .my-consider-footer {
  background: rgba(200, 200, 200, 0.1);
  padding: 24px;
  border-top: 2px solid #ccc;
}
@media (max-width: 834px) {
  .my-consider-content .my-consider-footer {
    padding: 12px;
  }
}
.my-consider-content .consider-head-caption {
  font-size: 14px;
  margin-bottom: 8px;
}
.my-consider-content .consider-head-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 834px) {
  .my-consider-content .consider-head-title {
    font-size: 16px;
  }
}
.my-consider-content .consider-head-label-list {
  display: flex;
}
.my-consider-content .consider-head-label-list li {
  margin: 0 16px 0 0;
  background: #ddd;
  padding: 2px 20px;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .my-consider-content .consider-head-label-list li {
    padding: 2px;
    font-size: 10px;
  }
}
.my-consider-content .consider-boy-catch {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .my-consider-content .consider-boy-catch {
    font-size: 18px;
  }
}
.my-consider-content .consider-body-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 834px) {
  .my-consider-content .consider-body-column {
    flex-direction: column;
  }
}
.my-consider-content .consider-body-column-item {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .my-consider-content .consider-body-column-item {
    width: 100%;
    flex-direction: column;
  }
}
.my-consider-content .consider-body-label {
  background: #a97cb6;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 6px 12px 6px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  width: 100%;
  max-width: 200px;
  margin-right: 12px;
  text-align: center;
}
@media (max-width: 834px) {
  .my-consider-content .consider-body-label {
    width: 100%;
    display: block;
    max-width: none;
    margin-bottom: 8px;
  }
}
.my-consider-content .consider-head-limit {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .my-consider-content .consider-head-limit {
    font-size: 14px;
  }
}
.my-consider-content .consider-head-limit span {
  font-size: 36px;
  position: relative;
  top: 4px;
  font-weight: bold;
  color: #e9be54;
}
@media (max-width: 834px) {
  .my-consider-content .consider-head-limit span {
    line-height: 1.2;
  }
}
@media (max-width: 834px) {
  .my-consider-content .consider-head-days {
    font-size: 12px;
  }
}
.my-consider-content .consider-body-text {
  font-size: 14px;
}
@media (max-width: 834px) {
  .my-consider-content .consider-body-text {
    width: 100%;
  }
}
.my-consider-content .consider-body-text.strong {
  font-weight: bold;
}
.my-consider-content .consider-footer-button-list {
  display: flex;
  justify-content: flex-end;
}
.my-consider-content .consider-footer-button-delete {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 4px 24px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 12px;
}
@media (max-width: 834px) {
  .my-consider-content .consider-footer-button-delete {
    padding: 4px;
    font-size: 14px;
  }
}
.my-consider-content .consider-footer-button-add {
  background: #e9be54;
  border: 1px solid #e9be54;
  border-radius: 6px;
  padding: 4px 24px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 0 12px;
  color: #fff;
}

@media (max-width: 834px) {
  .my-consider-content .consider-footer-button-add {
    padding: 4px 10px;
    font-size: 14px;
  }

}

.my-redume-table {
  margin-top: 24px;
}

.my-redume-anchor-list {
  display: flex;
  flex: 1;
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .my-redume-anchor-list {
    flex-direction: column;
  }
}
.my-redume-anchor-list li {
  border: 1px solid #ccc;
  border-right: 0;
}
@media (max-width: 834px) {
  .my-redume-anchor-list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
.my-redume-anchor-list li:first-child {
  border-radius: 12px 0 0 12px;
}
@media (max-width: 834px) {
  .my-redume-anchor-list li:first-child {
    border-radius: 12px 12px 0 0;
  }
}
.my-redume-anchor-list li:last-child {
  border-radius: 0 12px 12px 0;
  border-right: 1px solid #ccc;
}
@media (max-width: 834px) {
  .my-redume-anchor-list li:last-child {
    border-radius: 0 0 12px 12px;
  }
}
.my-redume-anchor-list li a {
  display: block;
  background: rgba(200, 200, 200, 0.1);
  padding: 10px 20px;
  font-size: 14px;
}
@media (max-width: 834px) {
  .my-redume-anchor-list li a {
    font-size: 12px;
  }
}
.my-redume-anchor-list li a i {
  margin-left: 4px;
}

.my-redume-icon-list {
  display: flex;
  margin-bottom: 16px;
  justify-content: flex-end;
}
.my-redume-icon-list li {
  margin: 0 12px;
}
.my-redume-icon-list li a {
  border: 1px solid #ccc;
  padding: 8px 24px 8px 24px;
  display: flex;
  background: rgba(200, 200, 200, 0.1);
  border-radius: 12px;
  align-items: center;
}
.my-redume-icon-list li a .my-redume-icon {
  margin-right: 8px;
}
.my-redume-icon-text {
  text-align: center;
}
.my-redume-icon-text-title {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
}
.my-redume-icon-text-status {
  font-size: 10px;
  display: block;
  line-height: 1;
  margin-top: 8px;
}
.my-redume-icon-text-status.done {
  color: #0070bc;
}
.my-redume-icon-text-status.caution {
  color: #ff0000;
}

.my-redume-edit-select {
  margin-right: 14px;
}
@media (max-width: 834px) {
  .my-redume-edit-select {
    margin-right: 0;
  }
}
.my-redume-edit-select select {
  min-width: 200px;
}
@media (max-width: 834px) {
  .my-redume-edit-select select {
    margin-bottom: 16px;
    min-width: none;
  }
}

.my-redume-edit-address-column {
  margin-bottom: 16px;
}

.my-redume-edit-input-short {
  width: 120px;
}
.my-redume-edit-input-short + .label {
  margin-left: 8px;
}

.my-redume-edit-multi-select {
  margin-right: 14px;
}
@media (max-width: 834px) {
  .my-redume-edit-multi-select {
    display: inherit;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.my-redume-edit-multi-select select {
  min-width: 190px;
}
@media (max-width: 834px) {
  .my-redume-edit-multi-select select {
    min-width: 100%;
  }
}
@media (max-width: 834px) {
  .my-redume-edit-multi-select + span {
    color: #000;
    display: block;
  }
}

.my-redume-control-container {
  position: relative;
}
.my-redume-control-container:before {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 32px;
  height: 100%;
  background: rgba(200, 200, 200, 0.1);
}
@media (max-width: 834px) {
  .my-redume-control-container:before {
    right: 0;
    width: 24px;
  }
}
.my-redume-control-container .my-redume-control-button {
  display: block;
  position: absolute;
  right: -28px;
  font-size: 24px;
  color: #0070bc;
  cursor: pointer;
}
@media (max-width: 834px) {
  .my-redume-control-container .my-redume-control-button {
    right: 12px;
  }
}
.my-redume-control-container .my-redume-control-button-minus {
  top: 40%;
}
.my-redume-control-container .my-redume-control-button-add {
  bottom: -24px;
}

.my-redume-works-add-container {
  display: flex;
  justify-content: flex-end;
  margin-top: -24px;
  margin-bottom: 64px;
}
.my-redume-works-add-container a {
  margin: 0;
}

.mb0 {
  margin-bottom: 0 !important;
}

.my-button-container-marginadjust {
  margin-top: 64px;
}

@media (max-width: 834px) {
  .my-enabled-table th {
    display: none;
  }
}
@media (max-width: 834px) {
  .my-enabled-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.my-enabled-table td {
  -webkit-box-orient: vertical;
  text-align: left !important;
  -webkit-line-clamp: 1;
  font-size: 14px;
}
@media (max-width: 834px) {
  .my-enabled-table td {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    white-space: normal;
  }
}
@media (max-width: 834px) {
  .my-enabled-table td:first-child {
    border-top: 1px solid #ccc;
  }
}
.my-enabled-table td.add {
  text-align: center !important;
}
@media (max-width: 834px) {
  .my-enabled-table td.add {
    width: 100%;
    display: block;
  }
}
.my-enabled-table td.fixed {
  width: 450px;
}
@media (max-width: 834px) {
  .my-enabled-table td.fixed {
    width: 100%;
    display: block;
  }
}
@media (max-width: 834px) {
  .my-enabled-table td.for-large {
    display: none;
  }
}
.my-enabled-table td.for-small {
  display: none;
}
@media (max-width: 834px) {
  .my-enabled-table td.for-small {
    display: block;
  }
}
.my-enabled-table td.for-small ul {
  display: flex;
  justify-content: space-between;
}
.my-enabled-table td.for-small ul li {
  font-size: 12px;
}
.my-enabled-table td.for-small ul li i {
  margin-bottom: 2px;
}
.my-enabled-table td.for-small ul li a {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #4dc1da;
}

.my-enabled-table th {
  background: #a97cb6 !important;
}

.regist_check02 label:after {
  border-bottom: 3px solid #0070bc !important;
  border-right: 3px solid #0070bc !important;
}

.bubble {
  background: #a97cb6;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 20px;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .bubble {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 48px;
  }
}
.bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #a97cb6;
}
.bubble-text {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 834px) {
  .bubble-text {
    font-size: 14px;
  }
}

.entry-step-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.entry-step-list li {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  font-size: 24px;
  font-weight: bold;
  border: 4px solid #e9be54;
  color: #e9be54;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
}
@media (max-width: 834px) {
  .entry-step-list li {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.entry-step-list li.active {
  color: #fff;
  background: #e9be54;
}
.entry-step-list li:after {
  position: absolute;
  top: 50%;
  font-size: 32px;
  transform: translateY(-50%);
  right: -64px;
  display: inline-block;
  content: "・・・";
  font-weight: bold;
  letter-spacing: -1.4rem;
  color: #e9be54;
}
.entry-step-list li:last-child:after {
  display: none;
}

.entry-step-heading {
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 834px) {
  .entry-step-heading {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.entry-step-heading.margin-adjust {
  margin-bottom: 24px;
}
.entry-step-heading + .entry-step-form-column-container {
  margin-bottom: 48px;
}

.entry-step-textlabel {
  font-size: 14px;
  font-weight: bold;
}

.entry-step-form-column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .entry-step-form-column {
    gap: 12px;
  }
}
.entry-step-form-column-container {
  max-width: 640px;
  margin: 0 auto;
}
.entry-step-form-column-item {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  width: 48.4%;
}
@media (max-width: 834px) {
  .entry-step-form-column-item {
    padding: 12px;
    width: 100%;
  }
}
.entry-step-form-column-item label {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 834px) {
  .entry-step-form-column-item label {
    font-size: 14px;
  }
}
.entry-step-form-column.single .entry-step-form-column-item {
  width: 100%;
}
.entry-step-form-column.label {
  gap: 0;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 834px) {
  .entry-step-form-column.label {
    flex-direction: column;
    margin-bottom: 48px;
  }
}
.entry-step-form-column.label .entry-step-form-column-item {
  border: 0;
  width: 40.8%;
  padding: 10px;
}
@media (max-width: 834px) {
  .entry-step-form-column.label .entry-step-form-column-item {
    width: 100%;
    padding: 10px 0;
  }
}
.entry-step-form-column.label .entry-step-form-column-item:first-child {
  padding: 0;
  width: 110px;
}
@media (max-width: 834px) {
  .entry-step-form-column.label .entry-step-form-column-item:first-child {
    width: 100%;
  }
}
.entry-step-form-column.label.single .entry-step-form-column-item {
  width: 80%;
}
@media (max-width: 834px) {
  .entry-step-form-column.label.single .entry-step-form-column-item {
    width: 100%;
  }
}
.entry-step-form-column.label.single .entry-step-form-column-item:first-child {
  padding: 0;
  width: 120px;
}
@media (max-width: 834px) {
  .entry-step-form-column.label.single .entry-step-form-column-item:first-child {
    width: 100%;
  }
}
.entry-step-form-column.label.single .entry-step-form-column-item select {
  width: 100%;
}
.entry-step-form-column.label.single.confirm .entry-step-form-column-item:nth-child(2) {
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}

.entry-step-form-column-item select {
  margin-bottom: 0;
}

.entry-step-button-i {
  margin-left: 12px !important;
}

.admin-navigation .entry-button-adjust {
  display: flex !important;
  padding: 10px !important;
  position: relative;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100%;
  position: relative;
}
.admin-navigation .entry-button-adjust i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.admin-navigation .entry-button-adjust i.back {
  left: 12px;
  color: #000;
  right: auto;
}

.entry-button-caption {
  font-size: 10px;
  line-height: 1;
  display: block;
}

.entry-end-button-content {
  margin-bottom: 48px;
}
.entry-end-button-content a {
  max-width: 360px;
}

@media (max-width: 834px) {
  .entry-step01-button-adjust {
    flex-direction: column;
  }
}
@media (max-width: 834px) {
  .entry-step01-button-adjust li {
    margin: 0 auto !important;
    margin-bottom: 16px !important;
  }
}

.entry-info-button\:login, .entry-info-button\:add {
  padding: 12px 10px;

  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #fff;
  position: relative;
  font-size: 18px;
}
@media (max-width: 834px) {
  .entry-info-button\:login, .entry-info-button\:add {
    flex-direction: column;
  }
}
.entry-info-button\:login i, .entry-info-button\:add i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
}

.entry-info-button-column {
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.entry-info-button\:add {
  background: #e9be54;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  border-radius: 10px;
  height: 65px;
  box-sizing: border-box;
width:30%;

}
.entry-info-button\:add .caption {
  font-size: 12px;
}
.entry-info-button\:add:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/images/header/icon03.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 38%;
}

.entry-info-button\:login {
  background: #884f9c;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  border-radius: 10px;
  height: 65px;
  box-sizing: border-box;
width:30%;

}
.entry-error-box {
  display: block;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 48px;
}

/* ----- {
box-sizing: border-box;
}---- */

.u-color-red {
  color: #ff0000;
}

.u-align-center {
  text-align: center;
}



@media (max-width: 834px) {

.entry-info-button\:login, .entry-info-button\:add {
  padding: 8px 20px;
width:50%;
  height: 60px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #fff;
  position: relative;
  font-size: 1.5rem;
box-sizing: border-box;

}

}

