@charset "utf-8";

/* ----------------------------------------common */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

#insurance_car {
  color: #111111;
  line-height: 1.6;
}

#insurance_car a {
  transition: all 0.2s ease;
}

#insurance_car a:hover {
  opacity: 0.7;
}

#insurance_car .sdw01 {
  box-shadow: 0px 8px 20px 0px rgba(53,172,242,0.2);
}

#insurance_car .sdw02 {
  box-shadow: 0px 6px 10px 0px rgba(53,172,242,0.2);
}

#insurance_car ul.note {
  font-size: 13px;
}

#insurance_car ul.note li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

#insurance_car .taR {
  text-align: right !important;
}

#insurance_car .sec_title {
  margin-bottom: 30px;
  color: #1549DF;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

#insurance_car .sec_title em {
  display: block;
  margin-top: 0.5em;
  color: #111111;
  font-style: normal;
}

#insurance_car .blue_top_btn {
  width: 236px;
  margin: 0 auto;
}

#insurance_car .blue_top_btn a {
  display: block;
  margin-top: 20px;
  padding: 12px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #1549DF;
  border-radius: 40px;
  background: url(../img/ico_arw_white_top.png) #1549DF no-repeat 95% center;
  background-size: 15px auto;
}

@media screen and (min-width: 768px) {
  #insurance_car .sec {
    margin-bottom: 80px;
  }

  #insurance_car .sec_title {
    font-size: 36px;
  }

  #insurance_car .sec_title em {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  #insurance_car .sec {
    margin-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  #insurance_car .sec_title {
    font-size: 30px;
  }

  #insurance_car .sec_title em {
    font-size: 22px;
  }

  #insurance_car .taC_sp {
    text-align: center !important;
  }
}

/* ----------------------------------------kv */
@media screen and (min-width: 768px) {
  #insurance_car .kv {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 60px;
  }

  #insurance_car .kv h1 {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  #insurance_car .kv {
    padding: 30px 15px 35px;
  }

  #insurance_car .kv h1 {
    width: 75%;
    margin: 0 auto 20px;
  }
}

/* ----------------------------------------direct_link */
#insurance_car .direct_link.with_btn {
  margin-bottom: 40px;
}

#insurance_car .direct_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/ico_win.png) #ffffff no-repeat 95% center;
  background-size: 20px auto;
}

@media screen and (min-width: 768px) {
  #insurance_car .direct_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 25px;
    margin-bottom: 80px;
  }

  #insurance_car .direct_link a {
    width: 280px;
    height: 100px;
    border-radius: 20px;
  }

  #insurance_car .direct_link a img {
    margin-right: 13px;
  }

  #insurance_car .direct_link li:nth-of-type(1) a img {
    width: 164px;
  }
  #insurance_car .direct_link li:nth-of-type(2) a img {
    width: 168px;
  }
  #insurance_car .direct_link li:nth-of-type(3) a img {
    width: 152px;
  }
}

@media screen and (max-width: 767px) {
  #insurance_car .direct_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
    margin-bottom: 60px;
  }

  #insurance_car .direct_link li {
    width: 72%;
  }

  #insurance_car .direct_link a {
    padding: 15px;
    border-radius: 10px;
  }

  #insurance_car .direct_link a img {
    margin-right: 3%;
  }

  #insurance_car .direct_link li:nth-of-type(1) a img {
    width: 130px;
  }
  #insurance_car .direct_link li:nth-of-type(2) a img {
    width: 130px;
  }
  #insurance_car .direct_link li:nth-of-type(3) a img {
    width: 125px;
  }
}

/* ----------------------------------------feature */
/* text */
#insurance_car #feature .text {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #insurance_car #feature .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #insurance_car #feature .text {
    font-size: 18px;
  }
}

/* direct_ins_list */
#insurance_car .direct_ins_list {
  display: flex;
  justify-content: center;
}

#insurance_car .direct_ins_list .list_block {
  width: 345px;
  margin-right: 25px;
  padding: 20px;
  border-radius: 10px;
  background: #F2F3F7;
}

#insurance_car .direct_ins_list .list_block:last-of-type {
  margin-right: 0;
}

#insurance_car .direct_ins_list .ph {
  width: 170px;
  margin: 0 auto 12px;
}

#insurance_car .direct_ins_list .title {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}

#insurance_car .direct_ins_list .title span {
  display: block;
  font-size: 16px;
}

#insurance_car .direct_ins_list .title_sub {
  margin-bottom: 3px;
  text-align: center;
}

#insurance_car .direct_ins_list .title_sub span {
  display: inline-block;
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 30px;
  background: #35ACF2;
}

#insurance_car .direct_ins_list .title_reason {
  position: relative;
  margin-bottom: 3px;
  color: #1549DF;
  text-align: center;
}

#insurance_car .direct_ins_list .title_reason::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(calc(-50% + 0.3em));
  width: 100%;
  height: 2px;
  background: #1549DF;
}

#insurance_car .direct_ins_list .title_reason em {
  display: inline-block;
  padding: 0 8px;
  font-size: 18px;
  font-style: normal;
  background: #F2F3F7;
  position: relative;
  z-index: 1;
}

#insurance_car .direct_ins_list .title_reason em span {
  font-size: 26px;
}

#insurance_car .direct_ins_list ol {
  margin-bottom: 7px;
}

#insurance_car .direct_ins_list ol li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

#insurance_car .direct_ins_list .ins_note {
  margin-top: 22px;
  font-size: 11px;
}

#insurance_car .direct_ins_list .ins_note p:nth-of-type(n+2) {
  margin-top: 5px;
}

#insurance_car .direct_ins_list .detail_btn {
  width: 230px;
  margin: 0 auto;
}

#insurance_car .direct_ins_list .detail_btn a {
  display: block;
  margin-top: 20px;
  padding: 10px 0;
  color: #1549DF;
  font-weight: 700;
  text-align: center;
  border: 2px solid #1549DF;
  border-radius: 40px;
  background: url(../img/ico_arw_blue.png) #ffffff no-repeat 95% center;
  background-size: 8px auto;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  #insurance_car .direct_ins_list {
    flex-wrap: wrap;
  }

  #insurance_car .direct_ins_list .list_block {
    width: 100%;
    margin: 0 0 25px;
  }

  #insurance_car .direct_ins_list .ph {
    width: 130px;
  }
}

/* ----------------------------------------campaign */
#insurance_car .camp_title {
  color: #35ACF2;
  text-align: center;
}

#insurance_car .camp_title h2 {
  display: inline-block;
  position: relative;
}

#insurance_car .camp_title h2::before,
#insurance_car .camp_title h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 28px;
  height: 42px;
}

#insurance_car .camp_title h2::before {
  left: 0px;
  background: url(../img/fukidashi_left.png) no-repeat center bottom;
  background-size: 100% auto;
}
#insurance_car .camp_title h2::after {
  right: 0px;
  background: url(../img/fukidashi_right.png) no-repeat center bottom;
  background-size: 100% auto;
}

#insurance_car .camp_title span {
  display: inline-block;
}

#insurance_car .bnr_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #insurance_car .camp_title {
    margin-bottom: 20px;
  }

  #insurance_car .camp_title h2 {
    padding: 0 40px;
  }

  #insurance_car .bnr_block .bnr {
    width: 460px;
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  #insurance_car .camp_title {
    margin-bottom: 25px;
  }

  #insurance_car .camp_title h2 {
    padding: 0 28px;
    line-height: 1.3;
  }

  #insurance_car .bnr_block {
    gap: 32px 0;
  }

  #insurance_car .bnr_block .bnr {
    width: 100%;
  }
}

/* ----------------------------------------choice */
#insurance_car .choice_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#insurance_car .choice_list .list_block {
  background: #ffffff;
}

#insurance_car .choice_list .list_block .img {
  text-align: center;
}

#insurance_car .choice_list .list_block .text {
  font-weight: 700;
  text-align: center;
}

#insurance_car #choice .note {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #insurance_car .choice_list {
    margin-top: 80px;
  }

  #insurance_car .choice_list .list_block {
    width: 200px;
    margin-right: 25px;
    padding: 15px 0;
    border-radius: 20px;
  }

  #insurance_car .choice_list .list_block:last-of-type {
    margin-right: 0;
  }

  #insurance_car .choice_list .list_block .img {
    margin: -45px 0 15px;
  }

  #insurance_car .choice_list .list_block .img img {
    max-height: 105px;
  }

  #insurance_car .choice_list .list_block .text {
    font-size: 20px;
  }

  /* large */
  #insurance_car .choice_list .list_block.large {
    position: relative;
    width: 255px;
  }
  #insurance_car .choice_list .list_block.large .img img {
    max-height: 150px;
  }
  #insurance_car .choice_list .list_block.large .fukidashi {
    position: absolute;
    top: -65px;
    left: -34px;
    width: 105px;
  }
}

@media screen and (max-width: 767px) {
  #insurance_car .choice_list {
    gap: 32px 16px;
  }

  #insurance_car .choice_list .list_block {
    width: calc(50% - 8px);
    padding: 10px 0;
    border-radius: 10px;
  }

  #insurance_car .choice_list .list_block .img {
    margin: -25px 0 12px;
  }

  #insurance_car .choice_list .list_block .img img {
    max-height: 77px;
  }

  #insurance_car .choice_list .list_block .text {
    font-size: 18px;
  }

  /* large */
  #insurance_car .choice_list .list_block.large {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #insurance_car .choice_list .list_block.large .img {
    width: 40%;
    margin: 0;
  }
  #insurance_car .choice_list .list_block.large .img img {
    max-height: 130px;
  }
  #insurance_car .choice_list .list_block.large .sp_flex_box {
    width: 45%;
  }
}

/* ----------------------------------------point */
#insurance_car .point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#insurance_car .point_list .list_block {
  position: relative;
  width: 345px;
  margin-right: 25px;
  padding: 30px 15px 20px;
  border-radius: 20px;
  background: #ffffff;
}

#insurance_car .point_list .list_block:last-of-type {
  margin-right: 0;
}

#insurance_car .point_list .list_block::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  width: 60px;
  height: 60px;
}
#insurance_car .point_list .list_block:nth-of-type(1):before {
  background: url(../img/point_num_01.png) no-repeat center bottom;
  background-size: 100% auto;
}
#insurance_car .point_list .list_block:nth-of-type(2):before {
  background: url(../img/point_num_02.png) no-repeat center bottom;
  background-size: 100% auto;
}
#insurance_car .point_list .list_block:nth-of-type(3):before {
  background: url(../img/point_num_03.png) no-repeat center bottom;
  background-size: 100% auto;
}

#insurance_car .point_list .list_block .img {
  margin-bottom: 20px;
  text-align: center;
}

#insurance_car .point_list .list_block .img img {
  max-height: 105px;
}

#insurance_car .point_list .list_block .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#insurance_car .point_list .list_block .text span {
  color: #1549DF;
  font-size: 22px;
}

#insurance_car .point_list .list_block .note {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  #insurance_car .point_list {
    gap: 16px 0;
  }

  #insurance_car .point_list .list_block {
    width: 100%;
    margin-right: 0;
  }

  #insurance_car .point_list .list_block .img {
    margin-bottom: 12px;
  }

  #insurance_car .point_list .list_block .img img {
    max-height: 77px;
  }

  #insurance_car .point_list .list_block:nth-of-type(3) .img img {
    max-height: 90px;
  }
}

/* ----------------------------------------bg */
#insurance_car .sec_bg._last {
  padding-bottom: 90px;
}

@media screen and (min-width: 768px) {
  #insurance_car {
    background: url(../img/bg_circle_pc.png) no-repeat center calc(183px + 55px);
    background-size: 120% auto;
  }

  #insurance_car .sec_bg {
    margin-top: 80px;
    padding-top: 60px;
  }
  #insurance_car .bg_blue {
    padding-bottom: 140px;
    background: url(../img/bg_blue_pc.png) no-repeat center top;
    background-size: 120% auto;
  }
  #insurance_car .bg_white {
    padding-bottom: 140px;
    background: url(../img/bg_white_pc.png) no-repeat center top;
    background-size: 120% auto;
  }
  #insurance_car .bg_blue + .bg_white {
    margin-top: -70px;
  }
}

@media screen and (max-width: 767px) {
  #insurance_car {
    background: url(../img/bg_circle_sp.png) no-repeat center calc(78px + 1.7%);
    background-size: 117% auto;
  }

  #insurance_car .sec_bg {
    padding-top: 50px;
  }

  #insurance_car .bg_blue {
    position: relative;
    padding-bottom: 50px;
    background: #EEF8FB;
  }
  #insurance_car .bg_blue::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 15vw;
    background: url(../img/bg_blue_sp.png) no-repeat center top;
    background-size: cover;
  }

  #insurance_car .bg_white {
    position: relative;
    padding-bottom: 50px;
    background: #ffffff;
  }
  #insurance_car .bg_white::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 15vw;
    background: url(../img/bg_white_sp.png) no-repeat center top;
    background-size: cover;
  }
}
