*,
:after,
:before {
  box-sizing: border-box;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe,
img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: .35em .75em .625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details,
dialog {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #374151;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

dl,
ul {
  margin: 0;
  padding: 0;
}

small {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.annotation {
  margin-top: 20px;
}

@media (min-width:768px) {
  .u-mobile-show {
    display: none;
  }
}

@media (max-width:767px) {
  .u-desktop-show {
    display: none;
  }
}

.main {
  background-color: #f3f4f6;
}

.section {
  padding: 80px 16px 0;
  width: 100%;
}

@media (max-width:767px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width:768px) and (max-width:999px) {
  .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width:1000px) {
  .section {
    margin: 0 auto;
    width: 860px;
  }
}

.heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heading_message {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width:999px) {
  .heading_message {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.heading__img {
  height: 130px;
  margin-right: 25px;
}

@media (max-width:999px) {
  .heading__img {
    height: 130px;
    margin-bottom: 18px;
    margin-right: 0;
  }
}

.heading__illust {
  display: block;
  height: 100px;
  margin-bottom: 18px;
}

.heading__copy {
  color: #374151;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 8px;
  padding: 0 17px;
  position: relative;
}

.heading__copy:before {
  left: 0;
  transform: rotate(60deg);
}

.heading__copy:after,
.heading__copy:before {
  background-color: #374151;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 7px;
  width: 16px;
}

.heading__copy:after {
  right: 0;
  transform: rotate(-60deg);
}

.heading__title {
  font-size: 2.4rem;
  line-height: 1;
  border-bottom: 0.3rem solid #0795aa;
  text-align: center;
}

/*PCでは有効（改行する）*/
.pc {
  display: block;
}

/*スマートフォンでは無効（改行しない）*/
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
}

/*spでは無効（改行しない）*/
.sp {
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
}

.notes {
  margin-top: 16px;
}

.notes__item {
  color: #6b7280;
  font-size: 1.4rem;
  padding-left: 22px;
  position: relative;
}

.notes__item>span {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.notes__item a {
  color: #3b82f6;
}

.notes__item a:hover {
  text-decoration: underline;
}

.notes--caution .notes__item {
  padding-left: 30px;
}

.notes--compensation {
  margin-top: 0;
}

.notes--compensation .notes__item,
.notes--faq .notes__item {
  color: #374151;
  font-size: 1.6rem;
}

@media (min-width:1000px) {
  .hero:after {
    aspect-ratio: 1920/1020;
    background-image: url("/mysurance/smart-chintai/images/desktop.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: 0 auto;
  }
}

@media (max-width:999px) {
  .hero:after {
    aspect-ratio: 956/1145;
    background-image: url("/mysurance/smart-chintai/images/SP.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 100%;
  }
}

header {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  width: 100%;
  text-align: center;
}

@media (max-width:767px) {
  header {
    padding: 12px;
  }
}

.header-logo {
  display: flex;
  margin: 0 auto;
  width: 200px;
}

@media (min-width:1000px) {
  .header-logo {
    width: 344px;
  }
}

.logo-mysurance {
  margin-right: 18px;
  width: 107px;
}

@media (min-width:1000px) {
  .logo-mysurance {
    width: 183px;
  }
}

.logo-sompo {
  width: 80px;
}

@media (min-width:1000px) {
  .logo-sompo {
    width: 148px;
  }
}

.header-copy {
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-size: 12px;
  padding-top: 5px;
}

@media (max-width:767px) {
  .header-copy {
    font-size: 10px;
  }

  .headline-container {
    padding: 24px 16px 40px;
  }
}

@media (min-width:768px) and (max-width:999px) {
  .header-copy {
    width: 720px;
  }

  .headline-container {
    padding: 24px 40px 40px;
  }
}

@media (min-width:1000px) {
  .header-copy {
    width: 860px;
  }

  .headline-container {
    align-items: center;
    display: flex;
    height: calc(100% - 83px);
  }
}

.headline {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width:1000px) {
  .headline {
    margin-left: 76px;
    width: 343px;
  }
}

@media (min-width:1280px) {
  .headline {
    margin-left: 10%;
    width: 550px;
  }
}

.headline__copy {
  width: 335px;
}

@media (min-width:1280px) {
  .headline__copy {
    width: 550px;
  }
}

.headline__logo {
  margin-top: 24px;
  width: 310px;
}

@media (min-width:1280px) {
  .headline__logo {
    margin-top: 40px;
    width: 509px;
  }
}

.headline__description {
  font-size: 1.6rem;
  margin-top: 24px;
}

@media (min-width:1280px) {
  .headline__description {
    font-size: 1.8rem;
    margin-top: 32px;
  }
}

.cvr-button {
  align-items: center;
  background: linear-gradient(150deg, #0795aa 6.88%, #693590 93.08%);
  border-radius: 20px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  text-align: center;
  width: 240px;
}

.cvr-button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .2), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

@media (min-width:1000px) {
  .cvr-button {
    height: 40px;
    width: 174px;
  }
}

.float-button-upper {
  position: fixed;
  z-index: 1000;
}

@media (max-width:767px) {
  .float-button-upper {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width:768px) and (max-width:999px) {
  .float-button-upper {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width:1000px) {
  .float-button-upper {
    right: 40px;
    top: 40px;
  }
}

.reason {
  padding-top: 40px;
}

.reason-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  display: flex;
  padding: 24px;
}

.reason-card~.reason-card {
  margin-top: 24px;
}

@media (max-width:767px) {
  .reason-card {
    flex-direction: column;
  }
}

@media (min-width:768px) {
  .reason-card:nth-child(odd) .reason-card__thumbnail {
    margin-left: 24px;
    order: 1;
  }

  .reason-card:nth-child(2n) .reason-card__thumbnail {
    margin-right: 24px;
  }
}

.reason-card__thumbnail {
  height: 200px;
  width: 200px;
}

@media (max-width:767px) {
  .reason-card__thumbnail {
    display: block;
    height: auto;
    margin-right: 0;
    width: 100%;
  }
}

.reason-card__detail {
  display: flex;
}

@media (max-width:767px) {
  .reason-card__detail {
    margin-top: 24px;
  }
}

.reason-card__number {
  align-items: center;
  background-color: #0795aa;
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  line-height: 1;
  margin-right: 16px;
  width: 32px;
}

.reason-card__content {
  flex: 1 1;
}

.reason-card__title {
  font-size: 2rem;
  margin-bottom: 16px;
}

.plan {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

@media (min-width:768px) {
  .plan {
    flex-direction: row;
    justify-content: space-between;
  }
}

.plan-card-container {
  background: linear-gradient(150deg, #0795aa 6.88%, #693590 93.08%);
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  padding: 2px;
  position: relative;
  width: 100%;
}

@media (min-width:768px) {
  .plan-card-container {
    width: calc(50% - 10px);
  }
}

.plan-card-container~.plan-card-container {
  margin-top: 20px;
}

@media (min-width:768px) {
  .plan-card-container~.plan-card-container {
    margin-top: 0;
  }
}

.plan-card {
  background-color: #f9fafb;
  border-radius: 8px;
  height: 100%;
}

.plan-card__upper {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px;
}

.plan-card__bottom {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 0;
  padding: 24px;
}

@media (min-width:768px) {
  .plan-card__bottom {
    padding: 24px 24px 150px;
  }
}

.plan-card__pill {
  align-items: center;
  border-radius: 16px;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 32px;
  line-height: 1;
  margin-bottom: 16px;
  padding: 0 16px;
}

.plan-card__pill--basic {
  background-color: #0795aa;
  border: 2px solid transparent;
  color: #fff;
}

.plan-card__pill--slim {
  background-color: #fff;
  border: 2px solid #0795aa;
  color: #0795aa;
}

.plan-card__title {
  font-weight: 700;
  margin-bottom: 18px;
}

.plan-card__price {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}

.plan-card__price-unit {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 4px;
}

.plan-card__list-item {
  margin-top: 16px;
  padding-left: 32px;
  position: relative;
}

.plan-card__list-item:first-child {
  margin-top: 0;
}

.plan-card__list-item:before {
  background-image: url("/mysurance/smart-chintai/images/plan_list_icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}

.plan-card__list-item--point {
  margin-top: 4px;
}

.plan-card__list-item--point:before {
  top: 14px;
}

.plan-card__list-item--point:after {
  border-top: 10px solid #ffe000;
  content: "";
  display: block;
  margin-top: -17px;
  width: 210px;
  z-index: -1;
}

.plan-card__list-item--point>span {
  font-size: 2.4rem;
  font-weight: 700;
}

.plan-card__list-item--disabled {
  color: #d1d5db;
}

.plan-card__list-item--disabled:before {
  background-image: url("/mysurance/smart-chintai/images/plan_list_icon_disabled.svg");
}

.plan-card__list-item--disabled:after {
  display: none;
}

.plan-card__notice {
  background-color: #fee2e2;
  border-radius: 8px;
  color: #ef4444;
  margin: 16px 0 32px;
  padding: 16px 16px 16px 50px;
  position: relative;
}

.plan-card__notice>span {
  display: block;
  left: 16px;
  position: absolute;
  top: 16px;
}

.plan-card__footer {
  margin-top: 36px;
}

@media (min-width:768px) {
  .plan-card__footer {
    bottom: 24px;
    left: 24px;
    margin-top: 0;
    position: absolute;
  }
}

.estimate {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  margin-top: 40px;
  padding: 24px;
}

.estimate-heading {
  margin-bottom: 16px;
  padding-left: 45px;
  position: relative;
}

.estimate-heading>span {
  align-items: center;
  background-color: #0795aa;
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 32px;
}

.estimate__questions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .estimate__questions {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

@media (min-width:768px) and (max-width:999px) {
  .estimate__questions-item {
    width: calc(50% - 4px);
  }
}

@media (min-width:1000px) {
  .estimate__questions-item {
    width: calc(25% - 8px);
  }
}

@media (max-width:767px) {
  .estimate__questions-item~.estimate__questions-item {
    margin-top: 8px;
  }
}

@media (min-width:768px) and (max-width:999px) {
  .estimate__questions-item:nth-child(n+3) {
    margin-top: 8px;
  }
}

.estimate__questions-button {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  color: #374151;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  width: 100%;
}

.estimate__questions-button--is-active,
.estimate__questions-button:hover {
  background: linear-gradient(150deg, #0795aa 6.88%, #693590 93.08%);
  color: #fff;
}

.estimate__questions-button--is-active {
  cursor: not-allowed;
  pointer-events: none;
}

.estimate-card-list {
  display: flex;
  flex-direction: column;
}

@media (min-width:768px) {
  .estimate-card-list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.estimate-card-container {
  background: linear-gradient(150deg, #0795aa 6.88%, #693590 93.08%);
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  padding: 2px;
  width: 100%;
}

@media (min-width:768px) {
  .estimate-card-container {
    width: calc(50% - 10px);
  }
}

.estimate-card-container~.estimate-card-container {
  margin-top: 20px;
}

@media (min-width:768px) {
  .estimate-card-container~.estimate-card-container {
    margin-top: 0;
  }
}

.estimate-card {
  background-color: #f9fafb;
  border-radius: 8px;
  height: 100%;
}

.estimate-card__upper {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px;
}

.estimate-card__bottom {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 0;
  padding: 32px 24px 24px;
}

.estimate-card__pill {
  align-items: center;
  border-radius: 16px;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 32px;
  line-height: 1;
  margin-bottom: 16px;
  padding: 0 16px;
}

.estimate-card__pill--basic {
  background-color: #0795aa;
  border: 2px solid transparent;
  color: #fff;
}

.estimate-card__pill--slim {
  background-color: #fff;
  border: 2px solid #0795aa;
  color: #0795aa;
}

.estimate-card-price {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media (max-width:767px) {
  .estimate-card-price {
    display: block;
  }
}

.estimate-card-price__title {
  font-weight: 700;
}

.estimate-card-price__price {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width:767px) {
  .estimate-card-price__price {
    text-align: right;
  }
}

.estimate-card-price__price-unit {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 4px;
}

.estimate-apply-button {
  background: linear-gradient(150deg, #0795aa 6.88%, #693590 93.08%);
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 32px;
}

.estimate-apply-button:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.estimate-apply-button span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 8px;
}

.estimate-apply-button--slim {
  padding: 2px;
}

.estimate-apply-button--slim .estimate-apply-button__content {
  border-radius: 8px;
  padding: 13px 16px;
}

.estimate-apply-button__content {
  padding: 13px 16px;
  text-align: center;
}

.estimate-sign-in {
  color: #374151;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 24px;
  text-decoration: underline;
  text-align: center;
}

.estimate-sign-in:hover {
  text-decoration: none;
}

.estimate__notice {
  background-color: #fee2e2;
  border-radius: 8px;
  color: #ef4444;
  margin: 16px 0 0;
  padding: 16px 16px 16px 50px;
  position: relative;
}

.estimate__notice>span {
  display: block;
  left: 16px;
  position: absolute;
  top: 16px;
}

.compensation {
  padding-top: 40px;
}

.compensation-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  display: flex;
  padding: 24px;
}

.compensation-card~.compensation-card {
  margin-top: 24px;
}

@media (max-width:767px) {
  .compensation-card {
    flex-direction: column;
  }
}

.compensation-card__thumbnail {
  height: 200px;
  margin-right: 24px;
  width: 200px;
}

@media (max-width:767px) {
  .compensation-card__thumbnail {
    display: block;
    height: auto;
    margin-right: 0;
    width: 100%;
  }
}

.compensation-card__detail {
  display: flex;
}

@media (max-width:767px) {
  .compensation-card__detail {
    margin-top: 24px;
  }
}

.compensation-card__content {
  flex: 1 1;
}

.compensation-card__content p {
  margin-top: 16px;
}

.compensation-card__content p:first-of-type {
  margin-top: 0;
}

.compensation-card__title {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media (max-width:767px) {
  .compensation-card__title {
    display: inline-block;
  }
}

.compensation-card__title>span {
  background: linear-gradient(transparent 60%, #ffe000 0);
}

.apply {
  margin-top: 40px;
}

.apply__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.apply__title>span {
  color: #0795aa;
}

.apply-card-list {
  margin-top: 40px;
}

@media (min-width:1000px) {
  .apply-card-list {
    display: flex;
  }
}

.apply-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  padding: 24px;
  width: 100%;
}

@media (min-width:1000px) {
  .apply-card {
    width: calc(33.333% - 20px);
  }
}

.apply-card__step {
  align-items: center;
  background-color: #0795aa;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  height: 64px;
  justify-content: center;
  margin: 0 auto;
  width: 64px;
}

.apply-card__step-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.apply-card__step-number {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

.apply-card__text {
  margin-top: 16px;
  text-align: center;
}

.apply-card__illust {
  display: block;
  height: 200px;
  margin: 0 auto;
  width: 200px;
}

.apply-card__arrow {
  margin: 14px 0;
}

@media (min-width:1000px) {
  .apply-card__arrow {
    align-items: center;
    display: flex;
    transform: rotate(-90deg);
    width: 40px;
  }
}

.apply-card__arrow>img {
  display: block;
  height: 12px;
  margin: 0 auto;
  width: 20px;
}

.faq {
  margin-top: 40px;
}

.faq__item {
  border-top: 1px solid #e5e7eb;
  padding: 26px 0;
}

.faq__question {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faq__question:hover .faq__question-text {
  text-decoration: underline;
}

.faq__question-left {
  align-items: center;
  display: flex;
}

.faq__question-icon {
  color: #d073b0;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 24px;
  width: 20px;
}

.faq__question-text {
  flex: 1 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq__question-arrow {
  height: 7px;
  margin-left: 24px;
  transition: transform .5s;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1);
  width: 14px;
}

.faq__question-arrow>img {
  display: block;
}

.faq__question-arrow--is-active {
  transform: rotate(180deg);
}

.faq__answer {
  display: flex;
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height .5s;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1);
}

.faq__answer p {
  margin-top: 16px;
}

.faq__answer p:first-child {
  margin-top: 0;
}

.faq__answer--is-active {
  max-height: 9999px;
}

.faq__answer-body {
  height: auto;
  max-width: 820px;
  padding: 16px 0 0 40px;
  width: 100%;
}

.faq__answer-icon {
  color: #0795aa;
  font-size: 1.8rem;
  left: 0;
  position: absolute;
  top: 16px;
}

.faq__link {
  color: #3b82f6;
  text-decoration: underline;
}

.faq__link:hover {
  text-decoration: none;
}

.faq__table-container {
  margin-top: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
  width: 100%;
}

.faq__table {
  display: flex;
  width: 100%;
}

@media (max-width:767px) {
  .faq__table {
    flex-direction: column;
  }
}

.faq__cell {
  border: 1px solid #6b7280;
}

@media (max-width:767px) {
  .faq__cell~.faq__cell {
    border-top: none;
    flex-direction: column;
    width: 100%;
  }
}

@media (min-width:768px) {
  .faq__cell~.faq__cell {
    border-left: none;
    width: 20%;
  }
}

.faq__heading {
  background-color: #e5e7eb;
  border-bottom: 1px solid #6b7280;
  width: 100%;
}

.faq__body,
.faq__heading {
  color: #6b7280;
  font-size: 1.4rem;
  padding: 6px 10px;
}

.faq__to-other-question {
  border-top: 1px solid #e5e7eb;
  font-weight: 700;
  padding: 26px 0 80px;
}

.faq__to-other-question>a {
  color: #3b82f6;
}

.faq__to-other-question>a:hover {
  text-decoration: underline;
}

.footer-container {
  background-color: #fff;
  padding: 80px 0 0;
  width: 100%;
  background: #E3E3E3;
}

.footer {
  margin: 0 auto;
  padding: 0 16px 20px;
  width: 100%;
}

@media (min-width:1000px) {
  .footer {
    padding: 0 0 40px;
    width: 860px;
  }
}

.footer__box {
  padding: 24px 24px 0;
}

.footer__title {
  font-weight: bold;
}

.footer__text {
  margin-top: 6px;
}

.footer__text--ex {
  margin-top: 16px;
}

.footer__mysurance {
  display: block;
  height: 31px;
  margin: 0 auto 16px;
  width: 240px;
}

@media (min-width:1000px) {
  .footer__mysurance {
    height: 40px;
    width: 306px;
  }
}

.footer__description {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  justify-content: center;
  margin-bottom: 40px;
}

@media (min-width:1000px) {
  .footer__description {
    flex-direction: row;
  }
}

.footer__sompo {
  display: block;
  height: 37px;
  margin-left: 8px;
  margin-top: 16px;
  width: 148px;
}

@media (min-width:1000px) {
  .footer__sompo {
    margin-top: 0;
  }
}

.footer-card {
  border: 1px solid #7F7F7F;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
}

.footer-card~.footer-card {
  margin-top: 16px;
}

.footer-card__title {
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-card__text {
  margin-bottom: 6px;
}

.footer-card__text a {
  color: #3b82f6;
}

.footer-card__text a:hover {
  text-decoration: underline;
}

.footer-card__text--ex {
  margin-top: 16px;
}

.footer__number {
  margin-top: 40px;
  text-align: right;
}

.footer-secondary {
  padding: 20px;
  color: #fff;
  text-align: center;
  background: #c02;
}

.footer-secondary__copyright {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer-secondary__copyright {
    font-size: 10px;
  }
}

.ft_logo,
.ft_menu,
.ft_copyright {
  display: none;
}

.estimate-apply-button__content {
  position: relative;
  /* 要素の位置を相対的に設定 */
}

.estimate-apply-button__content::after {
  content: '＞';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 1.2em;
}

/* SP版のスタイルを追加 */
@media screen and (max-width: 767px) {
  .estimate-apply-button__content::after {
    right: 0px;
    font-size: 0.9em;
  }
}

.fukidashi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.fukidashi_list li {
  width: 48%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: 20px;
}

.fukidashi_list li img {
  width: 50px;
  height: auto;
  display: block;
  margin-right: 10px;
}

.fukidashi_list li p {
  margin: 0;
  flex-grow: 1;
}

/* SP版のスタイル */
@media screen and (max-width: 767px) {
  .fukidashi_list li {
    width: 100%;
  }
}

/* PC版のスタイル */
@media screen and (min-width: 768px) {
  .fukidashi_list li img {
    width: 100px;
  }
}

.voice {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
  display: flex;
  margin-top: 40px;
  padding: 24px;
}

.t-info {
  background: #FFEBEB;
}

.t-info-inr {
  max-width: 860px;
  margin: 0 auto;
  text-align:left;
  padding: 25px 10px;
  line-height: 1;
}
.t-info-flex {
  display: flex;
  align-items: center;
}

.t-info-top {
  color: #333;
  font-size: 18px;
  padding-right: 10px;
  font-weight: bold;
}

.t-info-txt {
  padding-left: 15px;
  border-left: 1px solid #BDC1C4;
}

.t-info-ttl {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}

.t-info-sub {
  color: #333;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.t-info-date {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}

.t-info-list {
  color: #333;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: disc;
  line-height: 1.5;
  padding: 0 1.5rem;
  max-width: 740px;
}

.t-info-list .t-info-list-left {
  flex: 1 1 30%;
}

.t-info-list .t-info-list-right {
  flex: 1 1 64%;
}

.t-info-note {
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .t-info-inr {
    padding: 25px 48px;
  }
}
@media (max-width: 768px) {
  .t-info-inr {
    line-height: 1.5;
    padding: 25px 16px;
  }
}

@media (max-width: 822px) {
  .t-info-flex {
    display: block;
  }

  .t-info-inr {
    line-height: 1.5;
  }

  .t-info-top {
    text-align: center;
    border-bottom: 1px solid #BDC1C4;
    width: 5em;
    margin: 0 auto 10px;
    padding-right: 0;
  }

  .t-info-ttl {
    font-size: 14px;
  }

  .t-info-sub {
    font-size: 14px;
  }

  .t-info-date {
    font-size: 14px;
  }

  .t-info-list {
    font-size: 14px;
  }

  .t-info-txt {
    padding-left: 0px;
    border-left: 0px solid #BDC1C4;
  }

  .t-info-list {
    display: block;
  }
}
