@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 13px;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

th {
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

body, input, select, textarea, button {
  color: #333;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Tahoma","ＭＳ Ｐゴシック","sans-serif";
  word-wrap: break-word;
}

a, a:visited, a:active {
  /*color: $color-main;*/
  text-decoration: none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=radio]::-ms-check {
  display: none;
}

a img {
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
}

.svg {
  visibility: hidden;
  height: 0;
}

.icon {
  display: block;
  position: absolute;
}

.jq-accordion .ac-toggle {
  display: none;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#cmn-hdr {
  width: 100%;
}

.cmn-main {
  width: 980px;
  margin: 0 auto 50px;
}

#cmn-fot {
  width: 100%;
}

/** 共通パーツ */
.container-single {
  width: 450px;
  margin: 0 auto;
}

.attention-top {
  margin-top: 20px;
  padding: 10px;
  background-color: #b6b6b6;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.heading {
  margin: 40px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

.form-title {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

/** 似たような役割で .frm-ipt がありますが
今後新規で作る場合はこちらの .form-text-field を使用してください。 */
.form-text-field {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
}

.form-text-field.bg-err {
  background-color: #fcdcdc;
}

.form-text-field.bg-err + .error-message {
  margin-top: -10px;
  margin-bottom: 20px;
}

.form-text-field input {
  width: 100%;
  padding: 13px 10px 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: normal;
}

.form-text-field input::-webkit-input-placeholder {
  color: #b8b8b8;
}

.form-text-field input:-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.form-text-field input::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}

.form-text-field input:-ms-input-placeholder {
  color: #b8b8b8;
}

.form-text-field input.em-placeholder::-webkit-input-placeholder {
  color: #333;
}

.form-text-field input.em-placeholder:-moz-placeholder {
  color: #333;
  opacity: 1;
}

.form-text-field input.em-placeholder::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.form-text-field input.em-placeholder:-ms-input-placeholder {
  color: #333;
}

.form-text-field input.input-password {
  padding-right: 62px;
}

.form-select-field {
  position: relative;
}

.form-select-field select {
  height: auto;
  padding: 13px 34px 12px 15px;
  border: 1px solid #ccc;
  background: none;
  font-size: 14px;
}

.form-select-field select::-ms-expand {
  display: none;
}

.form-select-field::before {
  position: absolute;
  top: 0;
  right: 34px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  padding: 0;
  border-top: 7px solid #888;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  pointer-events: none;
  content: '';
}

_:lang(x)::-ms-backdrop, .form-select-field select:not(:target) {
  padding-right: 34px;
}

.form-button-display-password {
  position: absolute;
  top: 9px;
  right: 10px;
}

.form-button-display-password input[type=checkbox] + label {
  margin-right: 0;
  padding-left: 10px;
  color: #00a699;
}

.form-button-display-password input[type=checkbox] + label::before {
  width: 0;
  border: none;
}

.form-button-display-password input[type=checkbox]:checked + label::after {
  display: none;
}

.form-text-confirm {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.5;
}

.form-text-note {
  margin: -10px 0 20px;
  color: #888;
  font-size: 12px;
  line-height: 1.33333;
}

.button-wrapper {
  margin-bottom: 15px;
}

.button-submit {
  position: relative;
  width: 100%;
  padding: 17px 10px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.button-submit.secondary {
  padding: 16px 10px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-weight: normal;
}

.button-submit.green {
  padding: 22px 10px;
  background: #4dc1b7;
}

.button-submit.green:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.text-help {
  text-align: right;
}

.text-help-link {
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
}

.container-action {
  margin-top: 30px;
  padding: 20px 15px;
  background-color: #f0f0f0;
}

.container-action .caution-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.285;
}

.container-action .caution-text a {
  display: inline;
  color: #333;
  text-decoration: underline;
}

.container-action-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}

.container-action-list {
  margin-bottom: 12px;
}

.container-action-text {
  font-size: 14px;
  line-height: 1.285;
}

.container-action-text a {
  display: inline;
  color: #333;
  text-decoration: underline;
}

.container-action-link {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding: 18px 0;
  border: 1px solid #888;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.container-action-link .icon {
  top: 0;
  right: 10px;
  bottom: 0;
  width: 8px;
  height: 14px;
  margin: auto;
  fill: #999;
}

.footer-link-wrapper {
  margin-top: 30px;
  text-align: center;
}

.footer-link {
  color: #00a699;
  font-size: 16px;
  line-height: 1;
}

.footer-link.back-home {
  font-size: 14px;
}

.display-number-wrapper {
  margin-bottom: 20px;
  padding: 20px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
}

.display-number {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.display-number-title {
  position: relative;
  top: -3px;
  padding-right: 12px;
  font-size: 14px;
}

.display-number-tel {
  font-size: 24px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', ArialMT, Helvetica, 'TT-UDShinMGo-F-Droid-Regular', メイリオ, sans-serif;
  font-weight: bold;
}

.display-number-note {
  padding-top: 10px;
  color: #888;
  font-size: 12px;
}

.err-msg {
  width: 950px;
  margin: 20px auto 0;
  padding: 10px 15px 8px;
  background: #fcdcdc;
  border: 1px solid #e63232;
}

.err-msg p {
  position: relative;
  padding-left: 18px;
  color: #e63232;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
}

.err-msg .icon {
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  fill: #e63232;
}

.error-message {
  margin-bottom: 5px;
  color: #f54747;
  font-size: 12px;
  font-weight: bold;
}

.frm-ipt + .error-message,
.dbl-frm-ipt + .error-message,
.input-birth + .error-message,
.list-frm-ipt + .error-message {
  margin: -17px 0 20px;
}

.other-msg {
  box-sizing: border-box;
  border-radius: 5px;
  width: 980px;
  margin: 15px auto 0;
  padding: 13px;
  border: 1px solid #68ba9d;
  background-color: #e7eeeb;
}

.other-msg p {
  color: #038153;
  line-height: 1.6;
  text-align: center;
}

.other-msg p a {
  display: inline-block;
  color: #333;
  text-decoration: underline;
  text-align: center;
}

.other-msg p a:hover {
  opacity: .8;
}

.cmn-btn-fb,
.cmn-btn-line,
.cmn-btn-yahoo,
.cmn-btn-gray,
.cmn-btn-darkgray,
.cmn-btn-black {
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  width: 100%;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.cmn-btn-fb:hover,
.cmn-btn-line:hover,
.cmn-btn-yahoo:hover,
.cmn-btn-gray:hover,
.cmn-btn-darkgray:hover,
.cmn-btn-black:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.cmn-btn-yahoo {
  background: #ff0033;
  color: #fff;
}

.cmn-btn-yahoo .icon {
  top: 50%;
  left: 20px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
}

.cmn-btn-fb {
  background: #1877f2;
  color: #fff;
}

.cmn-btn-fb .icon {
  top: 50%;
  left: 20px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
}

.cmn-btn-line {
  background: #06c755;
  color: #fff;
}

.cmn-btn-line .icon {
  top: 50%;
  left: 20px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
}

.cmn-btn-gray {
  border-bottom: 3px solid #ccc;
  background: #e5e5e5;
  color: #333;
}

.cmn-btn-gray .icon {
  top: 50%;
  right: 10px;
  width: 8px;
  height: 14px;
  margin: -7px 0 0 0;
  fill: #999;
}

.cmn-btn-black {
  border-bottom: 3px solid #000;
  background: #333;
  color: #fff;
}

.cmn-btn-darkgray {
  border-bottom: 3px solid #5a5a5a;
  background: #999;
  color: #fff;
}

form {
  /*　IE11,IE10　*/
}

form .frm-ipt {
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  background: #fff;
}

form .frm-ipt:last-child {
  margin-bottom: 5px;
}

form .frm-ipt input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 0;
  font-size: 14px;
  vertical-align: middle;
}

form .frm-ipt input::-webkit-input-placeholder {
  color: #999;
}

form .frm-ipt input:-moz-placeholder {
  color: #999;
  opacity: 1;
}

form .frm-ipt input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

form .frm-ipt input:-ms-input-placeholder {
  color: #999;
}

form select {
  /*　矢印を消す　*/
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  /* Firefox用 */
  text-overflow: "";
  /* Firefox用 */
  appearance: none;
  margin-bottom: 20px;
  padding: 0 25px 0 4px;
  height: 28px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABuCAYAAACjttSEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFFNTZBMTZDRkRDQjExRTRCNTY5OTVGRDQ5MTRFNjFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFFNTZBMTZERkRDQjExRTRCNTY5OTVGRDQ5MTRFNjFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUU1NkExNkFGRENCMTFFNEI1Njk5NUZENDkxNEU2MUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUU1NkExNkJGRENCMTFFNEI1Njk5NUZENDkxNEU2MUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4i2CAPAAAC9klEQVR42uyc3WoaQRiGxxLoSS8g0Itoe9Zr6IEX0Avo/fSo9byQc6G3oBgTxfpvQMQEETFByb+idt4eFGlDq3Fnd9x9HvhA193vG58s68zsbFKZTGZlIAhubNRsHNn4amOmjS/wEhivbLy38dlGwcZrBLvjrY3vNl4i2B1vbHxCsFs+Itgt7xDsFq7BrkEwghEMCEYwggHBCEYwIBjBgGAEIxgQjGAEA4IRjGAUIBjBgGAEIxgQjGAEA4IRDAhGMIJhQw7CKJJOp83h4aFXX3w4HJpsNhuPMziXy5nVyp8HStUWtSk2l4jxeGza7bY3gtUWtSlW1+BisWhms1nkctUGtSV2P3L39/emVCpFLlhtUFti2Yuo1+tmOp1GJle1a7VafLtpi8XC5PP5yASr9nK5jHc/uN/vm4uLi9DlqqZqJ2KgoS5SmGeSaoXVLfNC8GQyMY1GI7R6qqWaiRoqn5ycmIeHB+d1VEO1EjcXof5oGF9cNaLsf0c62dNsNs3V1ZWz/MqtGlESqWDXcwI+zIFEPl05GAxMr9cLPK9yKnfUeDEfrAGABiFxGdB4J/j6+tpUq9XA8imXciJ4jXK5bO7u7nbOoxzK5QveCJ7P5+b4+HjnPMqhXAh+gk6nY0aj0bOP17HK4RPe3fTcpdsW1XzDXgnWWXh2drb1cTpml7M/MYKfcx0N6vqdGMG3t7emUqlsvL/21TEI3gJJ26Qvq322+WMgeG00VigU/ruf9glyFJgYwaLb7f5zPkGfaR+f8X5tmuYUnpoR0zZf5hv2WvDl5aVptVp/bdc2fYbgAPhzVVDYq3NiL1j31U5PT3+/1+sw7uclRrDQqiDdGVbo9b5wsC8N1doG/ailUqnQV+ckQrA4Pz83+waPECAYwYBgBCMYEIxgBAOCEQwIRjCCAcEIRjAgGMEIRgGCEQwIRjCCAcEIRjAgGMGwxg2C3VJDsFuOEOyOHzYyCHaDnu39YOPxABeBoafR9U/avtn4YuPXc2c/BRgA4YVpotbnJ2kAAAAASUVORK5CYII=') no-repeat;
  background-size: 22px 28px;
  background-position: right center;
  font-size: 13px;
}

form .bg-err {
  background-color: #fcdcdc;
}

form .dbl-frm-ipt {
  margin-bottom: 0;
}

form .dbl-frm-ipt .frm-ipt:first-child {
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

form .dbl-frm-ipt .frm-ipt:last-child {
  margin-bottom: 20px;
  border-radius: 0 0 3px 3px;
}

form .dbl-frm-ipt:last-child {
  margin-bottom: -15px;
}

form .list-frm-ipt .frm-ipt {
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 0;
}

form .list-frm-ipt .frm-ipt:first-child {
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

form .list-frm-ipt .frm-ipt:last-child {
  margin-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 0 0 3px 3px;
}

form .sup-text {
  margin: -17px 0 20px;
  color: #666;
  font-size: 12px;
}

.input-birth li {
  float: left;
  margin-right: 5px;
}

.input-birth li:last-child {
  margin-right: 0;
}

.input-birth li .frm-ipt {
  display: inline-block;
  width: 80px;
  margin-right: 5px;
}

.input-birth li .frm-ipt input {
  height: 30px;
  padding: 5px 5px 5px 10px;
}

.input-birth li .frm-ipt input::-webkit-input-placeholder {
  color: #999;
}

.input-birth li .frm-ipt input:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.input-birth li .frm-ipt input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.input-birth li .frm-ipt input:-ms-input-placeholder {
  color: #999;
}

input[type=checkbox] {
  display: inline-block;
  margin-rigth: 6px;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-left: 5px;
  line-height: 30px;
  cursor: pointer;
}

input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background: #fff;
}

input[type=checkbox] + label::before {
  border: 1px solid #b6b6b6;
}

input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 9px;
  margin-top: -6px;
  border-left: 3px solid #666;
  border-bottom: 3px solid #666;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nomal {
  display: inline;
}

.nomal input[type=radio] {
  display: inline-block;
  width: auto;
  margin-right: 6px;
}

.nomal input[type=radio]:not(:last-of-type) + label {
  margin-right: 20px;
}

.nomal input[type=radio] + label {
  padding: 0;
}

.frm-ipt.nomal {
  display: block;
}

.switch input[type="radio"] {
  padding-right: 20px;
}

.switch input[type="radio"]:first-of-type + label {
  border-radius: 3px 0 0 3px;
}

.switch input[type="radio"]:last-of-type + label {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

.switch input[type="radio"]:checked + label {
  display: block;
  background-color: #5a5a5a;
  color: #fff;
}

.switch input[type="radio"]:checked + label::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 8px;
  width: 8px;
  height: 3px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.switch label {
  display: block;
  margin-right: 0;
  padding: 10px;
  border: 1px solid #b6b6b6;
  color: #999;
  box-sizing: border-box;
  border-radius: 3px 0 0 3px;
  background-color: #fff;
  font-size: 13px;
  position: relative;
  float: left;
  width: 50%;
  padding: 10px;
  text-align: center;
}

.switch input[type="radio"]:last-of-type + label {
  border-left: 0;
  border-radius: 0 3px 3px 0;
}

html:not(:target) .switch input[type="radio"]:checked + label::after {
  display: none\9;
}

.frm-switch-radio-wrap {
  position: relative;
  width: 79px;
  height: 30px;
}

.frm-switch-radio-wrap label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  box-sizing: border-box;
  cursor: pointer;
}

.frm-switch-radio-wrap label .frm-switch-radio-text {
  color: #fff;
  font-size: 12px;
}

.frm-switch-radio-wrap label::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
}

.frm-switch-radio-wrap input[type='radio']:not(:checked) + label {
  z-index: 1;
  opacity: 0;
}

.frm-switch-radio-wrap .frm-switch-radio-on + label {
  padding-left: 20px;
  background: #4dc1b7;
}

.frm-switch-radio-wrap .frm-switch-radio-on + label::after {
  -webkit-transform: translateX(-34px);
          transform: translateX(-34px);
}

.frm-switch-radio-wrap .frm-switch-radio-on:checked + label::after {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}

.frm-switch-radio-wrap .frm-switch-radio-off + label {
  padding-left: 33px;
  background: #bbb;
}

.frm-switch-radio-wrap .frm-switch-radio-off + label::after {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.frm-switch-radio-wrap .frm-switch-radio-off:checked + label::after {
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
}

a.frm-switch-radio-wrap label {
  pointer-events: none;
}

.frm-switch-checkbox-wrap label {
  display: block;
  width: 79px;
  height: 30px;
  cursor: pointer;
}

.frm-switch-checkbox-wrap .frm-switch-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 33px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #bbb;
}

.frm-switch-checkbox-wrap .frm-switch-checkbox .frm-switch-checkbox-text {
  color: #fff;
  font-size: 12px;
}

.frm-switch-checkbox-wrap .frm-switch-checkbox .frm-switch-checkbox-text.is-checked {
  display: none;
}

.frm-switch-checkbox-wrap .frm-switch-checkbox::after {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #fff;
  -webkit-transform: translateX(-52px);
          transform: translateX(-52px);
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
}

.frm-switch-checkbox-wrap input[type='checkbox']:checked + .frm-switch-checkbox {
  padding-left: 20px;
  background: #4dc1b7;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.frm-switch-checkbox-wrap input[type='checkbox']:checked + .frm-switch-checkbox .frm-switch-checkbox-text {
  display: none;
}

.frm-switch-checkbox-wrap input[type='checkbox']:checked + .frm-switch-checkbox .frm-switch-checkbox-text.is-checked {
  display: block;
}

.frm-switch-checkbox-wrap input[type='checkbox']:checked + .frm-switch-checkbox::after {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}

h1 {
  margin: 40px 0 20px;
  padding: 0 0 3px 3px;
  border-bottom: 1px solid #b6b6b6;
  font-size: 20px;
  font-weight: bold;
}

h1 + p {
  margin-bottom: 40px;
  padding-left: 3px;
  font-size: 14px;
  line-height: 1.4;
}

.att-msg {
  margin-bottom: 30px;
  padding-left: 3px;
  line-height: 1.4;
}

.att-msg a {
  display: inline;
  color: #333;
  text-decoration: underline;
}

.att-msg {
  margin-bottom: 40px;
  padding-left: 3px;
  line-height: 1.4;
}

.att-msg a {
  display: inline;
  color: #333;
  text-decoration: underline;
}

.att-msg a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.frame-gray {
  margin: 0 auto 15px;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #f0f0f0;
  line-height: 1.4;
}

.frame-gray h2 {
  margin-bottom: 5px;
  font-size: 14px;
}

.info-area {
  width: 640px;
  margin: 0 auto 25px;
  padding: 15px;
  border: 1px solid #c00;
  box-sizing: border-box;
  line-height: 1.4;
}

.info-area .info-area-text {
  position: relative;
  margin: 0 0 7px 100px;
  padding-left: 10px;
  color: #c00;
  font-size: 14px;
  text-align: left;
}

.info-area .info-area-text::before {
  display: inline-block;
  position: absolute;
  left: -20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #c00;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  content: '\0021';
}

.info-area .info-area-text:not(:first-of-type) {
  margin-top: 20px;
}

.info-area .info-area-link {
  color: #333;
  font-size: 13px;
  text-decoration: underline;
  text-align: center;
}

.info-area .info-area-link:hover {
  opacity: .8;
}

.back {
  position: relative;
}

.back .icon {
  top: 0;
  bottom: 0;
  width: 8px;
  height: 7px;
  margin: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  fill: #333;
}

.back a {
  display: inline-block;
  margin-left: 16px;
  color: #333;
  font-size: 15px;
  text-decoration: underline;
}

.back a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.btn-rgstr {
  margin: 0 auto 15px;
}

.frm-slct {
  box-sizing: border-box;
  border-radius: 3px;
  width: 530px;
  margin: 0 auto 15px;
  border: 1px solid #b6b6b6;
}

.frm-slct dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #b6b6b6;
  line-height: 1.2;
}

.frm-slct dl:last-child {
  border-bottom: none;
}

.frm-slct dt,
.frm-slct dd {
  display: table-cell;
  padding: 13px;
}

.frm-slct dt {
  width: 123px;
  border-right: 1px solid #b6b6b6;
  background-color: #f0f0f0;
  vertical-align: middle;
}

.frm-slct dt .public-information-label {
  margin-left: 4px;
  padding: 0 5px;
  background-color: #fff;
  color: #666;
  font-size: 11px;
}

.frm-slct dd {
  display: table-cell;
  padding: 13px;
}

.cmn-step-list {
  display: table;
  width: 650px;
  margin: 0 auto 20px;
  padding-top: 20px;
  box-sizing: border-box;
  table-layout: fixed;
}

.cmn-step-list li {
  display: table-cell;
  position: relative;
  padding: 14px 0;
  box-sizing: border-box;
  background: #dcdcdc;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.cmn-step-list li:first-child {
  border-radius: 3px 0 0 3px;
}

.cmn-step-list li:last-child {
  clear: none;
  border-radius: 0 3px 3px 0;
}

.cmn-step-list li:last-child::after {
  background: none;
}

.cmn-step-list li::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 99;
  width: 8px;
  height: 9px;
  margin-top: -5px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAYAAAAPU20uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNDYxOTEwMC01ODliLTJiNGUtYjY5MS1mNmMxZWE0MzY2OWMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjI0OTNGNTNDQkQxMTFFNThGQkZBNDAyOURENjU5RUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjI0OTNGNTJDQkQxMTFFNThGQkZBNDAyOURENjU5RUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzQ3OWNjNzUtZmNiMS0zZTQ1LWE2YWEtNWYzYzEwMzI4ZDQ4IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZjI2MzQyYzQtYmU3Mi0xMWU1LWJjOTAtYjc5YjhjZTI5NTc4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hgY/FAAAAHRJREFUeNpiTEtL287AwFAMxNcYsAAmIPYA4otAPBWIRbApAAEWIM4C4ttAXAHEnOgKYEAAiNuB+AYQRwIxIwsDdiAHxMuA2IwJh4JHQBwFxEXoJnwB4g4g7gPi7zDHgcAfIJ4FxA1A/BpZB0jBDnzhABBgABTvE0yTpE4wAAAAAElFTkSuQmCC') no-repeat right center;
  color: #fff;
  content: '';
}

.cmn-step-list li.is-active {
  position: relative;
  padding-left: 0;
  background: #666;
  color: #fff;
}

.cmn-step-list li.is-active::after {
  display: block;
  position: absolute;
  right: -8px;
  width: 8px;
  height: 9px;
  color: #fff;
}

.cmn-step-list li:nth-child(4)::after {
  padding-right: 0;
}

.button-wrap {
  width: 430px;
  margin: 0 auto 12px;
  text-align: center;
}

.button-wrap .button {
  display: block;
  padding: 10px 0;
  border-top: none;
  border-right: none;
  border-left: none;
  font-weight: bold;
}

.button-wrap .button.cmn-btn-gray {
  font-size: 18px;
}

.button-wrap .button > span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

.button-wrap,
.button-rgstr {
  width: 430px;
  margin: 0 auto 15px;
}

.button-wrap button:first-of-type, .button-wrap button:last-of-type, .button-wrap button:only-of-type,
.button-rgstr button:first-of-type,
.button-rgstr button:last-of-type,
.button-rgstr button:only-of-type {
  border-top: none;
  border-right: none;
  border-left: none;
}

.button-wrap button:first-of-type,
.button-rgstr button:first-of-type {
  float: left;
  width: 27.6%;
  margin-right: 2%;
}

.button-wrap button:last-of-type,
.button-rgstr button:last-of-type {
  float: left;
  width: 70.4%;
}

.button-wrap button:only-of-type,
.button-rgstr button:only-of-type {
  width: 100%;
}

.data-provision {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 20px 20px 15px;
  border: 1px solid #ddd;
}

.data-provision .data-provision-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.data-provision .data-provision-title .data-provision-title-note {
  display: inline-block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  font-size: 10px;
  vertical-align: top;
}

.data-provision .data-provision-note {
  margin-top: 15px;
  color: #888;
  font-size: 12px;
  line-height: 1.4;
}

.data-provision .data-provision-note .data-provision-note-emphasis {
  margin-bottom: 5px;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}

.data-provision .data-provision-note .data-provision-note-text {
  font-size: 11px;
  line-height: 1.4;
}

#cmn-hdr {
  height: 65px;
  margin: 0 auto;
  border-bottom: 1px solid #b6b6b6;
}

#cmn-hdr .logo {
  width: 980px;
  height: 65px;
  margin: 0 auto;
}

#cmn-hdr .logo p {
  display: table;
}

#cmn-hdr .logo a {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
}

#cmn-hdr .logo .icon {
  display: block;
  top: 27px;
  width: 130px;
  height: 20px;
  fill: #4dae8a;
}

#cmn-hdr .logo .logo-no-link {
  display: table-cell;
  height: 65px;
  vertical-align: middle;
}

#cmn-fot {
  margin: 50px 0 0;
  border-top: 1px solid #b6b6b6;
}

#cmn-fot > p {
  position: relative;
  padding: 30px;
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

#cmn-fot > p a {
  display: inline;
  color: #666;
  text-decoration: underline;
}

#cmn-fot > p a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

#cmn-fot .icon {
  top: 20px;
  left: 360px;
  width: 49px;
  height: 25px;
}

#cmn-fot span {
  padding-left: 60px;
  color: #666;
  font-size: 12px;
}

#js-blind {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  background: #000;
  opacity: .5;
  top: 0;
  left: 0;
}

.js-modal.inner {
  border: solid 3px #b6b6b6;
  display: none;
  z-index: 200;
  position: fixed;
  width: 430px;
  height: auto;
  min-height: 242px;
  background: #fff;
  box-sizing: border-box;
  opacity: 1;
  border-radius: 6px;
  top: 40px;
  left: 70px;
  padding: 23px;
}

.js-modal.inner .confirm-txt {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 23px;
}

.js-modal.inner .val-txt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.js-modal.inner .val-txt:last-of-type {
  padding-bottom: 55px;
}

.js-modal.inner .val-txt .val-ttl {
  display: inline-block;
}

.js-modal.inner .val-txt span {
  font-size: 16px;
}

.js-modal.inner .confirm-btn {
  font-size: 0;
  position: absolute;
  bottom: 26px;
}

.js-modal.inner .confirm-btn > li {
  display: inline-block;
}

.js-modal.inner .confirm-btn > li .mc-cancel {
  margin-right: 10px;
}

.js-modal.inner .confirm-btn > li .btn {
  border-radius: 4px;
  width: 183px;
  padding: 15px 0;
}

.js-modal.inner .modal-close {
  overflow: hidden;
  position: absolute;
  top: -22px;
  right: -25px;
  width: 40px;
  height: 0;
  padding-top: 42px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAqCAYAAADBNhlmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNDYxOTEwMC01ODliLTJiNGUtYjY5MS1mNmMxZWE0MzY2OWMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEIwMzlFNkNEM0JFMTFFNTlCMzQ4OEY0NDAyMTYxQjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEIwMzlFNkJEM0JFMTFFNTlCMzQ4OEY0NDAyMTYxQjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzAzYjMyYzItMzZhMC0yNzRkLTk5OWItYWM2MTNmNjMxOWQ3IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YmJiMzVlODMtY2UwZC0xMWU1LWI1MjEtOTQ5ZWI4ZmNlYWQ2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/nSdagAABH5JREFUeNrMmdtLVEEcx2e95HXxsoYsiYJXVFC09Vn0LYheohv0VIEF1X9QDxnUewUZ0VN0oXqJes1n203RB8X1Ai6bi2BeWNdbq/b7Hma20+nM2Zk9u+APvnDO8cz8PjtnZn7z++k5Ojpix9ny2DG3Ahc/rI80QAqQWkmnSGX87wnST1KYFCKNkoKkQ21P+MQaqiM9IkWO9C3C29bp+PQozkEf6QHpBukEHmxubrK1tTW2sbHBEokE293dZQcHB8bL+fn5rLi4mJWVlbHKykpWXV3NKioqRF/7pJek+6Rf6RyrAF4kPSPV4CYWi7GlpSW2vr6u9aWqqqpYQ0MD8/v94tEq6TbpfaaAmJ9PSDdxs7Kywubm5lg8Hnc16b1eL2tpaWG1tbXi0XPSHVJSB7CU/7KzuJmenjZGLZuG0ezo6BC3X0iXSNsqgBi5T6RzmFehUMj1qDmNZiAQMOYr2WfSeetI2u2DTwXc2NhYzuBg6Bs+4As+uW/HjRrDPIRRDQaDbHt727ZjrNJMzK4dfMAX/5JDpCsyQJ/4BTMzM2xra0u6Gvv7+1lNTY0WHN5HO7S3Gnxhnpu+4Ek7wIfoB6tVtiDQOeZMUVER6+3tVYbEe3gf7dDeDjISiRg7BVk1adgKWE+6jgtsJU5wBQUFqc+lAingxOdFexlkOBwWl9c4UwrwFqlweXnZdlGg856enhSc+bkTpBUutU1QP3bP8anBABbOZABCV8Uw2xlC2NTUVCqUqUDK4ER/k5OTtv2ZGMCUJ04ldYitTuFrdXWVjY+PK0Gmg0M/6M/OwAAWMIENgIO4Q+BPZyqQzc3NGcMJM7EMAPA0rnAqUbF0kIizbuAsLAEAthknzERCeU9zgpTNYVU4C0sbAI3zz97entbGqwqpC2dh8QPQi6tkMqkduuB0YWHB8Z3FxUUtOAuL11XShNXa1NTk+E5jY6N2WLTG4rjYPHXhZKtVZzO3PSn/ZYkDMIYrxMlsw2UKaWKJAXAWV0hw3MJhQSCW60QcOzOxzALwB66QfbmFw2qdn59XjjgyM7GE8nhSbXu60IUTq1UnLNoZ0lRuowD8ToqCWgaJTru6urQiRDrI7u5u2/7AwHPoKKoRebwc8VpkWrLNdmJi4r+9Mt0mLINEPzJ4EwOYDsU+iMR8H0k1Mi3ZKQMZnoBUjRBWSLRHP3YnJ/jmif0+Z0odWKO8HGEEe5kJSIQinfAlINFOBmfx/Yoz/ZMX+/iW40uXqGPuqB4UVNvV19ezzs5Oxus1baJuYw51v3ithLW3t7Py8nLHA0AmJmsHX6Yqw11zUckai9+RRjweD+vr62OlpaU5L1DCB3zBJ9kL0pt0pQ+U1z4g09/Z2THmjCxHdmsYOWR4JSUlovRxgS8QpeLRR9IZ/B2JfLaLR5hz+Kx85L7yMp9S8UhYIS+/DeW4/DbCy2+/My1gXuaguShgYkG8dVthZRxumGf82SgBY5+7xyGzXkR/TIpmUESP8rY5KaLL/g0xyNPWVp5oi81zi0eCMD/Ofcv03xB/BBgAMi6cnvzLjJ4AAAAASUVORK5CYII=') no-repeat;
  cursor: pointer;
}

.used-alert {
  margin-top: 17px;
}

.used-alert .used-txt {
  margin-bottom: 5px;
  color: #f45e5e;
  font-size: 12px;
  font-weight: bold;
}

.used-alert .candidate-txt {
  margin-bottom: 10px;
  font-size: 12px;
}

.used-alert .suggest-list {
  border: 1px solid #b6b6b6;
  border-radius: 3px;
}

.used-alert .suggest-list li {
  position: relative;
  width: 100%;
  padding: 8px 8px 8px 40px;
  border-bottom: 1px solid #b6b6b6;
  box-sizing: border-box;
  font-size: 14px;
  word-break: break-all;
  cursor: pointer;
}

.used-alert .suggest-list li:first-child {
  border-radius: 3px 3px 0 0;
}

.used-alert .suggest-list li:last-child {
  border-bottom: none;
  border-radius: 0 0 3px 3px;
}

.used-alert .suggest-list li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #b6b6b6;
  background: #fff;
  content: '';
  box-sizing: border-box;
  border-radius: 30px;
}

.used-alert .suggest-list li.active::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #666;
  content: '';
  box-sizing: border-box;
  border-radius: 8px;
}

#auth-mbr-regist .err-msg,
#auth-mbr-add-info .err-msg,
#auth-junction .err-msg {
  width: 620px;
}

#auth-mbr-regist .other-msg,
#auth-mbr-add-info .other-msg,
#auth-junction .other-msg {
  width: 650px;
}

#auth-mbr-regist h1,
#auth-mbr-add-info h1,
#auth-junction h1 {
  width: 650px;
  margin: 40px auto 20px;
  text-align: center;
}

#auth-mbr-regist .line-prof-area,
#auth-mbr-add-info .line-prof-area,
#auth-junction .line-prof-area {
  width: 650px;
  margin: 35px auto 10px;
}

#auth-mbr-regist .line-prof-area .button-wrap,
#auth-mbr-add-info .line-prof-area .button-wrap,
#auth-junction .line-prof-area .button-wrap {
  float: left;
  width: 200px;
  height: 45px;
  margin: 0 10px 0 0;
  text-align: center;
}

#auth-mbr-regist .line-prof-area .button-wrap .btn-prof div,
#auth-mbr-add-info .line-prof-area .button-wrap .btn-prof div,
#auth-junction .line-prof-area .button-wrap .btn-prof div {
  width: 200px;
  box-sizing: border-box;
  border-radius: 3px;
}

#auth-mbr-regist .line-prof-area .button-wrap .btn-prof:hover,
#auth-mbr-add-info .line-prof-area .button-wrap .btn-prof:hover,
#auth-junction .line-prof-area .button-wrap .btn-prof:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

#auth-mbr-regist .line-prof-area .line-prof-text,
#auth-mbr-add-info .line-prof-area .line-prof-text,
#auth-junction .line-prof-area .line-prof-text {
  display: inline-block;
  float: left;
  width: 250px;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
}

#auth-mbr-regist .line-prof-area + .error-message,
#auth-mbr-add-info .line-prof-area + .error-message,
#auth-junction .line-prof-area + .error-message {
  width: 650px;
  margin: -2px auto 10px;
}

#auth-mbr-regist .caut_line,
#auth-mbr-add-info .caut_line,
#auth-junction .caut_line {
  width: 650px;
  margin: 0 auto;
  box-sizing: border-box;
}

#auth-mbr-regist .caut_line p,
#auth-mbr-add-info .caut_line p,
#auth-junction .caut_line p {
  text-align: center;
}

#auth-mbr-regist .caut_line p:first-of-type,
#auth-mbr-add-info .caut_line p:first-of-type,
#auth-junction .caut_line p:first-of-type {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -.02em;
}

#auth-mbr-regist .caut_line .button-wrap,
#auth-mbr-regist .caut_line .button-rgstr,
#auth-mbr-add-info .caut_line .button-wrap,
#auth-mbr-add-info .caut_line .button-rgstr,
#auth-junction .caut_line .button-wrap,
#auth-junction .caut_line .button-rgstr {
  margin: 15px auto 5px;
  padding: 0;
}

#auth-mbr-regist .caut_line button:last-of-type,
#auth-mbr-add-info .caut_line button:last-of-type,
#auth-junction .caut_line button:last-of-type {
  float: left;
  width: 70.4%;
  min-height: 61px;
}

#auth-mbr-regist .caut_line button:only-of-type,
#auth-mbr-add-info .caut_line button:only-of-type,
#auth-junction .caut_line button:only-of-type {
  width: 100%;
}

#auth-mbr-regist .caut_line .button-line-wrap,
#auth-mbr-add-info .caut_line .button-line-wrap,
#auth-junction .caut_line .button-line-wrap {
  display: block;
  position: relative;
  margin-bottom: -11px;
}

#auth-mbr-regist .caut_line .button-line-wrap .btn-line-link,
#auth-mbr-add-info .caut_line .button-line-wrap .btn-line-link,
#auth-junction .caut_line .button-line-wrap .btn-line-link {
  margin-bottom: 0 !important;
}

#auth-mbr-regist .caut_line .icon-line,
#auth-mbr-add-info .caut_line .icon-line,
#auth-junction .caut_line .icon-line {
  top: 25%;
  left: 15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  fill: #fff;
}

#auth-mbr-regist .caut_line .icon-line:hover,
#auth-mbr-add-info .caut_line .icon-line:hover,
#auth-junction .caut_line .icon-line:hover {
  cursor: pointer;
}

#auth-mbr-regist .caut_line .btn-line-link,
#auth-mbr-add-info .caut_line .btn-line-link,
#auth-junction .caut_line .btn-line-link {
  position: relative;
  width: 100%;
  border-bottom: 3px solid #00a100;
  background: #00c300;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 3px;
}

#auth-mbr-regist .caut_line .btn-line-link span,
#auth-mbr-add-info .caut_line .btn-line-link span,
#auth-junction .caut_line .btn-line-link span {
  color: #fff;
}

#auth-mbr-regist .caut_line .btn-line-link:hover,
#auth-mbr-add-info .caut_line .btn-line-link:hover,
#auth-junction .caut_line .btn-line-link:hover {
  background: #00e000;
}

#auth-mbr-regist .caut_line.logged,
#auth-mbr-add-info .caut_line.logged,
#auth-junction .caut_line.logged {
  width: 532px;
}

#auth-mbr-regist .caut_line.logged p:first-of-type,
#auth-mbr-add-info .caut_line.logged p:first-of-type,
#auth-junction .caut_line.logged p:first-of-type {
  margin-bottom: 5px;
}

#auth-mbr-regist .caut_line.logged .button-wrap,
#auth-mbr-add-info .caut_line.logged .button-wrap,
#auth-junction .caut_line.logged .button-wrap {
  margin: 10px auto 0;
  padding: 0;
}

#auth-mbr-regist .caut_line.logged .btn-line-link,
#auth-mbr-add-info .caut_line.logged .btn-line-link,
#auth-junction .caut_line.logged .btn-line-link {
  margin-bottom: 5px;
  padding: 20px 10px;
}

#auth-mbr-regist .caut_line.logged .help,
#auth-mbr-add-info .caut_line.logged .help,
#auth-junction .caut_line.logged .help {
  margin-bottom: 0 !important;
}

#auth-mbr-regist .caut_line.logged .help a,
#auth-mbr-add-info .caut_line.logged .help a,
#auth-junction .caut_line.logged .help a {
  font-size: 13px !important;
  font-weight: normal !important;
}

#auth-mbr-regist .frm-sextype,
#auth-mbr-add-info .frm-sextype,
#auth-junction .frm-sextype {
  display: block;
}

#auth-mbr-regist .frm-sextype .nomal:first-child,
#auth-mbr-add-info .frm-sextype .nomal:first-child,
#auth-junction .frm-sextype .nomal:first-child {
  margin-right: 36px;
}

#auth-mbr-regist .frm-sextype .error-message,
#auth-mbr-add-info .frm-sextype .error-message,
#auth-junction .frm-sextype .error-message {
  margin-top: 5px;
}

#auth-mbr-regist .frm-slct,
#auth-mbr-add-info .frm-slct,
#auth-junction .frm-slct {
  width: 650px;
  margin: 0 auto 40px;
}

#auth-mbr-regist .frm-slct dl,
#auth-mbr-add-info .frm-slct dl,
#auth-junction .frm-slct dl {
  line-height: 1.5;
}

#auth-mbr-regist .frm-slct dl .error-message,
#auth-mbr-add-info .frm-slct dl .error-message,
#auth-junction .frm-slct dl .error-message {
  margin-bottom: 0;
}

#auth-mbr-regist .frm-slct dt,
#auth-mbr-add-info .frm-slct dt,
#auth-junction .frm-slct dt {
  font-size: 14px;
}

#auth-mbr-regist .frm-slct.mg-block p,
#auth-mbr-add-info .frm-slct.mg-block p,
#auth-junction .frm-slct.mg-block p {
  margin-bottom: 10px;
}

#auth-mbr-regist .frm-slct.mg-block p.js-cndtn-toggle,
#auth-mbr-add-info .frm-slct.mg-block p.js-cndtn-toggle,
#auth-junction .frm-slct.mg-block p.js-cndtn-toggle {
  margin: 10px 0 0;
}

#auth-mbr-regist .frm-slct.mg-block p a,
#auth-mbr-add-info .frm-slct.mg-block p a,
#auth-junction .frm-slct.mg-block p a {
  display: inline;
  color: #333;
  text-decoration: underline;
}

#auth-mbr-regist .frm-slct .sns-mail,
#auth-mbr-add-info .frm-slct .sns-mail,
#auth-junction .frm-slct .sns-mail {
  word-break: break-all;
}

#auth-mbr-regist .prd-info,
#auth-mbr-add-info .prd-info,
#auth-junction .prd-info {
  width: 650px;
  margin-bottom: 40px;
}

#auth-mbr-regist .prd-info .prd-text,
#auth-mbr-add-info .prd-info .prd-text,
#auth-junction .prd-info .prd-text {
  font-size: 14px;
}

#auth-mbr-regist .prd-info .prd-text a,
#auth-mbr-add-info .prd-info .prd-text a,
#auth-junction .prd-info .prd-text a {
  margin: 5px 0 10px;
  color: #333;
  font-size: 13px;
  text-decoration: underline;
  text-align: right;
}

#auth-mbr-regist .prd-info .prd-text a:hover,
#auth-mbr-add-info .prd-info .prd-text a:hover,
#auth-junction .prd-info .prd-text a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

#auth-mbr-regist .prd-info label,
#auth-mbr-add-info .prd-info label,
#auth-junction .prd-info label {
  padding: 10px;
  font-weight: bold;
}

#auth-mbr-regist .prd-info input,
#auth-mbr-add-info .prd-info input,
#auth-junction .prd-info input {
  padding: 0;
}

#auth-mbr-regist .prd-info .error-message,
#auth-mbr-add-info .prd-info .error-message,
#auth-junction .prd-info .error-message {
  margin: -17px 0 0;
}

#auth-mbr-regist .sup-text,
#auth-mbr-add-info .sup-text,
#auth-junction .sup-text {
  margin: -17px 0 0;
}

#auth-mbr-regist .frm-ipt-nm li,
#auth-mbr-regist .frm-ipt-kana li,
#auth-mbr-add-info .frm-ipt-nm li,
#auth-mbr-add-info .frm-ipt-kana li,
#auth-junction .frm-ipt-nm li,
#auth-junction .frm-ipt-kana li {
  float: left;
  width: 50%;
}

#auth-mbr-regist .frm-ipt-nm .frm-ipt,
#auth-mbr-regist .frm-ipt-kana .frm-ipt,
#auth-mbr-add-info .frm-ipt-nm .frm-ipt,
#auth-mbr-add-info .frm-ipt-kana .frm-ipt,
#auth-junction .frm-ipt-nm .frm-ipt,
#auth-junction .frm-ipt-kana .frm-ipt {
  margin-bottom: 0;
}

#auth-mbr-regist .frm-ipt-nm .frm-ipt:first-child,
#auth-mbr-regist .frm-ipt-kana .frm-ipt:first-child,
#auth-mbr-add-info .frm-ipt-nm .frm-ipt:first-child,
#auth-mbr-add-info .frm-ipt-kana .frm-ipt:first-child,
#auth-junction .frm-ipt-nm .frm-ipt:first-child,
#auth-junction .frm-ipt-kana .frm-ipt:first-child {
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

#auth-mbr-regist .frm-ipt-nm .frm-ipt:last-child,
#auth-mbr-regist .frm-ipt-kana .frm-ipt:last-child,
#auth-mbr-add-info .frm-ipt-nm .frm-ipt:last-child,
#auth-mbr-add-info .frm-ipt-kana .frm-ipt:last-child,
#auth-junction .frm-ipt-nm .frm-ipt:last-child,
#auth-junction .frm-ipt-kana .frm-ipt:last-child {
  border-radius: 0 3px 3px 0;
}

#auth-mbr-regist .frm-ipt-nm .error-message,
#auth-mbr-regist .frm-ipt-kana .error-message,
#auth-mbr-add-info .frm-ipt-nm .error-message,
#auth-mbr-add-info .frm-ipt-kana .error-message,
#auth-junction .frm-ipt-nm .error-message,
#auth-junction .frm-ipt-kana .error-message {
  margin-top: 5px;
}

#auth-mbr-regist .frm-zp ul,
#auth-mbr-add-info .frm-zp ul,
#auth-junction .frm-zp ul {
  width: 100%;
  margin-bottom: 20px;
}

#auth-mbr-regist .frm-zp ul + p:only-of-type,
#auth-mbr-add-info .frm-zp ul + p:only-of-type,
#auth-junction .frm-zp ul + p:only-of-type {
  margin-bottom: 0;
}

#auth-mbr-regist .frm-zp li,
#auth-mbr-add-info .frm-zp li,
#auth-junction .frm-zp li {
  float: left;
}

#auth-mbr-regist .frm-zp .frm-ipt,
#auth-mbr-add-info .frm-zp .frm-ipt,
#auth-junction .frm-zp .frm-ipt {
  width: 150px;
  margin-bottom: 0;
}

#auth-mbr-regist .frm-zp .frm-ipt:first-child,
#auth-mbr-add-info .frm-zp .frm-ipt:first-child,
#auth-junction .frm-zp .frm-ipt:first-child {
  position: relative;
  width: 90px;
  margin-right: 30px;
}

#auth-mbr-regist .frm-zp .frm-ipt:first-child::after,
#auth-mbr-add-info .frm-zp .frm-ipt:first-child::after,
#auth-junction .frm-zp .frm-ipt:first-child::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -23px;
  margin-top: -8px;
  color: #666;
  content: '\30FC';
}

#auth-mbr-regist .frm-zp .cmn-btn-mini,
#auth-mbr-add-info .frm-zp .cmn-btn-mini,
#auth-junction .frm-zp .cmn-btn-mini {
  width: 106px;
}

#auth-mbr-regist .frm-zp .cmn-btn-darkgray,
#auth-mbr-add-info .frm-zp .cmn-btn-darkgray,
#auth-junction .frm-zp .cmn-btn-darkgray {
  width: 100%;
  height: 40px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 0;
}

#auth-mbr-regist .frm-zp .sup-text,
#auth-mbr-add-info .frm-zp .sup-text,
#auth-junction .frm-zp .sup-text {
  margin: -17px 0 20px;
}

#auth-mbr-regist .frm-prft select,
#auth-mbr-add-info .frm-prft select,
#auth-junction .frm-prft select {
  width: 100%;
  margin-bottom: 0;
}

#auth-mbr-regist .frm-prft .error-message,
#auth-mbr-add-info .frm-prft .error-message,
#auth-junction .frm-prft .error-message {
  margin-top: 5px;
}

#auth-mbr-regist .agreement,
#auth-mbr-add-info .agreement,
#auth-junction .agreement {
  margin: 10px 0 20px;
  text-align: center;
}

#auth-mbr-regist .agreement p,
#auth-mbr-add-info .agreement p,
#auth-junction .agreement p {
  line-height: 1.4;
}

#auth-mbr-regist .agreement a,
#auth-mbr-add-info .agreement a,
#auth-junction .agreement a {
  display: inline;
  color: #333;
  text-decoration: underline;
}

#auth-mbr-regist .btn-rgstr,
#auth-mbr-add-info .btn-rgstr,
#auth-junction .btn-rgstr {
  width: 430px;
  margin: 0 auto 15px;
}

#auth-mbr-regist .btn-rgstr .cmn-btn-black.btn-blank,
#auth-mbr-add-info .btn-rgstr .cmn-btn-black.btn-blank,
#auth-junction .btn-rgstr .cmn-btn-black.btn-blank {
  border: none;
  background-color: #999;
}

#auth-mbr-regist .btn-rgstr .cmn-btn-black.btn-blank:hover,
#auth-mbr-add-info .btn-rgstr .cmn-btn-black.btn-blank:hover,
#auth-junction .btn-rgstr .cmn-btn-black.btn-blank:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

#auth-mbr-regist .btn-rgstr label,
#auth-mbr-add-info .btn-rgstr label,
#auth-junction .btn-rgstr label {
  width: 100%;
}

#auth-mbr-regist .dbl-frm-ipt .frm-ipt:first-child,
#auth-mbr-add-info .dbl-frm-ipt .frm-ipt:first-child,
#auth-junction .dbl-frm-ipt .frm-ipt:first-child {
  margin-bottom: 0;
}

#auth-mbr-regist .dbl-frm-ipt .nomal label,
#auth-mbr-add-info .dbl-frm-ipt .nomal label,
#auth-junction .dbl-frm-ipt .nomal label {
  width: 98%;
  margin-left: 2%;
  padding: 8px 8px 8px 30px;
  box-sizing: border-box;
  word-break: break-all;
  cursor: pointer;
}

#auth-mbr-regist .list-frm-ipt label,
#auth-mbr-regist .mobile-mail label,
#auth-mbr-regist .notice-mail label,
#auth-mbr-regist .shopping-mail label,
#auth-mbr-regist .registration label,
#auth-mbr-regist .asatoku-mail label,
#auth-mbr-add-info .list-frm-ipt label,
#auth-mbr-add-info .mobile-mail label,
#auth-mbr-add-info .notice-mail label,
#auth-mbr-add-info .shopping-mail label,
#auth-mbr-add-info .registration label,
#auth-mbr-add-info .asatoku-mail label,
#auth-junction .list-frm-ipt label,
#auth-junction .mobile-mail label,
#auth-junction .notice-mail label,
#auth-junction .shopping-mail label,
#auth-junction .registration label,
#auth-junction .asatoku-mail label {
  display: block;
  padding: 8px;
}

#auth-mbr-regist .list-frm-ipt input,
#auth-mbr-regist .mobile-mail input,
#auth-mbr-regist .notice-mail input,
#auth-mbr-regist .shopping-mail input,
#auth-mbr-regist .registration input,
#auth-mbr-regist .asatoku-mail input,
#auth-mbr-add-info .list-frm-ipt input,
#auth-mbr-add-info .mobile-mail input,
#auth-mbr-add-info .notice-mail input,
#auth-mbr-add-info .shopping-mail input,
#auth-mbr-add-info .registration input,
#auth-mbr-add-info .asatoku-mail input,
#auth-junction .list-frm-ipt input,
#auth-junction .mobile-mail input,
#auth-junction .notice-mail input,
#auth-junction .shopping-mail input,
#auth-junction .registration input,
#auth-junction .asatoku-mail input {
  padding: 0;
}

#auth-mbr-regist .list-frm-ipt li,
#auth-mbr-regist .mobile-mail li,
#auth-mbr-regist .notice-mail li,
#auth-mbr-regist .shopping-mail li,
#auth-mbr-regist .registration li,
#auth-mbr-regist .asatoku-mail li,
#auth-mbr-add-info .list-frm-ipt li,
#auth-mbr-add-info .mobile-mail li,
#auth-mbr-add-info .notice-mail li,
#auth-mbr-add-info .shopping-mail li,
#auth-mbr-add-info .registration li,
#auth-mbr-add-info .asatoku-mail li,
#auth-junction .list-frm-ipt li,
#auth-junction .mobile-mail li,
#auth-junction .notice-mail li,
#auth-junction .shopping-mail li,
#auth-junction .registration li,
#auth-junction .asatoku-mail li {
  padding-left: 10px;
  line-height: 1.4;
}

#auth-mbr-regist .list-frm-ipt .info-list-block,
#auth-mbr-regist .mobile-mail .info-list-block,
#auth-mbr-regist .notice-mail .info-list-block,
#auth-mbr-regist .shopping-mail .info-list-block,
#auth-mbr-regist .registration .info-list-block,
#auth-mbr-regist .asatoku-mail .info-list-block,
#auth-mbr-add-info .list-frm-ipt .info-list-block,
#auth-mbr-add-info .mobile-mail .info-list-block,
#auth-mbr-add-info .notice-mail .info-list-block,
#auth-mbr-add-info .shopping-mail .info-list-block,
#auth-mbr-add-info .registration .info-list-block,
#auth-mbr-add-info .asatoku-mail .info-list-block,
#auth-junction .list-frm-ipt .info-list-block,
#auth-junction .mobile-mail .info-list-block,
#auth-junction .notice-mail .info-list-block,
#auth-junction .shopping-mail .info-list-block,
#auth-junction .registration .info-list-block,
#auth-junction .asatoku-mail .info-list-block {
  display: none;
  margin-top: 10px;
}

#auth-mbr-regist .list-frm-ipt .info-list-block ul li,
#auth-mbr-regist .mobile-mail .info-list-block ul li,
#auth-mbr-regist .notice-mail .info-list-block ul li,
#auth-mbr-regist .shopping-mail .info-list-block ul li,
#auth-mbr-regist .registration .info-list-block ul li,
#auth-mbr-regist .asatoku-mail .info-list-block ul li,
#auth-mbr-add-info .list-frm-ipt .info-list-block ul li,
#auth-mbr-add-info .mobile-mail .info-list-block ul li,
#auth-mbr-add-info .notice-mail .info-list-block ul li,
#auth-mbr-add-info .shopping-mail .info-list-block ul li,
#auth-mbr-add-info .registration .info-list-block ul li,
#auth-mbr-add-info .asatoku-mail .info-list-block ul li,
#auth-junction .list-frm-ipt .info-list-block ul li,
#auth-junction .mobile-mail .info-list-block ul li,
#auth-junction .notice-mail .info-list-block ul li,
#auth-junction .shopping-mail .info-list-block ul li,
#auth-junction .registration .info-list-block ul li,
#auth-junction .asatoku-mail .info-list-block ul li {
  margin-bottom: 8px;
}

#auth-mbr-regist .list-frm-ipt .info-list-block ul .ant,
#auth-mbr-regist .mobile-mail .info-list-block ul .ant,
#auth-mbr-regist .notice-mail .info-list-block ul .ant,
#auth-mbr-regist .shopping-mail .info-list-block ul .ant,
#auth-mbr-regist .registration .info-list-block ul .ant,
#auth-mbr-regist .asatoku-mail .info-list-block ul .ant,
#auth-mbr-add-info .list-frm-ipt .info-list-block ul .ant,
#auth-mbr-add-info .mobile-mail .info-list-block ul .ant,
#auth-mbr-add-info .notice-mail .info-list-block ul .ant,
#auth-mbr-add-info .shopping-mail .info-list-block ul .ant,
#auth-mbr-add-info .registration .info-list-block ul .ant,
#auth-mbr-add-info .asatoku-mail .info-list-block ul .ant,
#auth-junction .list-frm-ipt .info-list-block ul .ant,
#auth-junction .mobile-mail .info-list-block ul .ant,
#auth-junction .notice-mail .info-list-block ul .ant,
#auth-junction .shopping-mail .info-list-block ul .ant,
#auth-junction .registration .info-list-block ul .ant,
#auth-junction .asatoku-mail .info-list-block ul .ant {
  color: #666;
  font-size: 11px;
}

#auth-mbr-regist .list-frm-ipt .icon,
#auth-mbr-regist .mobile-mail .icon,
#auth-mbr-regist .notice-mail .icon,
#auth-mbr-regist .shopping-mail .icon,
#auth-mbr-regist .registration .icon,
#auth-mbr-regist .asatoku-mail .icon,
#auth-mbr-add-info .list-frm-ipt .icon,
#auth-mbr-add-info .mobile-mail .icon,
#auth-mbr-add-info .notice-mail .icon,
#auth-mbr-add-info .shopping-mail .icon,
#auth-mbr-add-info .registration .icon,
#auth-mbr-add-info .asatoku-mail .icon,
#auth-junction .list-frm-ipt .icon,
#auth-junction .mobile-mail .icon,
#auth-junction .notice-mail .icon,
#auth-junction .shopping-mail .icon,
#auth-junction .registration .icon,
#auth-junction .asatoku-mail .icon {
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  margin-left: -10px;
  padding-right: 5px;
  fill: #333;
}

#auth-mbr-regist .registration label,
#auth-mbr-regist .list-frm-ipt label,
#auth-mbr-add-info .registration label,
#auth-mbr-add-info .list-frm-ipt label,
#auth-junction .registration label,
#auth-junction .list-frm-ipt label {
  padding-left: 24px;
}

#auth-mbr-regist .notice-mail .frm-ipt,
#auth-mbr-regist .shopping-mail .frm-ipt,
#auth-mbr-regist .point-mail .frm-ipt,
#auth-mbr-regist .asatoku-mail .frm-ipt,
#auth-mbr-add-info .notice-mail .frm-ipt,
#auth-mbr-add-info .shopping-mail .frm-ipt,
#auth-mbr-add-info .point-mail .frm-ipt,
#auth-mbr-add-info .asatoku-mail .frm-ipt,
#auth-junction .notice-mail .frm-ipt,
#auth-junction .shopping-mail .frm-ipt,
#auth-junction .point-mail .frm-ipt,
#auth-junction .asatoku-mail .frm-ipt {
  margin-bottom: 0;
  padding-left: 10px;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

#auth-mbr-regist .notice-mail .frm-ipt label,
#auth-mbr-regist .shopping-mail .frm-ipt label,
#auth-mbr-regist .point-mail .frm-ipt label,
#auth-mbr-regist .asatoku-mail .frm-ipt label,
#auth-mbr-add-info .notice-mail .frm-ipt label,
#auth-mbr-add-info .shopping-mail .frm-ipt label,
#auth-mbr-add-info .point-mail .frm-ipt label,
#auth-mbr-add-info .asatoku-mail .frm-ipt label,
#auth-junction .notice-mail .frm-ipt label,
#auth-junction .shopping-mail .frm-ipt label,
#auth-junction .point-mail .frm-ipt label,
#auth-junction .asatoku-mail .frm-ipt label {
  display: block;
  padding-left: 24px;
}

#auth-mbr-regist .notice-mail .switch li,
#auth-mbr-regist .shopping-mail .switch li,
#auth-mbr-regist .point-mail .switch li,
#auth-mbr-add-info .notice-mail .switch li,
#auth-mbr-add-info .shopping-mail .switch li,
#auth-mbr-add-info .point-mail .switch li,
#auth-junction .notice-mail .switch li,
#auth-junction .shopping-mail .switch li,
#auth-junction .point-mail .switch li {
  padding-left: 0;
}

#auth-mbr-regist .notice-mail .switch li:first-child label,
#auth-mbr-regist .shopping-mail .switch li:first-child label,
#auth-mbr-regist .point-mail .switch li:first-child label,
#auth-mbr-add-info .notice-mail .switch li:first-child label,
#auth-mbr-add-info .shopping-mail .switch li:first-child label,
#auth-mbr-add-info .point-mail .switch li:first-child label,
#auth-junction .notice-mail .switch li:first-child label,
#auth-junction .shopping-mail .switch li:first-child label,
#auth-junction .point-mail .switch li:first-child label {
  border-radius: 0 0 0 3px;
}

#auth-mbr-regist .notice-mail .switch li:last-child label,
#auth-mbr-regist .shopping-mail .switch li:last-child label,
#auth-mbr-regist .point-mail .switch li:last-child label,
#auth-mbr-add-info .notice-mail .switch li:last-child label,
#auth-mbr-add-info .shopping-mail .switch li:last-child label,
#auth-mbr-add-info .point-mail .switch li:last-child label,
#auth-junction .notice-mail .switch li:last-child label,
#auth-junction .shopping-mail .switch li:last-child label,
#auth-junction .point-mail .switch li:last-child label {
  border-radius: 0 0 3px 0;
}

#auth-mbr-regist .asatoku-mail .frm-ipt,
#auth-mbr-add-info .asatoku-mail .frm-ipt,
#auth-junction .asatoku-mail .frm-ipt {
  border-bottom: 1px solid #b6b6b6;
}

#auth-mbr-regist .asatoku-mail .select,
#auth-mbr-add-info .asatoku-mail .select,
#auth-junction .asatoku-mail .select {
  padding: 10px;
  border-top: none;
  border-right: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
}

#auth-mbr-regist .asatoku-mail .select.disabled,
#auth-mbr-add-info .asatoku-mail .select.disabled,
#auth-junction .asatoku-mail .select.disabled {
  color: #999;
}

#auth-mbr-regist .asatoku-mail .select select,
#auth-mbr-add-info .asatoku-mail .select select,
#auth-junction .asatoku-mail .select select {
  min-width: 100px;
  margin-bottom: 0;
  margin-left: 5px;
}

#auth-mbr-regist .asatoku-mail .select select:disabled,
#auth-mbr-add-info .asatoku-mail .select select:disabled,
#auth-junction .asatoku-mail .select select:disabled {
  opacity: .7;
}

#auth-mbr-regist .registration .pdc,
#auth-mbr-add-info .registration .pdc,
#auth-junction .registration .pdc {
  padding-left: 10px;
}

#auth-mbr-regist .guidelines-block,
#auth-mbr-add-info .guidelines-block,
#auth-junction .guidelines-block {
  width: 650px;
  margin: 0 auto;
}

#auth-mbr-regist .guidelines-block .ttl,
#auth-mbr-add-info .guidelines-block .ttl,
#auth-junction .guidelines-block .ttl {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#auth-mbr-regist .guidelines-block .inner,
#auth-mbr-add-info .guidelines-block .inner,
#auth-junction .guidelines-block .inner {
  margin-bottom: 40px;
  padding: 14px 10px 14px 95px;
  border: solid 1px #b8b8b8;
  border-radius: 3px;
  background: #f0f0f0;
}

#auth-mbr-regist .guidelines-block .inner > ul > li,
#auth-mbr-add-info .guidelines-block .inner > ul > li,
#auth-junction .guidelines-block .inner > ul > li {
  margin-bottom: 16px;
  font-size: 14px;
}

#auth-mbr-regist .guidelines-block .inner > ul > li:last-child,
#auth-mbr-add-info .guidelines-block .inner > ul > li:last-child,
#auth-junction .guidelines-block .inner > ul > li:last-child {
  margin-bottom: 0;
}

#auth-mbr-regist .guidelines-block .inner > ul > li > a,
#auth-mbr-add-info .guidelines-block .inner > ul > li > a,
#auth-junction .guidelines-block .inner > ul > li > a {
  display: inline;
  color: #333;
  text-decoration: underline;
}

#auth-mbr-regist .guidelines-block .inner .icon,
#auth-mbr-add-info .guidelines-block .inner .icon,
#auth-junction .guidelines-block .inner .icon {
  display: block;
  position: relative;
  top: 10px;
  width: 5px;
  height: 5px;
  margin-left: -10px;
  padding-right: 5px;
  fill: #333;
}

#auth-mbr-regist .registration .registration-ttl,
#auth-mbr-add-info .registration .registration-ttl,
#auth-junction .registration .registration-ttl {
  font-size: 18px;
  font-weight: bold;
}

#auth-mbr-regist .magazine-ttlbox,
#auth-mbr-add-info .magazine-ttlbox,
#auth-junction .magazine-ttlbox {
  width: 650px;
  margin: 0 auto 10px;
}

#auth-mbr-regist .magazine-ttlbox .ttl,
#auth-mbr-add-info .magazine-ttlbox .ttl,
#auth-junction .magazine-ttlbox .ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

#auth-mbr-regist .magazine-ttlbox .txt,
#auth-mbr-add-info .magazine-ttlbox .txt,
#auth-junction .magazine-ttlbox .txt {
  font-size: 14px;
  line-height: 1.5;
}

#auth-mbr-regist .used-alert,
#auth-mbr-add-info .used-alert,
#auth-junction .used-alert {
  margin-top: 17px;
}

#auth-mbr-regist .used-alert .used-txt,
#auth-mbr-add-info .used-alert .used-txt,
#auth-junction .used-alert .used-txt {
  margin-bottom: 5px;
  color: #f45e5e;
  font-size: 12px;
  font-weight: bold;
}

#auth-mbr-regist .used-alert .candidate-txt,
#auth-mbr-add-info .used-alert .candidate-txt,
#auth-junction .used-alert .candidate-txt {
  margin-bottom: 10px;
  font-size: 12px;
}

#auth-mbr-regist .used-alert .dbl-frm-ipt,
#auth-mbr-add-info .used-alert .dbl-frm-ipt,
#auth-junction .used-alert .dbl-frm-ipt {
  margin-bottom: 0;
}

#auth-mbr-regist .used-alert .dbl-frm-ipt > li,
#auth-mbr-add-info .used-alert .dbl-frm-ipt > li,
#auth-junction .used-alert .dbl-frm-ipt > li {
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 0;
}

#auth-mbr-regist .used-alert .dbl-frm-ipt > li:first-child,
#auth-mbr-add-info .used-alert .dbl-frm-ipt > li:first-child,
#auth-junction .used-alert .dbl-frm-ipt > li:first-child {
  border-radius: 3px 3px 0 0;
}

#auth-mbr-regist .used-alert .dbl-frm-ipt > li:last-child,
#auth-mbr-add-info .used-alert .dbl-frm-ipt > li:last-child,
#auth-junction .used-alert .dbl-frm-ipt > li:last-child {
  border-bottom: solid 1px #b6b6b6;
  border-radius: 0 0 3px 3px;
}

#auth-mbr-regist .frm-ipt .error-message,
#auth-mbr-regist .dbl-frm-ipt .error-message,
#auth-mbr-regist .input-birth .error-message,
#auth-mbr-regist .list-frm-ipt .error-message,
#auth-mbr-regist .frm-pass .error-message,
#auth-mbr-regist .frm-zp .error-message,
#auth-mbr-regist .slct-brth .error-message,
#auth-mbr-add-info .frm-ipt .error-message,
#auth-mbr-add-info .dbl-frm-ipt .error-message,
#auth-mbr-add-info .input-birth .error-message,
#auth-mbr-add-info .list-frm-ipt .error-message,
#auth-mbr-add-info .frm-pass .error-message,
#auth-mbr-add-info .frm-zp .error-message,
#auth-mbr-add-info .slct-brth .error-message,
#auth-junction .frm-ipt .error-message,
#auth-junction .dbl-frm-ipt .error-message,
#auth-junction .input-birth .error-message,
#auth-junction .list-frm-ipt .error-message,
#auth-junction .frm-pass .error-message,
#auth-junction .frm-zp .error-message,
#auth-junction .slct-brth .error-message {
  margin: -17px 0 0;
}

#auth-mbr-regist .frm-ipt .error-message + .error-message,
#auth-mbr-regist .dbl-frm-ipt .error-message + .error-message,
#auth-mbr-regist .input-birth .error-message + .error-message,
#auth-mbr-regist .list-frm-ipt .error-message + .error-message,
#auth-mbr-regist .frm-pass .error-message + .error-message,
#auth-mbr-regist .frm-zp .error-message + .error-message,
#auth-mbr-regist .slct-brth .error-message + .error-message,
#auth-mbr-add-info .frm-ipt .error-message + .error-message,
#auth-mbr-add-info .dbl-frm-ipt .error-message + .error-message,
#auth-mbr-add-info .input-birth .error-message + .error-message,
#auth-mbr-add-info .list-frm-ipt .error-message + .error-message,
#auth-mbr-add-info .frm-pass .error-message + .error-message,
#auth-mbr-add-info .frm-zp .error-message + .error-message,
#auth-mbr-add-info .slct-brth .error-message + .error-message,
#auth-junction .frm-ipt .error-message + .error-message,
#auth-junction .dbl-frm-ipt .error-message + .error-message,
#auth-junction .input-birth .error-message + .error-message,
#auth-junction .list-frm-ipt .error-message + .error-message,
#auth-junction .frm-pass .error-message + .error-message,
#auth-junction .frm-zp .error-message + .error-message,
#auth-junction .slct-brth .error-message + .error-message {
  margin-top: 5px;
}

#auth-mbr-regist .frm-tel .frm-ipt + p:only-of-type,
#auth-mbr-add-info .frm-tel .frm-ipt + p:only-of-type,
#auth-junction .frm-tel .frm-ipt + p:only-of-type {
  margin-bottom: 0;
}

#auth-mbr-regist .frm-tel .error-message,
#auth-mbr-add-info .frm-tel .error-message,
#auth-junction .frm-tel .error-message {
  margin: -17px 0 0;
}

#auth-mbr-regist .frm-tel .error-message + .error-message,
#auth-mbr-add-info .frm-tel .error-message + .error-message,
#auth-junction .frm-tel .error-message + .error-message {
  margin-top: 5px;
}

#auth-mbr-regist .sup-text,
#auth-mbr-add-info .sup-text,
#auth-junction .sup-text {
  margin: -17px 0 20px;
}

#auth-mbr-regist .frm-nickname .sup-text:nth-of-type(3),
#auth-mbr-add-info .frm-nickname .sup-text:nth-of-type(3),
#auth-junction .frm-nickname .sup-text:nth-of-type(3) {
  margin-bottom: 0;
}

#auth-mbr-regist .slct-brth > div + p:only-of-type,
#auth-mbr-add-info .slct-brth > div + p:only-of-type,
#auth-junction .slct-brth > div + p:only-of-type {
  margin-bottom: 0;
}

#auth-mbr-regist .slct-brth .slct,
#auth-mbr-add-info .slct-brth .slct,
#auth-junction .slct-brth .slct {
  margin-bottom: 15px;
}

#auth-mbr-regist .slct-brth li,
#auth-mbr-add-info .slct-brth li,
#auth-junction .slct-brth li {
  display: inline;
  margin-right: 5px;
  padding-right: 5px !important;
  vertical-align: middle;
}

#auth-mbr-regist .slct-brth select,
#auth-mbr-add-info .slct-brth select,
#auth-junction .slct-brth select {
  width: 80px;
  margin: 0 5px 5px 0 !important;
  vertical-align: middle;
}

#auth-mbr-regist .frm-pass-in,
#auth-mbr-add-info .frm-pass-in,
#auth-junction .frm-pass-in {
  margin-bottom: 10px;
}

#auth-mbr-regist .frm-pass-in + p:only-of-type,
#auth-mbr-add-info .frm-pass-in + p:only-of-type,
#auth-junction .frm-pass-in + p:only-of-type {
  margin-bottom: 0;
}

#auth-mbr-regist .frm-pass-in + .error-message,
#auth-mbr-add-info .frm-pass-in + .error-message,
#auth-junction .frm-pass-in + .error-message {
  margin-top: -5px;
}

#auth-mbr-regist .js-pass-switch,
#auth-mbr-add-info .js-pass-switch,
#auth-junction .js-pass-switch {
  position: relative;
}

#auth-mbr-regist .js-pass-switch label,
#auth-mbr-add-info .js-pass-switch label,
#auth-junction .js-pass-switch label {
  display: block;
  position: relative;
  width: 98px;
  padding: 10px 0;
  border-bottom: solid 3px #6e6e6e;
  border-radius: 3px;
  background: #999;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

#auth-mbr-regist .js-pass-switch input[type='checkbox'],
#auth-mbr-add-info .js-pass-switch input[type='checkbox'],
#auth-junction .js-pass-switch input[type='checkbox'] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}

#auth-mbr-regist .inner_input .frm-ipt,
#auth-mbr-add-info .inner_input .frm-ipt,
#auth-junction .inner_input .frm-ipt {
  float: left;
  width: 350px;
  margin-bottom: 0;
}

#auth-mbr-regist .inner_input .frm-ipt input[type='text'],
#auth-mbr-add-info .inner_input .frm-ipt input[type='text'],
#auth-junction .inner_input .frm-ipt input[type='text'] {
  font-family: 'arial';
}

#auth-mbr-regist .inner_input .js-pass-switch,
#auth-mbr-add-info .inner_input .js-pass-switch,
#auth-junction .inner_input .js-pass-switch {
  float: right;
  width: 100px;
}

#auth-mbr-regist .inner_input .js-pass-switch label,
#auth-mbr-add-info .inner_input .js-pass-switch label,
#auth-junction .inner_input .js-pass-switch label {
  line-height: 1.5;
}

#auth-mbr-regist .inner_input .js-pass-switch label::before,
#auth-mbr-add-info .inner_input .js-pass-switch label::before,
#auth-junction .inner_input .js-pass-switch label::before {
  display: none;
  box-sizing: border-box;
}

#auth-mbr-regist .inner_input .js-pass-switch label::after,
#auth-mbr-add-info .inner_input .js-pass-switch label::after,
#auth-junction .inner_input .js-pass-switch label::after {
  display: none;
}

#auth-mbr-regist .inner_input .js-pass-switch:hover,
#auth-mbr-add-info .inner_input .js-pass-switch:hover,
#auth-junction .inner_input .js-pass-switch:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

#auth-mbr-regist .password-notice,
#auth-mbr-add-info .password-notice,
#auth-junction .password-notice {
  position: relative;
  margin-top: 10px;
  padding-left: 32px;
  color: #666;
  font-size: 12px;
  line-height: 1.6;
}

#auth-mbr-regist .password-notice::before,
#auth-mbr-add-info .password-notice::before,
#auth-junction .password-notice::before {
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  content: '';
}

#auth-mbr-regist .password-notice::after,
#auth-mbr-add-info .password-notice::after,
#auth-junction .password-notice::after {
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 12px;
  height: 8px;
  border-bottom: 3px solid #b6b6b6;
  border-left: 3px solid #b6b6b6;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

#auth-mbr-regist .password-notice.is-verified::before,
#auth-mbr-add-info .password-notice.is-verified::before,
#auth-junction .password-notice.is-verified::before {
  background: #4dc1b7;
}

#auth-mbr-regist .password-notice.is-verified::after,
#auth-mbr-add-info .password-notice.is-verified::after,
#auth-junction .password-notice.is-verified::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

#auth-mbr-regist .password-notice .backslash,
#auth-mbr-add-info .password-notice .backslash,
#auth-junction .password-notice .backslash {
  font-family: 'arial';
}

#auth-mbr-regist .notice-mail .switch input:first-of-type + label,
#auth-mbr-regist .shopping-mail .switch input:first-of-type + label,
#auth-mbr-regist .mmg-mdl .switch input:first-of-type + label,
#auth-mbr-add-info .notice-mail .switch input:first-of-type + label,
#auth-mbr-add-info .shopping-mail .switch input:first-of-type + label,
#auth-mbr-add-info .mmg-mdl .switch input:first-of-type + label,
#auth-junction .notice-mail .switch input:first-of-type + label,
#auth-junction .shopping-mail .switch input:first-of-type + label,
#auth-junction .mmg-mdl .switch input:first-of-type + label {
  border-radius: 0 0 0 3px;
}

#auth-mbr-regist .notice-mail .switch input:last-of-type + label,
#auth-mbr-regist .shopping-mail .switch input:last-of-type + label,
#auth-mbr-regist .mmg-mdl .switch input:last-of-type + label,
#auth-mbr-add-info .notice-mail .switch input:last-of-type + label,
#auth-mbr-add-info .shopping-mail .switch input:last-of-type + label,
#auth-mbr-add-info .mmg-mdl .switch input:last-of-type + label,
#auth-junction .notice-mail .switch input:last-of-type + label,
#auth-junction .shopping-mail .switch input:last-of-type + label,
#auth-junction .mmg-mdl .switch input:last-of-type + label {
  border-radius: 0 0 3px 0;
}

#auth-mbr-regist .attention-top {
  margin-top: 0;
  padding: 13px;
}

#auth-mbr-regist .attention-top p {
  font-size: 14px;
  font-weight: bold;
}

#auth-mbr-regist .footer-link-wrapper {
  width: 650px;
  margin: 50px auto 0;
  padding-top: 26px;
  border-top: 1px solid #b6b6b6;
}

#auth-mbr-regist .footer-link-wrapper .footer-link-note {
  margin-bottom: 10px;
  font-size: 14px;
}

#auth-mbr-regist .footer-link-wrapper .footer-link {
  display: inline-block;
  font-size: 18px;
}

#auth-mbr-regist .button-wrap button.is-disabled,
#auth-mbr-regist .button-rgstr button.is-disabled {
  opacity: .3;
  pointer-events: none;
}

#auth-mbr-add-info .frm-adrs .notice-text {
  margin-bottom: 5px;
}

label {
  cursor: pointer;
}

#auth-mbr-regist-send,
#auth-mbr-add-info-send {
  font-size: 14px;
}

#auth-mbr-regist-send .err-msg,
#auth-mbr-add-info-send .err-msg {
  width: 620px;
}

#auth-mbr-regist-send .other-msg,
#auth-mbr-add-info-send .other-msg {
  width: 650px;
}

#auth-mbr-regist-send h1,
#auth-mbr-add-info-send h1 {
  width: 650px;
  margin: 40px auto 20px;
  text-align: center;
}

#auth-mbr-regist-send .info,
#auth-mbr-add-info-send .info {
  width: 650px;
  margin: 0 auto;
}

#auth-mbr-regist-send .info .provis,
#auth-mbr-add-info-send .info .provis {
  margin-bottom: 8px;
  color: #f54747;
  font-weight: bold;
}

#auth-mbr-regist-send .info p,
#auth-mbr-add-info-send .info p {
  font-size: 14px;
  line-height: 1.4;
}

#auth-mbr-regist-send .info span,
#auth-mbr-add-info-send .info span {
  font-weight: bold;
}

#auth-mbr-regist-send .info .deadline,
#auth-mbr-add-info-send .info .deadline {
  margin: 15px 0 25px;
}

#auth-mbr-regist-send .frame-gray,
#auth-mbr-add-info-send .frame-gray {
  width: 450px;
  padding: 18px 25px 25px;
}

#auth-mbr-regist-send .container-action,
#auth-mbr-add-info-send .container-action {
  width: 450px;
  margin: 0 auto 15px;
  padding: 25px;
  box-sizing: border-box;
  line-height: 1.4;
}

#auth-mbr-regist-send .container-action h2,
#auth-mbr-add-info-send .container-action h2 {
  margin-bottom: 5px;
  font-size: 14px;
}

#auth-mbr-regist-send dt,
#auth-mbr-add-info-send dt {
  margin-right: 10px;
}

#auth-mbr-regist-send dt,
#auth-mbr-regist-send dd,
#auth-mbr-add-info-send dt,
#auth-mbr-add-info-send dd {
  float: left;
  font-size: 14px;
  font-weight: bold;
  word-break: break-all;
}

#auth-mbr-regist-send .btn-rgstr,
#auth-mbr-add-info-send .btn-rgstr {
  width: 450px;
  margin: 0 auto 15px;
}

#auth-mbr-regist-comp h1,
#auth-mbr-add-info-comp h1 {
  width: 650px;
  margin: 40px auto 20px;
  text-align: center;
}

#auth-mbr-regist-comp h1 + p,
#auth-mbr-add-info-comp h1 + p {
  width: 650px;
  margin: 0 auto 40px;
}

#auth-mbr-regist-comp .cmn-btn-gray,
#auth-mbr-add-info-comp .cmn-btn-gray {
  width: 378px;
  margin: 0 auto;
}

#auth-mbr-regist-comp .comp-btn,
#auth-mbr-add-info-comp .comp-btn {
  width: 378px;
  margin: 0 auto;
}

#auth-mbr-regist-comp .line-qr-area,
#auth-mbr-add-info-comp .line-qr-area {
  width: 300px;
  margin: 40px auto 0;
  border: 1px solid #a9d997;
  background-color: #eaf7e6;
  border-radius: 5px;
}

#auth-mbr-regist-comp .line-qr-area .ttl,
#auth-mbr-add-info-comp .line-qr-area .ttl {
  padding: 10px 0;
  background-color: #06c755;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#auth-mbr-regist-comp .line-qr-area img,
#auth-mbr-add-info-comp .line-qr-area img {
  display: block;
  margin: 20px auto;
}

#auth-mbr-regist-comp .line-qr-area img + p,
#auth-mbr-add-info-comp .line-qr-area img + p {
  font-weight: bold;
}

#auth-mbr-regist-comp .line-qr-area p,
#auth-mbr-add-info-comp .line-qr-area p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

#auth-mbr-regist-comp .line-qr-area p.desc,
#auth-mbr-add-info-comp .line-qr-area p.desc {
  padding: 15px;
  font-size: 13px;
  text-align: left;
}

#auth-mbr-regist-comp .info-area,
#auth-mbr-add-info-comp .info-area {
  margin-bottom: 45px;
}

#comp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#comp-loader-box {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 9999;
  width: 200px;
  margin-left: -100px;
}

#comp-loader-box p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#comp-loader {
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px auto;
  border: 5px solid #efefef;
  border-right-color: transparent;
  border-radius: 30px;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: .4;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: .41;
  }
}

#auth-mbr-regist-comp .lead-text {
  width: initial;
  margin: 35px 0 45px;
  color: #888;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

#auth-mbr-regist-comp .sub-lead-text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

#auth-mbr-regist-comp .comp-btn {
  width: 470px;
  margin-bottom: 25px;
}

#auth-mbr-regist-comp .info-area {
  width: 470px;
  margin-bottom: 50px;
}

#auth-mbr-regist-comp .info-area .info-area-text {
  margin: 0 0 7px 30px;
  padding-left: 5px;
  font-size: 13px;
}

#auth-mbr-regist-comp .info-area .info-area-text:not(:first-of-type) {
  margin-top: 20px;
}

#auth-mbr-regist-comp .content-wrap {
  width: 640px;
  margin: 0 auto;
}

#auth-mbr-regist-comp.via-atp h1 {
  text-align: left;
}

.privacy-settings {
  margin-bottom: 20px;
}

.privacy-settings .privacy-settings_title {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #b6b6b6;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.privacy-settings .privacy-settings-text {
  font-size: 14px;
  line-height: 1.5;
}

.privacy-settings .privacy-settings-text a {
  display: inline-block;
  color: #00a699;
  text-decoration: underline;
}

.privacy-settings .privacy-settings-text a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.privacy-settings .privacy-settings-note {
  margin-top: 5px;
  color: #888;
  font-size: 11px;
  line-height: 1.5;
}

#auth-mbr-add-info-comp .certification-lead-text {
  width: 650px;
  margin: 0 auto 40px;
  line-height: 1.5;
  text-align: center;
}

#auth-mbr-regist-name .info p,
#auth-mbr-add-info-name .info p {
  margin-left: 3px;
  font-size: 14px;
  line-height: 1.4;
}

#auth-mbr-regist-name .frame-gray,
#auth-mbr-add-info-name .frame-gray {
  width: 430px;
  margin: 40px auto 15px;
}

#auth-mbr-regist-name .frame-gray h2,
#auth-mbr-add-info-name .frame-gray h2 {
  margin-bottom: 8px;
  font-size: 14px;
}

#auth-mbr-regist-name .frame-gray .error-message,
#auth-mbr-add-info-name .frame-gray .error-message {
  margin-bottom: 0;
}

#auth-mbr-regist-name .btn-rgstr,
#auth-mbr-add-info-name .btn-rgstr {
  width: 430px;
  margin: 0 auto;
}

#auth-mbr-regist-name .btn-rgstr button,
#auth-mbr-add-info-name .btn-rgstr button {
  border-top: none;
  border-right: none;
  border-left: none;
}

.notice-setting-text {
  width: 650px;
  margin: 0 auto 6px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.notice-setting {
  position: relative;
  width: 650px;
  padding: 20px;
}

.notice-setting .notice-setting-ttl {
  font-size: 18px;
  font-weight: bold;
}

.notice-setting .setting {
  display: inline-block;
}

.notice-setting .setting label {
  font-size: 14px;
  font-weight: bold;
}

.notice-setting .text {
  margin-bottom: 5px;
  font-size: 14px;
}

.notice-setting .link-details {
  text-align: right;
}

.notice-setting .link-details a {
  color: #333;
  text-decoration: underline;
}

.notice-setting .inr-setting {
  display: none;
  margin-top: 20px;
}

.notice-setting .arrow {
  float: right;
  padding-top: 10px;
  cursor: pointer;
}

.notice-setting .arrow .icon {
  position: inherit;
  width: 26px;
  height: 12px;
  margin: 0 auto;
  fill: #999;
}

.notice-setting .arrow.close {
  display: none;
}

.notice-setting-list {
  margin-bottom: 15px;
}

.notice-setting-list > li {
  padding-left: 10px;
  border: 1px solid #b6b6b6;
  border-bottom: none;
  background: #fff;
}

.notice-setting-list > li > ul {
  position: relative;
  margin-left: -10px;
}

.notice-setting-list > li > ul::after {
  display: none;
}

.notice-setting-list > li > ul.disabl-block::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 1px);
  background: rgba(255, 255, 255, 0.6);
  content: '';
}

.notice-setting-list > li > ul > li {
  padding: 4px 0;
  padding-left: 35px;
  border-top: 1px solid #b6b6b6;
}

.notice-setting-list > li:last-child {
  border-bottom: 1px solid #b6b6b6;
}

.notice-setting-list .nomal label {
  display: inline-block;
  margin-right: 12px;
}

.notice-setting-list input[type=checkbox] + label {
  display: block;
  margin-right: 0;
  padding: 4px 4px 4px 24px;
}

.notice-setting-list select {
  margin-bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  form select:not(:target) {
    padding-right: 0;
    background-image: none;
  }
}

@media (min-width: 1px) {
  input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=checkbox] + label {
    padding-left: 24px;
  }
  .nomal input[type=radio] {
    display: none;
    margin: 0;
  }
  .nomal input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.6;
  }
  .nomal input[type=radio] + label::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    border-radius: 30px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
    border: 1px solid #b6b6b6;
  }
  .nomal input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    left: 5px;
    margin-top: -4px;
    top: 50%;
    box-sizing: border-box;
    border-radius: 8px;
    background: #666;
  }
  .switch input[type="radio"] {
    display: none;
    margin: 0;
    padding: 0;
  }
}

/*# sourceMappingURL=maps/mbr-regist.css.map */
