@charset "UTF-8";
html body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
html body .alert {
  background-color: #ffc9d2;
}
html body li label {
  width: 100%;
  height: 100%;
  display: block;
}
html body select,
html body input {
  border-radius: 5px;
  border: solid 2px #d9d9d9;
  font-size: 15px;
  padding: 3px;
  width: 90%;
  height: 30px;
  margin: 10px 0;
}
html body textarea {
  border-radius: 5px;
  border: solid 2px #d9d9d9;
  font-size: 15px;
  padding: 3px;
  width: 90%;
}
html body input[type=date] {
  position: relative;
}
html body input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 30px;
  width: 100%;
}
html body input[type=radio] {
  margin-right: 2px;
}
html body select,
html body input[type=radio] {
  width: auto;
  cursor: pointer;
}
html body label {
  cursor: pointer;
}
html body select,
html body input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-apperance: none;
  padding-right: 18px;
  background-image: url("./image/select-arrow.png");
  background-size: 10px;
  background-position: right 5px center;
  background-repeat: no-repeat;
}
html body textarea {
  width: 100%;
}
html body .simulator * {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
html body .color_palette {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow-x: scroll;
  justify-content: flex-start;
  align-items: center;
}
html body .color_palette label {
  margin-right: 15px;
}
html body .color_button {
  display: block;
  width: 150px;
  background-color: #fff;
  height: 100px;
  border: solid 1px #b1b1b1;
}
html body .color_image_button {
  background-image: url("./botton/black.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html body .color_irregular_button {
  background-image: url("./botton/leo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html body .note {
  font-size: 14px;
  color: #00a0d0;
  line-height: 2.5rem;
}
html body label {
  position: relative;
}
html body .simulator-item-selected::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: gray;
  opacity: 0.5;
  display: block;
}
html body .simulator-item-selected::after {
  font-size: 16px;
  line-height: 16px;
  content: "選択中";
  position: absolute;
  color: white;
  top: calc(50% - 8px);
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}
html body .toggle {
  position: relative;
  cursor: pointer;
}
html body .toggle::before {
  content: "";
  transition-duration: 0.3s;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  background-color: black;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
html body .toggle.close::before {
  transform: rotate(180deg);
}
html body .sp_only {
  display: none;
}
html body .pc_only {
  display: block;
}
html body form.simulator_form {
  width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
html body form.simulator_form .simulator_wrapper {
  width: 100%;
}
html body form.simulator_form .simulator_wrapper .simulator {
  width: 100%;
}
html body form.simulator_form .simulator_wrapper .simulator h2 {
  background-color: #b1b1b1;
  font-size: 22px;
  text-align: center;
  width: 100%;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
html body form.simulator_form .simulator_wrapper .simulator h3 {
  font-size: 22px;
  font-weight: normal;
  width: 100%;
  border: solid 1px #b1b1b1;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper {
  width: 100%;
  position: sticky;
  top: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-bottom: 15px;
  z-index: 999;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view {
  width: 480px;
  height: 303px;
  position: relative;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .base_shirt {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./shirts-design/shadow.png");
  background-repeat: no-repeat;
  background-color: transparent;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  mix-blend-mode: multiply;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .color_shirt_mix {
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgb(42, 208, 61);
  /* opacity:0.9; */
  height: 100%;
  width: 100%;
  z-index: 1;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .shirt_line_mix {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./shirts-design/whiteline.png");
  background-repeat: no-repeat;
  background-color: transparent;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: 4;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .front_design_shirt_mix {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  mask-image: url("./front-design/e1.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url("./front-design/e1.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .front_design_second_shirt_mix {
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  mask-image: url("./front-design/second/e1.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url("./front-design/second/e1.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  display: none;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .front_design_second_irregular_shirt_mix {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./back-design/leo/2d-zen.png");
  background-repeat: no-repeat;
  background-color: transparent;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .back_design_shirt_mix {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  mask-image: url("./back-design/2d-zen.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url("./back-design/2d-zen.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .back_design_second_shirt_mix {
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 12;
  mask-image: url("./back-design/second/2d-zen.png");
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url("./back-design/second/2d-zen.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  display: none;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .back_design_second_irregular_shirt_mix {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("./back-design/leo/2d-zen.png");
  background-repeat: no-repeat;
  background-color: transparent;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .shirt_outline {
  position: absolute;
  top: 0;
  left: -1px;
  background-image: url("./shirts-design/waku.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% + 1px);
  height: 100%;
  z-index: 13;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .front_design_description {
  position: absolute;
  top: 0;
  left: -1px;
  background-image: url("./guide/f-kihon.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% + 1px);
  height: 100%;
  z-index: 14;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view .back_design_description {
  position: absolute;
  top: 0;
  left: -1px;
  background-image: url("./guide/back-onaji.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% + 1px);
  height: 100%;
  z-index: 15;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_price_view {
  background-color: #b5ffff;
  width: 100%;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_price_view p {
  line-height: 2.5rem;
  text-align: center;
  font-size: 24px;
}
html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_price_view p .result_price_view_num {
  font-size: 1.4rem;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_type_select_wrapper .shirt_type_select {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_type_select_wrapper .shirt_type_select label {
  width: 48%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_type_select_wrapper .shirt_type_select label img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html body form.simulator_form .simulator_wrapper .simulator .front_position_select_wrapper .front_position_select {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .front_position_select_wrapper .front_position_select label {
  width: 33%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .front_position_select_wrapper .front_position_select label img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html body form.simulator_form .simulator_wrapper .simulator .front_position_select_wrapper .matagi_note {
  text-align: center;
}
html body form.simulator_form .simulator_wrapper .simulator .front_design_self_wrapper .front_design_self {
  margin-top: 10px;
}
html body form.simulator_form .simulator_wrapper .simulator .front_design_self_wrapper .front_design_self label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .front_design_self_wrapper .front_design_self label input {
  width: 50px;
}
html body form.simulator_form .simulator_wrapper .simulator .front_design_kobetu_wrapper .front_design_kobetu {
  margin-top: 10px;
}
html body form.simulator_form .simulator_wrapper .simulator .front_design_kobetu_wrapper .front_design_kobetu label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .front_design_kobetu_wrapper .front_design_kobetu label input {
  width: 50px;
}
html body form.simulator_form .simulator_wrapper .simulator .front_design_select_wrapper .front_design_select {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow-x: scroll;
}
html body form.simulator_form .simulator_wrapper .simulator .front_design_select_wrapper .front_design_select label {
  width: 20%;
  margin-right: 15px;
  flex-shrink: 0;
}
html body form.simulator_form .simulator_wrapper .simulator .front_design_select_wrapper .front_design_select label img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html body form.simulator_form .simulator_wrapper .simulator .stripe_note {
  text-align: center;
}
html body form.simulator_form .simulator_wrapper .simulator .back_design_select_wrapper .back_design_select {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow-x: scroll;
}
html body form.simulator_form .simulator_wrapper .simulator .back_design_select_wrapper .back_design_select label {
  width: 20%;
  margin-right: 15px;
  flex-shrink: 0;
}
html body form.simulator_form .simulator_wrapper .simulator .back_design_select_wrapper .back_design_select label img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
html body form.simulator_form .simulator_wrapper .simulator .deliver_date_select_wrapper .deliver_date_select {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .deliver_date_select_wrapper p {
  margin-top: 15px;
  text-align: center;
}
html body form.simulator_form .simulator_wrapper .simulator .discount_service_select_wrapper .discount_service_select {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .discount_service_select_wrapper .discount_service_select label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .discount_service_select_wrapper .discount_service_select label input {
  width: 1rem;
  margin-right: 10px;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num {
  width: 100%;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num > div:first-of-type > div {
  border: solid 1px rgb(214, 214, 214);
  font-size: 20px;
  font-weight: bold;
  color: #535f62;
  line-height: 50px;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num > div:first-of-type > div p {
  padding-left: 5px;
  width: 60px;
  background-color: #ebebeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num > div:first-of-type > div div.select_wrapper {
  min-width: 70px;
  width: 55%;
  font-size: 20px;
  margin: auto;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num > div:first-of-type > div div.select_wrapper select {
  width: 100%;
  height: 35px;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num > div:first-of-type > div div.select_wrapper p.stock_display {
  font-size: 14px;
  line-height: 18px;
  color: rgb(255, 100, 100);
  display: none;
  white-space: nowrap;
  background-color: transparent;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num div:nth-of-type(2) {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num div:nth-of-type(2) .shirt_num_result {
  border: solid 1px rgb(214, 214, 214);
  padding: 8px;
  font-size: 25px;
  font-weight: bold;
  width: 50%;
  display: flex;
  flex-direction: row;
}
html body form.simulator_form .simulator_wrapper .simulator .shirt_size_num_wrapper .shirt_size_num div:nth-of-type(2) .shirt_num_result .shirt_num_sum {
  margin: auto;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_color_select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_color_select select {
  width: 90%;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num {
  width: 100%;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num > div:first-of-type > div {
  border: solid 1px rgb(214, 214, 214);
  font-size: 20px;
  font-weight: bold;
  color: #535f62;
  line-height: 50px;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num > div:first-of-type > div p {
  padding-left: 5px;
  width: 60px;
  background-color: #ebebeb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num > div:first-of-type > div div.select_wrapper {
  min-width: 70px;
  width: 55%;
  font-size: 20px;
  margin: auto;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num > div:first-of-type > div div.select_wrapper select {
  width: 100%;
  height: 35px;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num > div:first-of-type > div div.select_wrapper p.stock_display {
  font-size: 14px;
  line-height: 18px;
  color: rgb(255, 100, 100);
  display: none;
  white-space: nowrap;
  background-color: transparent;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num div:nth-of-type(2) {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num div:nth-of-type(2) .shirt_num_result {
  border: solid 1px rgb(214, 214, 214);
  padding: 8px;
  font-size: 25px;
  font-weight: bold;
  width: 50%;
  display: flex;
  flex-direction: row;
}
html body form.simulator_form .simulator_wrapper .simulator .layered_shirt_select_wrapper .layered_shirt_size_num div:nth-of-type(2) .shirt_num_result .shirt_num_sum {
  margin: auto;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table {
  padding-top: 10px;
  width: 100%;
  background-color: white;
  border: none;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody {
  width: auto;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody .table_design_tr {
  position: relative;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody .table_design_tr::before {
  content: "";
  border-top: solid 3px gray;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody tr {
  text-align: right;
  font-size: 22px;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody tr.even {
  background-color: #ebebeb;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody th {
  color: rgb(41, 41, 41);
  font-weight: lighter;
  max-width: 160px;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody td:nth-child(2) {
  text-align: right;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody td:nth-child(3) {
  font-size: 16px;
  text-align: left;
  padding-left: 15px;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody .each_fee {
  background-color: #5accbf !important;
  color: black;
  font-weight: bold;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody .each_fee th {
  color: black;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody .each_fee td:first-of-type {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody .each_fee td:nth-of-type(2) {
  font-size: 15px;
}
html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody .sum_fee {
  background-color: #5accbf !important;
  font-size: 1rem;
}
html body form.simulator_form .stock_notes {
  background-color: #ffeb3d;
  color: #2c2e35;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin: 20px;
  border-radius: 10px;
  padding: 15px;
  width: 70%;
}
html body form.simulator_form .stock_notes span {
  padding-left: 10px;
  padding-right: 10px;
  background: #2c2e35;
  color: #ffeb3d;
}
html body form.simulator_form .change_button_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .change_button_wrapper .backPage {
  margin: 10px;
  background-color: #c4c5c7;
  border-radius: 5px;
  width: auto;
  height: auto;
  text-align: center;
  box-sizing: border-box;
}
html body form.simulator_form .change_button_wrapper .backPage a {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: lighter;
  text-decoration: none;
  color: black;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 20px;
  box-sizing: border-box;
}
html body form.simulator_form .change_button_wrapper .change_to_order {
  width: 300px;
  background-color: #f5a500;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  cursor: pointer;
}
html body form.simulator_form .change_button_wrapper .change_to_contact {
  background-color: #30c4ff;
  width: 300px;
  border: none;
  color: white;
  font-size: 18px;
  margin: 15px;
  font-weight: bold;
  height: 50px;
  cursor: pointer;
}
html body form.simulator_form .change_button_wrapper .change_to_line_contact {
  color: white;
  font-size: 18px;
  margin: auto 15px;
  font-weight: bold;
  width: 300px;
  height: 50px;
  background-color: #1dcd00;
}
html body form.simulator_form .order_contact_wrapper {
  width: 100%;
  display: none;
}
html body form.simulator_form .order_contact_wrapper h2 {
  background-color: #747374;
  font-size: 24px;
  text-align: center;
  color: white;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: normal;
}
html body form.simulator_form .order_contact_wrapper h3 {
  background-color: #ececed;
  font-size: 20px;
  text-align: left;
  color: #535f62;
  margin-top: 10px;
  margin-bottom: 10px;
}
html body form.simulator_form .order_contact_wrapper .line_contact_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
html body form.simulator_form .order_contact_wrapper .line_contact_wrapper img {
  min-width: 50%;
}
html body form.simulator_form .order_contact_wrapper .line_contact_wrapper .line_contact_link {
  font-size: 24px;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper {
  display: none;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_type_select_wrapper .customer_type_select {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_type_select_wrapper .customer_type_select label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_type_select_wrapper .customer_type_select label input {
  width: 1rem;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_name_wrapper .customer_name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_tel_wrapper .customer_tel {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_email_wrapper .customer_email {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_group_name_wrapper .customer_group_name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_class_name_wrapper .customer_class_name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_teacher_name_wrapper .customer_teacher_name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_deputy_teacher_name_wrapper .customer_deputy_teacher_name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .customer_info_wrapper .customer_use_date_wrapper .customer_use_date {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper {
  display: none;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_type_select_wrapper .deliver_type_select {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_type_select_wrapper .deliver_type_select label {
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_address_wrapper .adress_search {
  margin-left: 15px;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_school_name_wrapper .deliver_school_name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_class_name_wrapper .deliver_class_name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_addressee_name_wrapper .deliver_addressee_name {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_tel_wrapper .deliver_tel {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_early_wrapper .deliver_early {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_early_wrapper .deliver_early label {
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_early_wrapper .deliver_early_timezone_wrapper .deliver_early_timezone {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body form.simulator_form .order_contact_wrapper .deliver_info_wrapper .deliver_early_wrapper .deliver_early_timezone_wrapper .deliver_early_timezone select {
  width: 90%;
}
html body form.simulator_form .order_note {
  background-color: #fee6f1;
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 13px;
  margin: 10px 0;
  text-align: left;
  display: none;
}
html body form.simulator_form .order_note h3 {
  color: #fb3199;
  background-color: transparent;
  text-align: center;
}
html body form.simulator_form .submit_note {
  font-size: 13px;
  color: red;
  margin: 10px 0;
  width: 90%;
  display: none;
}
html body form.simulator_form .design_note {
  line-height: 1.6rem;
  background-color: #fffbda;
  border-radius: 10px;
  padding: 10px 20px 20px;
  font-size: 13px;
  margin: 10px 0;
  text-align: left;
  display: none;
}
html body form.simulator_form .design_note h3 {
  text-align: center;
  font-size: 16px;
  margin: 10px;
}
html body form.simulator_form .design_custom_content_wrapper {
  display: none;
}
html body form.simulator_form .contact_content_wrapper {
  display: none;
}
html body form.simulator_form .submit01 {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  width: 200px;
  height: 50px;
  color: white;
  background-color: #ff7923;
  border-radius: 10px;
  display: none;
}

@media screen and (max-width: 639px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  html body form.simulator_form {
    width: 95vw;
  }
  html body form.simulator_form .simulator_wrapper .simulator h2 {
    font-size: 18px;
  }
  html body form.simulator_form .simulator_wrapper .simulator h3 {
    font-size: 18px;
  }
  html body form.simulator_form .simulator_wrapper .simulator .note {
    line-height: 1.5rem;
  }
  html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_view {
    width: 100vw;
    height: 0;
    padding-bottom: 63.125%;
  }
  html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_price_view p {
    font-size: 14px;
  }
  html body form.simulator_form .simulator_wrapper .simulator .result_view_wrapper .result_price_view p .result_price_view_num {
    font-size: 22px;
  }
  html body form.simulator_form .simulator_wrapper .simulator .option_font_arrange_select_wrapper .option_font_arrange_select {
    flex-wrap: wrap;
  }
  html body form.simulator_form .simulator_wrapper .simulator .option_font_arrange_select_wrapper .option_font_arrange_select label {
    width: 48%;
  }
  html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody tr {
    font-size: 16px;
  }
  html body form.simulator_form .simulator_wrapper .simulator .fee_result table tbody tr td:nth-child(3) {
    font-size: 14px;
  }
  html body form.simulator_form .deliver_info_wrapper .deliver_type_select_wrapper .deliver_type_select {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */