/* reset.scss start*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* reset.scss end*/
/* setting.scss start*/
body {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #050505;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #050505;
  text-decoration: none;
}
a:hover, a:visited, a:focus {
  color: #050505;
  text-decoration: none;
}

/*input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}*/
.boxwrap {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .boxwrap {
    width: 94%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.orderFormArea-mv img, .orderFormArea-2culumn_img img, .orderFormArea-bannerArea img {
  width: 100%;
  height: auto;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 568px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp {
    display: block !important;
  }
}

.ipad {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ipad {
    display: block !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.ipadPro_sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_sp {
    display: block !important;
  }
}

.ipadPro_pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_pc {
    display: none !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.pc_inline {
  display: inline-block !important;
}
@media screen and (max-width: 568px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp_inline {
    display: inline-block !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

* {
  min-width: 0;
  min-height: 0;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

/* setting.scss end*/
#order_form {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1024px) {
  #order_form {
    margin-top: 0;
    width: 100%;
  }
}

#order_sys {
  margin: 0 auto 0px auto;
}

@media screen and (max-width: 1024px) {
  .orderFormArea .sp_wrapArea {
    width: 94%;
    margin: 0 auto;
  }
}

.orderFormArea-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 10px solid #fceee3;
	padding: 10px 0;
}

.orderFormArea-logo img {
	width: 30%;
	padding-top: 1.5%;
}

.orderFormArea-logo span {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.orderFormArea-logo {
		border-top: 15px solid #fceee3;
	}
	
	.orderFormArea-logo img {
		width: 47%;
		padding-top: 2.5%;
	}
}

.orderFormArea-mv {
  position: relative;
  margin-bottom: 50px;
}
/*
.orderFormArea-mv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 175px 0 175px;
  border-color: #fdede4 transparent transparent transparent;
}
*/
@media screen and (max-width: 768px) {
  .orderFormArea-mv::after {
    display: none;
  }
}
.orderFormArea-mv_chach {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .orderFormArea-mv_chach {
    font-size: 5vw;
  }
}
.orderFormArea-mv_chach .alesta {
  display: block;
  font-size: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 568px) {
  .orderFormArea-mv_chach .alesta {
    font-size: 4vw;
  }
}
.orderFormArea-mv_chach .alesta::before, .orderFormArea-mv_chach .alesta::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 80px;
  background-color: #333333;
  vertical-align: middle;
  margin-top: -12px;
}
.orderFormArea-mv_chach .alesta::before {
  margin-right: 25px;
}
.orderFormArea-mv_chach .alesta::after {
  margin-left: 15px;
}
.orderFormArea-mv_chach .big {
  font-size: 42px;
}
@media screen and (max-width: 568px) {
  .orderFormArea-mv_chach .big {
    font-size: 6vw;
  }
}
.orderFormArea-mv_chach .orange {
  color: #e75400;
}
.orderFormArea-sankaku {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 568px) {
  .orderFormArea-sankaku {
    margin-bottom: 80px;
  }
}
.orderFormArea-sankaku::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 180px;
  height: 70px;
  background-image: url("../images/arrow_sankaku.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 568px) {
  .orderFormArea-sankaku::after {
    bottom: -50px;
    width: 100px;
    height: 30px;
  }
}
.orderFormArea-sankaku_border {
  border-bottom: 1px solid #ccc;
}
.orderFormArea_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e75400;
  width: 100%;
}
.orderFormArea_title.black {
  border-bottom: 1px solid #333333;
}
.orderFormArea_title.black .orderFormArea_chach {
  color: #333333;
}
.orderFormArea_label {
  background-color: #e75400;
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
  line-height: 1;
  margin-right: 20px;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.orderFormArea_chach {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  color: #e75400;
}
@media screen and (max-width: 568px) {
  .orderFormArea_chach {
    font-size: 19px;
  }
}

.orderFormArea_mainTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 0
  width: 100%;
}
.orderFormArea_mainTitle .orderFormArea_label {
  background-color: transparent;
  color: #e75400;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  line-height: 1;
  margin-right: 20px;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.orderFormArea_mainTitle .orderFormArea_label:after {
  content: ':';
  padding-left: .5em;
}
.orderFormArea_mainTitle .orderFormArea_chach {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  color: #e75400;
}
@media screen and (max-width: 568px) {
  .orderFormArea_mainTitle .orderFormArea_chach {
    font-size: 19px;
  }
}

.orderFormArea-text {
  font-size: 16px;
  margin-bottom: 30px;
}
.orderFormArea .orderFormArea-linkLong {
  color: #fff;
}
.orderFormArea-linkLong {
  background-color: #d7b77e;
  display: block;
  padding: 14px 20px;
  border-radius: 5px;
  font-size: 14px;
  width: 370px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .orderFormArea-linkLong {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-linkLong {
    width: 88%;
  }
}
.orderFormArea-linkLong::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23fff' d='m24 30.75-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 28px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.orderFormArea-linkLong, .orderFormArea #goal .submit-wrap .submit {
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

.orderFormArea-linkLong:hover, .orderFormArea #goal .submit-wrap .submit:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.orderFormArea #goal .submit-wrap {
  margin-top: 20px;
  width: 370px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .orderFormArea #goal .submit-wrap {
    width: 88%;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea #goal .submit-wrap {
    margin: 20px auto 0;
    width: 100%;
  }
}
.orderFormArea #goal .submit-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23fff' d='m24 30.75-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 28px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.orderFormArea #goal .submit-wrap_small {
  font-size: 11px;
  margin-top: 20px;
}
.orderFormArea #goal .submit-wrap .submit {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  height: inherit;
  font-size: inherit;
	display: block;
  padding: 20px 20px !important;
  margin-bottom: 0;
  border: none;
  text-indent: inherit;
  white-space: inherit;
  overflow: unset;
  background: #d7b77e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}


.submit-btn-wrap {
  margin: 30px 0;
  text-align: right;
}

.submit-btn-wrap a.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 30px 60px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  background: #e94919;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

.submit-btn-wrap a.btn span {
  font-size: 18px;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.submit-btn-wrap a.btn span:before,
.submit-btn-wrap a.btn span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

.submit-btn-wrap a.btn span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

.submit-btn-wrap a.btn span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.submit-btn-wrap a.btn:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

@media screen and (max-width: 568px) {
	.submit-btn-wrap {
		text-align: center;
	}
	
	.submit-btn-wrap a.btn {
		width: 100%;
		padding: 30px 15px 15px;
	}
}

.orderFormArea .orderFormArea-linkSmall {
  color: #fff;
}
.orderFormArea-linkSmall {
  background-color: #d7b77e;
  display: block;
  padding: 14px 20px;
  border-radius: 5px;
  font-size: 14px;
  width: 170px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .orderFormArea-linkSmall {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .orderFormArea-linkSmall {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-linkSmall {
    width: 88%;
    font-size: 3.2vw;
    padding: 14% 8%;
  }
}
.orderFormArea-linkSmall:hover {
  background-color: #b38a41;
}
.orderFormArea-linkSmall.active {
  background-color: #b38a41;
}
.orderFormArea-linkSmall.active::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23fff' d='M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Zm0-3q7.1 0 12.05-4.975Q41 31.05 41 24q0-7.1-4.95-12.05Q31.1 7 24 7q-7.05 0-12.025 4.95Q7 16.9 7 24q0 7.05 4.975 12.025Q16.95 41 24 41Zm0-17Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 568px) {
  .orderFormArea-linkSmall.active::before {
    width: 4vw;
    height: 4vw;
    margin-right: 2%;
  }
}
.orderFormArea-linkSmall.active::after {
  display: none;
}
.orderFormArea-linkSmall::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23fff' d='m24 30.75-12-12 2.15-2.15L24 26.5l9.85-9.85L36 18.8Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 28px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 568px) {
  .orderFormArea-linkSmall::after {
    width: 20px;
    height: 6px;
    right: 3%;
  }
}
.orderFormArea-step1_group {
  background-color: #fdeee5;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-step1_group {
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-step1_group {
    padding: 5%;
  }
}
.orderFormArea-step1_groupTitle {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #e75400;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #e75400;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-step1_groupTitle {
    display: inline;
  }
}
.orderFormArea-step1_groupSub {
  font-size: 12px;
  color: #e75400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-step1_groupSub {
    text-align: left;
    margin-top: 10px;
  }
}
.orderFormArea-step1_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 0;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-step1_list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.orderFormArea-step1_list li {
  margin: 0 10px;
}
@media screen and (max-width: 1100px) {
  .orderFormArea-step1_list li {
    width: 18.4%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .orderFormArea-step1_list li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .orderFormArea-step1_list li {
    width: 32%;
  }
  .orderFormArea-step1_list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .orderFormArea-step1_list li .orderFormArea-linkSmall {
    width: 100%;
    margin-bottom: 0;
  }
}
.orderFormArea-checkFlex {
  width: 100%;
}

.orderFormArea-checkFlex div {
  width: 15.33%;
  margin-right: 1.6%;
  margin-bottom: 1.6%;
  position: relative;
}
.orderFormArea-checkFlex div:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .orderFormArea-checkFlex div {
    width: 23.8%;
  }
  .orderFormArea-checkFlex div:nth-of-type(4n) {
    margin-right: 0;
  }
  .orderFormArea-checkFlex div:nth-of-type(6n) {
    margin-right: 1.6%;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-checkFlex div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .orderFormArea-checkFlex div:nth-of-type(2n) {
    margin-right: 0;
  }
}

.orderFormArea-checkFlex4 div {
  width: 23.8%;
  margin-right: 1.6%;
  margin-bottom: 1.6%;
  position: relative;
}
.orderFormArea-checkFlex4 div:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 568px) {
  .orderFormArea-checkFlex4 div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .orderFormArea-checkFlex4 div:nth-of-type(2n) {
    margin-right: 0;
  }
}

.orderFormArea-checkBorderWrap > .orderFormArea-checkFlex {
  position: relative;
  width: 35.46%;
  padding: 2.4% 1.6% 1.6%;
  margin-right: 1.6%;
  margin-bottom: 2.8%;
  border: 1px solid #ccc;
}

.orderFormArea-checkBorderWrap > .orderFormArea-checkFlex:nth-child(3n) {
  margin-right: 0;
}

.orderFormArea-checkBorderWrap > .orderFormArea-checkFlex > div {
  width: 47.52%;
  margin-right: 4.9%;
  margin-bottom: 0;
}

.orderFormArea-checkBorderWrap > .orderFormArea-checkFlex > div:nth-child(2n+1) {
  margin-right: 0;
}

.orderFormArea-checkBorderWrap > .orderFormArea-checkFlex > div.orderFormArea-checkBorderTitle {
  display: inline;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  margin-right: 0;
  padding: 0 10px;
  background: #fff;
  white-space: nowrap;
  transform: translateX(-50%) translateY(-50%);
}

.orderFormArea-checkBorderWrap > .orderFormArea-checkFlex > div.orderFormArea-checkBorderNotice {
  display: inline;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  margin-right: 0;
  text-align: center;
  transform: translateX(-50%);
}

@media screen and (max-width: 568px) {
  .orderFormArea-checkBorderWrap > .orderFormArea-checkFlex {
    width: auto;
    padding: 4.8% 3.6% 3.6%;
	margin-top: 5.2%;
    margin-right: 0;
	margin-bottom: 5.2%;
  }
  
  .orderFormArea-checkBorderWrap > .orderFormArea-checkFlex:last-child {
  }
}

.orderFormArea-checkBox > div.active:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23fff' d='M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Zm0-3q7.1 0 12.05-4.975Q41 31.05 41 24q0-7.1-4.95-12.05Q31.1 7 24 7q-7.05 0-12.025 4.95Q7 16.9 7 24q0 7.05 4.975 12.025Q16.95 41 24 41Zm0-17Z'/%3E%3C/svg%3E");
	background-size: 45px 45px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px;
}

.orderFormArea-checkBox.nodiv .checkActive {
  display: none;
}

.orderFormArea-checkBox div input {
  width: 100%;
  height: 100%;
}

.orderFormArea-checkBox div input:disabled {
  cursor: not-allowed;
}

.orderFormArea-checkBox div img {
  opacity: 0;
}
.orderFormArea-checkBox div img.cabinet_check {
  opacity: 1;
}
.orderFormArea-checkBox div .checkActive {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.orderFormArea-checkBox div .checkActive::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23fff' d='M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Zm0-3q7.1 0 12.05-4.975Q41 31.05 41 24q0-7.1-4.95-12.05Q31.1 7 24 7q-7.05 0-12.025 4.95Q7 16.9 7 24q0 7.05 4.975 12.025Q16.95 41 24 41Zm0-17Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.orderFormArea-checkBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-checkBtn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.orderFormArea-checkBtn.culumn3 > div {
  margin-right: 2%;
  position: relative;
  margin-bottom: 2%;
  width: 32%;
}
/*
@media screen and (max-width: 1024px) {
  .orderFormArea-checkBtn.culumn3 > div {
    width: 49%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .orderFormArea-checkBtn.culumn3 > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
*/
.orderFormArea-checkBtn.culumn3 > div:nth-of-type(3n) {
  margin-right: 0px;
}
.orderFormArea-checkBtn.culumn3 input {
  width: 100%;
  text-align: center;
}

.orderFormArea-checkBtn.culumn4 > div {
  margin-right: 2%;
  position: relative;
  margin-bottom: 2%;
  width: 23.5%;
}

.orderFormArea-checkBtn.culumn4 > div:nth-of-type(4n) {
  margin-right: 0px;
}

.orderFormArea-checkBtn.culumn4 input {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .orderFormArea-checkBtn.culumn4 > div {
    width: 49%;
    margin-bottom: 15px;
  }

  .orderFormArea-checkBtn.culumn4 > div:nth-of-type(2n) {
    margin-right: 0px;
  }
}

.orderFormArea-checkBtn_button {
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}
.orderFormArea-checkBtn_button:nth-of-type(6n) {
  margin-right: 0px;
}
@media screen and (max-width: 1100px) {
  .orderFormArea-checkBtn_button {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .orderFormArea-checkBtn_button:nth-of-type(3n) {
    margin-right: 0;
  }
}
.orderFormArea-checkBtn input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #d7b77e;
  display: block;
  padding: 16px 20px;
  border-radius: 5px;
  font-size: 14px;
  width: 165px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  height: 52px;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .orderFormArea-checkBtn input {
    width: 100%;
  }
}

.orderFormArea-checkBtn input:hover {
  background-color: #b38a41;
}

.orderFormArea-checkBtn .active input {
  background-color: #b38a41;
  /*padding-left: 50px;*/
}

@media screen and (max-width: 568px) {
  .orderFormArea-checkBtn .active input {
    /*padding-left: 40px;*/
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.orderFormArea-checkBtn .checkActive {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23fff' d='M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Zm0-3q7.1 0 12.05-4.975Q41 31.05 41 24q0-7.1-4.95-12.05Q31.1 7 24 7q-7.05 0-12.025 4.95Q7 16.9 7 24q0 7.05 4.975 12.025Q16.95 41 24 41Zm0-17Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 6px;
  top: 12px;
  left: 20px;
}
@media screen and (max-width: 568px) {
  .orderFormArea-checkBtn .checkActive {
    left: 10px;
  }
}
.orderFormArea-checkBtn img {
  opacity: 0;
}

.orderFormArea-stepWrap {
  margin-bottom: 100px;
}

@media screen and (max-width: 568px) {
  .orderFormArea-stepWrap {
    margin-bottom: 60px;
  }
}

.orderFormArea-stepBox {
  margin-bottom: 50px;
}

.orderFormArea-step2-3.close {
	display: none;
}

.orderFormArea-stepBox.close {
	display: none;
}

.orderFormArea-stepBox .close {
	display: none;
}

.orderFormArea-selectAnswer {
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 15px;
}
.orderFormArea-selectAnswer_title {
  background-color: #e75400;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  padding: 10px 30px;
  letter-spacing: 0.05em;
}
.orderFormArea-selectAnswer_text {
  padding: 20px 30px;
  font-size: 17px;
}
.orderFormArea-2culumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.orderFormArea-2culumn.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderFormArea-2culumn_img {
  width: 35%;
}
@media screen and (max-width: 568px) {
  .orderFormArea-2culumn_img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .orderFormArea-2culumn_img .orderFormArea-linkLong {
    margin-top: 30px;
  }
}
.orderFormArea-2culumn_img.img2culumn img {
  width: 49%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .orderFormArea-2culumn_img.img2culumn img {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-2culumn_img.img2culumn img {
    width: 49%;
  }
}
.orderFormArea-2culumn_img.long {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .orderFormArea-2culumn_img.long {
    width: 100%;
  }
}
.orderFormArea-2culumn_text {
  width: 60%;
  font-size: 16px;
}
.orderFormArea-2culumn_text .orderFormArea-linkLong {
  margin: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-2culumn_text .orderFormArea-linkLong {
    width: 88%;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-2culumn_text .orderFormArea-linkLong {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-2culumn_text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}

.orderFormArea-setting2column {
	margin-bottom: 50px;
	display: flex;
	text-align: center;
}

.orderFormArea-setting2columnLeft {
	width: 49%;
	margin-right: 2%;
}

.orderFormArea-setting2columnRight {
	width: 49%;
}

.orderFormArea-setting2column .settingName {
	font-size: 17px;
	font-weight: 500;
}

.orderFormArea-setting2column .settingImg {
}

.orderFormArea-setting2column .settingImg img {
	width: 100%;
}

@media screen and (max-width: 568px) {
	.orderFormArea-setting2column {
		display: block;
	}
	
	.orderFormArea-setting2columnLeft {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.orderFormArea-setting2columnRight {
		width: auto;
	}
}

.orderFormArea .small {
  font-size: 0.7em;
  line-height: unset;
}

.orderFormArea .large {
  font-size: 1.2em;
  line-height: unset;
}

.orderFormArea .strong {
  font-weight: 700;
}

.orderFormArea .bg-grey {
  padding: 2px 5px;
  font-size: 1.2em;
  font-weight: 700;
  background-color: #999;
  color: #fff;
}

.orderFormArea .bg-orange {
  padding: 2px 5px;
  font-weight: 700;
  background-color: #e75400;
  color: #fff;
  white-space: nowrap;
}

.orderFormArea .orange {
  color: #e75400;
}

.orderFormArea .red {
  color: #ff0000;
}

.orderFormArea .step4 [data-show].open, .orderFormArea .step5 [data-show].open {
  width: 100%;
}
.orderFormArea-tab {
  background-color: #fbf8f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
}
.orderFormArea-tab.tab-culumn3 > div {
  width: 33.333%;
}
.orderFormArea-tab.tab-culumn3 > div:nth-of-type(3) .checkActive {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  width: calc(100% + 2px);
}
.orderFormArea-tab.tab-culumn3 > div:nth-of-type(3)::after {
  display: none;
}
.orderFormArea-tab.tab-culumn2 > div {
  width: 50%;
}
.orderFormArea-tab.tab-culumn2 > div:nth-of-type(2) .tabStyle.active::after {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
}
.orderFormArea-tab.tab-culumn2 > div:nth-of-type(2)::after {
  display: none;
}
.orderFormArea-tab > div {
  width: 25%;
  text-align: center;
  position: relative;
}
.orderFormArea-tab > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 36px;
  background-color: #cccccc;
}
.orderFormArea-tab > div:nth-of-type(2) .checkActive, .orderFormArea-tab > div:nth-of-type(3) .checkActive {
  border-top-left-radius: 5px;
  border-left: 1px solid #cccccc;
}
.orderFormArea-tab > div:nth-of-type(4) .checkActive {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
}
.orderFormArea-tab > div:nth-of-type(4)::after {
  display: none;
}
.orderFormArea-tab .checkActive {
  position: absolute;
  background-color: #fff;
  top: 4px;
  left: -1px;
  width: calc(100% + 1px);
  height: calc(100% - 2px);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top-right-radius: 5px;
}
.orderFormArea-tab input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px 0;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 568px) {
  .orderFormArea-tab input {
    font-size: 14px;
  }
}
.orderFormArea-tab input.active {
  z-index: 1;
  position: relative;
  background-color: #CEB997;
}
.orderFormArea-tab .tabStyle {
  display: block;
  display: block;
  font-size: 14px;
  height: 56px;
  padding: 15px 0 0;
  position: relative;
  z-index: 0;
}
.orderFormArea-tab .tabStyle.active::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 3px;
  left: -2px;
  width: calc(100% + 1px);
  height: calc(100% - 2px);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top-right-radius: 5px;
  z-index: -1;
}
.orderFormArea-tab img {
  display: none;
}
.orderFormArea-wideFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.orderFormArea-wideFlex_wrap {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-wideFlex_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-wideFlex_wrap {
    width: 100%;
  }
}
.orderFormArea-wideFlex .subtext7 {
  display: block;
  padding: 0;
  width: 10%;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  border-left: 1px solid #333333;
  background: transparent;
  margin: 0;
  margin-bottom: 20px;
  color: #333;
  width: 100%;
  text-align: left;
}
.orderFormArea-wideFlex .subtext7::before {
  display: none;
}
.orderFormArea-wideFlex .item_text {
  width: 346px;
	line-height: 110%;
	float: left;
	padding:0;
	margin:0;
}
.orderFormArea-wideFlex .item_text div.wagon {
  width: 346px;
	height:108px;
	float: left;
	padding:0;
	margin:10px 0 0 0;
}
.orderFormArea-wideFlex div.left {
  width: 160px;
	height:96px;
	margin:20px 15px 20px 0;
	line-height: 110%;
	float: left;
}
.orderFormArea-wideFlex div.right {
	float: left;
	margin-top:15px;
}
.orderFormArea-wideFlex div.right img {
	opacity: 1 !important;
	opacity: inherit !important;
}
@media screen and (max-width: 568px) {
  .orderFormArea-wideFlex .item_text {
    width: 100%;
  }
}
.orderFormArea-wideFlex .wrap {
  display: block;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-wideFlex .wrap {
    width: 100%;
  }
}
.orderFormArea-wideFlex .wrap p {
  display: block;
  padding: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  border-left: 1px solid #333333;
  margin-bottom: 20px;
  text-align: left;
}
.orderFormArea-wideFlex .orderFormArea-checkFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-wideFlex .orderFormArea-checkFlex {
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-wideFlex .orderFormArea-checkFlex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.orderFormArea-wideFlex .orderFormArea-checkFlex .item {
  width: 168px;
  margin-right: 18px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .orderFormArea-wideFlex .orderFormArea-checkFlex .item {
    width: 15.33%;
    margin-right: 1.6%;
    margin-bottom: 1.6%;
  }
}
@media screen and (max-width: 768px) {
  .orderFormArea-wideFlex .orderFormArea-checkFlex .item {
    width: 23.8%;
  }
  .orderFormArea-wideFlex .orderFormArea-checkFlex .item:nth-of-type(4n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 568px) {
  .orderFormArea-wideFlex .orderFormArea-checkFlex .item {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
.orderFormArea-wideFlex .orderFormArea-checkFlex .item.noMargin {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .orderFormArea-wideFlex .orderFormArea-checkFlex .item.noMargin {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .orderFormArea-wideFlex .orderFormArea-checkFlex .item.noMargin {
    margin-right: 0;
  }
}

.orderFormArea-hassou {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.orderFormArea-hassou_box {
  width: 47%;
}
@media screen and (max-width: 568px) {
  .orderFormArea-hassou {
    padding-bottom: 0;
  }
  
  .orderFormArea-hassou_box {
    width: 100%;
  }
  .orderFormArea-hassou_box:first-of-type {
    margin-bottom: 30px;
  }
}
.orderFormArea-hassou_title {
  font-size: 17px;
  color: #e75400;
  margin-bottom: 20px;
}
.orderFormArea-hassou_title::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath fill='%23e75400' d='M11.2 39.95q-2.45 0-4.175-1.725Q5.3 36.5 5.3 34.05H2V11q0-1.2.9-2.1Q3.8 8 5 8h28.95v8.35h5.25L46 25.4v8.65h-3.55q0 2.45-1.725 4.175Q39 39.95 36.55 39.95q-2.45 0-4.175-1.725Q30.65 36.5 30.65 34.05H17.1q0 2.45-1.725 4.175Q13.65 39.95 11.2 39.95Zm0-3q1.2 0 2.05-.85.85-.85.85-2.05 0-1.2-.85-2.05-.85-.85-2.05-.85-1.2 0-2.05.85-.85.85-.85 2.05 0 1.2.85 2.05.85.85 2.05.85ZM5 31.05h1.1q.85-1.35 2.15-2.15 1.3-.8 2.9-.8 1.6 0 2.925.825 1.325.825 2.175 2.125h14.7V11H5Zm31.55 5.9q1.2 0 2.05-.85.85-.85.85-2.05 0-1.2-.85-2.05-.85-.85-2.05-.85-1.2 0-2.05.85-.85.85-.85 2.05 0 1.2.85 2.05.85.85 2.05.85Zm-2.6-10.2h9.3l-5.55-7.4h-3.75ZM18 21.55Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: middle;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 10px;
}
.orderFormArea-hassou_text {
  font-size: 16px;
}
.orderFormArea-hassou_text .orange {
  color: #e75400;
}
.orderFormArea-bannerArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.orderFormArea-bannerArea_img1 {
  width: 43%;
}
@media screen and (max-width: 568px) {
  .orderFormArea-bannerArea_img1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.orderFormArea-bannerArea_img2 {
  width: 54.6%;
}
@media screen and (max-width: 568px) {
  .orderFormArea-bannerArea_img2 {
    width: 100%;
  }
}

.orderFormArea-stepBoxImg img {
	width: 100%;
	height: auto;
}

.orderFormArea-stepBoxImgCenter {
	text-align: center;
}

.orderFormArea-stepBoxImgCenter img {
	width: 100%;
	max-width: 500px;
	height: auto;
}


.modal_content {
  width: 80%;
}
@media screen and (max-width: 568px) {
  .modal_content {
    width: 90%;
  }
}
.modal_content .close_button {
  top: 45px;
  right: 45px;
  z-index: 10;
}
@media screen and (max-width: 568px) {
  .modal_content .close_button {
    top: 15px;
    right: 10px;
  }
}
.modal_content table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 568px) {
  .modal_content table tr {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modal_content table td {
  width: 20%;
}
@media screen and (max-width: 568px) {
  .modal_content table td {
    width: 50%;
  }
}
.modal_content table td img {
  padding: 0 8px;
  display: block;
  margin-bottom: 15px;
}
.modal_content p {
  font-weight: 500;
  font-size: 20px;
  color: #e75400;
  border-bottom: 1px solid #e75400;
  padding-bottom: 8px;
  margin: 0 8px 20px;
}
.modal_content .modal_title2 {
  border-bottom: unset;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .modal_content .modal_title2 {
    display: none;
  }
}
.modal_content .open_button {
  color: #fff;
  background-color: #d7b77e;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-size: 23px;
  font-weight: 500;
  padding: 18px 0;
  border-radius: 5px;
}
@media screen and (max-width: 568px) {
  .modal_content .open_button {
    width: 100%;
  }
}
.modal_content .open_button:hover {
  background-color: #b38a41;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1024px) {
  .modal_wrap input:checked ~ .modal_overlay .modal_content {
    -webkit-transform: translateY(145em);
            transform: translateY(145em);
  }
}
@media screen and (max-width: 768px) {
  .modal_wrap input:checked ~ .modal_overlay .modal_content {
    -webkit-transform: translateY(75em);
            transform: translateY(75em);
  }
}
@media screen and (max-width: 568px) {
  .modal_wrap input:checked ~ .modal_overlay .modal_content {
    -webkit-transform: translateY(-15em);
            transform: translateY(-15em);
    height: 96vh;
    overflow-y: scroll;
    padding: 3%;
  }
}
@media screen and (max-width: 450px) {
  .modal_wrap input:checked ~ .modal_overlay .modal_content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.modal-window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.modal-window .modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	cursor: pointer;
}

.modal-window .modal-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 1000px;
	transform: translateX(-50%);
	height: 100%;
	padding: 70px 40px 40px;
}

#step2-movie-window.modal-window .modal-wrap {
	max-width: 1200px;
}

.modal-window .modal-wrap .modal-wrap-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.modal-window .modal-wrap .modal-close {
	position: absolute;
	top: 40px;
	left: 40px;
	height: 30px;
	padding-left: 45px;
	color: #fff;
	font-size: 20px;
	line-height: 29px;
	cursor: pointer;
}

.modal-window .modal-wrap .modal-close:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 30px;
	height: 0;
	border: 1px solid #fff;
	transform: rotate(-45deg);
}

.modal-window .modal-wrap .modal-close:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 30px;
	height: 0;
	border: 1px solid #fff;
	transform: rotate(45deg);
}

.modal-window .modal-wrap .modal-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background: #fff;
}

.modal-window .modal-wrap .modal-content > img {
	position: relative;
	width: auto;
	height: auto;
}

.modal-window .modal-wrap .modal-content .modal-title {
	font-size: 25px;
	font-weight: 600;
	color: #e75400;
	margin: 0 30px 20px;
	padding-top: 30px;
}

.modal-window .modal-wrap .modal-content .modal-p {
	font-weight: 500;
	font-size: 20px;
	color: #e75400;
	border-bottom: 1px solid #e75400;
	padding-bottom: 8px;
	margin: 20px 30px;
}

.modal-window .modal-wrap .modal-content .modal-list {
	display: flex;
	flex-wrap: wrap;
	margin: 30px;
}

.modal-window .modal-wrap .modal-content .modal-list > li {
	width: calc(20% - 16px);
	margin: 0 0 20px 20px;
}

.modal-window .modal-wrap .modal-content .modal-list > li:nth-child(5n+1) {
	margin: 0 0 20px 0;
}

.modal-window .modal-wrap .modal-content .modal-list > li > img{
	width: 100%;
}

.modal-window .modal-wrap .modal-content table {
	width: 100%;
	margin: 30px;
}

@media screen and (max-width: 768px) {
	.modal-window .modal-wrap .modal-content > img {
		width: 100%;
	}
	
	.modal-window .modal-wrap .modal-content .modal-list > li {
		width: calc(33.333333% - 14px);
		margin: 0 0 20px 20px;
	}
	
	.modal-window .modal-wrap .modal-content .modal-list > li:nth-child(5n+1) {
		margin: 0 0 20px 20px;
	}
	
	.modal-window .modal-wrap .modal-content .modal-list > li:nth-child(3n+1) {
		margin: 0 0 20px 0;
	}
}

@media screen and (max-width: 568px) {
	.modal-window .modal-wrap .modal-content .modal-list > li {
		width: calc(50% - 10px);
		margin: 0 0 20px 20px;
	}
	
	.modal-window .modal-wrap .modal-content .modal-list > li:nth-child(3n+1) {
		margin: 0 0 20px 20px;
	}
	
	.modal-window .modal-wrap .modal-content .modal-list > li:nth-child(2n+1) {
		margin: 0 0 20px 0;
	}
	
	.modal-window .modal-wrap {
		padding: 50px 20px;
	}
	
	.modal-window .modal-wrap .modal-close {
		top: 20px;
		left: 20px;
	}
}

.step5 [data-show2].open, .step5 [data-show3].open, .step5 [data-show4].open, .step5 [data-show5].open, .step5 [data-show6].open, .step5 [data-show7].open, .step5 [data-show8].open {
  width: 100%;
  display: block;
}

.step5 [data-show].open {
  display: block;
}

#step3 .wrap {
  width: 100%;
}
#step3 .wrap input {
  width: 100%;
}

#color span#board_color, #color_2 span#board_color, #rader span#board_rader, #faucet span#board_faucet, #option span#board_door, #operation span#board_operation_updown, #operation span#board_operation_rotation, #operation_length span#board_operation_length, #tobira span#board_door, #cabinet span#board_door, #cabinet span.board_cabinet, #mirror span#board_mirror, #hakoiro span#board_hakoiro, #benza span#board_benza, #suisen span#board_suisen, #haisou span#board_haisou, #kyusui span#board_kyusui {
  font-size: inherit;
}

#cabinet .select_box {
  padding: 0;
}

#goal div tr td {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
}
#goal div tr td:first-child {
  width: 22%;
  border-right: unset;
}
@media screen and (max-width: 568px) {
  #goal div tr td:first-child {
    width: 45%;
  }
}
#goal div.price_check {
  margin-top: 30px;
  font-size: inherit;
  border: unset;
  background: #fdeee5;
}
#goal div.price_check .red {
  color: #FF0000;
}
#goal div.price_check div:first-child {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
}
#goal div.price_check div.opprice {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
}
#goal div.price_check div:last-child {
  font-size: 17px;
  font-weight: 400;
}
.nodp {
	display: none;
}

@media only screen and (min-width: 768px) {
.mt30p  {
margin-top:30px;
}
}

/*
#order_sys{
    text-align: left;
    width: auto;
    overflow: unset;
    zoom: 1;
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-family: $Noto;
    line-height: 1.8;
}
*//*# sourceMappingURL=orderFormArea.css.map */
