@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
}

.header,
.main,
.footer,
.floating-button {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.w-main {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.desc-text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.strong-button {
  background-color: #FF7501;
  border-radius: 200px;
  border: 4px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  width: 90%;
  text-align: center;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header > div:first-child img {
  width: 100%;
}

.header > button:last-child {
  background-color: #FF7501;
  color: #fff;
  padding: 10px;
}

.header > button:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header > button:last-child a img {
  width: 30px;
}

.header > button:last-child a span {
  white-space: nowrap;
  font-weight: bold;
}

.cta img {
  max-width: 100%;
}

.cta2 img {
  max-width: 100%;
}

.cta3 img {
  max-width: 100%;
}

.floating-button {
  z-index: 333;
  -webkit-transition: bottom 0.1s ease-out;
  transition: bottom 0.1s ease-out;
}

.floating-button img {
  max-width: 100%;
}

#fv {
  padding-bottom: 20px;
}

#fv > img {
  width: 100%;
}

#quotation {
  padding: 25px 0 40px;
}

#quotation h2 {
  text-align: center;
  margin-bottom: 20px;
}

#quotation h2 img {
  width: 400px;
  max-width: 80%;
}

#quotation .step-wrapper {
  background-color: #DDFAFF;
  margin-bottom: 20px;
  padding: 15px 10px 1px;
}

#quotation .step-wrapper p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

#quotation .form-group {
  margin-bottom: 30px;
}

#quotation .form-group > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
  background-color: #B6DAED;
  font-size: 1.6rem;
}

#quotation .form-group > label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #7e969f;
  color: #fff;
  background-color: #52859D;
}

#quotation .form-group > .radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#quotation .form-group > .radio-wrapper label {
  position: relative;
  width: 110px;
  height: 120px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#quotation .form-group > .radio-wrapper label:hover {
  opacity: 0.8;
}

#quotation .form-group > .radio-wrapper label input[type="radio"] {
  position: absolute;
  opacity: 0;
}

#quotation .form-group > .radio-wrapper label .radio-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #1e50a2;
  border-radius: 12px;
  -webkit-box-shadow: inset -8px -8px 8px #00416C;
          box-shadow: inset -8px -8px 8px #00416C;
  font-weight: bold;
  text-align: center;
}

#quotation .form-group > .radio-wrapper label .radio-content img {
  width: 50px;
  margin-bottom: 10px;
}

#quotation .form-group > .radio-wrapper label input:checked + .radio-content {
  background-color: #FF7501;
  -webkit-box-shadow: inset -8px -8px 8px #b44a1d;
          box-shadow: inset -8px -8px 8px #b44a1d;
}

#quotation .form-group > .small-radio-wrapper label {
  width: 170px;
  height: 80px;
}

#quotation .form-group input[type="text"] {
  background-color: #fff;
  border: 1px solid #B8B8B8;
  padding: 12px 10px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 2px;
}

#quotation .button-wrapper {
  text-align: center;
  margin-bottom: 10px;
}

#trouble img {
  width: 100%;
}

.thanks #resolve {
  padding: 0;
}

#resolve {
  padding: 10px 0 0;
}

#resolve h2 {
  text-align: center;
}

#resolve h2 img {
  width: 95%;
  margin-left: 10px;
}

#resolve .thanks-fv {
  padding: 0;
}

#resolve .thanks-fv img {
  width: 100%;
}

#resolve .select-category {
  text-align: center;
  padding-top: 40px;
}

#resolve .select-category-detail {
  padding: 15px;
  border: 1px solid #B8B8B8;
  font-size: 2rem;
  margin-top: 10px;
}

#resolve > div {
  background-color: #FFF6EE;
  padding: 20px 10px 20px;
}

#resolve > div h3 {
  margin-bottom: 25px;
}

#resolve > div h3 img {
  width: 100%;
}

#resolve > div img {
  width: 100%;
}

#resolve > div img.mb-10 {
  margin-bottom: 10px;
}

#review {
  margin-bottom: 25px;
  background-color: #DDFAFF;
  padding: 0 0 10px;
}

#review h2 {
  background-color: #0071BC;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
}

#review h2 img {
  width: 42px;
  padding-top: 5px;
}

#review .review-wrapper {
  max-width: 600px;
  margin: 30px auto 15px;
  position: relative;
}

#review .review-wrapper .review-carousel {
  overflow: hidden;
  padding: 0 15px 10px;
}

#review .review-wrapper .review-carousel .review-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  gap: 15px;
}

#review .review-wrapper .review-carousel .review-slides:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

#review .review-wrapper .review-carousel .review-slides .review-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 20px 25px 25px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

#review .review-wrapper .review-carousel .review-slides .review-item .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

#review .review-wrapper .review-carousel .review-slides .review-item .review-header .avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f0f0f0;
}

#review .review-wrapper .review-carousel .review-slides .review-item .review-header .review-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#review .review-wrapper .review-carousel .review-slides .review-item .review-header .review-title .category {
  display: inline-block;
  background: #FFE4D6;
  padding: 4px 10px;
  font-size: 1.4rem;
  margin-bottom: 3px;
  font-weight: bold;
}

#review .review-wrapper .review-carousel .review-slides .review-item .review-header .review-title .stars {
  color: #FF6B2B;
  font-size: 2rem;
}

#review .review-wrapper .review-carousel .review-slides .review-item .price {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 10px;
}

#review .review-wrapper .review-carousel .review-slides .review-item .price span {
  font-size: 2.4rem;
  color: #FF6B2B;
  display: inline-block;
  margin-left: 10px;
}

#review .review-wrapper .review-carousel .review-slides .review-item .review-text {
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.4rem;
}

#review .review-wrapper .review-carousel .review-slides .review-item .review-date {
  color: #FF7501;
  font-size: 1.4rem;
  font-weight: bold;
}

#review .review-wrapper .carousel-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

#review .review-wrapper .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #D9D9D9;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#review .review-wrapper .carousel-indicators button.active {
  background: #0071BC;
}

#reason {
  padding: 30px 0;
  background-color: #DDFAFF;
}

#reason h2 img {
  width: 100%;
}

#reason .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

#reason .box-wrapper > div {
  background-color: #fff;
  border: 2px solid #FF7501;
  position: relative;
  padding: 20px 0 0;
}

#reason .box-wrapper > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #FF7501 transparent transparent transparent;
  z-index: 1;
}

#reason .box-wrapper > div > .num {
  font-family: 'DIN1451EF', sans-serif;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 5rem;
  z-index: 3;
}

#reason .box-wrapper > div h3 {
  color: #004CAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  line-height: 1.3;
}

#reason .box-wrapper > div h3 > span:first-child {
  font-size: 2rem;
  font-weight: 800;
}

#reason .box-wrapper > div h3 > span:last-child {
  font-size: 2.4rem;
  font-weight: 900;
}

#reason .box-wrapper > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

#reason .box-wrapper > div > div > div {
  padding-left: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 1.4;
  font-size: 1.4rem;
}

#reason .box-wrapper > div > div img {
  width: 30%;
}

#flow {
  background-color: #FFF6EE;
  padding: 30px 0 30px;
  margin-bottom: 25px;
}

#flow h2 {
  margin-bottom: 25px;
}

#flow img {
  width: 100%;
}

#flow .li-wrapper {
  padding: 0 10px;
}

#alert {
  background-color: #FCE21E;
  padding: 40px 0 40px;
}

#alert h2 {
  margin-bottom: 20px;
}

#alert img {
  width: 100%;
}

#alert p {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

#faq {
  background-color: #FDF4EE;
  padding: 30px 0 30px;
}

#faq h2 {
  margin-bottom: 15px;
}

#faq h2 img {
  width: 100%;
}

#faq .faq-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

#faq .faq-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

#faq .faq-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 20px;
  cursor: pointer;
}

#faq .faq-question p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: bold;
}

#faq .faq-question .toggle-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  position: relative;
  cursor: pointer;
}

#faq .faq-question .toggle-btn::before, #faq .faq-question .toggle-btn::after {
  content: '';
  position: absolute;
  background: #FF6B2B;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#faq .faq-question .toggle-btn::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#faq .faq-question .toggle-btn::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#faq .q-mark,
#faq .a-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: 'DIN1451EF', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  padding-top: 3px;
}

#faq .q-mark {
  background: #FF6B2B;
  color: #fff;
}

#faq .a-mark {
  background: #fff;
  color: #FF6B2B;
  border: 1px solid #FF6B2B;
}

#faq .faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: height 0.3s, opacity 0.4s, padding 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.4s, padding 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, transform 0.3s, opacity 0.4s, padding 0.3s;
  transition: height 0.3s, transform 0.3s, opacity 0.4s, padding 0.3s, -webkit-transform 0.3s;
}

#faq .faq-answer p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.8;
}

#faq .faq-item.active .toggle-btn::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

#faq .faq-item.active .faq-answer {
  height: auto;
  padding: 0 20px 20px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.select-category {
  text-align: center;
}

.select-category_detail {
  padding: 10px;
  border: 1px solid;
}

.footer {
  background-color: #FF7501;
  padding: 30px 0;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.footer ul a {
  color: #fff;
  font-weight: 700;
}
/*# sourceMappingURL=style.css.map */