@charset "UTF-8";
/*
Site Name: 事業用自動車保険LP
Version: 2024.12.16
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/*
======================================================
  common
--------------------------------------------------- */
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Arial", sans-serif;
  -webkit-overflow-scrolling: touch;
}

img,
picture {
  display: block;
  max-width: 100%;
}

strong {
  font-weight: 700; /* お好みで 600 も綺麗 */
}

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

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

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

.tab-br,
img.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab-br,
  img.tab {
    display: block;
  }
}

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

.fuwafuwa {
  animation: fuwafuwa 1.2s infinite linear alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.underline {
  background: linear-gradient(transparent 60%, #fdde66 60%);
}

.btn-blue a {
  align-items: center;
  border: 1px solid #0068b4;
  border-radius: 50px;
  color: #0068b4;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  padding: 0.75em;
}
.btn-blue a:hover {
  text-decoration: none;
}

span.arrow {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  span.arrow {
    padding-right: 26px;
  }
}
span.arrow::after {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
}

ul.kome-list li {
  line-height: 1.7;
  padding: 0.1em 0 0.1em 1.2em;
  position: relative;
}
ul.kome-list li::before {
  content: "※";
  left: 0;
  line-height: 1.7;
  position: absolute;
  top: 0.1em;
}

ul.dot-list li {
  line-height: 1.7;
  padding: 0.1em 0 0.1em 1.2em;
  position: relative;
}
ul.dot-list li::before {
  background-color: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0.4em;
  line-height: 1.7;
  position: absolute;
  top: 0.8em;
  width: 4px;
}
ul.dot-list li {
  text-align: left;
}

dl.atten-item {
  display: flex;
  text-align: left;
}
@media screen and (min-width: 768px) {
  dl.atten-item {
    margin: 1.2em auto 0;
  }
}
@media screen and (max-width: 767px) {
  dl.atten-item {
    margin: 1.2em auto 0;
    width: 100%;
  }
}
dl.atten-item dt,
dl.atten-item dd {
  line-height: 1.7;
}
dl.atten-item dt {
  width: 2.2em;
}
dl.atten-item dd {
  flex: 1;
}

.blue-txt {
  color: #0068b4;
}

.yellow-txt {
  color: #fcc800;
}

.red-txt {
  color: #e73134;
}

.link-arrow a {
  color: #0068b4;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding-left: 13px;
  position: relative;
  text-decoration: underline;
}
.link-arrow a::before {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/arrow_small_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: calc(50% - 5px);
  width: 5px;
}

.frame-lineGray {
  border: 1px solid #ccc;
  border-radius: 15px;
}

.text-bold {
  font-weight: 700;
}

/*
======================================================
  contact
--------------------------------------------------- */
.contact {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
  }
}

.btn-orange {
  margin: 0 auto;
  width: 480px;
}
@media screen and (max-width: 1024px) {
  .btn-orange {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .btn-orange {
    width: 88%;
  }
}
.btn-orange a {
  border-radius: 60px;
  height: 120px;
  background-image: linear-gradient(to bottom, #ed8b00 0%, #eb6814 100%);
  border: 2px solid #fcc800;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.btn-orange a:hover {
  background-image: linear-gradient(to bottom, #ec7a0c 0%, #e9551f 100%);
}
.btn-orange a span {
  color: #fff;
  display: inline-block;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  font-weight: 700;
  left: 14%;
  letter-spacing: 1px;
  line-height: 1.35;
  position: absolute;
  text-align: left;
  text-shadow: 1px 2px 3px rgba(181, 64, 6, 0.6);
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .btn-orange a span {
    font-size: 18px;
    left: 12%;
  }
}
@media screen and (max-width: 767px) {
  .btn-orange a span {
    left: 10%;
  }
}
.btn-orange a::after {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/arrow_white_orange@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 25px;
  top: calc(50% - 20px);
  width: 40px;
}
@media screen and (max-width: 767px) {
  .btn-orange a::after {
    height: 24px;
    right: 16px;
    top: calc(50% - 12px);
    width: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .btn-orange a {
    border-radius: 50px;
    height: 100px;
  }
}
.btn-orange a span strong {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .btn-orange a span strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .btn-orange a span strong {
    font-size: 24px;
  }
}

.contact .link-arrow {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .contact .link-arrow a {
    font-size: 16px;
  }
}

/*
======================================================
  floating
--------------------------------------------------- */
#floating__btn {
  position: fixed;
}
@media screen and (min-width: 768px) {
  #floating__btn {
    display: none;
    height: 356px;
    right: 0;
    top: calc(50% - 178px);
    width: 80px;
    z-index: 99;
  }
}
@media screen and (max-width: 767px) {
  #floating__btn {
    bottom: 0;
    display: none;
    height: 74px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}

.floating__btn-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .floating__btn-inner {
    height: 356px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .floating__btn-inner {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 100%;
  }
}

a.btn-orange-floating {
  align-items: center;
  background-image: linear-gradient(to bottom, #ed8b00 0%, #eb6814 100%);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  a.btn-orange-floating {
    border-bottom: 2px solid #fcc800;
    border-left: 2px solid #fcc800;
    border-radius: 15px 0 0 15px;
    border-top: 2px solid #fcc800;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  a.btn-orange-floating {
    border: 2px solid #fcc800;
    border-radius: 30px;
    height: 60px;
    left: 10%;
    position: absolute;
    top: calc(50% - 30px);
    width: 80%;
  }
}
a.btn-orange-floating:hover {
  background-image: linear-gradient(to bottom, #ec7a0c 0%, #e9551f 100%);
  text-decoration: none;
}
a.btn-orange-floating span {
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 1px 2px 3px rgba(181, 64, 6, 0.6);
}
@media screen and (min-width: 768px) {
  a.btn-orange-floating span {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  a.btn-orange-floating span {
    font-size: 22px;
    padding-right: 0.8em;
  }
}
a.btn-orange-floating::after {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/arrow_white_orange@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 22px;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  width: 30px;
}
@media screen and (min-width: 768px) {
  a.btn-orange-floating::after {
    left: calc(50% - 14px);
  }
}
@media screen and (max-width: 767px) {
  a.btn-orange-floating::after {
    height: 24px;
    right: 12px;
    top: calc(50% - 12px);
    width: 24px;
  }
}

@media screen and (min-width: 768px) {
  .floating-btn-label {
    left: -54px;
    position: absolute;
    top: -24px;
    width: 73px;
  }
}
@media screen and (max-width: 767px) {
  .floating-btn-label {
    display: none;
  }
}

/*
======================================================
  fv
--------------------------------------------------- */
#fv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 768px) {
  #fv {
    background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/fv_pc_bg@2x.jpg);
  }
}
@media screen and (min-width: 1025px) {
  #fv {
    background-size: contain;
    padding-top: 35.93%;
  }
}
@media screen and (max-width: 1024px) {
  #fv {
    background-size: cover;
    padding-top: 48.93%;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/fv_sp_bg@2x.jpg);
    background-size: contain;
    padding-top: 110.25%;
  }
}
#fv::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.fv__lead,
.fv__ttl,
.fv__txt,
.fv__btn,
.fv-btn-label {
  position: absolute;
}

.fv__lead {
  color: #fff;
  font-size: 1.92vw;
  font-weight: 700;
  left: 39.29%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  top: 7.21%;
  transform: rotate(-5deg);
}
@media screen and (max-width: 1024px) {
  .fv__lead {
    font-size: 2.92vw;
    left: 32.29%;
    top: 7.2%;
  }
}
@media screen and (max-width: 767px) {
  .fv__lead {
    font-size: 4.72vw;
    left: 8%;
    top: 4.7%;
  }
}

.fv__ttl {
  font-feature-settings: "palt" 1;
  font-size: 4.1vw;
  font-weight: 700;
  left: 40.79%;
  letter-spacing: 0.02em;
  line-height: 1.2;
  top: 24.34%;
}
@media screen and (max-width: 1024px) {
  .fv__ttl {
    font-size: 5.6vw;
    left: 34.79%;
    top: 23.34%;
  }
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    font-size: 8.68vw;
    left: 6.4%;
    top: 15.34%;
  }
}
.fv__ttl strong {
  color: #0068b4;
  display: block;
  font-size: 5vw;
}
@media screen and (max-width: 1024px) {
  .fv__ttl strong {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__ttl strong {
    font-size: 10.2vw;
  }
}
.fv__ttl small {
  font-size: 3.3vw;
}
@media screen and (max-width: 767px) {
  .fv__ttl small {
    font-size: 6.72vw;
  }
}

.fv__txt {
  left: 41.29%;
  top: 60%;
}
@media screen and (max-width: 1024px) {
  .fv__txt {
    left: 35.79%;
    top: 60%;
  }
}
@media screen and (max-width: 767px) {
  .fv__txt {
    left: 29.8%;
    top: 39.4%;
  }
}
.fv__txt p {
  font-size: 1.42vw;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .fv__txt p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__txt p {
    font-size: 3.68vw;
    line-height: 1.5;
  }
}
.fv__txt p + p {
  padding-top: 0.9em;
}
@media screen and (max-width: 767px) {
  .fv__txt p + p {
    margin-left: 13%;
    padding-top: 0.8em;
  }
}
.fv__txt p strong {
  background: linear-gradient(transparent 60%, #fdde66 60%);
  color: #e73134;
  font-size: 1.68vw;
}
@media screen and (max-width: 1024px) {
  .fv__txt p strong {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__txt p strong {
    font-size: 4.58vw;
  }
}

.fv__btn {
  bottom: 9.13%;
  height: 19.56%;
  right: 5.93%;
  width: 24.21%;
}
@media screen and (max-width: 1024px) {
  .fv__btn {
    bottom: 11.13%;
    right: 3%;
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .fv__btn {
    bottom: 6.27%;
    height: 16.72%;
    right: 4.87%;
    width: 52.82%;
  }
}
.fv__btn a {
  border-radius: 80px;
  height: 100%;
  background-image: linear-gradient(to bottom, #ed8b00 0%, #eb6814 100%);
  border: 2px solid #fcc800;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.fv__btn a:hover {
  background-image: linear-gradient(to bottom, #ec7a0c 0%, #e9551f 100%);
}
.fv__btn a span {
  color: #fff;
  display: inline-block;
  font-feature-settings: "palt" 1;
  font-size: 24px;
  font-weight: 700;
  left: 14%;
  letter-spacing: 1px;
  line-height: 1.35;
  position: absolute;
  text-align: left;
  text-shadow: 1px 2px 3px rgba(181, 64, 6, 0.6);
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  .fv__btn a span {
    font-size: 18px;
    left: 12%;
  }
}
@media screen and (max-width: 767px) {
  .fv__btn a span {
    left: 10%;
  }
}
.fv__btn a::after {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/arrow_white_orange@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 25px;
  top: calc(50% - 20px);
  width: 40px;
}
@media screen and (max-width: 767px) {
  .fv__btn a::after {
    height: 24px;
    right: 16px;
    top: calc(50% - 12px);
    width: 24px;
  }
}
.fv__btn a span {
  font-size: 1.6vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fv__btn a span {
    font-size: 2vw;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .fv__btn a span {
    font-size: 3.96vw;
    left: 12%;
  }
}
.fv__btn a span strong {
  font-size: 1.96vw;
}
@media screen and (max-width: 1024px) {
  .fv__btn a span strong {
    font-size: 2.24vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__btn a span strong {
    font-size: 4.48vw;
  }
}
.fv__btn a::after {
  height: 30px;
  position: absolute;
  right: 5%;
  top: calc(50% - 15px);
  width: 30px;
}
@media screen and (max-width: 1024px) {
  .fv__btn a::after {
    height: 22px;
    right: 4%;
    top: calc(50% - 11px);
    width: 22px;
  }
}

@media screen and (min-width: 1025px) {
  .fv-btn-label {
    left: 7.74%;
    top: -57.7%;
    width: 35.8%;
  }
}
@media screen and (max-width: 1024px) {
  .fv-btn-label {
    right: 2%;
    top: -48.7%;
    width: 35.8%;
  }
}
@media screen and (max-width: 767px) {
  .fv-btn-label {
    right: -2%;
    top: -38.7%;
    width: 32%;
  }
}

/*
======================================================
  hero
--------------------------------------------------- */
.hero-wrapper {
  background: linear-gradient(90deg, #f97316 0%, #f97316 50%, #2b66ae 50%, #2b66ae 100%);
}

.hero {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.hero img {
  max-width: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero {
    aspect-ratio: 1124/680;
    background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/hero_bg@2.x.png);
    background-size: cover;
    max-width: 1124px;
    position: relative;
    z-index: 1;
  }
  .hero__title {
    left: 8.2%;
    position: absolute;
    top: 8.2%;
    width: 43.8%;
    z-index: 10;
  }
  .hero__point01 {
    left: 5.6%;
    position: absolute;
    top: 23.3%;
    width: 40.7%;
    z-index: 20;
  }
  .hero__point02 {
    left: 5.6%;
    position: absolute;
    top: 47.9%;
    width: 46.9%;
    z-index: 30;
  }
  .hero__estimate-button {
    left: 5.6%;
    position: absolute;
    top: 72.6%;
    width: 46.7%;
    z-index: 50;
  }
  .hero__image {
    left: 50%;
    position: absolute;
    top: 7.2%;
    width: 48.5%;
    z-index: 40;
  }
  .hero__text {
    left: 66.7%;
    position: absolute;
    top: 21%;
    width: 25.6%;
    z-index: 60;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    aspect-ratio: 767/1704;
    background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/hero_bg_sp@2.x.png);
    background-position: bottom center;
    background-size: cover;
    max-width: 76.7rem;
    position: relative;
    z-index: 1;
  }
  .hero__title {
    left: 7.6%;
    position: absolute;
    top: 6.5%;
    width: 84.4%;
    z-index: 10;
  }
  .hero__point01 {
    left: 2.8%;
    position: absolute;
    top: 14.7%;
    width: 76.5%;
    z-index: 20;
  }
  .hero__point02 {
    left: 2.8%;
    position: absolute;
    top: 27.9%;
    width: 88.3%;
    z-index: 30;
  }
  .hero__estimate-button {
    left: 3.7%;
    position: absolute;
    top: 41.6%;
    width: 92.1%;
    z-index: 50;
  }
  .hero__image {
    left: 8.6%;
    position: absolute;
    top: 54.2%;
    width: 88.7%;
    z-index: 40;
  }
  .hero__text {
    left: 38.8%;
    position: absolute;
    top: 58.5%;
    width: 57.2%;
    z-index: 60;
  }
}
/*
======================================================
  info
--------------------------------------------------- */
#info {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #info {
    padding: 50px 0 60px;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  #info {
    padding: 40px 0;
    width: 90%;
  }
}

ul.info__dot-list li {
  line-height: 1.7;
  padding: 0.1em 0 0.1em 1.2em;
  position: relative;
}
ul.info__dot-list li::before {
  background-color: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0.4em;
  line-height: 1.7;
  position: absolute;
  top: 0.8em;
  width: 4px;
}
ul.info__dot-list li {
  color: #666;
  font-size: 14px;
}

.info__txt--bobun {
  font-size: 14px;
  padding-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .info__txt--bobun {
    padding-top: 30px;
  }
}

/*
======================================================
  jiko
--------------------------------------------------- */
.jiko-support {
  margin: 80px auto 0;
}
@media screen and (min-width: 1025px) {
  .jiko-support {
    width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .jiko-support {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .jiko-support {
    margin: 60px auto 0;
  }
}
.jiko-support p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  ul.jiko-support__list {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  ul.jiko-support__list li {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  ul.jiko-support__list li {
    margin-top: 35px;
  }
}

dl.jiko-support__item dt {
  text-align: center;
}
dl.jiko-support__item dt img {
  border-radius: 50%;
  margin: 0 auto;
  width: 180px;
}
@media screen and (max-width: 767px) {
  dl.jiko-support__item dt img {
    width: 140px;
  }
}
dl.jiko-support__item dd {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  dl.jiko-support__item dd {
    font-size: 18px;
  }
}
dl.jiko-support__item dd .yellow-txt {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  dl.jiko-support__item dd .yellow-txt {
    font-size: 22px;
  }
}
dl.jiko-support__item dd .yellow-txt strong {
  font-size: 36px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
@media screen and (max-width: 767px) {
  dl.jiko-support__item dd .yellow-txt strong {
    font-size: 32px;
    text-underline-offset: 4px;
  }
}
dl.jiko-support__item dd .yellow-txt span.super-txt {
  font-size: 11px;
  top: 0.6em;
}

ul.jiko-support__hosoku {
  margin-top: 30px;
}
ul.jiko-support__hosoku li dl.atten-item {
  margin: 0;
}
ul.jiko-support__hosoku li dl.atten-item dt,
ul.jiko-support__hosoku li dl.atten-item dd {
  color: #fff;
  font-size: 14px;
}
ul.jiko-support__hosoku li dl.atten-item dt {
  width: 3.2em;
}

/*
======================================================
  modal
--------------------------------------------------- */
.modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

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

.modal__inner {
  display: inline-block;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .modal__inner.modal-syonin {
    max-height: 80vh;
    width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .modal__inner.modal-syonin {
    height: 410px;
    max-height: 95vh;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .modal__inner.modal-pro {
    max-height: 80vh;
    width: 1140px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__inner.modal-pro {
    height: 470px;
    max-height: 95vh;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .modal__inner.modal-pro {
    height: 500px;
  }
}
@media screen and (min-width: 1025px) {
  .modal__inner.modal-waribiki {
    height: 590px;
    max-height: 80vh;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .modal__inner.modal-waribiki {
    height: 640px;
    max-height: 95vh;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .modal__inner.modal-waribiki {
    height: 500px;
  }
}

.modal__content {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  max-height: 100%;
  overflow-y: auto;
  padding: 50px 45px;
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal__inner.modal-syonin .modal__content {
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal__inner.modal-pro .modal__content {
    padding: 20px 0 5px;
  }
}

.modal__ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .modal__ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .modal__ttl {
    font-size: 4.8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .modal__ttl {
    font-size: 15px;
  }
}

a.modal_close {
  align-items: center;
  background-color: #0068b4;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: -24px;
  text-decoration: none;
  top: -24px;
  transition: all 0.3s ease;
  width: 48px;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  a.modal_close {
    height: 44px;
    right: -12px;
    top: -22px;
    width: 44px;
  }
}
a.modal_close img {
  display: block;
  height: 22px;
  width: 22px;
}
@media screen and (max-width: 767px) {
  a.modal_close img {
    height: 16px;
    width: 16px;
  }
}
a.modal_close:hover {
  background-color: #666;
}

.modal__check {
  background-color: #fef4f1;
  border-radius: 10px;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .modal__check {
    padding: 15px 20px;
  }
}

ul.modal__check-list li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.2em 0 0.2em 1.4em;
  position: relative;
}
ul.modal__check-list li::before {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/icon_modal_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 16px;
}

#modal-01 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  #modal-01 p {
    margin: 20px 0 0;
  }
}

.modal__next {
  margin-top: 30px;
  text-align: center;
}
.modal__next a {
  color: #0068b4;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

ol.modal__list {
  position: relative;
}
@media screen and (min-width: 1025px) {
  ol.modal__list {
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  ol.modal__list {
    margin: 20px auto 0;
    padding-bottom: 15px;
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  ol.modal__list {
    margin: 10px auto 0;
    padding-bottom: 15px;
    width: 94%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  ol.modal__list {
    margin: 5px auto 0;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  ol.modal__list > li {
    background-color: #e9f6fb;
    border: 4px solid #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    width: 228px;
  }
}
@media screen and (max-width: 1024px) {
  ol.modal__list > li {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  ol.modal__list > li {
    width: 100%;
  }
}

dl.modal__item {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  dl.modal__item {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  dl.modal__item dt {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  dl.modal__item dt {
    width: 40px;
  }
}
dl.modal__item dt::before {
  background-color: #0068b4;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  dl.modal__item dt::before {
    height: 4px;
    left: -12px;
    right: -12px;
    top: -20px;
  }
}
@media screen and (max-width: 1024px) {
  dl.modal__item dt::before {
    bottom: -4px;
    left: 16px;
    top: -4px;
    width: 3px;
  }
}
dl.modal__item dt img {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  dl.modal__item dt img {
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    width: 58px;
  }
}
@media screen and (max-width: 1024px) {
  dl.modal__item dt img {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
  }
}
@media screen and (min-width: 1025px) {
  dl.modal__item dd {
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: space-between;
    padding: 0 15px 30px;
  }
  #modal-01 dl.modal__item dd {
    height: 260px;
  }
}
@media screen and (max-width: 1024px) {
  dl.modal__item dd {
    background-color: #e9f6fb;
    border: 4px solid #fff;
    border-radius: 16px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    flex: 1;
    padding: 0 25px 12px;
  }
}
@media screen and (max-width: 767px) {
  dl.modal__item dd {
    padding: 0 20px 10px;
  }
}
dl.modal__item dd img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  dl.modal__item dd img {
    display: none;
  }
}
dl.modal__item dd img.img-form {
  width: 100px;
}
dl.modal__item dd img.img-smartphone {
  width: 84px;
}
dl.modal__item dd p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding-top: 1.3em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  dl.modal__item dd p {
    line-height: 1.5;
    padding-top: 0.7em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  dl.modal__item dd p {
    font-size: 4.25vw;
    line-height: 1.4;
    padding-top: 0.6em;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  dl.modal__item dd p {
    font-size: 15px;
    padding-top: 0.4em;
  }
}
@media screen and (min-width: 1025px) {
  dl.modal__item dd .btn-orange {
    margin-bottom: 20px;
    width: 196px;
  }
}
@media screen and (max-width: 1024px) {
  dl.modal__item dd .btn-orange {
    margin-top: 0.6em;
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  dl.modal__item dd .btn-orange {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  dl.modal__item dd .btn-orange a {
    height: 84px;
  }
}
@media screen and (max-width: 1024px) {
  dl.modal__item dd .btn-orange a {
    height: 64px;
  }
}
dl.modal__item dd .btn-orange a span {
  font-size: 14px;
  left: 10%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  dl.modal__item dd .btn-orange a span {
    left: 15%;
  }
}
dl.modal__item dd .btn-orange a span strong {
  font-size: 18px;
}
dl.modal__item dd .btn-orange a::after {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/arrow_white_orange@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 8px;
  top: calc(50% - 10px);
  width: 20px;
}
@media screen and (max-width: 767px) {
  dl.modal__item dd .btn-orange a::after {
    height: 24px;
    right: 16px;
    top: calc(50% - 12px);
    width: 24px;
  }
}

@media screen and (min-width: 1025px) {
  ol.modal__list li:first-child dl.modal__item dt::before {
    left: 50%;
  }
}
@media screen and (max-width: 1024px) {
  ol.modal__list li:first-child dl.modal__item dt::before {
    top: 50%;
  }
}
@media screen and (min-width: 1025px) {
  ol.modal__list li:last-child dl.modal__item dt::before {
    right: 50%;
  }
}
@media screen and (max-width: 1024px) {
  ol.modal__list li:last-child dl.modal__item dt::before {
    bottom: 50%;
  }
}

.modal__waribiki-content {
  padding: 20px 20px 0;
}
@media screen and (max-width: 1024px) {
  .modal__waribiki-content {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .modal__waribiki-content {
    padding: 20px 0 0;
  }
}
.modal__waribiki-content p {
  line-height: 1.8;
}
.modal__waribiki-content p + dl.modal__waribiki-atten {
  padding-top: 30px;
}
.modal__waribiki-content ul.dot-list {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .modal__waribiki-content ul.dot-list {
    margin-left: 1em;
  }
}
.modal__waribiki-content .frame-lineGray {
  margin-top: 25px;
  padding: 25px 40px;
}
@media screen and (max-width: 767px) {
  .modal__waribiki-content .frame-lineGray {
    padding: 20px;
  }
}
.modal__waribiki-content .frame-lineGray + .modal__waribiki-atten {
  margin-top: 30px;
}

dl.modal__waribiki-hosoku {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 25px;
}
dl.modal__waribiki-hosoku dt {
  width: 1em;
}
dl.modal__waribiki-hosoku dd {
  width: calc(100% - 1em);
}
dl.modal__waribiki-hosoku.w2 dt {
  width: 1.5em;
}
dl.modal__waribiki-hosoku.w2 dd {
  width: calc(100% - 1.5em);
}

.modal__waribiki-atten {
  background-color: #fdefea;
  border-radius: 15px;
  margin-top: 25px;
  padding: 25px 40px 20px;
}
@media screen and (max-width: 767px) {
  .modal__waribiki-atten {
    padding: 25px 15px 20px;
  }
}

.modal__waribiki-atten-ttl {
  align-items: center;
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/icon_atten.svg);
  background-position: left center;
  background-repeat: no-repeat;
  color: #e73134;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 20px;
  padding-left: 24px;
}
.modal__waribiki-atten-ttl + ol.number-list,
.modal__waribiki-atten-ttl + p {
  margin-top: 10px;
}

ol.number-list {
  margin-left: 1.5em;
}
ol.number-list li {
  line-height: 1.7;
  list-style-type: decimal;
  padding: 0.1em 0;
}

.modal__waribiki-mds {
  background-color: #0068b4;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 30px;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal__waribiki-mds small {
    font-size: 14px;
  }
}

.modal__waribiki-mdsLine {
  border-left: 3px solid #c02;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
  padding: 0.15em 0 0.15em 0.75em;
}

dl.modal__waribiki-newcar {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  dl.modal__waribiki-newcar {
    line-height: 1.7;
  }
}
dl.modal__waribiki-newcar dt,
dl.modal__waribiki-newcar dd {
  padding: 0.2em 0;
}
dl.modal__waribiki-newcar dt {
  font-weight: 600;
  width: 22em;
}
@media screen and (max-width: 1024px) {
  dl.modal__waribiki-newcar dt {
    padding: 0.2em 0 0;
    width: 100%;
  }
}
dl.modal__waribiki-newcar dd {
  width: calc(100% - 22em);
}
@media screen and (max-width: 1024px) {
  dl.modal__waribiki-newcar dd {
    padding: 0 0 0.2em;
    width: 100%;
  }
  dl.modal__waribiki-newcar dd + dt {
    padding-top: 15px;
  }
}

/* ======== bodyにposition: relative;入っていると ======== // */
/* ======== モーダルの位置が狂うので ======== // */
/* ======== テンプレートスタイルを除去 ======== // */
body {
  position: static;
}

body.fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

table.modal__table {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
}
table.modal__table th,
table.modal__table td {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  line-height: 1.4;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table.modal__table th,
  table.modal__table td {
    font-size: 13px;
    padding: 4px 6px;
  }
}
table.modal__table th.modal__cell-bgBlue,
table.modal__table td.modal__cell-bgBlue {
  background-color: #57a0d3;
  color: #fff;
}
table.modal__table th.modal__cell-bgGray,
table.modal__table td.modal__cell-bgGray {
  background-color: #e6e6e6;
}
table.modal__table th.modal__cell-bgGrayLight,
table.modal__table td.modal__cell-bgGrayLight {
  background-color: #f5f5f5;
}

.c-a-center {
  text-align: center;
}

.c-v-middle {
  vertical-align: middle;
}

/*
======================================================
  mokuji
--------------------------------------------------- */
.mokuji {
  padding: 60px 0;
}

.mokuji-box {
  background-image: repeating-linear-gradient(135deg, #0068b4, #0068b4 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .mokuji-box {
    width: 760px;
  }
}
@media screen and (max-width: 1024px) {
  .mokuji-box {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .mokuji-box {
    padding: 8px;
  }
}
.mokuji-box .mokuji-box__inner {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mokuji-box .mokuji-box__inner {
    padding: 35px 0 20px;
  }
}

.mokuji__ttl {
  letter-spacing: 0.03em;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mokuji__ttl {
    top: -32px;
  }
}
.mokuji__ttl span {
  background-color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height: 1.05;
  margin: 0 auto;
  padding: 0 0.8em;
}
@media screen and (max-width: 767px) {
  .mokuji__ttl span {
    font-size: 4.8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .mokuji__ttl span {
    font-size: 18px;
  }
}
.mokuji__ttl span small {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .mokuji__ttl span small {
    font-size: 16px;
  }
}
.mokuji__ttl strong {
  color: #ed8b00;
}
.mokuji__ttl strong em {
  font-size: 36px;
  font-style: normal;
}

ol.mokuji__list {
  counter-reset: item;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  ol.mokuji__list {
    padding: 0 1.5em;
  }
}
ol.mokuji__list li {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.3em 0 0.3em 1.3em;
  text-align: left;
  text-indent: -1.3em;
}
@media screen and (max-width: 767px) {
  ol.mokuji__list li {
    font-size: 4.8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  ol.mokuji__list li {
    font-size: 18px;
  }
}
ol.mokuji__list li::before {
  color: #0068b4;
  content: counter(item) ".";
  counter-increment: item;
  font-weight: bold;
  padding-right: 0.5em;
}
ol.mokuji__list li a {
  color: #0068b4;
}

.mokuji .btn-blue {
  margin: 40px auto 0;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .mokuji .btn-blue {
    width: 80%;
  }
}
.mokuji .btn-blue a {
  align-items: center;
  border: 1px solid #0068b4;
  border-radius: 50px;
  color: #0068b4;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.4;
  padding: 0.75em;
}
.mokuji .btn-blue a:hover {
  text-decoration: none;
}

/*
======================================================
  pattern
--------------------------------------------------- */
#pattern {
  background-color: #e9f6fb;
  padding: 80px 0 10px;
}
@media screen and (max-width: 767px) {
  #pattern {
    padding: 60px 0 10px;
  }
}

.pattern__inner {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .pattern__inner {
    width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .pattern__inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .pattern__inner {
    width: 100%;
  }
}

.pattern__ttl {
  position: relative;
  text-align: center;
}
.pattern__ttl::before {
  background-image: repeating-linear-gradient(135deg, #0068b4, #0068b4 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: calc(50% - 4px);
  width: 100%;
}
.pattern__ttl span {
  background-color: #e9f6fb;
  color: #0068b4;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  padding: 0 0.65em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pattern__ttl span {
    font-size: 22px;
  }
}

.pattern__lead-txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pattern__lead-txt {
    font-size: 20px;
    margin-top: 30px;
  }
}
.pattern__lead-txt strong {
  color: #0068b4;
  font-size: 32px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
@media screen and (max-width: 767px) {
  .pattern__lead-txt strong {
    font-size: 24px;
    text-underline-offset: 5px;
  }
}

.pattern__mds {
  background-color: #049;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 25px;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pattern__mds {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pattern__mds {
    font-size: 18px;
    margin: 20px auto 0;
    width: 90%;
  }
}

ul.pattern__category {
  display: flex;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  ul.pattern__category {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
  }
}
ul.pattern__category li {
  background-color: #009cdb;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5em 0;
  text-align: center;
  width: 25%;
}
@media screen and (min-width: 768px) {
  ul.pattern__category li {
    margin-left: 2px;
  }
}
@media screen and (max-width: 1024px) {
  ul.pattern__category li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  ul.pattern__category li {
    margin-top: 2px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  ul.pattern__category li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  ul.pattern__category li:nth-child(odd) {
    width: calc(50% - 2px);
  }
}
@media screen and (max-width: 767px) {
  ul.pattern__category li:nth-child(even) {
    margin-left: 2px;
  }
}

.pattern__course {
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  margin-top: 2px;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pattern__course {
    margin: 2px auto 0;
    width: 90%;
  }
}
.pattern__course p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pattern__course p {
    font-size: 14px;
  }
}
.pattern__course p > strong {
  color: #0068b4;
  font-size: 21px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .pattern__course p > strong {
    font-size: 20px;
  }
}
.pattern__course ul.dot-list {
  display: inline-block;
}
.pattern__course ul.dot-list li {
  line-height: 1.7;
  padding: 0.1em 0 0.1em 1.2em;
  position: relative;
}
.pattern__course ul.dot-list li::before {
  background-color: #666;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0.4em;
  line-height: 1.7;
  position: absolute;
  top: 0.8em;
  width: 4px;
}
.pattern__course ul.dot-list li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pattern__course ul.dot-list li {
    font-size: 14px;
  }
}
.pattern__course ul.dot-list li > strong {
  color: #0068b4;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .pattern__course ul.dot-list li > strong {
    display: block;
    font-size: 18px;
  }
}
.pattern__course ul.dot-list li::before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0.4em;
  line-height: 1.6;
  position: absolute;
  top: 0.8em;
  width: 6px;
}
@media screen and (max-width: 767px) {
  .pattern__course ul.dot-list li::before {
    left: 0.2em;
    top: 0.7em;
  }
}

.pattern__plus {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pattern__plus {
    margin-top: 20px;
  }
}
.pattern__plus img {
  margin: 0 auto;
  width: 52px;
}

/*
======================================================
  reason
--------------------------------------------------- */
.reason {
  background-color: #267fbf;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-bottom: 40px;
  }
}
.reason#reason-02 {
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .reason#reason-02 {
    background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/point_02_bg_pc@2x.jpg);
    background-size: cover;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .reason#reason-02 {
    background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/point_02_bg_sp@2x.jpg);
    background-size: contain;
    padding-bottom: 60px;
  }
}

.reason__header {
  background-color: #0068b4;
  position: relative;
  width: 100%;
}
.reason__header::before {
  border: 30px solid transparent;
  border-top: 30px solid #0068b4;
  content: "";
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 100%;
}

.reason__header-inner {
  background-repeat: no-repeat;
  background-size: auto 188px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .reason__header-inner {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .reason__header-inner {
    background-size: auto 158px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .reason__header-inner {
    background-size: auto 98px;
    padding: 40px 0;
  }
}
#reason-01 .reason__header-inner {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/point_01.svg);
}
#reason-02 .reason__header-inner {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/point_02.svg);
}
#reason-03 .reason__header-inner {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/point_03.svg);
}

.reason__header-ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason__header-ttl {
    font-size: 26px;
  }
}
.reason__header-ttl small {
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .reason__header-ttl small {
    font-size: 18px;
  }
}

ul.reason__header-list {
  display: inline-block;
  margin: 20px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  ul.reason__header-list {
    width: 86%;
  }
}
ul.reason__header-list li {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.1em 0 0.1em 30px;
  position: relative;
}
ul.reason__header-list li span.super-txt {
  top: 0;
}
@media screen and (max-width: 767px) {
  ul.reason__header-list li {
    font-size: 16px;
    padding: 0.1em 0 0.1em 24px;
  }
  ul.reason__header-list li br {
    display: none;
  }
}
ul.reason__header-list li::before {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/arrow_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 23px;
}
@media screen and (max-width: 767px) {
  ul.reason__header-list li::before {
    height: 18px;
    width: 18px;
  }
}

/*
======================================================
  support
--------------------------------------------------- */
.support {
  margin: 80px auto 0;
}
@media screen and (min-width: 1025px) {
  .support {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .support {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .support {
    margin: 60px auto 0;
  }
}

.support__mds {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support__mds {
    font-size: 24px;
  }
}

.support__txt {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 30px;
  text-align: center;
}

.anshin {
  background-color: #fff;
  border: 5px solid #80b3d9;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 40px 0;
}
@media screen and (min-width: 1025px) {
  .anshin {
    width: 820px;
  }
}
@media screen and (max-width: 1024px) {
  .anshin {
    padding: 30px 0;
    width: 98%;
  }
}

.anshin__mds {
  color: #0068b4;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anshin__mds {
    font-size: 20px;
  }
}

ul.anshin__list {
  margin: 15px auto 0;
}
@media screen and (min-width: 1025px) {
  ul.anshin__list {
    width: 680px;
  }
}
@media screen and (max-width: 1024px) {
  ul.anshin__list {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  ul.anshin__list {
    width: 88%;
  }
}
ul.anshin__list li {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-left: 26px;
  padding: 0.6em 0;
  position: relative;
}
ul.anshin__list li::before {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/icon_check_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  left: -26px;
  position: absolute;
  top: calc(50% - 7px);
  width: 20px;
}
@media screen and (max-width: 1024px) {
  ul.anshin__list li::before {
    top: 0.9em;
  }
}

.triangle {
  margin: 40px auto 0;
}
@media screen and (min-width: 1025px) {
  .triangle {
    width: 830px;
  }
}
@media screen and (max-width: 1024px) {
  .triangle {
    width: 100%;
  }
}

.triangle__inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 768px) {
  .triangle__inner {
    background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/support_triangle_pc@2x.png);
    padding-top: 63.85%;
  }
}
@media screen and (max-width: 767px) {
  .triangle__inner {
    background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/support_triangle_sp@2x.png);
    padding-top: 125.71%;
  }
}
.triangle__inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

dl.triangle-item {
  height: 220px;
  position: absolute;
  width: 182px;
}
@media screen and (max-width: 1024px) {
  dl.triangle-item {
    height: 186px;
    width: 152px;
  }
}
@media screen and (max-width: 767px) {
  dl.triangle-item {
    height: 116px;
    width: 25.71%;
  }
}
dl.triangle-item.customer {
  left: calc(50% - 91px);
  top: 0;
}
@media screen and (max-width: 1024px) {
  dl.triangle-item.customer {
    left: calc(50% - 76px);
  }
}
@media screen and (max-width: 767px) {
  dl.triangle-item.customer {
    left: 37.15%;
  }
}
dl.triangle-item.dairiten {
  bottom: 0;
  left: 0;
}
dl.triangle-item.sj {
  bottom: 0;
  right: 0;
}
dl.triangle-item.sj dd span {
  width: 128px;
}
@media screen and (max-width: 767px) {
  dl.triangle-item.sj dd span {
    width: 90px;
  }
}
dl.triangle-item dt img {
  border: 1px solid #0068b4;
  border-radius: 50%;
}
dl.triangle-item dd span {
  align-items: center;
  background-color: #fff;
  border-radius: 14px;
  color: #0068b4;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  margin: 6px auto 0;
  width: 90px;
}
@media screen and (max-width: 767px) {
  dl.triangle-item dd span {
    border-radius: 11px;
    font-size: 13px;
    height: 22px;
    width: 68px;
  }
}

dl.triangle-number {
  position: absolute;
}
@media screen and (min-width: 768px) {
  dl.triangle-number {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  dl.triangle-number {
    background-color: #267fbf;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0.6em;
  }
}
dl.triangle-number.no-01 {
  left: 32px;
  top: 128px;
}
@media screen and (max-width: 1024px) {
  dl.triangle-number.no-01 {
    left: 0;
    top: 20.15%;
  }
}
@media screen and (max-width: 767px) {
  dl.triangle-number.no-01 {
    top: 32%;
  }
}
dl.triangle-number.no-02 {
  left: calc(50% - 120px);
  top: 420px;
  width: 240px;
}
@media screen and (max-width: 1024px) {
  dl.triangle-number.no-02 {
    left: calc(50% - 105px);
    top: 79.24%;
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  dl.triangle-number.no-02 {
    left: 30%;
    top: 76.5%;
    width: 102px;
  }
}
dl.triangle-number.no-03 {
  left: calc(50% + 156px);
  top: 128px;
}
@media screen and (max-width: 1024px) {
  dl.triangle-number.no-03 {
    left: 69.5%;
    top: 20.15%;
  }
}
@media screen and (max-width: 767px) {
  dl.triangle-number.no-03 {
    left: auto;
    right: 0;
    top: 32%;
  }
}
dl.triangle-number dt {
  margin-right: 12px;
  position: relative;
  width: 54px;
}
@media screen and (max-width: 1024px) {
  dl.triangle-number dt {
    margin-right: 8px;
  }
}
dl.triangle-number dt::before {
  background-image: linear-gradient(to bottom, #fff 0%, #cecece 100%);
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 54px;
  left: 0;
  position: absolute;
  top: 0;
  width: 54px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  dl.triangle-number dt::before {
    height: 36px;
    width: 36px;
  }
}
dl.triangle-number dt::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 46px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 46px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  dl.triangle-number dt::after {
    height: 30px;
    left: 3px;
    top: 3px;
    width: 30px;
  }
}
dl.triangle-number dt span {
  align-items: center;
  color: #0068b4;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 46px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  dl.triangle-number dt span {
    font-size: 16px;
    height: 30px;
    left: 3px;
    top: 3px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  dl.triangle-number dd {
    padding-top: 40px;
  }
}
dl.triangle-number dd h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  dl.triangle-number dd h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  dl.triangle-number dd h4 {
    font-size: 14px;
  }
}
dl.triangle-number dd p {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  dl.triangle-number dd p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  dl.triangle-number.no-01 dt {
    margin-left: calc(50% - 18px);
    margin-top: -28px;
    width: 36px;
  }
}

@media screen and (max-width: 767px) {
  dl.triangle-number.no-02 dt {
    margin-left: calc(50% - 18px);
    margin-top: -28px;
    width: 36px;
  }
}
dl.triangle-number.no-02 dd h4 {
  margin-top: 0.75em;
}
@media screen and (max-width: 1024px) {
  dl.triangle-number.no-02 dd h4 {
    margin-top: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  dl.triangle-number.no-02 dd h4 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  dl.triangle-number.no-03 dt {
    margin-left: calc(50% - 18px);
    margin-top: -28px;
    width: 36px;
  }
}

/*
======================================================
  teian
--------------------------------------------------- */
.teian {
  margin: 80px auto 0;
}
@media screen and (min-width: 1025px) {
  .teian {
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  .teian {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .teian {
    margin: 60px auto 0;
  }
}

.teian__fukidashi {
  text-align: center;
}
.teian__fukidashi span {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  padding: 6px 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .teian__fukidashi span {
    font-size: 20px;
    padding: 6px 32px;
  }
}
.teian__fukidashi span::before, .teian__fukidashi span::after {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/fukidashi_bar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 42px;
  position: absolute;
  top: 0;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .teian__fukidashi span::before, .teian__fukidashi span::after {
    height: 34px;
    width: 28px;
  }
}
.teian__fukidashi span::before {
  left: 0;
}
.teian__fukidashi span::after {
  right: 0;
  transform: scale(-1, 1);
}

.teian__inner {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 4px;
}

.teian__header {
  align-items: center;
  background-color: #e4eff9;
  border-radius: 16px 16px 0 0;
  display: flex;
  height: 150px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #teian-01 .teian__header {
    height: 196px;
  }
}
@media screen and (max-width: 767px) {
  #teian-01 .teian__header {
    height: 246px;
  }
  #teian-02 .teian__header, #teian-03 .teian__header {
    height: 140px;
  }
}

.teian__header-number {
  background-color: #fee999;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #0068b4;
  font-size: 44px;
  font-weight: 700;
  height: 100px;
  line-height: 1;
  margin-right: 30px;
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .teian__header-number {
    font-size: 38px;
    height: 80px;
    margin-right: 20px;
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .teian__header-number {
    border: 3px solid #fff;
    font-size: 28px;
    height: 15.38vw;
    margin-right: 12px;
    width: 15.38vw;
  }
}
.teian__header-number span {
  display: block;
  font-size: 16px;
  margin-bottom: 0.25em;
  margin-top: 1.2em;
}
@media screen and (max-width: 1024px) {
  .teian__header-number span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .teian__header-number span {
    font-size: 10px;
    margin-top: 1em;
  }
}

.teian__header-ttl {
  color: #0068b4;
  font-feature-settings: "palt" 1;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .teian__header-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .teian__header-ttl {
    flex: 1;
    font-size: 24px;
    line-height: 1.6;
  }
}
.teian__header-ttl span {
  border-bottom: 3px dotted #0068b4;
  box-sizing: border-box;
  padding-bottom: 0;
}
.mac .teian__header-ttl span {
  padding-bottom: 8px;
}
.ipad .teian__header-ttl span {
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .iphone .teian__header-ttl span {
    padding-bottom: 6px;
  }
}
.teian__header-ttl small {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .teian__header-ttl small {
    font-size: 16px;
  }
}
.teian__header-ttl em {
  display: block;
  font-size: 16px;
  font-style: normal;
  margin: 0.5em auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .teian__header-ttl em {
    font-size: 14px;
    margin: 0.5em 0 0;
    text-align: left;
  }
}

.teian__header-inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .teian__header-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .teian__header-inner {
    padding: 0 15px;
  }
}

.teian__header-block {
  flex: 1;
}

.teian__header-atten {
  color: #0068b4;
  display: flex;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 0 10px;
}
@media screen and (max-width: 767px) {
  .teian__header-atten {
    padding: 15px 0 5px;
  }
}

.teian__body {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .teian__body {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .teian__body {
    padding: 30px 0;
  }
}

.two-point__mds {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .two-point__mds {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .two-point__mds {
    font-size: 16px;
  }
}
.two-point__mds .blue-txt {
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .two-point__mds .blue-txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .two-point__mds .blue-txt {
    font-size: 20px;
  }
}
.two-point__mds .blue-txt strong {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .two-point__mds .blue-txt strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .two-point__mds .blue-txt strong {
    font-size: 24px;
  }
}

ol.two-point__number-list {
  counter-reset: my-counter;
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0.5em 0 0;
}
@media screen and (max-width: 767px) {
  ol.two-point__number-list {
    padding: 0;
  }
}
ol.two-point__number-list li {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5em;
  padding-left: 36px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  ol.two-point__number-list li {
    font-size: 18px;
    padding-left: 34px;
  }
}
@media screen and (max-width: 767px) {
  ol.two-point__number-list li {
    font-size: 16px;
    margin-top: 1.2em;
    padding-left: 30px;
  }
}
ol.two-point__number-list li::before {
  align-items: center;
  background-color: #0068b4;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: flex;
  font-size: 17px;
  height: 30px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 30px;
}
@media screen and (max-width: 1024px) {
  ol.two-point__number-list li::before {
    font-size: 15px;
    height: 26px;
    width: 26px;
  }
}
@media screen and (max-width: 767px) {
  ol.two-point__number-list li::before {
    font-size: 14px;
    height: 24px;
    width: 24px;
  }
}
ol.two-point__number-list li strong {
  border-bottom: 2px solid #0068b4;
  color: #0068b4;
  font-size: 22px;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 1024px) {
  ol.two-point__number-list li strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ol.two-point__number-list li strong {
    font-size: 18px;
  }
}

.three-years__header {
  align-items: center;
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/three-years_header_bg-pc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
@media screen and (min-width: 1025px) {
  .three-years__header {
    height: 50px;
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  .three-years__header {
    height: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .three-years__header {
    background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/three-years_header_bg-sp.svg);
    height: 84px;
    width: 94%;
  }
}

.three-years__header-txt {
  color: #fff;
  font-feature-settings: "palt" 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .three-years__header-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .three-years__header-txt:first-child {
    text-align: left;
  }
  .three-years__header-txt:last-child {
    text-align: right;
  }
}

.three-years__header-arrow {
  margin: 0 20px;
  width: 37px;
}
@media screen and (max-width: 1024px) {
  .three-years__header-arrow {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .three-years__header-arrow {
    margin: 0 10px;
  }
}

.three-years__graph {
  margin: 50px auto 0;
}
@media screen and (min-width: 1025px) {
  .three-years__graph {
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  .three-years__graph {
    margin: 30px auto 0;
    width: 94%;
  }
}

#teian-01 dl.atten-item {
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  #teian-01 dl.atten-item {
    margin: 50px auto 0;
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  #teian-01 dl.atten-item {
    margin: 40px auto 0;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #teian-01 dl.atten-item {
    margin: 30px auto 0;
  }
}

ul.dot-list {
  margin: 20px auto 0;
}
@media screen and (min-width: 1025px) {
  #reason-01 ul.dot-list {
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  #reason-01 ul.dot-list {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #reason-01 ul.dot-list {
    margin: 10px auto 0;
  }
}
#teian-01 ul.dot-list li {
  font-size: 14px;
}

.nonfleet__lead-txt {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .nonfleet__lead-txt {
    font-size: 16px;
  }
}
.nonfleet__lead-txt strong {
  color: #0068b4;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .nonfleet__lead-txt strong {
    font-size: 20px;
    text-underline-offset: 4px;
  }
}

.nonfleet__det-header {
  font-size: 19px;
  font-weight: 700;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .nonfleet__det-header {
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  .nonfleet__det-header {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .nonfleet__det-header {
    font-size: 17px;
  }
}
.nonfleet__det-header::before {
  background: #333;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}
.nonfleet__det-header span {
  background: #fff;
  padding: 0 0.7em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nonfleet__det-header span {
    padding: 0 0.5em;
  }
}

ul.nonfleet__det-list {
  margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
  ul.nonfleet__det-list {
    display: flex;
    justify-content: space-between;
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  ul.nonfleet__det-list {
    display: block;
    width: 280px;
  }
}
ul.nonfleet__det-list li {
  background-color: #009cdb;
  border-radius: 6px;
  height: 78px;
  position: relative;
  width: 280px;
}
@media screen and (max-width: 1024px) {
  ul.nonfleet__det-list li {
    margin-top: 30px;
  }
}

.nonfleet__det-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  left: 5%;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 150px;
}
.nonfleet__det-txt .yellow-txt {
  font-size: 24px;
}
.nonfleet__det-txt .yellow-txt strong {
  font-size: 30px;
}

.nonfleet__fukidashi {
  background-image: url(https://www.sompo-japan.co.jp/hinsurance/risk/compcar/special_ag/images/nonfleet_fukidashi_bg@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 18px;
  font-weight: 700;
  height: 107px;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: calc(50% - 53px);
  width: 107px;
}
.nonfleet__fukidashi .nonfleet__fukidashi-inner {
  padding-top: 1.1em;
}
.nonfleet__fukidashi .nonfleet__fukidashi-inner .red-txt {
  font-size: 24px;
}
.nonfleet__fukidashi .nonfleet__fukidashi-inner .red-txt strong {
  font-size: 30px;
}

#teian-02 ul.kome-list {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #teian-02 ul.kome-list {
    margin: 20px auto 0;
    width: 75%;
  }
}
#teian-02 ul.kome-list li {
  color: #666;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #teian-02 ul.kome-list li {
    text-align: left;
  }
}

#teian-02 .btn-blue {
  margin: 10px auto 0;
  width: 520px;
}
@media screen and (max-width: 767px) {
  #teian-02 .btn-blue {
    width: 84%;
  }
  #teian-02 .btn-blue a {
    font-size: 16px;
  }
}

#teian-02 .link-arrow {
  margin-top: 30px;
  text-align: center;
}

.car-category__lead-txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .car-category__lead-txt {
    font-size: 16px;
  }
}
.car-category__lead-txt strong {
  color: #0068b4;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .car-category__lead-txt strong {
    font-size: 20px;
  }
}
.car-category__lead-txt small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .car-category__lead-txt small {
    font-size: 12px;
  }
}

.car-category {
  background-color: #f3efe6;
}
@media screen and (min-width: 1025px) {
  .car-category {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    padding: 40px 0;
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  .car-category {
    margin: 50px auto 0;
    padding: 10px 0 50px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .car-category {
    margin: 30px auto 0;
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .car-category__item {
    margin: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .car-category__item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .car-category__item {
    padding-top: 40px;
  }
}
.car-category__item .car-category__item-name {
  font-size: 20px;
  font-weight: 700;
}
.car-category__item p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .car-category__item p {
    font-size: 14px;
  }
}
.car-category__item p span.super-txt {
  font-size: 70%;
}

.car-category__img {
  margin-top: 1.5em;
}
@media screen and (max-width: 1024px) {
  .car-category__img {
    margin: 1.2em auto 0;
    text-align: center;
    width: 84%;
  }
  .car-category__img img {
    margin: 0 auto;
  }
}

ul.car-category__hosoku {
  margin: 1.5em auto 0;
}
@media screen and (min-width: 1025px) {
  ul.car-category__hosoku {
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  ul.car-category__hosoku {
    width: 90%;
  }
}
ul.car-category__hosoku li dl.atten-item {
  margin-top: 0;
}
ul.car-category__hosoku li dl.atten-item dt,
ul.car-category__hosoku li dl.atten-item dd {
  color: #666;
  font-size: 14px;
}
ul.car-category__hosoku li dl.atten-item dt {
  width: 3.2em;
}

ul.waribiki__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  ul.waribiki__list {
    gap: 20px;
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  ul.waribiki__list {
    gap: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  ul.waribiki__list {
    gap: 10px;
    padding: 0 3px;
  }
}
ul.waribiki__list li {
  border-radius: 6px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
  height: 150px;
  width: 280px;
}
@media screen and (max-width: 767px) {
  ul.waribiki__list li {
    height: 154px;
    width: 47%;
  }
}

dl.waribiki__item {
  text-align: center;
}
dl.waribiki__item dt {
  align-items: center;
  background-color: #0068b4;
  border-radius: 6px 6px 0 0;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  dl.waribiki__item dt {
    font-size: 16px;
    height: 60px;
    line-height: 1.3;
  }
}
dl.waribiki__item dd.waribiki__item-det {
  align-items: center;
  background-color: #267fbf;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 78px;
  justify-content: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  dl.waribiki__item dd.waribiki__item-det {
    font-size: 15px;
    height: 64px;
  }
}
dl.waribiki__item dd.waribiki__item-det .waribiki__item-value {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  dl.waribiki__item dd.waribiki__item-det .waribiki__item-value {
    font-size: 16px;
  }
}
dl.waribiki__item dd.waribiki__item-det .waribiki__item-value strong {
  color: #fcc800;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  dl.waribiki__item dd.waribiki__item-det .waribiki__item-value strong {
    font-size: 24px;
  }
}
dl.waribiki__item dd.waribiki__item-link {
  height: 30px;
}
dl.waribiki__item dd.waribiki__item-link a {
  align-items: center;
  background-color: #e4eff9;
  border-radius: 0 0 6px 6px;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  transition: all 0.3s ease;
  width: 100%;
}
dl.waribiki__item dd.waribiki__item-link a span.arrow {
  padding-right: 20px;
}
dl.waribiki__item dd.waribiki__item-link a span.arrow::after {
  height: 16px;
  top: calc(50% - 8px);
  width: 16px;
}
dl.waribiki__item dd.waribiki__item-link a:hover {
  background-color: #faecb0;
  text-decoration: none;
}

.waribiki__hosoku {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 20px auto 0;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .waribiki__hosoku {
    width: 880px;
  }
}
@media screen and (max-width: 1024px) {
  .waribiki__hosoku {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .waribiki__hosoku {
    padding: 0 10px;
  }
}

/*
======================================================
  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-bottom: 40px;
    width: 990px;
  }
}
@media screen and (max-width: 1024px) {
  #topicpath_area {
    padding: 0 3% 30px;
  }
}
@media screen and (max-width: 767px) {
  #topicpath_area {
    padding: 0 2% 20px;
  }
}
#topicpath_area #topicpath {
  margin: 0;
  padding: 0;
}

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