@charset "UTF-8";
html {
  overflow-y: scroll;
}

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, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input, select {
  vertical-align: middle;
}

img,
object,
embed {
  vertical-align: top;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  position: relative;
  min-width: 1280px;
  height: 100%;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.75;
}

input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}

button {
  overflow: visible;
}

button:disabled {
  cursor: default;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

em {
  font-style: normal;
}

button {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-family: inherit;
}

input[type="tel"] {
  ime-mode: disabled;
}

select {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
}

b {
  font-weight: bold;
}

.l-inner, .l-inner-full, .l-inner-wide {
  padding-right: 30px;
  padding-left: 30px;
}

.l-inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.l-inner-wide {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.l-modal {
  width: 100%;
}

.l-page-header {
  border-bottom: 4px solid #c79f4a;
  background: #000000;
  color: #ffffff;
}

.l-main {
  min-width: 1040px;
  height: 100%;
}

.l-footer-contact {
  padding: 30px 31px 27px;
  border-top: 4px solid #c79f4a;
  background: #f2f2f2;
}

.l-footer-bottom {
  padding: 23px 0 22px;
  background: #000000;
  color: #ffffff;
}

.c-button, .c-button-inverse, .c-button-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

.c-button {
  background: #000000;
  color: #ffffff;
  transition: opacity 0.2s ease-in;
}

.c-button:hover {
  opacity: 0.8;
}

.c-button-inverse {
  border: 1px solid #e2e2e2;
  background: #ffffff;
  color: #666666;
}

.c-button-accent {
  background: #d20001;
  color: #ffffff;
}

.c-button-arrow {
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
}

.c-button-arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  border-right: 2px solid #c79f4a;
  border-bottom: 2px solid #c79f4a;
  content: '';
}

.c-button-unit {
  display: flex;
  justify-content: center;
}

.c-button-unit--right {
  display: flex;
  justify-content: flex-end;
}

.c-button-unit--left {
  display: flex;
  justify-content: flex-start;
}

.c-icon-required, .c-icon-optional {
  display: inline-block;
  width: 40px;
  height: 22px;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
}

.c-icon-required {
  background: #d20001;
  color: #ffffff;
}

.c-icon-optional {
  background: #999999;
  color: #ffffff;
}

.c-form-label {
  font-size: 1.8rem;
  font-weight: bold;
}

.c-textbox {
  height: 55px;
  padding: 13px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background: #ffffff;
  font-size: 1.6rem;
}

.p-password-box .c-textbox {
  padding-right: 45px;
}

.c-textbox.c-textarea {
  width: 100%;
  height: 240px;
}

.c-textbox.is-error {
  border-color: #d20001;
  background: #f9ece4;
}

::-webkit-input-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

.c-selectbox-unit {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  background: #ffffff;
}

.c-selectbox-unit::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  content: '';
  pointer-events: none;
}

.c-selectbox {
  z-index: 1;
  position: relative;
  height: 55px;
  padding: 13px 30px 13px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background: transparent;
  font-size: inherit;
}

.c-selectbox.is-error {
  border-color: #d20001;
  background: #f9ece4;
}

.c-selectbox-text {
  margin: 0 10px 0 5px;
}

.c-form-unit {
  margin: 0 20px 0 5px;
}

.c-radio {
  display: inline-block;
  position: relative;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
}

.c-radio__text--large {
  font-size: 2.2rem;
  line-height: 30px;
}

.c-radio__text--inline {
  display: inline-block;
  vertical-align: middle;
}

.c-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
}

.c-radio input[type="radio"] + .c-radio__text {
  display: inline-block;
  z-index: 1;
  position: relative;
  min-height: 30px;
  padding-left: 38px;
  vertical-align: middle;
}

.c-radio input[type="radio"] + .c-radio__text::before, .c-radio input[type="radio"] + .c-radio__text::after {
  display: block;
  position: absolute;
  content: "";
}

.c-radio input[type="radio"] + .c-radio__text::before {
  z-index: 2;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #666666;
  border-radius: 50%;
  background: #ffffff;
}

.c-radio input[type="radio"] + .c-radio__text::after {
  z-index: 3;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
}

.c-radio input[type="radio"]:checked + .c-radio__text::before {
  border-color: #c79f4a;
}

.c-radio input[type="radio"]:checked + .c-radio__text::after {
  border-radius: 50%;
  background-color: #c79f4a;
}

.c-radio input[type="radio"]:disabled + .c-radio__text, .c-radio input[type="radio"].is-disabled + .c-radio__text {
  color: #cccccc;
  cursor: default;
}

.c-checkbox {
  display: inline-block;
  position: relative;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
}

.c-checkbox--single {
  margin-right: 0;
}

.c-checkbox__text--large {
  font-size: 2.2rem;
  line-height: 30px;
}

.c-checkbox__text--inline {
  display: inline-block;
  vertical-align: middle;
}

.c-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
}

.c-checkbox input[type="checkbox"] + .c-checkbox__text {
  display: inline-block;
  z-index: 1;
  position: relative;
  min-height: 30px;
  padding-left: 38px;
  vertical-align: middle;
}

.c-checkbox input[type="checkbox"] + .c-checkbox__text::before, .c-checkbox input[type="checkbox"] + .c-checkbox__text::after {
  display: block;
  position: absolute;
  content: "";
}

.c-checkbox input[type="checkbox"] + .c-checkbox__text::before {
  z-index: 2;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #666666;
  border-radius: 4px;
  background: #ffffff;
}

.c-checkbox input[type="checkbox"] + .c-checkbox__text::after {
  z-index: 3;
  top: 2px;
  left: 7px;
  width: 16px;
  height: 16px;
}

.c-checkbox input[type="checkbox"]:checked + .c-checkbox__text::before {
  border-color: #c79f4a;
}

.c-checkbox input[type="checkbox"]:checked + .c-checkbox__text::after {
  transform: rotate(45deg);
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #c79f4a;
}

.c-checkbox input[type="checkbox"]:disabled + .c-checkbox__text, .c-checkbox input[type="checkbox"].is-disabled + .c-checkbox__text {
  color: #cccccc;
  cursor: default;
}

.p-password-box .c-icon-mask {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

.c-icon-freedial {
  display: inline-block;
  height: 1em;
  margin: 0 5px -2px;
  vertical-align: baseline;
}

.c-icon-checkbox {
  display: inline-block;
  height: 13px;
  margin: 0 5px -2px;
  vertical-align: baseline;
}

.c-icon-mask {
  display: block;
  width: 20px;
  height: 17px;
  overflow: hidden;
  background: url(../images/common/icon_mask.svg) no-repeat center center;
  text-indent: 100%;
}

.c-icon-mask.is-visible {
  background-image: url(../images/common/icon_unmask.svg);
}

.c-icon-img-zoom {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.p-form-upload-box-unit .c-icon-img-zoom {
  position: static;
  padding-bottom: 35px;
  text-align: center;
}

.c-icon-img-zoom::after {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 45px;
  height: 45px;
  background: url(../images/new_form/icon_img_zoom.svg) no-repeat center center #ffffff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  content: "";
}

.c-link-text {
  color: #166191;
}

.c-link-text:hover {
  text-decoration: underline;
}

.c-link-text[target="_blank"]::after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 3px;
  margin-left: 5px;
  background: url(../images/common/icon_blank.svg) no-repeat left top;
  background-size: cover;
  vertical-align: middle;
  content: '';
}

.c-link-text[href$=".pdf"]::after {
  display: inline-block;
  width: 22px;
  height: 23px;
  margin-right: 3px;
  margin-left: 10px;
  background: url(../images/new_form/icon_pdf.png) no-repeat left top;
  background-size: cover;
  vertical-align: middle;
  content: '';
}

.c-link-img[target="_blank"]::after {
  display: none;
}

.c-disc-list__item {
  position: relative;
  padding-left: 1em;
}

.c-disc-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.c-decimal-list__item {
  margin-left: 1.5em;
  list-style: decimal;
}

.c-note-list__item {
  position: relative;
  padding-left: 1.25em;
}

.c-note-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※" " ";
}

.c-order-list {
  counter-reset: order;
}

.c-order-list__item {
  position: relative;
  padding-left: 1.5em;
}

.c-order-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(order) ".";
  counter-increment: order;
}

.c-bold-list .c-order-list__item::before {
  font-weight: bold;
}

.c-num-list__item {
  padding-left: 1em;
  text-indent: -1em;
}

.c-num-list__sub {
  margin: 15px 0;
  padding-left: 1em;
}

.c-indent-list__item {
  padding-left: 1em;
  text-indent: -1em;
}

.c-def-list__head {
  margin: 1em 0;
  font-weight: bold;
}

.c-list--item {
  padding-left: 1em;
  text-indent: -1em;
}

.c-list__sub {
  margin: 15px 0;
  padding-left: 1em;
}

.c-data-attr-list__item {
  position: relative;
}

.c-data-attr-list--circle-num .c-data-attr-list__item {
  padding-left: 1em;
}

.c-data-attr-list--parentheses-2byte > .c-data-attr-list__item {
  padding-left: 3em;
}

.c-data-attr-list--order-2byte > .c-data-attr-list__item {
  padding-left: 2em;
}

.c-data-attr-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-num);
}

.c-data-attr-list--circle-num .c-data-attr-list__item::before {
  width: 1em;
  height: 1em;
}

.c-data-attr-list--parentheses-2byte > .c-data-attr-list__item::before {
  width: 3em;
  height: 1em;
}

.c-data-attr-list--order-2byte > .c-data-attr-list__item::before {
  width: 2em;
  height: 1em;
}

.c-data-attr-list--order-2byte.c-bold-list > .c-data-attr-list__item::before {
  font-weight: bold;
}

.c-wide-list > *:not(:first-child) {
  margin-top: 1.5em;
}

.c-no-indent-list {
  margin-left: -1em;
}

.c-no-indent-list--in-list {
  margin-left: -2em;
}

.c-modal {
  position: relative;
  max-width: 770px;
  padding: 15px 35px 15px;
  border: 3px solid #c2c2c2;
  background: #ffffff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

.c-modal__head {
  margin-bottom: 25px;
  text-align: center;
}

.c-modal__foot {
  margin-top: 36px;
}

.c-modal__text {
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-modal__img {
  margin-top: 20px;
  text-align: center;
}

.c-modal__close {
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
}

.c-modal__close-button {
  display: block;
  position: relative;
  top: -14px;
  right: -14px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font-size: 0;
  line-height: 34px;
  text-indent: 100%;
  transition: opacity 0.2s ease-in;
}

.c-modal__close-button:hover {
  opacity: 0.8;
}

.c-modal__close-button::before, .c-modal__close-button::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: #000000;
  content: '';
}

.c-modal__close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-scroll-box {
  -webkit-overflow-scrolling: touch;
  height: 330px;
  overflow-y: auto;
}

.c-table {
  width: 100%;
  border-top: 3px solid #c79f4a;
  border-collapse: separate;
}

.c-table__cell {
  padding: 12px 10px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #c2c2c2;
  background: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.667;
  vertical-align: middle;
  white-space: nowrap;
}

.c-table tr .c-table__cell:first-child {
  border-left-width: 0;
}

.c-table__inner {
  padding-left: 45px;
  font-size: 1.6rem;
  font-weight: normal;
}

.c-table__head {
  background: #f9ece4;
}

.c-table__small {
  font-size: 1.4rem;
  font-weight: normal;
}

.c-table__unit {
  font-size: 1.3rem;
}

.c-table__datetime {
  color: #166191;
  font-size: 1.4rem;
  font-weight: normal;
}

.c-table__metal-en {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}

.c-table__clear {
  border-left: none;
  background: transparent;
}

.c-gold {
  color: #c79f4a;
}

.c-platinum {
  color: #8697a7;
}

.c-silver {
  color: #a5a5a5;
}

.c-underline {
  border-bottom: 1px solid;
}

.c-small {
  font-size: 0.75em;
}

.c-bold {
  font-weight: bold;
}

.c-note-alert {
  color: #d20001;
}

.c-plus {
  color: #0024b4;
}

.c-minus {
  color: #d20001;
}

.c-buy {
  color: #305371;
}

.c-sell {
  color: #912828;
}

.c-alert {
  position: relative;
  padding-left: 26px;
  color: #d20001;
}

.c-alert::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_alert_list.svg) no-repeat left center;
  background-size: cover;
  content: '';
}

.c-pw-num {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-border-box {
  padding: 25px 39px;
  border: 1px solid #c79f4a;
}

.p-border-box--notes-agree {
  border-color: #c2c2c2;
}

.p-border-box--notes {
  margin: 40px 0 60px;
  border-color: #c2c2c2;
}

.p-border-box--notes + .p-border-box--notes {
  margin-top: -50px;
}

.p-border-box--notes-important {
  border-color: #d20001;
}

.p-border-box--entry {
  padding-top: 35px;
  background: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.706;
  text-align: center;
}

.p-border-box--bg {
  background: #ffffff;
}

.p-border-box--alert {
  padding-right: 120px;
  padding-left: 120px;
  border-color: #d20001;
  background: url(../images/common/icon_alert.png) #f9ece4 no-repeat 39px center;
  color: #d20001;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-border-box__title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.p-button-decision, .p-button-prev, .p-button-next, .p-button-update {
  position: relative;
  width: 100%;
  height: 70px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 1.7rem;
}

.p-button__text--small, .p-button__text--medium, .p-button__text--large {
  color: #000000;
  line-height: 1.3;
}

.p-button-decision {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.p-button-decision:disabled {
  background: #d5d5d5;
}

.p-button-prev {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.p-button-prev::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  transform: rotate(135deg);
  border-right: 2px solid #c79f4a;
  border-bottom: 2px solid #c79f4a;
  content: '';
}

.p-button-prev--invalid::after {
  display: none;
}

.p-button-next {
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.p-button-next::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  transform: rotate(-45deg);
  border-right: 2px solid #c79f4a;
  border-bottom: 2px solid #c79f4a;
  content: '';
}

.p-button-next--sell::after, .p-button-next--invalid::after {
  display: none;
}

.p-button-next:disabled {
  background: #d5d5d5;
}

.p-button-update {
  max-width: 90px;
  height: 35px;
  padding-right: 20px;
  padding-left: 20px;
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  color: #000000;
}

.p-form-table__head .p-button-update {
  margin-top: 5px;
}

.p-form-table--deposit-confirm .p-form-table__head .p-button-update {
  margin-top: -10px;
  margin-bottom: -10px;
  float: right;
}

.p-button-delete {
  width: 200px;
  height: 52px;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  color: #666666;
  font-size: 1.7rem;
  cursor: pointer;
}

.p-form-upload-box-unit--delete .p-button-delete {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.p-button-rotated {
  width: 120px;
  height: 45px;
  margin: 0 auto;
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.p-button-rotated.is-active {
  border: 1px solid #e2e2e2;
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  color: #666666;
}

.p-button-unit__item {
  width: 338px;
}

.p-button-unit__item + .p-button-unit__item {
  margin-left: 15px;
}

.p-button-unit__item--large {
  width: 378px;
}

.p-button__logo {
  width: 182px;
  margin-top: 7px;
  margin-bottom: 8px;
}

.p-button__text--small {
  font-size: 1.4rem;
}

.p-button__text--medium {
  font-size: 1.8rem;
}

.p-button__text--large {
  font-size: 2rem;
}

.p-button-login {
  position: relative;
  height: 70px;
  padding-right: 25px;
  padding-left: 25px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.p-button-login::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  transform: rotate(-45deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: '';
}

.p-button-cancel {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  border: 1px solid #c2c2c2;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  color: #d20001;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  transition: opacity 0.2s ease-in;
}

.p-button-cancel:hover {
  opacity: 0.8;
}

.p-button-cancel--s {
  width: 120px;
}

.p-button-deposit {
  width: 180px;
  height: 50px;
}

.p-footer-contact {
  font-size: 1.3rem;
  text-align: center;
}

.p-footer-contact__lead {
  margin-bottom: 10px;
}

.p-footer-contact__number {
  margin-bottom: 10px;
}

.p-footer-contact__info {
  line-height: 1.385;
}

.p-footer-contact__info br {
  display: none;
}

.p-footer-company {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-footer-company__text {
  font-size: 1.4rem;
  line-height: 1.571;
  text-align: right;
}

.p-footer-company__copyright {
  margin-top: 6px;
  color: #cccccc;
  font-size: 1.2rem;
}

.p-footer-company__copyright br {
  display: none;
}

.p-footer-company__link a {
  position: relative;
  padding-left: 14px;
}

.p-footer-company__link a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(-45deg);
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  content: '';
}

.p-footer-company__link a::after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 6px;
  background-image: url(../images/common/icon_blank_white.svg);
  background-size: cover;
  content: '';
}

.p-form-notes-box, .p-form-notes-box--alert {
  margin-bottom: 45px;
  padding: 17px 30px 18px;
  text-align: center;
}

.p-form__footer {
  margin-top: 50px;
}

.p-form__footer--print {
  margin-top: 20px;
}

.p-form__footer--print-pl {
  margin-top: 0;
  margin-bottom: 20px;
}

.p-form__notes {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.467;
  text-align: center;
}

.p-form__notes--pre {
  margin-bottom: 50px;
}

.p-form__error {
  padding-top: 10px;
  color: #d20001;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: normal;
}

.p-form__error.is-hidden {
  display: none;
}

.p-form__error + .p-form__error {
  padding-top: 0;
}

.p-form__error > * {
  position: relative;
  padding-left: 26px;
  color: #d20001;
}

.p-form__error > *::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_alert_list.svg) no-repeat left center;
  background-size: cover;
  content: '';
}

.p-form-lead .p-form__error {
  padding-top: 0;
}

.p-form__subtitle {
  margin: 50px 0 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-form__subtitle--guide {
  position: relative;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.p-form__subtitle--guide::before {
  position: relative;
  top: 0.05em;
  left: 0;
  font-size: 2.2rem;
  content: '\25A0';
}

.p-form__subtitle-notes {
  margin-left: 1em;
  font-size: 1.5rem;
  font-weight: normal;
}

.p-form__name {
  margin: 13px 0 5px;
  font-weight: bold;
}

.p-form input[name="efo_privacyAgree_flag"] {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.p-form-terms .c-def-list__head {
  margin-top: 1.5em;
  margin-bottom: 0;
}

.p-form-terms > *:first-child .c-def-list__head:first-child {
  margin-top: 0;
}

.p-form-lead {
  margin: 35px 0 31px;
}

.p-section .p-form-lead {
  padding-top: 0;
}

.p-form-lead__title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.p-form-lead__error {
  color: #d20001;
}

* + .p-form-lead__list {
  margin-top: 1em;
}

.p-form-group {
  padding: 25px 20px;
  background: #f3ead8;
}

.p-form-group--privacy {
  max-width: 360px;
  margin: 30px auto 0;
}

.p-form-group__head {
  margin-bottom: 15px;
  font-weight: bold;
}

.p-form-group .c-icon-required {
  margin-right: 5px;
}

.p-form-group-error {
  max-width: 360px;
  margin: 10px auto 0;
}

.p-form-item-name {
  margin-bottom: 20px;
}

.p-form-item-name__text {
  font-weight: bold;
}

.p-form-item-name .c-icon-required {
  margin-left: 10px;
}

.p-form-item-notes {
  padding-left: 38px;
}

.p-form-table {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #c2c2c2;
}

.p-form-table--password {
  overflow: visible;
}

.p-form-table--deposit-confirm {
  border: 1px solid #c2c2c2;
}

.ie .p-form-table--deposit-confirm {
  border-width: 2px;
}

.p-form-table--print {
  width: 700px;
  margin-bottom: 0;
}

.p-form-table + .p-form-table {
  margin-top: 20px;
}

.p-form-table.c-table {
  border-collapse: collapse;
}

.p-form-table__row {
  border-top: 1px solid #c2c2c2;
}

.p-form-table__head {
  width: 230px;
  background: #f3ead8;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.p-form-table__head.c-table__head {
  background: #f9ece4;
}

.p-form-table--input .p-form-table__head {
  padding: 35px 6px 35px 19px;
}

.p-form-table--confirm .p-form-table__head {
  padding: 20px 5px 20px 19px;
}

.p-form-table--pw-confirm .p-form-table__head {
  width: 280px;
  padding: 15px 20px;
}

.p-form-table--deposit-confirm .p-form-table__head {
  background: #f8f6f1;
  white-space: normal;
}

.p-form-table--print .p-form-table__head {
  padding: 5px 20px;
}

.p-form-table--update .p-form-table__head {
  width: 280px;
}

.p-form-table--mailmagazine .p-form-table__head {
  width: 280px;
}

.p-form-table--colspan2 .p-form-table__head {
  border-right-style: solid;
  border-right-color: #c2c2c2;
}

.p-form-table__name {
  display: block;
}

.p-form-table__name--field {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

* + .p-form-table__name--field {
  margin-top: 20px;
}

.p-form-table__name--inline {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.p-form-table--colspan2 .p-form-table__name--small {
  width: 100px;
}

.p-form-table__body {
  vertical-align: middle;
}

.p-form-table--input .p-form-table__body {
  padding: 20px 25px;
}

.p-form-table--confirm .p-form-table__body {
  padding: 33px 25px;
}

.p-form-table--pw-confirm .p-form-table__body {
  padding: 15px 25px;
  vertical-align: middle;
}

.p-form-table--print .p-form-table__body {
  padding: 5px 20px;
}

.p-form-table__body + .p-form-table__body {
  padding-left: 0;
}

.p-form-table__notes {
  padding-top: 12px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-form-table__password {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-form-table__alert {
  color: #d20001;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-form-table__free a {
  color: #166191;
}

.p-form-table__free a:hover {
  text-decoration: underline;
}

.p-form-table__free a[target="_blank"]::after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 3px;
  margin-left: 5px;
  background: url(../images/common/icon_blank.svg) no-repeat left top;
  background-size: cover;
  content: '';
}

.p-form-table--input-enter .p-form-table__head {
  width: 320px;
  padding-right: 19px;
}

.p-form-table--input-enter .p-form-table__body {
  border-top: 1px solid #c2c2c2;
}

.p-form-table--input-enter .p-form-table__notes {
  display: block;
}

.p-form-innertable {
  width: calc(100% + 25px);
  margin-right: -25px;
}

.p-form-table--confirm .p-form-innertable {
  margin-top: -18px;
  margin-bottom: -18px;
}

.p-form-innertable__row + .p-form-innertable__row {
  border-top: 1px solid #c2c2c2;
}

.p-form-innertable__row:first-child .p-form-innertable__head,
.p-form-innertable__row:first-child .p-form-innertable__body {
  padding-top: 0;
}

.p-form-innertable__row:last-child .p-form-innertable__head,
.p-form-innertable__row:last-child .p-form-innertable__body {
  padding-bottom: 0;
}

.p-form-innertable__head {
  width: 170px;
  padding: 20px 10px 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.688;
  text-align: left;
}

.p-form-table--confirm .p-form-innertable__head {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-form-innertable__name {
  display: block;
}

.p-form-innertable--colspan2 .p-form-innertable__name--small {
  width: 100px;
}

.p-form-innertable__body {
  padding: 20px 10px 20px 0;
  vertical-align: middle;
}

.p-form-table--confirm .p-form-innertable__body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-form-innertable-deposit {
  border-top: none;
  border-collapse: collapse;
}

.p-form-innertable-deposit th,
.p-form-innertable-deposit td {
  border-left: none;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-top-style: dotted;
}

.p-form-innertable-deposit tr:first-child > * {
  border-top: none;
}

.p-form-innertable-deposit__head {
  width: 37.82506%;
  padding: 30px 20px;
  background: #f3ead8;
  text-align: left;
}

.p-form-innertable-deposit__body {
  width: auto;
  padding: 30px 0 30px 25px;
}

.p-form-table--deposit-confirm .p-form-innertable-deposit__body {
  padding-right: 20px;
}

.p-form-innertable-deposit__message {
  display: block;
  padding: 20px 0 20px 20px;
  font-weight: normal;
}

.p-form-innertable-deposit .c-table__unit {
  font-size: 1.6rem;
  font-weight: normal;
}

.p-form-table--deposit-confirm .p-form-innertable-deposit .c-table__unit {
  text-align: right;
}

.p-form-deposit-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.p-form-table--deposit-confirm .p-form-deposit-group {
  width: 240px;
}

.p-form-deposit-group--single {
  justify-content: flex-end;
}

.p-form-deposit-group__head {
  flex: 1 0 0%;
  text-align: right;
  white-space: nowrap;
}

.p-form-table--deposit-confirm .p-form-deposit-group__head {
  flex-basis: 80px;
  width: 80px;
  padding-right: 20px;
}

.p-form-deposit-group__value {
  width: 390px;
  text-align: right;
}

.p-form-table--deposit-confirm .p-form-deposit-group__value {
  width: 160px;
}

.p-form-deposit-group__text {
  display: inline-block;
  width: 3.5em;
}

.p-input-list-vertical {
  margin: -15px 0;
}

.p-input-list-vertical__item {
  margin: 15px 0;
}

.p-input-list-horizontal {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -10px 0;
}

.ie .p-input-list-horizontal {
  display: block;
}

.p-input-list-horizontal__item {
  margin: 10px 0;
}

.ie .p-input-list-horizontal__item {
  display: inline-block;
}

.p-input-list-horizontal__item--wide {
  margin-right: 2em;
}

.p-input-list-horizontal__item--wide:last-child {
  margin-right: 0;
}

.p-textbox--large {
  width: 100%;
  max-width: 640px;
}

.p-form-innertable .p-textbox--large {
  max-width: 500px;
}

.p-textbox--medium {
  width: 100%;
  max-width: 320px;
}

.p-textbox-unit--name2 .p-textbox--medium,
.p-textbox-unit--name .p-textbox--medium {
  width: 320px;
}

.p-textbox--small {
  width: 100%;
  max-width: 200px;
}

.p-textbox-unit--name .p-textbox--small {
  width: 200px;
}

.p-textbox--zip {
  width: 100%;
  max-width: 120px;
}

.p-textbox--email {
  width: 100%;
  max-width: 480px;
}

.p-textbox--num {
  width: 12em;
}

.p-textbox--sell, .p-textbox--sell-limit {
  width: 100%;
  font-size: 2.2rem;
  text-align: right;
}

.p-textbox--sell {
  max-width: 380px;
}

.p-textbox--sell-limit {
  max-width: 280px;
}

.p-textbox--deposit {
  width: 310px;
  font-size: 1.8rem;
  text-align: right;
}

.p-selectbox--year {
  width: 120px;
}

.p-selectbox--month {
  width: 80px;
}

.p-selectbox--day {
  width: 80px;
}

.p-selectbox--metallist {
  width: 170px;
}

.p-selectbox--add-cart {
  width: 80px;
}

.p-selectbox--deposit-month {
  width: 85px;
}

.p-textbox-unit--name {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  max-width: 530px;
}

.p-textbox-unit--tel, .p-textbox-unit--zip {
  display: inline-block;
}

.p-form-label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
}

.p-form-label__text {
  display: block;
}

.p-textbox-unit--name2 .p-form-label__text {
  white-space: nowrap;
}

.p-form-unit--num {
  margin: 0 10px;
}

.p-form-notes-box {
  background: #f1e7d3;
}

.p-form-notes-box__title {
  margin-bottom: 5px;
  color: #c79f4a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.65;
}

.p-form-notes-box--alert {
  background: rgba(210, 0, 1, 0.11);
  font-weight: bold;
}

.p-form-notes-box--alert__title {
  margin-bottom: 8px;
  color: #d20001;
  font-size: 2.4rem;
}

.p-form-notes-box-lead {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.556;
}

.p-form-notes-box-text + .p-form-notes-box-text {
  margin-top: 1em;
}

.p-form-agree-checkbox {
  display: table;
  width: auto;
  margin: 40px auto 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.455;
}

.p-password-wrapper {
  position: relative;
}

.p-password-box {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 640px;
}

.p-password-box--small {
  max-width: 200px;
}

.p-password-box__error {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 20px;
  transform: translateY(-100%);
  border-radius: 3px;
  background: #d20001;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-weight: bold;
}

.p-password-box__error span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 11px 20px;
}

.p-password-box__error span::before, .p-password-box__error span::after {
  position: absolute;
  content: '';
}

.p-password-box__error span::before {
  z-index: 1;
  bottom: -6px;
  left: 26px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg) skew(10deg, 10deg);
  background: #d20001;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
  content: '';
}

.p-password-box__error span::after {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-form-upload-box {
  padding: 35px 25px;
  border: none;
  background: #f8f6f1;
}

.p-form-upload-box--nobg {
  padding: 0;
  background: transparent;
}

.p-form-upload-box__title {
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.455;
}

.p-form-upload-box__lead {
  margin-bottom: 30px;
}

.p-form-flex {
  display: flex;
}

.p-form-flex--upload {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.p-form-flex--retry {
  max-width: 620px;
  margin: 0 auto;
}

.p-form-flex--masking {
  justify-content: space-between;
  width: 100%;
  min-height: 0%;
}

.p-form-flex--id {
  position: relative;
  justify-content: space-between;
  width: 100%;
  min-height: 0%;
  margin-top: 20px;
}

.p-form-flex--id-inner {
  position: relative;
  justify-content: space-between;
  width: 100%;
  min-height: 0%;
  padding: 0 10px;
}

.p-form-flex--bad-sample {
  justify-content: space-between;
  min-height: 0%;
  margin: 20px 0 30px;
}

.p-form-flex--bad-sample-id {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 0;
  overflow: hidden;
}

.p-form-flex--bad-sample-id::after {
  display: block;
  width: 248px;
  height: 0;
  content: "";
}

.p-form-flex--print {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.p-form-upload-box-unit {
  position: relative;
  width: 300px;
  padding-bottom: 149px;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}

.p-form-upload-box-unit-wrap .p-form-upload-box-unit {
  width: 298px;
  padding-bottom: 62px;
  border: none;
}

.p-form-upload-box-unit-wrap.is-error .p-form-upload-box-unit {
  background: #f9ece4;
}

.p-form-upload-box--confirm .p-form-upload-box-unit {
  padding-bottom: 25px;
}

.p-form-upload-box-unit__head {
  padding: 9px 10px;
  background: #f3ead8;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.p-form-upload-box-unit-wrap.is-error .p-form-upload-box-unit__head {
  background: #d20001;
  color: #ffffff;
}

.p-form-upload-box-unit__head .c-icon-required {
  margin-right: 5px;
}

.p-form-upload-box-unit-wrap.is-error .p-form-upload-box-unit__head .c-icon-required {
  border: 1px solid #ffffff;
  border-radius: 3px;
}

.p-form-upload-box-unit__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

.p-form-upload-box--confirm .p-form-upload-box-unit__body {
  justify-content: center;
}

.p-form-upload-box-unit__img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-form-upload-box-unit__img {
  min-height: 0%;
  text-align: center;
}

.ie .p-form-upload-box-unit__img {
  width: 270px;
}

.p-form-upload-box-unit__error-message {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 180px;
  padding: 0 20px;
  color: #d20001;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-form-upload-box-unit__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.389;
  text-align: center;
}

.p-form-upload-box-unit__btn {
  position: relative;
  position: absolute;
  bottom: 72px;
  left: 50%;
  width: 200px;
  height: 52px;
  margin: 0 auto;
  transform: translateX(-50%);
  border: 1px solid #e2e2e2;
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  color: #666666;
  font-size: 1.7rem;
  cursor: pointer;
}

.p-form-upload-box-unit-wrap .p-form-upload-box-unit__btn {
  bottom: 0;
}

.p-form-upload-box-unit__btn input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p-form-upload-box-unit--masking {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
}

.p-form-upload-box-unit--masking .p-form-upload-box-unit__head {
  padding: 11px 15px;
  font-size: 1.4rem;
  line-height: 1.143;
  text-align: left;
}

.p-form-upload-box-unit--masking .p-form-upload-box-unit__body {
  position: relative;
  padding-top: 20px;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.143;
}

.p-form-upload-box-unit--masking .p-form-upload-box-unit__body::before {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 1px;
  height: calc(100% - 20px);
  border-left: 1px dotted #c2c2c2;
  content: "";
}

.p-form-upload-box-unit--masking .p-form-upload-box-unit__notes {
  display: table;
  z-index: 1;
  position: relative;
  width: auto;
  margin: 0 auto;
  padding-top: 15px;
  background: #ffffff;
  font-size: 1.5rem;
}

.p-form-upload-box-unit-wrap {
  width: 300px;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}

.p-form-upload-box-unit-wrap.is-error {
  border-color: #d20001;
  background: #f9ece4;
}

.p-form-upload-box-unit-wrap__comment {
  padding: 10px 20px 20px;
  font-size: 1.3rem;
  line-height: 1.615;
}

.p-masking-img-unit {
  width: 50%;
  padding: 0 10px;
}

.p-masking-img-unit__head {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.p-masking-img-unit__body {
  min-height: 0%;
  text-align: center;
}

.p-id-img-unit {
  padding: 15px 5px;
  border: 1px solid #c79f4a;
  background: #f8f8f8;
}

.p-id-img-unit--01 {
  position: relative;
  width: 140px;
}

.p-id-img-unit--01::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -26px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url(../images/new_form/icon_plus.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

.p-id-img-unit--02 {
  position: relative;
  width: 470px;
}

.p-id-img-unit--02::before, .p-id-img-unit--02::after {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.p-id-img-unit--02::before {
  display: block;
  position: absolute;
  right: -30px;
  width: 48px;
  height: 40px;
  background: url(../images/new_form/icon_plus02.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

.p-id-img-unit--02::after {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: bold;
  content: "\307E\305F\306F";
}

.p-id-img-unit--03 {
  width: 206px;
  border: none;
}

.p-id-img-unit__head {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.143;
  text-align: center;
}

.p-id-img-unit__body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  min-height: 0%;
  text-align: center;
  vertical-align: middle;
}

.p-id-img-unit__notes {
  display: table;
  width: auto;
  margin: 5px 0 20px auto;
  font-size: 1.5rem;
}

.p-id-img-table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}

.p-id-img-table__cell {
  width: 36%;
  padding: 10px 5px 10px 10px;
  border: 1px solid #c2c2c2;
  font-size: 1.4rem;
  vertical-align: middle;
}

.p-id-img-table__head {
  width: 14%;
  padding-left: 5px;
  background: #f3ead8;
  font-weight: bold;
  text-align: center;
}

.p-bad-sample-unit {
  width: 135px;
}

.p-form-flex--bad-sample-id .p-bad-sample-unit {
  width: 248px;
  margin-bottom: 30px;
}

.p-bad-sample-unit__caption {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.313;
  text-align: center;
}

.p-form-print-info {
  position: relative;
  margin-bottom: 20px;
}

.p-form-print-info__title {
  padding: 0 6em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.p-form-print-info__date {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 1.4rem;
}

.p-form-print-data {
  margin-top: 50px;
}

.p-form-print-data + .p-form-print-data {
  break-before: page;
}

.p-form-print-portrait {
  flex: 1;
  padding-left: 10px;
  text-align: center;
}

.p-form-print-portrait__caption {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: center;
}

.p-form-print-box {
  margin-top: 25px;
}

.p-form-print-box-unit {
  width: 100%;
  padding: 10px 19px;
  border: 1px solid #c2c2c2;
  text-align: center;
}

.p-form-print-box-unit + .p-form-print-box-unit {
  border-top: none;
}

.p-form-print-box-unit__caption {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: center;
}

.p-form-print-box-unit__img {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}

.p-form-print-box-unit__img img.is-horizontal {
  width: 100%;
  height: auto;
}

.p-form-print-box-unit__img img.is-horizontal.is-rotated-90deg {
  width: 500px;
  transform: rotate(90deg);
}

.p-form-print-box-unit__img img.is-horizontal.is-rotated-180deg {
  transform: rotate(180deg);
}

.p-form-print-box-unit__img img.is-horizontal.is-rotated-270deg {
  width: 500px;
  transform: rotate(270deg);
}

.p-form-print-box-unit__img img.is-horizontal-large {
  width: auto;
  max-width: 940px;
  height: auto;
  max-height: 500px;
}

.p-form-print-box-unit__img img.is-horizontal-large.is-rotated-90deg {
  width: 100%;
  max-width: 500px;
  transform: rotate(90deg);
}

.ie .p-form-print-box-unit__img img.is-horizontal-large.is-rotated-90deg {
  width: 100%;
  max-width: 470px;
  height: auto;
}

.p-form-print-box-unit__img img.is-horizontal-large.is-rotated-180deg {
  transform: rotate(180deg);
}

.p-form-print-box-unit__img img.is-horizontal-large.is-rotated-270deg {
  width: 500px;
  transform: rotate(270deg);
}

.p-form-print-box-unit__img img.is-vertical {
  width: auto;
  height: 100%;
}

.p-form-print-box-unit__img img.is-vertical.is-rotated-90deg {
  max-width: 500px;
  height: auto;
  max-height: 940px;
  transform: rotate(90deg);
}

.ie .p-form-print-box-unit__img img.is-vertical.is-rotated-90deg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 470px;
  height: auto;
  transform: rotate(90deg) translate(-50%, -25%);
}

.p-form-print-box-unit__img img.is-vertical.is-rotated-180deg {
  transform: rotate(180deg);
}

.ie .p-form-print-box-unit__img img.is-vertical.is-rotated-180deg {
  position: static;
  width: auto;
  max-width: 100%;
  height: 100%;
  transform: rotate(180deg) translate(0%, 0%);
}

.p-form-print-box-unit__img img.is-vertical.is-rotated-270deg {
  max-width: 500px;
  height: auto;
  max-height: 940px;
  transform: rotate(270deg);
}

.ie .p-form-print-box-unit__img img.is-vertical.is-rotated-270deg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 470px;
  height: auto;
  transform: rotate(270deg) translate(50%, 25%);
}

.p-form-print-box-unit__img img.is-vertical-large {
  width: auto;
  height: 100%;
}

.p-form-print-box-unit__img img.is-vertical-large.is-rotated-90deg {
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 940px;
  transform: rotate(90deg);
}

.p-form-print-box-unit__img img.is-vertical-large.is-rotated-180deg {
  transform: rotate(180deg);
}

.ie .p-form-print-box-unit__img img.is-vertical-large.is-rotated-180deg {
  position: static;
  width: auto;
  max-width: 100%;
  height: 100%;
  transform: rotate(180deg) translate(0%, 0%);
}

.p-form-print-box-unit__img img.is-vertical-large.is-rotated-270deg {
  width: 100%;
  max-width: 500px;
  height: auto;
  transform: rotate(270deg);
}

.ie .p-form-print-box-unit__img img.is-vertical-large.is-rotated-270deg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 470px;
  height: auto;
  transform: rotate(270deg) translate(50%, 25%);
}

.p-form-print-box-unit__button {
  display: inline-block;
  margin-top: 20px;
}

.p-form-print-box-unit__button .p-button-unit__item {
  width: auto;
}

.p-terms__title {
  margin: 0 0 15px;
}

.p-contact-unit {
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
}

.p-contact-unit__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 20px 10px;
  background: #c79f4a;
  text-align: center;
}

.p-contact-unit__body {
  flex: 1 0 0px;
  padding: 27px 10px 18px;
  background: #ffffff;
  text-align: center;
}

.p-contact-unit__body--horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-contact-unit__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.444;
}

.p-contact-unit__info {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.385;
}

.p-contact-unit__info br {
  display: none;
}

.p-contact-unit__body--horizontal .p-contact-unit__info br {
  display: inline;
}

.p-document-block {
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 25px 38px 20px;
  background: #f8f8f8;
}

.p-document-block__footer {
  margin-top: 24px;
  padding-top: 13px;
  border-top: 1px solid #c2c2c2;
}

.p-document-list {
  display: flex;
  justify-content: space-between;
  width: 904px;
  text-align: center;
}

.p-document-list__caption {
  font-weight: bold;
  line-height: 1.25;
}

.p-workshop-block {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 15px;
}

.p-workshop-block__img {
  width: 450px;
  text-align: center;
}

.p-workshop-block__text {
  width: 490px;
}

.p-workshop-block__title {
  margin: 25px 0 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.p-workshop-block__title:first-of-type {
  margin-top: 0;
}

.p-page-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 140px;
}

.p-page-header__logo {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -12.5px;
}

.p-page-header__logo img {
  width: 220px;
}

.p-page-header__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

.p-page-header__subtitle {
  display: block;
  font-size: .7em;
  line-height: 1.4;
}

.p-page-subtitle {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-input-list {
  border-top: 1px solid #c2c2c2;
}

.p-input-list__item {
  padding: 17px 0;
  border-bottom: 1px solid #c2c2c2;
}

.p-input-list__item .c-radio__text {
  font-weight: bold;
}

.p-input-list__inner {
  padding-left: 45px;
}

.p-input-list__inner--switch {
  display: none;
}

.p-input-list__notes {
  margin: 7px 0 15px;
}

.p-input-list__reference {
  margin-top: 5px;
  padding-left: 20px;
}

.p-input-unit {
  margin-left: 12px;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}

.p-definition__head {
  position: relative;
  padding-left: 1.2em;
  font-weight: bold;
  text-indent: -1.2em;
}

.p-border-box--notes-important .p-definition__head {
  color: #d20001;
}

.p-definition__head::before {
  position: relative;
  top: 0.05em;
  left: 0;
  font-size: 1.3em;
  content: '\25A0';
}

.p-border-box--notes-important .p-definition__head::before {
  color: #d20001;
}

.p-definition__head--normal {
  font-weight: normal;
}

.p-definition__head--plane {
  padding-left: 0;
  text-indent: 0;
}

.p-definition__head--plane::before {
  display: none;
}

.p-definition__body {
  padding-left: 1em;
}

.p-definition__head--plane + .p-definition__body {
  padding-left: 0;
}

.p-definition__notes {
  margin-top: 7px;
  font-size: 1.4rem;
}

.p-definition .c-notes {
  margin-top: 10px;
  font-size: 1.6rem;
}

.p-definition--complete .p-definition__head {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1.8rem;
  text-indent: 0;
}

.p-definition--complete .p-definition__head::before {
  display: none;
}

.p-definition--complete .p-definition__head:only-child {
  margin-bottom: 0;
}

.p-definition--complete .p-definition__body {
  padding-left: 0;
}

.p-definition--flow .p-definition__head {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 2.2rem;
  line-height: 1.682;
  text-indent: 0;
}

.p-definition--flow .p-definition__head::before {
  color: #c79f4a;
}

.p-definition--flow .p-definition__body {
  padding-left: 0;
}

.p-login-section {
  margin-bottom: 35px;
  border: 1px solid #c79f4a;
}

.p-login-section__colored {
  padding: 30px;
  background: #f1e7d3;
}

.p-login-section__notes {
  font-size: 1.5rem;
}

.p-login-notes {
  margin-bottom: 40px;
  border: none;
  background: #f1e7d3;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-login-parts {
  padding: 30px 0 43px;
}

.p-login-parts__row {
  display: table;
  width: 656px;
  margin: 0 auto;
}

.p-login-parts__cell {
  display: table-cell;
  vertical-align: middle;
}

.p-login-parts__head {
  width: 156px;
}

.p-login-parts__body {
  padding: 13px 0;
}

.p-login-parts__link {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.p-login-parts__notes {
  color: #d20001;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-login-parts__error {
  width: 656px;
  margin: -10px auto 0;
  padding-left: 156px;
}

.p-login-parts .c-button-unit {
  margin-top: 20px;
}

.iziModal {
  background: transparent;
  box-shadow: none;
}

.p-modal__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.333;
}

.p-modal__subtitle {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.p-modal__text {
  font-size: 1.6rem;
}

.p-modal--cancel .p-modal__title {
  display: table;
  position: relative;
  width: auto;
  margin: 0 auto;
  padding-left: 40px;
  color: #d20001;
  font-size: 2.4rem;
  text-align: left;
}

.p-modal--cancel .p-modal__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_alert_list.svg) no-repeat left center;
  background-size: cover;
  content: '';
}

.p-modal--beginner .c-modal__text {
  text-align: center;
}

.p-modal--register {
  padding-right: 30px;
  padding-left: 30px;
}

.p-modal--register .c-modal__text {
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-modal--register .p-modal__title--list {
  position: relative;
  margin: 20px 0 10px;
  padding-left: 17px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-modal--register .p-modal__title--list::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #c79f4a;
  content: "";
}

.p-modal--register .p-modal__contents {
  display: flex;
  justify-content: space-between;
}

.p-modal--register .p-modal__col--text {
  width: 55.39773%;
  max-width: 380px;
  padding-right: 10px;
}

.p-modal--cancel {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-modal--img-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.p-modal--img-zoom img {
  width: 100%;
  height: auto;
}

.p-modal--img-zoom .is-min {
  width: 100px;
  height: auto;
  opacity: 0;
}

.p-modal--img-zoom .is-vertical {
  width: auto;
  height: 100%;
  max-height: 615px;
  opacity: 1;
  transition: opacity 0.1s;
}

.p-modal--img-zoom .is-horizontal {
  width: 100%;
  max-width: 910px;
  height: auto;
  opacity: 1;
  transition: opacity 0.1s;
}

.p-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-section--gray {
  background: #f2f2f2;
}

.p-section--gold {
  background: #f1e7d3;
}

.p-section--transaction {
  padding-bottom: 100px;
}

.p-section__footer {
  margin: 25px 0;
}

.p-section__notes {
  margin-bottom: 27px;
  color: #787878;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-section__link {
  margin-top: 1em;
}

.p-section-title {
  position: relative;
  margin-bottom: 32px;
  padding-left: 13px;
}

.p-section-title::before {
  display: block;
  position: absolute;
  top: 32px;
  right: 100%;
  width: 100%;
  height: 4px;
  background: #000000;
  content: '';
}

.p-section-title__text, .p-section-title__en {
  display: block;
}

.p-section-title__text {
  color: #c79f4a;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.p-section-title__text small {
  font-size: 0.75em;
}

.p-section-title__en {
  font-family: "Helvetica Neue";
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.176;
}

.p-sub-section-title {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.p-square-title {
  position: relative;
  margin: 15px 0;
  padding-left: 1em;
  font-size: 1.7rem;
  font-weight: bold;
}

.p-square-title::before {
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 1em;
  color: #c79f4a;
  font-size: 1.2rem;
  content: '■';
}

.p-alert-title {
  display: table;
  position: relative;
  width: auto;
  margin: 0 auto 35px;
  padding-left: 40px;
  color: #d20001;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}

.p-alert-title::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_alert_list.svg) no-repeat left center;
  background-size: cover;
  content: '';
}

.p-step-nav__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.p-step-nav__list::before, .p-step-nav__list::after {
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/new_form/arrow_step-nav.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

.p-step-nav__list::before {
  top: 25%;
  right: 0;
}

.p-step-nav__list::after {
  top: 75%;
}

.p-step-nav__item {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 4px solid #cccccc;
  line-height: 1;
}

.p-step-nav__item.is-current {
  border-bottom-color: #c79f4a;
}

.p-step-nav__item.is-current .p-step-nav__num {
  background: #c79f4a;
}

.p-step-nav__item.is-current .p-step-nav__text {
  color: #c79f4a;
}

.p-step-nav__num {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  border-radius: 100%;
  background: #cccccc;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}

.p-step-nav__text {
  color: #666666;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-step-nav__text br {
  display: none;
}

.p-table-scroll-wrap {
  position: relative;
}

.p-table-scroll-wrap + .p-table-scroll-wrap {
  margin-top: 25px;
}

.p-table__cell--w845 {
  width: 86.22449%;
}

.p-table__cell--w425 {
  width: 43.36735%;
}

.p-table__cell--w405 {
  width: 41.32653%;
}

.p-table__cell--w380 {
  width: 38.77551%;
}

.p-table__cell--w350 {
  width: 35.71429%;
}

.p-table__cell--w320 {
  width: 32.65306%;
}

.p-table__cell--w310 {
  width: 31.63265%;
}

.p-table__cell--w290 {
  width: 29.59184%;
}

.p-table__cell--w240 {
  width: 24.4898%;
}

.p-table__cell--w215 {
  width: 21.93878%;
}

.p-table__cell--w210 {
  width: 21.42857%;
}

.p-table__cell--w200 {
  width: 20.40816%;
}

.p-table__cell--w195 {
  width: 19.89796%;
}

.p-table__cell--w190 {
  width: 19.38776%;
}

.p-table__cell--w185 {
  width: 18.87755%;
}

.p-table__cell--w180 {
  width: 18.36735%;
}

.p-table__cell--w170 {
  width: 17.34694%;
}

.p-table__cell--w165 {
  width: 17.67956%;
}

.p-table__cell--w160 {
  width: 16.32653%;
}

.p-table__cell--w150 {
  width: 15.30612%;
}

.p-table__cell--w135 {
  width: 13.77551%;
}

.p-table__cell--w130 {
  width: 13.26531%;
}

.p-table__cell--w125 {
  width: 12.7551%;
}

.p-table__cell--w115 {
  width: 11.73469%;
}

.p-table__cell--w110 {
  width: 11.22449%;
}

.p-table__cell--w105 {
  width: 10.71429%;
}

.p-table__cell--w95 {
  width: 9.69388%;
}

.p-table__cell--w90 {
  width: 9.18367%;
}

.p-table__cell--w85 {
  width: 8.67347%;
}

.p-table__cell--w80 {
  width: 8.16327%;
}

.p-table__cell--w60 {
  width: 6.12245%;
}

.p-table__cell--w55 {
  width: 5.61224%;
}

.p-table__cell--w10per {
  width: 10%;
}

.p-table__cell--w-auto {
  width: auto;
}

.p-table__cell--wide {
  padding-right: 30px;
  padding-left: 30px;
}

.p-table__cell--colored {
  background: #f1e7d3;
}

.p-table__cell--metal {
  padding: 25px 30px;
}

.p-table__cell--note {
  padding-right: 20px;
  padding-left: 20px;
  background: #f9ece4;
  color: #d20001;
  font-size: 1.6rem;
  font-weight: normal;
  white-space: normal;
}

.p-table__cell--wrap {
  white-space: normal;
}

.p-table__cell--confirm {
  background: rgba(210, 0, 1, 0.09);
}

.p-table__cell--deposit {
  padding: 0;
  border-bottom-width: 0;
}

.p-table__cell--deposit-confirm {
  width: 645px;
  padding-right: 25px;
}

.p-form-table--deposit-confirm .p-table__cell--deposit {
  border-bottom-width: 1px;
}

.p-table__cell--commission {
  padding: 22px 145px 22px 25px;
}

.p-table__cell--slash {
  padding: 0;
  background-image: linear-gradient(to top right, transparent, transparent 49%, #c2c2c2 49%, #c2c2c2 51%, transparent 51%, transparent);
}

.p-table__cell--slash .slash-unit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.p-table__cell--slash .unit-text {
  display: block;
  padding-right: 5px;
  font-size: 1.2rem;
  text-align: right;
}

.p-table__cell--slash .unit-text + .unit-text {
  padding-left: 5px;
  text-align: left;
}

.p-table__cell--w-select-month {
  width: 15.48463%;
}

.p-table__cell--text {
  font-size: 1.6rem;
  font-weight: normal;
}

.p-table__cell--sum {
  font-size: 3rem;
}

.p-table__cell--button {
  width: 120px;
  padding-right: 0;
  padding-left: 20px;
}

.p-table__cell--button img {
  width: 100px;
  min-width: 100px;
}

.p-table__cell--null {
  background: url(../images/common/bg_mesh.png) repeat left top;
}

.p-table__row--colored th,
.p-table__row--colored td {
  background: #f1e7d3;
}

.p-table__row--dotted th,
.p-table__row--dotted td {
  border-bottom-style: dotted;
}

.p-table__row--double th,
.p-table__row--double td {
  padding: 0;
}

.p-table__row--double th > div,
.p-table__row--double td > div {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 10px;
}

.p-table__row--double th > div::before,
.p-table__row--double td > div::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #c2c2c2;
  content: '';
}

.p-table__row--confirm th,
.p-table__row--confirm td {
  background: rgba(210, 0, 1, 0.09);
}

.p-table__unit {
  margin-left: 10px;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

.u-va-t {
  vertical-align: top;
}

.u-va-t > th,
.u-va-t > td {
  vertical-align: top;
}

.u-va-m {
  vertical-align: middle;
}

.u-va-m > th,
.u-va-m > td {
  vertical-align: middle;
}

.u-va-b {
  vertical-align: bottom;
}

.u-va-b > th,
.u-va-b > td {
  vertical-align: bottom;
}

.u-bd-t {
  border-top-width: 1px !important;
}

.u-bd-b {
  border-bottom-width: 1px !important;
}

.u-bd-r {
  border-right-width: 1px !important;
}

.u-bd-l {
  border-left-width: 1px !important;
}

.u-bd-t-none {
  border-top-style: none !important;
}

.u-bd-b-none {
  border-bottom-style: none !important;
}

.u-bd-r-none {
  border-right-style: none !important;
}

.u-bd-l-none {
  border-left-style: none !important;
}

.u-bd-b-double {
  position: relative;
}

.u-bd-b-double::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #c2c2c2;
  content: '';
}

.u-hidden {
  display: none;
}

.u-dis-ib {
  display: inline-block;
}

.u-fw-n {
  font-weight: normal;
}

.u-fs-base {
  font-size: 1.6rem;
}

.u-underline {
  text-decoration: underline;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-1em {
  margin-top: 1em;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pl-0 {
  padding-left: 0;
}

.u-pr-0 {
  padding-right: 0;
}

.u-nowrap {
  white-space: nowrap;
}

.u-w150 {
  width: 150px;
}

.u-w100 {
  width: 100px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .ie body {
    overflow-x: hidden;
  }
  .l-inner, .l-inner-full, .l-inner-wide {
    padding-right: 12px;
    padding-left: 12px;
  }
  .l-main {
    min-width: 0;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .l-footer-contact {
    padding-top: 26px;
  }
  .l-footer-bottom {
    padding: 44px 0 53px;
  }
  .c-icon-required, .c-icon-optional {
    display: inline-block;
  }
  .c-textbox {
    padding: 12px;
  }
  .c-form-unit {
    margin: 0 10px 0 5px;
  }
  .c-radio {
    display: block;
  }
  .c-radio + .c-radio {
    margin-top: 10px;
  }
  .c-radio__text--large {
    font-size: 2rem;
  }
  .c-checkbox {
    display: block;
  }
  .c-checkbox + .c-checkbox {
    margin-top: 10px;
  }
  .c-checkbox__text--large {
    font-size: 2rem;
  }
  .c-link-text[href$=".pdf"]::after {
    width: 14.5px;
    height: 15px;
    margin-left: 5px;
  }
  .c-modal {
    padding: 15px;
  }
  .c-modal__text {
    font-size: 1.6rem;
  }
  .c-modal__close {
    top: 0;
    right: 0;
  }
  .c-modal__close-button {
    top: -8px;
    right: -9px;
  }
  .p-modal--cancel .c-modal__close-button {
    top: -2px;
    right: -2px;
  }
  .c-modal__close-button::before, .c-modal__close-button::after {
    width: 18px;
  }
  .c-table__cell {
    font-size: 1.6rem;
  }
  .c-alert::before {
    width: 18px;
    height: 18px;
  }
  .p-border-box {
    padding: 15px;
  }
  .p-border-box--notes {
    margin: 20px 0 30px;
  }
  .p-border-box--notes + .p-border-box--notes {
    margin-top: -20px;
  }
  .p-border-box--entry {
    font-size: 1.5rem;
    text-align: left;
  }
  .p-border-box--alert {
    padding-top: 55px;
    background-image: url(../images/common/icon_alert_sp.png);
    background-position: center 12px;
    background-size: 31.5px 27px;
    font-size: 1.6rem;
    text-align: center;
  }
  .p-border-box__title {
    font-size: 2rem;
  }
  .p-button-decision, .p-button-prev, .p-button-next, .p-button-update {
    height: 60px;
    font-size: 1.6rem;
  }
  .p-button-prev {
    padding-right: 20px;
  }
  .p-button-update {
    width: 100px;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-form-table__head .p-button-update {
    margin-top: -2px;
    float: right;
  }
  .p-form-table--deposit-confirm .p-form-table__head .p-button-update {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-button-unit {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .p-button-unit__item {
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
  }
  .p-button-unit__item--sell, .p-button-unit__item--invalid {
    max-width: 226px;
  }
  .p-button-unit__item + .p-button-unit__item {
    margin-bottom: 10px;
    margin-left: auto;
  }
  .p-button-unit__item--large {
    width: 100%;
    max-width: 378px;
  }
  .p-button__text--small {
    font-size: 1.2rem;
  }
  .p-button__text--medium {
    font-size: 1.6rem;
  }
  .p-button__text--large {
    font-size: 1.8rem;
  }
  .p-footer-contact__lead {
    margin-bottom: 15px;
  }
  .p-footer-contact__info br {
    display: inline;
  }
  .p-footer-company {
    display: block;
    text-align: center;
  }
  .p-footer-company__logo {
    margin-bottom: 38px;
  }
  .p-footer-company__text {
    text-align: center;
  }
  .p-footer-company__copyright {
    font-size: 1rem;
    line-height: 1.556;
  }
  .p-footer-company__copyright br {
    display: inline;
  }
  .p-form-notes-box, .p-form-notes-box--alert {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-form__footer {
    margin-top: 30px;
  }
  .p-form__notes {
    margin-top: 15px;
  }
  .p-form__notes--pre {
    margin-bottom: 30px;
  }
  .p-form__error > *::before {
    width: 18px;
    height: 18px;
  }
  .p-form__subtitle {
    margin: 30px 0 15px;
    font-size: 1.6rem;
  }
  .p-form__subtitle-notes {
    display: block;
    margin-left: 0;
  }
  .p-form-group {
    padding: 10px;
  }
  .p-form-group--privacy {
    max-width: 240px;
  }
  .p-form-group__head {
    margin-bottom: 5px;
  }
  .p-form-group .c-icon-required {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-form-table {
    border-bottom: none;
  }
  .p-form-table__row {
    display: block;
    border-top: none;
  }
  .p-form-table__head {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .p-form-table__head--nobg {
    background-color: #ffffff;
  }
  .p-form-table--input .p-form-table__head {
    padding: 10px;
  }
  .p-form-table--confirm .p-form-table__head {
    padding: 10px;
    overflow: hidden;
  }
  .p-form-table--pw-confirm .p-form-table__head {
    width: 100%;
  }
  .p-form-table--deposit-confirm .p-form-table__head {
    display: table-cell;
    width: auto;
  }
  .p-form-table--update .p-form-table__head {
    width: 100%;
  }
  .p-form-table--mailmagazine .p-form-table__head {
    width: 100%;
  }
  .p-form-table--colspan2 .p-form-table__head {
    width: 100%;
    border-right: 0;
  }
  .p-form-table__name {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .p-form-table__body {
    display: block;
  }
  .p-form-table--input .p-form-table__body {
    padding: 15px 0;
  }
  .p-form-table--confirm .p-form-table__body {
    padding: 15px 0;
  }
  .p-form-table__notes {
    padding-top: 6px;
  }
  .p-form-table__notes br {
    display: none;
  }
  .p-form-table__password {
    font-size: 1.6rem;
  }
  .p-form-table__alert {
    font-size: 1.6rem;
  }
  .p-form-table--input-enter .p-form-table__head {
    width: 100%;
    border-top: 1px solid #c2c2c2;
  }
  .p-form-innertable {
    width: 100%;
    margin-right: 0;
    border-bottom: none;
  }
  .p-form-table--confirm .p-form-innertable {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-form-innertable__row {
    display: block;
  }
  .p-form-innertable__row:last-child .p-form-innertable__head {
    padding-bottom: 15px;
  }
  .p-form-innertable__head {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
  .p-form-innertable__head--nobg {
    background-color: #ffffff;
  }
  .p-form-innertable__name {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .p-form-innertable__body {
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .p-form-table--confirm .p-form-innertable__body {
    padding-top: 0;
  }
  .p-form-innertable-deposit {
    min-width: 0;
  }
  .p-form-innertable-deposit th,
  .p-form-innertable-deposit td {
    display: block;
    width: 100%;
    padding-right: 10px;
    white-space: normal;
  }
  .p-form-innertable-deposit th.p-table__cell--button,
  .p-form-innertable-deposit td.p-table__cell--button {
    padding-left: 20px;
  }
  .p-form-innertable-deposit th {
    border-bottom-width: 1px;
  }
  .p-form-innertable-deposit td {
    border-top: none;
  }
  .p-form-innertable-deposit__head {
    width: 160px;
    padding: 10px;
  }
  .p-form-innertable-deposit__body {
    width: 160px;
    padding: 10px 0 10px 10px;
  }
  .p-form-table--deposit-confirm .p-form-innertable-deposit__body {
    padding-right: 10px;
  }
  .p-form-innertable-deposit__message {
    padding: 10px 0 10px 10px;
  }
  .p-form-deposit-group {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .ie .p-form-deposit-group {
    display: block;
  }
  .p-form-table--deposit-confirm .p-form-deposit-group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 195px;
  }
  .p-form-deposit-group__head {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .ie .p-form-deposit-group__head {
    flex: 1 0 auto;
  }
  .p-form-table--deposit-confirm .p-form-deposit-group__head {
    flex-basis: 50px;
    width: 50px;
    margin-bottom: 0;
    padding-right: 0px;
  }
  .p-form-deposit-group__value {
    width: 100%;
    max-width: 100%;
  }
  .p-form-table--deposit-confirm .p-form-deposit-group__value {
    width: 100%;
  }
  .p-textbox-unit--name2 .p-textbox--medium,
  .p-textbox-unit--name .p-textbox--medium {
    width: 100%;
  }
  .p-textbox-unit--name .p-textbox--small {
    width: 100%;
  }
  .p-textbox--zip {
    max-width: 100px;
  }
  .p-textbox--sell, .p-textbox--sell-limit {
    width: calc(100% - 50px);
    max-width: 280px;
    font-size: 2rem;
    font-weight: bold;
  }
  .p-textbox--deposit {
    width: calc(100% - 2em);
    max-width: 280px;
    font-weight: bold;
  }
  .ie .p-textbox--deposit {
    display: inline-block;
  }
  .p-selectbox--year {
    width: auto;
    max-width: 120px;
  }
  .p-selectbox--month {
    width: auto;
    max-width: 80px;
  }
  .p-selectbox--day {
    width: auto;
    max-width: 80px;
  }
  .p-selectbox--metallist {
    width: auto;
    max-width: 170px;
  }
  .p-selectbox--add-cart {
    width: auto;
    max-width: 80px;
  }
  .p-selectbox--deposit-month {
    width: auto;
    max-width: 85px;
  }
  .p-textbox-unit--name {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ie .p-textbox-unit--name {
    display: block;
  }
  .p-form-label {
    margin-bottom: 10px;
  }
  .p-form-unit--num {
    margin: 0 5px;
  }
  .p-form-notes-box__title {
    font-size: 1.8rem;
  }
  .p-form-notes-box__text {
    text-align: left;
  }
  .p-form-notes-box--alert__title {
    font-size: 2.2rem;
  }
  .p-form-notes-box--alert__text {
    text-align: left;
  }
  .p-form-notes-box-lead {
    font-size: 1.6rem;
  }
  .p-form-agree-checkbox {
    font-size: 2rem;
  }
  .p-password-box__error {
    top: -22px;
    left: 0;
    min-width: 0;
  }
  .p-password-box__error span {
    padding: 11px 12px;
  }
  .p-password-box__error span::before {
    bottom: -5px;
    width: 11px;
    height: 11px;
  }
  .p-form-upload-box {
    padding: 15px;
  }
  .p-form-upload-box--nobg {
    padding: 0;
  }
  .p-form-upload-box__title {
    font-size: 1.9rem;
  }
  .p-form-upload-box__lead {
    margin-bottom: 15px;
  }
  .p-form-flex--upload {
    display: block;
  }
  .p-form-flex--masking {
    display: block;
  }
  .p-form-flex--id {
    display: block;
  }
  .p-form-flex--id-inner {
    display: block;
  }
  .p-form-flex--bad-sample {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }
  .p-form-upload-box-unit {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 87px;
  }
  .p-form-upload-box-unit--delete {
    padding-bottom: 149px;
  }
  .p-form-upload-box-unit-wrap .p-form-upload-box-unit {
    width: 100%;
    max-width: 298px;
    padding-bottom: 62px;
  }
  .p-form-upload-box-unit-wrap .p-form-upload-box-unit--delete {
    padding-bottom: 62px;
  }
  .p-form-upload-box-unit + .p-form-upload-box-unit {
    margin-top: 15px;
  }
  .p-form-upload-box-unit__head {
    font-size: 1.7rem;
  }
  .ie .p-form-upload-box-unit__img {
    width: 100%;
    max-width: 270px;
  }
  .p-form-upload-box-unit__caption {
    font-size: 1.7rem;
  }
  .p-form-upload-box-unit__btn {
    bottom: 10px;
  }
  .p-form-upload-box-unit--delete .p-form-upload-box-unit__btn {
    bottom: 72px;
  }
  .p-form-upload-box-unit--masking {
    margin-top: 15px;
  }
  .p-form-upload-box-unit--masking .p-form-upload-box-unit__body::before {
    display: none;
  }
  .p-form-upload-box-unit-wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .p-form-upload-box-unit-wrap + .p-form-upload-box-unit-wrap {
    margin-top: 15px;
  }
  .p-masking-img-unit {
    width: 100%;
    padding: 0;
  }
  .p-masking-img-unit + .p-masking-img-unit {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #c2c2c2;
  }
  .p-masking-img-unit__body img {
    width: 100%;
    height: auto;
  }
  .p-id-img-unit--01 {
    width: auto;
    max-width: 140px;
    margin: 0 auto;
  }
  .p-id-img-unit--01::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-bottom: -10px;
    transform: translate(-50%, 50%);
  }
  .p-id-img-unit--02 {
    width: auto;
    max-width: 270px;
    margin: 20px auto 0;
  }
  .p-id-img-unit--02::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    margin-bottom: -10px;
    transform: translate(-50%, 50%);
  }
  .p-id-img-unit--02::after {
    margin-top: -0.5em;
  }
  .p-id-img-unit--03 {
    width: auto;
    max-width: 206px;
    margin: 20px auto 0;
  }
  .p-id-img-unit__body {
    height: auto;
  }
  .p-id-img-unit__inbox + .p-id-img-unit__inbox {
    margin-top: 30px;
    padding-top: 1em;
  }
  .p-id-img-table {
    border-bottom: 1px solid #c2c2c2;
  }
  .p-id-img-table__cell {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .p-id-img-table__head {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
  .p-id-img-table__cell-sp-nest {
    padding: 10px 0 0;
  }
  .p-id-img-table__cell-sp-nest .p-id-img-table {
    margin-top: 10px;
    border-bottom: none;
    border-collapse: separate;
  }
  .p-id-img-table__cell-sp-nest .p-id-img-table__cell {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .p-id-img-table__cell-sp-nest-inner {
    padding: 0 10px;
  }
  .p-bad-sample-unit {
    margin: 20px 10px 0;
  }
  .p-form-flex--bad-sample-id .p-bad-sample-unit {
    margin-bottom: 10px;
  }
  .p-form-flex--bad-sample-id .p-bad-sample-unit img {
    width: 100%;
    height: auto;
  }
  .p-terms__title {
    margin: 0 0 15px;
  }
  .p-contact-unit {
    display: block;
  }
  .p-contact-unit__head {
    width: 100%;
    padding: 5px 10px;
  }
  .p-contact-unit__body {
    padding: 15px 20px;
  }
  .p-contact-unit__body--horizontal {
    display: block;
  }
  .p-contact-unit__title {
    font-size: 1.5rem;
  }
  .p-contact-unit__info br {
    display: inline;
  }
  .p-document-block {
    padding: 15px;
  }
  .p-document-block__scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .p-workshop-block {
    display: block;
    margin-top: 20px;
  }
  .p-workshop-block__img {
    width: auto;
    margin-bottom: 25px;
  }
  .p-workshop-block__text {
    width: auto;
  }
  .p-workshop-block__title {
    margin: 20px 0 8px;
    font-size: 1.8rem;
  }
  .p-page-header {
    height: auto;
    padding: 55px 15px 20px;
  }
  .p-page-header__logo {
    top: 18px;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
  }
  .p-page-header__logo img {
    width: 180px;
  }
  .p-page-header__title {
    font-size: 2.4rem;
    line-height: 1.167;
  }
  .p-page-header__subtitle {
    font-size: 0.8em;
  }
  .p-page-subtitle {
    font-size: 2rem;
  }
  .p-input-list__inner {
    padding-left: 0;
  }
  .p-input-list__notes {
    margin: 10px 0;
  }
  .p-input-list__day {
    display: block;
    padding-left: 4em;
  }
  .p-input-unit {
    margin-left: 5px;
    font-size: 1.8rem;
  }
  .p-definition .c-notes {
    font-size: 1.5rem;
  }
  .p-definition--flow .p-definition__head {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .p-login-section__colored {
    padding: 30px 10px;
  }
  .p-login-parts {
    padding: 30px 10px;
  }
  .p-login-parts__row {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .p-login-parts__cell {
    display: block;
  }
  .p-login-parts__head {
    width: auto;
    margin-bottom: 8px;
  }
  .p-login-parts__body {
    padding: 0;
  }
  .p-login-parts__link {
    font-size: 1.3rem;
    text-align: left;
  }
  .p-login-parts__notes {
    font-size: 1.3rem;
  }
  .p-login-parts__error {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
  }
  .p-login-parts .c-button-unit {
    margin-top: 30px;
  }
  .p-modal__title {
    font-size: 2rem;
  }
  .p-modal__subtitle {
    font-size: 1.8rem;
  }
  .p-modal--cancel .p-modal__title {
    padding-left: 25px;
    font-size: 2rem;
  }
  .p-modal--cancel .p-modal__title::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .p-modal--beginner .c-modal__text {
    text-align: left;
  }
  .p-modal--register .p-modal__contents {
    flex-direction: column-reverse;
  }
  .p-modal--register .p-modal__col--text {
    width: auto;
    max-width: 100%;
    padding-right: 0;
  }
  .p-modal--register .p-modal__col--img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-modal--cancel {
    padding: 20px;
  }
  .p-modal--img-zoom .is-vertical {
    max-height: 500px;
  }
  .p-section__notes {
    font-size: 1.5rem;
  }
  .p-section-title__text {
    font-size: 2.4rem;
    line-height: 1.333;
  }
  .p-section-title__en {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1;
  }
  .p-sub-section-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .p-alert-title {
    padding-left: 25px;
    font-size: 2rem;
  }
  .p-alert-title::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .p-step-nav {
    overflow: hidden;
  }
  .p-step-nav__list {
    margin-top: -10px;
  }
  .p-step-nav__list::after {
    left: 0;
  }
  .p-step-nav__item:nth-child(-n+5) {
    width: calc((100% - 20px) / 5);
  }
  .p-step-nav__item:nth-child(n+6) {
    width: calc((100% - 20px) / 6);
  }
  .p-step-nav__item:nth-child(6) {
    margin-left: 20px;
  }
  .p-step-nav__item {
    display: block;
    margin-top: 10px;
    padding: 0 10px 5px;
    line-height: 1.5;
    text-align: center;
  }
  .p-step-nav__num {
    width: 18px;
    height: 18px;
    margin: 0 auto 6px;
    font-size: 1rem;
    line-height: 18px;
  }
  .p-step-nav__text {
    font-size: 1.3rem;
  }
  .p-step-nav__text br {
    display: inline;
  }
  .p-table-scroll {
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 12px);
    margin-left: -12px;
    padding: 0 12px;
    overflow-x: auto;
  }
  .p-table-scroll-wrap::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 0;
    height: 0;
    border-width: 30px 0 30px 21px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
    content: '';
    opacity: 1;
    transition: all .2s ease-in;
  }
  .p-table-scroll-wrap.is-scroll::before {
    visibility: hidden;
    opacity: 0;
  }
  .p-table__cell--metal {
    padding: 15px;
  }
  .p-table__cell--wrap {
    white-space: nowrap;
  }
  .p-form-table--input .p-table__cell--deposit {
    white-space: normal;
  }
  .p-form-table--deposit-confirm .p-table__cell--deposit {
    white-space: normal;
  }
  .p-table__cell--text {
    font-size: 1.4rem;
  }
  .p-table__cell--sum {
    font-size: 2.2rem;
  }
  .p-table__cell--button img {
    width: 80px;
    min-width: 80px;
  }
  .u-sp-hidden {
    display: none;
  }
  .u-w-sp {
    width: 768px;
  }
}

@media print {
  html {
    overflow: hidden;
  }
  body {
    position: static;
    min-width: 980px;
    max-width: 1040px;
    height: auto;
    margin: 0 auto;
  }
  .l-page-print .l-main {
    zoom: 0.8;
    position: static;
    min-width: 100%;
    height: auto;
    padding: 45px 0 15px;
  }
  .l-page-print .p-form-print-box-unit__button,
  .l-page-print .p-form__footer {
    display: none;
  }
  .p-form-print-info {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
  }
  .p-form-print-info__inner {
    position: relative;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-form-print-data {
    margin-top: 50px;
  }
  .p-form-print-data + .p-form-print-data {
    padding-top: 45px;
  }
}

@media screen and (min-width: 769px) {
  .l-main {
    position: relative;
    padding: 45px 0 220px;
  }
  .l-page-form.l-page-login .l-main {
    padding-bottom: 360px;
  }
  .l-page-print .l-main {
    padding-bottom: 45px;
  }
  .l-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .ie .p-form-table--input-enter {
    border-top: 2px solid #c2c2c2;
  }
  .p-contact-unit__body--horizontal .p-contact-unit__info {
    margin-top: 0;
    margin-left: 20px;
  }
  .p-modal--img-zoom {
    height: 650px;
  }
  .p-step-nav__list::after {
    left: 25px;
  }
  .p-step-nav__item:nth-child(-n+5) {
    width: 190px;
  }
  .p-step-nav__item:nth-child(n+6) {
    width: 155px;
  }
  .p-step-nav__item:nth-child(5) {
    margin-right: 30px;
  }
  .p-step-nav__item:nth-child(6) {
    margin-left: 50px;
  }
  .u-pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .p-step-nav__list::before {
    top: 16.5%;
  }
  .p-step-nav__list::after {
    top: 49.5%;
    right: 0;
    left: auto;
  }
  .p-step-nav__item:nth-child(1n) {
    width: calc((100% - 20px) / 4);
  }
  .p-step-nav__item:nth-child(6) {
    margin-left: 0;
  }
  .p-step-nav__item {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 414px) {
  .p-step-nav__text br {
    display: none;
  }
}
