@charset "UTF-8";
/* ============================================================
リセット
============================================================ */
*, ::after, ::before {
  box-sizing: border-box;
}
body {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel–antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #337ab7;
  text-decoration: underline;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}
ol, ul {
  list-style: none;
}
select {
  width: 100%;
  border: 1px solid #bfbfbf !important;
  border-radius: 5px !important;
  background: #fff;
}
button, input, optgroup, select, textarea {
  font: caption;
}
/* ============================================================
ヘッダー・フッター
============================================================ */
#account-header {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  margin: 0 auto !important;
  text-align: center;
  padding-top: 0;
}
#account-header .account-header-logo {
  line-height: 0;
}
#account-header .account-header-logo img {
  margin: 10px;
  width: 80px;
}
footer {
  display: none;
}
#account-footer {
  display: block;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  text-align: center;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
#account-footer p {
  padding: 10px 0 20px;
}
/* ============================================================
ボタン
============================================================ */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-action {
  color: #fff;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-action:hover,
.btn-action:focus {
  color: #fff;
  opacity: .8;
}
.bg-danger {
  background-color: #f2dede !important;
}
.bg-success {
  background-color: #dff0d8 !important;
}
.bg-warning {
  background-color: #fcf8e3 !important;
}
.btn-group-lg > .btn, .btn-lg {
  padding: 12px 16px;
  line-height: 1.5;
  border-radius: 5px;
}
.btn-primary {
  color: #fff;
  background-color: #fb7b47 !important;
  border-color: #fb7b47 !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #dd7d26 !important;
  border-color: #dd7d26 !important;
}
.btn-primary:hover {
  background-color: rgba(251, 123, 71, .7) !important;
  border-color: rgba(251, 123, 71, .7) !important;
  cursor: pointer;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: rgba(251, 123, 71, .7) !important;
  border-color: rgba(251, 123, 71, .7) !important;
}
.btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus {
  border-color: #aaaaaa !important;
}
.btn-group-lg > .btn, .btn-lg {
  font-size: 1.5rem !important;
}
.btn-default {
  color: #333;
  background-color: #fff !important;
  border-color: rgb(226, 230, 234) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  cursor: pointer;
}
.btn-default:focus, .btn-default.focus {
  color: rgb(33, 37, 41);
  background-color: rgb(226, 230, 234) !important;
  border-color: rgb(226, 230, 234) !important;
}
.btn-default:hover {
  background-color: rgb(226, 230, 234) !important;
  border-color: rgb(218, 224, 229) !important;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: rgb(226, 230, 234) !important;
  border-color: rgb(218, 224, 229) !important;
}
/* 
=======================================================
レイアウト
======================================================= */
html, body {
  height: 100%;
  margin: 0;
}
.c-wrapper {
  background: #fff;
}
.u-mb-small {
  margin-bottom: 8px !important;
}
.u-mb-medium {
  margin-bottom: 16px !important;
}
.u-mb-large {
  margin-bottom: 24px !important;
}
.u-mt-small {
  margin-top: 8px !important;
}
.u-mt-medium {
  margin-top: 16px !important;
}
.u-mt-large {
  margin-top: 24px !important;
}
.u-mt-none {
  margin-top: 0 !important;
}
.u-mb-none {
  margin-bottom: 0 !important;
}
.u-mr-small {
  margin-right: 8px !important;
}
.u-pb-small {
  padding-bottom: 8px !important;
}
.u-pd-none {
  padding: 0 !important;
}
.u-pb-none {
  padding-bottom: 0 !important;
}
.u-text-note {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.u-text-bold {
  font-weight: bold;
}
.u-bg-white {
  background: #fff !important;
}
.l-wrapper-registration {
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.l-wrapper-contents,
.l-wrapper-bottom {
  background: #f7f7f7;
  padding: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.p-optional-wrap {
  background: #f7f7f7;
  padding: 8px 0;
  margin: 8px;
}
.l-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.l-section__inner {
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  width: 100%;
}
.l-section-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  align-items: center;
  padding-bottom: 24px;
}
.section-card-form {
  margin: 0 auto;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flow-root;
  word-break: break-all;
}
.p-register-header {
  margin: 16px 0;
}
.p-register-header h2 {
  background: #f7f7f7;
  padding: 10px 8px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  font-size: 1.6rem;
}
.p-label {
  font-size: 10px;
  font-weight: normal;
  padding: 2px 4px;
  margin-left: 5px;
  border-radius: 3px;
  position: relative;
}
.p-label--required {
  background: #e64949;
  color: #fff;
}
.p-label--note {
  font-size: 1.4rem;
  margin-left: 5px;
  font-weight: normal;
}
.p-treat--vertical-line {
  border-left: 5px solid #8fc31f;
  padding-left: 5px;
  line-height: 1.4;
}
.p-treat--empty {
  padding-left: 0;
}
.p-title {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold !important;
}
.p-title--large {
  font-size: 14px;
}
.p-card--size-full {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.p-card--flex {
  display: flex;
}
@media screen and (min-width:768px) {
  .l-birthday-select-form {
    min-width: 420px;
  }
}
.p-form-flex__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
  margin-right: 0px;
}
.p-form-flex__field {
  -ms-flex-preferred-size: calc(100% - 125px);
  flex-basis: calc(100% - 125px);
  color: inherit;
  text-decoration: none !important;
  word-break: break-all;
}
@media screen and (min-width:768px) {
  .p-form-flex__field {
    -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
  }
}
.p-box-surrounded {
  border: 1px solid #bbb !important;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}
/*確認画面*/
.section-card-form--fix {
  padding-bottom: 16px;
}
.section-card-form--fix .l-section-card {
  padding-bottom: 16px;
}
.section-card-form--fix .p-title {
  height: auto;
  display: block;
}
@media screen and (min-width:768px) {
  .section-card-form--fix .p-form-flex__title {
    width: 200px;
  }
}
.p-form-flex__field a {
  text-decoration: none;
}
.p-form-flex__btn_change {
  webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
  margin-right: 8px;
}
.p-form-flex__btn_fix {
  -ms-flex-preferred-size: calc(100% - 115px);
  flex-basis: calc(100% - 115px);
}
@media screen and (min-width:768px) {
  .p-form-flex__btn_fix {
    flex-basis: calc(100% - 200px);
    margin-left: 16px;
  }
}
/* ============================================================
フォーム部品
============================================================ */
input::placeholder {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ababab;
}
input::-webkit-input-placeholder,
input:-moz-placeholder {
  font-size: 1.3rem;
  font-weight: bold;
}
input[type="email"], input[type="text"], input[type="password"], input[type="tel"], input[type="phone_number"] {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2)inset;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2)inset;
  font-size: 16px;
  height: 40px;
  padding: 5px;
  width: 100%;
  text-transform: none;
  box-shadow: none;
}
input[type="email"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="phone_number"]:focus {
  background: #FFF8DF;
}
input[type="checkbox"] {
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
label {
  margin-bottom: 0 !important;
  display: inline-flex;
}
select {
  height: 40px;
  font-size: 16px;
}
option {
  font-size: 16px;
}
.p-cards-select__item input[type=radio] {
  display: none;
}
.p-cards-select__item label {
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  color: #787878;
  padding: 10px 5px;
  background: #fff;
  text-align: center;
  border: 1px solid #787878;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.p-cards-select__item input[type="radio"]:checked + label {
  color: #fff;
  background: #787878;
  font-weight: bold;
}
.p-label--use-birthday {
  border-radius: 5px 0 0 5px;
}
.p-label--use-name {
  border-radius: 0 5px 5px 0;
}
.p-name-form-last-name, .p-name-form-first-name {
  width: 50%;
}
.p-name-form-first-name {
  margin-left: 2.5px;
}
.l-member-sex-select-form, .l-search-address-form, .l-pref-select-form, .l-city-edit-form, .l-other_address-edit-form {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width:768px) {
  .l-member-sex-select-form, .l-search-address-form, .l-pref-select-form, .l-city-edit-form, .l-other_address-edit-form {
    width: 700px;
  }
}
.p-member-sex-form, .p-search-address-form {
  width: 50%;
}
.p-search-address-form {
  text-align: right;
}
.btn-auto-address-input {
  padding: 2px;
  font-size: 12px;
  border-radius: 5px;
  width: 84%;
  height: 100%;
  margin-left: 4.5px;
}
.p-birth-year-form {
  width: 43%;
}
.p-birth-month-form, .p-birth-day-form {
  width: 28%;
  margin-left: 2.5px;
}
.input-form-hide {
  display: none;
}
.p-input-group-prepend {
  margin-right: -1px;
}
.p-input-group-field {
  border-radius: 0 5px 5px 0 !important;
}
.p-input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #bfbfbf;
  border-radius: 5px 0 0 5px;
  height: 40px;
}
.password-input {
  padding-right: 30px !important;
}
#TMemberPrefectureId {
  height: 40px !important;
  font-size: 16px !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  padding: 5px !important;
}
#gender-setting-clear {
  background-color: #fff !important;
  color: #333;
  border: 1px solid #333;
  border-radius: 50px;
  outline: none;
  line-height: 1.3;
  font-size: 11px;
}
@media screen and (min-width:768px) {
  #gender-setting-clear {
    padding: 4px 14px;
    font-size: 12px;
    line-height: 1.2;
  }
}
/* ============================================================
プライバシーポリシー
============================================================ */
.section-card-privacy {
  margin-bottom: 10px;
}
.l-section-privacy {
  width: 96%;
  margin: 10px auto 0;
  font-size: 95%;
}
.p-privacy-header h3 {
  margin: 20px auto 10px;
  font-weight: bold;
  font-size: 1.5rem !important;
  line-height: 1.5;
  text-align: center;
}
.l-section-privacy h4 {
  margin: 10px auto 10px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
}
.l-section-privacy ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 5px;
}
.privacy_policy__inner {
  height: 200px;
  padding: 16px;
  overflow-y: scroll;
  border: 1px solid #bbb;
  text-align: left;
  background: #fff;
  margin: 10px 0 10px;
  font-size: 85%;
}
.l-section-privacy .privacy_policy__inner table {
  width: 100%;
}
.l-section-privacy .privacy_policy__inner table, .l-section-privacy .privacy_policy__inner td, .l-section-privacy .privacy_policy__inner th {
  border: 1px solid #595959;
  border-collapse: collapse;
  padding: 5px;
  text-align: left;
  vertical-align: text-top;
}
.l-section-privacy .privacy_policy__inner table td:first-child {
  width: 18%;
}
.l-section-privacy .privacy_policy__inner table th {
  background: #ccc;
}
.p-agree-link {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
.p-btn-wrap {
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .p-btn-wrap {
    width: 70%;
  }
}
.p-btn-wrap button,
.p-btn-wrap input {
  margin-bottom: 10px;
}
/* ============================================================
パスワード
============================================================ */
.p-password-conditions {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.p-password-conditions-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.p-password-conditions-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.p-password-conditions-list__icon {
  display: -webkit-box;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.p-password-conditions-list-icon--inactive {
  background-color: #aaa;
  border-color: #aaa;
  color: #fff;
}
.p-password-conditions-list-icon--inactive.p-password-conditions-list-icon--filled {
  background-color: #8fc31f;
  border-color: #8fc31f;
  color: #fff;
}
.p-password-conditions-list__text {
  color: #333;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  font-size: 12px;
  line-height: 1.4;
  margin-right: 6px;
  text-align: left;
}
.well {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 6px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  border: none;
  box-shadow: none;
}
.reserve-indent {
  padding: 0 !important;
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.reserve-indent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.reserve-indent li .fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  margin-right: 3px;
}
.text-muted {
  color: #aaa;
}
.text-primary {
  color: #8fc31f;
}
/* 目のマーク */
.p-password__grid {
  position: relative;
}
.p-password__grid svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
}
.p-password__grid .eye-slash-solid,
.p-password__grid .eye-solid {
  fill: none;
  stroke: #777;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  cursor: pointer;
}
.p-password__grid .eye-solid circle {
  fill: #777 !important;
}
/* ============================================================
バリデーション
============================================================ */
.p-form-error--inline {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  margin: 0 0 5px !important;
}
.p-form-error__content {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #e64949;
  background: #fff;
  font-size: 12px;
  padding: 4px 10px;
  margin: 5px 0;
  border: 1px solid #e64949;
}
.p-form-error__text {
  color: #e64949;
  font-size: 11.8px;
  font-weight: bold;
  line-height: 2em;
  word-break: break-all;
}
.p-form-error__text a {
  color: #e64949;
  font-size: 13.5px;
  font-weight: bold;
  text-decoration: underline;
  word-break: break-all;
  display: inline-block;
}
.p-form-error__text a:hover {
  text-decoration: none;
}
/* ============================================================
メディアクエリ
============================================================ */
@media (max-width:320px) {
  .p-title--large {
    font-size: 1.2rem;
  }
  .btn-auto-address-input {
    width: 100%;
  }
  .p-form-flex__field {
    -ms-flex-preferred-size: calc(100% - 108px);
    flex-basis: calc(100% - 108px);
  }
}
@media screen and (min-width:768px) {
  #account-header .account-header-logo img {
    margin: 8px;
    width: 90px;
  }
  #account-footer p {
    padding: 10px 0 10px;
  }
  .c-wrapper, .l-wrapper-bottom {
    background: #f7f7f7;
  }
  .l-wrapper-contents, .l-wrapper-bottom {
    width: 780px;
  }
  .l-wrapper-contents {
    padding: 2rem;
  }
  .l-section-privacy__inner {
    width: 708px;
    margin: 0 auto;
  }
  .p-register-header h2 {
    padding: 10px;
    font-size: 2rem;
  }
  .p-card--flex__pc {
    display: flex;
  }
  .p-form-flex__title {
    width: 280px;
  }
  .p-label--block__pc {
    display: block;
    font-size: 1.2rem;
    margin-top: 3px;
  }
  .p-search-address-form {
    text-align: left;
    width: 251px;
  }
  .btn-auto-address-input {
    width: 100px;
    margin-left: 3px;
  }
  .p-treat--empty__member_birthday,
  .p-treat--empty__member_name {
    display: none;
  }
  .p-title--none__pc {
    height: 20px;
  }
  .section-card-privacy .p-text-align-variable {
    text-align: center;
  }
  .p-form-error__text {
    display: block;
    font-size: 13.5px;
  }
}
/*既存のスタイル打消し*/
.ppc-description-box {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  zoom: 1;
  z-index: 1000;
  -webkit-opacity: 0.6;
}
.ppc-description .ppc-description-title,
.ppc-description-mobile .ppc-description-title {
  text-decoration: underline;
}
.ppc-description:hover > .ppc-description-title {
  text-decoration: none;
}
.ppc-description-item {
  background: #333;
  display: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  left: 50%;
  padding: 20px;
  position: fixed;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  width: 84%;
  z-index: 1100;
  word-wrap: normal
}
.ppc-description-item .lead {
  border-bottom: 1px #737373 dashed;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 5px 0;
}
.ppc-description-item p {
  color: #333;
}
.ppc-description-close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.page-top {
  display: none;
}
/*SNSアカウント連携同意画面*/
#sns-account-agreement-wrap {
  margin: 0 16px 16px 16px;
  text-align: center;
  padding-bottom: 0;
}
#sns-account-agreement-wrap .p-card--border {
  border: 1px solid #aaa;
  padding: 0;
  align-items: center;
}
#sns-account-agreement-wrap .p-card--border .p-title {
  background: #f7f7f7;
  height: auto;
  padding: 8px;
  font-weight: normal !important;
}
#sns-account-agreement-wrap .p-card--border .p-form-flex__field {
  padding: 8px;
}
#sns-account-agreement-wrap .p-card--border .p-email__grid {
  font-weight: bold;
}
@media (min-width:768px) {
  #sns-account-agreement-wrap .p-form-flex__title {
    width: 220px;
    
  }
  #sns-account-agreement-wrap .p-checkbox__field .u-text-note {
    text-indent: 2.2em;
  }
}

@media (max-width:767px) {
  #sns-account-agreement-wrap .p-card--border .p-title {
    display: block;
  }
  #sns-account-agreement-wrap .p-checkbox__field label {
    display: inline;
    font-size: 13px;
  }
}