.c5-button {
  max-width: 500px;
  margin: 30px auto !important;
  display: block;
}

.c5-checkbox-block .c5-checkbox-inner {
  padding: 0 15px;
}
@media screen and (max-width: 639px) {
  .c5-checkbox-block .c5-checkbox-inner {
    padding: 0;
  }
}

/* .c5-checkbox-block .c5-checkbox-inner label {
  display: block;
  background: #f3f4f6;
  padding: 5px 10px;
} */

.c5-text {
  margin: auto;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  vertical-align: -0.05rem;
  background: #ffffff;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border: 1px solid #5e5e5e;
  border-radius: 2px;
}

input[type=checkbox]:before, input[type=checkbox]:after,
input[type=radio]:before, input[type=radio]:after {
  position: absolute;
  content: "";
  background: #fff;
}

input[type=checkbox]:before,
input[type=radio]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  left: 0px;
  top: 8px;
  width: 6px;
  height: 2px;
  background: #ffffff !important;
}

input[type=checkbox]:after,
input[type=radio]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  right: 4px;
  bottom: 0px;
  width: 2px;
  height: 14px;
}

input[type=checkbox]:checked, input[type=checkbox]:checked:before,
input[type=radio]:checked, input[type=radio]:checked:before {
  background: #5e5e5e;
}

label {
  cursor: pointer;
}

label:nth-of-type(1) {
  font-size: 20px;
}
@media screen and (max-width: 639px) {
  label:nth-of-type(1) {
    font-size: 16px;
  }
}

label:not(:nth-of-type(1)) {
  font-size: 18px;
}
@media screen and (max-width: 639px) {
  label:not(:nth-of-type(1)) {
    font-size: 14px;
  }
}

.ac {
  margin-top: 50px;
  padding-top: -50px;
}

.ac .s5-inStoreFeaturesItem1A .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__textCol {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .ac .s5-inStoreFeaturesItem1A .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__textCol {
    display: block;
    width: auto;
    padding: 0;
  }
}

.ac .s5-inStoreFeaturesItem1A .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__imageCol {
  width: 1%;
}
@media screen and (max-width: 639px) {
  .ac .s5-inStoreFeaturesItem1A .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__imageCol {
    display: block;
    width: auto;
    padding: 0;
  }
}

.ac .s5-inStoreFeaturesItem1A .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__imageCol .s5-inStoreFeaturesItem1A__image img:not(.s5-iconInline) {
  display: block;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .ac .s5-inStoreFeaturesItem1A .s5-inStoreFeaturesItem1A__inner .s5-inStoreFeaturesItem1A__multiCol .s5-inStoreFeaturesItem1A__imageCol .s5-inStoreFeaturesItem1A__image img:not(.s5-iconInline) {
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.c5-text-link {
  display: block;
}

.c5-checkbox-innerText {
  /* max-width: 420px; */
  margin: 0 auto;
}

.c5-checkbox-innerText strong {
  margin-right: 5px;
}

.tab-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 639px) {
  .tab-btn {
    display: block;
  }
}

.tab-btn li {
  width: 48%;
  display: block;
}
@media screen and (max-width: 639px) {
  .tab-btn li {
    width: 100%;
  }
}

.tab-btn li label{
  width: 97%;
  max-width: 555px;
  margin: 10px 0;
  padding: 10px;
  display: block;
  background: #f3f4f6;
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 940px) {
  .tab-btn li label{
    width: 93%;
    margin: 10px auto;
    max-width: 580px;
  }
}


.tab-btn li label span {
  margin-left: 0.6em;
}

.tab {
  list-style: none;
  padding: 0;
}

.tab li {
  display: none;
}

.c5-checkbox-selectInner {
  background: #f3f4f6;
  padding: 20px;
  color: #000000;
}

.c5-checkbox-selectInner .c5-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 940px) {
  .c5-checkbox-selectInner .c5-flex {
    display: block;
  }
}

.c5-checkbox-selectInner .c5-flex li {
  background: #ffffff;
  width: 49.333%;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 940px) {
  .c5-checkbox-selectInner .c5-flex li {
    width: 100%;
  }
}

.c5-checkbox-selectInner .c5-flex li:nth-child(2n+1) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c5-checkbox-selectInner .c5-flex li:nth-child(2n+1) {
    margin-right: 0;
  }
}

.c5-checkbox-selectInner .c5-flex li section {
  padding: 20px 15px;
}
@media screen and (max-width: 940px) {
  .c5-checkbox-selectInner .c5-flex li section {
    margin: 0;
  }
}

.c5-checkbox-selectInner .c5-flex li section .s5-inStoreFeaturesItem1B__imageCol {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .c5-checkbox-selectInner .c5-flex li section .s5-inStoreFeaturesItem1B__imageCol {
    width: 100%;
  }
}

.c5-checkbox-selectInner .c5-flex li section .s5-inStoreFeaturesItem1B__image img {
  max-width: 200px;
  min-width: 100px;
}

@media screen and (max-width: 767px) {
  .c5-checkbox-selectInner .c5-flex li section .s5-inStoreFeaturesItem1B__image img {
    width: 50%;
    max-width: none;
    min-width: auto;
  }
}

.c5-checkbox-selectInner .c5-flex li section .c5-inStoreFeaturesItem1B__label {
  display: inline-block;
}

.c5-checkbox-selectInner .c5-flex li section .c5-inStoreFeaturesItem1B__label .c5-model__label {
  display: block;
  margin-bottom: 15px;
  padding: 5px 10px;
  background: #bf9000;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .c5-checkbox-selectInner .c5-flex li section .c5-inStoreFeaturesItem1B__label .c5-model__label {
    margin-bottom: 10px;
  }
}

.c5-checkbox-selectInner .c5-flex li section .c5-inStoreFeaturesItem1B__label .c5-model__label-sim {
  max-width: 130px;
}

.c5-checkbox-selectInner .c5-flex li section .c5-inStoreFeaturesItem1B__label .c5-model__label-career {
  max-width: 66px;
}

.c5-checkbox-selectInner .c5-flex li section .c5-inStoreFeaturesItem1B__label .c5-model__label-career02 {
  max-width: fit-content;
}

.c5-checkbox-selectInner .c5-inStoreFeaturesItem1B__imageCol {
  width: auto;
}

.c5-checkbox-selectInner .s5-inStoreFeaturesItem1B__inner .s5-inStoreFeaturesItem1B__multiCol .c5-inStoreFeaturesItem1B__imageCol .s5-inStoreFeaturesItem1B__image img {
  width: auto;
  max-width: 200px;
}

.c5-checkbox-selectInner .s5-inStoreFeaturesItem1B__textCol {
  width: 100%;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  cursor: pointer;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #000000;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 15px;
  height: 2px;
  background: #000000;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  display: none;
  padding-left: 2.3125em;
}

.accordion-container .content-entry h4{
  position: relative;
}

.accordion-container .content-entry h4:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container .content-entry h4:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container .content-entry.open h4:before{
  transform: rotate(180deg);
}
.accordion-container .content-entry.open h4:after{
  opacity: 0;
}

#lazy {
  display: none;
}

.c5-xpLineup ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c5-xpLineup ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .c5-xpLineup ul li {
    width: 33.33333%;
  }
}

.c5-xpLineup ul li img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
 .c5-xpLineup ul li img {
   margin: 0 auto
 }
}

.c5-event_block-xpLineup {
   display: block;
   background: #e4e7eb;
   color: #ffffff;
}

.c5-textbox--black-bg {
  padding: 0 25px 30px;
}
@media screen and (max-width: 767px) {
  .c5-textbox--black-bg {
    padding: 0 15px 15px;
  }
}

.c5-black {
  color: #000000;
}
