<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kasaihoken{
  font-size: 16px;
}
.kasaihoken .mv{
  background: #FDF7E8;
  text-align: center;
}
.kasaihoken .mv img{
  max-height: 340px;
}
.kasaihoken .kasaihoken_title{
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
}

.guidance {
  margin-bottom: 140px;
}
.guidance .title{
  background: #FDF3EA;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 30px;
  position: relative;
}
.guidance .title:before{
  content: " ";
  display: block;
  width: 10px;
  height: 100%;
  background: #E8822E;
  position: absolute;
  left: 0;
  top: 0;
}
.guidance_block{
  margin: 37px 20px 0 20px;
  padding-bottom: 25px;
  border-bottom: solid 1px #F4F4F4;
}
.guidance_block .point{
  border: solid #E8822E 5px;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin-right: 20px;
  text-align: center;
  font-family: Helvetica, Sans-Serif;
  font-weight: 700;
  font-size: 17px;
  color: #E8822E;
  position: relative;
}
.guidance_block .point p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.guidance_block .point span{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.0em;
  display: block;
  color: #E8822E;
}
.guidance_block .heading{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 19px;
}
.guidance_block .heading h3{
  font-weight: 700;
  font-size: 22px;
  color: #E8822E;
}
.guidance_block .detail .attention{
  padding-left:1em;
	text-indent:-1em;
  margin-top: 20px;
}
.guidance_block .detail .attention:before{
  content: "窶ｻ";
}
.guidance_block .detail_illust{
  display: flex;
}
.guidance_block .detail_illust p{
  width: 57%;
  margin-right: 3%;
}
.guidance_block .detail_illust .illust{
  max-width: 408px;
  width: 40%;
}
.guidance_block .detail .reparation_list{
  display: flex;
}
.guidance_block .detail .reparation_list ol{
  width: 33%;
}


.flow{
  background: #FDF3EA;
  padding: 115px 0;
}
.flow_block{
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
}
.flow_block .step{
  display: flex;
}
.flow_block .step .heading{
  max-width: 152px;
  width: 20%;
  background: #F5BB5D;
  text-align: center;
  padding: 70px 0 30px 0;
  position: relative;
}
.flow_block .step .heading:after{
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #F5BB5D;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
.flow_block .step .heading p{
  color: #fff;
  font-family: Helvetica, Sans-Serif;
  font-size: 17px;
  font-weight: 700;
}
.flow_block .step .heading p span{
  display: block;
  font-size: 42px;
}
.flow_block .step .heading h3{
  color:#fff;
  font-size: 22px;
  font-weight: 700;
}
.flow_block .step .heading h3 span{
  font-size: 14px;
  margin:15px 0;
  display: block;
}
.flow_block .step .detail{
  width: 80%;
  padding: 50px 64px;
}
.flow_block .step .detail h4{
  font-weight: 700;
  font-size: 22px;
  color: #E8822E;
  padding-bottom: 10px;
  padding-left: 64px;
  margin-bottom: 20px;
  margin-left: -64px;
  border-bottom: solid 4px #E8822E;
}
.flow_block .step .detail h4 span{
  display: block;
  font-size: 14px;
}
.flow_block .step .detail .button a{
  display: block;
  text-align: center;
  background: #BA454B url(../images/icon_arrow.svg) no-repeat 92% center;
  border: solid 2px #BA454B;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  max-width: 380px;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0;
  transition: .5s;
  text-decoration: none;
}
.flow_block .step .detail .button a:hover{
  background: #fff url(../images/icon_arrow_red.svg) no-repeat 92% center;
  color: #BA454B;
}
.flow_block .step .detail .free_dial{
  border: solid 1px #707070;
  max-width: 460px;
  padding: 20px 30px;
  color: #626262;
}
.flow_block .step .detail .button p{
  font-size: 14px;
}
.flow_block .step .detail .free_dial .area_title{
  background: #2a73b9;
  display: inline-block;
  color:#fff;
  font-weight: 600;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-size: 19px;
}
.flow_block .step .detail .free_dial .area_name{
  color: #000;
  margin-bottom: 10px;
}
.flow_block .step .detail .free_dial .tel{
  font-size: 44px;
  font-weight: 700;
  font-family: Helvetica, Sans-Serif;
  display: block;
  color: #626262;
  text-decoration: none;
  margin-top: -15px;
}
.flow_block .step .detail .free_dial .tel:before{
  content: " ";
  background: url(../images/icon_freedial.png) 0 0 /cover;
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top:12px;
}
.flow_block .step .detail .attention{
  padding-left:1em;
	text-indent:-1em;
  margin-top: 20px;
}
.flow_block .step .detail .attention:before{
  content: "窶ｻ";
}
.flow_block .step .detail .free_dial span{
  font-size: 12px;
}
.flow_block .step.step2 .heading,
.flow_block .step.step2 .heading:after{
  background: #F4A437;
}
.flow_block .step.step3 .heading,
.flow_block .step.step3 .heading:after{
  background: #F09448;
}
.flow_block .step.step4 .heading{
  background: #E8822E;
}
.flow_block .step.step4 .heading:after{
  display: none;
}
.flow_block .step .detail .after{
  background: #FDF3EA;
  margin-top: 20px;
  padding: 5%;
}
.flow_block .step .detail .after h5{
  color: #E8822E;
  font-size:22px;
  font-weight: 700;
}
.flow_block .step .detail .after h5 span{
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}


.voice{
  padding: 112px 0;
}
.voice_list{
  max-width: 1178px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
}
.voice_list .user_block{
  position: relative;
  max-width: 368px;
  width: 30%;
  margin: 0 1.5%;

}
.voice_list .user_block .comment{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  max-width: 300px;
  margin-bottom: 65px;
  padding: 30px 8%;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  filter: drop-shadow(0px 0px 4px #d1d1d1);
}
.voice_list .user_block .comment:before{
  position: absolute;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  clip-path: polygon(0 0, 90% 0, 0% 100%);
  content: '';
}
.voice_list .user_block .comment h3{
  width: 100%;
  font-size: #000000;
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 1px #000000;
  padding-bottom:5px;
  margin-bottom: 10px;
}
.voice_list .user_block .comment h3 small{
  font-size: 70%;
  position: relative;
  top: -5px;
  left: 2px;
}
.voice_list .user_block .comment p{
  width: 100%;
}
.voice_list .user_block .user_img{
  width: 120px;
  position: absolute;
  bottom: -20px;
  left: 10%;
}
.voice_attention{
  max-width: 1090px;
  margin: 0 auto 0px auto;
  font-size: 13px;
  text-indent: -1em;
  color: #707070;
}
.voice_attention p:before{
  content: "窶ｻ";

}




.information{
  max-width: 960px;
  margin: 0 auto 117px auto;
}
.information .inner{
  background: #F4F4F4;
  padding: 25px 43px 25px 43px;
}
.information h2{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
}
.information .store_list{
  background: #fff;
  margin: 10px 0 20px 0;
  padding: 32px 40px;
}
.information .store_list li{
  border-bottom: solid 1px #F4F4F4;
  padding: 30px 0;
}
.information .store_list li h3{
  font-size: 18px;
  font-weight: 700;
}
.information .store_list li .tel{
  font-size: 34px;
  font-weight: 700;
  font-family: Helvetica, Sans-Serif;
  color: #626262;
  margin-top: -15px;
  margin-bottom: 5px;
  display: block;
}
.information .store_list li .tel:before{
  content: " ";
  background: url(../images/icon_freedial.png) 0 0 /cover;
  width: 49px;
  height: 49px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top:12px;
}
.information .store_list li .time{
  font-size: 14px;
  color: #626262;
}
.information .limit{
  margin-top: 10px;
  text-align: right;
}


@media screen and (max-width: 767px){
  .kasaihoken .mv{
    margin-top: 62px;
    padding: 0 5%;
  }
  .kasaihoken .kasaihoken_title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .kasaihoken .inner{
    padding: 0px 5% 20px 5%;
  }
  .guidance{
    margin-bottom: 70px;
  }
  .guidance .title{
    font-size: 18px;
  }
  .guidance_block .point{
    margin: 0 auto 20px auto;
  }
  .guidance_block .detail_illust{
    flex-direction: column;
  }
  .guidance_block .detail_illust p{
    width: 100%;
    margin-right: 0%;
  }
  .guidance_block .detail_illust .illust{
    width: 100%;
    margin-top: 20px;
  }
  .guidance_block .detail .reparation_list{
    flex-direction: column;
  }
  .guidance_block .detail .reparation_list ol{
    width: 100%;
  }
  .flow{
    padding: 60px 0;
  }
  .flow_block{
    width: 90%;
  }
  .flow_block .step{
    flex-direction: column;
  }
  .flow_block .step .heading{
    width: 100%;
    max-width: 100%;
    padding: 20px 0 20px 0;
  }
  .flow_block .step .heading:after{
    width: 20%;
    left:40%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .flow_block .step.step4 .heading:after{
    display: inline-block;
    background: #E8822E;
  }
  .flow_block .step .detail h4{
    margin-left: 0;
    padding-left: 0px;
    text-align:center;
  }
  .flow_block .step .detail h4 span{
    margin-top: 20px;
    text-align: left;
  }
  .flow_block .step .detail{
    width: 86%;
    padding: 50px 7%;
  }
  .flow_block .step .detail .free_dial{
    padding: 20px 20px;

  }
  .flow_block .step .detail .free_dial .tel {
    font-size: 30px;
    margin-top: -5px;
  }
  .flow_block .step .detail .free_dial .tel:before{
    width: 40px;
    height: 40px;
  }
  .flow_block .step .heading h3 span{
    margin: 5px 0;
  }
  .flow_block .step .detail .free_dial .area_title{
    padding: 11px 10px;
    line-height: 1.2em;
  }
  .voice {
    padding: 70px 0;
  }
  .voice_list{
    flex-direction: column;
    margin: 0 auto 0px auto;
  }
  .voice_list .user_block{
    width: 100%;
    max-width: 100%;
    margin: 0 0 60px 0;
  }
  .voice_list .user_block .comment{
    margin: 0 auto 65px auto;
  }
  .voice_attention{
    width: 82%;
  }
  .information{
    width: 90%;
  }
  .information .inner{
    padding: 20px 5% 20px 5%;;
  }
  .information h2{
    text-align: center;
    margin-bottom: 10px;
    padding-top: 40px;
  }
  .information .store_list{
    padding: 25px 30px;
  }
  .information .store_list li .tel{
    font-size: 30px;
  }
  .information .store_list li .tel:before{
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }


}
</pre></body></html>