@charset "utf-8";

/* repair award */

/* =================================================================================== */
/* Common */
/* =================================================================================== */

body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  line-height: 1.3 !important;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.bg-red {
  background: #bf0000;
}

.bg-orange {
  background: #f59600;
}

.bg-green {
  background: #00b900;
}

.bg-blue-l {
  background: #00a0f0;
}

.bg-blue {
  background: #002896;
}

.bg-purple {
  background: #7d00be;
}

.bg-pink {
  background: #ff41be;
}

.text-white {
  color: #fff
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media all and (min-width:768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

.conPrl16 {
  padding: 0 16px;
}

@media all and (min-width:960px) {
  .conPrl16 {
    padding: 0;
  }
}

.rc-main {
  letter-spacing: 1px;
  overflow: hidden;
}

.rc-footer {
  padding-top: 0;
}

/* =================================================================================== */
/* Common */
/* =================================================================================== */
/*---------------main---------------*/
.awardAbout_inner {
  padding: 6% 3%;
}

.sub-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.award-TopArea_Description {
  text-align: center;
}

.award-TopArea_Description span {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin: 16px auto;
}

.sub-text {
  font-weight: bold;
  text-align: center;
}

.award_Description {
  max-width: 50%;
  margin: 20px auto 60px;
  text-align: center;
}

.TtlIcon {
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

h2 span {
  font-size: 30px;
  padding-bottom: 12px;
}

h2.Ttl {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  background: url(//carservice.r10s.jp/img/repair/award/2025/title_line_sp.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

h2.Ttl span {
  font-size: 14px;
  display: block;
}

@media all and (min-width:768px) {
  .awardAbout_inner {
    padding: 3%;
  }

  .award-TopArea_Description span {
    font-size: 22px;
    margin: 30px auto;
  }

  h2.Ttl {
    font-size: 50px;
    background: url(//carservice.r10s.jp/img/repair/award/2025/title_line_pc.png) no-repeat;
    background-position: bottom center;
    background-size: 95% auto;
  }

  h2.Ttl span {
    font-size: 18px;
  }

  .TtlIcon img {
    height: 44px;
  }

  .sub-title {
    font-size: 32px;
  }

  .award-TopArea_Description {
    font-size: 20px;
    max-width: 960px;
    margin: 0 auto;
  }

  .sub-text {
    font-size: 20px;
  }

  .award_Description {
    max-width: 50%;
    margin: 40px auto;
    text-align: center;
  }
}

/*--------------- areaRank---------------*/
.awardRank {
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
}


/*--------------- awardSearch ---------------*/
.awardSearch {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
  margin-bottom: 3rem;
}

h5.Ttl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  position: relative;
}

h5.Ttl::before {
  content: "";
  width: 2px;
  height: 60px;
  background: #fff;
  rotate: -20deg;
  position: absolute;
  top: 0;
  left: 5%;
}

h5.Ttl::after {
  content: "";
  width: 2px;
  height: 60px;
  background: #fff;
  rotate: 20deg;
  position: absolute;
  top: 0;
  right: 5%;
}

.repair-search-wrap {
  margin: 30px auto 0px;
  background: #fff;
  border-radius: 5px;
}

.repair-under-search .repair-under-search-container .repair-under-search-section .repair-under-search__postal .rc-input {
  margin: 0;
}

@media all and (min-width:400px) {
  h5.Ttl::before {
    left: 12%;
  }

  h5.Ttl::after {
    right: 12%;
  }
}

@media all and (min-width:500px) {
  h5.Ttl::before {
    left: 20%;
  }

  h5.Ttl::after {
    right: 20%;
  }
}

@media all and (min-width:600px) {
  h5.Ttl::before {
    left: 25%;
  }

  h5.Ttl::after {
    right: 25%;
  }
}

@media all and (min-width:768px) {
  h5.Ttl {
    font-size: 25px;
  }

  h5.Ttl::before {
    height: 35px;
    left: 12%;
  }

  h5.Ttl::after {
    height: 35px;
    right: 12%;
  }

  .repair-search-wrap {
    border-radius: 10px;
  }

  .repair-under-search .repair-under-search-container {
    padding: 30px !important;
  }
  .awardSearch {
    padding-bottom: 20px;
  }

}

@media all and (min-width:960px) {
  h5.Ttl::before {
    left: 21%;
  }

  h5.Ttl::after {
    right: 21%;
  }
}

/* =================================================================================== */
/* TOP */
/* =================================================================================== */
/*---------------mainttl---------------*/
.mainTtl {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 0;
}

.mainTtl_inner {
  color: #fff;
  font-size: 3.6vw;
  font-weight: bold;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 41%;
  line-height: 1.4;
  width: 100%;
  font-size: 16px;
}

@media all and (max-width:768px) {
  .mainTtl_inner {
    font-size: 14px;
  }
}

@media all and (min-width:768px) {
  .mainTtl {
    background: url(https://carservice.r10s.jp/img/repair/award/2025/bg_mv_pc.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }

  .mainTtl span {
    max-width: 960px;
    height: auto;
    margin: 0 auto;
  }

  .mainTtl_inner {
    font-size: 20px;
    max-width: 960px;
    position: relative;
    padding-bottom: 100px;
    line-height: 1.6;
  }
}

.mvShopImg img {
  width: 100%;
  height: auto;
}

@media all and (max-width:768px) {
  .mv_shops_pc {
    display: none;
  }
}

@media all and (min-width:768px) {
  .mv_shops_sp {
    display: none;
  }
}

/*--------------- allRank ---------------*/
.allRank {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
}

.awardRank li {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.awardRank li a {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px;
  word-break: break-all;
  color: #4a4a4a;
}

.ranking-title {
  font-size: 30px !important;
  padding: 20px !important;
}

.rankbestList_Ttl {
  display: table;
}

.rankbestList_Ttl .Ttl_text {
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

.rankbestList_Ttl .Ttl_sub {
  font-size: 12px;
  font-weight: normal;
  display: block;
  line-height: 1.2;
  margin-top: 5px;
}

.rankbestList_Ttl .Ttl_num {
  display: inline-block;
  width: 80px;
  height: auto;
}

.rankbestList_Ttl .Ttl_num img {
  width: 70px;
  height: auto;
}

.rankbestList_Pic {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pic_large {
  width: 100%;
  min-height: 202px;
  margin-bottom: 4%;
}

.pic_small_1,
.pic_small_2 {
  width: 48%;
  min-height: 98px;
}

.ranklatList {
  list-style-type: none;
}

.rankbestList_comment .commentTtl {
  font-size: 16px;
  font-weight: bold;
}

.rankmidList_Ttl,
.ranklatList_Ttl {
  display: flex;
  align-items: center;
}

.rankmidList_Ttl .Ttl_num,
.ranklatList_Ttl .Ttl_num {
  display: block;
  width: 45px;
  height: 40px;
  text-align: center;
}

.ranklatList_Ttl .Ttl_num img,
.rankmidList_Ttl .Ttl_num img {
  width: 48px;
  height: auto;
}

.ranklatList_Ttl .Ttl_shop_img img,
.rankmidList_Ttl .Ttl_shop_img img {
  width: 100px;
  height: auto;
}

.rankmidList_Ttl .Ttl_text,
.ranklatList_Ttl .Ttl_text {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  display: block;
  width: 100%;
  height: auto;
}

.ranklatList_Ttl .Ttl_shop_img,
.rankmidList_Ttl .Ttl_shop_img {
  padding-left: 10px;
}

.rankmidList_Pic,
.ranklatList_Pic {
  float: left;
  width: 30%;
  height: auto;
}

@media all and (min-width:768px) {
  .awardRank {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .newShop {
    justify-content: center;
    gap: 12px;
  }

  .awardRank li {
    border-radius: 10px;
    margin-bottom: 30px;
  }

  .awardRank li a {
    padding: 20px;
  }

  .awardRank li.ranklatList a {
    padding: 15px;
  }

  .ranking-title {
    font-size: 42px !important;
    padding: 20px !important;
  }

  .rankbestList_Ttl .Ttl_text {
    font-size: 30px;
  }

  .rankbestList_Ttl .Ttl_sub {
    font-size: 20px;
  }

  .rankbestList_Ttl .Ttl_num {
    width: 140px;
  }

  .rankbestList_Ttl .Ttl_num img {
    width: 115px;
    height: auto;
  }

  .rankbestList_Pic {
    display: grid;
    max-width: 660px;
    width: 100%;
    height: 287px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin: 0 auto;
  }

  .pic_large {
    grid-area: 1 / 1 / 3 / 2;
    width: 440px;
    margin-bottom: 0;
  }

  .pic_small_1 {
    grid-area: 1 / 2 / 2 / 3;
    max-width: 205px;
    width: 100%;
  }

  .pic_small_2 {
    grid-area: 2 / 2 / 3 / 3;
    max-width: 205px;
    width: 100%;
  }

  .rankbestList_comment .commentTtl {
    font-size: 18px;
  }

  .rankmidList {
    width: 32%;
    height: auto;
  }

  .rankmidList .newShop {
    width: 312px;
  }

  .ranklatList {
    width: 24%;
    height: auto;
  }

  .rankmidList_Ttl,
  .ranklatList_Ttl {
    display: block;
  }

  .rankmidList_Ttl .Ttl_num {
    display: inline;
  }

  .ranklatList_Ttl .Ttl_num img,
  .rankmidList_Ttl .Ttl_num img {
    width: 64px;
    height: auto;
  }

  .ranklatList_Ttl .Ttl_num {
    display: inline;
    font-size: 28px;
  }

  .rankmidList_Ttl .Ttl_text {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-top: 0;
  }

  .ranklatList_Ttl .Ttl_text {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin-top: 0;
  }

  .rankmidList_Ttl .Ttl_sub {
    font-size: 16px;
  }

  .ranklatList_Ttl .Ttl_sub {
    font-size: 12px;
  }

  .rankmidList_Pic {
    width: 100%;
    min-height: 175px;
  }

  .ranklatList_Pic {
    width: 100%;
    min-height: 130px;
  }
}

@media all and (min-width:960px) {
  .rankbestList a {
    padding: 40px !important;
  }

  .rankbestList_Pic {
    max-width: 740px;
    height: 320px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pic_large {
    width: 490px;
  }

  .pic_small_1 {
    max-width: 230px;
  }

  .pic_small_2 {
    max-width: 230px;
  }
}


/*---------------FadeInUp---------------*/
.award-FadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  transition: .8s;
  transition-delay: 0.3s;
}

.award-FadeInUp-delay00 {
  transition-delay: 0s;
}

.award-FadeInUp-delay01 {
  transition-delay: 0.1s;
}

.award-FadeInUp-delay02 {
  transition-delay: 0.2s;
}

.award-FadeInUp-delay03 {
  transition-delay: 0.3s;
}

.award-FadeInUp-delay04 {
  transition-delay: 0.4s;
}

.award-FadeInUp-delay05 {
  transition-delay: 0.5s;
}

.award-FadeInUp-delay06 {
  transition-delay: 0.6s;
}

.award-FadeInUp-delay07 {
  transition-delay: 0.7s;
}

.award-FadeInUp-delay08 {
  transition-delay: 0.8s;
}

.award-FadeInUp-delay09 {
  transition-delay: 0.9s;
}

.award-FadeInUp-delay10 {
  transition-delay: 1s;
}

.award-FadeInUp-fadeInUp {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}


/*-------search------*/
.repair-search-wrap {
  margin: 30px auto;
  background: #fff;
  border-radius: 5px;
}

.repair-under-search-container {
  padding: 0px 16px;
}

@media all and (min-width:960px) {
  .search-location {
    display: flex;
  }

  .search-postcode {
    display: flex;
  }

  .repair-search-zip-inner,
  .repair-search-zip-inner__input {
    width: 100%;
  }

  .repair-search-area-more__local {
    padding: 0;
  }
}


/*----commmon修正---*/
.repair-heading1 {
  padding: 0px;
}

.repair-search-area-more__local {
  border-bottom: none;
}

.rc-input input {
  font-size: 14px;
}

.repair-search-area-more__local {
  margin: 0;
  padding-bottom: 0px;
  width: 100%;
}

.repair-search-area-more__local .repair-btn--local {
  width: 100%;
  max-width: 100%;
}

.repair-search-zip-inner {
  padding: 0px;
  width: 100%;
}