@charset "utf-8";

.mysb-mt-8 {
  margin-top: 8px !important;
}
.mysb-mt-15 {
  margin-top: 15px !important;
}
.mysb-mt-20 {
  margin-top: 20px !important;
}
.mysb-mt-40 {
  margin-top: 40px !important;
}
.mysb-mb-8 {
  margin-bottom: 8px !important;
}
.mysb-mb-10 {
  margin-bottom: 10px !important;
}
.mysb-mb-15 {
  margin-bottom: 15px !important;
}
.mysb-mb-20 {
  margin-bottom: 20px !important;
}
.mysb-mb-25 {
  margin-bottom: 25px !important;
}
.mysb-mb-30 {
  margin-bottom: 30px !important;
}
.mysb-mb-35 {
  margin-bottom: 35px !important;
}
.mysb-mb-40 {
  margin-bottom: 40px !important;
}
.mysb-mb-50 {
  margin-bottom: 50px !important;
}
.mysb-ml-15 {
  margin-left: 15px !important;
}
.mysb-wb {
  font-weight: bold;
}
.mysb-fs-15 {
  font-size: 15px;
}

.mysb-w-200 {
  width: 200px;
}

.mysb-heading {
  padding: 30px 30px 20px 30px;
}
.mysb-heading-image {
  display: block;
  width: 200px;
  margin: 0 auto 15px auto;
}
.mysb-heading-title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}
.mysb-heading-text {
  font-size: 14px;
  line-height: 1.7;
}
.mysb-heading-list {
  margin-top: 10px;
}
.mysb-heading-list-item {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 20px;
}
.mysb-heading-list-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.mysb-heading-list-item::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.mysb-account-info-01 {
  padding: 30px 8vw;
}
.mysb-account-info-01-inner {
  position: relative;
  padding: 15px;
  background-color: #d4e6f8;
  text-align: center;
  cursor: pointer;
}
.mysb-account-info-01-tag {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 9px;
  font-weight: bold;
  color: #4789ed;
  border: 1px solid #4789ed;
  border-radius: 3px;
  background-color: #fff;
  padding: 3.5px 12px;
  white-space: nowrap;
}
.mysb-account-info-01-header {
  display: flex;
  align-items: flex-start;
  text-align: left;
  flex-wrap: wrap;
}
.mysb-account-info-01-header-text {
  font-size: 13px;
  line-height: 1.5;
  color: #212121;
  padding: 0 0 5px;
  border-bottom: 1px #fff solid;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
.mysb-account-info-01-header-icon {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background-image: url("../../img/shared/icon-account.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mysb-account-info-01-header-icon-item {
  max-width: 100%;
}
.mysb-account-info-01-header-box {
  width: calc(100% - 50px);
  color: #212121;
  background-image: url("../../img/shared/icon-arrow-down-blue-01.svg");
  background-size: 12px;
  background-position: right 5px center;
  background-repeat: no-repeat;
}
.mysb-account-info-01-header-name {
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  padding: 3px 0;
  margin-bottom: 5px;
  margin-right: 30px;
}
.mysb-account-info-01-header-name-border {
  border-bottom: 1px solid #b0cff1;
}
.mysb-account-info-01-header-sub {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 10px;
  font-weight: normal;
}
.mysb-account-info-01-header-phone {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 30px;
}
.mysb-account-info-01-header-device {
  font-size: 10px;
  line-height: 1.5;
}
.mysb-account-info-01-detail {
  display: flex;
  align-items: center;
  text-align: left;
  margin-right: 30px;
}
.mysb-account-info-01-detail span + span {
  margin-left: 4px;
}
.mysb-account-info-01-detail-label {
  font-size: 10px;
  line-height: 1.5;
  white-space: nowrap;
}
.mysb-account-info-01-detail-text {
  font-size: 10px;
  line-height: 1.5;
  word-break: break-all;
}
.mysb-account-info-01-detail-text-large {
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
}
.mysb-account-info-01-detail-text-xlarge {
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
}

.mysb-account-info-01-header-detail-text-small {
  font-size: 10px;
  line-height: 1.5;
}
.mysb-account-info-01-header-detail-text-large {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}
.mysb-account-info-01-header-id {
  font-size: 10px;
  line-height: 1.5;
}
.mysb-account-info-01-header-id-no {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.mysb-account-info-01-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10005;
}
.mysb-account-info-01-modal-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(112, 112, 112, 0.75);
}
.mysb-account-info-01-modal-close-button {
  position: absolute;
  top: -10%;
  right: 50%;
  width: 35px;
  height: 35px;
  transform: translateX(50%);
  cursor: pointer;
  z-index: 10;
}
.mysb-account-info-01-modal-close-button.single {
  top: -15%;
}
.mysb-account-info-01-modal-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(80%);
  z-index: 5;
  background-color: #d4e6f8;
  box-sizing: border-box;
  padding: 23px 30px;
}
.mysb-account-info-01-modal .mysb-account-info-01-detail {
  margin-right: 0;
}
.mysb-account-info-01-modal .mysb-account-info-01-header-name {
  margin-right: 0;
}
.mysb-account-info-01-modal .mysb-account-info-01-header-phone {
  margin-right: 0;
  font-size: 18px;
}
.mysb-account-info-01-modal .mysb-account-info-01-header-detail {
  margin-right: 0;
}
@media screen and (max-width: 360px) {
  .mysb-account-info-01-modal-inner {
    height: calc(89%);
  }
}
.mysb-account-info-01-modal-inner-title {
  position: relative;
  font-size: 12px;
  border-bottom: 1px solid #b0cff1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.mysb-account-info-01-modal-inner-title-tag {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 9px;
  font-weight: bold;
  color: #4789ed;
  border: 1px solid #4789ed;
  border-radius: 3px;
  background-color: #fff;
  padding: 3.5px 12px;
}
.mysb-account-info-01-modal .mysb-account-info-01-header {
  margin-bottom: 13px;
  align-items: center;
}
.mysb-account-info-01-modal .mysb-account-info-01-header-box {
  width: calc(100% - 50px);
  background-image: none;
}
.mysb-account-info-01-modal-list-container {
  background-color: #fff;
  height: 100%;
  max-height: 47%;
  padding: 20px;
}
@media screen and (max-width: 360px) {
  .mysb-account-info-01-modal-list-container {
    max-height: 44%;
    padding: 20px 12px;
  }
}
.mysb-account-info-01-modal-list-title {
  font-size: 13px;
  text-align: center;
  margin-bottom: 13px;
}
.mysb-account-info-01-modal-list {
  height: 92%;
  overflow: auto;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #4789ed;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #dfe4eb;
}
.mysb-account-info-01-modal-list-item {
}
.mysb-account-info-01-modal-list-heading {
  position: relative;
  display: flex;
  align-items: center;
}
.mysb-account-info-01-modal-list-heading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #dfe4eb;
}
.mysb-account-info-01-modal-list-tag {
  position: relative;
  color: #4789ed;
  font-size: 9px;
  background-color: #f5f6f9;
  border-radius: 9px;
  padding: 5px 15px;
}
.mysb-account-info-01-modal-list-tag::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.mysb-account-info-01-modal-list-product {
  display: flex;
  padding: 15px 0;
}
.mysb-account-info-01-modal-list-product:not(:last-of-type) {
  border-bottom: 1px solid #dfe4eb;
}
.mysb-account-info-01-modal-list-input {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 12px;
  position: relative;
  width: auto;
  height: 40px;
}
.mysb-account-info-01-modal-list-input::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #ecf0f4;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
}
.mysb-account-info-01-modal-list-input:checked.mysb-account-info-01-modal-list-input::before {
  background-color: #4789ed;
}
.mysb-account-info-01-modal-list-input::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 2.5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.mysb-account-info-01-modal-list-input:checked.mysb-account-info-01-modal-list-input::after {
  opacity: 1;
}
.mysb-account-info-01-modal-list-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.mysb-account-info-01-modal-list-input:checked
  + .mysb-account-info-01-modal-list-label {
  color: #4789ed;
}
.mysb-account-info-01-modal-list-product-box {
  width: calc(100% - 40px);
}

.mysb-account-info-01-modal-list-product-text-small {
  font-size: 10px;
}
.mysb-account-info-01-modal-list-product-text-large {
  font-size: 17px;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.4;
}
.mysb-account-info-01-modal-list-product-image {
  width: 33px;
}
.mysb-account-info-01-modal-mysb-btn-01.mysb-btn-01 {
  font-size: 12px;
  padding: 7px 40px;
}
.mysb-account-info-01-mysb-btn-01.mysb-btn-01 {
  font-size: 12px;
  padding: 7px 40px;
  margin: -15px auto 30px auto;
}
.mysb-account-info-01-modal-inner.mysb-account-info-01-modal-list-single {
  top: auto;
  bottom: 0;
  height: auto;
}
.mysb-account-info-01-modal-list-single
  .mysb-account-info-01-modal-list-container {
  height: auto;
}
.mysb-account-info-01-modal-list-single .mysb-account-info-01-modal-list-title {
  border-bottom: 1px solid #dfe4eb;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.mysb-account-info-01-modal-list-single .mysb-account-info-01-modal-list {
  height: auto;
}
.mysb-account-info-01-modal-list-single
  .mysb-account-info-01-modal-list-product {
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.mysb-layout-01 {
  padding: 30px 8vw;
  color: #212121;
  background-color: #ecf0f4;
}
.mysb-layout-01-section {
  padding: 40px 0;
}
.mysb-layout-01-section:first-of-type {
  padding-top: 20px;
}
.mysb-layout-01-section:not(:first-of-type) {
  border-top: 2px #c3ccd8 solid;
}
.mysb-layout-01-header {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.mysb-layout-01-header-image {
  width: 124px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
}
.mysb-layout-01-header-image-item {
  max-width: 100%;
}
.mysb-layout-01-header-box {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  color: #212121;
}
.mysb-layout-01-header-title {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin: 5px 0 0;
}
.mysb-layout-01-description {
  font-size: 14px;
  line-height: 24px;
  color: #484848;
}

.mysb-layout-02 {
  padding: 30px 8vw;
  color: #212121;
  background-color: #ecf0f4;
}
.mysb-layout-02-section {
  padding: 40px 0;
  border-top: 2px #c3ccd8 solid;
}
.mysb-layout-02-section:first-of-type {
  padding-top: 0;
  border: none;
}
.mysb-layout-02-title-h2 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}
.mysb-layout-02-header {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.mysb-layout-02-header-center {
  align-items: center;
}
.mysb-layout-02-header-image {
  width: 80px;
  flex-shrink: 0;
  flex-grow: 0;
}
.mysb-layout-02-header-image-item {
  max-width: 100%;
}
.mysb-layout-02-header-image-item-s {
  width: 65px;
  height: 65px;
}
.mysb-layout-02-header-box {
  width: 100%;
  color: #212121;
}
.mysb-layout-02-header-box-center {
  text-align: center;
}
.mysb-layout-02-header-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  border-bottom: 2px #c3ccd8 solid;
  padding-bottom: 7px;
  margin-bottom: 40px;
}
.mysb-layout-02-header-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: bold;
  margin: 5px 0 0;
}
.mysb-layout-02-header-title-subscription-free {
  position: relative;
  width: 74%;
}
.mysb-layout-02-header-title-subscription-free::before {
  position: absolute;
  content: "";
  top: -5px;
  right: -65px;
  width: 60px;
  height: 60px;
  background-image: url("../../img/shared/icon-subscription-free.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.mysb-layout-02-description {
  font-size: 14px;
  line-height: 24px;
  color: #484848;
}
.mysb-layout-02-description-blue {
  color: #4789ed;
  font-weight: bold;
}
.mysb-layout-02-pace {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px #c3ccd8 solid;
  color: #484848;
}
.mysb-layout-02-list {
  margin: 20px 0 0;
}
.mysb-layout-02-list-title {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #212121;
  font-weight: bold;
}
.mysb-layout-02-list-inner {
  margin: 10px 0 0;
  padding: 20px 0 0;
  border-top: 1px #c3ccd8 solid;
}
.mysb-layout-02-list-item {
  font-size: 15px;
  line-height: 19px;
  color: #212121;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: bold;
}
.mysb-layout-02-list-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #212121;
}
.mysb-layout-02-list-item + .mysb-layout-02-list-item {
  margin: 15px 0 0;
}
.mysb-layout-02-list-item-note {
  font-weight: 400;
  margin: 5px 0 0 -20px;
  font-size: 14px;
  line-height: 1.5;
}
.mysb-layout-02-image {
  margin: 25px 0 0;
}
.mysb-layout-02-image-item {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.mysb-layout-02-text {
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #484848;
}
.mysb-layout-02-text + .mysb-layout-02-text {
  margin: 15px 0 0;
}
.mysb-layout-03 {
}
.mysb-layout-03-border-top {
  border-top: 1px solid #c3ccd8;
  padding-top: 40px;
}
.mysb-layout-03-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  margin-bottom: 24px;
}
.mysb-layout-03-header-image {
  width: 70px;
  margin: 0 5px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.mysb-layout-03-header-image-item {
  max-width: 100%;
}
.mysb-layout-03-header-image-item-s {
  width: 60px;
  height: 60px;
}
.mysb-layout-03-header-box {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  color: #212121;
}
.mysb-layout-03-header-box-center {
  text-align: center;
}
.mysb-layout-03-header-text {
  font-size: 12px;
  line-height: 15px;
  border-bottom: 1px #fff solid;
  padding: 0 0 5px;
}
.mysb-layout-03-header-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0;
}
.mysb-layout-03-header-title-sub {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}
.mysb-layout-03-header-description {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.mysb-layout-03-header-confirm {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 10px;
}
.mysb-layout-03-description {
  font-size: 13px;
  line-height: 1.5;
  margin: 15px 0 0;
  text-align: center;
  color: #484848;
}
.mysb-layout-03-panel {
  margin: 15px 0 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.mysb-layout-03-panel-text {
  color: #4789ed;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.mysb-layout-03-panel-text + .mysb-layout-03-panel-text {
  margin: 15px 0 0;
}

.mysb-back-01 {
  position: relative;
}
.mysb-back-01-btn {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 5;
  width: 70px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 16px 10px 0;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #484848;
  background-image: url("../../img/shared/icon-arrow-left-blue-01.svg");
  background-size: 8px;
  background-position: left 10px center;
  background-repeat: no-repeat;
}

.mysb-panel-01 {
  margin: 15px 0 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 30px;
  color: #4789ed;
  font-weight: bold;
}
.mysb-panel-01-title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.mysb-panel-01-list {
}
.mysb-panel-01-list-item {
  margin: 10px 0 0;
  padding: 0 0 0 1em;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.mysb-panel-01-list-item:first-child {
  margin: 0;
}
.mysb-panel-01-list-item + .mysb-panel-01-list-item {
  margin: 5px 0 0;
}
.mysb-panel-01-list-item:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #4789ed;
}
.mysb-panel-02 {
  margin: 25px 0 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 30px 45px 30px;
  color: #4789ed;
}
.mysb-panel-02:not(:first-of-type) {
  margin-top: 10px;
}
.mysb-panel-02-title {
  color: #212121;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  border-bottom: 2px solid #dfe4eb;
  margin-bottom: 18px;
}
.mysb-panel-02-text {
  color: #212121;
  font-size: 12px;
  line-height: 1.7;
}
.mysb-panel-02-list-bt {
  margin: 10px 0 0;
  border-top: 1px #dfe4eb solid;
}
.mysb-panel-02-list-item {
  margin: 15px 0 0;
  padding: 0 0 0 1em;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
}
.mysb-panel-02-list-item:first-child {
  margin: 0;
}
.mysb-panel-02-list-bt .mysb-panel-02-list-item:first-child {
  margin: 15px 0 0;
}
.mysb-panel-02-list-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #4789ed;
}
.mysb-panel-02-blue {
  color: #4789ed;
}
.mysb-panel-02-bold {
  font-weight: bold;
}
.mysb-panel-02-list-note {
  font-size: 11px;
  line-height: 19px;
  color: #707070;
  font-weight: 400;
  margin: 10px 0 0;
}
.mysb-panel-02-note {
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
  margin: 15px 0 0;
}
.mysb-panel-03 {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 30px;
}
.mysb-panel-03:not(:last-of-type) {
  margin-bottom: 10px;
}
.mysb-panel-03-blue {
  color: #4789ed;
}
.mysb-panel-03-bold {
  font-weight: bold;
}
.mysb-panel-03-pb {
  padding: 20px;
}
.mysb-panel-03-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  border-bottom: 1px #dfe4eb solid;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
.mysb-panel-03-title.mysb-panel-03-blue {
  font-size: 16px;
}
.mysb-panel-03-notice {
  display: flex;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 0;
}
.mysb-panel-03-notice-indent {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 5px 0 0;
}
.mysb-panel-03-notice-text {
  flex-grow: 1;
  flex-shrink: 1;
}
.mysb-panel-03-text {
  font-size: 11px;
  line-height: 1.7;
}
.mysb-panel-03-strong {
  position: relative;
  color: #4789ed;
  border-bottom: 1px solid #4789ed;
}
.mysb-panel-03-list,
.mysb-panel-03-list-item {
  padding: 0 0 0 1em;
  position: relative;
  font-size: 12px;
  line-height: 1.7;
}
.mysb-panel-03-list-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.mysb-panel-03-list-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #4789ed;
}
.mysb-panel-03-list-note {
  font-size: 11px;
  line-height: 19px;
  font-weight: 400;
  margin: 5px 0 0;
}
.mysb-panel-03-list-note + .mysb-panel-03-list-note {
  margin: 10px 0 0;
}
.mysb-panel-03-list-number {
  font-size: 12px;
  line-height: 1.7;
}
.mysb-panel-03-list-number-item {
  position: relative;
  padding-left: 20px;
}
.mysb-panel-03-list-number-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.mysb-panel-03-list-number-item::before {
  position: absolute;
  left: 0;
}
.mysb-panel-03-list-number-item:nth-of-type(1)::before {
  content: "1.";
}
.mysb-panel-03-list-number-item:nth-of-type(2)::before {
  content: "2.";
}
.mysb-panel-03-list-number-item:nth-of-type(3)::before {
  content: "3.";
}
.mysb-panel-03-list-number-item:nth-of-type(4)::before {
  content: "4.";
}
.mysb-panel-03-list-number-item:nth-of-type(5)::before {
  content: "5.";
}
.mysb-panel-03-list-number-item:nth-of-type(6)::before {
  content: "6.";
}
.mysb-panel-03-list-number-item:nth-of-type(7)::before {
  content: "7.";
}
.mysb-panel-03-list-number-item:nth-of-type(8)::before {
  content: "8.";
}
.mysb-panel-03-list-number-item:nth-of-type(9)::before {
  content: "9.";
}
.mysb-panel-03-list-number-item:nth-of-type(10)::before {
  content: "10.";
}
.mysb-panel-03-box-item {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  line-height: 1.4;
  display: contents;
}
.mysb-panel-03-box-item .mysb-panel-03-bold {
  font-size: 15px;
}
.mysb-panel-03-note {
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
  margin: 15px 0 0;
  font-weight: 400;
}
.mysb-panel-04 {
  margin: 20px 0 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 30px;
}
.mysb-panel-04-text {
  padding: 0 0 0 1em;
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #4789ed;
  font-weight: bold;
}
.mysb-panel-04-text:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #4789ed;
}
.mysb-panel-04-text + .mysb-panel-04-text {
  margin: 15px 0 0;
  padding: 15px 0 0 1em;
  border-top: 1px #dfe4eb solid;
}
.mysb-panel-04-text + .mysb-panel-04-text:before {
  top: 23px;
}
.mysb-panel-05 {
  margin: 15px 0 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.mysb-panel-05-text {
  padding: 0 0 0 1em;
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #4789ed;
  font-weight: bold;
}
.mysb-panel-05-text:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #4789ed;
}
.mysb-panel-05-text + .mysb-panel-05-text {
  margin: 15px 0 0;
  padding: 15px 0 0 1em;
  border-top: 1px #dfe4eb solid;
}
.mysb-panel-05-text + .mysb-panel-05-text:before {
  top: 23px;
}
.mysb-panel-05-note {
  font-size: 12px;
  line-height: 19px;
  color: #707070;
  margin: 5px 0 0;
  font-weight: 400;
}
.mysb-panel-06 {
  margin: 30px 0 0;
  padding: 25px 30px 15px;
  background-color: #fff;
  border-radius: 15px;
}
.mysb-panel-06-text {
  font-size: 13px;
  line-height: 1.5;
  color: #212121;
}
.mysb-panel-06-email {
  font-size: 18px;
  line-height: 22px;
  color: #212121;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: bold;
  margin: 5px 0 0;
}
.mysb-panel-06-status {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px #ecf0f4 solid;
  font-size: 16px;
  line-height: 21px;
  color: #212121;
}
.mysb-panel-06-registered {
  color: #4fc7b0;
  font-weight: bold;
}
.mysb-panel-07 {
  padding: 0 15px 15px;
  background-color: #fff;
  border-radius: 15px;
}
.mysb-panel-07:not(:first-of-type) {
  margin-top: 10px;
}
.mysb-panel-07-title {
  line-height: 1.5;
  border-bottom: 1px #dfe4eb solid;
  padding: 18px 5px 14px;
  margin-bottom: 15px;
}
.mysb-panel-07-title-main {
  font-size: 17px;
  font-weight: bold;
}
.mysb-panel-07-title-sub {
  font-size: 13px;
  text-decoration: none;
  pointer-events: none;
  cursor: text;
}
.mysb-panel-07-title-mysb-btn-03 {
  width: 165px;
  margin: 10px auto 0 auto;
}
.mysb-panel-07-contents {
  border-bottom: 1px #dfe4eb solid;
  padding: 0 5px 25px;
  margin-bottom: 20px;
}
.mysb-panel-07-accordion {
}
.mysb-panel-07-accordion-item {
}
.mysb-panel-07-accordion-open {
  position: relative;
  border-bottom: 1px #dfe4eb solid;
  cursor: pointer;
  padding: 18px 5px 14px;
}
.mysb-panel-07-accordion-open::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  margin-top: -7.5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../img/shared/icon-plus.svg");
}
.mysb-panel-07-accordion-open::after {
  position: absolute;
  content: "";
  width: 1px;
  right: 35px;
  top: 18px;
  bottom: 14px;
  background-color: #dfe4eb;
}
.mysb-panel-07-accordion-open--active::before {
  height: 2px;
  margin-top: -2px;
  background-image: url("../../img/shared/icon-minus.svg");
}
.mysb-panel-07-accordion-open-date {
  color: #8392a8;
  font-size: 11px;
  margin-bottom: 7px;
}
.mysb-panel-07-accordion-open-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  padding-right: 45px;
}
.mysb-panel-07-accordion-open-setting {
  font-size: 12px;
  margin-top: 7px;
}
.mysb-panel-07-accordion-close {
  padding: 0 15px;
  border-bottom: 1px #dfe4eb solid;
}
.mysb-panel-07-accordion-close-section {
  padding-top: 30px;
  padding-bottom: 25px;
}
.mysb-panel-07-accordion-close-section:not(:last-of-type) {
  border-bottom: 1px #dfe4eb solid;
}
.mysb-panel-07-accordion-close-title {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.5;
}
.mysb-panel-07-accordion-close-title::before {
  position: absolute;
  content: "";
  bottom: -15px;
  right: calc(50% - 17.5px);
  width: 35px;
  height: 2px;
  background-color: #212121;
}
.mysb-panel-07-accordion-close-info-item:not(:last-of-type) {
  margin-bottom: 18px;
}
.mysb-panel-07-accordion-close-info-item:last-of-type {
  margin-bottom: 15px;
}
.mysb-panel-07-accordion-close-info-title {
  display: flex;
  align-self: center;
  margin-bottom: 8px;
}
.mysb-panel-07-accordion-close-info-title-icon {
  width: 40px;
}
.mysb-panel-07-accordion-close-info-title-text {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-self: center;
  margin-left: 5px;
}
.mysb-panel-07-accordion-close-info-title-plain {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}
.mysb-panel-07-accordion-close-info-list {
}
.mysb-panel-07-accordion-close-info-list-item {
  position: relative;
  font-size: 12px;
  line-height: 1.7;
  padding-left: 15px;
}
.mysb-panel-07-accordion-close-info-list-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.mysb-panel-07-accordion-close-info-list-item::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.mysb-panel-07-accordion-close-info-list-brackets-item {
  position: relative;
  padding-left: 40px;
  font-size: 12px;
  line-height: 1.5;
}
.mysb-panel-07-accordion-close-info-list-brackets-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.mysb-panel-07-accordion-close-info-list-brackets-item-marker {
  position: absolute;
  left: 0;
  top: 0;
}
.mysb-panel-07-accordion-close-info-list-brackets-item-data {
}
.mysb-panel-07-accordion-close-text {
  white-space: break-spaces;
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none;
  pointer-events: none;
  cursor: text;
}
.mysb-panel-07-accordion-close-text-blue {
  color: #4789ed;
  font-weight: bold;
}
.mysb-panel-07-accordion-close-text-link {
  color: #4789ed;
  border-bottom: 1px solid #4789ed;
  pointer-events: auto;
  cursor: pointer;
}
.mysb-panel-07-accordion-close-text.align-right {
  text-align: right;
}
.mysb-panel-07-accordion-close-list {
  font-size: 12px;
  line-height: 1.7;
  padding-left: 15px;
}
.mysb-panel-07-accordion-close-list-item {
  position: relative;
}
.mysb-panel-07-accordion-close-list-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.mysb-panel-07-accordion-close-list-item::before {
  position: absolute;
  content: "・";
  top: 0;
  left: -15px;
}
.mysb-panel-07-accordion-close-list-item-blue {
  color: #4789ed;
}
.mysb-panel-07-accordion-close-list-item-border {
  line-height: 1.3;
  border-bottom: 1px solid #4789ed;
}
.mysb-panel-07-accordion-close-message {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.mysb-panel-07-accordion-terms {
  margin-top: 15px;
  margin-bottom: 10px;
}
.mysb-panel-07-accordion-terms-text {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}
.mysb-panel-07-accordion-terms-list {
  font-size: 12px;
  font-weight: bold;
  color: #4789ed;
}
.mysb-panel-07-accordion-terms-list-item {
  position: relative;
  padding-left: 15px;
}
.mysb-panel-07-accordion-terms-list-item:not(:last-of-type) {
  border-bottom: 1px solid #c3ccd8;
}
.mysb-panel-07-accordion-terms-list-item::before {
  position: absolute;
  content: "・";
  top: 13px;
  left: 0;
}
.mysb-panel-07-accordion-terms-list-text {
  line-height: 1.7;
  border-bottom: 1px solid #4789ed;
}

.mysb-panel-08 {
  background-color: #fff;
  border: 2px solid #ee82a4;
  border-radius: 15px;
  padding: 20px 30px;
  margin-top: 10px;
}
.mysb-panel-08-title {
  position: relative;
  color: #ee82a4;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 45px;
  margin-bottom: 20px;
}
.mysb-panel-08-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url("../../img/shared/icon-exclamation-mark-pink.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.mysb-panel-08-title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background-color: #ee82a4;
}
.mysb-panel-08-text {
  font-size: 11px;
  line-height: 1.7;
  color: #484848;
}
.mysb-panel-09 {
  background-color: #fff;
  border: 2px solid #ee82a4;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 10px;
}
.mysb-panel-09-text {
  position: relative;
  color: #ee82a4;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 50px;
}
.mysb-panel-09-text::before {
  position: absolute;
  content: "";
  top: calc(50% - 17px);
  left: 0;
  width: 35px;
  height: 35px;
  background-image: url("../../img/shared/icon-exclamation-mark-pink.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.mysb-news-01 {
  padding: 45px 30px 50px;
}
.mysb-news-01-title {
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
}
.mysb-news-01-list {
  border-top: 1px #c3ccd8 solid;
  margin: 15px 0 0;
}
.mysb-news-01-list-nt {
  border-top: none;
  margin: 0;
}
.mysb-news-01-list-item {
  border-bottom: 1px #c3ccd8 solid;
}
.mysb-news-01-list-link {
  padding: 10px 25px 8px 0;
  display: block;
  background-image: url("../../img/shared/icon-arrow-right-blue-01.svg");
  background-size: 8px;
  background-position: right center;
  background-repeat: no-repeat;
}
.mysb-news-01-list-date {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #4789ed;
}
.mysb-news-01-list-text {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}
.mysb-news-01-accordion-inner {
  display: none;
}
.mysb-news-01-accordion-box {
  margin: 25px 0 0;
  text-align: center;
}
.mysb-news-01-accordion-toggle {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  color: #484848;
  padding: 0 20px 0 0;
  background-image: url("../../img/shared/icon-arrow-down-blue-01.svg");
  background-size: 12px;
  background-position: right center;
  background-repeat: no-repeat;
}
.mysb-news-01-accordion--active .mysb-news-01-accordion-toggle {
  background-image: url("../../img/shared/icon-arrow-up-blue-01.svg");
}
.mysb-news-detail-01 {
  padding: 100px 30px 50px;
  background-color: #ecf0f4;
}
.mysb-news-detail-01-date {
  font-size: 15px;
  color: #2c2c2c;
}
.mysb-news-detail-01-title {
  margin: 15px 0 0;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.mysb-news-detail-01-wrap {
  margin: 20px 0 0;
}
.mysb-news-detail-01-text {
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c;
}
.mysb-news-detail-01-text + .mysb-news-detail-01-text {
  margin: 15px 0 0;
}
.mysb-news-detail-01-anker {
  margin: 40px 0 0;
  padding: 20px 0 0;
  border-top: 1px #c3ccd8 solid;
}
.mysb-news-detail-01-anker-text {
  font-size: 12px;
  line-height: 17px;
  color: #212121;
  margin: 0 0 5px;
}
.mysb-news-detail-01-anker-link {
  font-size: 12px;
  line-height: 17px;
  color: #212121;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
}
.mysb-news-detail-01-navigation {
  margin: 20px 0 0;
  padding: 20px 10px 0;
  border-top: 1px #c3ccd8 solid;
  display: flex;
  justify-content: space-between;
}
.mysb-news-detail-01-navigation-prev {
  display: inline-block;
  padding: 0 0 0 15px;
  background-image: url("../../img/shared/icon-arrow-left-blue-01.svg");
  background-size: 8px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 1.5;
  color: #484848;
}
.mysb-news-detail-01-navigation-next {
  display: inline-block;
  padding: 0 15px 0 0;
  background-image: url("../../img/shared/icon-arrow-right-blue-01.svg");
  background-size: 8px;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 1.5;
  color: #484848;
}

.mysb-modal-01 {
  margin: 15px 0 0;
}
.mysb-modal-01-bt {
  border-top: 1px #c3ccd8 solid;
}
.mysb-modal-01-fix {
  width: 100%;
  position: fixed;
}
.mysb-modal-01-btn {
  margin: 0 auto;
  box-sizing: border-box;
  border: 4px #dbdfe2 solid;
  border-radius: 10px;
  background-color: #dbdfe2;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.mysb-modal-01-mark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 49%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.1s linear;
}
.mysb-modal-01--active-off > .mysb-modal-01-mark {
  left: 0;
  background-color: #4ec7b0;
  box-shadow: 0 0 8px #4ec7b0;
}
.mysb-modal-01--active-on > .mysb-modal-01-mark {
  left: 51%;
  background-color: #4ec7b0;
  box-shadow: 0 0 8px #4ec7b0;
}
.mysb-modal-01-off {
  width: 49%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
  transition: all 0.1s ease-in;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 8px;
  background-color: #fff;
}
.mysb-modal-01--active-off .mysb-modal-01-off {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: transparent;
}
.mysb-modal-01--active-on .mysb-modal-01-off {
  background-color: transparent;
}
.mysb-modal-01-on {
  width: 49%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.1s ease-in;
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: #212121;
  border-radius: 8px;
  background-color: #fff;
}
.mysb-modal-01--active-on .mysb-modal-01-on {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: transparent;
}
.mysb-modal-01--active-off .mysb-modal-01-on {
  background-color: transparent;
}
.mysb-modal-01-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10005;
}
.mysb-modal-01-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(112, 112, 112, 0.75);
}
.mysb-modal-01-inner {
  box-sizing: border-box;
  width: calc(100% - 30px);
  height: 92vh;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  z-index: 2;
  padding: 30px 5px 0 20px;
  background-color: #ecf0f4;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.mysb-modal-01-close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}
.mysb-modal-01-close-button-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.mysb-modal-01-close-button-icon::before,
.mysb-modal-01-close-button-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #fff;
}
.mysb-modal-01-close-button-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mysb-modal-01-close-button-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mysb-modal-01-top {
  box-sizing: border-box;
  width: 100%;
  overflow-y: auto;
  overflow-x: visible;
  flex-shrink: 1;
  flex-grow: 1;
  scrollbar-width: thin;
  scrollbar-color: #d4d8db #ffffff;
  -webkit-overflow-scrolling: touch;
  padding-right: 15px;
}
.mysb-modal-01-top::after {
  display: block;
  content: "";
  height: 20px;
}
.mysb-modal-01-top .mCSB_container {
  margin-right: 0;
  padding: 0 15px 0 0;
}
.mysb-modal-01-top .mCSB_scrollTools {
  width: 3px;
  opacity: 1;
}
.mysb-modal-01-top .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  width: 3px;
  border-radius: 3px;
  margin: 0;
}
.mysb-modal-01-top
  .mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: #d4d8db;
  width: 3px;
  border-radius: 3px;
  margin: 0;
}
.mysb-modal-01-bottom-note {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.mysb-modal-01-bottom-area {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 25px 0;
  margin-right: -5px;
  margin-left: -20px;
}
.mysb-modal-01-bottom-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: space-between;
}
.mysb-modal-01-bottom {
  box-sizing: border-box;
  width: 115px;
  max-width: 48%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #787878;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  color: #919191;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mysb-modal-01-bottom.mysb-modal-01-bottom--disable {
  background-color: #ecf0f4;
  color: #919191;
  cursor: default;
  border: none;
}
.mysb-modal-01-bottom.mysb-modal-01-bottom--active {
  background-color: #4789ed;
  color: #fff;
  border: none;
}
.mysb-modal-01-toggle {
  margin: 30px 0 0;
  display: none;
}
.mysb-modal-01-toggle--active {
  display: block;
}

.mysb-modal-01 .mysb-panel-07-accordion-close-section {
  padding: 0 5px 25px;
  margin-bottom: 20px;
}

.mysb-inner-modal {
}
.mysb-inner-modal-screen {
  position: fixed;
  top: -300px;
  left: -10px;
  right: -10px;
  bottom: -300px;
  z-index: 1;
  background-color: rgba(112, 112, 112, 0.75);
}
.mysb-modal-01-inner-normal {
  padding: 30px 20px;
}
.mysb-modal-01-inner-unusual {
  padding: 30px 20px;
}
.mysb-inner-modal-01-inner {
  height: auto !important;
}
.mysb-inner-modal-icon {
  display: block;
  width: 80px;
  margin: 0 auto 20px auto;
}
.mysb-inner-modal-title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
}
.mysb-inner-modal-text {
  text-align: center;
  font-size: 14px;
}
.mysb-inner-modal-close-btn {
  width: 200px;
  margin: 35px auto 0 auto;
}

.mysb-switch-modal-list-01 {
  margin: 40px 0 0;
}
.mysb-switch-modal-list-01-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  padding: 0 0 10px;
  color: #212121;
  border-bottom: 1px #c3ccd8 solid;
  text-align: center;
}
.mysb-switch-modal-list-01-inner {
  padding: 0 20px;
}
.mysb-switch-modal-list-01-item {
  margin: 25px 0 0;
}
.mysb-switch-modal-list-01-item + .mysb-switch-modal-list-01-item {
  margin: 30px 0 0;
  padding: 25px 0 0;
  border-top: 1px rgba(195, 204, 216, 0.5) solid;
}
.mysb-switch-modal-list-01-item-title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #212121;
  margin: 0 0 5px;
}

.mysb-panel-list-01 {
  margin: 20px 0 0;
  /*background-color: #FFF;
  border-radius: 8px;*/
  overflow: hidden;
}
.mysb-panel-list-01-item {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
}
.mysb-panel-list-01-item:last-child {
  margin-bottom: 0;
}
/*
.mysb-panel-list-01-item + .mysb-panel-list-01-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #C3CCD8;
}
*/
.mysb-panel-list-01-link {
  display: flex;
  align-items: center;
  padding: 10px 50px 10px 10px;
  background-image: url("../../img/shared/icon-arrow-right-blue-01.svg");
  background-size: 8px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.mysb-panel-list-01-link-disabled {
  display: flex;
  align-items: center;
  padding: 10px 50px 10px 10px;
  background-image: url("../../img/shared/icon-arrow-right-blue-01.svg");
  background-size: 8px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.mysb-panel-list-01-icon {
  width: 55px;
  margin: 0 10px 0 0;
}
.mysb-panel-list-01-icon-s {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mysb-panel-list-01-icon-item {
  max-width: 100%;
}
.mysb-panel-list-01-icon-item-s {
  width: 45px;
  height: 45px;
}
.mysb-panel-list-01-box {
  width: calc(100% - 65px);
  padding: 10px 0;
}
.mysb-panel-list-01-title {
  color: #212121;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
.mysb-panel-list-01-text {
  color: #8392a8;
  font-size: 13px;
  line-height: 20px;
}

.mysb-slide-list-01 {
  margin: 20px 0 0;
}
.mysb-slide-list-01-heading {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #212121;
  text-align: center;
}
.mysb-slide-list-01-inner {
  margin: 10px 0 0;
  border-top: 1px #c3ccd8 solid;
  border-bottom: 1px #c3ccd8 solid;
}
.mysb-slide-list-01-contents {
  padding: 0 20px;
}
.mysb-slide-list-01-item {
  border-bottom: 1px rgba(195, 204, 216, 0.5) solid;
}
.mysb-slide-list-01-item:last-child {
  border-bottom: none;
}
.mysb-slide-list-01-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 30px 8px 10px;
  box-sizing: border-box;
  min-height: 70px;
  background-image: url("../../img/shared/icon-arrow-right-blue-01.svg");
  background-size: 7px;
  background-position: right center;
  background-repeat: no-repeat;
}
.mysb-slide-list-01-title {
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  font-weight: bold;
}
.mysb-slide-list-01-text {
  font-size: 13px;
  line-height: 18px;
  color: #8392a8;
  margin: 5px 0 0;
}
.mysb-slide-list-01-navigation {
  margin: 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mysb-slide-list-01-prev {
  order: 1;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #484848;
  background-image: url("../../img/shared/icon-arrow-left-blue-01.svg");
  background-size: 8px;
  background-position: left center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.mysb-slide-list-01-next {
  order: 3;
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #484848;
  background-image: url("../../img/shared/icon-arrow-right-blue-01.svg");
  background-size: 8px;
  background-position: right center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.mysb-slide-list-01-navigation .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.mysb-slide-list-01-navigation .slick-dots {
  order: 2;
  display: inline-flex;
}
.mysb-slide-list-01-navigation .slick-dots > * {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in;
}
.mysb-slide-list-01-navigation .slick-dots > .slick-active {
  background-color: #4789ed;
}
.mysb-slide-list-01-navigation .slick-dots > * > * {
  display: none;
}

.mysb-shop-01 {
  margin: 30px 0 0;
}
.mysb-shop-01 + .mysb-shop-01 {
  padding: 30px 0 0;
  border-top: 1px #c3ccd8 solid;
}
.mysb-shop-01-title {
  font-size: 18px;
  line-height: 21px;
  color: #212121;
  text-align: center;
  font-weight: bold;
}
.mysb-shop-01-menu {
  margin: 15px 0 0;
  border-radius: 10px;
  overflow: hidden;
}
.mysb-shop-01-menu-item {
  background-color: #fff;
}
.mysb-shop-01-menu-item + .mysb-shop-01-menu-item {
  margin: 2px 0 0;
}
.mysb-shop-01-menu-title {
  padding: 20px 60px 20px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  line-height: 19px;
  background-color: #fff;
  position: relative;
  background-image: url("../../img/shared/icon-arrow-down-blue-01.svg");
  background-size: 16px;
  background-position: right 22px center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.mysb-shop-01-menu-title--active {
  color: #fff;
  background-color: #4789ed;
  background-image: url("../../img/shared/icon-arrow-up-white-01.svg");
}
.mysb-shop-01-menu-title:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 60px;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #ecf0f4;
}
.mysb-shop-01-menu-title--active:before {
  background-color: #fff;
}
.mysb-shop-01-menu-wrap {
  display: none;
}
.mysb-shop-01-menu-inner {
  padding: 20px 20px 15px;
}
.mysb-shop-01-menu-text {
  margin: 10px 0 0;
  color: #484848;
  font-size: 12px;
  line-height: 19px;
}
.mysb-shop-01-menu-text:first-child {
  margin: 0;
}
.mysb-shop-01-menu-input {
  border: 1px #95a3b7 solid;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 18px;
  color: #212121;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.mysb-shop-01-menu-input::placeholder {
  color: #95a3b7;
}
.mysb-shop-01-menu-map {
  margin: 15px 0 0;
}
.mysb-shop-01-menu-map-item {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.mysb-shop-01-menu-map .css-chvkh8 {
  outline: none;
}
.mysb-shop-01-menu-map .mapboxgl-canvas {
  outline: none;
}
.mysb-shop-01-menu-count {
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 0;
}
.mysb-shop-01-menu-num {
  font-size: 17px;
  color: #4789ed;
}
.mysb-shop-01-menu-box {
  margin: 15px 0 0;
}
.mysb-shop-01-menu-box:last-child {
  margin-bottom: 15px;
}
.mysb-shop-01-menu-box + .mysb-shop-01-menu-box {
  margin-top: 20px;
}
.mysb-shop-01-menu-box-title {
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  font-weight: bold;
}
.mysb-shop-01-menu-label {
  display: block;
  margin: 5px 0 0;
  position: relative;
}
.mysb-shop-01-menu-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ecf0f4;
  border-radius: 8px;
}
.mysb-shop-01-menu-label:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-left: 1px #fff solid;
  background-image: url("../../img/shared/icon-arrow-down-blue-01.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.mysb-shop-01-menu-select {
  border-radius: 8px;
  padding: 15px 40px 15px 15px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #95a3b7;
  position: relative;
  z-index: 3;
  outline: none;
}
.mysb-shop-01-menu-select--active {
  color: #212121;
}
.mysb-shop-01-menu-option {
  color: #212121;
}
.mysb-shop-01-menu-option:first-child {
  color: #95a3b7;
  display: none;
}
.mysb-shop-01-menu-select--active .mysb-shop-01-menu-option:first-child {
  font-size: 0;
}
.mysb-shop-01-menu-select--disable {
  pointer-events: none;
}
.mysb-shop-01-btn {
  opacity: 0.25;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
.mysb-shop-01-btn--active {
  opacity: 1;
  pointer-events: auto;
}
.mysb-shop-01-list {
  margin: 10px 0 0;
  border-top: 1px #c3ccd8 solid;
  border-bottom: 1px #c3ccd8 solid;
  padding: 0 20px;
}
.mysb-shop-01-list-item + .mysb-shop-01-list-item {
  border-top: 1px rgba(195, 204, 216, 0.5) solid;
}
.mysb-shop-01-list-link {
  box-sizing: border-box;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 35px 15px 0;
  background-image: url("../../img/shared/icon-arrow-right-blue-01.svg");
  background-size: 8px;
  background-position: right center;
  background-repeat: no-repeat;
}
.mysb-shop-01-list-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #212121;
}
.mysb-shop-01-list-range {
  font-size: 13px;
  line-height: 1;
  color: #8392a8;
  padding: 4px 0 1px 13px;
  background-image: url("../../img/shared/icon-map-pin.svg");
  background-size: 10px;
  background-position: left center;
  background-repeat: no-repeat;
}
.mysb-shop-01-detail {
  margin: 10px 0 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 15px;
}
.mysb-shop-01-detail-title {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #212121;
}
.mysb-shop-01-detail-info {
  margin: 15px 0 0;
  border-top: 1px #ecf0f4 solid;
  padding: 15px 0 0;
}
.mysb-shop-01-detail-text {
  font-size: 12px;
  line-height: 18px;
  color: #212121;
  display: flex;
}
.mysb-shop-01-detail-text + .mysb-shop-01-detail-text {
  margin: 5px 0 0;
}
.mysb-shop-01-detail-indent {
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 5px 0 0;
}
.mysb-shop-01-detail-address {
  flex-shrink: 1;
  flex-grow: 1;
}
.mysb-shop-01-detail-tel {
  flex-shrink: 1;
  flex-grow: 1;
  color: #4789ed;
  font-size: 16px;
  font-weight: bold;
}
.mysb-shop-01-text {
  font-size: 14px;
  line-height: 24px;
  color: #484848;
  margin: 15px 0 0;
}
.mysb-shop-01-terms {
  max-height: 360px;
  overflow: hidden;
  padding: 20px 10px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #484848;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}
.mysb-shop-01-terms-text {
  margin: 15px 0 0;
}
.mysb-shop-01-terms-text:first-child {
  margin: 0;
}
.mysb-shop-01-terms .mCSB_container {
  margin-right: 0;
  padding: 0 20px 0 0;
}
.mysb-shop-01-terms .mCSB_scrollTools {
  width: 3px;
  opacity: 1;
}
.mysb-shop-01-terms .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ecf0f4;
  width: 3px;
  border-radius: 3px;
  margin: 0;
}
.mysb-shop-01-terms
  .mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: #d4d8db;
  width: 3px;
  border-radius: 3px;
  margin: 0;
}
.mysb-shop-01-link {
  padding: 15px 0 30px;
  position: relative;
  z-index: 2;
}
.mysb-shop-01-link-item {
  display: inline-block;
  padding: 0 15px 0 0;
  background-image: url("../../img/shared/icon-arrow-right-blue-01.svg");
  background-size: 8px;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 1.5;
}

.mysb-consent-box-01 {
  border-top: 1px #c3ccd8 solid;
  text-align: center;
  margin: 30px 0 0;
  position: relative;
  z-index: 3;
}
.mysb-consent-box-01-mt0 {
  margin: 0;
}
.mysb-consent-box-01-mt15 {
  margin: 15px 0 0;
}
.mysb-consent-box-01-label {
  margin: 30px 0 0;
  display: inline-flex;
  align-items: center;
}
.mysb-consent-box-01-checkbox {
  display: none;
}
.mysb-consent-box-01-item {
  width: 28px;
  height: 28px;
  border: 1px #dae1e9 solid;
  position: relative;
  background-color: #fff;
  margin: 0 10px 0 0;
}
.mysb-consent-box-01-checkbox:checked + .mysb-consent-box-01-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/shared/icon-check-01.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.mysb-consent-box-01-text {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #4789ed;
}

.mysb-consent-box-01-wrap {
  text-align: left;
}
[mysb-js-consent-box="opacity"] .mysb-consent-box-01-wrap {
  opacity: 0.25;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
[mysb-js-consent-box="opacity"] .mysb-consent-box-01-wrap--active {
  opacity: 1;
  pointer-events: auto;
}
[mysb-js-consent-box="display"] .mysb-consent-box-01-wrap {
  display: none;
  pointer-events: none;
}
[mysb-js-consent-box="display"] .mysb-consent-box-01-wrap--active {
  pointer-events: auto;
}
[mysb-js-consent-box-color] {
  color: #484848;
}
[mysb-js-consent-box-color].mysb-consent-box-01-fade {
  color: #4789ed;
}

.mysb-section-01 {
  padding: 35px 30px 0;
  background-color: #ecf0f4;
}
.mysb-last-section {
  padding-bottom: 50px;
}
.mysb-title-01 {
  color: #212121;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}
.mysb-text-01 {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #484848;
}
.mysb-text-center {
  text-align: center;
}
.mysb-btn-01 {
  box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 295px;
  border: 1px #4789ed solid;
  border-radius: 23px;
  background-color: transparent;
  cursor: pointer;
  color: #4789ed;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  padding: 13px 40px;
  margin: 0 auto;
}
.mysb-btn-01--active {
  color: #fff;
  background-color: #4789ed;
  border: none;
}
.mysb-btn-01--disable {
  color: #b0cff1;
  border: 1px #b0cff1 solid;
  cursor: default;
}
.mysb-btn-02 {
  box-sizing: border-box;
  text-align: center;
  display: block;
  border: 1px #738399 solid;
  border-radius: 25px;
  background-color: transparent;
  color: #738399;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  padding: 16.5px 40px;
  cursor: pointer;
}
.mysb-btn-03 {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  display: block;
  border: 1px #4789ed solid;
  border-radius: 25px;
  background-color: transparent;
  color: #4789ed;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  padding: 4px 0;
  cursor: pointer;
}
.mysb-btn-03::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 7px;
  right: 15px;
  top: 50%;
  margin-top: -3.5px;
  background-image: url("../../img/shared/icon-tab-link.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.mysb-link-01 {
  color: #4789ed;
  font-weight: bold;
  text-decoration: underline;
}
.mysb-link-02 {
  word-break: break-all;
  word-wrap: break-word;
  text-decoration: underline;
}

.mysb-terms {
}
.mysb-terms-text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.mysb-terms-list {
  font-size: 13px;
  font-weight: bold;
  color: #4789ed;
}
.mysb-terms-list-item {
  position: relative;
  padding: 10px 0 0 15px;
}
.mysb-terms-list-item::before {
  position: absolute;
  content: "・";
  top: 13px;
  left: 0;
}
.mysb-terms-list-text {
  line-height: 1.7;
  border-bottom: 1px solid #4789ed;
}

.mysb-toggle-area {
  display: none;
}
.mysb-toggle-area--active {
  display: block;
}

.mysb-layout-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  background-color: #ecf0f4;
  height: 60vh;
}
.mysb-layout-error.full-screen {
  height: 100vh;
}
.mysb-layout-error-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 32px;
}
.mysb-layout-error-text {
  font-size: 14px;
}
.mysb-panel-07-accordion-close-subtitle {
  white-space: break-spaces;
  font-size: 13px;
  margin-left: -10px;
  line-height: 30px;
  margin-top: 20px;
}
.mysb-panel-07-accordion-close-subtext {
  white-space: break-spaces;
  font-size: 12px;
  line-height: 20px;
  color: #6c6c6c;
  font-weight: bold;
}
.mysb-panel-07-accordion-close-description {
  font-size: 12px;
  line-height: 1.7;
  color: #8392a8;
}
.mysb-panel-07-accordion-close-loop-section {
  padding-top: 30px;
}
.mysb-panel-07-accordion-close-loop-section:last-of-type {
  padding-top: 30px;
  padding-bottom: 25px;
}
