@charset "utf-8";

.mem-text {
  font-weight: 500;
}

.mem-textLeft {
  text-align: left;
}

.mem-textRight {
  text-align: right;
}

.mem-textCenter {
  text-align: center;
}

.mem-textBold {
  font-weight: bold !important;
}

.mem-textWarning {
  color: #de0202;
}

.mem-textAnnotation {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
}

.mem-textDarkGray {
  color: #787878 !important;
}

.mem-textLink {
  color: #de0202;
  text-decoration: none;
  border-bottom: 1px solid #de0202;
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.mem-textLink:hover {
  opacity: .5;
}

.mem-textLink--blank::after {
  content: "　";
  display: inline-block;
  margin-left: 0.5em;
  width: 0.7em;
  height: auto;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLjg6zjgqTjg6Tjg7xfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDIwIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8ZyBzdHlsZT0iZmlsbDogI2RlMDIwMiI+Cgk8cGF0aCBkPSJNMTgsMEg2SDR2MnY4djJoMmgxMmgydi0yVjJWMEgxOHogTTE4LDEwSDZWMmgxMlYxMHoiLz4KCTxwb2x5Z29uIHBvaW50cz0iMiwyIDAsMiAwLDE0IDAsMTYgMiwxNiAxOCwxNiAxOCwxNCAyLDE0IAkiLz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center center;
}

.mem-pageTitle {
  font-weight: bold;
  text-align: center;
}

.mem-sectionTitle {
  position: relative;
  text-align: center;
  font-weight: 500;
}

.mem-sectionTitle::before {
  content: "";
  margin: 0 auto;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
}

.mem-panel {
  padding: 12px 15px;
  border-width: 2px;
  border-style: solid;
}

.mem-panel p {
  font-weight: 500;
}

.mem-panel--warning {
  border-color: #de0202;
  color: #de0202;
}

.mem-gradText {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#d92c6b), to(#ec6e1e));
  background: -o-linear-gradient(left, #d92c6b, #ec6e1e);
  background: linear-gradient(90deg, #d92c6b, #ec6e1e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e60012!important;
}

.mem-button--disabled .mem-gradText {
  color: #c8c8c8!important;
  background: #fff;
  -webkit-text-fill-color: inherit;
}

.mem-button {
  display: -webkit-box;
	display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
  position: relative;
  text-decoration: none;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mem-button::before, .mem-button::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.mem-button::before {
  bottom: 0;
  left: 0;
  border-color: transparent;
  border-bottom-color: #FFF;
}

.mem-button::after {
  top: 0;
  right: 0;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.mem-button:active {
  border: none;
  top: 3px;
  left: 3px;
}

.mem-button:active .mem-button__inner {
  padding: 2px;
}

.mem-button:active::after, .mem-button:active::before {
  content: none;
}

.mem-button__text {
  display: -webkit-box;
	display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #fff;
  width: 100%;
  position: relative;
  border-radius: 2px;
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.mem-button__text .mem-button__label {
  margin-bottom: 0;
}

button[type="submit"].mem-button__label {
  background: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mem-button__label {
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000000;
  font-weight: 500;
}

.mem-button--default {
  background: #000;
}

.mem-button--default:hover .mem-button__text {
  background: #eee;
}

.mem-button--grad {
  background: -webkit-gradient(linear, left top, right top, from(#d92c6b), to(#ec6e1e));
  background: -o-linear-gradient(left, #d92c6b, #ec6e1e);
  background: linear-gradient(to right, #d92c6b, #ec6e1e);
}

.mem-button--grad:hover .mem-button__text {
  background: #FBF3EF;
}

.mem-button--line {
  background: #00b900;
}

.mem-button--line .mem-button__label {
  color: #00b900;
}

.mem-button--line:hover .mem-button__text {
  background: #f0faf0;
}

.mem-button--tw {
  background: #000;
}

.mem-button--tw .mem-button__label {
  color: #000;
}

.mem-button--tw:hover .mem-button__text {
  background: #f2f2f2;
}

.mem-button--fb {
  background: #1877f2;
}

.mem-button--fb .mem-button__label {
  color: #1877f2;
}

.mem-button--fb:hover .mem-button__text {
  background: #f1f7fe;
}

.mem-button--g {
  background: #000;
}

.mem-button--g .mem-button__label {
  color: #000;
}

.mem-button--g:hover .mem-button__text {
  background: #f2f2f2;
}

.mem-button--y {
  background: #ff0033;
}

.mem-button--y .mem-button__label {
  color: #ff0033;
}

.mem-button--y:hover .mem-button__text {
  background: #fff5f7;
}

.mem-button--line .mem-button__text,
.mem-button--tw .mem-button__text,
.mem-button--fb .mem-button__text,
.mem-button--g .mem-button__text,
.mem-button--y .mem-button__text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mem-button--disabled {
  border: none;
  top: 3px;
  left: 3px;
  background: #cccccc;
  cursor: default;
  pointer-events: none;
}

.mem-button--disabled::after, .mem-button--disabled::before {
  content: none;
}

.mem-button--disabled .mem-button__inner {
  padding: 2px;
}

.mem-button--disabled .mem-button__label {
  color: #cccccc;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}

.mem-button--disabled:hover .mem-button__text {
  background: #fff;
}

.mem-button__inner {
  display: -webkit-box;
	display: -webkit-flex;
  display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: inherit;
}

.mem-button__inner__register {
height: 50px;
}

.mem-button__icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mem-button p {
  margin-bottom: 0;
}

.mem-buttonGroup > .mem-button:not(:last-child) {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mem-stripeBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background: url(data:image/gif;base64,R0lGODlhCAAIAIAAAP///+7u7iH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzYwLCAyMDIwLzAyLzEzLTAxOjA3OjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjc5NzlhNWVlLTQzYzQtNDliMC05ZGY1LThhOTk4ZjEwNTZiZiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyREZBMDRGREEzRUIxMUVBQjE1OUFFN0JGMUYxQjFCMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyREZBMDRGQ0EzRUIxMUVBQjE1OUFFN0JGMUYxQjFCMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmE1ZjVkMmFhLTJhNTItNGY4Ni1hMTNjLTkyMGUwOThjNWE3ZiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjY3YTUxNDNhLTgwYzctYTA0Ny1iZGEwLTBhOGE3NDIxM2UwYiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAAIAAgAAAINjANwl9uLFJOOwnpTAQA7);
}

.mem-stripeBox__lead {
  position: relative;
  font-weight: bold;
}

.mem-stripeBox__wrap504 {
  position: relative;
}

.mem-stripeBox__wrap504:not(:last-child) {
  margin-bottom: 20px;
}

.mem-stripeBox__title {
  text-align: center;
  position: relative;
}

.mem-stripeBox__title::before {
  content: "";
  margin: 0 auto;
  position: absolute;
  display: block;
  width: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
}

.mem-stripeBox__text {
  font-size: 16px;
  font-weight: 400;
}

.mem-stripeBox__connecting_word {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

body.IE .mem-button--disabled .mem-button__label {
  color: #eeeeee;
}

body.IE .mem-gradText {
  background: none;
  color: #E60012;
  -webkit-text-fill-color: initial;
}

@media screen and (min-width: 980px) {
  .mem-pcHidden {
    display: none !important;
  }
  .mem-content {
    width: 900px;
    margin: 70px auto 120px;
  }
  .mem-section {
    margin-bottom: 80px;
  }
  .mem-section__inner {
    margin-bottom: 40px;
  }
  .mem-pageTitle {
    margin-bottom: 50px;
    font-size: 28px;
  }
  .mem-sectionTitle {
    font-size: 24px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .mem-sectionTitle::before {
    height: 6px;
    width: 120px;
  }
  .mem-panel {
    font-size: 14px;
    max-width: 900px;
    text-align: center;
    margin: 50px auto 30px auto;
  }
  .mem-button {
    height: 75px;
  }
  .mem-button::before, .mem-button::after {
    border-width: 0 4px 4px 0px;
  }
  .mem-button__text {
    font-size: 20px;
  }
  .mem-button--sm {
    height: 60px;
  }
  .mem-button--sm__text {
    font-size: 16px;
  }
  .mem-button--line .mem-button__label,
  .mem-button--tw .mem-button__label,
  .mem-button--fb .mem-button__label,
  .mem-button--g .mem-button__label,
  .mem-button--y .mem-button__label {
    padding-left: 25px;
  }
  .mem-button__inner {
    padding: 2px 3px 3px 2px;
  }

  .mem-button__inner__register {
    height: 75px;
  }
  .mem-button__icon {
    width: 42px;
    height: 42px;
  }
  .mem-stripeBox {
    width: 900px;
  }
  .mem-stripeBox__inner {
    padding: 40px;
  }
  .mem-stripeBox__lead {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .mem-stripeBox__wrap504 {
    width: 504px;
    margin: 0 auto;
  }
  .mem-stripeBox__title {
    font-size: 24px;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
  .mem-stripeBox__title::before {
    height: 6px;
  }
  .mem-stripeBox__connecting_word {
    font-size: 24px;
  }
}

@media screen and (max-width: 979px) {
  .mem-spHidden {
    display: none !important;
  }
  .mem-content {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .mem-section {
    margin-bottom: 50px;
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mem-section__inner {
    margin-bottom: 30px;
  }
  .mem-pageTitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .mem-sectionTitle {
    font-size: 18px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .mem-sectionTitle::before {
    width: 75px;
    height: 4px;
  }
  .mem-panel {
    font-size: 12px;
    margin: 40px auto 30px auto;
  }
  .mem-button {
    height: 50px;
  }
  .mem-button::before, .mem-button::after {
    border-width: 0 4px 4px 0px;
  }
  .mem-button__text {
    font-size: 14px;
  }
  .mem-button--sm {
    height: 50px;
  }
  .mem-button--sm__text {
    font-size: 12px;
  }
  .mem-button--line .mem-button__label,
  .mem-button--tw .mem-button__label,
  .mem-button--fb .mem-button__label,
  .mem-button--g .mem-button__label,
  .mem-button--y .mem-button__label {
    padding-left: 20px;
  }
  .mem-button__inner {
    padding: 1px 3px 3px 1px;
  }
  .mem-button__icon {
    width: 30px;
    height: 30px;
  }
  .mem-stripeBox {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .mem-stripeBox__inner {
    padding: 25px 4vw;
  }
  .mem-stripeBox__lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .mem-stripeBox__title {
    font-size: 18px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .mem-stripeBox__title::before {
    height: 4px;
  }
}
