.balloonA, .balloonA-s {
  position: relative;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background-color: #eb5505;
  display: flex;
  justify-content: center;
  align-items: center;
}
.balloonA {
  width: 70px;
  margin: 0 auto;
  height: 70px;
  font-size: 19px;
}
.balloonA-s {
  width: 4em;
  height: 4em;
  font-size: 16px;
}
.balloonA::before, .balloonA-s::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 2px;
  bottom: 2px;
}
.balloonA::before {
  border-left: 20px solid #eb5505;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
}
.balloonA-s::before{
  border-left: 10px solid #eb5505;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: rotate(35deg);
}
.balloonB_bg {
  margin: 0 auto;
  position: relative;
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.balloonB {
  width: 75px;
  height: 75px;
  font-size: 18px;
  background: #fff;
  border-radius: 50%;
  border: solid #333 1px;
  position: absolute;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  padding: 5px;
  box-shadow: 0 0 1px #333;
}

.balloonB .number {
  color: #eb5505;
  font-size: 240%;
}

.balloonC {
  width: 75px;
  height: 75px;
  font-size: 18px;
  background: #fff;
  border-radius: 50%;
  border: solid #eb5505 1px;
  position: absolute;
  color: #eb5505;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  padding: 5px;
  /*box-shadow: 0 0 1px #333;*/
}

@media (min-width: 768px) {
	.pc-cente-sp-left p, .pc-cente-sp-left ul, .pc-cente-sp-left .link-list-horiz.text-left {
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	.pc-cente-sp-left {
		text-align: left !important;
	}
	.balloonA::before, .balloonA-s::before {
		transform: rotate(30deg);
	}
}
.triangleU {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #eb5505;
}

.title-arrow {
    padding: 0.725em;
    position: relative;
    }
.title-arrow::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    }

.title-arrow-gray {
    background-color: #e4e4e4;
    }
.title-arrow-gray::before {
    border-top: 15px solid #e4e4e4;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    }
.title-arrow-orange {
    background-color: #fa7c39;
    color: #fff;
    }
.title-arrow-orange::before {
    border-top: 15px solid #fa7c39;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    }

span.new {
  color: #fff;
  background: #ff0800;
  display: inline-block;
  margin-right: 8px;
  padding: 2px 12px;
  font-size: 18px;
  line-height: 1.5;
}

/*****↓↓ 20221221 ↓↓*****/
/* こんなことも、お電話1本でコンシェルジュが解決します！ */
/* 吹き出し */
.voice-answer {
  padding: 20px 0 0;
}

.voice-question-img {
  float: left;
  width: 60px;
}

.voice-answer-img {
  float: right;
  width: 70px;
}

.voice-question-img img,
.voice-answer-img img {
  width: 100%;
  height: auto;
}

.voice-question-balloon,
.voice-answer-balloon {
  border: solid 1px #cdcdcd;
  border-radius: 0;
  padding: 20px 10px;
  position: relative;
  font-size: 14px;
  color: #333;
}

.voice-question-balloon {
  margin: 0 0 0 68px;
  background-color: #fdeee6;
}

.voice-answer-balloon {
  margin: 0 93px 0 0;
  background-color: #fdeee6;
}

.voice-question-balloon:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #fdeee6 transparent transparent;
  z-index: 1;
}

.voice-question-balloon:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #cdcdcd transparent transparent;
  z-index: 0;
}

.voice-answer-balloon:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fdeee6;
  z-index: 1;
}

.voice-answer-balloon:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #cdcdcd;
  z-index: 0;
}

.voice-question a,
.voice-answer a {
  display: inline;
}

.example2 {
  word-break: break-all;
}

@media (max-width: 980px) {

  .voice-question,
  .voice-answer {
    clear: both;
  }

  .voice-question-img {
    width: 60px;
  }

  .voice-answer-img {
    width: 60px;
  }
}

@media (max-width: 767px) {

  /* 吹き出し */
  .voice-question {
    padding: 10px 0 0;
  }

  .voice-answer-balloon {
    /*min-height: 115px;*/
    margin: 0 0 0 60px;
  }

  .voice-answer-balloon {
    margin: 0 75px 0 0;
  }

  .voice-answer-balloon-txt {
    display: inline;
    padding: 0;
  }

  .voice-question-img {
    width: 50px;
  }

  .voice-answer-img {
    width: 60px;
  }

}

/*運転中の不安を「ドラレコ特約」が解決*/
.drive-recorder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 20px;
  align-items: initial;
}

.drive-recorder li {
  flex-basis: 32%;
  position: relative;
  padding: 20px 15px;
  border: 1px solid #e5e5e5;
}

.drive-recorder li h5 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin: 0 auto 5px;
}

.drive-recorder li .img-item {
  width: 90%;
  margin: 0 auto 10px;
}

.drive-recorder li .img-item img {
  width: 100%;
  max-width: 280px;
  margin: auto;
  display: block;
}

.drive-recorder li p {
  text-align: center;
  font-weight: 600;
  /* height: 67px; */
}

.drive-recorder li p span {
  color: #eb5505;
}

@media screen and (max-width: 767px) {

  .drive-recorder li {
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .drive-recorder li p {
    height: auto;
  }

}

/* 日常生活賠償特約 */
.scene {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
  padding: 0;
  margin-bottom: 20px;
}

.scene li {
  flex-basis: 24%;
  position: relative;
  padding: 20px;
  border: 1px solid #e5e5e5;
}

.scene li p {
  text-align: center;
}

.scene li .img-item {
  margin-bottom: 10px;
}

.scene li .img-item img {
  width: 100%;
  max-width: 280px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .scene li {
    flex-basis: 49%;
    margin-bottom: 15px;
  }

}

/* 賠償保険 */
.liability {
  margin: 0 auto 20px;
}

.liability li a:hover {
  opacity: .6;
}

.liability li .img-item img {
  width: 100%;
  max-width: 190px;
}
.liability .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  /* margin: 0 auto 20px; */
}

.liability .col2 li {
  flex-basis: 50%;
  text-align: center;
}

.liability .col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  /* margin: 0 auto 20px; */
}

.liability .col3 li {
  flex-basis: 33%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .liability .col3 {
      justify-content: center;
      width: 100%;
  }
  .liability .col3 li {
    flex-basis: 50%;
  }

}

/* グレードアップ */
span.grade-up {
  color: #eb5505;
  background: #fff;
  border: solid 1px #eb5505;
  display: block;
  padding: 3px 6px;
  font-size: 12px;
  width: 58%;
  margin: 3px auto 0;
  font-weight: 600;
}

/* NEW */
span.new-txt {
  color: #fff;
  background: #ff0800;
  display: inline-block;
  margin-left: 6px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  span.grade-up {
    width: 100%;
  }
}

/* border設定 */
.wrapBorder-auOrange {
  border: 1px solid #eb5505;
}
/*****↑↑ 20221221 ↑↑*****/