.pc_only {
  display: none !important;
}
@media (min-width: 1280px) {
  .pc_only {
    display: block !important;
  }
}

.pc_tab_only {
  display: block !important;
}
@media (max-width: 767px) {
  .pc_tab_only {
    display: none !important;
  }
}

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

.tab_sp_only {
  display: block !important;
}
@media (min-width: 1280px) {
  .tab_sp_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .box_title {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .box_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .box_title {
    margin-bottom: 2em;
  }
}
.box_title .comp_tl {
  margin: 2em 0;
}
.box_title .img img {
  margin-left: auto;
  margin-right: auto;
}
.box_title .arrow_text {
  background: #ff7902;
  color: #fff;
  padding: 1.5em;
  position: relative;
  text-align: center;
}
@media (min-width: 1280px) {
  .box_title .arrow_text {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .box_title .arrow_text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .box_title .arrow_text {
    font-size: 1.2em;
  }
}
.box_title .arrow_text::after {
  position: absolute;
  content: "";
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #ff7902;
  left: 52%;
  transform: translateX(-50%);
  top: 100%;
}

.comp_tab .tab_buttons {
  display: flex;
  margin-bottom: 3em;
}
.comp_tab .tab_buttons .tab_btn {
  width: 33.3333333333%;
  cursor: pointer;
  background: #d7effc;
  padding: 1em;
  border-radius: 1em 1em 0 0;
  text-align: center;
}
.comp_tab .tab_buttons .tab_btn.active {
  background: #478bd1;
  color: #fff;
}
@media (min-width: 768px) {
  .comp_tab .tab_content section > .comp_btn {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .comp_tab .tab_content section > .comp_btn {
    margin-top: 2em;
  }
}
@media (min-width: 1280px) {
  .comp_tab .tab_content section:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .comp_tab .tab_content section:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .comp_tab .tab_content section:nth-of-type(n + 2) {
    margin-top: 4em;
  }
}

@media (min-width: 1280px) {
  .model_case_content .model_case_inner {
    margin: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .model_case_content .model_case_inner {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .model_case_content .model_case_inner {
    margin: 2em 0;
  }
}
.model_case_content .model_case_inner li .comp_tl span {
  display: inline-block;
  background: #478bd1;
  color: #fff;
  padding: 0.5em 3em;
  border-radius: 999px;
}
.model_case_content .model_case_inner li .text {
  margin: 1em 0;
  text-align: center;
}
@media (min-width: 1280px) {
  .model_case_content .model_case_inner li .text {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .model_case_content .model_case_inner li .text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .model_case_content .model_case_inner li .text {
    font-size: 1.4em;
  }
}
.model_case_content .model_case_inner li .img img {
  width: 100%;
}
@media (min-width: 1280px) {
  .model_case_content .model_case_inner li:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .model_case_content .model_case_inner li:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .model_case_content .model_case_inner li:nth-of-type(n + 2) {
    margin-top: 2em;
  }
}

.voice_content .voice_list .voice_item {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .voice_content .voice_list .voice_item {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .voice_content .voice_list .voice_item {
    margin-top: 2em;
  }
}
.voice_content .voice_list .voice_item .image_box {
  width: 20%;
}
.voice_content .voice_list .voice_item .text_box {
  width: 75%;
  background: #d7effc;
  padding: 1.5em;
  position: relative;
}
.voice_content .voice_list .voice_item .text_box .comp_tl {
  margin-bottom: 0.5em;
  color: #478bd1;
}
.voice_content .voice_list .voice_item .text_box .qa {
  background: #478bd1;
  color: #fff;
  padding: 0.5em;
  margin: 1em 0 0.5em;
}
.voice_content .voice_list .voice_item .text_box::before {
  content: "";
  position: absolute;
  top: 15%;
  margin-top: -10px;
}
.voice_content .voice_list .voice_item:nth-of-type(odd) .text_box::before {
  border: 10px solid transparent;
  border-right: 10px solid #d7effc;
  left: -20px;
}
.voice_content .voice_list .voice_item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.voice_content .voice_list .voice_item:nth-of-type(even) .text_box::before {
  border: 10px solid transparent;
  border-left: 10px solid #d7effc;
  right: -20px;
}

@media (min-width: 1280px) {
  .box_faq > .comp_tl {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .box_faq > .comp_tl {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .box_faq > .comp_tl {
    margin-bottom: 2em;
  }
}

.box_form {
  background: #f4f4f4;
}
@media (min-width: 1280px) {
  .box_form {
    padding: 80px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .box_form {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .box_form {
    padding: 4em 0;
  }
}
@media (min-width: 1280px) {
  .box_form {
    margin-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .box_form {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .box_form {
    margin-top: 5em;
  }
}

/*# sourceMappingURL=simulation.css.map */
