@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
@media screen and (max-width: 768px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
.sectionInner {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}

.sectionTitle {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
}

.contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1.titleArea {
  margin-bottom: 0;
}

/* ================================================= *
 *        	mainVisual
 * ================================================= */
.mainVisual {
  height: 547px;
  background: url(../img/hoken/main_img@3x.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    height: auto;
    background: none;
  }
}
.mainVisual__img {
  width: 100%;
}
.mainVisual .sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mainVisual .sectionInner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
}
.mainVisual__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 490px;
  padding: 35px 40px;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mainVisual__read {
    padding: 25px 0;
  }
}
.mainVisual__ttl {
  color: #cd031a;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
.mainVisual__ttl .strong {
  display: block;
  margin-top: 15px;
  padding: 5px 0;
  border-radius: 25px;
  background-color: #cd031a;
  color: #fff;
  font-size: 2.7rem;
}
.mainVisual__catch {
  margin-top: 20px;
  color: #000;
  font-size: 3.4rem;
}
@media screen and (max-width: 480px) {
  .mainVisual__catch br {
    display: none;
  }
}
.mainVisual__detail {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #cd031a;
  color: #fff;
}
.mainVisual__detail__ttl {
  font-size: 2.3rem;
  text-align: center;
}
.mainVisual__detail__data {
  position: relative;
  margin-top: 25px;
  padding-left: 40px;
  font-size: 1.9rem;
}
.mainVisual__detail__data:not(:first-of-type) {
  margin-top: 15px;
}
.mainVisual__detail__data::before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 26px;
  background: url(../img/loan/icon_check@3x.png) no-repeat center/cover;
}

/* ================================================= *
 *        	レディバグ保険 ３つの安心
 * ================================================= */
.relief {
  padding: 120px 15px 100px;
  background-color: #f7f8f3;
}
@media screen and (max-width: 768px) {
  .relief {
    padding: 60px 15px 100px;
  }
}
.relief__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px -15px 0;
}
@media screen and (max-width: 768px) {
  .relief__list {
    margin: 30px -15px 0;
  }
}
.relief__item {
  position: relative;
  width: 346px;
  margin: 67px 15px 0;
  padding: 80px 30px 35px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  line-height: 1.6;
}
.relief__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border: 4px solid #cd031a;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .relief__item {
    margin: 45px 0 0;
  }
}
.relief__ttl {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 192px;
  padding: 4px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #cd031a;
  -webkit-filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
          filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.relief__ttl .count {
  font-size: 0.80769em;
}
.relief__ttl .number {
  font-size: 1.28571em;
}
.relief__ttl::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #cd031a;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.relief__img {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  z-index: 1;
}

.relief_data {
  position: relative;
  margin-top: 20px;
  font-weight: bold;
  z-index: 1;
}
.relief_data__ttl {
  height: 58px;
  color: #cd031a;
  font-size: 3rem;
  text-align: center;
  line-height: 1.3;
}
.relief_data__ttl .small {
  display: block;
  font-size: 1.4rem;
}
.relief_data__txt {
  margin-top: 15px;
  color: #363332;
  font-size: 1.9rem;
  text-align: center;
}
.relief_data__link {
  position: relative;
  display: block;
  width: 154px;
  margin: 35px auto 0;
  border: 0.859px solid #cd0e22;
  border-radius: 20px;
  color: #cd0e22;
  font-size: 1.6rem;
  text-indent: -1em;
  text-align: center;
  z-index: 1;
}
.relief_data__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #cd0e22;
}

/* ================================================= *
 *        	安心 その１
 * ================================================= */
.relief_detail {
  padding-bottom: 100px;
}
.relief_detail .sectionTitle {
  position: relative;
  background-color: #be2827;
  color: #fff;
  font-size: 4.2rem;
  padding: 23px 0;
}
.relief_detail .sectionTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #be2827 transparent transparent transparent;
}
.relief_detail .sectionTitle .count {
  font-size: 0.785714em;
}
.relief_detail__ttl {
  margin-top: 100px;
  color: #363332;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .relief_detail__ttl {
    margin-top: 50px;
  }
}
.relief_detail__lead {
  margin-top: 30px;
  color: #363332;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .relief_detail__lead {
    text-align: left;
  }
}

/* ------------------------------------
 *        	他社でよくあるパターン/ワンストップ対応
------------------------------------ */
.onestop_detail {
  position: relative;
  margin-top: 60px;
  padding: 5.454545% 7.272727%;
  border: 0.5px solid #afafaf;
  background-color: #f7f8f3;
}
.onestop_detail:first-of-type::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 158px;
  height: 53px;
  background: url(../img/hoken/onestop_detail_arrow@3x.png) no-repeat center top/cover;
}
.onestop_detail__ttl {
  color: #be2827;
  font-size: 2.6rem;
  text-align: center;
}
.onestop_detail__data {
  margin-top: 30px;
  color: #363332;
  font-size: 2.4rem;
}
.onestop_detail__txt {
  margin-top: 15px;
  color: #363332;
  font-size: 1.6rem;
}
.onestop_detail__img {
  width: 100%;
}

/* ================================================= *
 *        	安心 その2
 * ================================================= */
/* ------------------------------------
 *        	三井住友海上
------------------------------------ */
.agency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
  padding-top: 75px;
  border-top: 0.538px solid #939393;
}
@media screen and (max-width: 480px) {
  .agency {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.agency__ttl {
  max-width: 314px;
  width: 28.4%;
  margin-left: 5%;
  margin-right: 6.6%;
}
@media screen and (max-width: 480px) {
  .agency__ttl {
    width: 100%;
    margin: 0;
  }
}
.agency__img {
  width: 100%;
}
.agency__data {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .agency__data {
    width: 100%;
    margin-top: 30px;
  }
}
.agency__lead {
  display: block;
  margin-bottom: 30px;
  color: #be2827;
  font-size: 2.2rem;
  font-weight: bold;
}

/* ------------------------------------
 *        	未使用車にオススメ！「新車特約」
------------------------------------ */
.special_contract {
  margin-top: 90px;
  padding: 7% 9%;
  border: 1px solid #afafaf;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .special_contract {
    padding: 15px;
  }
}
.special_contract__ttl {
  color: #363332;
  font-size: 2.6rem;
  text-align: center;
}
.special_contract__name {
  color: #be2827;
  font-size: 3.2rem;
}
@media screen and (max-width: 480px) {
  .special_contract__name {
    display: block;
  }
}
.special_contract__lead {
  margin-top: 15px;
  color: #363332;
  font-size: 2rem;
  text-align: center;
}

.special_contract_content {
  margin-top: 50px;
}
.special_contract_content__item {
  background-color: #f7f8f3;
  padding: 5.55%;
}
.special_contract_content__item:nth-of-type(2) {
  margin-top: 30px;
}

.special_contract_read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .special_contract_read {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special_contract_read__ttl {
  display: inline-block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-bottom: 2px solid #cd031a;
  color: #be2827;
  font-size: 2.4rem;
}
.special_contract_read__txt {
  width: 76%;
  margin-left: 4%;
  color: #363332;
  font-size: 1.7rem;
  line-height: 1.76;
}
@media screen and (max-width: 480px) {
  .special_contract_read__txt {
    width: 100%;
    margin: 15px 0 0;
  }
}

.special_contract_data {
  margin-top: 30px;
  padding-top: 60px;
  border-top: 0.538px solid #939393;
}
.special_contract_data__ttl {
  color: #363332;
  font-size: 1.8rem;
  font-weight: bold;
}
.special_contract_data__figure {
  width: 100%;
  margin-top: 30px;
}

/* ------------------------------------
 *        	ファミリーにオススメ！「家族割」
------------------------------------ */
.family_discount {
  margin-top: 90px;
  padding: 7% 9%;
  border: 1px solid #afafaf;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .family_discount {
    padding: 15px;
  }
}
.family_discount__ttl {
  color: #363332;
  font-size: 2.6rem;
  text-align: center;
}
.family_discount__name {
  color: #be2827;
  font-size: 3.2rem;
}
@media screen and (max-width: 480px) {
  .family_discount__name {
    display: block;
  }
}
.family_discount__lead {
  margin-top: 15px;
  color: #363332;
  font-size: 2rem;
  text-align: center;
}

.family_discount_detail {
  margin-top: 50px;
  padding: 5%;
  background-color: #f7f8f3;
}
.family_discount_detail__ttl {
  color: #be2827;
  font-size: 2.4rem;
  font-weight: bold;
}
.family_discount_detail__txt {
  margin-top: 15px;
  color: #363332;
  font-size: 1.7rem;
  line-height: 1.76;
}

/* ================================================= *
 *        	安心 その3
 * ================================================= */
/* ------------------------------------
 *        	自社工場
------------------------------------ */
.own_factory {
  margin-top: 90px;
  padding: 7% 9%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #f7f8f3;
}

.own_factory_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .own_factory_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.own_factory_head__ttl {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .own_factory_head__ttl {
    width: 100%;
  }
}
.own_factory_head__img {
  width: 100%;
}
.own_factory_head__txt {
  width: 60%;
  color: #363332;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .own_factory_head__txt {
    margin-top: 30px;
    width: 100%;
  }
}

.own_factory_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px -50px 0;
}
.own_factory_list__item {
  position: relative;
  width: 300px;
  margin: 67px 15px 0;
  padding: 80px 30px 35px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  line-height: 1.6;
}
.own_factory_list__item::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border: 4px solid #cd031a;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .own_factory_list__item {
    margin: 60px 0 0;
  }
}
.own_factory_list__ttl {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 175px;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #cd031a;
  -webkit-filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
          filter: drop-shadow(3px 3px 0px rgb(0, 0, 0));
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
}
.own_factory_list__ttl::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #cd031a;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.own_factory_list__icon {
  position: relative;
  display: block;
  margin: auto;
  z-index: 1;
}
.own_factory_list:first-of-type .own_factory_list__icon {
  width: 90px;
}
.own_factory_list:nth-of-type(2) .own_factory_list__icon {
  width: 65px;
}
.own_factory_list:nth-of-type(3) .own_factory_list__icon {
  width: 85px;
}

.own_factory_list_data__ttl {
  position: relative;
  margin-top: 20px;
  color: #cd031a;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}
.own_factory_list_data__ttl .small {
  display: block;
  font-size: 2.3rem;
}

/* 20241212 注意書き追加 */
.note_wrap {
  width: min(92%, 1100px);
  margin-inline: auto;
}
.note01,
.note02 {
  width: fit-content;
  margin: 30px auto 0;
  padding: 0 4%;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.571429;
}
.note02 span {
  display: inline-block;
}
