.truncate_more {
  padding-top: 0;
}
.orderbox {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 750px;
  width: 100%;
  margin: auto;
  /* margin-top: 50px; */
  color: #111111;
  text-align: left;
  font-size: 16px;
}
.orderbox h1 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 10px;
}
.orderbox .section-ttl {
  font-size: 20px;
  margin: 0;
  margin-bottom: 30px;
  text-align: left;
  color: #6c6c6c;
  font-weight: normal;
}
.orderbox .section-ttl span {
  display: inline-block;
  font-size: 20px;
  padding: 5px 12px;
  background-color: #ffbf4d;
  color: #fff;
  margin-right: 15px;
  vertical-align: middle;
  text-align: center;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.orderbox img {
  display: block;
  max-width: 100%;
  height: auto;
}

.orderbox .section {
  border-top: dashed 1px #ccc;
  padding: 30px 0;
}
.orderbox .color.section {
  border-top: none;
}

.orderbox .color input {
  display: none;
}
.orderbox .color .color-flex-item span {
  display: block;
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px;
}

.orderbox .color label {
  border: 3px solid #fff;
}

.orderbox .color input[type="checkbox"]:checked + label {
  border: 3px solid #ffcd2c;
}

.orderbox .color .color-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}

.orderbox .color .color-flex .color-flex-item {
  flex: 0 0 15.2%;
  display: block;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 20px;
}

.orderbox .color label {
  display: block;
}

.orderbox .color label img {
  margin: auto;
  height: 67px;
  width: 100%;
}

.orderbox .error_empty_color {
  /* margin-top: 30px; */
  display: none;
}
.orderbox .error_empty_height {
  /* margin-top: 30px; */
  display: none;
}
.orderbox .error_empty_width {
  /* margin-top: 30px; */
  display: none;
}
.orderbox .error_empty_open {
  /* margin-top: 30px; */
  display: none;
}
.orderbox .error_empty_fook {
  /* margin-top: 30px; */
  display: none;
}
.orderbox .error_empty_178 {
  margin-top: 30px;
  color: #bf0000;
}
.orderbox .err_rItemUnits {
  /* margin-top: 30px; */
  display: none;
}


.orderbox .choicewidth {
  border: 0px #ccc none;
  background: #f5f5f5;
  padding: 15px 15px;
  max-width: 100%;
  font-size: 16px;
  width: 400px;
  margin-right: 10px;
  -webkit-appearance: none;
  appearance: none; 
  background-image: url(/IMAGE/order_curtain/arrow03.png);
  background-size: 9px 6px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  color: #000;
}
.orderbox .choicewidth::-ms-expand {
display: none; 
}
.orderbox .choicewidth option {
  display: block;
  width: 100%;
  color: #000;
}
.orderbox .size .size-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orderbox .size .size-flex-lft label span {
  display: inline-block;
  width: 6em;
  vertical-align: middle;
}

.orderbox .size .size-flex-lft .cm {
  margin-top: 10px;
  position: relative;
  top: 10px;
}

.orderbox .size-flex-lft-block {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
}

.orderbox .size-flex-lft-block:last-child {
  margin-bottom: 0;
}

.orderbox .size .size-flex-lft input {
  border: 0px #ccc none;
  background: #f5f5f5;
  width: 400px;
  font-size: 16px;
  padding: 15px 0;
  margin-right: 10px;
  text-indent: 18px;
}

.orderbox .open .open-flex {
  display: flex;
  justify-content: space-between;
}

.orderbox .open .open-flex-item {
  width: 100%;
}

.orderbox .open .open-flex-item:first-child {
  margin-right: 20px;
}

.orderbox .open .select_inner {
  border: 4px solid #efefef;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.orderbox .open .select_inner span {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #bf0000;
}
.orderbox .open .select_inner span {
  font-size: 12px;
}
.orderbox .open .select_inner img {
  margin-right: 20px;
}

.orderbox .open input {
  display: none;
}

.orderbox .open input[type="checkbox"]:checked + label {
  border: 4px solid #ffcd2c;
}

.orderbox .fook .fook-flex {
  display: flex;
  justify-content: space-between;
}

.orderbox .fook .fook-flex-item {
  width: 100%;
}

.orderbox .fook .fook-flex-item div {
  font-size: 20px;
}

.orderbox .fook .fook-flex-item div span {
  font-size: 14px;
}

.orderbox .fook .fook-flex-item:first-child {
  margin-right: 20px;
}

.orderbox .fook .select_inner {
  border: 4px solid #efefef;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.orderbox .fook .select_inner img {
  margin-right: 20px;
}

.orderbox .fook .select_inner span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}

.orderbox .fook input {
  display: none;
}

.orderbox .fook input[type="checkbox"]:checked + label {
  border: 4px solid #ffcd2c;
}

.orderbox .numbersheet .numbersheet-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.orderbox .numbersheet-txt {
  margin-right: 5px;
  font-size: 20px;
}

.orderbox .numbersheet select {
  font-size: 20px;
  padding: 10px 5px;
  border: 3px solid #eeeeee;
  text-align: center;
  width: 140px;
  height: 60px;
  margin-left: 20px;
  -webkit-appearance: none;
  appearance: none; 
  background-image: url(/IMAGE/order_curtain/arrow03.png);
  background-size: 9px 6px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  color: #000;
}
.orderbox .numbersheet select::-ms-expand {
  display: none; 
}

.orderbox .price {
  max-width: 740px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
}

.orderbox .price .price-txt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 0.5em 0;
  font-size: 20px;
}

.orderbox .price .price-txt {
  border: solid 5px #ffcd2c;
  padding: 15px 0 20px;
}

.orderbox .price .price-txt01 {
  margin-right: 20px;
}

.orderbox .price .price-txt02 {
  color: #bf0000;
  font-size: 30px;
}

.orderbox .price .price-txt04 {
  color: #bf0000;
}

.orderbox #comfirm_text {
  margin: 40px auto;
  border: 4px solid #bf0000;
  padding: 50px;
}

.orderbox #comfirm_text .comfirm_text_ttl {
  display: flex;
  align-items: center;
  color: #bf0000;
  font-size: 20px;
  border-bottom: 1px solid #bf0000;
  padding-bottom: 15px;
  margin-bottom: 5px;
  font-weight: normal;
}

.orderbox #comfirm_text p {
}

.orderbox #comfirm_text .display_result_item {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}

.orderbox #comfirm_text .fix_txt {
  text-align: center;
}

.orderbox .purchase_send_btn_true {
  display: none;
}
.orderbox .purchase_send_btn_false {
  display: block;
}
.orderbox #comfirm_text .purchase_send_btn {
  background-color: gray !important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  border-radius: 100px;
  font-size: 20px;
  background-image: url(/IMAGE/order_curtain/arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 9px;
  background-position: center right 20px;
}

.orderbox #comfirm_text .purchase_send_btn img {
  margin-right: 5px;
}

.orderbox #comfirm_text .purchase_send_btn_understand {
  background-color: #bf0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  width: 100%;
  margin: auto;
  padding: 20px 0;
  border-radius: 100px;
  font-size: 20px;
  background-image: url(/IMAGE/order_curtain/arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 9px;
  background-position: center right 20px;
}
.orderbox #comfirm_text .purchase_send_btn_understand img {
  margin-right: 5px;
}

.orderbox .understand_check_box {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  vertical-align: middle;
}

.orderbox #comfirm_text .fix_txt {
  color: #bf0000;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.orderbox #understand_check {
  padding: 10px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.orderbox .error {
  color: #bf0000;
}

.orderbox .error_empty {
  color: #bf0000;
}

.orderbox .modal_open_btn {
  display: inline-block;
  cursor: pointer;
  padding-top: 30px;
}

.orderbox .modal_contents {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 16px;
}

.orderbox .modal_contents_bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.orderbox .modal_contents_wrap {
  max-width: 1000px;
  position: fixed;
  /*top: 5%;*/
  bottom: 10%;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 70%;
  height: auto;
  margin: auto;
  padding: 55px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.orderbox .modal_close_btn {
  display: inline-block;
  cursor: pointer;
}

.orderbox .modal_contents_img {
  max-width: 890px;
  width: 100%;
  margin: auto;
}

.orderbox .modal_contents_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 16px;
}

.orderbox .modal_price {
  text-align: left;
  color: #bf0000;
  font-size: 20px;
}

.orderbox .modal_contents_list li:first-child {
  font-weight: bold;
  border-bottom: 1px solid #bf0000;
  color: #bf0000;
  padding: 25px 0 10px;
  font-size: 20px;
  margin-bottom: 15px;
}
.orderbox .modal_contents_list li {
  padding: 10px 0;
}
.orderbox .modal_contents .display_choicewidth {
  margin-top: 30px;
}

.orderbox .modal_price02 {
  font-size: 30px;
}
.orderbox .modal_price {
  margin-top: 20px;
  margin-bottom: 10px;
}
.orderbox .modal_btn_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.orderbox .go-order {
  flex: 0 0 48%;
  background-color: #bf0000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  width: 100%;
  height: 60px;
  border-radius: 100px;
  background-image: url(/IMAGE/order_curtain/arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 9px;
  background-position: center right 20px;
}
.orderbox .go-order img {
  margin-right: 5px;
}
.orderbox .go-order .normal {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
}
.orderbox .modal_close_btn {
  flex: 0 0 48%;
  background-color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  width: 100%;
  border-radius: 100px;
  height: 60px;
  background-image: url(/IMAGE/order_curtain/arrow02.png);
  background-repeat: no-repeat;
  background-size: 6px 9px;
  background-position: center left 20px;
}
.orderbox .modal_contents_img {
  max-width: 890px;
  width: 100%;
  display: block;
  height: auto;
}
.orderbox .display_choicecolor {
  display: inline-block;
}
.orderbox .display_choicecolor_img {
  margin-left: 10px;
  position: relative;
  top: 15px;
}
.orderbox .display_result .display_choicecolor_img {
  top: 6px;
}
.orderbox .display_choicecolor_img img {
  max-width: 77px;
  width: 100%;
  display: inline-block;
}
.orderbox .modal_contents_list img {
  max-width: 100px;
}
.orderbox .display_choicecolor_img span {
  display: none;
}
.orderbox .err_rItemUnits span {
  display: block;
  text-align: center;
}
.orderbox .modal_contents_ttl {
  font-size: 15px;
  padding-bottom: 15px;
}
.orderbox .modal_contents_list li {
  float: none;
}
.orderbox .pcv {
  display: block;
}
.orderbox .spv {
  display: none;
}
@media (min-width: 1px) and (max-width: 749px) {
  .orderbox {
    width: 95%;
    margin: auto;
  }
  .orderbox h1 {
    font-size: 15px;
    /* margin-top: 30px; */
  }
  .orderbox .section {
    padding: 3vw 0;
  }
  .orderbox .section-ttl {
    font-size: 13px;
    margin-bottom: 2vw;
  }
  .orderbox .section-ttl span {
    padding: 3px 8px;
    font-size: 14px;
    margin-right: 5px;
  }
  .orderbox .color label img {
    height: 50px;
  }
  .orderbox .color .color-flex  {
    margin-bottom: 0;
  }
  .orderbox .color .color-flex .color-flex-item {
    flex: 0 0 33%;
    margin-bottom: 2vw;
  }
  .orderbox .color .color-flex-item span {
    font-size: 11px;
  }
  .orderbox .size .size-flex {
    display: block;
  }
  .orderbox .choicewidth {
    margin: 0;
    padding: 15px 10px;
    width: 80%;
  }
  .orderbox .choiceheight {
    padding: 10px 0;
    width: 70%;
    font-size: 12px;
  }
  .orderbox .size .size-flex-lft label span {
    display: block;
    font-size: 12px;
    width: auto;
  }
  .orderbox .size .size-flex-lft .cm {
    font-size: 12px;
    margin-left: 10px;
  }
  .orderbox .size-flex-rig img {
    margin: auto;
  }
  .orderbox .size-flex-lft-block label {
    flex: 0 0 65px;
  }
  .orderbox .open .open-flex-item:first-child {
    margin-right: 0;
  }
  .orderbox .open-flex-item {
    flex: 0 0 48%;
    text-align: center;
    margin: 0;
  }
  .orderbox .open-flex-item div {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
  }
  .orderbox .open-flex-item img {
    max-width: 80px;
    width: 100%;
  }
  .orderbox .open .select_inner span {
    font-size: 10px;
  }
  .orderbox .open .select_inner {
    border: 2px solid #efefef;
    display: block;
    padding: 10px;
    height: 138px;
  }
  .orderbox .open input[type="checkbox"]:checked + label {
    border: 2px solid #ffcd2c;
  }
  .orderbox .open .select_inner img {
    margin: 0 auto;
  }
  .orderbox .fook .fook-flex-item:first-child {
    margin-right: 0;
  }
  .orderbox .fook .select_inner {
    display: block;
    border: 2px solid #efefef;
  }
  .orderbox .fook input[type="checkbox"]:checked + label {
    border: 2px solid #ffcd2c;
  }
  .orderbox .fook .select_inner {
    padding: 10px;
  }
  .orderbox .fook .select_inner img {
    max-width: 80px;
    width: 100%;
    margin: auto;
  }
  .orderbox .fook .fook-flex-item {
    flex: 0 0 48%;
  }
  .orderbox .fook .fook-flex-item div {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
  .orderbox .fook .fook-flex-item div span {
    font-size: 10px;
    margin-top: 2px;
  }
  .orderbox .fook .section {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: dashed 1px #ccc;
  }
  .orderbox .numbersheet select {
    width: 100px;
    height: 50px;
    margin-left: 10px;
  }
  .orderbox .numbersheet-txt {
    font-size: 12px;
  }
  .orderbox .numbersheet select {
    font-size: 15px;
  }
  .orderbox #comfirm_text {
    border: 2px solid #bf0000;
  }
  .orderbox #comfirm_text .fix_txt {
    font-size: 15px;
  }
  .orderbox .price {
    margin-top: 5vw;
  }
  .orderbox .price .price-txt {
    width: 80%;
    margin: auto;
    flex-flow: row wrap;
    border: 3px solid #ffcd2c;
    padding: 10px 0;
  }
  .orderbox .price .price-txt01 {
    flex: 0 0 100%;
    display: block;
    text-align: center;
    margin: 0;
    font-size: 14px;
  }
  .orderbox .price .price-txt02 {
    font-size: 20px;
  }
  .orderbox .price-txt03 {
    font-size: 14px;
  }
  .orderbox .price-txt04 {
    font-size: 14px;
  }
  .orderbox .modal_contents_list li {
    font-size: 14px;
    line-height: 1.2;
  }
  .orderbox .display_choicecolor_img img {
    max-width: 40px;
    position: relative;
    top: 5px;
  }
  .orderbox .modal_contents {
    height: auto;
  }
  .orderbox .modal_contents_list .display_choicecolor_img img {
    position: relative;
    top: -10px;
  }
  .orderbox .modal_price {
    font-size: 12px;
    color: #bf0000;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .orderbox .go-order .normal span {
    font-size: 14px;
  }
  .orderbox .modal_contents_ttl {
    font-size: 14px;
  }
  .orderbox .go-order {
    margin: auto;
    margin-top: 10px;
  }
  .orderbox .modal_close_btn {
    font-size: 13px;
  }
  .orderbox .go-order .normal {
    font-size: 13px;
  }
  .orderbox .modal_contents_wrap {
    padding: 20px;
    width: 95%;
    height: 635px;
    bottom: auto;
    margin-bottom: 100px;
  }
  .orderbox .size .size-flex-lft input {
    display: inline-block;
    width: 80%;
    padding: 15px 0;
    margin: 0;
    font-size: 16px;
    text-indent: 10px;
  }
  .orderbox .size .size-flex-lft input::placeholder {
    font-size: 11px;
  }
  .orderbox #comfirm_text .comfirm_text_ttl {
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 5px;
  }
  .orderbox #comfirm_text p {
    font-size: 14px;
  }
  .orderbox .err_rItemUnits {
    text-align: center;
  }

  .orderbox #comfirm_text {
    padding: 15px;
    margin-top: 3vw;
  }
  .orderbox #comfirm_text .display_result_item {
    padding: 10px 0;
    font-size: 12px;
  }
  .orderbox #comfirm_text .fix_txt {
    font-size: 13px;
  }
  .orderbox #comfirm_text p {
    font-size: 12px;
  }
  .orderbox #comfirm_text .purchase_send_btn {
    font-size: 13px;
  }
  .orderbox #comfirm_text .purchase_send_btn_understand {
    font-size: 13px;
  }
  .orderbox #understand_check {
    margin-top: 0;
    width: 12px;
    height: 12px;
  }
  .orderbox .understand_check_box {
    font-size: 12px;
  }
  .orderbox .display_result .display_choicecolor_img {
    top: 0;
  }
  .orderbox .modal_contents_list li {
    padding: 5px 0;
    font-size: 12px;
  }
  .orderbox .modal_contents_list li:first-child {
    width: 100%;
    font-size: 15px;
  }
  .orderbox .modal_contents .display_choicewidth {
    margin-top: 0;
  }
  .orderbox .modal_contents_bg {
    position: fixed;
    top: 0;
    left: 0;
  }
  .orderbox .modal_contents_list li {
    float: none;
    padding: 5px 0;
  }
  .orderbox .modal-sp-botom-margin {
    background: transparent;
    padding-bottom: 120px;
  }
  .orderbox .modal_btn_flex {
    display: block;
    margin-top: 10px;
  }
  .orderbox .modal_price02 {
    font-size: 20px;
  }
  .orderbox .pcv {
    display: none;
  }
  .orderbox .spv {
    display: block;
  }  
  .orderbox .error_empty {
    color: #bf0000;
    margin-top: 3vw;
  }
}
