@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto);

:root {
  --maincolor: #6cb23c;
  --subcolor: #488214;
  --secondcolor: #89c163;
  --thirdcolor: #d3e8c4;
  --bgcolor: #eeeeee;
  --redcolor: #ff124b;
  --whcolor: #ffffff;
  --blcolor: #333333;
  --yelcolor: #fff9d4;
  --pinkcolor: #f9dee5;
  --greycolor: #999999;
  --greysubcolor: #cccccc;
  --defaultfont: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --iconfont: 'Font Awesome 5 Free';
  --numberfont: 'Roboto', sans-serif;
  --minchofont: 'Noto serif JP', serif;
  --shadowout: 2px 2px 8px 0 rgb(0, 0, 0, 0.15);
}

html {
  overflow-y: scroll;
}
body {
  font-family: var(--defaultfont);
}

.btn {
  position: relative;
  transition:
    color 0.1s ease-in-out,
    background-color 0.1s ease-in-out,
    border-color 0.1s ease-in-out,
    box-shadow 0.1s ease-in-out;
}

.sw-Header_Main {
  width: 100%;
  height: 60px;
  margin: 0;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.sw-Header_MainInner {
  width: 750px;
  margin: 0 auto;
}

.sw-Header_Logo {
  float: left;
  width: 200px;
  margin: 5px 0 0;
}
.sw-Header_Logo img {
  width: 120px;
}

.sw-Header_FlowList {
  float: right;
  width: 540px;
  padding: 0;
  margin: 10px 0 8px;
  text-align: right;
  list-style-type: none;
}

.sw-Header_FlowItem {
  position: relative;
  float: left;
  width: 160px;
  height: 40px;
  padding: 10px 0 0 18px;
  margin: 0 20px 0 0;
  font-family: var(--defaultfont);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  color: #000;
  text-align: center;
  font-display: swap;
  border: 2px solid #999999;
  border-right-style: none;
  border-radius: 6px 0 0 6px;
}
.sw-Header_FlowItem::before {
  position: absolute;
  top: -2px;
  right: -40px;
  bottom: -2px;
  margin: auto;
  content: '';
  border: 20px solid transparent;
  border-left: 20px solid #999999;
}
.sw-Header_FlowItem::after {
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  margin: auto;
  content: '';
  border: 18px solid transparent;
  border-left: 18px solid #ffffff;
}
.sw-Header_FlowItem:last-child {
  width: 180px;
  padding-left: 0;
  margin: 0;
  border-right-style: solid;
  border-radius: 6px;
}
.sw-Header_FlowItem:last-child::before,
.sw-Header_FlowItem:last-child::after {
  display: none;
}

.sw-Header_FlowItem-active {
  color: #6cb23c;
  border-color: #6cb23c;
}
.sw-Header_FlowItem-active::before {
  border-left-color: #6cb23c;
}

.sw-Header_FlowItem-visited {
  opacity: 0.3;
}

.sw-Header_Text {
  float: right;
  margin: 17px 7px 0 0;
  font-family: var(--defaultfont);
  font-weight: 500;
  font-display: swap;
}

.sw-Main {
  padding: 0 0 100px;
  margin: 0;
}

.notice-pc {
  padding: 5px 3px 3px 3px;
  margin: 15px 50px;
  font-size: 0.8rem;
  text-align: center;
  border: 1px solid;
  border-color: #ff0000;
}

.sw-Section {
  margin-bottom: 30px;
}
.sw-Section_Title {
  padding: 12px 0 8px;
  margin: 20px auto 30px;
  font-size: 18px;
  font-size: 1.285714286rem;
  font-weight: 700;
  color: var(--whcolor);
  text-align: center;
  background: var(--maincolor);
  box-shadow: 0 6px 6px 0 #c5c5c5;
}

.sw-Section_Title span {
  position: relative;
  display: block;
  width: 690px;
  margin: auto;
}

.sw-Section_Title span::before {
  position: absolute;
  top: -98%;
  left: 10px;
  display: block;
  align-items: center;
  width: 70px;
  height: 70px;
  content: '';
}
.sw-Section_Title.icon_card span::before {
  background: url('/img/purchaseOrder/treca/header-icon-card.webp') no-repeat;
  background-size: 100% auto;
}
.sw-Section_Title.icon_box span::before {
  background: url('/img/purchaseOrder/treca/header-icon-box.webp') no-repeat;
  background-size: 100% auto;
}
.sw-Section_Title.icon_confirm span::before {
  background: url('/img/purchaseOrder/treca/header-icon-confirm.webp') no-repeat;
  background-size: 100% auto;
}
.sw-Section_Title.icon_coupon span::before {
  background: url('/img/purchaseOrder/treca/header-icon-coupon.webp') no-repeat;
  background-size: 100% auto;
}
.sw-Section_Title.icon_money span::before {
  background: url('/img/purchaseOrder/treca/header-icon-money.webp') no-repeat;
  background-size: 100% auto;
}
.sw-Section_Title.icon_personal span::before {
  background: url('/img/purchaseOrder/treca/header-icon-personal.webp') no-repeat;
  background-size: 100% auto;
}
.sw-Section_Title.icon_satei span::before {
  background: url('/img/purchaseOrder/treca/header-icon-satei.webp') no-repeat;
  background-size: 100% auto;
}
.sw-Section_Title.icon_truck span::before {
  background: url('/img/purchaseOrder/treca/header-icon-truck.webp') no-repeat;
  background-size: 100% auto;
}

.sw-SubSection_Title {
  position: relative;
  height: 40px;
  padding: 0;
  margin: 0 0 30px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 40px;
  color: #000;
  text-align: center;
  background-color: var(--bgcolor);
  border-radius: 6px;
}

.sw-SubSection_TitleHelp {
  position: absolute;
  right: 0px;
  bottom: -40px;
  margin: auto;
}

.sw-SubSection_Content {
  width: 690px;
  padding: 0;
  margin: 30px auto;
}

.sw-Footer {
  width: 100%;
  padding: 10px 0 10px;
  margin: 0 auto;
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothicM, YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #ffffff;
  text-align: center;
  background-color: #6cb23c;
  box-shadow: 0px -3px 20px 0px #c5c5c5;
}

.sw-Footer_PermitNumber {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02rem;
}

.sw-Footer_Copyright {
  display: block;
  margin: 6px 0 0;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.02rem;
}

.sw-Footer-mb20 {
  margin-bottom: 20px;
}

.welcome-Wrapper {
  margin: 0;
  background-color: #ffd4e1;
  box-shadow: 0 6px 6px 0 #dbb6c0 inset;
}

.welcome-Inner {
  width: 750px;
  height: 100px;
  margin: 0 auto;
}
.welcome-Inner::after {
  display: block;
  clear: both;
  content: '';
}

.welcome-Character {
  position: relative;
  float: left;
  width: 214px;
  height: 100px;
  padding: 0;
  margin: 0;
  background: url(/img/purchaseOrder/treca/vector.webp) no-repeat right center;
  background-size: auto 100%;
}
.welcome-Character img {
  position: absolute;
  top: 5px;
  left: 83px;
  width: 92px;
}

.welcome-Copy {
  float: right;
  width: 535px;
  padding: 20px 0 0 30px;
}

.welcome-Copy_Text {
  margin: 0;
  font-family: var(--defaultfont);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ff124c;
  font-display: swap;
}

.welcome-Copy_Anchor {
  font-size: 14px;
  font-size: 0.875rem;
  color: #332a2d;
  text-decoration: underline;
}

.form-Fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto 15px;
}

.form-Field {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 690px;
  margin: 0 auto 10px;
}
.form-Field.block {
  display: unset;
}
.form-Field-half {
  flex-basis: 48.5%;
  max-width: 48.5%;
  margin-right: 3%;
}
.form-Field-half:nth-of-type(2n) {
  margin-right: 0%;
}

.form-Field-selectBank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 470px;
  margin: 0;
}
.form-Field-selectBank > * {
  flex-grow: 0;
}

.form-Field_Label {
  position: relative;
  display: block;
  width: 110px;
  padding: 0 4px;
  margin: 0 5px 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 40px;
  color: #000000;
  text-align: right;
}
.form-Field_Label.twoline {
  line-height: 1.4em;
}
.form-Field_Label.short {
  width: 40px;
}

.form-Field_Widget {
  position: relative;
}
.form-Field_Widget-multi {
  display: flex;
  justify-content: space-between;
  width: 470px;
  margin: 0 auto 15px;
}
.form-Field_Widget-multi > * {
  flex-grow: 0;
}
.form-Field_Widget-multi.sm {
  width: 290px;
}
.form-Field_Widget-triple {
  display: flex;
  justify-content: space-between;
  width: 670px;
  margin: 0 auto 15px;
}
.form-Field_Widget-triple > * {
  flex-grow: 0;
}
.form-Field_Widget-triple > * .form-ToggleBtn {
  width: 220px;
}

.form-Field_Widget-boxOther {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 290px;
  margin: 0 auto 10px;
}
.form-Field_Widget-boxOther > * {
  flex-grow: 0;
  margin-left: 10px;
}

.form-Field_Widget-selectCalender {
  margin: 0 17px 0 0;
  text-align: center;
}

.form-Field_Widget-selectType {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
}
.form-Field_Widget-selectType input[type='radio'] {
  display: none;
}
.form-Field_Widget-selectType:nth-of-type(1) {
  margin: 5px 0 0 0;
}

.form-Field_Widget-couponInput {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 8px;
}

.form-Field_Hint {
  margin: 5px 0 15px;
  font-size: 12px;
  font-size: 0.75rem;
}

.form-Field_Caution {
  padding-left: 1em;
  margin: 5px 0 15px 110px;
  font-size: 12px;
  font-size: 0.75rem;
  text-indent: -1em;
}

.form-InputText {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff9d4;
  border: 2px solid #999999;
  border-radius: 6px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.15) inset;
}

.form-InputText:focus {
  border-color: #999999;
  outline: 0;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.15) inset;
}

.form-InputText-optional {
  background-color: #ffffff !important;
}

.form-InputText-error {
  background-color: #ffdde5 !important;
}

.form-InputText-another {
  margin: 15px 0 0 0;
}

.form-InputText_Placeholder-black::-moz-placeholder {
  color: #000;
}

.form-InputText_Placeholder-black:-ms-input-placeholder {
  color: #000;
}

.form-InputText_Placeholder-black::-webkit-input-placeholder {
  color: #000;
}

.form-InputText-110 {
  width: 110px;
}

.form-InputText-120 {
  width: 120px;
}

.form-InputText-150 {
  width: 150px;
}

.form-InputText-190 {
  width: 190px;
}

.form-InputText-200 {
  width: 200px;
}

.form-InputText-230 {
  width: 230px;
}

.form-InputText-240 {
  width: 240px;
}

.form-InputText-470 {
  width: 470px;
}

.form-Select {
  position: relative;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff9d4;
  background-image: url('/img/purchaseOrder/treca/select_arrow.webp');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  border: 2px solid #999999;
  border-radius: 6px;
  box-shadow: 4px 4px 16px -8px #999999 inset;
}

.form-Select:focus {
  border-color: #999999;
  outline: 0 !important;
  box-shadow: none;
}

.form-Select-optional {
  background-color: #ffffff;
}

.form-Select-120 {
  width: 120px;
}

.form-Select-200 {
  width: 200px;
}

.form-Select-150 {
  width: 150px;
}

.form-Select-140 {
  width: 140px;
}

.form-Select-145 {
  width: 145px;
}

.form-Select-120 {
  width: 120px;
}

.form-Select-115 {
  width: 115px;
}

.form-Select-320 {
  width: 320px;
}

.form-ToggleBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 80px;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  border: 2px solid #999999;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15) inset;
}
.form-ToggleBtn input[type='radio'] {
  display: none;
}
.form-ToggleBtn:hover {
  color: #6cb23c;
  border: 2px solid #6cb23c;
}
.form-ToggleBtn:hover .form-ToggleBtn_Icon {
  color: #6cb23c;
}
.form-ToggleBtn input:checked {
  color: #ffffff;
  background-color: #6cb23c;
  border: 2px solid #6cb23c;
  box-shadow: none;
}
.form-ToggleBtn input:checked .form-ToggleBtn_Icon {
  color: #ffffff;
}
.form-ToggleBtn:active,
.form-ToggleBtn.active,
.form-ToggleBtn.forcus {
  color: #ffffff;
  background-color: #6cb23c;
  border: 2px solid #6cb23c;
  box-shadow: none;
}
.form-ToggleBtn:active .form-ToggleBtn_Icon,
.form-ToggleBtn.active .form-ToggleBtn_Icon,
.form-ToggleBtn.forcus .form-ToggleBtn_Icon {
  color: #ffffff;
}

.form-ToggleBtn-sm {
  justify-content: flex-start;
  width: 90px;
  height: 60px;
  padding: 0 15px;
  margin: 0 0 0 10px;
  text-align: left;
}
.form-ToggleBtn-sm:nth-of-type(1) {
  margin: 0;
}

.form-ToggleBtn-selectBank {
  width: 112px;
  height: 40px;
  margin-bottom: 12px !important;
}
#TransferNet .form-ToggleBtn-selectBank {
  width: 228px;
}
.form-ToggleBtn-width86 {
  width: 86px;
}

.form-ToggleBtn-width150 {
  width: 150px;
}

.form-ToggleBtn_Text {
  display: block;
  font-family: var(--defaultfont);
  font-weight: 700;
  text-align: center;
  font-display: swap;
}
.form-ToggleBtn_Text.larger {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.form-ToggleBtn_Text-sm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.form-ToggleBtn_Text-selectBank {
  display: inline-block;
  padding: 0 23px 0 0;
  font-family: var(--defaultfont);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  font-display: swap;
}

.form-Text-selectBank {
  display: inline-block;
  padding: 0;
  font-family: var(--defaultfont);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  font-display: swap;
}

.form-ToggleBtn_Icon {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  color: #999999;
}
.form-ToggleBtn-sm .form-ToggleBtn_Icon {
  right: 5px;
}

.form-ToggleBtn_Icon-selectBank {
  top: 9px;
}

.form-ToggleBtn_Icon-check {
  color: #ebebeb;
}

.form-Checkbox {
  margin: 0 0 10px 0;
}
.form-Checkbox .custom-control-label {
  padding: 0 0 0 12px;
}
.form-Checkbox .custom-control-label::before {
  top: 0.2rem;
  left: -1.5rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff9d4;
  border: 2px solid #999999;
  box-shadow: inset 3px 3px 0.2rem rgba(0, 0, 0, 0.1);
}
.form-Checkbox .custom-control-label::after {
  top: 0;
  left: -1.5rem;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 50% 50%;
}
.form-Checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff !important;
}
.form-Checkbox .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  top: 0.35rem;
  left: -1.1rem;
  z-index: 30;
  width: 1.8rem;
  height: 1.8rem;
  font-family: var(--iconfont);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 24px;
  color: red;
  content: '\F00C';
  background-image: none;
}
.form-Checkbox .custom-control-input:checked ~ .custom-control-label.form-Text_Invoice::after {
  left: -24px;
}

.form-Checkbox-optional .custom-control-label::before {
  background-color: #ffffff;
}

.form-Radio,
.form-Radio label {
  cursor: pointer;
}
.form-Radio input[type='radio'] {
  display: none;
}

.form-Radio .custom-control-label::before {
  top: 0;
  left: -1.8rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
  border: 2px solid #999999;
  box-shadow: inset 3px 3px 0.2rem rgba(0, 0, 0, 0.1);
}

.form-Radio .custom-control-label::after {
  top: 0.25rem;
  left: -1.55rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  background-image: none;
  border-radius: 100%;
}

.form-Radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
}

.form-Radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #6cb23c;
  background-image: none;
}

.collectDatetime {
  box-sizing: content-box;
  width: 470px;
  padding: 8px 30px 30px;
  margin: 20px auto 0;
  background-color: #f1f1f1;
}

.form-Calendar {
  width: 470px;
  margin: 0 auto;
}

.form-Calender_Table {
  width: 100%;
  margin: 22px 0;
}
.form-Calender_Table caption {
  padding: 0 0 10px;
  margin: 0 0 8px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  caption-side: top;
  border-bottom: 2px solid #cccccc;
}

.form-Calender_Cell {
  position: relative;
  width: 14%;
  padding: 5px 3px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}

.form-Calender_Cell-today::after {
  position: absolute;
  bottom: -2px;
  left: 9px;
  padding: 2px 10px;
  font-size: 14px;
  color: var(--whcolor);
  content: '本日';
  background: var(--subcolor);
  border-radius: 5px;
}

.form-Calender_Cell-today .btn {
  border: 2px solid var(--subcolor);
}

.form-Calender_Cell .btn {
  width: 100%;
  height: 50px;
  color: black;
  background-color: #fff;
  border: 2px solid #999999;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15) inset;
}
.form-Calender_Cell .btn:hover,
.form-Calender_Cell .btn.selected {
  color: #ffffff;
  background-color: #6cb23c;
  border: 2px solid #6cb23c;
}
.form-Calender_Cell .btn.selected::after {
  position: absolute;
  right: -2px;
  bottom: -10px;
  width: 33px;
  height: 23px;
  content: '';
  background: url(/img/purchaseOrder/treca/calender-icon-truck.webp) center center no-repeat;
  background-size: contain;
}
.form-Calender_Cell .btn:disabled,
.form-Calender_Cell .btn:disabled:hover {
  color: inherit;
  pointer-events: none;
  border: 2px solid #999999;
  opacity: 0.3;
}

.form-Calender_Cell-sun {
  color: #ff124c;
}
.form-Calender_Cell-sun .btn {
  color: #ff124c;
}

.form-Calender_Cell-sat {
  color: #267bd2;
}
.form-Calender_Cell-sat .btn {
  color: #267bd2;
}

.form-Calender_Cell-kitDate {
  position: relative;
}
.form-Calender_Cell-kitDate .btn:hover {
  color: #ffffff;
}
.form-Calender_Cell-kitDate::after {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 33px;
  height: 23px;
  content: '';
  background: url(/img/purchaseOrder/treca/calender-icon-package.webp) center center no-repeat;
  background-size: contain;
}
.form-Calender_Cell-kitDate .btn {
  color: #ffffff;
  background-color: #6cb23c;
  border-color: #6cb23c;
  opacity: 1;
}
.form-Calender_Cell-kitDate .btn:disabled,
.form-Calender_Cell-kitDate .btn:disabled:hover {
  color: inherit !important;
  pointer-events: none;
  border: 2px solid #999999;
  opacity: 0.3;
}
.cargo-Select .form-Calender_Cell-kitDate .btn {
  color: #000000;
  background-color: #ffff;
  border-color: #999999;
}

.form-Text {
  margin: 25px 0 8px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.form-Text_TextAline-right {
  text-align: right;
}

.form-Text_UnderLine {
  cursor: pointer;
  border-bottom: black 1px solid;
}

.form-Text_Icon {
  margin: 0 5px;
}

.form-Text_Confirm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.5;
}

.form-Text_Coupon {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fc034e;
  text-align: center;
}
.form-Text_Coupon::before {
  position: absolute;
  top: 6px;
  left: 145px;
  width: 34px;
  height: 34px;
  content: '';
  background: url('/img/purchaseOrder/treca/slash_left.webp') no-repeat;
  background-size: cover;
}
.form-Text_Coupon::after {
  position: absolute;
  top: 6px;
  right: 152px;
  width: 34px;
  height: 34px;
  content: '';
  background: url('/img/purchaseOrder/treca/slash_right.webp') no-repeat;
  background-size: cover;
}

.form-Text-numBoxOver {
  line-height: 1.71429;
}

.anyMark::after {
  position: absolute;
  right: 8px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #080809;
  content: '任意';
  background-color: var(--greysubcolor);
  border-radius: 3px;
}
.sw-Section_Title.anyMark,
.sw-SubSection_Title.anyMark {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.form-Field_Label.anyMark::after {
  top: 0.2em;
  right: 4px;
  padding: 0 10px;
  font-size: 14px;
}
.form-Field_Widget.anyMark::after {
  top: 8px;
  right: -80px;
}
.anyMark.ok::after {
  color: var(--whcolor);
  content: 'OK';
  background-color: var(--secondcolor);
}

.sw-Section_Title span.anyMark::after {
  top: -1px;
}

.sw-Section_Title span.anyMark.ok::after {
  color: var(--maincolor);
  background-color: var(--whcolor);
}
.anyMark.required::after {
  color: var(--whcolor);
  content: '必須';
  background-color: var(--redcolor);
}

.form-Button {
  position: relative;
  z-index: 10;
  width: 330px;
  min-height: 54px;
  padding: 15px 12px;
  margin: 0 auto;
  font-family: var(--defaultfont);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #6cb23c;
  font-display: swap;
  background-color: #fff;
  border: #6cb23c 2px solid;
  border-radius: 54px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15) inset;
}
.form-Button:hover {
  color: #fff;
  background-color: #6cb23c;
  box-shadow: none;
}

.form-Button_Icon-size18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.form-Button-green {
  color: #6cb23c;
  border-color: #6cb23c;
}
.form-Button-green:hover {
  color: #fff;
  background-color: #6cb23c;
}

.form-Button-orange {
  color: #ff5200;
  border-color: #ff5200;
}
.form-Button-orange:hover {
  color: #fff;
  background-color: #ff5200;
}

.form-Button-bgOrange {
  color: #fff;
  background-color: #ff5200;
  border: #ff5200 2px solid;
  box-shadow: none;
}
.form-Button-bgOrange:hover {
  color: #ff5200;
  background-color: #fff;
  border: #ff5200 2px solid;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.15) inset;
}

.form-Button_Icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

.form-Button_Chara {
  position: relative;
  display: inline-block;
}
.form-Button_Chara::after {
  position: absolute;
  top: -50px;
  left: 10px;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  content: '';
  background-size: cover;
}

.form-Button_Chara-moe1 {
  vertical-align: top;
}
.form-Button_Chara-moe1::after {
  top: -52px;
  left: 10px;
  width: 70px;
  height: 60px;
  background-image: url('/img/purchaseOrder/treca/chara_2.webp');
}

.form-Button_Chara-nene1::after {
  top: -50px;
  left: 15px;
  width: 60px;
  height: 60px;
  background-image: url('/img/purchaseOrder/treca/chara_3.webp');
}

.form-Button_Chara-nene2::after {
  top: -50px;
  left: 15px;
  width: 60px;
  height: 60px;
  background-image: url('/img/purchaseOrder/treca/chara_5.webp');
}

.form-Content {
  width: 690px;
  margin: 0 auto;
}

.form-Content_Inner {
  width: 470px;
  margin: 0 auto;
}

.form-Content_Wrapper {
  display: flex;
  flex-wrap: wrap;
}

.form-Submit {
  margin: 60px auto 0;
  text-align: center;
}

.purchase-Info {
  width: 600px;
  margin: 30px auto 0;
  text-align: center;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}

.purchase-Info_Number {
  display: inline-block;
  width: 300px;
  padding: 8px 5px;
  margin: 0;
  color: #fff;
  background: #6cb23c;
  border: 2px solid #6cb23c;
}

.purchase-Info_Date {
  box-sizing: border-box;
  display: inline-block;
  float: right;
  width: 300px;
  padding: 8px 25px;
  margin: 0;
  color: #6cb23c;
  border: 2px solid #6cb23c;
}

.purchase-Content-1 {
  padding: 20px 35px 20px;
  margin: 0;
  border-top: none;
}

.purchase-Content-2 {
  padding: 0;
  margin: 0;
  border-top: none;
}

.purchase-Content_Inner {
  padding: 10px 35px;
  margin: 0;
  background-color: var(--bgcolor);
}

.purchase-Detail_Table {
  width: 100%;
}

.purchase-Detail_Title {
  padding: 10px 0 5px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  background-color: #999999;
}

.purchase-Detail_Row {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.purchase-Detail_Row:nth-last-child(2) {
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
}
.purchase-Detail_Row:nth-last-child(1) {
  border: none;
}

.purchase-Detail_RowTitle {
  width: 320px;
  padding: 5px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.purchase-Detail_RowTitle-total {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.purchase-Detail_SubtotalNum {
  padding: 5px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.purchase-Detail_SubtotalNum:nth-of-type(1) {
  padding: 0;
}

.purchase-Detail_Price {
  padding: 10px 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--redcolor);
  text-align: right;
}

.purchase-Detail_TotalPrice {
  padding: 4px 0 5px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--redcolor);
  text-align: right;
}

.purchase-Item_Table {
  width: 100%;
}

.purchase-Item_Row {
  border-bottom: 1px solid #cccccc;
}

.purchase-Item_Name {
  width: 370px;
  padding: 0 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.purchase-Item_Name :nth-of-type(1) {
  padding: 0 0 5px;
}

.purchase-Item_Price {
  padding: 5px 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--redcolor);
  text-align: right;
  vertical-align: top;
}

.purchase-Wrapper {
  display: none;
  width: 690px;
  margin: 0 auto;
}

.purchase-Summary {
  position: relative;
  width: 600px;
  height: 60px;
  padding: 5px 0;
  margin: 30px auto 0;
  text-align: center;
  border: 2px solid var(--redcolor);
  border-radius: 50px;
  box-shadow: 0 11px 16px -6px #e9e9e9 inset;
}
.purchase-Summary:hover {
  cursor: pointer;
}

.purchase-Summary_Table {
  margin: 0 0 0 130px;
}

.purchase-Summary_TextCell {
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.purchase-Summary_TextCell :nth-of-type(2) {
  margin: 0 0 0 10px;
}

.purchase-Summary_TotalItems {
  padding: 0 16px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--redcolor);
}

.purchase-Summary_TotalPrice {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--redcolor);
}

.purchase-Summary_Comment {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.purchase-Summary_Icon {
  position: absolute;
  top: 22px;
  right: 18px;
  bottom: 0;
  color: var(--redcolor);
}

.purchase-Container {
  box-sizing: border-box;
  display: none;
  width: 550px;
  padding: 0;
  margin: 0 auto;
  border: 2px solid #999999;
  border-top: none;
  border-radius: 0 0 15px 15px;
}

.purchase-Close {
  position: relative;
  margin: 5px 0 8px;
  text-align: center;
  cursor: pointer;
}

.purchase-Close_Text {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #000;
}

.kit-Img_Unit {
  margin: 0 auto 17px;
}

.toggle .kit-Img_Unit {
  display: flex;
  align-items: center;
  height: 110px;
}

.kit-Img_Unit img {
  width: 100%;
  height: auto;
}

.kit-Img_Unit-small {
  width: 150px;
}

.kit-Img {
  position: relative;
  top: 0;
  bottom: 0;
}

.kit-Img_Unit img.kit-Img-medium {
  width: 180px;
}
.kit-Img_Unit img.kit-Img-large {
  width: 200px;
}

.kit-Img-small {
  width: 100%;
  height: auto;
}

.kit-Img_Title {
  margin: 6px 0 0 4px;
  text-align: center;
}

.kit-Img_Title-small {
  margin: -4px 0 0 6px;
}

.kit-Img_SizeText {
  font-size: 11px;
  font-size: 0.6875rem;
}

.kit-Img_SizeText-small {
  margin: 2px 0 6px 0;
}

.kit-Img_SizeText-only {
  margin: 2px 6px 0 0;
}

.kit-List {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  list-style-type: none;
}
.toggle .kit-List {
  padding-top: 20px;
}
.kit-List_Item {
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0;
}

.kit-Sum {
  margin: 0 0 18px;
  text-align: right;
}

.kit-Sum_Text {
  font-size: 24px;
  font-size: 1.5rem;
}

.kit-Sum_TotalValue {
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--redcolor);
}

.kit-Sum_SubText {
  font-size: 14px;
  font-size: 0.875rem;
}

.kit-Text {
  margin: 0 0 16px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.kit-Subtitle_Notice {
  padding: 3px 6px 3px 8px;
  margin: 0 10px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #ffffff;
  background-color: var(--redcolor);
  border-radius: 3px;
}

.thanks-CharImg {
  position: relative;
  padding: 0;
  margin: 0;
}

.thanks-CharImg_left {
  position: absolute;
  top: -60px;
  left: 570px;
  width: 130px;
  padding: 0;
  margin: 0;
}

.thanks-CharImg_right {
  position: absolute;
  top: -70px;
  left: 1100px;
  width: 146px;
  padding: 0;
  margin: 0;
}

.thanks-Text {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6rem;
  text-align: center;
}
.thanks-Text .text-red {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--redcolor);
}
.thanks-Text label {
  display: block;
}

.thanks-Text_Medium {
  padding: 0;
  margin: 0 0 35px;
  font-family: var(--defaultfont);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33333;
  text-align: center;
  font-display: swap;
}

.thanks-Banner {
  padding: 0;
  margin: 0 0 38px 0;
  text-align: center;
}

.thanks-Banner_1 {
  width: 690px;
  padding: 0;
  margin: 0;
}

.thanks-Banner_2 {
  width: 690px;
  padding: 0;
  margin: 0;
}

.thanks-Content {
  position: relative;
  width: 690px;
  padding: 60px 0 15px 0;
  margin: 0 auto 25px;
  background-color: var(--bgcolor);
}

.thanks-Content_Position {
  position: relative;
  top: -10px;
}

.thanks-Content_Message {
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
}
.thanks-Content_Message::before {
  top: -35px;
  bottom: 0;
  left: 2px;
  width: 108px;
  height: 130px;
}
.thanks-Content_Message::after {
  top: -35px;
  right: 5px;
  bottom: 0;
  width: 118px;
  height: 130px;
}

.thanks-Content-modal {
  position: relative;
  width: 600px;
  padding: 0 0 10px 0;
  margin: 0 auto;
}
.thanks-Content-modal::before {
  position: absolute;
  top: -52px;
  bottom: 0;
  left: -3px;
  width: 130px;
  height: 155px;
  content: '';
  background: url('/img/purchaseOrder/treca/chara_5.webp') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.thanks-Content-modal::after {
  position: absolute;
  top: -52px;
  right: -64px;
  bottom: 0;
  width: 147px;
  height: 154px;
  content: '';
  background: url('/img/purchaseOrder/treca/chara_4.webp') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.thanks-Header_Title {
  width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  margin: 0 auto 30px;
  font-family: var(--defaultfont);
  font-weight: 500;
  text-align: center;
  font-display: swap;
  background-color: #ffd4df;
  box-shadow: 0 6px 6px 0 #dbb6c0 inset;
}
.thanks-Header_Title .inner {
  position: relative;
  width: 690px;
  margin: auto;
}
.thanks-Header_Title .inner::before {
  position: absolute;
  top: -20px;
  bottom: 0;
  left: -80px;
  width: 150px;
  height: 200px;
  content: '';
  background: url('/img/purchaseOrder/treca/chara_5.webp') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.thanks-Header_Title .inner::after {
  position: absolute;
  top: -20px;
  right: -100px;
  width: 180px;
  height: 200px;
  content: '';
  background: url('/img/purchaseOrder/treca/chara_4.webp') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.thanks-Header_Text {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: var(--defaultfont);
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 3rem;
  color: var(--redcolor);
  text-align: center;
  font-display: swap;
}

.thanks-Message {
  position: relative;
  z-index: 1;
  padding: 22px 80px 41px;
  margin: 32px 0 0 0;
  text-align: left;
  border: 6px solid rgba(108, 178, 60, 0.5);
  border-radius: 0 30px 0 30px;
}

.thanks-Message_Name {
  position: relative;
  top: 1px;
  left: 18px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.14em;
}

.thanks-Message_Name-embed {
  position: relative;
  top: 21px;
  left: 25px;
  display: inline-block;
  text-align: left;
  letter-spacing: 0.14em;
}

.thanks-Message_Image {
  position: relative;
  display: inline-block;
  margin: 36px 0 0 8px;
}

.thanks-convi-Content {
  width: 690px;
  margin: 0 auto 25px;
}

.thanks-convi-Text {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6rem;
  text-align: center;
}

.thanks-convi-Text ul {
  display: inline-block;
  padding: 0;
  text-align: left;
  list-style: none;
}
.modaal-container {
  width: 350px;
  border-radius: 6px;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.3);
}

.modaal-close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
}
.modaal-close:focus,
.modaal-close:hover {
  background: transparent;
  outline: none;
}
.modaal-close::before,
.modaal-close::after {
  top: 1px;
  left: 14px;
  width: 2px;
  height: 28px;
}

.modal-Template {
  display: none;
}

.modal-Sub-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.71429;
}

.modal-Text-red {
  color: #ff124c;
}

.modal-Bank .modaal-container {
  max-width: 540px;
}

.modal-Bank_Button {
  width: 120px;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.modal-Help-kit .kit-Size {
  padding: 0;
  list-style: none;
}
.modal-Help-kit .kit-Size li {
  float: left;
  width: 50%;
  height: 270px;
}
.modal-Help-kit .kit-Size li figcaption em {
  display: block;
  font-style: normal;
  font-weight: 900;
}
.modal-Help-kit .kit-Size li figcaption {
  margin: 20px;
  line-height: 1.8em;
}

.modal-Help-coupon .modaal-container {
  max-width: 400px;
}

.modal-Help-shipping {
  padding: 30px;
}

.modal-help-shippingText {
  display: block;
  width: 230px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.modal-Help-assess {
  padding: 30px;
}
.modal-help-assessText {
  display: block;
  width: 255px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
.modal-help-assessText em {
  display: block;
  font-weight: bold;
}
.modal-help-assessText em span {
  color: #fb074d;
}

.modal-Field_Wrapper {
  display: flex;
  flex-wrap: wrap;
}

.modal-Field {
  display: flex;
  width: 310px;
  margin: 0 0 0 70px;
}

.modal-Field-half {
  width: 310px;
  margin: 0;
}
.modal-Field-half:nth-of-type(2n) {
  width: 270px;
}

.modal-Field-selectBank {
  display: flex;
  margin: 0 0 0 10px;
}

.modal-Field_Label {
  display: block;
  width: 110px;
  padding: 0 4px;
  margin: 0 0 15px;
  line-height: 40px;
  color: #000000;
  text-align: right;
}

.modal-Field_Label-sm {
  font-size: 13px;
  font-size: 0.8125rem;
}

.modal-Field_Label-selectBank {
  display: block;
  width: 78px;
  margin: 0 7px 20px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000000;
}

.modal-Field_Widget-multi {
  display: flex;
  justify-content: space-around;
  width: 470px;
  margin: 0 auto 10px;
}
.modal-Field_Widget-multi > * {
  flex-grow: 0;
}

.modal-Field_Widget-boxOther {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 470px;
  margin: 0 auto 10px;
}
.modal-Field_Widget-boxOther > * {
  flex-grow: 0;
  margin-left: 10px;
}

.modal-Field_Hint {
  margin: 5px 0 15px;
  font-size: 12px;
  font-size: 0.75rem;
}

.modal-Field_Text-hopeTime {
  padding: 0 0 0 12px;
  margin: 0 0 23px 0;
  line-height: 2;
}

.modal-Submit {
  margin: 30px auto 0;
  text-align: center;
}

.modal-RadioBox {
  margin: 8px 0 0.5rem;
}
.modal-RadioBox .custom-control-label::before {
  top: 0;
  left: -1.5rem;
  width: 1.8rem;
  height: 1.8rem;
  pointer-events: auto;
  background-color: #ffffff !important;
  border: 2px solid #999999;
  box-shadow: inset 3px 3px 0.2rem rgba(0, 0, 0, 0.1);
}
.modal-RadioBox .custom-control-label::after {
  background-image: none;
}
.modal-RadioBox .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  top: 0.1rem;
  left: -1.1rem;
  z-index: 30;
  width: 1.8rem;
  height: 1.8rem;
  font-family: var(--iconfont);
  font-weight: 900;
  color: red;
  content: '\F00C';
  background-image: none;
}

.modal-Checkbox-optional .custom-control-label::before {
  background-color: #ffffff !important;
}

.modal-Text {
  margin: 25px 0 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.modal-Text-ml5 {
  margin-left: 5px !important;
}

.modal-Text_HeaderTitle {
  font-size: 40px;
  font-size: 2.5rem;
  color: var(--redcolor);
  text-align: center;
}

.modal-HopeTime .modaal-content-container {
  width: 350px;
  padding: 20px 30px;
}

.modal-Header {
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  text-align: center;
  border-bottom: #cccccc 2px solid;
}

.modal-HeaderText {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.modal-HopeTime_Content {
  margin: 0 0 0 0.5rem;
}
.modal-HopeTime .modaal-container {
  width: 350px;
}

.modal-BankInfo .modaal-content-container {
  max-width: 750px;
  padding: 0 0 60px 0;
}

.modal-BankInfo_header {
  border-radius: 6px;
  box-shadow: none;
}

.modal-BankInfo_header {
  line-height: 1.30556;
}

.modal-Select-selectBank {
  width: 470px;
  height: 140px;
  padding: 6px 0 0 6px;
  margin: 5px 0 20px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.modal-Login {
  padding: 30px 30px 25px 30px;
}
.modal-Login .modaal-container {
  width: 540px !important;
}

.modal-Login_Field {
  width: 320px;
}

.modal-Login_Field-2 {
  margin: 4px 0 0 70px;
}

.modal-Login_checkbox {
  padding: 0 0 0 75px;
  margin: 10px 0 0 0;
  text-align: center;
}

.modal-Login_Text {
  margin: 30px 0 0 0;
}

.modal-Checkbox {
  margin: 16px 0 0 0;
  text-align: center;
}
.modal-Checkbox .custom-control-label {
  padding: 0 0 0 12px;
}
.modal-Checkbox .custom-control-label::before {
  top: 0;
  left: -1.5rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #ffffff;
  border: 2px solid #999999;
  box-shadow: inset 3px 3px 0.2rem rgba(0, 0, 0, 0.1);
}
.modal-Checkbox .custom-control-label::after {
  top: -3px;
  left: -1.5rem;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 50% 50%;
}
.modal-Checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff !important;
}
.modal-Checkbox .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  z-index: 30;
  width: 1.8rem;
  height: 1.8rem;
  font-family: var(--iconfont);
  font-weight: 900;
  color: red;
  content: '\F00C';
  background-image: none;
}

.modal-Contribution .modaal-content-container {
  height: 100%;
  padding: 20px 30px;
}

.modal-Contribution_Frame {
  width: 100%;
  height: 760px;
}

.comfirm-Content {
  width: 690px;
  margin: 0 auto;
}

.comfirm-Content_Data {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.comfirm-Header_Content {
  position: relative;
  width: 690px;
  margin: 0 auto;
}

.comfirm-Header_Title {
  padding: 0;
  margin: 0;
}

.comfirm-Header_ChangeAnchor {
  position: absolute;
  right: 0;
  bottom: -3px;
  display: block;
  width: 100px;
  height: 35px;
  padding: 5px 0 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 6px;
  box-shadow: 0 11px 16px -6px #e9e9e9 inset;
}

.comfirm-CouponTicketText {
  width: 470px;
  margin: 30px auto 22px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.comfirm-ToggleBtn {
  position: relative;
}

.comfirm-ToggleBtn_Icon {
  position: absolute;
  top: 25px;
  right: 15px;
}

.comfirm-ChangeAnchor {
  position: absolute;
  top: 5px;
  right: 3px;
  display: block;
  width: 100px;
  height: 35px;
  padding: 2px 0 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 6px;
  box-shadow: 0 11px 16px -6px #e9e9e9 inset;
}
.comfirm-ChangeAnchor:hover {
  text-decoration: none;
  background-color: var(--bgcolor);
  transition: 0.4s;
}

.comfirm-ChangeAnchor.sub {
  top: 2px;
}

.u-c-gray {
  font-size: 20px !important;
  color: var(--greycolor) !important;
}
.u-c-white {
  font-size: 20px !important;
  color: var(--whcolor) !important;
}

.u-mt--10 {
  margin-top: -10px !important;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}
.u-mt-70 {
  margin-top: 70px !important;
}
.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-3 {
  margin-bottom: 3px !important;
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
.u-mb-7 {
  margin-bottom: 7px !important;
}
.u-mb-8 {
  margin-bottom: 8px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}
.u-ml-5 {
  margin-left: 5px !important;
}
.u-ml-16 {
  margin-left: 16px !important;
}
.u-ml-20 {
  margin-left: 20px !important;
}
.u-ml-28 {
  margin-left: 28px !important;
}
.u-ml-40 {
  margin-left: 40px !important;
}
.u-ml-80 {
  margin-left: 80px !important;
}
.u-ml-103 {
  margin-left: 103px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}
.u-mr-4 {
  margin-right: 4px !important;
}
.u-mr-5 {
  margin-right: 5px !important;
}
.u-mr-10 {
  margin-right: 10px !important;
}
.u-mr-20 {
  margin-right: 20px !important;
}
.u-mr-30 {
  margin-right: 30px !important;
}
.u-mr-40 {
  margin-right: 40px !important;
}
.u-pt-5 {
  padding-top: 5px !important;
}
.u-pt-10 {
  padding-top: 10px !important;
}
.u-pt-20 {
  padding-top: 20px !important;
}
.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-6 {
  padding-bottom: 6px !important;
}
.u-pb-15 {
  padding-bottom: 15px !important;
}
.u-pb-28 {
  padding-bottom: 28px !important;
}
.u-pb-30 {
  padding-bottom: 30px !important;
}
.u-pb-35 {
  padding-bottom: 35px !important;
}
.u-pb-40 {
  padding-bottom: 40px !important;
}
.u-pb-63,
.u-pb-60 {
  padding-bottom: 60px !important;
}
.u-pb-100 {
  padding-bottom: 100px !important;
}
.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}
.u-pl-20 {
  padding-left: 20px !important;
}
.u-pl-30 {
  padding-left: 30px !important;
}
.u-pl-45 {
  padding-left: 45px !important;
}
.u-pl-56 {
  padding-left: 56px !important;
}

.u-wd-auto {
  width: auto !important;
}

.js_tab {
  padding: 0;
  list-style-type: none;
}

.js_tab_content {
  display: none;
}

.js_tab_current_content {
  display: block;
}

#cv-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
#cv-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 100vh;
}

.btn.recommend::before {
  position: absolute;
  top: -1em;
  width: 8em;
  height: 1.5em;
  padding: 2px 0 0;
  font-size: 11px;
  color: #fff;
  content: 'スピード振込!!';
  background: #fc0148;
  border-radius: 4px;
}

.icon-box::before {
  display: inline-block;
  width: 33px;
  height: 23px;
  margin-top: -1px;
  margin-right: 5px;
  margin-left: -38px;
  vertical-align: middle;
  content: '';
  background: url(/img/purchaseOrder/treca/calender-icon-package.webp) center center no-repeat;
  background-size: contain;
}
.icon-box-modal::before {
  position: relative;
  top: 11px;
}
.icon-box-modal2::before {
  position: relative;
  top: -1px;
}

.icon-truck::before {
  display: inline-block;
  width: 33px;
  height: 23px;
  margin-top: -1px;
  margin-right: 5px;
  margin-left: -38px;
  vertical-align: middle;
  content: '';
  background: url(/img/purchaseOrder/treca/calender-icon-truck.webp) center center no-repeat;
  background-size: contain;
}
.icon-truck-modal::before {
  position: relative;
  left: 5px;
}
.icon-truck-modal2::before {
  position: relative;
  top: -1px;
}

.js-window-contribution {
  cursor: pointer;
}

.loading {
  width: 32px;
  height: 32px;
  margin: 5px 0px 0 10px;
  background-image: url(/img/purchaseOrder/s_loading.gif);
  background-size: 32px 32px;
}

.hide {
  display: none;
}

.sorry-Wrapper {
  margin: 34px 0 0 0;
}
.sorry-Header_Title {
  position: relative;
  padding: 25px 0;
  margin: 0;
  font-family: var(--defaultfont);
  font-size: 36px;
  font-size: 2rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 3rem;
  color: var(--redcolor);
  text-align: center;
  font-display: swap;
  background-color: #ffd4df;
  box-shadow: 0 6px 6px 0 #dbb6c0 inset;
}

.sorry-Text {
  padding: 50px 0 100px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.78571;
  text-align: center;
}
.sorry-Content {
  position: relative;
  width: 600px;
  margin: 0 auto;
}
.sorry-Content::before {
  position: absolute;
  top: -30px;
  bottom: 0;
  left: -70px;
  width: 130px;
  height: 155px;
  content: '';
  background: url('/img/purchaseOrder/treca/chara_3.webp') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.sorry-Content::after {
  position: absolute;
  top: -30px;
  right: -90px;
  bottom: 0;
  width: 147px;
  height: 154px;
  content: '';
  background: url('/img/purchaseOrder/treca/chara_2.webp') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 120%;
  background: #000;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* 銀行支店 検索モーダル */
#modal-search-bank,
#modal-search-branch {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 540px;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
}
#modal-search-bank-close,
#modal-search-branch-close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.modal-search-bank-close::before,
.modal-search-branch-close::before {
  position: absolute;
  top: 1px;
  left: 14px;
  display: block;
  width: 2px;
  height: 28px;
  content: ' ';
  background: #fff;
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
  transform: rotate(-45deg);
}
.modal-search-bank-close::after,
.modal-search-branch-close::after {
  position: absolute;
  top: 1px;
  left: 14px;
  display: block;
  width: 2px;
  height: 28px;
  content: ' ';
  background: #fff;
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
  transform: rotate(45deg);
}
.modal-search-bank-close:focus,
.modal-search-bank-close:hover,
.modal-search-branch-close:focus,
.modal-search-branch-close:hover {
  background: transparent;
  outline: none;
}
.modal-search-bank-close:focus::before,
.modal-search-bank-close:focus::after,
.modal-search-branch-close:hover::before,
.modal-search-branch-close:hover::after {
  background: #b93d0c;
}
.modal-search-bank-close span,
.modal-search-branch-close span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
}

/* 査定明細 返送確認モーダル */
#modal-confim {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 600px;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
}
#modal-confim-close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.modal-confim-close::before {
  position: absolute;
  top: 1px;
  left: 14px;
  display: block;
  width: 2px;
  height: 28px;
  content: ' ';
  background: #fff;
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
  transform: rotate(-45deg);
}
.modal-confim-close::after {
  position: absolute;
  top: 1px;
  left: 14px;
  display: block;
  width: 2px;
  height: 28px;
  content: ' ';
  background: #fff;
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
  transform: rotate(45deg);
}
.modal-confim-close:focus,
.modal-confim-close:hover {
  background: transparent;
  outline: none;
}
.modal-confim-close:focus::before,
.modal-confim-close:focus::after {
  background: #b93d0c;
}
.modal-confim-close span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
}

/*190308*/
.message-Tip {
  position: relative;
  right: 0;
  left: 0;
  display: block;
  width: 20em;
  height: auto;
  padding: 7px 30px 6px;
  margin: 0 auto 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--redcolor);
  text-align: center;
  background: var(--redcolor);
  border-radius: 10px;
}
.message-Tip span {
  color: #fff;
}
.message-Tip::after {
  position: absolute;
  top: 28px;
  right: 0;
  left: 46%;
  display: block;
  width: 16px;
  height: 16px;
  content: '▼';
}

.thanks-Content.sorry::before {
  background: none;
}

.thanks-Content.sorry::after {
  background: none;
}

.holder {
  width: auto !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.kit_post-text {
  margin-right: 20px;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}

.kit-Text_Notice,
.error_Message,
.caution_Message {
  position: relative;
  width: 100%;
  padding: 10px 0 10px 55px;
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: var(--redcolor);
  border: 1px solid var(--redcolor);
  border-radius: 6px;
}

.kit-Text_Notice::before,
.error_Message::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 55px;
  margin: auto;
  content: '';
  background: url('/img/purchaseOrder/treca/chara_3.webp') no-repeat center;
  background-size: 100% auto;
}
.kit-Text_Notice .fa-check-circle,
.caution_Message .fa-check-circle {
  margin-right: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}

.caution_Message span,
.error_Message span {
  display: block;
}
.caution_Message {
  padding: 10px 14px 10px;
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
}
.error_Message.caution_Message {
  padding: 10px 14px 10px 55px;
}

.error_Message .fa-exclamation-triangle {
  margin-right: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}

/*****
 ダンボール 必要数シミュレーター
 *****/
.simu-Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto 25px;
}

/*****
.simu-Btn {
  position: relative;
  display: block;
  width: 470px;
  height: 60px;
  padding: 0 20px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #666666;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #999999;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15) inset; }
  .simu-Btn:hover {
    background-color: #888888;
    border: 2px solid #aaaaaa; }
  .simu-Btn:active, .simu-Btn:focus {
    outline: 0 !important;
    box-shadow: none !important; }
  .simu-Btn:after {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: var(--iconfont);
    font-size: 18px;
    font-size: 1.125rem;
    content: "\f055";
    color: #ffffff; }
    .simu-Btn.open:after {
      content: "\f056"; }
    .simu-Btn .kit-Subtitle_Notice {
      padding: 1px 6px 1px;
    }
*****/
.simu-Container {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.simu-Container .simu-Inner {
  padding: 25px 50px;
  margin: 10px auto;
  background-color: #f1f1f1;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.simu-Text {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.simu-Row {
  display: flex;
  width: 100%;
  padding: 15px 0;
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.simu-Row dt {
  position: relative;
  display: flex;
  align-items: center;
  width: 65%;
  margin: 0;
  vertical-align: middle;
}
.simu-Row dt figure {
  display: inline-block;
  width: 66px;
  height: auto;
  margin: 0 10px 0 0;
  text-align: center;
}
.simu-Row dt figure img {
  max-width: 66px;
  max-height: 66px;
}
.simu-Row dd {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  width: 35%;
  margin: 0;
  line-height: 1.3;
  text-align: right;
  vertical-align: middle;
}
.simu-Row dd .form-InputText {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 0.3rem 0.6rem 0rem 0;
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: right;
}
.simu-Row dd .form-InputText::-webkit-input-placeholder {
  padding-top: 0.2rem;
}
.simu-Row dd .form-InputText:disabled {
  color: #999;
  pointer-events: none;
}
.simu-Row dd .simu-Unit_Text {
  display: inline-block;
  margin-left: 0.3rem;
  font-weight: bold;
}

.simu-Row.simu-Result {
  border-color: #ff124c;
}
.simu-Row.simu-Result .simu-Result_Text {
  display: inline-block;
  width: auto;
  font-size: 40px;
  font-size: 2.5rem;
  color: #ff124c;
  text-align: right;
}
.simu-Row.simu-Result .simu-Result_Text small {
  margin: 0 0.3rem 0 0.1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
}

.simu-Detail_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.simu-Detail_Wrapper::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 15px;
  content: '';
  border-color: #999999 transparent transparent transparent;
  border-style: solid;
  border-width: 15px 23px 0 23px;
}

.simu-DetailBtn {
  position: relative;
  display: block;
  width: 250px;
  height: 34px;
  padding: 1px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #999999;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15) inset;
}
.simu-DetailBtn:hover {
  color: #6cb23c;
  border: 2px solid #6cb23c;
}
.simu-DetailBtn:hover::after {
  color: #6cb23c;
}
.simu-DetailBtn:active,
.simu-DetailBtn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.simu-DetailBtn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: var(--iconfont);
  font-size: 16px;
  font-size: 1rem;
  color: #999999;
  content: '\f13a';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.simu-DetailBtn.open::after {
  content: '\f139';
}

.simu-Detail_Container {
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.simu-Detail_Container .simu-Detail_Inner {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 10px 5px;
  margin: 15px auto 0;
  background-color: #ffffff;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.simu-Detail_Container .simu-Row {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: 0;
}
.simu-Detail_Container .simu-Row dt {
  width: 50%;
  font-weight: normal;
}
.simu-Detail_Container .simu-Row dd {
  width: 50%;
}
.simu-Detail_Container .simu-Row dd .form-InputText {
  width: 80px;
  height: auto;
  padding: 0.35rem 0.6rem 0.25rem 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.simu-Detail_Container .simu-Row dd .simu-Unit_Text {
  margin-left: 3px;
}

.simu-Help {
  position: absolute;
  top: 50%;
  right: 1px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tac {
  text-align: center;
}

.twb a:hover {
  opacity: 0.3;
}

/*add231010*/

.CouponBox {
  width: 690px;
  padding: 7px;
  margin: 0px auto -20px;
  font-size: 12px;
  color: var(--redcolor);
}
@media (max-width: 320px) {
  .CouponBox {
    font-size: 10px;
  }
}
.CouponBox p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.CouponBox a {
  color: var(--redcolor);
}
.CouponBox .number {
  display: flex;
  align-items: center;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid var(--redcolor);
}
.CouponBox .number img {
  margin-right: 4px;
}

.pop {
  position: relative;
}

.pop::before {
  position: absolute;
  top: -20px;
  padding: 7px 15px 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--whcolor);
  content: '買取100円UP!!';
  background: var(--redcolor);
  border-radius: 6px;
}

.pop::after {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  content: '';
  border-color: var(--redcolor) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
}

p.caption {
  font-size: 14px;
}
.Price_Link {
  width: 100%;
  text-decoration: none;
}
.Price_Link:focus,
.Price_Link:hover {
  text-decoration: none;
}
.Price_Link .Price_Title {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 690px;
  padding: 6px 20px 1px;
  margin: 0px auto 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.4em;
  color: var(--blcolor);
  text-align: center;
  background: var(--bgcolor);
  border-radius: 6px;
}
.Price_Link .Price_Title::after {
  position: absolute;
  top: 12%;
  right: 20px;
  display: block;
  font-family: var(--iconfont);
  font-size: 20px;
  content: '\f138';
}
.Price_Link .Price_Title {
  position: relative;
}
.Price_Link .Price_Title dt {
  box-sizing: border-box;
  justify-content: flex-start;
  width: 345px;
  text-align: left;
}
.Price_Link .Price_Title dt span {
  margin-left: 1vw;
}
.Price_Link .Price_Title dd {
  box-sizing: border-box;
  width: 300px;
  padding-right: 30px;
  margin: 0;
  color: var(--redcolor);
  text-align: right;
}
.Price_Link .Price_Title dd span {
  font-size: 28px;
}

/*step1 modal-place*/
.modal-Template {
  display: none;
}

.modal-Place .modal-Header {
  border: 0;
}
.modal-Place .modaal-container {
  max-width: 370px;
  background: var(--bgcolor);
}

.modal-Place .modal-Field {
  width: auto;
  margin: 0;
}

.modal-Place .form-ToggleBtn {
  width: 100%;
  height: auto;
  font-size: 14px;
  border-radius: 10px;
}
.modal-Place .modal-ToggleBtn .form-ToggleBtn_Text {
  padding: 15px 30px 15px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: break-word;
  white-space: normal;
}
.modal-Place .form-ToggleBtn:not(.-noArrow) .form-ToggleBtn_Text::after {
  right: -3px;
}
.modal-Place .form-ToggleBtn_Icon {
  top: 5px;
  right: 6px;
}

.BtnSearch {
  width: 170px;
  padding: 0;
  padding: 6px 15px;
  margin: 0px auto 16px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  background: var(--whcolor);
  border: 2px solid var(--greysubcolor);
  border-radius: 6px;
  outline: none;
  box-shadow: var(--shadowout) inset;
}

.BtnSearch:hover {
  text-decoration: none;
}

.BtnSearch.pop::before {
  top: -18px;
  right: 0;
  left: 0;
  width: 6em;
  padding: 3px 15px 1px;
  margin: auto;
  font-size: 12px;
  content: '便利!!';
  border-radius: 6px;
}
.BtnSearch.pop::after {
  top: 0px;
  left: 45%;
}
.BtnSearch span {
  text-align: center;
}
.BtnSearch span::after {
  position: relative;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 14px;
  height: 19px;
  content: '';
  background: url(/img/purchaseOrder/location-dot.svg) no-repeat;
  background-size: contain;
}
.modal-ToggleBtn {
  justify-content: flex-start;
  height: auto;
  font-size: 4.267vw;
  text-align: left;
}
.modal-ToggleBtn .form-ToggleBtn_Text {
  padding: 4vw 10vw 4vw 4vw;
  font-size: 3.6vw;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  white-space: normal;
}
/*step1 box*/
.toggle {
  padding: 10px 0px 10px;
  margin: 10px 15px 0;
  font-size: 14px;
  background: transparent;
  border-top: 1px solid var(--greysubcolor);
}

.toggle dt {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  cursor: pointer;
}

.toggle dt::after {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  font-family: var(--iconfont);
  font-size: 16px;
  color: var(--greycolor);
  text-align: center;
  content: '\f055';
}
.toggle dt.is-active::after,
.toggle.-fixed dt.is-active::after {
  font-family: var(--iconfont);
  content: '\f056';
}

.toggle dd {
  display: none;
  line-height: 1.7;
}

.comfirm_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 20px;
  font-size: 3.6vw;
}
.comfirm_content dt {
  box-sizing: border-box;
  width: 30%;
  padding-right: 1em;
  font-size: 16px;
  font-weight: 700;
}
.comfirm_content dd {
  box-sizing: border-box;
  width: 70%;
  font-size: 16px;
}
.comfirm_content dd p {
  margin-bottom: 10px;
}
p.comfirm_content {
  font-size: 16px;
}
/* STEP1 重複申込アラート */
.outer-reapply-alert-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.5s;
}
.wrapper-reapply-alert-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 45%;
  background-color: #fff;
  border-radius: 6px;
  transform: translate(-50%, -50%);
}
.reapply-alert-close-button {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
  opacity: 1;
}
.reapply-alert-close-button::before,
.reapply-alert-close-button::after {
  position: absolute;
  top: 1px;
  left: 14px;
  display: block;
  width: 2px;
  height: 28px;
  content: ' ';
  background: #fff;
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
}
.reapply-alert-close-button::before {
  transform: rotate(-45deg);
}
.reapply-alert-close-button::after {
  transform: rotate(45deg);
}
.reapply-alert-close-button span {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
}
.reapply-alert-modal {
  display: flex;
  align-items: center;
  height: 100%;
}
.reapply-alert-modal-content {
  width: 100%;
  font-size: larger;
  font-weight: bold;
  color: red;
  text-align: center;
}
/*** 重複申込アラートここまで ***/

/*STEP2*/
.osusume {
  position: absolute;
  top: -11px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  background: none;
}
.osusume img {
  display: block;
  width: 76px;
  margin-right: auto;
  margin-left: auto;
}
.osusume-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--redcolor);
}

.form-DeliveryDate_Text img {
  width: auto;
  height: 20px;
}

/*STEP3、6完了*/
.thanks-Wrapper .bg_gray {
  width: 690px;
  padding: 10px 0;
  background: #f2f2f2;
  border-radius: 5px;
}
.attention {
  position: relative;
  width: 690px !important;
  padding: 20px 0;
  margin: 0 auto 25px;
  border: 1px solid #ff0000;
  border-radius: 20px;
}
.attention .tc_01 {
  position: absolute;
  right: 12px !important;
  margin-top: -20px;
  transform: rotate(15deg);
}
.attention .icon_a {
  margin-top: 15px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.attention .text_01 {
  width: 95%;
  padding: 10px;
  margin-top: 20px;
  margin-left: 2.5%;
  font-size: 18px;
  color: red;
  text-align: center;
  border: 1px solid #ff0000;
}
.attention .text_02 {
  margin-top: 10px;
  font-size: 0.875rem;
  text-align: center;
}
.includes-copy {
  display: flex;
  flex-wrap: wrap;
}
.trcbannerbtn {
  display: block;
  width: 260px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: white;
  text-align: center;
  background: #ff7c00;
  border-radius: 24px;
}

.form-InputDisplay,
.form-InputHide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-InputDisplay,
.form-InputHide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 6px;
  font-size: 16px;
  color: var(--greycolor);
  background-color: var(--whcolor);
  border: 2px solid var(--greycolor);
  box-shadow: var(--shadowout) inset;
}
.form-InputDisplay i,
.form-InputHide i {
  margin: 4px 0 0 -3px;
}

.form-Field_Widget textarea {
  height: 150px;
}

.UsefulMemberRegist.pop::before {
  top: -18px;
  right: 0;
  left: 0;
  width: 6em;
  padding: 0px 15px 0px;
  margin: auto;
  font-size: 12px;
  text-align: center;
  content: '便利!!';
  border-radius: 6px;
}

.UsefulMemberRegist.pop::after {
  top: 6px;
  left: 48%;
}

.UsefulMemberRegist_Message {
  padding: 10px 14px 10px;
  border: 1px solid var(--maincolor);
  /* color: var(--maincolor); */
}
