/*
=======================================================*/
.section.page-header{
  display: none;
}
ol.breadcrumb{
  display: none;
}
.col-md-12.mainSection{
  padding-right: inherit!important;
  padding-left: inherit!important;
}

@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 768px){
}

/*保険・補償ページ
=======================================================*/
/*保険・補償*/
.supporrt-wrap{
  margin-bottom: 50px;
}
.supporrt-inner{
  width: 95%;
  margin: 0 auto;
}
.supporrt-box{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.supporrt-box:last-child{
  margin-bottom: 0;
}
.supporrt-box dl{
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  border: #F5F5F5 1px solid;
}
.supporrt-box dl dt{
  background: #F5F5F5;
  width: 40%;
  padding: 10px !important;
  height: 100%;
  display: flex;
  align-items: center;
}
.supporrt-box dl dd{
  padding: 10px !important;
  width: 60%;
}
.supporrt-box dl dd span{
  display: flex;
  font-size: 12px;
}
ul.supporrt-check li{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
ul.supporrt-check li::before{
  content: "";
  background: url(https://snowrentacar-mg.com/wp-content/uploads/2026/01/check.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 10px;
}
ul.supporrt-check li:last-child{
  margin-bottom: 0;
}

/*注意事項*/
.notice{
  background: #F5F5F5;
}
.notice-wrap{
  background: #fff;
  padding: 30px;
}
.notice-wrap h3{
  font-size: 20px;
  margin: 1em 0 1em;
}
.notice-wrap ul li{
  list-style: disc;
  list-style-position: inside;
  margin-bottom: .5em;
  margin-left: 10px;
}

@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 768px){
  .supporrt-inner{
    width: 100%;
  }
  .supporrt-box{
    flex-wrap: wrap;
  }
  .supporrt-box dl{
    width: 100%;
  }
}

/*ご利用の流れ
=======================================================*/
.page-id-200{
  background: #F5F5F5;
}
.flow{
  background: #F5F5F5;
  position: relative;
}
.flow-box-ttl{
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}
.flow-box-ttl span{
  display: block;
  color:#37CEFF;
}
.flow-box-ttl::before{
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow-box{
  position: relative;
}
.flow-box::after{
  content: "";
  width: 4px;
  height: 110%;
  background: #fff;
  display: block;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: -1;
}
.flow-box:last-child::after{
  content: unset;
}
.flow-box-txt{
  width: 70%;
  margin: 50px auto;
}
img.flow-bg{
  position: absolute;
  bottom: -60px;
  right: -50px;
  object-fit: contain;
  mix-blend-mode: color-dodge;
  width: 50%;
}
/*--ここまでトップと同じ--*/
.flow-box-txt2{
  width: 95%;
  margin: 0 auto;
}
.flow-box-txt2 span{
  font-size: 18px;
}
.flow-box-txt2 ul li{
  list-style: disc;
  list-style-position: inside;
  margin-bottom: .5em;
  margin-left: 10px;
}
.flow-box-txt2 ol li{
  list-style: auto;
  list-style-position: inside;
}

@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 768px){
  .flow-box-txt{
    width: 80%;
    margin: 20px 0 20px auto;
  }
  .flow-box a.normal-btn{
    max-width: 100%;
    width: 100%;
  }
}

/*よくあるご質問
=======================================================*/
.faq{
  background: #fff;
}
.faq-menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:20px;
  padding-bottom: 50px;
}
.faq-menu a{
  width: calc(100% / 4 - 20px);
  text-align: center;
  color:#000;
}
.faq-menu a::after{
  content: "";
  background: url(https://snowrentacar-mg.com/wp-content/uploads/2026/01/arrow.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  margin: 10px auto 0;
  transition: all .2s linear;
}
.faq-menu a:hover{
  text-decoration: unset;
}
.faq-menu a:hover::after{
  content: "";
  margin: 15px auto 0;
}
.faq-wrap{
  padding-top: 50px;
}
.faq-wrap h3{
  margin-bottom: 50px;
}
.faq-box{
  margin-bottom: 20px;
}
.faq-box:last-child{
  margin-bottom: 0;
}
.faq-box-q{
  display: flex;
  background: #F5F5F5;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.faq-box-q-num{
  font-size: 34px;
  color: #076BAF;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
}
.faq-box-q-txt{
  width: 88%;
  font-size: 16px;
  line-height: 1.5;
}
img.faq-box-arrow{
  object-fit: contain;
  object-position: center;
  width: 20px;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.faq-box-q.open img.faq-box-arrow{
  transform: rotate(-180deg);
}
.faq-box-a{
  display: none;
  margin-top: 5px;
}
.faq-box-a-detail{
  display: flex;
  align-items: center;
  background: #F5F5F5;
  padding: 30px 10px;
}
.faq-box-a-num{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 30px;
}
.faq-box-a-txt{
  width: 90%;
  font-size: 14px;
}

@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 768px){
  .faq-menu{
    gap: 10px;
  }
  .faq-menu a{
    width: calc(100% / 2 - 5px);
  }
}

/*お問い合わせ
=======================================================*/
.page-id-399{
  background: #F5F5F5;
}

@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1100px){
}
@media screen and (max-width: 768px){
}


/*空き家を見に行こう
=======================================================*/
/*Concept*/
.concept{
  margin-top: 100px;
}
.concept-wrap{
  display: flex;
  gap: 70px;
  align-items: center;
}
.concept-txt{
  width: 90%;
  line-height: 1.5;
}
.concept-wrap img.concept01-img{
  object-fit: contain;
  box-shadow: -40px 40px 0px #F3F3F3;
}
.concept-flex{
  display: flex;
  gap: 20px;
  margin-top: 100px;
}
.concept-flex-box{
  background: #F3F3F3;
  width: calc(100% / 3);
  aspect-ratio: 1 / 1;
  border-radius: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.concept-flex-box-ttl{
  margin-bottom: 20px;
  font-size: 18px;
}
/*Vision*/
.vision{
  background: url(https://snowrentacar-mg.com/wp-content/uploads/2026/01/vision-bg.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}
.vision::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.6);
}
.vision-wrap{
  width: 50%;
  margin-left: auto;
}
.vision-txt-top{
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
}
/*Message*/
.message{
  position: relative;
}
.message-wrap{
  width: 50%;
  margin: 0 auto;
}
.message-txt-top{
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
}
.message img.message01-img{
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  object-fit: contain;
}

@media screen and (max-width: 1000px){
  .concept-flex{
    flex-wrap: wrap;
    justify-content: center;
  }
  .concept-flex-box-ttl{
    font-size: 15px;
    line-height: 1.4;
  }
  .concept-flex-box{
    width: calc(100% / 2.1);
    padding: 0 20px;
  }
  .message-wrap{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .concept{
    margin-top: 50px;
  }
  .concept-wrap{
    flex-wrap: wrap;
    gap: 20px;
  }
  .concept-txt{
    width: 100%;
  }
  .concept-wrap img.concept01-img{
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .concept-flex-box{
    width: calc(100% / 2.1);
  }
  .concept-flex-box-ttl{
    margin-bottom: 10px;
  }
  .concept-flex-box-txt{
    font-size: 12px;
    line-height: 1.5;
  }
  .vision{
    background-position: center;
  }
  .vision-wrap{
    width: 100%;
  }
  .vision-txt-top{
    font-size: 16px;
  }
  .message-txt-top{
    font-size: 15px;
  }
}
@media screen and (max-width: 480px){
  .concept-flex-box{
    width: calc(100% / 1.2);
  }
}