@charset "UTF-8";
/* ==================================================
Foundation
================================================== */
/* variable ----------------------------------------------- */
/* ==================================================
Object
================================================== */
/* Component ------------------------------------------- */
.c-btn--general {
  background-color: #e0e0e0;
  width: 240px;
  height: 44px;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  color: #616161;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.c-btn--general.c-icon--arrow--right--blank--after:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -12px 0 0 0;
}

.c-btn--general.is-active {
  background-color: #c1c1c1;
}

.c-btn--top {
  background: #eee;
  border: 1px solid #e0e0e0;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px auto 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-btn--top.c-icon--arrow--top--blank:before {
  font-size: 1.2rem;
  color: #212121;
  margin-right: 0;
  top: 0;
  z-index: 1;
}

.c-btn--top.is-active {
  background-color: #c1c1c1;
}

.c-btn--low {
  background-color: #e0e0e0;
  width: 240px;
  height: 32px;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  color: #616161;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-btn--low.c-icon--arrow--right--blank:after {
  content: "\EA04";
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: 2px;
}

.c-btn--low.c-icon--arrow--right--blank:before {
  display: none;
}

.c-btn--low.is-active {
  background-color: #c1c1c1;
}

.c-btn--action {
  background-color: #64ccad;
  height: 44px;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-btn--action.is-active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #3cb792;
}

.c-btn--payment {
  height: 44px;
  padding: 5px;
  -webkit-box-shadow: 0 4px 0 #3cb792;
     -moz-box-shadow: 0 4px 0 #3cb792;
          box-shadow: 0 4px 0 #3cb792;
}

.c-btn--payment-caption {
  display: block;
  height: 18px;
  margin-bottom: 3px;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.c-btn--payment-point {
  display: inline-block;
  width: auto;
  height: 14px;
  padding: 0 12px;
  color: #64ccad;
  font-size: 1rem;
  vertical-align: top;
  background-color: #fff;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.c-btn--memo-category {
  position: relative;
  display: inline-block;
  height: 16px;
  padding: 0px 32px 0 8px;
  background-color: #eee;
  color: #616161;
  font-size: 1rem;
  border: none;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.c-btn--memo-category:before {
  position: absolute;
  top: 0px;
  right: 10px;
  content: '\EA02';
  font-family: 'icon';
  font-size: 1rem;
}

.c-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  padding: 24px 16px;
  color: #212121;
  font-size: 1.6rem;
  background: #fff;
  border: 3px solid #f884a3;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  z-index: 8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.c-dialog--content-wrap {
  margin-bottom: 16px;
}

.c-dialog--text {
  min-height: 2.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}

.c-dialog--btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.c-dialog--btn {
  display: block;
  width: 50%;
  min-width: 120px;
  height: 44px;
  margin: 0 8px;
  line-height: 44px;
  cursor: pointer;
}

.c-dialog--btn--general {
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

.c-overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.c-overlay--loading {
  background: rgba(255, 255, 255, 0.7);
}

.c-overlay--fade {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.c-overlay--fade.is-show {
  display: block;
}

.c-overlay--fade.is-active {
  opacity: 1;
}

.c-overlay--fade.is-hide {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
}

/* Project --------------------------------------------- */
/* GeneralTop */
/* .p-general-top-bbs-search-verify-dialog-wrap */
.p-general-top-bbs-search-verify-dialog-wrap {
  font-family: -apple-system, ‘Helvetica Neue’, ’Hiragino Kaku Gothic ProN’, ‘游ゴシック’, ’メイリオ’, meiryo, sans-serif;
  font-size: 62.5%;
}

/* .js-general-top-bbs-search-verify-dialog */
.js-general-top-bbs-search-verify-dialog {
  font-size: 1.6em;
}

.p-general-top-bbs-search-verify-dialog--heading {
  min-height: 2.4em;
  font-size: 1rem;
  line-height: 2.4em;
}

.p-general-top-bbs-search-verify-dialog--btn {
  font-size: 1rem;
}

/*# sourceMappingURL=general-top.css.map */
