@charset "UTF-8";
/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  base
--------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 300;
}

q::after,
q::before {
  content: "";
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-blue {
  background-color: #2158a0;
  width: 100%;
  align-items: center;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn-blue {
    border-radius: 25px;
    height: 50px;
  }
}
.btn-blue:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-blue:visited {
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
}

.btn-red {
  background-color: #ad1e27;
  width: 100%;
  align-items: center;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn-red {
    border-radius: 25px;
    height: 50px;
  }
}
.btn-red:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-red:visited {
  color: #fff;
}

.btn-gray {
  background-color: #314b57;
  width: 100%;
  align-items: center;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 80px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn-gray {
    border-radius: 25px;
    height: 50px;
  }
}
.btn-gray:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn-gray:visited {
  color: #fff;
}

.arrow {
  display: block;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  margin-left: -20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .arrow {
    font-size: 1.5rem;
    margin-left: -14px;
  }
}
@media screen and (width <= 320px) {
  .arrow {
    font-size: 1.4rem;
  }
}
.arrow::after {
  background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/icon_btn_arrow_white.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media screen and (max-width: 767px) {
  .arrow::after {
    height: 14px;
    margin-left: 5px;
    width: 14px;
  }
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  body
--------------------------------------------------- */
body {
  position: static;
}
body.fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

#content {
  overflow-x: hidden;
  position: relative;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  common
--------------------------------------------------- */
.main-contents-wrap {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Arial", sans-serif;
}

.pc-br {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

a {
  color: #66a;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.super-txt {
  font-size: 60%;
  position: relative;
  top: -0.1em;
  vertical-align: top;
}

.sub-txt {
  font-size: 60%;
  position: relative;
  top: -0.3em;
  vertical-align: bottom;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

@media screen and (min-width: 768px) {
  ul.contact-btn__list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  ul.contact-btn__list li {
    width: 48%;
  }
}
.contact-content__non-contract ul.contact-btn__list {
  display: block;
  margin: 0 auto;
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .contact-content__non-contract ul.contact-btn__list {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contact-content__non-contract ul.contact-btn__list {
    padding-top: 5px;
  }
}
.contact-content__non-contract ul.contact-btn__list li {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact-btn__list-btn {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn__list-btn {
    margin: 12px auto 0;
  }
}
.contact-btn__list-btn a {
  align-items: center;
  background-image: linear-gradient(to bottom, #fc9200 0%, #ed7700 88%);
  border: 2px solid #fcb400;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  padding-top: 25%;
  position: relative;
}
.contact-content__non-contract .contact-btn__list-btn a {
  padding-top: 20%;
}
@media screen and (max-width: 767px) {
  .contact-content__non-contract .contact-btn__list-btn a {
    padding-top: 25%;
  }
}
@media screen and (min-width: 768px) {
  .contact-btn__list-btn a {
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn__list-btn a {
    border-radius: 60px;
  }
}
.contact-btn__list-btn a::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.contact-btn__list-btn a::after {
  background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/btn_arrow_white.svg);
  background-size: contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 12px;
  top: 38.75%;
  width: 18px;
}
@media screen and (max-width: 767px) {
  .contact-btn__list-btn a::after {
    height: 14px;
    right: 10px;
    width: 14px;
  }
}
.contact-btn__list-btn a img {
  height: 58.75%;
  position: absolute;
  top: 20.63%;
  width: auto;
}

.contact-btn__hosoku {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-btn__hosoku {
    font-size: 14px;
    margin-top: 10px;
  }
}
.contact-btn__hosoku a {
  color: #66a;
  display: inline;
  text-decoration: underline;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  loading
--------------------------------------------------- */
.loader-wrap {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  attention
--------------------------------------------------- */
#attention {
  background-color: #f2f4f9;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  #attention {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  #attention {
    padding: 45px 0;
  }
}

.attention__ttl {
  color: #075ba2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .attention__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .attention__ttl {
    font-size: 28px;
  }
}

.attention__lead {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .attention__lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .attention__lead {
    font-size: 14px;
    padding-top: 15px;
  }
}

ul.attention__list {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  ul.attention__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1060px;
  }
}
@media screen and (max-width: 1024px) {
  ul.attention__list {
    width: 90%;
  }
}
ul.attention__list li {
  background-color: #fff;
  border: 3px solid #075ba2;
}
ul.attention__list li.attention__list-first {
  background-color: #075ba2;
  border: none;
}
@media screen and (max-width: 1024px) {
  ul.attention__list li.attention__list-first {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  ul.attention__list li {
    margin-top: 20px;
    min-height: 268px;
    width: 49%;
  }
}
@media screen and (max-width: 1024px) {
  ul.attention__list li {
    margin-top: 12px;
    width: 100%;
  }
}

.attention__list-first-inner {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .attention__list-first-inner {
    padding-top: 51.34%;
  }
}
@media screen and (max-width: 1024px) {
  .attention__list-first-inner {
    padding-top: 36.32%;
  }
}
.attention__list-first-inner::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.attention__list-first-inner .attention__person {
  bottom: 0;
  left: 2%;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .attention__list-first-inner .attention__person {
    width: 221px;
  }
}
@media screen and (max-width: 1024px) {
  .attention__list-first-inner .attention__person {
    left: 8%;
    width: 30.44%;
  }
}
.attention__list-first-inner .attention__mds {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  left: 48%;
  line-height: 1.4;
  position: absolute;
  top: 36%;
}
@media screen and (max-width: 767px) {
  .attention__list-first-inner .attention__mds {
    font-size: 17px;
    left: 44%;
    top: 30%;
  }
}

.attention__item-mds {
  background-color: #075ba2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.7em 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .attention__item-mds {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .attention__item-mds {
    font-size: 15px;
  }
}
.attention__item-mds .cond-txt {
  display: inline-block;
  transform: scale(0.87, 1);
  transform-origin: top left;
  width: 115%;
}
@media screen and (max-width: 1024px) {
  .attention__item-mds .cond-txt {
    transform: scale(1, 1);
    width: 100%;
  }
}

dl.attention__item-content {
  align-items: center;
  display: flex;
  height: 75%;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  dl.attention__item-content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  dl.attention__item-content {
    padding: 15px 0;
    width: 94%;
  }
}
@media screen and (min-width: 1025px) {
  dl.attention__item-content dt {
    margin-right: 10px;
    width: 190px;
  }
}
@media screen and (max-width: 1024px) {
  dl.attention__item-content dt {
    margin-right: 20px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  dl.attention__item-content dt {
    margin-right: 10px;
    width: 35%;
  }
}
dl.attention__item-content dd {
  flex: 1;
}
dl.attention__item-content dd p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  dl.attention__item-content dd p {
    font-size: 14px;
  }
}
dl.attention__item-content dd p.kome-txt {
  font-size: 14px;
  padding-top: 1em;
}
dl.attention__item-content dd p > .sub-txt {
  font-size: 80%;
}

.attention__hosoku {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (min-width: 1025px) {
  .attention__hosoku {
    width: 1060px;
  }
}
@media screen and (max-width: 1024px) {
  .attention__hosoku {
    width: 90%;
  }
}

dl.attention__kome {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (min-width: 1025px) {
  dl.attention__kome {
    width: 1060px;
  }
}
@media screen and (max-width: 1024px) {
  dl.attention__kome {
    width: 90%;
  }
}
dl.attention__kome dt,
dl.attention__kome dd {
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
dl.attention__kome dt {
  width: 30px;
}
dl.attention__kome dd {
  width: calc(100% - 30px);
}
dl.attention__kome dd > dl {
  display: flex;
  flex-wrap: wrap;
}
dl.attention__kome dd > dl dt,
dl.attention__kome dd > dl dd {
  padding-top: 0;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  contact-box
--------------------------------------------------- */
.contact-box {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding: 40px 0;
  }
}
.contact-box ul.contact-btn__list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-box ul.contact-btn__list {
    width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box ul.contact-btn__list {
    width: 74%;
  }
}
@media screen and (max-width: 767px) {
  .contact-box ul.contact-btn__list li:last-child {
    margin-top: 20px;
  }
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  contact
--------------------------------------------------- */
.contact__inner {
  background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/blue_bg_01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .contact__box {
    margin: 0 auto;
    padding: 80px 0;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__box {
    padding: 60px 4%;
  }
}
@media screen and (max-width: 767px) {
  .contact__box {
    padding: 40px 4%;
  }
}

.contact__ttl {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .contact__ttl {
    font-size: 22px;
  }
}

.contact-content {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  margin-top: 35px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .contact-content {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contact-content {
    border-radius: 30px;
    display: block;
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .contact-content__covenanter {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contact-content__covenanter {
    width: 100%;
  }
}

.contact-content__non-contract {
  background-color: #f6f4e7;
}
@media screen and (min-width: 768px) {
  .contact-content__non-contract {
    border-radius: 40px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .contact-content__non-contract {
    border-radius: 20px;
    margin-top: 20px;
    width: 100%;
  }
}

.contact-content__box {
  padding: 25px 0 10px;
}

.contact-content__header {
  background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/contact_arrow@2x.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 171px;
  height: 144px;
  margin: 0 auto;
  text-align: center;
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .contact-content__header {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contact-content__header {
    padding-bottom: 30px;
  }
}
.contact-content__covenanter .contact-content__header {
  height: 140px;
}
@media screen and (max-width: 767px) {
  .contact-content__covenanter .contact-content__header {
    height: 144px;
  }
}
.contact-content__non-contract .contact-content__header {
  height: 124px;
}
@media screen and (max-width: 767px) {
  .contact-content__non-contract .contact-content__header {
    height: 114px;
  }
}

.contact-content__header-btn {
  margin-top: 12px;
}
.contact-content__header-btn .btn-gray {
  border-radius: 20px;
  color: #fff;
  height: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact-content__header-btn .btn-gray {
    border-radius: 28px;
    color: #fff;
    height: 56px;
  }
}
.contact-content__header-btn .btn-gray .arrow {
  font-size: 14px;
  margin-left: -14px;
}
.contact-content__header-btn .btn-gray .arrow::after {
  height: 14px;
  width: 14px;
}

.contact-content__mds {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .contact-content__mds {
    font-size: 21px;
  }
}
.contact-content__covenanter .contact-content__mds {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact-content__covenanter .contact-content__mds {
    padding-top: 0;
  }
}
.contact-content__non-contract .contact-content__mds {
  padding-top: 10px;
}
.contact-content__mds small {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-content__mds small {
    font-size: 14px;
  }
}

ul.contact-step__list {
  margin: 0 auto;
  width: 275px;
}
ul.contact-step__list li {
  padding-top: 15px;
}

dl.contact-step__item {
  align-items: center;
  display: flex;
}
dl.contact-step__item dt {
  margin-right: 20px;
  width: 61px;
}
dl.contact-step__item dd {
  flex: 1;
  font-size: 16px;
}

dl.contact__atten {
  color: #333;
  display: flex;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  justify-content: center;
  line-height: 1.5;
  margin: 15px auto;
  width: 320px;
}
dl.contact__atten dt {
  width: 3em;
}
dl.contact__atten dd {
  flex: 1;
}

.contact__btn {
  margin: 0 auto;
  padding-top: 30px;
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .contact__btn {
    width: 90%;
  }
}
.contact__btn .btn-blue,
.contact__btn .btn-red {
  border-radius: 35px;
  height: 70px;
}
.contact__btn .btn-blue .arrow,
.contact__btn .btn-red .arrow {
  font-size: 17px;
  text-align: center;
  width: 100%;
}
.contact__btn .btn-blue .btn__info,
.contact__btn .btn-red .btn__info {
  font-size: 14px;
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .contact__btn .btn-blue .btn__info,
  .contact__btn .btn-red .btn__info {
    display: block;
    margin-top: -10px;
  }
}
.contact__btn .btn-blue .arrow {
  margin-bottom: -12px;
}
@media screen and (max-width: 767px) {
  .contact__btn .btn-blue .arrow {
    margin-bottom: -16px;
  }
}

.contact__btn.estimate a {
  align-items: center;
  background-image: linear-gradient(to bottom, #fc9200 0%, #ed7700 88%);
  border: 2px solid #fcb400;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contact__btn.estimate a {
    border-radius: 40px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .contact__btn.estimate a {
    border-radius: 28px;
    height: 56px;
  }
}
@media screen and (min-width: 768px) {
  .contact__btn.estimate a img {
    width: 292px;
  }
}
@media screen and (max-width: 767px) {
  .contact__btn.estimate a img {
    width: 78.88%;
  }
}

.contact__dairiten {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__dairiten {
    font-size: 14px;
  }
}
.contact__dairiten a {
  color: #66a;
  display: inline;
  text-decoration: underline;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  faq
--------------------------------------------------- */
.faq__inner {
  background-color: #daecf9;
  padding: 100px 0 80px;
}
@media screen and (max-width: 1024px) {
  .faq__inner {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 40px 4%;
  }
}

.faq__ttl {
  color: #075ba2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .faq__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .faq__ttl {
    font-size: 28px;
  }
}

.qa__item {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .qa__item {
    width: 1000px;
  }
}
.qa__item a {
  color: #333;
  display: block;
  text-decoration: none;
}

a dl.q__item {
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1025px) {
  a dl.q__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  a dl.q__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  a dl.q__item {
    align-items: flex-start;
  }
}
a dl.q__item::before, a dl.q__item::after {
  background-color: #075ba2;
  content: "";
  position: absolute;
}
a dl.q__item::before {
  height: 4px;
  right: 0;
  top: 28px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  a dl.q__item::before {
    height: 2px;
    top: 17px;
    width: 24px;
  }
}
a dl.q__item::after {
  height: 30px;
  right: 13px;
  top: 15px;
  transition: all 0.3s ease;
  width: 4px;
}
@media screen and (max-width: 767px) {
  a dl.q__item::after {
    height: 24px;
    right: 11px;
    top: 6px;
    width: 2px;
  }
}
a dl.q__item dt {
  margin-right: 20px;
  width: 78px;
}
@media screen and (max-width: 767px) {
  a dl.q__item dt {
    margin-right: 10px;
    margin-top: 4px;
    width: 48px;
  }
}
a dl.q__item dd {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  a dl.q__item dd {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  a dl.q__item dd {
    font-size: 18px;
    padding-right: 35px;
  }
}
a.active dl.q__item::after {
  transform: rotate(90deg);
}

.a__item {
  display: none;
}
@media screen and (min-width: 1025px) {
  .a__item {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .a__item {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .a__item {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
.a__item dt {
  width: 78px;
}
@media screen and (max-width: 767px) {
  .a__item dt {
    width: 43px;
  }
}
.a__item dt img {
  margin-bottom: -70px;
}
@media screen and (max-width: 767px) {
  .a__item dt img {
    margin-bottom: -30px;
  }
}
.a__item dd {
  background-color: #82c1ea;
  border-radius: 10px;
  margin-left: 40px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .a__item dd {
    margin-left: 15px;
  }
}

.a__item-txt {
  background-color: #075ba2;
  border-radius: 5px;
  color: #fff;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .a__item-txt {
    padding: 30px 6%;
  }
}
.a__item-txt p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .a__item-txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .a__item-txt p {
    font-size: 15px;
  }
}
.a__item-txt p + p {
  padding-top: 1.6em;
}
.a__item-txt p + ul.dot-list {
  margin-top: 1.8em;
}
.a__item-txt ul.kome-list {
  margin-left: 1em;
  margin-top: 1em;
}
.a__item-txt ul.kome-list li {
  line-height: 1.7;
  padding-left: 0.2em;
  position: relative;
}
.a__item-txt ul.kome-list li::before {
  content: "※";
  left: -1em;
  position: absolute;
  top: 0;
}
.a__item-txt ul.kome-list li {
  font-size: 14px;
}
.a__item-txt ul.kome-list + p {
  margin-top: 1.6em;
}
.a__item-txt ul.kome-list.indent {
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .a__item-txt ul.kome-list.indent {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .a__item-txt ul.kome-list.indent {
    margin-left: 20px;
  }
}
.a__item-txt ul.dot-list {
  margin: 1.5em 0 0 3.5em;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .a__item-txt ul.dot-list {
    margin-left: 1em;
  }
}
.a__item-txt ul.dot-list li {
  line-height: 1.7;
  padding-left: 0.5em;
  position: relative;
}
.a__item-txt ul.dot-list li::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: -0.5em;
  position: absolute;
  top: 0.8em;
  width: 6px;
}
@media screen and (max-width: 1024px) {
  .a__item-txt ul.dot-list {
    margin: 1em 0 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .a__item-txt ul.dot-list {
    margin: 1em 0 0 1em;
  }
}
.a__item-txt ul.dot-list li {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
}
@media screen and (max-width: 1024px) {
  .a__item-txt ul.dot-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .a__item-txt ul.dot-list li {
    font-size: 15px;
  }
}
.a__item-txt ul.dot-list + p {
  padding-top: 1.6em;
}
.a__item-txt .a__item-txt-mds {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .a__item-txt .a__item-txt-mds {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .a__item-txt .a__item-txt-mds {
    font-size: 16px;
  }
}

table.hyo-keyaku {
  background-color: #fff;
  border: 1px solid #075ba2;
  border-collapse: separate;
  border-radius: 6px;
  border-spacing: 0;
  margin-top: 25px;
  width: 100%;
}
table.hyo-keyaku tr:first-child {
  background-color: #daecf9;
  width: 100%;
}
table.hyo-keyaku tr:first-child th {
  color: #075ba2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  table.hyo-keyaku tr:first-child th {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  table.hyo-keyaku tr:first-child th {
    font-size: 15px;
  }
}
table.hyo-keyaku tr:first-child th:first-child {
  border-radius: 5px 0 0;
}
table.hyo-keyaku tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
table.hyo-keyaku tr th,
table.hyo-keyaku tr td {
  border-bottom: 1px solid #075ba2;
  width: 50%;
}
table.hyo-keyaku tr th:first-child,
table.hyo-keyaku tr td:first-child {
  border-right: 1px solid #075ba2;
}
table.hyo-keyaku tr th {
  padding: 1em 0;
}
table.hyo-keyaku tr td {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  padding: 1em 1.5em;
}
@media screen and (max-width: 1024px) {
  table.hyo-keyaku tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  table.hyo-keyaku tr td {
    font-feature-settings: "palt" 1;
    padding: 0.75em;
  }
}
table.hyo-keyaku tr td strong {
  font-weight: 700;
}
table.hyo-keyaku tr td ul,
table.hyo-keyaku tr td ol {
  padding-top: 0.5em;
}
table.hyo-keyaku tr td ul {
  margin-left: 0;
}
table.hyo-keyaku tr td ul li {
  padding-left: 1em;
  position: relative;
}
table.hyo-keyaku tr td ul li::before {
  background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/icon_dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  top: 10px;
  width: 4px;
}
@media screen and (max-width: 767px) {
  table.hyo-keyaku tr td ul li::before {
    top: 9px;
  }
}
table.hyo-keyaku tr td ol {
  margin-left: 1em;
}
table.hyo-keyaku tr td ol li {
  text-indent: -1em;
}

.kome-text {
  font-size: 14px;
  margin-left: 1em;
  padding-top: 0.3em;
  text-indent: -1em;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  fv
--------------------------------------------------- */
#fv {
  opacity: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #fv {
    padding-top: 40.14%;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    padding-top: 97.72%;
  }
}
#fv::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#fv.active {
  opacity: 1;
  z-index: 1;
}
#fv a {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.fv__bg {
  background-position: center top;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__bg {
    background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/fv_bg_pc@2x.jpg);
    background-size: contain;
    padding-top: 40.14%;
  }
}
@media screen and (max-width: 767px) {
  .fv__bg {
    background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/fv_bg_250825_sp@2x.jpg);
    background-size: cover;
    padding-top: 97.86%;
  }
}

.fv__q {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv__q {
    left: 25.18%;
    top: 0;
    width: 49.64%;
  }
}
@media screen and (max-width: 767px) {
  .fv__q {
    left: 6%;
    top: 0;
    width: 88%;
  }
}

.fv__a {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv__a {
    left: 56.11%;
    top: 44%;
    width: 22.22%;
  }
}
@media screen and (max-width: 767px) {
  .fv__a {
    left: 26.13%;
    top: 84%;
    width: 47.74%;
  }
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  info
--------------------------------------------------- */
#info {
  background-color: #144882;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .info__inner {
    margin: 0 auto;
    padding: 50px 0;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .info__inner {
    padding: 40px 4%;
  }
}
@media screen and (max-width: 767px) {
  .info__inner {
    padding: 30px 4%;
  }
}

ul.info__list {
  color: #fff;
}
ul.info__list li {
  font-size: 14px;
  line-height: 1.8;
  padding: 0.1em 0 0.1em 1.2em;
  position: relative;
}
ul.info__list li::before {
  content: "★";
  left: 0;
  position: absolute;
  top: 0.1em;
}

.info__txt--bobun {
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  text-align: right;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  intro
--------------------------------------------------- */
#intro {
  background-color: #f2f4f9;
}

@media screen and (min-width: 1025px) {
  .intro__inner {
    margin: 0 auto;
    padding: 40px 0;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .intro__inner {
    margin: 0 auto;
    padding: 30px 0;
    width: 94%;
  }
}

.intro__right {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro__right {
    width: 660px;
  }
}
@media screen and (max-width: 767px) {
  .intro__right {
    width: 94%;
  }
}
.intro__right > ul.contact-btn__list {
  margin: 0 auto;
  width: 80%;
}

.intro__tokuyaku {
  color: #ad1e27;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro__tokuyaku {
    font-size: 39px;
  }
}
@media screen and (max-width: 767px) {
  .intro__tokuyaku {
    font-size: 5.1vw;
  }
}

.intro__txt {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 1em;
  text-align: center;
}

.intro__hosoku {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .intro__hosoku {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
}

dl.intro__kome {
  color: #075ba2;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
dl.intro__kome dt {
  width: 2.5em;
}
dl.intro__kome dd {
  flex: 1;
}

.intro__check {
  margin-left: 10px;
}
.intro__check a {
  align-items: center;
  background-color: #fff;
  border-radius: 9px;
  box-sizing: border-box;
  color: #075ba2;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
  width: 68px;
}
@media screen and (max-width: 767px) {
  .intro__check a {
    margin: 6px auto 0;
    width: 62px;
  }
}
.intro__check a::after {
  background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/arrow_blue.svg);
  background-size: contain;
  content: "";
  height: 6px;
  position: absolute;
  right: 8px;
  width: 5px;
}
@media screen and (max-width: 767px) {
  .intro__check a::after {
    right: 5px;
  }
}

.intro__approachbook {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro__approachbook {
    margin-top: 10px;
  }
}
.intro__approachbook a {
  color: #66a;
  display: inline;
  text-decoration: underline;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  modal
--------------------------------------------------- */
.modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.modal__bg {
  background: rgba(7, 91, 162, 0.6);
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.modal__content {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  position: absolute;
  z-index: 100001;
}
@media screen and (min-width: 768px) {
  .modal__content {
    left: 50%;
    max-height: 90vh;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #modal-01 .modal__content {
    height: 560px;
    width: 626px;
  }
  #modal-02 .modal__content {
    max-height: 90vh;
    width: 820px;
  }
}
@media screen and (max-width: 1024px) {
  #modal-02 .modal__content {
    max-height: 85vh;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .modal__content {
    height: auto;
    left: 50%;
    max-height: 85vh;
    top: 20px;
    transform: translate(-50%, 0);
    width: 90%;
  }
}

.modal__content-inner {
  color: #075ba2;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .modal__content-inner {
    padding: 25px 5%;
  }
}
.modal__content-inner p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .modal__content-inner p {
    line-height: 1.6;
  }
}
.modal__content-inner p + p {
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .modal__content-inner table.hyo-keyaku {
    margin-top: 10px;
  }
}
.modal__content-inner table.hyo-keyaku tr th,
.modal__content-inner table.hyo-keyaku tr td {
  font-size: 14px;
}

ul.circle-list li {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1.2em;
  position: relative;
}
ul.circle-list li::before {
  content: "●";
  left: 0;
  position: absolute;
}

a.modal_close {
  align-items: center;
  border: 3px solid #fff;
  box-sizing: border-box;
  color: #075ba2;
  display: flex;
  height: 36px;
  justify-content: center;
  margin: 30px auto 0;
  transition: all 0.3s ease;
  width: 38px;
}
a.modal_close dl {
  text-align: center;
}
a.modal_close dl dt img {
  width: 20px;
}
a.modal_close dl dd {
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 8px;
}
@media screen and (min-width: 1025px) {
  a.modal_close:hover {
    opacity: 0.7;
  }
}

ul.modal-01__list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  ul.modal-01__list {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    width: 524px;
  }
}
@media screen and (max-width: 767px) {
  ul.modal-01__list {
    width: 67%;
  }
}
ul.modal-01__list li {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  ul.modal-01__list li {
    padding: 30px 0;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  ul.modal-01__list li {
    margin-top: 30px;
    padding: 30px 0;
    width: 100%;
  }
}

dl.modal-01__item dt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  dl.modal-01__item dt img {
    width: 178px;
  }
}
@media screen and (max-width: 767px) {
  dl.modal-01__item dt img {
    width: 62.8%;
  }
}
dl.modal-01__item dd {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6;
  padding-top: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  table.modal-02__hyo.pc {
    border-bottom: 1px solid #075ba2;
    margin: 30px auto 0;
    width: 90%;
  }
  table.modal-02__hyo.pc tr {
    border-left: 1px solid #075ba2;
    border-right: 1px solid #075ba2;
    border-top: 1px solid #075ba2;
  }
  table.modal-02__hyo.pc th,
  table.modal-02__hyo.pc td {
    background-color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    padding: 0.5em 1em;
  }
  table.modal-02__hyo.pc td {
    border-left: 1px solid #075ba2;
  }
  table.modal-02__hyo.pc td ul li {
    background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/icon_dot_blue@2x.png);
    background-position: left 8px;
    background-repeat: no-repeat;
    background-size: 5px;
    padding-left: 12px;
  }
  table.modal-02__hyo.pc th.modal-02__hyo__komoku {
    border-left: 1px solid #075ba2;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  table.modal-02__hyo.pc th.modal-02__hyo__komoku:nth-of-type(1) {
    background-color: #cce1f0;
  }
  table.modal-02__hyo.pc th.modal-02__hyo__komoku:nth-of-type(2) {
    background-color: #4c95ca;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  table.modal-02__hyo.pc th,
  table.modal-02__hyo.pc td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  table.modal-02__hyo.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .modal-02__hyo.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .modal-02__hyo.sp {
    margin: 30px auto 0;
    width: 88%;
  }
}

.modal-02__more {
  margin: 10px auto 0;
  text-align: right;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .modal-02__more {
    width: 88%;
  }
}
.modal-02__more a {
  color: #075ba2;
  font-size: 15px;
  font-weight: 700;
  padding-right: 18px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .modal-02__more a {
    font-size: 14px;
  }
}
.modal-02__more a::after {
  background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/icon_circle_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  movie
--------------------------------------------------- */
.movie__inner {
  background-color: #d9ecf9;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .movie__inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1024px) {
  .movie__inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .movie__inner {
    padding: 45px 0;
  }
}

.movie__ttl {
  color: #075ba2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .movie__ttl {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .movie__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .movie__ttl {
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .movie__item {
    margin: 50px auto 0;
    width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .movie__item {
    margin: 30px auto 0;
    width: 66%;
  }
}
.movie__item img {
  width: 100%;
}

.movie__youtube {
  padding-top: 56.25%;
  position: relative;
}
.movie__youtube iframe {
  border: 2px solid #82c1ea;
  border-radius: 4px;
  box-shadow: 0 3px 0 #a6b0b9;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  nav
--------------------------------------------------- */
#navtop {
  background-color: #f2f4f9;
  height: 5px;
  width: 100%;
}

#nav {
  background-color: #075ba2;
  position: sticky;
  top: 0;
  z-index: 98;
}
@media screen and (min-width: 1025px) {
  #nav {
    height: 56px;
  }
}
@media screen and (max-width: 1024px) {
  #nav {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  #nav {
    height: 50px;
  }
}

ul.nav__list {
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 2px 0;
}
@media screen and (min-width: 1025px) {
  ul.nav__list {
    margin: 0 auto;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  ul.nav__list {
    padding: 2px;
  }
}
@media screen and (min-width: 768px) {
  ul.nav__list li {
    width: 25%;
  }
}
ul.nav__list li a.nav__list-item {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  ul.nav__list li a.nav__list-item {
    font-size: 16px;
    height: 52px;
  }
}
@media screen and (max-width: 1024px) {
  ul.nav__list li a.nav__list-item {
    font-size: 14px;
    height: 44px;
  }
}
@media screen and (max-width: 767px) {
  ul.nav__list li a.nav__list-item {
    font-size: 14px;
    height: 46px;
    line-height: 1.2;
    padding: 0 0.55em;
  }
}
ul.nav__list li a.is-active {
  background-color: #fff;
  color: #075ba2;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  point
--------------------------------------------------- */
.point__inner {
  background-position: center top;
  background-repeat: repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .point__inner {
    background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/point_bg_pc.jpg);
  }
}
@media screen and (min-width: 1025px) {
  .point__inner {
    padding-bottom: 150px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .point__inner {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .point__inner {
    background-image: url(https://www.sompo-japan.co.jp/kinsurance/automobile/thekuruma/koshou/images/point_bg_sp@2x.jpg);
  }
}

.point__ttl {
  color: #075ba2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  text-shadow: 4px 4px 4px rgb(255, 255, 255), -4px 4px 4px rgb(255, 255, 255), 4px -4px 4px rgb(255, 255, 255), -4px -4px 4px rgb(255, 255, 255);
}
@media screen and (min-width: 1025px) {
  .point__ttl {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .point__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .point__ttl {
    font-size: 28px;
  }
}

ul.point__list {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  ul.point__list {
    padding-top: 15px;
    width: 905px;
  }
}
@media screen and (max-width: 1024px) {
  ul.point__list {
    padding-top: 15px;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  ul.point__list li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  ul.point__list li {
    margin-top: 8px;
  }
}
ul.point__list li a {
  text-decoration: none;
}

a {
  transition: all 0.3s ease;
}
a dl.point__list-item {
  align-items: center;
  background-color: #fff;
  border: 2px solid #075ba2;
  display: flex;
}
a dl.point__list-item dt {
  align-items: center;
  border-right: 2px solid #075ba2;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  a dl.point__list-item dt {
    height: 84px;
    width: 84px;
  }
  a dl.point__list-item dt img {
    width: 41px;
  }
}
@media screen and (max-width: 1024px) {
  a dl.point__list-item dt {
    height: 68px;
    width: 68px;
  }
  a dl.point__list-item dt img {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  a dl.point__list-item dt {
    border-right: none;
    height: auto;
    width: 16.48%;
  }
  a dl.point__list-item dt img {
    width: 49%;
  }
}
a dl.point__list-item dd {
  color: #333;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
@media screen and (min-width: 1025px) {
  a dl.point__list-item dd {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  a dl.point__list-item dd {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  a dl.point__list-item dd {
    border-left: 2px solid #075ba2;
    font-size: 4.7vw;
    padding: 1em 0.75em;
  }
}
a dl.point__list-item dd strong {
  color: #ad1e27;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
a:hover {
  opacity: 0.7;
}

.point__box {
  background-color: #82c1ea;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .point__box {
    border-radius: 20px;
    box-shadow: 0 30px 0 rgba(130, 193, 234, 0.4);
    margin-top: 70px;
    padding: 20px;
    width: 1020px;
  }
}
@media screen and (max-width: 1024px) {
  .point__box {
    border-radius: 10px;
    box-shadow: 0 20px 0 rgba(130, 193, 234, 0.4);
    margin-top: 60px;
    padding: 10px;
    width: 90%;
  }
}

.point__box-inner {
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 1025px) {
  .point__box-inner {
    padding: 45px 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .point__box-inner {
    padding: 30px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .point__box-inner {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .point__box:nth-of-type(2) .point__box-inner {
    padding: 45px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .point__box:nth-of-type(2) .point__box-inner {
    padding: 30px 0 0;
  }
}

.point__header {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point__header {
    border-bottom: 3px solid #075ba2;
    display: flex;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .point__header {
    width: 850px;
  }
}
@media screen and (max-width: 1024px) {
  .point__header {
    width: 90%;
  }
}

@media screen and (min-width: 1025px) {
  .point__header-num {
    margin-right: 25px;
    padding-top: 8px;
    width: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .point__header-num {
    margin-right: 25px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .point__header-num {
    margin: 0 auto;
    width: 12.8%;
  }
}

.point__header-ttl {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media screen and (min-width: 1025px) {
  .point__header-ttl {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .point__header-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .point__header-ttl {
    font-size: 6.2vw;
    padding-top: 20px;
    text-align: center;
  }
}
.point__header-ttl strong {
  color: #ad1e27;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .point__header-ttl strong.big {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .point__header-ttl strong.big {
    font-size: 8vw;
  }
}
.point__header-ttl .sub-txt {
  font-size: 50%;
  top: -0.3em;
}

/* POINT 01
========================================================= */
.point-01__graph-pc {
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (min-width: 1025px) {
  .point-01__graph-pc {
    width: 484px;
  }
}
@media screen and (max-width: 1024px) {
  .point-01__graph-pc {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .point-01__graph-pc {
    display: none;
  }
}

.point-01__kome-hosoku {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .point-01__kome-hosoku {
    margin: 0 460px 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .point-01__kome-hosoku {
    margin-left: 6%;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .point-01__kome-hosoku {
    bottom: 1.5%;
    font-feature-settings: "palt" 1;
    font-size: 3.23vw;
    left: 4%;
    line-height: 1.3;
    margin-left: 0;
    position: absolute;
    width: 38%;
    z-index: 2;
  }
}

.point-01__hoshorei-header {
  background-color: #f1bd3f;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point-01__hoshorei-header {
    border-radius: 10px 10px 0 0;
    margin: 60px 10px 0;
    padding: 35px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .point-01__hoshorei-header {
    padding: 25px 0 45px;
  }
}

.point-01__hoshorei-body {
  background-color: #fbebc5;
}
@media screen and (min-width: 768px) {
  .point-01__hoshorei-body {
    border-radius: 0 0 10px 10px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .point-01__hoshorei-body {
    border-radius: 0 0 5px 5px;
  }
}

.point-01__person-pc {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .point-01__person-pc {
    bottom: 0;
    right: 10%;
    width: 308px;
  }
}
@media screen and (max-width: 1024px) {
  .point-01__person-pc {
    bottom: 0;
    right: 4%;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .point-01__person-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .point-01__graph-box {
    margin-top: 20px;
    padding-top: 130%;
    position: relative;
  }
  .point-01__graph-box::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .point-01__graph-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .point-01__graph-sp {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 90%;
    z-index: 1;
  }
}

.point-01__hoshorei-mds {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .point-01__hoshorei-mds {
    font-size: 25px;
    padding-left: 13%;
  }
}
@media screen and (max-width: 1024px) {
  .point-01__hoshorei-mds {
    font-size: 20px;
    padding-left: 7%;
  }
}
@media screen and (max-width: 767px) {
  .point-01__hoshorei-mds {
    font-size: 16px;
  }
}

.point-01__hoshorei-content {
  padding-top: 72px;
}

.point-01__hoshorei-box {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .point-01__hoshorei-box {
    padding-top: 60.5%;
    width: 810px;
  }
}
@media screen and (max-width: 1024px) {
  .point-01__hoshorei-box {
    padding-top: 66.5%;
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .point-01__hoshorei-box {
    padding-top: 94%;
    width: 88%;
  }
}
.point-01__hoshorei-box::before {
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.point-01_hoshorei-illust {
  position: absolute;
  top: 0;
}
.point-01_hoshorei-illust img {
  border: 3px solid #075ba2;
  border-radius: 16px;
  box-sizing: border-box;
}

.point-01_hoshorei-ex {
  position: absolute;
  right: 5%;
  top: 48.16%;
  width: 30.86%;
}
@media screen and (max-width: 767px) {
  .point-01_hoshorei-ex {
    right: -4%;
    top: 32%;
    width: 62%;
  }
}

.point-01_hoshorei-ex-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  left: 0;
  line-height: 1.6;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .point-01_hoshorei-ex-txt {
    bottom: 22%;
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .point-01_hoshorei-ex-txt {
    bottom: 18%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .point-01_hoshorei-ex-txt {
    font-size: 3.6vw;
    top: 52%;
  }
}

.point-01_hoshorei-ex-kome {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 1.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point-01_hoshorei-ex-kome {
    font-size: 3.22vw;
    padding: 0 1.5em 1.2em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .point-01_hoshorei-ex-kome p {
    margin-left: 1em;
    text-indent: -1em;
  }
}

.point-01__hoshorei-balloon-box {
  bottom: -30%;
  left: calc(50% - 200px);
  position: absolute;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .point-01__hoshorei-balloon-box {
    left: 6%;
    width: 88%;
  }
}

.point-01__hoshorei-balloon {
  background: #075ba2;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 1.5em auto;
  padding: 28px 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point-01__hoshorei-balloon {
    font-size: 16px;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .point-01__hoshorei-balloon {
    font-size: 14px;
    padding: 20px 0;
    width: 100%;
  }
}
.point-01__hoshorei-balloon::before {
  border: 15px solid transparent;
  border-top: 15px solid #075ba2;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 100%;
}

/* POINT 02
========================================================= */
.point-02__box {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point-02__box {
    position: relative;
  }
  .point-02__box::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .point-02__box .point__header {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .point-02__box {
    padding-top: 54%;
    width: 850px;
  }
}
@media screen and (max-width: 1024px) {
  .point-02__box {
    padding-top: 72%;
    width: 90%;
  }
  .point-02__box .point__header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .point-02__box {
    padding-top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .point-02__graph {
    position: absolute;
    width: 68%;
    z-index: 1;
  }
}
@media screen and (min-width: 1025px) {
  .point-02__graph {
    top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .point-02__graph {
    top: 26%;
  }
}
@media screen and (max-width: 767px) {
  .point-02__graph {
    margin: 0 auto;
    padding-top: 20px;
    width: 90%;
  }
}

.point-02__person {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .point-02__person {
    bottom: 0;
    right: 0;
    width: 36%;
  }
}
@media screen and (min-width: 1025px) {
  .point-02__person {
    right: -30px;
    width: 324px;
  }
}
@media screen and (max-width: 767px) {
  .point-02__person {
    bottom: 0;
    left: 3%;
    right: auto;
    width: 35%;
  }
}

.point-02__kome-hosoku {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .point-02__kome-hosoku {
    font-size: 14px;
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  .point-02__kome-hosoku {
    bottom: 7%;
    width: 68%;
  }
}
@media screen and (max-width: 1024px) {
  .point-02__kome-hosoku {
    bottom: 6%;
    width: 62%;
  }
}
@media screen and (max-width: 767px) {
  .point-02__kome-hosoku {
    background-color: #f2f4f9;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    font-feature-settings: "palt" 1;
    font-size: 3.22vw;
    padding: 15px 3% 15px 42%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .point-02__footer {
    padding-top: 56%;
    position: relative;
  }
  .point-02__footer::before {
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

/* POINT 03
========================================================= */
.point_03__lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point_03__lead {
    font-size: 14px;
    padding-top: 20px;
  }
}

.point_03__customer {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point_03__customer {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .point_03__customer {
    padding-bottom: 60px;
    padding-top: 70px;
    width: 710px;
  }
}
@media screen and (max-width: 1024px) {
  .point_03__customer {
    padding-bottom: 30px;
    padding-top: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .point_03__customer {
    padding-bottom: 10px;
    padding-top: 20px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  dl.point_03__customer-img {
    margin-right: 50px;
    width: 152px;
  }
}
@media screen and (max-width: 1024px) {
  dl.point_03__customer-img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  dl.point_03__customer-img {
    margin: 0 auto;
    width: 23%;
  }
}
dl.point_03__customer-img img {
  border: solid 3px #075ba2;
  border-radius: 50%;
  box-sizing: content-box;
}
dl.point_03__customer-img dd {
  padding-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.point_03__customer-img dd {
    padding-top: 8px;
  }
}
dl.point_03__customer-img dd span {
  background-color: #075ba2;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 0.2em 0.4em;
}
@media screen and (max-width: 767px) {
  dl.point_03__customer-img dd span {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .point_03__customer-txt {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .point_03__customer-txt {
    margin: 0 auto;
    padding: 30px 0 20px;
    width: 90%;
  }
}

.point_03__customer-balloon {
  background-color: #fff;
  border: solid 3px #075ba2;
  border-radius: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .point_03__customer-balloon {
    padding: 2em 55px;
  }
}
@media screen and (max-width: 1024px) {
  .point_03__customer-balloon {
    padding: 1.8em 55px;
  }
}
@media screen and (max-width: 767px) {
  .point_03__customer-balloon {
    padding: 1.5em 30px;
  }
}
.point_03__customer-balloon::before, .point_03__customer-balloon::after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 768px) {
  .point_03__customer-balloon::before {
    border-bottom: 30px solid #075ba2;
    border-left: 30px solid transparent;
    left: -30px;
    top: 34px;
  }
}
@media screen and (max-width: 767px) {
  .point_03__customer-balloon::before {
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    content: "";
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -24px;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .point_03__customer-balloon::after {
    border-bottom: 30px solid #fff;
    border-left: 30px solid transparent;
    left: -23px;
    top: 31px;
  }
}
@media screen and (max-width: 767px) {
  .point_03__customer-balloon::after {
    border: 14px solid transparent;
    border-bottom: 14px solid #075ba2;
    content: "";
    left: 50%;
    margin-left: -17px;
    position: absolute;
    top: -30px;
    z-index: 1;
  }
}

.point_03__customer-balloon-txt {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .point_03__customer-balloon-txt img {
    width: 392px;
  }
}
@media screen and (max-width: 767px) {
  .point_03__customer-balloon-txt img {
    max-width: 100%;
  }
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  sns
--------------------------------------------------- */
.sns {
  background-color: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .sns {
    padding: 30px 0;
  }
}

ul.sns__list {
  align-items: center;
  display: flex;
  justify-content: center;
}
ul.sns__list li {
  margin: 0 20px;
  width: 50px;
}
ul.sns__list li a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  transition: all 0.3s ease;
  width: 50px;
}
ul.sns__list li a:hover {
  opacity: 0.7;
}
ul.sns__list li.sns__item--facebook a {
  background-color: #1877f2;
}
ul.sns__list li.sns__item--facebook a img {
  height: 28px;
  width: auto;
}
ul.sns__list li.sns__item--twitter a {
  background-color: #1da1f2;
}
ul.sns__list li.sns__item--twitter a img {
  height: auto;
  width: 28px;
}
ul.sns__list li.sns__item--line a {
  background-color: #06c755;
}
ul.sns__list li.sns__item--line a img {
  height: auto;
  width: 30px;
}

/*
Site Name: 故障運搬時車両損害特約LP
Version: 2024.11.15
*/
/*
======================================================
  topicpath
--------------------------------------------------- */
#topicpath_area {
  *zoom: 1;
}
#topicpath_area::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1025px) {
  #topicpath_area {
    margin: 0 auto;
    padding-top: 20px;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  #topicpath_area {
    padding: 15px 3% 0;
  }
}
@media screen and (max-width: 767px) {
  #topicpath_area {
    padding: 15px 2% 0;
  }
}
#topicpath_area #topicpath {
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
