@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #231815;
  text-align: justify;
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  word-break: break-all;
  position: relative;
}
main {
  display: block;
  min-height: calc(100vh - 642px);
}
@media print, screen and  (min-width: 768px) {
  main {
    min-height: calc(100vh - 645px);
  }
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #2388FF;
}
a:hover {
  color: #2388FF;
}
@media print, screen and  (min-width: 768px) {
  .is-hoverAction,
  a {
    opacity: 1;
    transition: opacity .5s ease;
    cursor: pointer;
  }
  .is-hoverAction:hover,
  a:hover {
    opacity: .8;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
dl {
  padding: 0;
  margin: 0;
}
figure {
  padding: 0;
  margin: 0;
}

/* form */
select {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #9C9C9C;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  line-height: normal;
  cursor: pointer;
}
@media print, screen and  (min-width: 768px) {
  select {
    padding: 12px 14px;
    font-size: 14px;
  }
}
select::-ms-expand {
  display: none;
}
.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  height: 40px;
  padding: 0 40px 0 13px;
  background: #FAF7F2 url(../img/common/select.svg) no-repeat center right 16px / 12px auto;
  border: 1px solid #C5B5AB;
  border-radius: 5px;
  color: #231815;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
.ec-blockCheckbox,
.ec-checkbox,
.ec-radio,
.ec-birth,
.ec-select,
.ec-telInput,
.ec-zipInput,
.ec-numberInput,
.ec-halfInput,
.ec-input {
  margin-bottom: 0;
}
.ec-halfInput {
  display: flex;
  justify-content: space-between;
}
.ec-telInput .ec-errorMessage,
.ec-input .ec-errorMessage {
  margin-bottom: 0;
}
.ec-halfInput+.ec-errorMessage {
  font-size: 12px;
  font-weight: 700;
  color: #de5d50;
}
.ec-errorMessages__name {
  display: flex;
  justify-content: space-between;
}
.ec-errorMessage__name01,
.ec-errorMessage__name02 {
  width: 48%;
  font-size: 12px;
  font-weight: 700;
  color: #de5d50;
}
.ec-blockCheckbox input,
.ec-checkbox input,
.ec-radio input,
.ec-birth input,
.ec-select select,
.ec-telInput input,
.ec-zipInput input,
.ec-numberInput input,
.ec-halfInput input,
.ec-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 735px;
  height: 40px;
  margin: 0;
  background: #fff;
  border: 1px solid #9C9C9C;
  border-radius: 0;
  color: #231815;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: normal;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #AEAEAE;
  font-weight: normal;
}
.ec-halfInput input[type="text"] {
  width: 48%;
}
.ec-halfInput input[type="tel"] {
  width: 45%;
}
.ec-input + .ec-input,
.ec-zipInput + .ec-input,
.ec-select + .ec-input,
.ec-zipInput + .ec-select {
  margin-top: 30px;
}
.ec-select {
  width: 100%;
  max-width: 282px;
  position: relative;
}
.ec-select::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #9C9C9C;
  border-bottom: 2px solid #9C9C9C;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 10;
  transform: rotate(45deg);
  pointer-events: none;
}
.ec-select select {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
}
.ec-zipInput input#entry_postal_code {
  max-width: 140px;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
  top: calc(50% - 6px);
}
.ec-blockCheckbox label,
.ec-checkbox label {
  margin: 0;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.ec-blockCheckbox input[type=checkbox],
.ec-checkbox input[type=checkbox] {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0 5px 0 0;
  background: #fff;
  border: 1px solid #767676;
  border-radius: 3px;
  vertical-align: baseline;
  position: relative;
  cursor: pointer;
}
.ec-blockCheckbox input[type=checkbox]::before,
.ec-checkbox input[type=checkbox]::before {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  border-right: 3px solid #C61423;
  border-bottom: 3px solid #C61423;
  position: absolute;
  top: -2px;
  left: 2px;
  opacity: 0;
  pointer-events: none;
  transform: rotate(40deg);
}
.ec-blockCheckbox input[type=checkbox]:checked::before,
.ec-checkbox input[type=checkbox]:checked::before {
  opacity: 1;
}
.ec-blockCheckbox input[type=checkbox] + label,
.ec-checkbox input[type=checkbox] + label {
  max-width: calc(100% - 25px);
  font-size: 1.4rem;
  vertical-align: middle;
}

.ec-radio {
  text-align: left;
}
.ec-radio input {
  display: none;
}
.ec-radio input + label {
  display: inline-block;
  width: auto;
  padding: 10px 20px 10px 27px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  font-size: 1.4rem;
  letter-spacing: 0;
  position: relative;
}
.ec-radio input + label::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #767676;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}
.ec-radio input + label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #C61423;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 4px);
  left: 2px;
  opacity: 0;
}
@media print, screen and (min-width: 960px) {
  .ec-radio input + label:hover::after {
    opacity: 1;
  }
}
.ec-radio input:checked + label::after {
  opacity: 1;
}
.ec-radio label input + span {
  display: inline-block;
  width: auto;
  padding: 10px 20px 10px 27px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  font-size: 1.4rem;
  letter-spacing: 0;
  position: relative;
}
.ec-radio label input + span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #DEC8B2;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}
.ec-radio label input + span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #C61423;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 4px);
  left: 2px;
  opacity: 0;
}
@media print, screen and (min-width: 960px) {
  .ec-radio label input + span:hover::after {
    opacity: 1;
  }
}
.ec-radio label input:checked + span::after {
  opacity: 1;
}


/* common */
.is-sp {
  display: block;
}
@media print, screen and  (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.is-pc {
  display: none;
}
@media print, screen and  (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

/* title */
h1 {
  margin: 0;
}
.ec-pageHeader h1,
.ec-pageHeader .h1 {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  border: none;
  color: #231815;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.subTitle {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 25px;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}


/* btn */
.commonBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  background: #54A3FF;
  border: 2px solid #54A3FF;
  border-radius: 50px;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}
.commonBtn:hover {
  opacity: .8;
}
.commonBtn + .commonBtn {
  margin-top: 20px;
}
.commonBtn.type-border {
  background: #fff;
  color: #54A3FF;
}
.commonBtn.type-gray {
  background: #E4E4E4;
  border-color: #E4E4E4;
  color: #525263;
}
.ec-blockBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #875524;
  background-color: #F5EEE7;
  border-color: #AC8056;
  width: 100%;
  height: 56px;
  letter-spacing: 0.05em;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn:focus,
.ec-blockBtn.focus,
.ec-blockBtn:active:focus,
.ec-blockBtn:active.focus,
.ec-blockBtn.active:focus,
.ec-blockBtn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn:hover,
.ec-blockBtn:focus,
.ec-blockBtn.focus {
  color: #875524;
  background-color: #F5EEE7;
  border-color: #AC8056;
  text-decoration: none;
}

.ec-blockBtn:active,
.ec-blockBtn.active {
  outline: 0;
  background-image: none;
}

.ec-blockBtn.disabled,
.ec-blockBtn[disabled],
fieldset[disabled] .ec-blockBtn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.ec-blockBtn:hover {
  color: #875524;
  background-color: #F5EEE7;
  border-color: #AC8056;
  opacity: 0.8;
}

.btn-check:focus + .ec-blockBtn,
.ec-blockBtn:focus {
  color: #875524;
  background-color: #F5EEE7;
  border-color: #AC8056;
}

.btn-check:checked + .ec-blockBtn,
.btn-check:active + .ec-blockBtn,
.ec-blockBtn:active,
.ec-blockBtn.active,
.show > .ec-blockBtn.dropdown-toggle {
  color: #875524;
  background-color: #F5EEE7;
  border-color: #AC8056;
}

.ec-blockBtn:disabled,
.ec-blockBtn.disabled {
  color: #875524;
  background-color: #F5EEE7;
  border-color: #AC8056;
  opacity: 0.65;
}

.ec-blockBtn .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-blockBtn--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #875524;
  border-color: #875524;
  width: 100%;
  height: 56px;
  letter-spacing: 0.05em;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--primary:focus,
.ec-blockBtn--primary.focus,
.ec-blockBtn--primary:active:focus,
.ec-blockBtn--primary:active.focus,
.ec-blockBtn--primary.active:focus,
.ec-blockBtn--primary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn--primary:hover,
.ec-blockBtn--primary:focus,
.ec-blockBtn--primary.focus {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
  text-decoration: none;
}

.ec-blockBtn--primary:active,
.ec-blockBtn--primary.active {
  outline: 0;
  background-image: none;
}

.ec-blockBtn--primary.disabled,
.ec-blockBtn--primary[disabled],
fieldset[disabled] .ec-blockBtn--primary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.ec-blockBtn--primary:hover {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
  opacity: 0.8;
}

.btn-check:focus + .ec-blockBtn--primary,
.ec-blockBtn--primary:focus {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
}

.btn-check:checked + .ec-blockBtn--primary,
.btn-check:active + .ec-blockBtn--primary,
.ec-blockBtn--primary:active,
.ec-blockBtn--primary.active,
.show > .ec-blockBtn--primary.dropdown-toggle {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
}

.ec-blockBtn--primary:disabled,
.ec-blockBtn--primary.disabled {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
  opacity: 0.65;
}

.ec-blockBtn--primary .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-blockBtn--action {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #54A3FF;
  border-color: #54A3FF;
  width: 100%;
  height: 56px;
  letter-spacing: 0.05em;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--action:focus,
.ec-blockBtn--action.focus,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action:active.focus,
.ec-blockBtn--action.active:focus,
.ec-blockBtn--action.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn--action:hover,
.ec-blockBtn--action:focus,
.ec-blockBtn--action.focus {
  color: #fff;
  background-color: #54A3FF;
  border-color: #54A3FF;
  text-decoration: none;
  opacity: 0.8;
}

.ec-blockBtn--action:active,
.ec-blockBtn--action.active {
  outline: 0;
  background-image: none;
}

.ec-blockBtn--action.disabled,
.ec-blockBtn--action[disabled],
fieldset[disabled] .ec-blockBtn--action {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.ec-blockBtn--action:hover {
  color: #fff;
  background-color: #54A3FF;
  border-color: #54A3FF;
}

.btn-check:focus + .ec-blockBtn--action,
.ec-blockBtn--action:focus {
  color: #fff;
  background-color: #54A3FF;
  border-color: #54A3FF;
}

.btn-check:checked + .ec-blockBtn--action,
.btn-check:active + .ec-blockBtn--action,
.ec-blockBtn--action:active,
.ec-blockBtn--action.active,
.show > .ec-blockBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #54A3FF;
  border-color: #54A3FF;
}

.ec-blockBtn--action:disabled,
.ec-blockBtn--action.disabled {
  color: #fff;
  background-color: #54A3FF;
  border-color: #54A3FF;
  opacity: 0.65;
}

.ec-blockBtn--action .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-blockBtn--cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #875524;
  border-color: #875524;
  width: 100%;
  height: 56px;
  letter-spacing: 0.05em;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel.focus,
.ec-blockBtn--cancel:active:focus,
.ec-blockBtn--cancel:active.focus,
.ec-blockBtn--cancel.active:focus,
.ec-blockBtn--cancel.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn--cancel:hover,
.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel.focus {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
  text-decoration: none;
}

.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel.active {
  outline: 0;
  background-image: none;
}

.ec-blockBtn--cancel.disabled,
.ec-blockBtn--cancel[disabled],
fieldset[disabled] .ec-blockBtn--cancel {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.ec-blockBtn--cancel:hover {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
  opacity: 0.8;
}

.btn-check:focus + .ec-blockBtn--cancel,
.ec-blockBtn--cancel:focus {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
}

.btn-check:checked + .ec-blockBtn--cancel,
.btn-check:active + .ec-blockBtn--cancel,
.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel.active,
.show > .ec-blockBtn--cancel.dropdown-toggle {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
}

.ec-blockBtn--cancel:disabled,
.ec-blockBtn--cancel.disabled {
  color: #fff;
  background-color: #875524;
  border-color: #875524;
  opacity: 0.65;
}

.ec-blockBtn--cancel .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn,
.ec-inlineBtn--action,
.ec-inlineBtn--cancel {
  display: inline-block;
  max-width: 100%;
  min-width: 62px;
  padding: 0 20px;
  margin: 0;
  background: #F5EEE7;
  border: 1px solid #AC8056;
  border-radius: 5px;
  color: #875524;
  font-weight: normal;
  font-size: 12px;
  line-height: 40px;
}

.ec-inlineBtn:hover,
.ec-inlineBtn:focus,
.ec-inlineBtn.focus {
  background-color: #F5EEE7;
  border-color: #AC8056;
  text-decoration: none;
  color: #875524;
}

.ec-inlineBtn:hover {
  opacity: 0.8;
}

.ec-inlineBtn--action {
  background-color: #54A3FF;
  border-color: #54A3FF;
  color: #fff;
}

.ec-inlineBtn--action:hover,
.ec-inlineBtn--action:focus,
.ec-inlineBtn--action.focus {
  background-color: #54A3FF;
  border-color: #54A3FF;
  text-decoration: none;
  color: #fff;
}

.ec-inlineBtn--action:hover {
  opacity: 0.8;
}

.ec-inlineBtn--cancel {
  background-color: #875524;
  border-color: #875524;
  color: #fff;
}

.ec-inlineBtn--cancel:hover,
.ec-inlineBtn--cancel:focus,
.ec-inlineBtn--cancel.focus {
  background-color: #875524;
  border-color: #875524;
  text-decoration: none;
  color: #fff;
}

.ec-inlineBtn--cancel:hover {
  opacity: 0.8;
}


/* table */
.commonTable {
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #CFCFCF;
  color: #595959;
}
.commonTable th,
.commonTable td {
  padding: 17.5px 15px;
  border: 1px solid #CFCFCF;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.commonTable th {
  background: #F0F0F0;
  font-size: 1.6rem;
}
.commonTable td {
  font-size: 1.8rem;
}

/* pager */
.ec-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 45px 0 0;
}
.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  margin: 0 5px 5px;
}
.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  margin: 0;
  background: #fff;
  border: 1px solid #D3D3D3;
  color: #000000;
  font-weight: normal;
  font-size: 13px;
}
.ec-pager .ec-pager__item--active a {
  background: #54A3FF;
  border-color: #54A3FF;
  color: #fff;
  font-weight: bold;
}
.ec-pager .ec-pager__item.is-arrow .is-btn {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url(../img/common/pager_arrow.svg) no-repeat center center / 6px auto;
  border: 1px solid #D3D3D3;
  text-indent: -1000px;
  overflow: hidden;
}
.ec-pager .ec-pager__item.is-arrow.arrow-prev .is-btn {
  transform: rotate(180deg);
}
.ec-pager .ec-pager__item.is-arrow.arrow-first .is-btn,
.ec-pager .ec-pager__item.is-arrow.arrow-last .is-btn {
  background-image: url(../img/common/pager_arrow_double.svg);
  background-size: 14px auto;
}
.ec-pager .ec-pager__item.is-arrow.arrow-first .is-btn {
  transform: rotate(180deg);
}
.ec-pager .ec-pager__item.is-arrow span.is-btn {
  background-color: rgba(255,255,255,0.66);
  background-blend-mode: lighten;
}


/* header */
.ec-layoutRole__header {
  display: block;
  width: 100%;
  padding: 17px 30px;
  margin: 0 0 45px;
  background: #54A3FF;
  color: #fff;
}
@media print, screen and  (min-width: 768px) {
  .ec-layoutRole__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
  }
}
.ec-headerRole {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1;
}
@media print, screen and  (min-width: 768px) {
  .ec-headerRole {
    width: calc(100% - 280px);
  }
}
.ec-headerRole__title,
.ec-headerRole__title a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
@media print, screen and  (min-width: 768px) {
  .ec-headerRole__title,
  .ec-headerRole__title a {
    font-size: 20px;
  }
}
.ec-headerNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 280px;
  height: 42px;
  padding: 0;
  margin: 0;
}
@media screen and  (max-width: 767px) {
  .ec-headerNav {
    margin: 20px 0 0 auto;
  }
}
@media screen and  (max-width: 375px) {
  .ec-headerNav {
    margin: 20px auto 0;
  }
}
.ec-headerNav-btn {
  width: 180px;
}
.ec-headerNav-btn .is-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  background: #fff;
  border-radius: 50px;
  color: #54A3FF;
  font-weight: normal;
  font-size: 16px;
}
@media screen and  (max-width: 767px) {
  .ec-headerNav-btn .is-link {
    font-size: 14px;
  }
}
.ec-headerNav-textLink {
  width: calc(100% - 180px);
}
.ec-headerNav-textLink .is-link {
  color: #fff;
  text-align: right;
  font-weight: normal;
  font-size: 16px;
}
@media screen and  (max-width: 767px) {
  .ec-headerNav-textLink .is-link {
    font-size: 14px;
  }
}


/* footer */
.ec-footerRole {
  padding: 16px 0;
  margin: 100px 0 0;
  background: #D9D9D9;
  border: none;
}
.ec-footerTitle__copyright {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}

.ec-role,
.ec-customerRole,
.ec-registerCompleteRole,
.ec-registerRole,
.ec-withdrawCompleteRole,
.ec-withdrawConfirmRole,
.ec-withdrawRole,
.ec-historyRole,
.ec-cartCompleteRole,
.ec-cartRole,
.ec-forgetCompleteRole,
.ec-forgotRole,
.ec-mypageRole,
.ec-productRole,
.ec-contactRole,
.ec-contactConfirmRole,
.ec-contactConfirmRole {
  width: 100%;
  max-width: calc(1024px + 40px);
  padding: 0 20px;
  margin: 0 auto;
  color: #231815;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}


/* login */
.ec-login {
  display: block;
  width: 100%;
  max-width: 850px;
  padding: 60px 30px;
  margin: 0 auto 84px;
  background: #F0F0F0;
}
@media print, screen and  (min-width: 768px) {
  .ec-login {
    padding: 73px 40px 62px;
    margin-top: 23px;
  }
}
.ec-login .ec-login__input {
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 0;
  margin: 0 auto 40px;
}
@media print, screen and  (min-width: 768px) {
  .ec-login .ec-login__input {
    margin-bottom: 60px;
  }
}
.ec-login .ec-login__input .ec-input {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.ec-login .ec-login__input .ec-input input {
  height: 55px;
  font-size: 16px;
}
@media print, screen and  (min-width: 768px) {
  .ec-login .ec-login__input .ec-input input {
    height: 65px;
    font-size: 18px;
  }
}
.ec-login .ec-login__input .ec-input input:focus {
  box-shadow: #3c8dbc 0px 0px 5px 0px;
}
.ec-login .ec-login__input .ec-input input + input {
  margin-top: 21px;
}
@media print, screen and  (min-width: 768px) {
  .ec-login .ec-login__input .ec-input input + input {
    margin-top: 31px;
  }
}
.ec-login .ec-login__actions {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 41px;
}
.ec-login .ec-login__link {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.ec-login .ec-login__link .ec-link {
  color: #2388FF;
  font-weight: normal;
  font-size: 2rem;
}
.ec-login .ec-login__link p {
  margin: 32px 0 0;
  font-size: 1.6rem;
}
@media print, screen and  (min-width: 768px) {
  .ec-login .ec-login__link p {
    font-size: 1.8rem;
  }
}
.ec-loginGuest {
  display: block;
  width: 100%;
  max-width: 850px;
  padding: 0;
  margin: 0 auto;
}


/* ec-borderedDefs */
.ec-borderedDefs {
  border: none;
}
.ec-borderedDefs dl {
  margin-bottom: 20px;
  border: none;
}
@media print, screen and  (min-width: 768px) {
  .ec-borderedDefs dl {
    padding-top: 23px;
    margin-bottom: 0;
  }
}
.ec-borderedDefs dt,
.ec-borderedDefs dt .ec-label {
  font-weight: normal;
  font-size: 1.6rem;
}
.ec-borderedDefs dt {
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and  (min-width: 768px) {
  .ec-borderedDefs dt {
    width: 212px;
    margin-bottom: 0;
  }
}
.ec-borderedDefs dd {
  width: 100%;
}
@media print, screen and  (min-width: 768px) {
  .ec-borderedDefs dd {
    width: calc(100% - 212px);
  }
}


/* registerRole */
.ec-registerRole .ec-off1Grid .ec-off1Grid__cell {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.ec-registerRole .ec-borderedDefs {
  margin-bottom: 0;
}
.ec-registerRole .ec-registerRole__actions {
  padding-top: 80px;
}
.ec-registerRole .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell {
  width: 100%;
  max-width: 300px;
  padding: 0;
  margin: 0 auto;
}
@media print, screen and  (min-width: 768px) {
  .ec-registerRole .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell {
    width: 300px;
  }
}
.ec-registerRole .ec-registerRole__actions .ec-checkbox {
  margin-bottom: 10px;
}
.ec-registerRole .ec-registerRole__actions .ec-checkbox label {
  color: #525263;
  font-weight: bold;
}

/* invoicePage */
.invoicePage {
  overflow-y: scroll;
}
.invoicePage .ec-pageHeader {
  width: 100%;
  margin: 0 0 20px;
}
@media print, screen and  (min-width: 768px) {
  .invoicePage .ec-pageHeader {
    display: flex;
    justify-content: space-between;
  }
}
.invoicePage .ec-pageHeader h1 {
  width: 100%;
  margin: 0 0 20px;
}
@media print, screen and  (min-width: 768px) {
  .invoicePage .ec-pageHeader h1 {
    width: calc(100% - 264px);
    margin-bottom: 0;
  }
}
.invoicePage-selectArea {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media print, screen and  (min-width: 768px) {
  .invoicePage-selectArea {
    width: 264px;
  }
}
.invoicePage-selectArea .form-select {
  width: 100%;
  max-width: 264px;
}
.invoicePage-listArea {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.invoicePage-listArea .commonTable th#year {
  width: 176px;
}
.invoicePage-listArea .commonTable th#month {
  width: 164px;
  min-width: 16.01%;
}
.invoicePage-listArea .commonTable th#day {
  width: 180px;
  min-width: 17.57%;
}
.invoicePage-listArea .commonTable th#count {
  width: 220px;
  min-width: 21.48%;
}
.invoicePage-listArea .commonTable th#download {
  width: 280px;
  min-width: 27.34%;
}
.invoicePage .ec-footerRole {
  margin-top: 50px;
}


