@charset "UTF-8";
/* ================================================= *
 *        	mishiyousya_comparison
 * ================================================= */
.mishiyousya_comparison {
  /* ------------------------------------
  *        	common
  ------------------------------------ */
  /* ------------------------------------
  *        	main_visual
  ------------------------------------ */
  /* ------------------------------------
  *        	content_menu
  ------------------------------------ */
  /* ------------------------------------
  *        	content_head
  ------------------------------------ */
  /* ------------------------------------
  *        	content_detail
  ------------------------------------ */
  /* ------------------------------------
  *        	content_note
  ------------------------------------ */
  /* ------------------------------------
  *        	summary
  ------------------------------------ */
}
.mishiyousya_comparison img {
  max-width: 100%;
  height: auto;
  border: none;
}
.mishiyousya_comparison .sp_min {
  display: none;
}
@media screen and (max-width: 560px) {
  .mishiyousya_comparison .sp_min {
    display: block;
  }
}
.mishiyousya_comparison .onlySp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mishiyousya_comparison .onlySp {
    display: block;
  }
  .mishiyousya_comparison .onlyPc {
    display: none;
  }
}
.mishiyousya_comparison .strong {
  color: #cf011c;
}
.mishiyousya_comparison .main_visual {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .mishiyousya_comparison .main_visual {
    margin-top: 60px;
  }
}
.mishiyousya_comparison .main_visual__inner {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d3f3ef), color-stop(50%, #d3e9ff));
  background-image: linear-gradient(to right, #d3f3ef 50%, #d3e9ff 50%);
}
.mishiyousya_comparison .main_visual__ttl {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #d3f3ef), color-stop(33%, #f8dcd5), color-stop(66%, #f8dcd5), color-stop(66%, #d3e9ff));
  background-image: linear-gradient(to right, #d3f3ef 33%, #f8dcd5 33%, #f8dcd5 66%, #d3e9ff 66%);
  text-align: center;
}
.mishiyousya_comparison .main_visual__img {
  position: relative;
  top: -60px;
  max-width: 1150px;
  width: 92%;
  margin: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .mishiyousya_comparison .main_visual__img {
    top: -18px;
  }
}
.mishiyousya_comparison .main_visual__txt {
  width: 92%;
  margin: 60px auto;
  background-color: #fff;
  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mishiyousya_comparison .main_visual__txt {
    margin: 30px auto;
  }
}
.mishiyousya_comparison .content_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1040px;
  width: 96%;
  margin: auto;
}
.mishiyousya_comparison .content_menu__item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  padding: 10px;
  border: 1px solid #cf011c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #cf011c;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mishiyousya_comparison .content_menu__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison .content_menu__item {
    font-size: 2rem;
  }
}
.mishiyousya_comparison .content_menu__item:first-of-type::before {
  background-image: url(../img/mishiyousya_comparison/content_head_icon01@3x.png);
}
.mishiyousya_comparison .content_menu__item:nth-of-type(2)::before {
  background-image: url(../img/mishiyousya_comparison/content_head_icon02@3x.png);
}
.mishiyousya_comparison .content_menu__item:nth-of-type(3)::before {
  background-image: url(../img/mishiyousya_comparison/content_head_icon03@3x.png);
}
.mishiyousya_comparison .content_menu__item:nth-of-type(4)::before {
  background-image: url(../img/mishiyousya_comparison/content_head_icon04@3x.png);
}
.mishiyousya_comparison .content_menu__item:nth-of-type(5)::before {
  background-image: url(../img/mishiyousya_comparison/content_head_icon05@3x.png);
}
.mishiyousya_comparison .content_menu__item:nth-of-type(6)::before {
  background-image: url(../img/mishiyousya_comparison/content_head_icon06@3x.png);
}
.mishiyousya_comparison .content_menu__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison .content_menu__item::before {
    left: 15px;
    width: 30px;
    height: 30px;
  }
}
.mishiyousya_comparison .content_menu__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #cf011c transparent transparent transparent;
}
.mishiyousya_comparison .content_menu__btn {
  display: block;
}
.mishiyousya_comparison .content_head {
  position: relative;
  margin-top: 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #d3f3ef), color-stop(50%, #d3e9ff));
  background-image: linear-gradient(to right, #d3f3ef 50%, #d3e9ff 50%);
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison .content_head {
    margin-top: 80px;
  }
}
.mishiyousya_comparison .content_head__icon {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison .content_head__icon {
    width: 70px;
  }
}
.mishiyousya_comparison .content_head__inner {
  position: relative;
  max-width: 1400px;
  width: 92%;
  margin: auto;
  padding: 55px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #d3f3ef), color-stop(33%, #f8dcd5), color-stop(66%, #f8dcd5), color-stop(66%, #d3e9ff));
  background-image: linear-gradient(to right, #d3f3ef 33%, #f8dcd5 33%, #f8dcd5 66%, #d3e9ff 66%);
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison .content_head__inner {
    padding: 60px 0 40px;
  }
}
.mishiyousya_comparison .content_head__ttl {
  text-align: center;
}
.mishiyousya_comparison .content_head__ttl img {
  max-width: 960px;
  width: 100%;
}
.mishiyousya_comparison #check02 .content_head__icon {
  top: -55px;
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison #check02 .content_head__icon {
    top: -45px;
  }
}
.mishiyousya_comparison #check03 .content_head__icon {
  top: -25px;
}
.mishiyousya_comparison #check04 .content_head__icon {
  top: -60px;
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison #check04 .content_head__icon {
    top: -40px;
  }
}
.mishiyousya_comparison #check05 .content_head__icon {
  top: -35px;
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison #check05 .content_head__icon {
    top: -25px;
  }
}
.mishiyousya_comparison #check06 .content_head__icon {
  top: -40px;
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison #check06 .content_head__icon {
    top: -25px;
  }
}
.mishiyousya_comparison .content_detail {
  max-width: 1000px;
  width: 92%;
  margin: 30px auto 0;
  text-align: center;
}
.mishiyousya_comparison .content_detail__img {
  position: relative;
}
.mishiyousya_comparison .content_detail__txt {
  margin-top: 45px;
  color: #000;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mishiyousya_comparison .content_detail__txt {
    margin-top: 3.515625vw;
  }
}
@media screen and (max-width: 480px) {
  .mishiyousya_comparison .content_detail__txt {
    font-size: 1.8rem;
    text-align: left;
  }
}
.mishiyousya_comparison .content_detail__btn {
  display: block;
  width: 145px;
  margin: 30px auto;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mishiyousya_comparison .content_detail__btn {
    margin-top: 3.515625vw;
  }
}
.mishiyousya_comparison .content_note {
  max-width: 1032px;
  width: 92%;
  margin: 45px auto 0;
  padding: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eeeee9;
  color: #cf011c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mishiyousya_comparison .content_note {
    padding: 25px;
  }
}
.mishiyousya_comparison .content_note__ttl {
  font-size: 3.3rem;
  font-weight: bold;
}
.mishiyousya_comparison .content_note__txt {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mishiyousya_comparison .content_note__txt {
    text-align: left;
  }
}
.mishiyousya_comparison .summary {
  margin-top: 60px;
  padding: 60px 0 90px;
  background-color: #ffe15c;
  text-align: center;
}
.mishiyousya_comparison .summary__ttl {
  color: #000;
  font-size: 5rem;
  font-weight: bold;
}
.mishiyousya_comparison .summary__img {
  max-width: 1035px;
  width: 92%;
  margin: 45px auto;
}
.mishiyousya_comparison .summary__txt {
  width: 92%;
  margin: auto;
  color: #000;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: bold;
}
.mishiyousya_comparison .summary .search_btn {
  max-width: 880px;
  width: 92%;
  margin: 60px auto 0;
}
.mishiyousya_comparison #campaignContentsArea {
  padding: 20px 0 80px;
}

#campaignContentsArea h2.campaignTitle {
  padding: 45px 0 30px;
}

/*未使用車ってどんな車？バナー*/
.mishiyousya_btn {
  max-width: 92%;
  width: 420px;
  margin: 60px auto 30px;
  text-align: center;
}
.mishiyousya_btn__link {
  display: block;
}
.mishiyousya_btn__link:hover img {
  opacity: 0.8;
}