.order_01 {
  border: 5px #0097ff solid;
  border-radius: 10px;
  box-sizing: border-box;
  background: #FFF;
  height: 600px;
  overflow-y: auto;
}
.order_01_sp {display: none;}
.order_01 img {
  width: 100%;
}
.area_check {
  text-align: center;
  margin: 6px 0px 0px 0px;
}
.area_check > label {
  display: inline-block;
  border: solid 2px #3498db;
  background-color: #FFF;
  border-radius: 5px;
  padding: 8px 10px 8px 40px;
  color: #3498db;
  font-size: 20px;
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.area_check > input {
    margin: 0 -30px 0 30px;
    z-index: 100;
    position: relative;
}
.area_check > input[type="checkbox"]:checked + label {
  border: solid 2px #FFF;
  background-color: #3498db;
  border-radius: 5px;
  color: #FFF;
}
.no_checked_wrap {
  height: 3px;
}
ul.nextcheck_area {
  text-align: center;
}
p.final_confirm {
  text-align: center;
  font-size: 1.2em;
  padding: 0vw 1vw;
  margin: 9px 0px 0px 0px;
  color: #f00;
  font-weight: bold;
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#select_end_wrap {
  text-align: -webkit-center;
}
.button {
  background: url(/shopping/common/dynamic/product_detail/img/button_cart04_off.png);
	background-repeat: no-repeat;
	background-size: 100%;
  max-width: 477px;
	width: 100%;
  height: 75px;
  margin: 10px auto;
  display: block;
}

@media screen and (max-width:639px) {
	.order_01 {display: none;}
	.order_01_sp {display: block !important;}
	.order_01_sp {border:0.8vw #0097ff solid;border-radius:2vw;box-sizing:border-box;background:#FFF;height:300px;overflow-y:auto; padding: 0 4vw;}
}