@charset "Shift_JIS";

/* sass */
.sc-form-area { padding-bottom: 40px; }

@media print, all and (min-width: 768px) { .sc-form-area { width: 1160px; margin: 0 auto; } }

.sc-form-caution { margin-top: 40px; padding: 40px 20px 20px; border: 1px solid #7185A7; }

.sc-form-caution__hdg { text-align: center; font-weight: 700; font-size: 2rem; color: #304567; }

.sc-form-caution__dtl-body { margin-top: 40px; }

.sc-form-caution__dtl-body + .sc-form-caution__dtl-body { margin-top: 20px; }

.sc-form-caution__dtl-hdg { font-weight: 700; }

.sc-form-caution__dtl-list-item { margin-top: 5px; line-height: 1.75; display: flex; position: relative; }

.sc-form-caution__dtl-list-item::before { white-space: nowrap; content: attr(data-txt); }

.sc-form-require-icon { background: #B60300; color: #ffffff; padding: 4px; display: inline-block; margin: 0 0 0 20px; line-height: 1; white-space: nowrap; font-size: 1.2rem; }

.sc-form-head { color: #304567; font-size: 2.0rem; margin-top: 70px; font-weight: 700; }

@media print, all and (min-width: 768px) { .sc-form-head { margin-top: 100px; }
  .sc-form-container + .sc-form-head { margin-top: 40px; } }

.sc-form-readtxt { margin: 20px 0 0; font-weight: 700; }

@media print, all and (min-width: 768px) { .sc-form-readtxt { margin: 20px 0 0; } }

.sc-form-btn { display: block; background: #304567; width: 71%; box-sizing: border-box; padding: 15px 20px 15px 40px; text-align: left; line-height: 1; position: relative; cursor: pointer; border: solid 2px #304567; color: #ffffff; font-size: 1.4rem; font-weight: 700; margin-bottom: 20px; }

.sc-form-txtbox--type2 + .sc-form-container__error + .sc-form-btn { width: 230px; }

.sc-form-btn__icon { position: absolute; left: 20px; top: 50%; width: 16px; height: 16px; margin-top: -8px; }

.sc-form-btn__icon::before { content: ''; display: block; width: 7px; height: 1px; background: #ffffff; position: absolute; top: 13px; left: 9px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.sc-form-btn__icon::after { content: ''; display: block; width: 13px; height: 13px; border: 1px solid #ffffff; box-sizing: border-box; border-radius: 7px; position: absolute; top: 0; left: 0; }

@media print, all and (min-width: 768px) { .sc-form-btn { width: 360px; }
  .sc-form-txtbox--type2 + .sc-form-container__error + .sc-form-btn { margin-bottom: 0; margin-left: 20px; }
  .sc-form-btn:hover { color: #304567; background: #ffffff; }
  .sc-form-btn:hover .sc-form-btn__icon::before { background: #304567; }
  .sc-form-btn:hover .sc-form-btn__icon::after { border: 1px solid #304567; } }

.sc-form-btn--acc { width: 100%; margin: 20px auto 0; text-align: center; border: 2px solid #7185A7; background: #BFC2D1; color: #304567; font-size: 1.6rem; }

@media print, all and (min-width: 768px) { .sc-form-btn--acc { width: 100%; margin: 20px 0 0; }
  .sc-form-btn--acc:hover::after { background: #ffffff; } }

.sc-form-btn--acc::after { content: ''; display: block; width: 8px; height: 8px; margin-top: -9px; background: #BFC2D1; position: absolute; right: 15px; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.sc-form-btn--acc::before { content: ''; display: block; width: 8px; height: 8px; margin-top: -6px; background: #7185A7; position: absolute; right: 15px; top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.sc-form-btn--acc.accordionActive::after { margin-top: 1px; }

.sc-form-btn--acc.accordionActive::before { margin-top: -2px; }

.sc-form-btn-submit { display: block; background: #304567; color: #ffffff; margin: 25px auto 0; width: 100%; box-sizing: border-box; padding: 20px; text-align: left; line-height: 1; font-size: 2rem; position: relative; cursor: pointer; }

.sc-form-btn-submit__txt-disabled { display: none; }

.sc-form-btn-submit__txt-enabled { display: inline; }

.sc-form-btn-submit:disabled { background: #A4A4A4; cursor: default; }

.sc-form-btn-submit:disabled .sc-form-btn-submit__txt-disabled { display: inline; }

.sc-form-btn-submit:disabled .sc-form-btn-submit__txt-enabled { display: none; }

.sc-form-btn-submit:disabled::after, .sc-form-btn-submit:disabled::before { display: none; }

@media print, all and (min-width: 768px) { .sc-form-btn-submit { width: 360px; margin: 60px auto 0; text-align: center; } }

.sc-form-txtbox { width: 100%; border: 2px solid #BFC2D1; height: 50px; line-height: 1; box-sizing: border-box; font-size: 1.6rem; padding: 0 20px; background: #ffffff; border-radius: 4px; }

.sc-form-txtbox::-ms-clear { display: none; }

.sc-form-txtbox:focus { background: #FFFBDF; }

.sc-form-txtbox.error:not(:focus) { border-color: #b60300; background: #fbf2f2; }

.sc-form-container__input-body > .sc-form-txtbox { margin-top: 20px; margin-bottom: 20px; }

.sc-form-container__input-body > .sc-form-txtbox:only-child { margin-bottom: 20px; }

@media print, all and (min-width: 768px) { .sc-form-txtbox { width: 310px; }
  .sc-form-container__input-body > .sc-form-txtbox { width: 430px; }
  .sc-form-txtbox.sc-form-txtbox--short { width: 72px; } }

.sc-form-txtbox--short { width: 4.5em; padding: 15px 0px; margin: 5px 10px; text-align: center; }

.sc-form-txt-and-txtbox__item-head--vertical + .sc-form-txtbox--short { margin-left: 0; margin-top: 12px; }

.sc-form-txt-and-txtbox__item-head--vertical + .sc-form-txtbox--short ~ .sc-form-txtbox--short { margin-left: 0; margin-top: 12px; }

@media print, all and (min-width: 768px) { .sc-form-txtbox--short { margin: 0px 15px; }
  .sc-form-txt-and-txtbox__item-head--vertical + .sc-form-txtbox--short { margin-left: 110px; margin-top: 12px; }
  .sc-form-txt-and-txtbox__item-head--vertical + .sc-form-txtbox--short ~ .sc-form-txtbox--short { margin-left: 15px; margin-top: 12px; } }

@media print, all and (min-width: 768px) { .sc-form-txtbox--type2 { width: 200px; } }

@media print, all and (min-width: 768px) { .sc-form-txtbox--type3 { width: 150px; } }

@media print, all and (min-width: 768px) { .sc-form-txtbox--type4 { width: 310px; } }

@media print, all and (min-width: 768px) { .sc-form-txtbox--type5 { width: 500px; } }

.sc-form-txtarea { width: 100%; border: 2px solid #BFC2D1; border-radius: 4px; line-height: 1.5; box-sizing: border-box; font-size: 1.6rem; padding: 15px; margin-top: 20px; background: #ffffff; resize: none; }

.sc-form-txtarea:focus { background: #FFFBDF; }

@media print, all and (min-width: 768px) { .sc-form-txtarea { width: 620px; margin-top: 20px; margin-bottom: 20px; } }

.sc-form-checkbox { cursor: pointer; }

.sc-form-checkbox__core { height: 0; width: 0; }

.sc-form-checkbox__appearance { display: inline-block; width: 20px; border: 1px solid #BFC2D1; height: 20px; position: relative; vertical-align: middle; background: #ffffff; overflow: hidden; margin-right: 10px; }

.sc-form-checkbox__core:checked + .sc-form-checkbox__appearance { background: #7185A7; border-color: #7185A7; }

.sc-form-checkbox__core:checked + .sc-form-checkbox__appearance::before { width: 50%; height: 70%; content: ''; display: block; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; position: absolute; left: 57%; top: -5%; background: #ffffff; }

.sc-form-checkbox__core:checked + .sc-form-checkbox__appearance::after { width: 50%; height: 70%; content: ''; display: block; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 0 0; transform-origin: 0 0; position: absolute; left: 57%; top: -28%; background: #7185A7; }

.sc-form-radio { display: inline-block; cursor: pointer; padding-left: 36px; }

.sc-form-radio__core { height: 0; width: 0; }

.sc-form-radio__appearance { display: inline-block; width: 26px; height: 26px; border: 2px solid #BFC2D1; position: relative; vertical-align: top; background: linear-gradient(#fff 0%, #f2f2f2 100%); overflow: hidden; margin-left: -36px; margin-right: 10px; border-radius: 50%; }

.sc-form-radio__core:checked + .sc-form-radio__appearance { border: 6px solid #7185A7; background: #ffffff; }

.sc-form-select { border: 2px solid #BFC2D1; display: inline-block; position: relative; margin: 5px 10px 5px 0; border-radius: 4px; min-width: 88px; }

.sc-form-txt-and-txtbox__item-head--vertical + .sc-form-select { margin-top: 12px; }

.sc-form-txt-and-txtbox__item-head--vertical + .sc-form-select ~ .sc-form-select { margin-top: 12px; }

@media print, all and (min-width: 768px) { .sc-form-select { margin: 0px 15px; }
  .sc-form-txt-and-txtbox__item-head--vertical + .sc-form-select { margin-left: 110px; } }

.sc-form-select::after { content: ''; display: inline-block; width: 8px; height: 8px; border-top: 2px solid #BFC2D1; border-left: 2px solid #BFC2D1; -webkit-transform: translateX(0) translateY(0); transform: translateX(0) translateY(0); transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; -webkit-transform: rotate(225deg); transform: rotate(225deg); position: absolute; top: 0; bottom: 0; margin: auto; right: 10px; }

.sc-form-select__core { height: 50px; padding: 0 20px 0 5px; line-height: 1; font-size: 1.6rem; text-align: center; cursor: pointer; }

.sc-form-txt-and-txtbox { display: flex; flex-wrap: wrap; align-items: baseline; width: 100%; }

.sc-form-txt-and-txtbox--vertical { display: block; }

.sc-form-txt-and-txtbox__item-head--vertical { font-weight: 700; }

@media print, all and (min-width: 768px) { .sc-form-container__input-group + .sc-form-container__input-group .sc-form-txt-and-txtbox__item-head--vertical { margin-left: 110px; } }

@media print, all and (min-width: 768px) { .sc-form-txt-and-txtbox__item-head { min-width: 60px; } }

.sc-form-txt-and-txtbox__item-body { flex-grow: 1; width: 1px; padding-left: 20px; word-break: break-all; }

.sc-form-txt-and-txtbox__item-body--break { padding-left: 0; width: 100%; padding-top: 12px; }

.sc-form-txt-and-txtbox__item-body--vertical { padding-left: 0; width: 100%; padding-top: 12px; }

.sc-form-txt-and-txtbox__item-body--type2 { text-align: right; }

.sc-form-txt-and-txtbox__item-body--type3 { padding-left: 0; width: 100%; margin-top: 12px; }

@media print, all and (min-width: 768px) { .sc-form-txt-and-txtbox__item-body { width: auto; display: inline-block; }
  .sc-form-txt-and-txtbox__item-body .sc-form-container__example { display: inline-block; }
  .sc-form-txt-and-txtbox__item-body--break { padding-left: 20px; width: auto; padding-top: 0; }
  .sc-form-txt-and-txtbox__item-body--type2 { text-align: left; }
  .sc-form-txt-and-txtbox__item-body--type3 { padding-left: 20px; width: auto; margin-top: 0; } }

.sc-form-product-wrap { display: flex; margin-top: 20px; }

@media print, all and (min-width: 768px) { .sc-form-product-wrap { width: 300px; } }

.sc-form-product-wrap__title { font-weight: 500; min-width: 60px; }

@media print, all and (min-width: 768px) { .sc-form-product-wrap__title { width: 70px; } }

.sc-form-product-wrap__code { flex-grow: 1; width: 100%; min-width: 100px; padding-right: 5px; word-break: break-all; }

@media print, all and (min-width: 768px) { .sc-form-product-wrap__code { flex-grow: 0; width: 200px; } }

.sc-form-product-wrap__numtitle { min-width: 40px; font-weight: 500; }

@media print, all and (min-width: 768px) { .sc-form-product-wrap__numtitle { width: 50px; } }

.sc-form-product-wrap__num { min-width: 45px; max-width: 45px; word-break: break-all; text-align: right; padding-right: 10px; box-sizing: border-box; }

@media print, all and (min-width: 768px) { .sc-form-product-wrap__num { width: 45px; } }

.sc-form-img-wrap { display: flex; align-items: center; }

.sc-form-img-wrap__img-box { min-width: 65px; max-width: 65px; height: 80px; }

.sc-form-img-wrap__img-box > img { width: auto; height: 100%; display: block; }

.sc-form-img-wrap__caption { flex-grow: 1; word-break: break-all; line-height: 1.75; padding-left: 15px; }

.sc-form-choice-with-txtbox { display: flex; align-items: center; }

.sc-form-choice-with-txtbox .sc-form-txtbox { width: auto; flex-grow: 1; margin: 0 0 0 10px; }

.sc-form-container { margin-top: 20px; position: relative; }

.sc-form-container + .sc-form-container { margin-top: 0; }

.sc-form-container--bdr { border-bottom: 1px solid #BFC2D1; padding-bottom: 20px; }

@media print, all and (min-width: 768px) { .sc-form-container--bdr { padding-bottom: 0; } }

.sc-form-container--bdr-type2 { border-bottom: 1px solid #BFC2D1; }

@media print, all and (min-width: 768px) { .sc-form-container--bdr-type2 { padding-bottom: 0; } }

.sc-form-container--bdr-type3 { border-bottom: 1px solid #BFC2D1; padding-bottom: 20px; }

@media print, all and (min-width: 768px) { .sc-form-container--bdr-type3 { padding-bottom: 0; }
  .sc-form-container--bdr-type3 .sc-form-container__input-group-grand { padding-top: 10px; padding-bottom: 20px; } }

@media print, all and (min-width: 768px) { .sc-form-container { display: flex; } }

.sc-form-container__input-head { font-size: 1.8rem; font-weight: 700; padding: 20px; background-color: #EEEFF3; border-top: 1px solid #BFC2D1; display: flex; align-items: center; justify-content: space-between; }

@media print, all and (min-width: 768px) { .sc-form-container__input-head { width: 260px; padding: 23px 10px 20px 20px; align-items: baseline; flex-direction: column; justify-content: flex-start; }
  .sc-form-container__input-head .sc-form-require-icon { margin-top: 10px; margin-left: 0; } }

.sc-form-container__input-body { padding: 0 20px 0; }

@media print, all and (min-width: 768px) { .sc-form-container__input-body { width: 900px; display: flex; align-items: center; flex-wrap: wrap; border-top: 1px solid #BFC2D1; }
  .sc-form-container__input-body .sc-form-btn { width: 220px; }
  .sc-form-container__input-body > * { max-width: 850px; }
  .sc-form-container__input-body > div:not([class]) { padding: 20px 0; } }

@media print, all and (min-width: 768px) { .sc-form-container__input-group-parent + .sc-form-container__input-group-parent { margin-top: 20px; } }

.sc-form-container__input-group { margin-top: 20px; }

@media print, all and (min-width: 768px) { .sc-form-container__input-group { margin-top: 0; display: inline-block; vertical-align: top; } }

.sc-form-container__error { color: #B60300; margin-bottom: 20px; }

.sc-form-container__error:empty { display: none; }

@media print, all and (min-width: 768px) { .sc-form-container__error { width: 850px; order: 9999; } }

.sc-form-container__example { font-size: 1.4rem; color: #777777; margin-top: 16px; line-height: 1.5; }

.sc-form-container__input-body > .sc-form-txtbox ~ .sc-form-container__example { margin-bottom: 20px; margin-top: 0; }

@media print, all and (min-width: 768px) { .sc-form-container__example { margin-top: 0; margin-left: 20px; }
  .sc-form-container__input-body > .sc-form-txtbox ~ .sc-form-container__example { width: 100%; margin-top: 0; margin-left: 0; } }

.sc-form-container__value { font-size: 1.6rem; margin-top: 20px; margin-bottom: 20px; word-break: break-all; }

.sc-form-container__value--breakword { word-break: break-word; }

.sc-form-container__ok { display: none; text-align: right; font-size: 1.6rem; margin-top: 20px; margin-bottom: 20px; color: #304567; line-height: 1; }

@media print, all and (min-width: 768px) { .sc-form-container__ok { position: absolute; top: 30px; right: 20px; margin: 0; } }

.sc-form-container.isOK .sc-form-container__ok { display: block; }

.sc-form-container__choicelist { display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 20px; }

.sc-form-container__choicelist--type2 .sc-form-container__choicelist-item { padding-right: 4px; }

@media print, all and (min-width: 768px) { .sc-form-container__choicelist--type2 .sc-form-container__choicelist-item { width: auto; min-width: 0; margin-right: 60px; } }

.sc-form-container__choicelist--type2 .sc-form-container__choicelist-item--large { width: 100%; padding-right: 0; }

.sc-form-container__choicelist-item { width: 100%; padding-top: 20px; }

@media print, all and (min-width: 768px) { .sc-form-container__choicelist-item { width: auto; min-width: 245px; padding-top: 20px; }
  .sc-form-container__choicelist-item--vertical { width: 100%; } }

@media print, all and (min-width: 768px) { .sc-form-container__product-list { display: flex; flex-wrap: wrap; width: 100%; } }

.sc-form-container__product-list-item { margin-top: 10px; }

@media print, all and (min-width: 768px) { .sc-form-container__product-list-item { width: 50%; }
  .sc-form-container__product-list-item:nth-child(-n+2) { margin-top: 0px; } }

.sc-form-container__caption { margin-top: 15px; font-size: 1.4rem; margin-bottom: 20px; }

@media print, all and (min-width: 768px) { .sc-form-container__caption { margin-top: 20px; } }

.sc-form-container__product-list2 { margin: 0 -20px; }

@media print, all and (min-width: 768px) { .sc-form-container__product-list2 { display: flex; flex-wrap: wrap; width: 100%; margin: 0 0 20px; } }

.sc-form-container__product-list2-item { padding: 20px; border-bottom: 1px solid #BFC2D1; }

.sc-form-container__product-list2-item:first-child { border-top: 1px solid #BFC2D1; }

.sc-form-container__product-list2-item:last-child { border-bottom: none; }

@media print, all and (min-width: 768px) { .sc-form-container__product-list2-item { padding: 0; width: 50%; margin-top: 20px; border: none; }
  .sc-form-container__product-list2-item:first-child { border: none; } }

.sc-form-sending-address-area { display: none; }

@media print, all and (min-width: 768px) { .sc-form-sending-address-area { padding: 0; } }

.sc-form-sending-address-area.accordionActive { display: block; }

.sc-form-sending-address-area .sc-form-container:first-child { margin-top: 0; }

.sc-form-txt-container { margin: 20px 0 0; padding: 20px; border: 1px solid #7185A7; }

.sc-form-txt-container__txt { margin-top: 15px; }

.sc-form-txt-container__txt:first-child { margin-top: 0; }

.sc-form-txt-container__list { margin: 15px 0 0 1em; }

@media print, all and (min-width: 768px) { .sc-form-txt-container__list { margin-left: 2em; } }

.sc-form-txt-container__note { margin-top: 20px; font-size: 1.4rem; line-height: 1.75; display: flex; position: relative; }

.sc-form-txt-container__note::before { margin-top: -2px; margin-right: 0.3em; white-space: nowrap; content: attr(data-txt); }

@media print, all and (min-width: 768px) { .sc-form-txt-container__note { justify-content: center; } }

.sc-form-txt-container .sc-form-require-icon { margin: 0 7px; }

.sc-form-txt-container--width-scroll { height: 345px; overflow: auto; padding: 0; }

@media print, all and (min-width: 768px) { .sc-form-txt-container--width-scroll { height: 192px; } }

.sc-form-txt-container--width-scroll__inner { padding: 20px; }

.sc-form-txt-container--type02 { border: none; background: #EEEFF3; padding: 40px 20px; margin-top: 70px; }

.sc-form-txt-container--type02 .sc-form-checkbox { font-weight: 700; }

@media print, all and (min-width: 768px) { .sc-form-txt-container--type02 { margin-top: 40px; text-align: center; }
  .sc-form-txt-container--type02 .sc-form-txt-container__txt { display: flex; justify-content: center; align-items: baseline; }
  .sc-form-txt-container--type02 .sc-form-require-icon { order: -1; margin-right: 10px; } }

.sc-form-txt-container--type03 { border: none; background: #FFFBDF; }

@media print, all and (min-width: 768px) { .sc-form-txt-container--type03 { width: 560px; margin: 80px auto 0; padding: 20px; } }

.sc-form-error-message-single { background-color: #FFFBDF; color: #B60300; font-weight: 700; margin: 30px 0; padding: 20px; }

@media print, all and (min-width: 768px) { .sc-form-error-message-single { margin: 40px 0 0; } }

.sc-form-error-message-list { background: #FFDFDE; color: #B60300; font-weight: 700; padding: 15px; border: 2px solid #DF6462; margin: 15px 0 0; }

@media print, all and (min-width: 768px) { .sc-form-error-message-list { padding: 20px; margin: 15px 0 0 0; } }

.sc-form-error-message-list__item { margin-top: 10px; margin-left: 1em; text-indent: -1em; }

.sc-form-error-message-list__item:first-child { margin-top: 0; }

.sc-form-error-message-list__item::before { content: 'E'; display: inline; }

@media print, all and (min-width: 768px) { .sc-form-container__input-group-grand { width: 100%; max-width: 900px; font-size: 0; } }

.sc-form-container__input-group-grand .sc-form-container__input-group { margin-top: 10px; }

@media print, all and (min-width: 768px) { .sc-form-container__input-group-grand .sc-form-container__input-group { width: 50%; font-size: 1.6rem; margin-left: 0; } }

.sc-form-container__confirm-detail { display: flex; justify-content: space-between; }

@media print, all and (min-width: 768px) { .sc-form-container__confirm-detail { justify-content: flex-start; } }

.sc-form-detail__item-head { white-space: nowrap; margin-right: 10px; }

@media print, all and (min-width: 768px) { .sc-form-detail__item-head { margin-right: 0; margin-left: 10px; min-width: 60px; } }

.sc-form-detail__item-body { padding-left: 5px; word-break: break-all; overflow-wrap: anywhere; }

@media print, all and (min-width: 768px) { .sc-form-detail__item-body { padding-left: 30px; } }

.sc-form-btn-container { padding-top: 20px; margin: 20px 0 0; }

@media print, all and (min-width: 768px) { .sc-form-btn-container { border-top: #BFC2D1 2px solid; margin: 40px 0 0; padding-top: 40px; } }

.sc-form-btn-container ul { display: flex; flex-direction: column; }

.sc-form-btn-container ul li:first-child { order: 2; }

.sc-form-btn-container ul li:last-child { order: 1; }

@media print, all and (min-width: 768px) { .sc-form-btn-container .sc-form-btn-list { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
  .sc-form-btn-container .sc-form-btn-list li:first-child { order: 1; }
  .sc-form-btn-container .sc-form-btn-list li:last-child { order: 2; } }

.sc-form-btn-container .sc-form-btn-back { display: inline-block; background: #fff; color: #304567; border: #304567 1px solid; margin: 20px auto 0; width: auto; box-sizing: border-box; padding: 12px 20px 12px 35px; text-align: left; line-height: 1; position: relative; cursor: pointer; }

.sc-form-btn-container .sc-form-btn-back::after { content: ''; display: block; width: 8px; height: 8px; margin-top: -4px; background: #ffffff; position: absolute; left: 18px; top: 50%; -webkit-transform: rotate(225deg); transform: rotate(225deg); }

.sc-form-btn-container .sc-form-btn-back::before { content: ''; display: block; width: 8px; height: 8px; margin-top: -4px; background: #304567; position: absolute; left: 15px; top: 50%; -webkit-transform: rotate(225deg); transform: rotate(225deg); }

@media print, all and (min-width: 768px) { .sc-form-btn-container .sc-form-btn-back { margin-top: 0; padding: 15px 25px 15px 45px; } }

.sc-form-btn-container .sc-form-btn-submit { margin: 10px 0 0; width: 100%; }

@media print, all and (min-width: 768px) { .sc-form-btn-container .sc-form-btn-submit { width: auto; min-width: 22.5em; text-align: left; padding: 25px 20px 25px 20px; margin-top: 0; } }

.zipcodesearch { order: 10000; width: 100%; margin-top: 5px; word-break: break-all; }

.zipcodesearch__error { color: #b60300; }

.zipcodesearch__searching { font-weight: bold; }

.zipcodesearch__list { display: block; max-width: 100%; max-height: 150px; overflow: auto; border: #333 1px solid; -webkit-overflow-scrolling: touch; margin: 0; padding: 0; }

.zipcodesearch__list-item { border-bottom: #999 1px dotted; background: #FFF; }

.zipcodesearch__list-item:last-child { border-bottom: none; }

.zipcodesearch__anchr { text-decoration: none; padding: 0 2px; }

.sc-form-txt-read { text-align: center; line-height: 1.6; margin: 30px 10px 0; }

@media print, all and (min-width: 768px) { .sc-form-txt-read { font-size: 2.0rem; line-height: 1.8; margin: 50px 10px 0; } }

.sc-form-btn-read { display: block; background: #ffffff; color: #304567; border: #304567 2px solid; margin: 30px auto 0; width: 100%; box-sizing: border-box; padding: 20px; font-size: 2rem; text-align: left; line-height: 1; position: relative; cursor: pointer; text-decoration: none; }

.sc-form-btn-read::after { content: ''; display: block; width: 8px; height: 8px; margin-top: -4px; background: #fff; position: absolute; right: 18px; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.sc-form-btn-read::before { content: ''; display: block; width: 8px; height: 8px; margin-top: -4px; background: #304567; position: absolute; right: 15px; top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

@media print, all and (min-width: 768px) { .sc-form-btn-read { width: 360px; margin: 60px auto 0; text-align: left; }
  .sc-form-btn-read:hover { background: #304567; color: #ffffff; }
  .sc-form-btn-read:hover::after { background: #304567; }
  .sc-form-btn-read:hover::before { background: #ffffff; } }
