@charset "UTF-8";
/* ブレイクポイント */
/* 色 */
/* 文字 */
/* 幅 */
/* ボタン */
/* ブレイクポイント */
/* 色 */
/* 文字 */
/* 幅 */
/* ボタン */
/**
* SVG画像をアイコンに使いたい的ないろいろ
*
*  [Html] SVG塗りつぶしの色をBackground-Imageとして扱うときに変更する
* https://code.i-harness.com/ja/q/cbfa3c
*/
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

form,
.form {
  width: 100%;
}
form.confirm .form-items > dt:not(:first-of-type),
form.confirm .form-items > dd:not(:first-of-type),
.form.confirm .form-items > dt:not(:first-of-type),
.form.confirm .form-items > dd:not(:first-of-type) {
  margin: 0;
  border-top: solid 1px black;
}
form.confirm .form-items > dt,
.form.confirm .form-items > dt {
  background-color: #003670;
  color: white;
}
form.confirm .form-items > dt span,
.form.confirm .form-items > dt span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
form.confirm .form-items > dd,
.form.confirm .form-items > dd {
  background-color: white;
  /* 注文商品 */
}
form.confirm .form-items > dd:not(:first-of-type),
.form.confirm .form-items > dd:not(:first-of-type) {
  border-color: #f5f3f0;
}
form.confirm .form-items > dd.order,
.form.confirm .form-items > dd.order {
  padding: 0 10px;
}
form.confirm .form-items > dd.order ul,
.form.confirm .form-items > dd.order ul {
  width: 100%;
}
form.confirm .form-items > dd.order ul li,
.form.confirm .form-items > dd.order ul li {
  padding: 10px 0;
}
form.confirm .form-items > dd.order ul li:not(:first-of-type),
.form.confirm .form-items > dd.order ul li:not(:first-of-type) {
  border-top: solid 1px #f5f3f0;
}
form.confirm .form-items > dd.order ul li dl dt,
form.confirm .form-items > dd.order ul li dl dd,
.form.confirm .form-items > dd.order ul li dl dt,
.form.confirm .form-items > dd.order ul li dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border: none;
  padding: 0;
  min-height: 25px;
}
form.confirm .form-items > dd.order ul li dl dt,
.form.confirm .form-items > dd.order ul li dl dt {
  background: none;
  color: #444;
  font-weight: normal;
}
form.confirm .form-items > li,
.form.confirm .form-items > li {
  background: white;
  border-top: solid 10px #003670;
}
form.confirm .form-items > li:not(:first-of-type),
.form.confirm .form-items > li:not(:first-of-type) {
  margin: 0;
}
form > p:last-of-type,
.form > p:last-of-type {
  margin-top: 15px;
  text-align: center;
}
form section:not(:first-of-type),
.form section:not(:first-of-type) {
  margin-top: 50px;
}
form section#agreement > *:not(:first-child),
.form section#agreement > *:not(:first-child) {
  margin-top: 15px;
}
form section#agreement .custom-checkbox-label,
.form section#agreement .custom-checkbox-label {
  width: 100%;
  max-width: 500px;
  justify-content: flex-start;
  margin: 0 auto;
}
form section#agreement .custom-checkbox-label:first-of-type,
.form section#agreement .custom-checkbox-label:first-of-type {
  margin-top: 20px;
}
form section#agreement .custom-checkbox-label:last-of-type,
.form section#agreement .custom-checkbox-label:last-of-type {
  margin-bottom: 15px;
}
form section#agreement .custom-checkbox-label > p,
.form section#agreement .custom-checkbox-label > p {
  width: auto;
}
form section#agreement > p,
.form section#agreement > p {
  text-align: center;
}
form dl,
.form dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
form .form-items:not(:first-of-type),
.form .form-items:not(:first-of-type) {
  margin-top: 50px;
}
form .form-items.disp > dd:not(.none),
.form .form-items.disp > dd:not(.none) {
  background: #f2f2f2;
  border-radius: 8px;
}
form .form-items > li,
form .form-items > dt,
form .form-items > dd,
.form .form-items > li,
.form .form-items > dt,
.form .form-items > dd {
  min-height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px;
}
form .form-items > li:not(:first-of-type),
form .form-items > dt:not(:first-of-type),
form .form-items > dd:not(:first-of-type),
.form .form-items > li:not(:first-of-type),
.form .form-items > dt:not(:first-of-type),
.form .form-items > dd:not(:first-of-type) {
  margin-top: 10px;
}
form .form-items dt,
.form .form-items dt {
  width: 30%;
  align-items: flex-start;
}
form .form-items dt.required-item span,
.form .form-items dt.required-item span {
  line-height: 1.7;
}
form .form-items dt.required-item span::after,
.form .form-items dt.required-item span::after {
  content: "※";
  color: #3588bb;
  margin-left: 5px;
}
form .form-items dd,
.form .form-items dd {
  width: 70%;
  word-break: break-all;
}
form .form-items dd p:first-child:not(:only-child),
.form .form-items dd p:first-child:not(:only-child) {
  margin-bottom: 10px;
  width: 100%;
}
form .form-items dd > span,
.form .form-items dd > span {
  display: inline-block;
  margin-top: 10px;
  color: #8c8c8c;
  font-size: 0.8125rem;
}
form .form-items dd > label.yn-label,
.form .form-items dd > label.yn-label {
  display: flex;
  width: 30%;
  margin: -1px;
}
form .form-items dd > label,
.form .form-items dd > label {
  display: flex;
  width: 100%;
}
form .form-items dd > label + input,
.form .form-items dd > label + input {
  margin-top: 5px;
}
form .form-items dd > ol,
.form .form-items dd > ol {
  margin-top: 20px;
}

.participant > li {
  position: relative;
  counter-increment: participant;
}
.participant > li:not(:first-child) {
  margin-top: 50px;
}
.participant > li:only-of-type .remove-field {
  display: none;
}
.participant > li h5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.participant > li h5::before {
  content: counter(participant);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 15px;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 2px;
}
.participant > li .remove-field {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 200px;
  width: 25px;
  height: 25px;
  min-width: 0;
  min-height: 0;
  padding: 0;
}
.participant > li .remove-field:hover {
  color: white;
}
.participant > li .remove-field::before {
  content: "×";
  font-size: 1.2rem;
  font-weight: bold;
}

/* コントロール */
input,
textarea,
select,
.nice-select {
  border-radius: 8px;
  border: none;
  font-size: 1rem !important;
  padding: 12px 15px !important;
  width: 100%;
  background-color: #f2f2f2;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
.nice-select:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder {
  color: #aaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.nice-select:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.nice-select:-ms-input-placeholder {
  color: #aaa;
}
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown, select:-moz-placeholder-shown, .nice-select:-moz-placeholder-shown {
  color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .nice-select:-ms-input-placeholder {
  color: #aaa;
}
input:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown,
.nice-select:placeholder-shown {
  color: #aaa;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .nice-select::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .nice-select:-ms-input-placeholder {
  color: #aaa;
}
input::placeholder,
textarea::placeholder,
select::placeholder,
.nice-select::placeholder {
  color: #aaa;
}
input:invalid,
textarea:invalid,
select:invalid,
.nice-select:invalid {
  outline: none;
  background-color: #f2f2f2;
}
input:focus,
textarea:focus,
select:focus,
.nice-select:focus {
  outline: none !important;
  box-shadow: 0 0 3px #70b5ff !important;
}
input[readonly]:focus,
textarea[readonly]:focus,
select[readonly]:focus,
.nice-select[readonly]:focus {
  box-shadow: none !important;
}

textarea {
  height: calc(24px + 3.9rem);
}

/* input[type=number]の矢印を消す */
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ラジオボタン・チェックボックス */
main .contents label.custom-checkbox-label,
main .contents label.custom-radio-label {
  padding: 5px 12px;
  margin: 0 -12px;
  border-radius: 8px;
}
main .contents label.custom-checkbox-label span.checkbox-design,
main .contents label.custom-radio-label span.checkbox-design {
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  border: solid 2px #888;
  background-color: white;
  border-color: #666;
  color: #e1dbd1;
}
main .contents label.custom-checkbox-label .radio-design .svg-checked,
main .contents label.custom-radio-label .radio-design .svg-checked {
  fill: #3588bb;
}
main .contents label.custom-checkbox-label .radio-design .svg-blank,
main .contents label.custom-radio-label .radio-design .svg-blank {
  fill: #666;
}
main .contents label.custom-checkbox-label > p,
main .contents label.custom-radio-label > p {
  max-width: calc(100% - 1.4rem - 5px);
}
main .contents label.custom-checkbox-label.focus,
main .contents label.custom-radio-label.focus {
  box-shadow: 0 0 3px #70b5ff;
}
main .contents label.custom-checkbox-label.checked-label,
main .contents label.custom-radio-label.checked-label {
  color: #3588bb;
}
main .contents label.custom-checkbox-label.checked-label *,
main .contents label.custom-radio-label.checked-label * {
  color: inherit;
}
main .contents label.custom-checkbox-label.checked-label .checkbox-design,
main .contents label.custom-checkbox-label.checked-label .radio-design,
main .contents label.custom-radio-label.checked-label .checkbox-design,
main .contents label.custom-radio-label.checked-label .radio-design {
  border-color: #3588bb;
}
main .contents label.custom-checkbox-label.checked-label .checkbox-design:after, main .contents label.custom-checkbox-label.checked-label .checkbox-design::after,
main .contents label.custom-radio-label.checked-label .checkbox-design:after,
main .contents label.custom-radio-label.checked-label .checkbox-design::after {
  border-bottom: 2px solid #3588bb;
  border-right: 2px solid #3588bb;
  width: 33%;
  height: 67%;
  top: -15%;
  left: 0;
}
main .contents label.custom-checkbox-label.checked-label > p,
main .contents label.custom-radio-label.checked-label > p {
  font-weight: bold;
}

.dm > *:not(:first-child) {
  margin-top: 10px;
}
.dm .custom-checkbox-label {
  width: 100%;
}

.choice {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
}

.input-inner {
  margin: 10px 0;
}
.input-inner label.custom-checkbox-label,
.input-inner label.custom-radio-label {
  margin-bottom: 5px !important;
}

/* バリデーションエラー */
.valid-err {
  background-color: #e8c9cf !important;
}
.valid-err .custom-radio-label .radio-design {
  position: relative;
}
.valid-err .custom-radio-label .radio-design:before, .valid-err .custom-radio-label .radio-design::before {
  content: "";
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 2px;
  width: calc(1.4rem - 4px);
  height: calc(1.4rem - 4px);
  border-radius: 50%;
  background: #e8c9cf;
  display: block;
}
.valid-err .custom-radio-label .radio-design .svg-blank {
  position: relative;
}

/* メッセージ */
.w2ui-overlay {
  background-color: rgba(75, 75, 75, 0.8);
  box-shadow: 1px 1px 5px gray;
  white-space: normal !important;
}
.w2ui-overlay div {
  padding: 6px 10px;
  border: none;
  color: white;
  text-shadow: 1px 1px 3px #000;
  font-size: 0.8rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
}
.w2ui-overlay.top-arrow:before, .w2ui-overlay.top-arrow::before, .w2ui-overlay.bottom-arrow:before, .w2ui-overlay.bottom-arrow::before {
  border: none;
}
.w2ui-overlay.top-arrow:after, .w2ui-overlay.top-arrow::after {
  margin-bottom: 0;
  border-bottom-color: rgba(75, 75, 75, 0.8);
}
.w2ui-overlay.bottom-arrow:after, .w2ui-overlay.bottom-arrow::after {
  border-top-color: rgba(75, 75, 75, 0.8);
  margin-top: 0;
}

.w2ui-tag {
  z-index: 10 !important;
  width: 90%;
}
.w2ui-tag > div {
  white-space: normal !important;
  min-width: 100%;
}
.w2ui-tag > div .w2ui-tag-body {
  background-color: rgba(75, 75, 75, 0.8);
  box-shadow: 1px 1px 5px gray;
  font-size: 0.8rem;
}
.w2ui-tag > div .w2ui-tag-body:before, .w2ui-tag > div .w2ui-tag-body::before {
  border-bottom-color: rgba(75, 75, 75, 0.8) !important;
  top: 0;
  margin: -6px 0 0 0 !important;
  left: 10px;
}
.w2ui-tag > div .w2ui-tag-body span {
  color: white;
}

.tag-caution {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.tag-caution .em {
  font-size: 1rem;
  margin-right: 5px;
}
.tag-caution .em::before, .tag-caution .em::after {
  content: '"';
}

/* セレクトボックス */
.nice-select {
  padding: 2px 3px 3px 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.nice-select > span.current {
  margin: 0 !important;
  padding: 0 !important;
}
.nice-select ul.list {
  border-radius: 3px !important;
  width: 100%;
  max-height: calc((1.3rem + 10px) * 5);
  overflow-y: scroll;
}
.nice-select ul.list li.option {
  padding: 10px 25px !important;
  line-height: 1rem !important;
  min-height: 36px !important;
  margin: 0;
  border-radius: 0;
}
.nice-select ul.list li.option[data-value=""] {
  color: #aaa;
  padding-left: 5px !important;
}
.nice-select ul.list li.option.focus {
  background-color: #f5f3f0;
}
.nice-select ul.list li.option:hover {
  background-color: #f5f3f0;
}

/* datepicker */
div.ui-datepicker .ui-datepicker-header {
  background-color: #f2f2f2;
  border: none;
}
div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
div.ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
  margin-bottom: 2px;
}
div.ui-datepicker .ui-datepicker-header .ui-datepicker-title span.ui-datepicker-year {
  margin-right: 2px;
}
div.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
  background-color: #f2f2f2;
  border: none;
}
div.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-highlight, div.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
  color: #444;
}
div.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default:hover {
  background-color: rgba(75, 75, 75, 0.8);
  color: white;
}

/* 発送目安 */
#ship-date {
  display: none;
  margin-top: 100px;
}
#ship-date .ship-tbl {
  margin: 15px auto;
  table-layout: fixed;
  width: 100%;
  background-color: white;
}
#ship-date .ship-tbl caption {
  text-align: left;
  margin-bottom: 5px;
}
#ship-date .ship-tbl th,
#ship-date .ship-tbl td {
  width: 40%;
  padding: 3px 5px;
  border-color: #e1dbd1;
}
#ship-date .ship-tbl th:first-of-type,
#ship-date .ship-tbl td:first-of-type {
  width: 20%;
}
#ship-date .ship-tbl thead th {
  background-color: #e1dbd1;
}
#ship-date .ship-tbl tbody td:first-of-type {
  text-align: center;
}
#ship-date ol {
  counter-reset: item;
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  margin: 10px auto 0 0;
}
#ship-date ol li {
  font-size: 0.9rem;
  color: #555;
}
#ship-date ol li:not(:first-of-type) {
  margin-top: 10px;
}
#ship-date ol li:before, #ship-date ol li::before {
  counter-increment: item;
  content: "※" counter(item);
  color: #698eb2;
  margin-right: 5px;
}

/* タブレット等 ------------------------------------------------------------*/
@media screen and (max-width: 999px) {
  form,
.form {
    width: 100%;
  }
  form .form-items,
.form .form-items {
    flex-direction: column;
  }
  form .form-items dt,
form .form-items dd,
.form .form-items dt,
.form .form-items dd {
    width: 100%;
  }
  form .form-items dt:not(:first-of-type),
form .form-items dd:not(:first-of-type),
.form .form-items dt:not(:first-of-type),
.form .form-items dd:not(:first-of-type) {
    margin-top: 0;
  }
  form .form-items > dd,
.form .form-items > dd {
    margin-bottom: 10px;
  }
  form .form-items > dd.order ul li dl dd,
.form .form-items > dd.order ul li dl dd {
    margin: 0 0 5px 1rem;
  }
  form .form-items > dd.order ul li dl dd:last-of-type,
.form .form-items > dd.order ul li dl dd:last-of-type {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=form.css.map */