@charset "UTF-8";

/* -----------------------
TOPページ
----------------------- */
#cp202201detail {
  background-color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 70px 0;
}

@media (max-width: 735px) {
  #cp202201detail {
    padding-top: 100px;
  }
}

#cp202201detail li {
  list-style: none;
}

#cp202201detail img {
  max-width: 100%;
  height: auto;
}

#cp202201detail .only-pc {
  display: block;
}

@media (max-width: 735px) {
  #cp202201detail .only-pc {
    display: none;
  }
}

#cp202201detail .only-sp {
  display: none;
}

@media (max-width: 735px) {
  #cp202201detail .only-sp {
    display: block;
  }
}

#cp202201detail .pagemove {
  background-color: #EDEDED;
}

#cp202201detail .pagemove-container {
  position: relative;
  max-width: 1010px;
  height: 60px;
  margin: 50px auto 0;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

#cp202201detail .pagemove-linkL {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #434343;
  font-weight: bold;
  font-size: 20px;
}

#cp202201detail .pagemove-linkR {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #434343;
  font-weight: bold;
  font-size: 20px;
}

#cp202201detail .carname {
  padding: 0;
  background-color: #EDEDED;
  border-top: 1px solid #707070;
}

#cp202201detail .carname-text {
  display: flex;
  height: 60px;
  max-width: 1010px;
  margin: 0 auto;
  padding: 5px 15px;
  justify-content: space-between;
  align-items: center;
  color: #434343;
  font-weight: bold;
  font-size: 20px;
  box-sizing: border-box;
}

#cp202201detail .container {
  max-width: 1010px;
  margin: 0 auto;
  padding: 70px 15px 100px;
}

@media (max-width: 735px) {
  #cp202201detail .container {
    padding-bottom: 50px;
  }
}

#cp202201detail .article {
  margin-top: 70px;
}

@media (max-width: 735px) {
  #cp202201detail .article {
    margin-top: 30px;
  }
}

#cp202201detail .article-data>li {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #CECDCD;
}

#cp202201detail .article-dataTitle {
  font-size: 24px;
  font-weight: bold;
  color: #3E83B7;
}

#cp202201detail .article-dataItem {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #3E83B7;
  width: 160px;
}

@media (max-width: 735px) {
  #cp202201detail .article-dataItem {
    display: block;
  }
}

#cp202201detail .article-dataDetail {
  display: inline-block;
  padding-left: 24px;
  font-size: 20px;
}

@media (max-width: 735px) {
  #cp202201detail .article-dataDetail {
    margin-top: 10px;
    display: block;
    padding-left: 0;
  }
}

#cp202201detail .article-dataDetail--small {
  width: calc(100% - 420px);
}

@media (max-width: 735px) {
  #cp202201detail .article-dataDetail--small {
    width: 100%;
  }
}

#cp202201detail .article-dataProf {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #434343;
  font-size: 20px;
}

@media (max-width: 735px) {
  #cp202201detail .article-dataProf {
    position: initial;
    margin-top: 10px;
    display: block;
    transform: initial;
  }
}

#cp202201detail .article-detail {
  margin-top: 80px;
}

@media (max-width: 735px) {
  #cp202201detail .article-detail {
    margin-top: 50px;
  }
}

#cp202201detail .article-detail>li {
  padding-bottom: 70px;
}

@media (max-width: 735px) {
  #cp202201detail .article-detail>li {
    padding-bottom: 50px;
  }
}

#cp202201detail .article-detailText {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 20px;
  color: #3E83B7;
  font-weight: bold;
  border-radius: 30px;
  background-color: #E5F0F8;
}

#cp202201detail .article-detailText:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: 0;
  border: 14px solid transparent;
  border-top: 23px solid #E5F0F8;
}

#cp202201detail .article-detailAns {
  padding-top: 45px;
  line-height: 1.8;
}

#cp202201detail .article-actionCarinfo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cp202201detail .article-actionCarimg {
  width: 70px;
  height: 70px;
}

#cp202201detail .article-actionCarname {
  display: inline-block;
  padding-left: 24px;
  font-size: 32px;
  color: #3E83B7;
  font-weight: bold;
}

#cp202201detail .article-actionCarlink {
  margin-top: 24px;
  text-align: center;
}

#cp202201detail .article-actionCarlinksrc {
  display: inline-block;
    padding: 15px 24px;
    color: #3E83B7;
    border-radius: 10px;
    border: 4px solid #3E83B7;
    font-size: 24px;
    font-weight: bold;
    width: 48%;
    max-width: 306px;
    margin: 10px 20px 0;
    font-size: 20px;
}

@media (max-width: 735px) {
  #cp202201detail .article-actionCarlinksrc {
    font-size: 20px;
    width: 90%;
  }
}

#cp202201detail .article-actionSearch {
  margin-top: 24px;
}

#cp202201detail .anotherpage {
  background-color: #EDEDED;
}

#cp202201detail .anotherpage-container {
  position: relative;
  max-width: 1010px;
  min-height: 110px;
  margin: 0 auto 70px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

@media (max-width: 735px) {
  #cp202201detail .anotherpage-container {
    flex-wrap: wrap;
  }
}

#cp202201detail .anotherpage-container>a:not(:first-of-type) {
  border-left: 1px solid #707070;
}

@media (max-width: 735px) {
  #cp202201detail .anotherpage-container>a:not(:first-of-type) {
    position: relative;
  }

  #cp202201detail .anotherpage-container>a:not(:first-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #707070;
  }
}

@media (max-width: 735px) and (max-width: 735px) {
  #cp202201detail .anotherpage-container>a:not(:first-of-type)::after {
    width: 100%;
    height: 1px;
    top: 0;
  }
}

#cp202201detail .anotherpage-linkL {
  position: absolute;
  display: inline-block;
  width: calc(50% - 15px);
  left: 0;
  top: 0;
  margin: 25px 0;
  padding: 0 50px 0 15px;
  box-sizing: border-box;
  color: #434343;
  font-weight: bold;
  font-size: 20px;
  background-color: #EDEDED;
}

@media (max-width: 735px) {
  #cp202201detail .anotherpage-linkL {
    position: initial;
    width: 100%;
    display: block;
    transform: initial;
    margin: 0;
    padding: 25px 50px 25px 15px;
  }
}

#cp202201detail .anotherpage-linkR {
  position: absolute;
  display: inline-block;
  width: calc(50% - 15px);
  right: 0;
  top: 0;
  margin: 25px 0;
  padding: 0 15px 0 50px;
  box-sizing: border-box;
  color: #434343;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  background-color: #EDEDED;
}

@media (max-width: 735px) {
  #cp202201detail .anotherpage-linkR {
    position: initial;
    width: 100%;
    display: block;
    transform: initial;
    margin: 0;
    padding: 25px 15px 25px 50px;
  }
}

#cp202201detail .anotherpage-detail {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cp202201detail .swiper-slide {
  background-color: initial;
}

#cp202201detail .swiper-thumbs {
  margin-top: 24px;
}

#cp202201detail .swiper-thumbs .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

#cp202201detail .swiper-thumbs .swiper-slide--thumbs {
  width: 16% !important;
}

#cp202201detail .swiper-thumbs .swiper-slide--thumbs:last-child {
  margin-right: 0 !important;
}

@media (max-width: 735px) {
  #cp202201detail .swiper-thumbs .swiper-slide--thumbs {
    width: calc(33.3333333333% - 10px) !important;
  }
}


/* 20220215追記 */

#cp202201detail .swiper-container {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: auto;

}

#cp202201detail .swiper-container:before {
  content: "";
  display: block;
  padding-top: 75%;
  background: #FFFFFF;
}

#cp202201detail .swiper-container>.swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#cp202201detail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#cp202201detail .swiper-thumbs .swiper-slide {
  position: relative;
  background: #FFFFFF;
}

#cp202201detail .swiper-thumbs .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 75%;
  background: #000;
}


#cp202201detail .swiper-thumbs .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}