html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  background: #f0f0f0;
  color: #4d4d4d;
  font-family: 'Montserrat-Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.3rem;
}
textarea {
  border-radius: 5px;
}

p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
a,
.alink {
  color: #0066c8;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
div {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
}

.input-text {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 16px 18px;
  background-position: 98% 50%;
  cursor: auto;
}

.page-main {
  padding: 24px;
}

.column {
  background: #fff;
  padding: 24px;
  margin-bottom: 16px;
  margin-top: 10px;
}
.column:last-of-type {
  margin-bottom: 0;
}
h1 {
  color: #4d4d4d;
  font-style: normal;
  font-weight: 700;
  line-height: 2.462rem;
  font-size: 2.462rem;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 30px;
}
.fieldset {
  border: 0;
}
.page-main {
  max-width: 1280px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}

/* .page-main-account{
    max-width: 1280px;
    width: 100%;
    padding: 30px 24px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
 } */

.section-divider--large {
  font-style: normal;
  font-weight: 700;
  line-height: 1.846rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-top: 30px;
}
.section-divider--large:first-of-type {
  margin-top: 0;
}
.section-divider--large:after {
  content: "";
  height: 4px;
  margin: 16px 0;
  background: #9b9b9b;
  display: block;
}
.section-divider--medium {
  font-weight: 700;
  line-height: 1.846rem;
}
.section-divider--medium:after,
.section-divider:after {
  content: "";
  height: 1px;
  margin: 16px 0;
  background: #f0f0f0;
  display: block;
}
.section-divider-wide:after {
  content: "";
  height: 4px;
  margin: 16px 0;
  background: #9b9b9b;
  display: block;
}
.orange-border {
  border: 4px solid rgb(255, 202, 113);
}
.fieldset > .field .input-text,
.fieldset > .field.choice .input-text,
.field .input-text {
  height: 40px;
  padding: 0 16px;
}

input {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}
input {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #0066C7;
  border-radius: 1px;

  font-size: 13px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 95%;
  box-sizing: border-box;
  position: sticky;
  top: 0px;
}

button {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: left;
  cursor: default;
  font: 400 13.3333px Arial;
  border: none;
  background: none;
}
.button-postal {
  background-image: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;

  font-weight: 700;
  padding: 6px;
  margin-left: 6px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 700;
  box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 15%), 0 2px 4px 0 rgb(0 0 0 / 15%);
  border-radius: 4px;
}

.button {
  background-image: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;

  font-weight: 700;
  padding: 16px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 700;
  box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 15%), 0 2px 4px 0 rgb(0 0 0 / 15%);
  border-radius: 4px;
}
.column-2 {
  display: flex;
}
.column-2 div {
  margin-right: 10px;
}
.column-2 div:last-of-type {
  margin-right: 0;
}
.blue {
  color: #0066c8;
}
.green {
  color: #026838;
}
.blue-button {
  background: #0066c8;
  border: 1px solid #0066c8;
  text-align: center;
}
/* .blue-button-cart{
    background: #0066c8;
    border: 1px solid #0066c8;
    width: 100%;
    text-align: center;
} */
.white-button {
  color: #0066c8 !important;
  border: #0066c8 1px solid;
  background: #fff;
}
.white-button:hover {
  background: #f2f7fc;
}
.orange-box {
  border: 5px solid #ffca72;
  padding: 10px;
}
.block {
  padding: 10px;
  margin-bottom: 10px;
}
.widget.block.block-static-block {
  display: flex;
  justify-content: center;
}
.block.checked {
  background: #fff9e3;
  border: 4px solid #f0f0f0;
}
.block.unchecked {
  border: 2px solid #f0f0f0;
}

.large-font {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.small-font {
  font-size: 0.9rem;
  line-height: 0.9rem;
  margin-top: 10px;
  color: red;
}
.default-font-size {
  font-size: 1.3rem;
}
.default-font-weight {
  font-weight: 400;
}
.grey {
  color: #ccc;
}
.line-through {
  text-decoration: line-through;
}
.grey-bg {
  background: #f0f0f0;
  padding: 5px;
}
.red {
  color: rgb(233, 28, 36);
}
.bold {
  font-weight: 700;
}
.button.blue-button a {
  color: #fff;
}
.fieldset > .field input[type="checkbox"],
.fieldset > .field.choice input[type="checkbox"],
.field input[type="checkbox"],
.fieldset > .field input[type="radio"],
.fieldset > .field.choice input[type="radio"],
.field input[type="radio"] {
  /* position: absolute;
    left: -1000em; */
}
.fieldset > .field.loaded,
.fieldset > .field.choice.loaded,
.field.loaded {
  margin-top: 18px;
}

.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 8px;
}

.actions-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.primary {
  order: 2;
}
.secondary {
  padding: 16px;
  margin-right: 16px;
  order: 1;
}
.item-info:after {
  content: "";
  height: 1px;
  margin: 16px 0;
  background: #f0f0f0;
  display: block;
}
.item-status li {
  display: flex;
}
.item-status li span:nth-of-type(1) {
  display: block;
  color: #ccc;
  width: 80px;
}
.blue-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
fieldset {
  min-inline-size: 0;
}
.actions-wrapper {
  margin-top: 8px;
  overflow: auto;
}
#remember-me-box,
#sub-mailmagazine,
#check-box {
  display: flex;
  align-items: center;
}
#remember-me-box input,
#sub-mailmagazine input,
#check-box input {
  margin-right: 5px;
  width: initial;
}
.required-captcha.checkbox {
  display: none;
}
.extra-text {
  font-size: 0.9rem;
}

/*ソーシャルログイン共通*/
.social_login_list {
  text-align: center;
  width: 220px;
  margin: 0 auto;
}

/*google ログインボタン 打ち消し*/
.social_login_list .g_id_signin:after {
  position: absolute;
  content: 'Sign in with google';
  top: 10px;
  left: 62px;
  font-size: 14px;
}
.social_login_list.cooperation .g_id_signin:after {
  top: 33px;
}
.social_login_list .g_id_signin.jp:after {
   content: 'Googleでログイン';
}
.nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
  display: none;
}

.social_login_list li {
  position: relative;
  height: 40px;
}

.social_login_list li + li {
  margin-top: 7px;
}

.social_login_list.cooperation {
  text-align: left;
  margin: 0;
}

.social_login_list.cooperation li + li {
  margin-top: 40px;
}

.social_login_list.cooperation li:last-child,
.social_login_list.register li:last-child {
  margin-bottom: 30px;
}

.social_login_list li .button_wrap {
    display: inline-flex;
    align-items: center;
    background-color: #2AA4EF;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 4px;
    width: 220px;
    box-shadow: 0 0 2px grey;
}

.social_login_list li .disabled {
  pointer-events: none;
  opacity: 0.7;
}

.social_login_list.cooperation li .button_wrap {
  margin-top: 0;
}

.social_login_list.cooperation li p {
  margin-bottom: 5px;
}

.social_login_list li .button_wrap.Facebook {
  background-color: #3D5B97;
}

.social_login_list li .button_wrap.google {
  background-color: #fff;
  color: #777;
  height: 40px;
  margin-top: 5px;
}

.social_login_list li .button_wrap.google .abcRioButtonLightBlue {
  width: 150px;
}

.social_login_list li .button_wrap div {
   width: 40px;
   margin-right: 23px;
}

.button_wrap div img {
    border-radius: 4px;
}

/*マイページ*/
.sns_cooperation_wrap {
  margin-top: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .page-main {
    display: block;
  }
  .column.main {
    padding: 16px 8px;
  }
  .column-container {
    width: 100% !important;
  }

  .column {
    margin-bottom: 8px;
  }

  .actions-toolbar {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .secondary {
    order: 2;
  }
  .primary {
    order: 1;
  }
  .button {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-main {
    padding: 8px;
  }

  .social_login_list.cooperation {
    text-align: center;
    margin-bottom: 22px;
    margin: 0 auto;
  }

  .social_login_list.cooperation li:last-child {
    margin-bottom: 40px;
  }
}
