@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
@import url(https://fonts.googleapis.com/css?family=Roboto);
html {
  overflow-y: scroll;
}
body {
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
}

.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: 'Noto Sans JP', sans-serif;
  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: 'Noto Sans JP', sans-serif;
  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_Header {
  position: relative;
  padding: 15px 0 10px;
  margin: 30px auto 50px;
  color: #ffffff;
  text-align: center;
  background: #6cb23c;
  box-shadow: 0 6px 6px 0 #c5c5c5;
}
.sw-Section_Header::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
}

.sw-Section_TitleMark {
  position: relative;
  width: 690px;
  margin: 0 auto;
}
.sw-Section_TitleMark::before {
  position: absolute;
  top: -25px;
  left: 0;
  width: 75px;
  height: 75px;
  content: '';
}

.sw-Section_TitleMark-step0::before,
.sw-Section_TitleMark-step1::before {
  background: url('/img/purchaseOrder/hobby/pc/step/page-header-icon_1@2x.png') no-repeat;
  background-size: 100% auto;
}

.sw-Section_TitleMark-step2::before {
  background: url('/img/purchaseOrder/hobby/pc/step/page-header-icon_2@2x.png') no-repeat;
  background-size: 100% auto;
}

.sw-Section_TitleMark-step3::before {
  background: url('/img/purchaseOrder/hobby/pc/step/page-header-icon_3@2x.png') no-repeat;
  background-size: 100% auto;
}

.sw-Section_TitleMark-step4::before {
  background: url('/img/purchaseOrder/hobby/pc/step/page-header-icon_4@2x.png') no-repeat;
  background-size: 100% auto;
}

.sw-Section_TitleMark-step6::before {
  background: url('/img/purchaseOrder/hobby/pc/step/page-header-icon_4@2x.png') no-repeat;
  background-size: 100% auto;
}

.sw-Section_TitleMark-step7::before {
  top: -26px;
  left: 2px;
  background: url('/img/purchaseOrder/hobby/pc/step/page-header-icon_4@2x.png') no-repeat;
  background-size: 100% auto;
}

.sw-Section_Title {
  padding: 0 10px 0 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  font-display: swap;
}

.sw-Section_Hr {
  margin: 0;
  border-top: none;
  border-bottom: 2px solid #cccccc;
}

.sw-SubSection_Title {
  position: relative;
  height: 40px;
  padding: 0;
  margin: 30px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 40px;
  color: #000;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 6px;
}
.sw-SubSection_Title::after {
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  pointer-events: none;
  content: '';
  border: solid transparent 8px;
  border-top-color: #f2f2f2;
}

.sw-SubSection_TitleHelp {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.sw-SubSection_Content {
  padding: 0;
  margin: 30px 0;
}

.sw-SubSection_Content-initDis {
  padding: 0;
  margin: 30px 0 0;
}

.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/hobby/pc/common/header/vector@2x.png) 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: 'Noto Sans JP', sans-serif;
  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-Field_Wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 690px;
  margin: 0 auto;
}

.form-Field {
  display: flex;
  width: 690px;
  margin: 0 auto;
}

.form-Field-half {
  width: 310px;
  margin: 0;
}
.form-Field-half:nth-of-type(2n) {
  width: 270px;
}

.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 {
  display: block;
  width: 110px;
  padding: 0 4px;
  margin: 0 0 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-custumerQues {
  padding-top: 6px !important;
  padding-left: 18px !important;
}

.form-Field_Label-selectBank {
  display: block;
  width: 110px;
  padding: 0 4px;
  margin: 0 0 15px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 40px;
  color: #000000;
  text-align: right;
}

.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-boxOther {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 470px;
  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-selectBank {
  position: relative;
  width: 230px;
  height: 40px;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #999999;
  border-radius: 6px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.15) inset;
}

.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_Widget-mb10 {
  margin-bottom: 10px;
}

.form-Field_Widget-mr10 {
  margin-right: 10px;
}

.form-Field_Widget-width476 {
  width: 456px;
}

.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-right {
  text-align: right;
}

.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_Placeholder-right::-moz-placeholder {
  text-align: right;
}

.form-InputText_Placeholder-right:-ms-input-placeholder {
  text-align: right;
}

.form-InputText_Placeholder-right::-webkit-input-placeholder {
  text-align: right;
}

.form-InputText-numBoxOver {
  width: 85px;
  margin: 0 10px 0 5px;
}

.form-InputText-105 {
  width: 105px;
}

.form-InputText-110 {
  width: 110px;
}

.form-InputText-120 {
  width: 120px;
}

.form-InputText-150 {
  width: 150px;
}

.form-InputText-160 {
  width: 160px;
}

.form-InputText-190 {
  width: 190px;
}

.form-InputText-200 {
  width: 200px;
}

.form-InputText-230 {
  width: 230px;
}

.form-InputText-240 {
  width: 240px;
}

.form-InputText-310 {
  width: 310px;
}

.form-InputText-470 {
  width: 470px;
}

.form-InputText_TextArea {
  width: 100%;
  height: 140px;
  background-color: #fff9d4;
  border: 2px solid #999999;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 4px 4px 16px -8px #999999 inset;
}

.form-Select {
  position: relative;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff9d4;
  background-image: url('/img/purchaseOrder/hobby/pc/common/marks/font-awesome_4-7-0_chevron-circle-down_16_0_999999_none.png');
  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: 160px;
  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: 230px;
  height: 40px;
  margin-bottom: 12px !important;
}

.form-ToggleBtn-width86 {
  width: 86px;
}

.form-ToggleBtn-width150 {
  width: 150px;
}

.form-ToggleBtn_Text {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  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: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  font-display: swap;
}

.form-Text-selectBank {
  display: inline-block;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  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: 'Font Awesome 5 Free';
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 24px;
  color: red;
  content: '\F00C';
  background-image: none;
}

.form-Checkbox-multi {
  display: inline-block;
  min-width: 50%;
}

.form-Checkbox-optional .custom-control-label::before {
  background-color: #ffffff;
}

.form-Checkbox_Text-ml15 {
  margin-left: 15px;
}

.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;
}

.form-Radio_Icon-comfirm {
  display: inline-block;
}

.form-Radio_Icon-check {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ebebeb;
}

.calender_Panel {
  box-sizing: content-box;
  width: 470px;
  padding: 8px 30px;
  margin: 20px auto;
  background-color: #f1f1f1;
}

.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;
}

.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 .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/hobby/pc/step/calender-icon-truck@2x.png) 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/hobby/pc/step/calender-icon-package@2x.png) 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/hobby/pc/step/slash_left@2x.png') no-repeat;
  background-size: cover;
}
.form-Text_Coupon::after {
  position: absolute;
  top: 6px;
  right: 152px;
  width: 34px;
  height: 34px;
  content: '';
  background: url('/img/purchaseOrder/hobby/pc/step/slash_right@2x.png') no-repeat;
  background-size: cover;
}

.form-Text-numBoxOver {
  line-height: 1.71429;
}

.form-Text-anyMark {
  position: relative;
  top: -38px;
  left: 371px;
  padding: 4px 12px;
  margin: 0 0 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #ffffff;
  background-color: #707070;
  border-radius: 3px;
}

.form-Button {
  position: relative;
  z-index: 10;
  width: 330px;
  min-height: 54px;
  padding: 15px 12px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  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_Icon-prev {
  top: 18px;
  right: auto;
  left: 25px;
}

.form-Button_Icon-member {
  position: absolute;
  top: 25px;
  right: 15px;
}

.form-Button_Icon-new {
  position: absolute;
  top: 25px;
  right: 15px;
}

.form-Button-small {
  width: 200px;
  min-height: 30px;
  padding: 10px 12px;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-Button-small .form-Button_Icon {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 20px;
  font-size: 1.25rem;
}

.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/hobby/pc/common/charactor/moe_1@2x.png');
}

.form-Button_Chara-nene1::after {
  top: -50px;
  left: 15px;
  width: 60px;
  height: 60px;
  background-image: url('/img/purchaseOrder/hobby/pc/common/charactor/nene_1@2x.png');
}

.form-Button_Chara-nene2::after {
  top: -50px;
  left: 15px;
  width: 60px;
  height: 60px;
  background-image: url('/img/purchaseOrder/hobby/pc/common/charactor/nene_2@2x.png');
}

.form-Button_SubText {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-display: swap;
}

.form-Button_Text-serchBank,
.form-Button-autoAddress {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-display: swap;
}

.form-Button_CharaNene1-list {
  width: 260px;
  padding: 20px 0 30px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  list-style-type: none;
  font-display: swap;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.form-Button_CharaNene1-list li {
  padding: 5px 0;
}
.form-Button_CharaNene1-list li p {
  margin: 0 auto;
}

.form-Button-SearchBank {
  display: inline-block;
  height: 36px;
  text-decoration: none;
}

.form-Button-width150 {
  width: 150px;
}

.form-Button_height60 {
  height: 60px;
}

.form-Content {
  width: 690px;
  margin: 0 auto;
}

.form-Content_Inner {
  width: 470px;
  margin: 0 auto;
}

.form-Content_Wrapper {
  display: flex;
  flex-wrap: wrap;
}

.form-Content_List {
  padding: 0;
  margin: 45px 0 0 0;
  list-style-type: none;
}

.form-Content-hide {
  display: none;
}

.form-Title_Sub {
  height: 40px;
  padding: 8px 0 0 0;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  vertical-align: center;
  background-color: #f2f2f2;
}

.form-Title_SubTriangle {
  position: relative;
  bottom: 0;
  width: 60px;
  margin: 0 auto;
  background: #f2f2f2;
}

.form-Title_SubTriangle::after,
.form-Title_SubTriangle::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  content: ' ';
  border: solid transparent;
}

.form-Title_SubTriangle::after {
  margin-left: -10px;
  border-width: 8px;
  border-top-color: #f2f2f2;
}

.form-Title_SubTriangle::before {
  margin-left: -36px;
  border-width: 36px;
}

.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: #f2f2f2;
}

.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: #ff124b;
  text-align: right;
}

.purchase-Detail_TotalPrice {
  padding: 4px 0 5px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ff124b;
  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: #ff124b;
  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 #ff124b;
  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: #ff124b;
}

.purchase-Summary_TotalPrice {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ff124b;
}

.purchase-Summary_Comment {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.purchase-Summary_Icon {
  position: absolute;
  top: 22px;
  right: 18px;
  bottom: 0;
  color: #ff124b;
}

.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 {
  flex: 1 0 auto;
  margin: 0 auto 17px;
}

.kit-Img_Unit-large {
  width: 177px;
  margin-top: 15px;
}

.kit-Img_Unit-medium {
  width: 162px;
  margin-top: 15px;
}

.kit-Img_Unit-gunpla {
  margin-top: 20px;
  text-align: center;
  img {
    right: 0;
  }
}

.kit-Img_Unit-only {
  width: 137px;
  margin: 28px auto 38px;
}

.kit-Img {
  position: relative;
  top: 0;
  bottom: 0;
}

.kit-Img-large {
  width: 150px;
}

.kit-Img-medium {
  width: 150px;
}

.kit-Img-small {
  top: -10px;
  width: 150px;
}

.kit-Img-only {
  top: -10px;
  right: 24px;
}

.kit-Img_Title {
  place-self: center;
  width: max-content;
  margin: 6px 0 0 4px;
  text-align: center;
}

.kit-Img_Title-small {
  margin: -4px 0 0 6px;
}

.kit-Img_Title-only {
  margin: 0 0 0;
}

.kit-Img_SizeText {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}

.kit-Img_SizeText-large {
  margin: 0 0 0 0;
}

.kit-Img_SizeText-medium {
  margin: 0 0 0 0;
}

.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: space-between;
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.kit-List_Item {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin: 0 auto 20px;
}

.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;
  color: #ff124b;
}

.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-Text_Notice,
.error_Message {
  position: relative;
  padding: 10px 0 10px 55px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #ff124b;
  border: 1px solid #ff124b;
  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/hobby/pc/step/chara_3@2x.png') no-repeat center;
  background-size: 100% auto;
}
.kit-Text_Notice .fa-exclamation-triangle,
.error_Message .fa-exclamation-triangle {
  margin-right: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
.error_Message {
  margin: 2em 0;
  text-align: left !important;
}
.error_Message span {
  display: block;
}

.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: #ff124b;
  border-radius: 3px;
}

.thanks-Wrapper {
  margin: 34px 0 0 0;
}

.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-modal {
  padding: 0 0 0 7px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.78571;
  text-align: center;
}

.thanks-Text-mb25 {
  margin-bottom: 25px !important;
}

.thanks-Text-mb30 {
  margin-bottom: 30px !important;
}

.thanks-Text-pt40 {
  padding-top: 40px !important;
}

.thanks-Text_Medium {
  padding: 0;
  margin: 0 0 35px;
  font-family: 'Noto Sans JP', sans-serif;
  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: #f2f2f2;
}
.thanks-Content::before {
  position: absolute;
  top: -640px;
  bottom: 0;
  /* left: 20px; */
  left: -50px;
  z-index: 2;
  width: 130px;
  height: 155px;
  content: '';
  background: url('/img/purchaseOrder/hobby/pc/step/chara_5@2x.png') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.thanks-Content::after {
  position: absolute;
  top: -640px;
  /* right: 5px; */
  right: -40px;
  bottom: 0;
  z-index: 2;
  width: 147px;
  height: 154px;
  content: '';
  background: url('/img/purchaseOrder/hobby/pc/step/chara_4@2x.png') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.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/hobby/pc/step/chara_5@2x.png') 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/hobby/pc/step/chara_4@2x.png') 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: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
  font-display: swap;
  background-color: #ffd4df;
  box-shadow: 0 6px 6px 0 #dbb6c0 inset;
}

.thanks-Header_Text {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 3rem;
  color: #ff124b;
  text-align: center;
  font-display: swap;
}

.thanks-Header_Text-letterSpace0 {
  letter-spacing: 0;
}

.thanks-Header_TextPosition {
  position: relative;
  top: -4px;
  left: 10px;
}

.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-chara {
  position: relative;
  padding: 23px 20px;
}
.thanks-Message-chara::after {
  position: absolute;
  top: -16px;
  right: -6px;
  display: block;
  width: 221px;
  height: 329px;
  content: '';
  background: url('/img/purchaseOrder/hobby/pc/step/chara_8.png') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.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 {
  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-shipping {
  padding: 30px;
}
.modal-Help-shipping .modaal-content-container {
  width: 290px;
}

.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-assess .modaal-content-container {
  width: 310px;
}
.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: 'Font Awesome 5 Free';
  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: #ff124b;
  text-align: center;
}

.modal-Text-RedBold {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #ff124b;
}

.modal-Recommend .modaal-content-container {
  padding: 0 0 35px 0;
}

.modal-Recommend_Header {
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  font-display: swap;
  background-color: #ffd4e1;
  border-radius: 6px 6px 0 0;
}
.modal-Recommend_Header::after {
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  pointer-events: none;
  content: '';
  border: solid transparent 8px;
  border-top-color: #ffd4e1;
}

.modal-Recommend_HeaderText {
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 80px;
  color: #ff124b;
  text-align: center;
}

.modal-Recommend_Content {
  position: relative;
  padding: 23px 0 0;
  overflow: hidden;
  text-align: center;
}
.modal-Recommend_Content::before {
  position: absolute;
  top: 30px;
  left: -10px;
  width: 125px;
  height: 146px;
  content: '';
  background: url('/img/purchaseOrder/hobby/pc/common/charactor/moe_4-modal@2x.png') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.modal-Recommend_Content::after {
  position: absolute;
  top: 24px;
  right: -10px;
  width: 116px;
  height: 154px;
  content: '';
  background: url('/img/purchaseOrder/hobby/pc/common/charactor/nene_3-modal@2x.png') no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.modal-Recommend_Text {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.modal-Recommend_Text-2 {
  margin: 18px 0;
}

.modal-Recommend_Text-emphasis {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff124b;
}

.modal-Recommend_Submit {
  margin: 0;
}

.modal-HopeTime .modaal-content-container {
  width: auto;
  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-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-content-container {
  width: 540px;
}

.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: 'Font Awesome 5 Free';
  font-weight: 900;
  color: red;
  content: '\F00C';
  background-image: none;
}

.modal-Checkbox-multi {
  display: inline-block;
  min-width: 50%;
}

.modal-Checkbox-optional .custom-control-label::before {
  background-color: #ffffff;
}

.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_DataTitle {
  padding: 0;
  margin: 0 0 28px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.comfirm-Content_Data {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.comfirm-Content_Data-textbody {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 0.875rem;
}

.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;
  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-ChangeAnchor:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  transition: 0.4s;
}

.comfirm-ChangeAnchor-h40 {
  height: 40px;
  padding: 8px 0 0 5px;
}

.result-Header {
  position: relative;
  top: 32px;
  left: 43px;
  z-index: 9999;
  width: 600px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 8px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}

.result-Header_Title {
  display: inline-block;
  padding: 10px 30px;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-display: swap;
  background-color: #ff7194;
  border-radius: 8px 0 0 8px;
}

.result-Header_Num {
  position: relative;
  top: -4px;
  margin: 0 0 0 108px;
}

.result-Header_price {
  position: relative;
  top: -3px;
  margin: 0 0 0 105px;
  font-size: 24px;
  font-size: 1.5rem;

  font-weight: bold;
  color: #ff124b;
}

.result-Header_price-sm {
  font-size: 16px;
  font-size: 1rem;
}

.result-Content {
  position: relative;
  padding: 45px 38px 20px;
  margin: 5px 0 0 0;
  text-align: center;
  border: 6px solid #cccccc;
  border-radius: 0 30px 0 30px;
}

.result-Summary_Title {
  padding: 10px 0 5px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  background-color: #999999;
}

.result-Summary_Table {
  width: 100%;
  background-color: #f2f2f2;
}
.result-Summary_Table tbody {
  display: block;
  padding: 17px 60px 28px;
}

.result-Summary_Row {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.result-Summary_RowTitle {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
}
.result-Summary_RowTitle:nth-last-child(2) {
  display: block;
}

.result-Summary_Campaign {
  padding: 12px 25px 15px 25px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.35714;
  color: #ff124b;
  text-align: left;
  background-color: #ffd4e1;
}

.result-Summary_Number {
  width: 100px;
  padding: 5px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.result-Summary_Number:nth-of-type(1) {
  padding: 0;
}

.result-Summary_Price {
  width: 180px;
  padding: 10px 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ff124b;
  text-align: right;
}

.result-Detail_Btn {
  position: relative;
  width: 600px;
  height: 40px;
  padding: 5px 0;
  margin: 30px auto 0;
  text-align: center;
  border: 2px solid #999999;
  border-radius: 50px;
  box-shadow: 0 11px 16px -6px #e9e9e9 inset;
}
.result-Detail_Btn:hover {
  cursor: pointer;
}

.result-Detail_BtnText {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-display: swap;
}

.result-Summary_Icon {
  position: absolute;
  top: 10px;
  right: 18px;
  bottom: 0;
  color: #999999;
}

.result-Detail_Table {
  width: 100%;
  margin: 20px 0 0 0;
  border: 1px solid #cccccc;
}
.result-Detail_Table tr:nth-child(1) {
  font-weight: bold;
  line-height: 2;
  color: #fff;
  background-color: #999999;
}
.result-Detail_Table tr:nth-child(2n) {
  background-color: #f2f2f2;
}

.result-Detail_Row {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.result-Detail_Figure {
  width: 125px;
  height: 125px;
  margin: 6px;
}

.result-Detail_Image {
  width: 100%;
  height: 100%;
}

.result-Detail_Name {
  width: 300px;
  padding: 0 10px;
  text-align: left;
}

.result-Detail_NameSub {
  display: block;
  margin: 15px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
}

.result-Detail_Price {
  padding: 10px 12px;
}

.result-Detail_PriceNumber {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  font-display: swap;
}

.result-Detail_PriceNumber-sm {
  font-size: 16px;
  font-size: 1rem;
}

.result-Detail_Bonus {
  display: block;
  padding: 3px 10px 1px;
  margin: 2px 0 0 0;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ff124b;
  border: 1px solid #ff124b;
  border-radius: 6px;
}
.result-Detail_Bonus:nth-child(1) {
  margin: 0;
}

.result-Close {
  margin: 16px 0 0 0;
  text-align: center;
  cursor: pointer;
}

.result-Container {
  display: none;
}

.result-Reason_Icon {
  display: inline-block;
  margin: 0 0 0 12px;
}

.result-Reason_Btn {
  display: inline-block;
  padding: 4px 9px 4px 17px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  cursor: pointer;
  background-color: #6cb23c;
  border-radius: 6px;
}

.result-Reason_Text {
  position: absolute;
  max-width: 188px;
  padding: 9px 7px;
  margin: 6px 0 0 12px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  background-color: #ffffff;
  border: 2px solid #6cb23c;
  border-radius: 6px;
}
.result-Reason_Text::before {
  position: absolute;
  top: -18px;
  left: 6px;
  width: 0;
  height: 0;
  margin: auto;
  pointer-events: none;
  content: '';
  border: solid transparent 8px;
  border-top-color: #6cb23c;
  transform: rotateX(180deg);
}

.eco-Header_Title {
  text-align: center;
}

.eco-Header_SubTitle {
  position: absolute;
  top: 0;
  left: 241px;
  display: inline-block;
  padding: 5px 29px;
  color: #fff;
  background-color: #6cb23c;
  border-radius: 0 0 8px 8px;
}

.eco-Container {
  position: relative;
  padding: 50px 25px 28px;
  margin: 30px 0 0 0;
  background: url('/img/purchaseOrder/hobby/pc/step/smile-eco-bg.png') no-repeat top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border: 2px solid #6cb23c;
  border-radius: 6px;
}

.eco-Content {
  margin: 25px 0 0 0;
  text-align: center;
}

.eco-Text {
  margin: 25px 0 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.u-mt--10 {
  margin-top: -10px !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-1 {
  margin-top: 1px !important;
}

.u-mt-2 {
  margin-top: 2px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mt-7 {
  margin-top: 7px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-9 {
  margin-top: 9px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-11 {
  margin-top: 11px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-13 {
  margin-top: 13px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mt-21 {
  margin-top: 21px !important;
}

.u-mt-22 {
  margin-top: 22px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-21 {
  margin-top: 21px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-26 {
  margin-top: 26px !important;
}

.u-mt-27 {
  margin-top: 26px !important;
}

.u-mt-34 {
  margin-top: 34px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-44 {
  margin-top: 44px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-52 {
  margin-top: 52px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-72 {
  margin-top: 72px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-73 {
  margin-top: 73px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-6 {
  margin-bottom: 6px !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-16 {
  margin-bottom: 16px !important;
}

.u-mb-17 {
  margin-bottom: 17px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-mb-19 {
  margin-bottom: 19px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-21 {
  margin-bottom: 21px !important;
}

.u-mb-22 {
  margin-bottom: 22px !important;
}

.u-mb-23 {
  margin-bottom: 23px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-26 {
  margin-bottom: 26px !important;
}

.u-mb-27 {
  margin-bottom: 27px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-33 {
  margin-bottom: 33px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-6 {
  margin-left: 6px !important;
}

.u-ml-7 {
  margin-left: 7px !important;
}

.u-ml-10 {
  margin-left: 10px !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-17 {
  margin-right: 17px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-26 {
  margin-right: 26px !important;
}

.u-mr-28 {
  margin-right: 26px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-6 {
  padding-top: 6px !important;
}

.u-pt-7 {
  padding-top: 7px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-pt-34 {
  padding-top: 34px !important;
}

.u-pb-6 {
  padding-bottom: 6px !important;
}

.u-pb-8 {
  padding-bottom: 8px !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 {
  padding-bottom: 63px !important;
}

.u-pb-84 {
  padding-bottom: 84px !important;
}
.u-pb-100 {
  padding-bottom: 100px !important;
}
.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pr-6 {
  padding-right: 6px !important;
}

.u-pr-11 {
  padding-right: 11px !important;
}

.u-pl-7 {
  padding-left: 7px !important;
}

.u-pr-18 {
  padding-right: 18px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pl-11 {
  padding-left: 11px !important;
}

.u-pl-18 {
  padding-left: 18px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pl-56 {
  padding-left: 56px !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: 35px;
  height: 25px;
  margin-top: 0;
  margin-right: 1vw;
  margin-left: -38px;
  vertical-align: middle;
  content: '';
  background: url(/img/purchaseOrder/hobby/pc/step/calender-icon-package@2x.png) 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/hobby/pc/step/calender-icon-truck@2x.png) 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: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-size: 2rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 3rem;
  color: #ff124b;
  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/hobby/pc/step/chara_3@2x.png') 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/hobby/pc/step/chara_2@2x.png') 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: #ff124b;
  text-align: center;
  background: #ff124b;
  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,
.caution_Message {
  position: relative;
  padding: 10px 0 10px 55px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #5db223;
  border: 1px solid #5db223;
  border-radius: 6px;
}
.kit-Text_Notice::before,
.caution_Message::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 55px;
  margin: auto;
  content: '';
  background: url('/img/purchaseOrder/hobby/pc/step/chara_3@2x.png') 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 {
  margin: 2em 0;
  text-align: left !important;
}
.caution_Message span {
  display: block;
}

/*****
 ダンボール 必要数シミュレーター
 *****/
.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: "Font Awesome 5 Free";
    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: 'Font Awesome 5 Free';
  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%);
}

.simu-Modal_Container {
  position: relative;
  display: block;
}
.simu-Modal_Container figcaption em {
  display: block;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #999999;
}
.simu-Modal_Container .simu-Modal_Text {
  margin: 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.simu-Modal_Container .simu-Modal_Box {
  padding: 6px 10px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  background: #666666;
}
.simu-Modal_Container img {
  width: 100%;
  height: auto;
}

.w600 {
  width: 680px;
  margin-bottom: 70px;
  border: 1px solid #1da1f2;
}

.tac {
  text-align: center;
}

.chara_moe {
  height: 140px;
  margin-left: 20px;
  background: url(/img/purchaseOrder/bg_moe_step9.png) no-repeat left;
}

.sns_tw {
  display: block;
  width: 400px;
  height: auto;
  padding: 10px;
  margin: 40px auto 30px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #1da1f2;
  border-radius: 20px;
}

.sns_tw::after {
  position: absolute;
  top: 415px;
  right: 0;
  left: 49%;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 20px;
  color: #1da1f2;
  content: '▼';
}

.twb a:hover {
  opacity: 0.3;
}

/* 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;
}
.u-mt-30 {
  margin-top: 30px;
}
/*** 重複申込アラートここまで ***/
