@charset "UTF-8";
div.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

div.ui-widget.ui-widget-content {
  border: 0;
}

div.ui-dialog {
  padding: 0;
  border: 0;
  margin: 0;
  opacity: 0.9;
  background: #fff;
}

div.ui-dialog .ui-dialog-content {
  padding: 0;
  position: static !important;
}

div.ui-dialog .ui-dialog-titlebar {
  display: none;
}

div.ui-dialog *:focus {
  outline-color: transparent;
  outline: none;
}

.ui-corner-all {
  -webkit-border-radius: 6px !important;
     -moz-border-radius: 6px !important;
          border-radius: 6px !important;
}

.modal.ui-dialog {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.newyear.ui-dialog {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.newyear_greet {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  top: -5px;
  background: #fff;
  -webkit-border-radius: 0 0 19.8px 19.8px;
     -moz-border-radius: 0 0 19.8px 19.8px;
          border-radius: 0 0 19.8px 19.8px;
}

.newyear_greet__text {
  font-size: 12px;
  font-weight: 400;
  color: #545454;
  padding: 8px 20px 0;
  line-height: 23px;
}

.newyear_greet__text--regards {
  padding: 0 0 8px;
  font-size: 12px;
  font-weight: 400;
  color: #545454;
  text-align: center;
}

.newyear_greet__btn {
  margin: 0;
  width: 100%;
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: #919191;
  background: #f6f4f4;
  -webkit-border-radius: 0 0 16px 16px;
     -moz-border-radius: 0 0 16px 16px;
          border-radius: 0 0 16px 16px;
}

#newyear-popup .card img {
  width: 100%;
}

#close-card {
  width: 44px;
  position: absolute;
  top: -16px;
  right: -16px;
  padding: 0;
  margin: 0;
  z-index: 700;
}

#close-card .close-img {
  width: 44px;
}

/* after web tutorial */
div#register_s_popup p {
  padding-bottom: 15px;
}

div#register_s_popup .s_popup_img {
  position: relative;
  width: 70%;
  margin-left: 15%;
  margin-bottom: -5%;
  z-index: 1;
}

div#register_s_popup .s_popup_img img {
  width: 100%;
}

div#register_s_popup .s_popup_message_area {
  position: relative;
  margin: 0 auto;
  padding: 10% 0 4% 0;
  width: 90%;
  top: -5px;
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  text-align: center;
}

div#register_s_popup .s_popup_message_text {
  font-size: 14px;
  color: #616161;
  line-height: 8px;
  font-weight: normal;
}

div#register_tutorial_completed_popup .tutorial_completed_popup_img {
  position: relative;
  width: 30%;
  margin-left: 35%;
  margin-bottom: -12%;
  z-index: 1;
}

div#register_tutorial_completed_popup .tutorial_completed_popup_img img {
  width: 100%;
}

div#register_tutorial_completed_popup .tutorial_completed_popup_body {
  position: relative;
  margin: 0 auto;
  width: 85%;
  top: -5px;
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  text-align: center;
}

div#register_tutorial_completed_popup .tutorial_completed_popup_message_area {
  position: relative;
  margin: 0 auto;
  padding: 18% 10% 6% 10%;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  text-align: center;
}

div#register_tutorial_completed_popup .tutorial_completed_popup_message_title {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #616161;
}

div#register_tutorial_completed_popup .tutorial_completed_popup_message_text {
  font-size: 14px;
  color: #616161;
  text-align: left;
}

div#register_tutorial_completed_popup .tutorial_completed_btn {
  width: 90%;
  margin-left: 5%;
  height: 44px;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: #88cdcd;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
}

div#register_tutorial_completed_popup .tutorial_completed_popup_footer {
  margin-top: 26px;
  background: #f6f4f4;
  -webkit-border-radius: 0 0 20px 20px;
     -moz-border-radius: 0 0 20px 20px;
          border-radius: 0 0 20px 20px;
}

div#register_tutorial_completed_popup #tutorial_completed_popup_close {
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  color: #919191;
}

/* AppDriverポップアップ */
.appdriver.ui-dialog {
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.appdriver_promotion {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 79%;
  background: #fff;
  -webkit-border-radius: 2.67vw;
     -moz-border-radius: 2.67vw;
          border-radius: 2.67vw;
}

.appdriver_promotion__btn {
  height: 44px;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  color: #919191;
  -webkit-border-radius: 0 0 2.67vw 2.67vw;
     -moz-border-radius: 0 0 2.67vw 2.67vw;
          border-radius: 0 0 2.67vw 2.67vw;
  background: #fff;
}

.appdriver_force_disabled {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.appdriver_force_disabled input {
  display: none;
}

.appdriver_force_disabled span {
  position: relative;
  padding-left: 3rem;
}

.appdriver_force_disabled span::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.appdriver_force_disabled span::after {
  position: absolute;
  display: inline-block;
  content: "";
  opacity: 0;
  top: -4px;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 8px;
  height: 4px;
  border: 1.5px solid #fff;
  border-width: 0 0 1.5px 1.5px;
}

.appdriver_force_disabled input:checked + span::before {
  border: 0;
  background: #40d0d0;
}

.appdriver_force_disabled input:checked + span::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
     -moz-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
       -o-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}

#appdriver-popup .card a {
  display: block;
}

#appdriver-popup .card img {
  width: 100%;
}

/* コミュニティ1通目無料メール */
.matching_first_mail.ui-dialog {
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.matching_first_mail_promotion {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 83%;
  background: #fff;
  -webkit-border-radius: 64px 64px 16px 16px;
     -moz-border-radius: 64px 64px 16px 16px;
          border-radius: 64px 64px 16px 16px;
}

.matching_first_mail_promotion__btn {
  height: 44px;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  color: #919191;
  -webkit-border-radius: 0 0 16px 16px;
     -moz-border-radius: 0 0 16px 16px;
          border-radius: 0 0 16px 16px;
  background: #f6f4f4;
}

#matching_first_mail-popup .card a {
  display: block;
}

#matching_first_mail-popup .card img {
  width: 100%;
  -webkit-border-radius: 16px 16px 0 0;
     -moz-border-radius: 16px 16px 0 0;
          border-radius: 16px 16px 0 0;
}

#popup_gmo_kessai {
  margin: 0 auto;
}

#popup_gmo_kessai .card {
  width: 100%;
}

div#ui-switch .card {
  position: relative;
  margin: 0 auto;
  width: 85%;
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  text-align: center;
}

div#ui-switch .card__message {
  position: relative;
  margin: 0 auto;
  padding: 24px 0 8px 0;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  text-align: center;
}

div#ui-switch .card__title {
  font-size: 14px;
  font-weight: bold;
  color: #616161;
}

div#ui-switch .card__button {
  display: block;
  width: 84%;
  margin: 16px auto 0 auto;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: #88cdcd;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
}

div#ui-switch .card__footer {
  margin-top: 16px;
  background: #f6f4f4;
  -webkit-border-radius: 0 0 20px 20px;
     -moz-border-radius: 0 0 20px 20px;
          border-radius: 0 0 20px 20px;
}

div#ui-switch .card__close {
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  color: #919191;
}

div#ui-switch .card a {
  text-decoration: none;
}

div#ui-switch #ui_switch_dialog_close {
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  color: #919191;
}

div#ui-switch .ui-switch__text {
  margin: 0 16px 16px;
  font-size: 14px;
  color: #616161;
}

div#ui-switch .ui-switch__link a {
  color: #88cdcd;
  font-size: 14px;
}

/* os update dialog */
#os_update .card {
  position: relative;
  margin: 0 auto;
  width: 85%;
  text-align: center;
}

#os_update .btn_fourth {
  width: 100%;
  display: inline-block;
  padding: 16px;
  font-size: 1.4rem;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background: #40d0d0;
  color: #fff;
}

.os_update__icon {
  position: relative;
  top: 8px;
  z-index: 10;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  padding: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
}

.os_update__contents {
  position: relative;
  top: -40px;
  padding: 56px 16px 16px;
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.os_update__title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.os_update__text {
  margin: 0 8px 16px;
  text-align: left;
  font-weight: normal;
  padding-bottom: 0;
}

.os_update__link {
  padding-bottom: 0;
  font-weight: normal;
}

.os_update__link a {
  color: #40d0d0;
}

.os_update__btn li {
  margin-top: 16px;
}

.os_update__note {
  padding-bottom: 0;
  margin-bottom: 8px;
  font-weight: normal;
}

.os_update.ui-dialog {
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  top: 0 !important;
  background-color: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 320px) {
  .os_update__contents {
    top: -40px;
    padding: 50px 8px 8px;
  }
  .os_update__icon {
    top: 8px;
  }
}

/* プロフ写真ガイドライン */
.prof-dialog.ui-dialog {
  opacity: 1;
}

.prof-dialog .font-common {
  font-stretch: normal;
  font-style: normal;
  text-align: left;
}

.prof-dialog-main-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.47px;
  color: #0c0c0c;
}

.prof-dialog-radiobtn-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #0c0c0c;
}

.prof-dialog-sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #6d6d6d;
}

.prof-dialog-list-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #0c0c0c;
}

.prof-dialog-list-text {
  margin-top: 3px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #0c0c0c;
}

.prof-dialog-btn-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.12px;
  text-align: center;
  color: #fa628a;
}

.prof-dialog-btn-text.close {
  margin-right: 20px;
}

.prof-dialog-btn-text.upload {
  display: inline-block;
  height: 36px;
  width: 134px;
  padding: 9px 0 0 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #fa628a;
  color: #fff;
  text-align: center;
}

.prof-dialog-card {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.14);
     -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  padding-top: 24px;
}

.prof-dialog-explan-area {
  margin: 0 24px;
}

.prof-dialog-main-title-area {
  margin-bottom: 26px;
  padding-bottom: 0;
  text-align: center;
}

.prof-dialog-sub-title-area {
  margin-bottom: 16px;
  padding-bottom: 0;
  text-align: center;
}

.prof-dialog-list-area {
  text-align: center;
}

.prof-dialog-list-text-area {
  vertical-align: middle;
  padding-bottom: 0;
}

.prof-dialog-list-area-ok {
  margin-right: 12px;
  margin-bottom: 16px;
  text-align: center;
  display: inline-block;
}

.prof-dialog-list-area-ok:last-child {
  margin-right: 0px;
}

.prof-dialog-link-photo-guide-area {
  margin-top: 10px;
  text-align: center;
}

.prof-dialog-radiobtn-area {
  margin: 26px 0 18px;
  text-align: center;
}

.prof-dialog-radiobtn-box {
  width: 20px;
  position: relative;
  padding-right: 8px;
  vertical-align: sub;
}

.prof-dialog-list-img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.prof-dialog-radiobtn-area input[type="radio"] {
  display: none;
}

.prof-dialog-radiobtn-area input[type="radio"] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 2px #0c0c0c;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff;
  line-height: 20px;
  padding-left: 0;
  background-image: none;
}

.prof-dialog-radiobtn-area input[type="radio"]:checked + label {
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 2px #19bebe;
  background-image: none;
}

.prof-dialog-radiobtn-area input[type="radio"]:checked + label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #19bebe;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.prof-dialog-btn-area {
  height: 52px;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prof-dialog-underline {
  border-bottom: 1px solid #e5e5e5;
}

.prof_photo_tips.ui-dialog {
  opacity: 1;
}

.prof_photo_tips-wrapper {
  height: 100%;
  background: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.prof_photo_tips-header {
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
     -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
  width: 100%;
  height: 56px;
  padding: 0 16px;
  z-index: 1;
}

.prof_photo_tips-header-title {
  font-weight: bold;
  font-size: 18px;
  color: #0c0c0c;
}

.prof_photo_tips-header-btn {
  width: 20px;
  height: 20px;
}

.prof_photo_tips-contents {
  height: 100%;
  overflow: scroll;
}

.prof_photo_tips-footer {
  position: fixed;
  bottom: 0;
  margin: auto;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  -webkit-box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.14);
     -moz-box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.14);
}

.prof_photo_tips-footer-text {
  font-weight: 500;
  font-size: 16px;
  color: #fa628a;
}

/* Facebook/Instagram 連携完了 */
.complete_sns_link.ui-dialog {
  opacity: 1;
  -webkit-border-radius: 2px !important;
     -moz-border-radius: 2px !important;
          border-radius: 2px !important;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.14);
     -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.14);
}

.complete_sns_link-contents {
  padding: 20px 24px 25px;
}

.complete_sns_link-contents__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.47px;
  color: #0c0c0c;
}

.complete_sns_link-contents__message {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  color: #6d6d6d;
}

.complete_sns_link-btn {
  height: 52px;
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.complete_sns_link-btn__close {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #fa628a;
}

/* Facebook/Instagram 連携失敗 */
.failed_sns_link.ui-dialog {
  opacity: 1;
  -webkit-border-radius: 2px !important;
     -moz-border-radius: 2px !important;
          border-radius: 2px !important;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.14);
     -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.14);
}

.failed_sns_link-contents {
  padding: 20px 24px 25px;
}

.failed_sns_link-contents__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.47px;
  color: #0c0c0c;
}

.failed_sns_link-contents__message {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  color: #6d6d6d;
}

.failed_sns_link-btn {
  height: 52px;
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.failed_sns_link-btn__retry {
  margin-bottom: 4px;
  margin-right: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #fa628a;
}

.failed_sns_link-btn__close {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #fa628a;
}

/* クレジットカード削除確認 */
#popupDeleteCreditCard {
  position: static;
  display: none;
  margin: auto;
  width: 83% !important;
}

.delete_credit_card.ui-dialog {
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.delete_credit_card-contents {
  position: relative;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #fff;
}

.delete_credit_card-contents_title {
  padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #0c0c0c;
}

.delete_credit_card-contents_message {
  margin: 8px 24px 20px;
  font-size: 12px;
  font-weight: 300;
  color: #6d6d6d;
}

.delete_credit_card-contents_button {
  margin: 16px;
  height: 44px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  background-color: #cd0086;
}

.delete_credit_card-contents_button-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
  color: #fff;
}

/* ガラホを非対応端末と判定 */
.garapho_dialog .card {
  position: relative;
  width: 85%;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  text-align: center;
}

.garapho_dialog .btn_fourth {
  width: 100%;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background: #40d0d0;
  color: #fff;
}

.garapho_dialog__contents {
  position: relative;
  padding: 16px;
  font-size: 12px;
}

.garapho_dialog__title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.garapho_dialog__text {
  margin: 0 8px 16px;
  text-align: left;
  font-size: 16px;
  color: #6d6d6d;
}

.garapho_dialog__btn li {
  margin-bottom: 16px;
}

.garapho_dialog__close {
  font-size: 14px;
  font-weight: bold;
  color: #9d9d9d;
}

.garapho_dialog_header {
  position: relative;
  padding-top: 2px;
  -webkit-border-radius: 20px 20px 0 0;
     -moz-border-radius: 20px 20px 0 0;
          border-radius: 20px 20px 0 0;
  background: #f5f6f8;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.garapho_dialog_header__text img {
  vertical-align: middle;
}

.garapho_dialog_header__close {
  position: absolute;
  top: 8px;
  right: 10px;
}

.garapho_dialog.ui-dialog {
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  top: 0 !important;
  background-color: rgba(0, 0, 0, 0);
}

div.new_dialog {
  opacity: 1;
}

div.new_dialog .ui-dialog-content {
  padding-bottom: 20px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
}

.new_card {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #fff;
  padding: 20px 24px 0;
}

.new_card__contents {
  margin-bottom: 36px;
}

.new_card__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #0c0c0c;
}

.new_card__text {
  font-size: 16px;
  color: #6d6d6d;
}

.new_card__bottom {
  text-align: right;
}

.new_card .btn {
  display: inline-block;
  height: 36px;
  padding: 9px 16px 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  background-color: #fa628a;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}

#setting_birthday-dialog .next-dialog-button_area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

#setting_birthday-dialog .next-dialog-button_area a {
  color: #fff;
}

/*# sourceMappingURL=dialog.css.map */
