@charset "UTF-8";
/* Scss Document */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 160%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

img {
  border: 0;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.tooltip-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fas, .fa {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  line-height: 1;
  background: #000000;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: text-top;
}
.fas.fa-angle-left, .fa.fa-angle-left {
  -webkit-mask: url("../icon/angle-left-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/angle-left-solid.svg") no-repeat 50% 50%;
}
.fas.fa-angle-right, .fa.fa-angle-right {
  -webkit-mask: url("../icon/angle-right-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/angle-right-solid.svg") no-repeat 50% 50%;
}
.fas.fa-sync-alt, .fa.fa-sync-alt {
  -webkit-mask: url("../icon/rotate-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/rotate-solid.svg") no-repeat 50% 50%;
}
.fas.fa-search, .fa.fa-search {
  -webkit-mask: url("../icon/magnifying-glass-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/magnifying-glass-solid.svg") no-repeat 50% 50%;
}
.fas.fa-caret-down, .fa.fa-caret-down {
  -webkit-mask: url("../icon/caret-down-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/caret-down-solid.svg") no-repeat 50% 50%;
}
.fas.fa-user, .fa.fa-user {
  -webkit-mask: url("../icon/user-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/user-solid.svg") no-repeat 50% 50%;
}
.fas.fa-chevron-right, .fa.fa-chevron-right {
  -webkit-mask: url("../icon/chevron-right-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/chevron-right-solid.svg") no-repeat 50% 50%;
}
.fas.fa-chevron-left, .fa.fa-chevron-left {
  -webkit-mask: url("../icon/chevron-left-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/chevron-left-solid.svg") no-repeat 50% 50%;
}
.fas.fa-edit, .fa.fa-edit {
  -webkit-mask: url("../icon/pen-to-square-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/pen-to-square-solid.svg") no-repeat 50% 50%;
}
.fas.fa-trash, .fa.fa-trash {
  -webkit-mask: url("../icon/trash-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/trash-solid.svg") no-repeat 50% 50%;
}
.fas.fa-times, .fa.fa-times {
  -webkit-mask: url("../icon/xmark-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/xmark-solid.svg") no-repeat 50% 50%;
}
.fas.fa-car, .fa.fa-car {
  -webkit-mask: url("../icon/car-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/car-solid.svg") no-repeat 50% 50%;
}
.fas.fa-plus, .fa.fa-plus {
  -webkit-mask: url("../icon/plus-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/plus-solid.svg") no-repeat 50% 50%;
}
.fas.fa-info-circle, .fa.fa-info-circle {
  -webkit-mask: url("../icon/circle-info-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/circle-info-solid.svg") no-repeat 50% 50%;
}
.fas.fa-2x, .fa.fa-2x {
  height: 1.5rem;
  width: 1.5rem;
}

/* -----------------------
汎用
----------------------- */
html, body {
  color: #444444;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

i {
  margin-right: 8px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

.row-eq-height {
  display: flex;
  margin-bottom: 30px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline;
}

.display_table {
  display: table;
}

.display_table_full {
  display: table;
  width: 100%;
}

.display_table-cell {
  display: table-cell;
  vertical-align: middle;
}

*:focus {
  outline: none;
}

a:focus, a:hover {
  outline: none;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}
a:focus.img_thumb, a:hover.img_thumb {
  opacity: 0.8;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}

.img_thumb,
.img_thumb_unfill {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
  display: none;
}

/* ラジオボタン*/
[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=radio]:checked + span, [type=radio]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  color: #555555;
}
[type=radio]:checked + span:before, [type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid #b6b6b6;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
[type=radio]:checked + span:after, [type=radio]:not(:checked) + span:after {
  position: absolute;
  top: 8px;
  left: 6px;
  content: "";
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
[type=radio]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
[type=radio]:disabled + span {
  opacity: 0.5;
  pointer-events: none;
}

/* チェックボックス*/
[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=checkbox]:checked + span, [type=checkbox]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #646464;
  line-height: 30px;
  cursor: pointer;
}
[type=checkbox]:checked + span:before, [type=checkbox]:not(:checked) + span:before {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 18px;
  height: 18px;
  content: "";
  background: #ffffff;
  border: 2px solid #b6b6b6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
[type=checkbox]:checked + span:after, [type=checkbox]:not(:checked) + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
  text-align: center;
  background: #ffffff;
  -webkit-mask: url("../icon/check-solid.svg") no-repeat 50% 50%;
  mask: url("../icon/check-solid.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
[type=checkbox]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
[type=checkbox]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
[type=checkbox]:disabled + span {
  opacity: 0.5;
  pointer-events: none;
}

/* ラジオボタン*/
[type=radio]:checked + span:before, [type=radio]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}
[type=radio]:checked + span:after, [type=radio]:not(:checked) + span:after {
  background: #900B0B;
}

/* チェックボックス*/
[type=checkbox]:checked + span:before, [type=checkbox]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}
[type=checkbox]:checked + span:after, [type=checkbox]:not(:checked) + span:after {
  background: #900B0B;
}

.button-label input[type=radio], .button-label input[type=checkbox] {
  display: none;
}
.button-label input[type=radio]:disabled + .radio, .button-label input[type=radio]:disabled + .checkbox, .button-label input[type=checkbox]:disabled + .radio, .button-label input[type=checkbox]:disabled + .checkbox {
  pointer-events: none;
}
.button-label .radio, .button-label .checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 8px;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  border: 2px solid #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.button-label .radio:hover, .button-label .checkbox:hover {
  background-color: #e2edd7;
}
.button-label .radio:hover:after, .button-label .checkbox:hover:after {
  border-color: #5CB85C;
}
.button-label .radio-warning:hover, .button-label .checkbox-warning:hover {
  background-color: #ededd8;
}
.button-label .radio-warning:hover:after, .button-label .checkbox-warning:hover:after {
  border-color: #F6BC10 !important;
}
.button-label .radio-danger:hover, .button-label .checkbox-danger:hover {
  background-color: #edd8d8;
}
.button-label .radio-danger:hover:after, .button-label .checkbox-danger:hover:after {
  border-color: #D9534F !important;
}
.button-label .radio:after, .button-label .checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 10px;
  content: "";
}
.button-label .radio:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5CB85C;
  content: "";
  opacity: 0;
}
.button-label .radio.radio-warning:before {
  background-color: #F6BC10 !important;
}
.button-label .radio.radio-danger:before {
  background-color: #D9534F !important;
}
.button-label input[type=radio]:checked + .radio {
  border: 2px solid #5CB85C;
}
.button-label input[type=radio]:checked + .radio.radio-warning {
  border-color: #F6BC10 !important;
}
.button-label input[type=radio]:checked + .radio.radio-danger {
  border-color: #D9534F !important;
}
.button-label input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.button-label .checkbox:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #5CB85C;
  border-bottom: 3px solid #5CB85C;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
.button-label .checkbox.checkbox-warning:before {
  border-color: #F6BC10 !important;
}
.button-label .checkbox.checkbox-danger:before {
  border-color: #D9534F !important;
}
.button-label .checkbox:after {
  border-radius: 4px;
}
.button-label input[type=checkbox]:checked + .checkbox {
  border: 2px solid #5CB85C;
}
.button-label input[type=checkbox]:checked + .checkbox.checkbox-warning {
  border-color: #F6BC10 !important;
}
.button-label input[type=checkbox]:checked + .checkbox.checkbox-danger {
  border-color: #D9534F !important;
}
.button-label input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/*テーブル*/
table tr td {
  vertical-align: middle !important;
}
table tr td label {
  margin-bottom: 0;
  font-weight: normal;
}

/*ぱんくず*/
.breadcrumb {
  padding: 15px 0 0 15px;
  font-size: 11px;
  background: #ffffff;
}

/*ページング*/
ul.paging {
  margin: 30px auto 0;
  text-align: center;
}
ul.paging li {
  float: left;
}
ul.paging li.disabled a {
  border: none;
  pointer-events: none;
}
ul.paging li a {
  display: block;
  width: 30px;
  margin: 5px;
  height: 30px;
  line-height: 30px;
}
ul.paging li a:hover {
  cursor: pointer;
  text-decoration: none;
}
ul.paging li a i {
  line-height: 28px;
  margin: 0;
}
ul.paging li.on a {
  color: #ffffff;
}

#loading {
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  transform: translateY(-500px);
  border-radius: 50%;
  border: 4px solid #900B0B;
  border-right-color: transparent;
  animation: spin 1s linear infinite;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flex-shrink-0 > .container {
  padding: 120px 1rem;
}
@media screen and (max-width: 767px) {
  .flex-shrink-0 > .container {
    padding: 60px 0.5rem;
  }
}

h2 {
  padding: 8px 0 8px 12px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  background: #F4F1EC;
  border-left: #a70b0c 4px solid;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}

.position_name {
  opacity: 0.8;
  fill: #EB5019;
}

.position_bg {
  opacity: 0.6;
  fill: #FFFFFF;
}

.position_bd {
  fill: none;
  stroke: #EB5019;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.checkmark {
  display: none;
}
.checkmark.selected {
  display: block;
}
.checkmark circle {
  fill: #FBEE24;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.checkmark path {
  fill: #a70b0c;
}

.transition {
  transition: all 0.5s;
}

.simulation {
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.simulation .btn-reserve, .simulation .btn-save {
  width: 100%;
  max-width: 553px;
  border-radius: 26px;
  margin: 0 auto;
  padding: 0;
}
.simulation .btn-reserve:hover, .simulation .btn-save:hover {
  opacity: 0.5;
}
.simulation .btn-reserve:disabled, .simulation .btn-save:disabled {
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .simulation .header, .simulation .contents {
    flex-wrap: wrap;
  }
  .simulation .header > div, .simulation .contents > div {
    width: 100%;
  }
}

#noImage {
  opacity: 0.25;
}

#shopSelect {
  display: none;
}

.car_type_select {
  border: #a70b0c 2px solid;
  padding: 8px;
  border-radius: 4px;
  min-width: 300px;
}
.car_type_select .name {
  color: #a70b0c;
  font-size: 16px;
  font-weight: 600;
}
.car_type_select .btn-car_type {
  width: 100%;
  border-radius: 34px;
  background: #a70b0c;
  color: #FBEE24;
}

.car_svg {
  position: relative;
  width: 70%;
  height: 457px;
  left: 50%;
  overflow: hidden;
  transition: all 0.5s;
  transform: translateX(-50%);
}
.car_svg .car_type_svg {
  position: absolute;
  width: 100%;
  right: -100%;
  display: none;
}
.car_svg.open {
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 992px) {
  .car_svg {
    height: auto;
    margin-bottom: 1.5rem;
  }
}

svg .parts {
  display: none;
  cursor: pointer;
}
svg .parts:hover .position_bd, svg .parts.open .position_bd {
  stroke: #a70b0c;
}
svg .parts:hover .position_bg, svg .parts.open .position_bg {
  fill: #a70b0c;
}
svg .parts:hover .position_name, svg .parts.open .position_name {
  fill: #FFFF54;
}
svg .parts:hover .text > path, svg .parts.open .text > path {
  fill: #a70b0c;
}

.course_area {
  background: #ffffff;
  display: none;
  transition: all 0.5s;
  width: 340px;
  height: 100%;
}
.course_area .inner {
  position: relative;
  display: none;
  border: #a70b0c 2px solid;
  border-radius: 4px;
}
.course_area .parts {
  display: none;
}
.course_area .parts .header {
  background: #a70b0c;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
}
.course_area .parts ul.menu_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  background: #ffffff;
}
.course_area .parts ul.menu_list li {
  flex-basis: 50%;
  padding: 8px 8px 0;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .course_area {
    width: 100%;
  }
  .course_area .parts ul.menu_list li {
    flex-basis: 33.3%;
    padding: 4px 4px 0;
  }
  .course_area .parts ul.menu_list li label.menu_option {
    border-width: 3px;
  }
}

.price_table .thead {
  padding: 0.75rem;
  background: #a70b0c;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.price_table .tbody .tr {
  display: flex;
  border: rgba(33, 25, 23, 0.12) 1px solid;
  border-right: none;
  border-bottom: none;
}
.price_table .tbody .tr:last-child {
  border-bottom: rgba(33, 25, 23, 0.12) 1px solid;
}
.price_table .tbody .tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.price_table .tbody .tr > div {
  display: flex;
  padding: 0.75rem;
  border-right: rgba(33, 25, 23, 0.12) 1px solid;
  align-items: center;
}
.price_table .tbody .tr > div > div {
  width: 100%;
}
.price_table .tbody .tr > div.name {
  flex: 1;
  line-height: 1.3;
}
.price_table .tbody .tr > div.price, .price_table .tbody .tr > div.discount_price {
  flex-basis: 140px;
}
.price_table .tbody .tr > div.discount {
  flex-basis: 200px;
}
.price_table .tbody .tr > div.operation {
  flex-basis: 70px;
}
@media screen and (max-width: 992px) {
  .price_table .tbody .tr {
    flex-wrap: wrap;
  }
  .price_table .tbody .tr > div.name, .price_table .tbody .tr > div.discount {
    width: 70% !important;
    flex-basis: 70% !important;
  }
  .price_table .tbody .tr > div.price, .price_table .tbody .tr > div.discount_price {
    width: 30% !important;
    flex-basis: 30% !important;
  }
  .price_table .tbody .tr > div.discount, .price_table .tbody .tr > div.discount_price {
    padding-top: 0;
  }
  .price_table .tbody .tr > div.operation {
    width: 100% !important;
    flex-basis: 100% !important;
    border-top: rgba(33, 25, 23, 0.12) 1px solid;
  }
}
.price_table .tdiscount .discount_row {
  display: flex;
  border: #f5c2c7 1px solid;
  border-top: none;
  color: #a70b0c;
  background: #f8d7da;
}
.price_table .tdiscount .discount_row > div {
  padding: 0.75rem;
  align-items: center;
}
.price_table .tdiscount .discount_row > div.discount_price {
  flex-basis: 150px;
  margin-left: auto;
}
.price_table .tfoot {
  display: flex;
  padding: 0.75rem;
  font-size: 16px;
  font-weight: bold;
  color: #a70b0c;
  background: #FFFF83;
}
.price_table .tfoot .total_price {
  margin-left: auto;
  flex-basis: 150px;
}
@media screen and (max-width: 767px) {
  .price_table .thead, .price_table .tfoot {
    font-size: 14px;
  }
}

.discount_block {
  display: none;
}
.discount_block h3 {
  font-size: 16px;
  text-align: left;
  margin-top: 30px;
  padding: 8px 0;
  color: #444444;
  font-weight: bold;
}
.discount_block .discount_list.container {
  padding-top: 0;
}

.button-label input[type=radio], .button-label input[type=checkbox] {
  display: none;
}
.button-label input[type=radio]:disabled + .radio, .button-label input[type=radio]:disabled + .checkbox, .button-label input[type=checkbox]:disabled + .radio, .button-label input[type=checkbox]:disabled + .checkbox {
  pointer-events: none;
}
.button-label .radio, .button-label .checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  border: 2px solid #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.button-label .radio:hover, .button-label .checkbox:hover {
  background-color: #e2edd7;
}
.button-label .radio:hover:after, .button-label .checkbox:hover:after {
  border-color: #5CB85C;
}
.button-label .radio:after, .button-label .checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 10px;
  content: "";
}
.button-label .radio:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5CB85C;
  content: "";
  opacity: 0;
}
.button-label input[type=radio]:checked + .radio {
  border: 2px solid #5CB85C;
}
.button-label input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.button-label .checkbox:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #5CB85C;
  border-bottom: 3px solid #5CB85C;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
.button-label .checkbox:after {
  border-radius: 4px;
}
.button-label input[type=checkbox]:checked + .checkbox {
  border: 2px solid #5CB85C;
}
.button-label input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}/*# sourceMappingURL=simulation.css.map */