@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
/* スマイル1000 */
/* スマイルプラス */
body * {
  font-family: "Noto Sans JP", sans-serif;
}

/* スマイル1000 */
/* スマイルプラス */
#eyecatch {
  padding-top: 46px;
}

.list_trouble li .img_trouble {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: auto;
}
.list_trouble li:nth-child(odd) .img_trouble {
  left: 7px;
}
.list_trouble li:nth-child(even) .img_trouble {
  right: 16px;
}
@media screen and (min-width: 992px) {
  .list_trouble li:nth-child(even) .img_trouble {
    right: 0px;
  }
}

.list_solution li .img_solution {
  position: absolute;
  width: 80px;
  height: auto;
  top: calc(50% - 38px);
}
@media screen and (min-width: 768px) {
  .list_solution li .img_solution {
    top: calc(50% - 41px);
  }
}
.list_solution li:nth-child(odd) .img_solution {
  left: -15px;
}
.list_solution li:nth-child(odd) .text_solution {
  padding-left: 60px;
}
.list_solution li:nth-child(even) .img_solution {
  right: -15px;
}
@media screen and (min-width: 992px) {
  .list_solution li:nth-child(even) .img_solution {
    left: -15px;
  }
}
.list_solution li:nth-child(even) .text_solution {
  padding-right: 60px;
}

.box_shadow {
  border: 1px solid #dff1ff;
  box-shadow: 5px 0px 0 #005aa4, -5px 0px 0 #005aa4;
}

.bg_grd_cGold {
  background: linear-gradient(150deg, rgb(232, 186, 84) 10%, rgb(251, 232, 150) 40%, rgb(159, 101, 38) 50%, rgb(232, 186, 84) 70%, rgb(251, 232, 150) 80%, rgb(232, 186, 84) 90%);
}

.bg_grd_cGold_02 {
  background: linear-gradient(21deg, #e8ba54, #fbe896 40% 63%, #e8ba54 87% 100%);
}

#solution {
  background: linear-gradient(180deg, #00acf1 0%, #00acf1 3%, #ffffff 3%, #ffffff 100%);
}

#feature .bg_grd_cBlue_02 {
  position: relative;
}
#feature .bg_grd_cBlue_02::before {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url(../_img/parts_border.svg);
  width: 100%;
  height: 20px;
  top: -6px;
}
@media screen and (min-width: 576px) {
  #feature .bg_grd_cBlue_02::before {
    top: -4px;
  }
}
@media screen and (min-width: 992px) {
  #feature .bg_grd_cBlue_02::before {
    top: -2px;
  }
}

.table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  color: #353535;
}

.table thead {
  background: #d3e1e8;
}

.table th {
  border: 3px solid #edf4f7;
  padding: 10px;
}

.table td {
  border: 3px solid #edf4f7;
  padding: 10px;
}

.table th:nth-child(1) {
  background-color: #edf4f7;
}

.table th:nth-child(2) {
  background: linear-gradient(30deg, rgb(232, 186, 84) 10%, rgb(251, 232, 150) 40%, rgb(232, 186, 84) 90%);
  color: #31261f;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}

.table th:nth-child(3) {
  background-color: #bbbbbb;
  color: #fff;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}

.table th:nth-child(1),
.table td:nth-child(1) {
  width: 20%;
}

.table th:nth-child(2),
.table td:nth-child(2) {
  width: 40%;
}

.table th:nth-child(3),
.table td:nth-child(3) {
  width: 40%;
}

.bg_cGold2 {
  background-color: #efe2c9 !important;
}

.list_check li {
  padding-left: 2em;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  position: relative;
}
.list_check li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: no-repeat center 100%/100% url(../_img/parts_check_01.svg);
  position: absolute;
  left: 0.8em;
  top: 0.2em;
  margin: auto;
}

.bg_grd_cBlue {
  background-image: linear-gradient(to bottom, rgb(0, 172, 241), rgb(0, 63, 148));
}

.bg_grd_cBlue_02 {
  background-image: linear-gradient(to bottom, rgb(0, 63, 148), rgb(0, 172, 241));
}

#point {
  position: relative;
}
#point::before {
  content: "";
  position: absolute;
  width: 16em;
  height: 10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -95px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../_img/chara_point.svg);
}
@media screen and (min-width: 992px) {
  #point::before {
    width: 20em;
    height: 12rem;
    top: -110px;
  }
}
#point .bg_cDeepBlue {
  background-color: #003d8f;
  position: relative;
}
#point .bg_cDeepBlue::before {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url(../_img/parts_border.svg);
  width: 100%;
  height: 20px;
  top: 0px;
}
#point h2 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3em;
  line-height: 2.5;
  position: relative;
  z-index: 1;
}
#point h2 span {
  position: relative;
  z-index: 2;
  padding-inline: 20px;
}

#simulation .bg_cBlue {
  position: relative;
}
#simulation .bg_cBlue::before {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20rem;
  height: 13rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -172px;
  background-image: url(../_img/btn_simulation_01_sp.png);
}
@media screen and (min-width: 992px) {
  #simulation .bg_cBlue::before {
    background-image: url(../_img/btn_simulation_01_pc.png);
    width: 28rem;
    top: -173px;
  }
}
#simulation .bg_cBlue::after {
  position: absolute;
  content: "";
  background-color: #003d8f;
  width: 35px;
  height: 15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -14px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.bg_dots {
  background-image: radial-gradient(circle, #e5c051 10px, transparent 10px), radial-gradient(circle, #e5c051 10px, transparent 10px), linear-gradient(120deg, #e8ba54, #e8ba54 0%, #fbe896 18%, #9f6526 85%, #e8ba54);
  background-position: 0 0, 20px 20px; /* ドットの並びを調整 */
  background-size: 45px 45px, 45px 45px, cover; /* ドット間隔＆グラデーションサイズ */
}

#reason {
  position: relative;
}
#reason::before {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url(../_img/parts_border.svg);
  width: 100%;
  height: 20px;
  top: -12px;
}

.img_reason {
  position: absolute;
  top: -18rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 280px;
}
@media screen and (min-width: 992px) {
  .img_reason {
    width: 320px;
    top: -22rem;
  }
}

#flow ol li {
  border-radius: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 576px) {
  #flow ol li {
    margin-bottom: 50px;
  }
}
#flow ol li .bg_cBlue {
  border-top-left-radius: 40px;
}
#flow ol li:not(:last-child)::after {
  position: absolute;
  content: "";
  background-color: #003d8f;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 22px;
  height: 14px;
  bottom: -26px;
  left: 0px;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  #flow ol li:not(:last-child)::after {
    bottom: -29px;
  }
}

.list_ok li {
  padding-left: 2em;
  position: relative;
}
.list_ok li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: no-repeat center 100%/100% url(../_img/parts_check_02.svg);
  position: absolute;
  left: calc(50% - 140px);
  top: 0.2em;
  margin: auto;
}

#overview dt {
  background-color: #d6e4f6;
  padding: 0 5px;
  font-weight: 500;
}
#overview dd {
  font-size: 14px;
  padding: 5px 0;
}
#overview dd ul li {
  position: relative;
  padding-left: 12px;
}
#overview dd ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #003d8f;
  top: 9px;
  left: 2px;
}

.agree_btn {
  display: block;
  width: 98%;
  background-color: #bfbfbf;
  border-radius: 100px;
  font-weight: bold;
  margin: auto;
  padding: 1rem 0;
  position: relative;
  box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.4196078431);
  max-width: 380px;
}
.agree_btn p {
  position: relative;
  color: #fff !important;
  text-align: center;
  font-size: 1.15rem;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #595959;
  letter-spacing: 2px;
}
.agree_btn p::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4196078431);
}
.agree_btn p::after {
  content: "";
  width: 0.45em;
  height: 0.55em;
  background-color: #bfbfbf;
  position: absolute;
  right: 1.65rem;
  top: 0;
  bottom: 0;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.agree_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 6px solid transparent;
  background: linear-gradient(90deg, rgb(161, 161, 161) 0%, rgb(191, 191, 191) 28%, rgb(161, 161, 161) 50%, rgb(191, 191, 191) 71%, rgb(161, 161, 161) 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.agree_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 4px solid #bfbfbf;
  z-index: 2;
}
.agree_btn.active {
  background-color: #007add;
  transition: all 0.5s ease;
}
.agree_btn.active p::after {
  background-color: #007add;
}
.agree_btn.active::before {
  background: linear-gradient(90deg, rgb(0, 82, 222) 0%, rgb(0, 122, 221) 28%, rgb(0, 82, 222) 50%, rgb(0, 122, 221) 71%, rgb(0, 82, 222) 100%) border-box border-box;
  transition: all 0.5s ease;
}
.agree_btn.active::after {
  border: 4px solid #007add;
  transition: all 0.5s ease;
}

/* ローンシミュレーター */
#omatome_sim {
  background-color: #FFF;
}
@media screen and (min-width: 992px) {
  #omatome_sim {
    background-color: #edf4f7;
  }
}
#omatome_sim [v-cloak] {
  display: none;
}
#omatome_sim .pref_interest_rate {
  transform: scale(160%);
}
#omatome_sim .resetBtn {
  background-color: #FFF;
  border: solid 1px #1960bd;
  border-radius: 10px;
  display: table;
  margin: auto;
  color: #1960bd;
  font-weight: bold;
  padding: 0.7rem 2rem;
  font-size: 1.1rem;
  width: 60%;
}
#omatome_sim .resetBtn:hover {
  opacity: 0.4;
}
#omatome_sim .img_sim_title {
  max-width: 580px;
  transform: translateY(16px);
}
@media screen and (min-width: 768px) {
  #omatome_sim .img_sim_title {
    transform: translateY(24px);
  }
}
#omatome_sim .increaseBtn, #omatome_sim .decreaseBtn {
  position: relative;
  width: 30px;
  height: 26px;
  background-color: #FFF;
  border: solid 2px #1960bd;
  border-radius: 50%;
  display: flex; /* フレックスボックスを使用して中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  padding: 0; /* パディングをリセット */
  box-sizing: border-box; /* ボックスサイズをボーダーボックスに設定 */
  overflow: hidden; /* コンテンツがボタンのサイズを超えないようにする */
}
#omatome_sim .increaseBtn::before, #omatome_sim .decreaseBtn::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #1960bd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#omatome_sim .increaseBtn::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #1960bd;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#omatome_sim .slider_container {
  margin-top: 20px;
}
#omatome_sim .slider_container__title {
  background-color: #003d8f;
  width: 11em;
  padding: 4px 10px 4px 10px;
  font-weight: 300;
  font-size: 17px;
  color: #FFF;
  margin-bottom: 0;
  border-radius: 0 15px 0 0;
}
@media screen and (min-width: 768px) {
  #omatome_sim .slider_container__title {
    width: 37%;
  }
}
#omatome_sim .slider_container .sim_box01, #omatome_sim .slider_container .sim_box02 {
  border: solid 1px #1960bd;
}
#omatome_sim .slider_container .sim_box01__title, #omatome_sim .slider_container .sim_box02__title {
  font-weight: 300;
  font-size: 18px;
  padding: 0.8rem 0.5rem 0.1rem 0.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  #omatome_sim .slider_container .sim_box01__title, #omatome_sim .slider_container .sim_box02__title {
    font-size: 22px;
  }
}
#omatome_sim .slider_container .sim_box01__slider, #omatome_sim .slider_container .sim_box02__slider {
  padding: 0.7rem 0.5rem 0.7rem 0.5rem;
}
#omatome_sim .slider_container .sim_box01 label, #omatome_sim .slider_container .sim_box02 label {
  padding: 0 0.5rem 1rem 0.5rem;
}
#omatome_sim label {
  display: inline-block;
  font-weight: bold;
  /* margin-right: 10px; */
  margin-bottom: 0;
  padding-left: 5px;
}
#omatome_sim input[type=radio] {
  transform: scale(1.3);
  margin-right: 10px;
}
#omatome_sim input[type=range] {
  vertical-align: middle;
  margin-right: 10px;
  width: 200px;
  padding: 0 !important;
}
#omatome_sim input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #e7e7e7;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0 !important;
}
#omatome_sim input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 54px;
  height: 36px;
  border-radius: 20px;
  background: #1960bd;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 0 0 5px #FFFFFF;
  border: solid 1px #1960bd;
}
#omatome_sim input[type=range]::-moz-range-thumb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1960bd;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 0 0 6px #FFFFFF;
}
#omatome_sim input[type=range]::-ms-thumb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1960bd;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 0 0 6px #FFFFFF;
}
#omatome_sim .input_box_w5rem, #omatome_sim .input_box_w2rem {
  font-size: 1.5rem;
  padding: 0.1rem 0.25rem;
  font-weight: bold;
  text-align: right;
  border: solid 1px #999;
  border-radius: 0.5rem;
}
#omatome_sim .input_box_w5rem {
  width: 6rem;
}
#omatome_sim .input_box_w2rem {
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #omatome_sim .input_box_w2rem {
    width: 3rem;
  }
}
#omatome_sim .v_input {
  border: solid 1px #dfdfdf;
  width: 4rem;
  text-align: end;
  border-radius: 7px;
  padding: 2px 7px;
  font-size: 20px;
}
#omatome_sim .result_title {
  position: relative;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
  background-color: #003d8f;
  font-weight: bold;
  color: #FFF;
  line-height: 1.25;
}
#omatome_sim #add_input_box:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  background-color: #1960bd !important;
  color: #FFF !important;
}

/* シミュレーター結果 */
#sim_result {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0079d9;
  z-index: 11;
  width: 100%;
  color: #FFF;
  max-width: 768px;
  margin: 0 auto;
  animation: slideUp 0.3s ease forwards;
  /* 下に収納する時の動き */
}
#sim_result .sim_result__inner {
  background-color: #FFF;
  border-radius: 20px;
  padding: 0 8px 5px 8px;
  overflow: hidden;
}
#sim_result p {
  margin-bottom: 0;
}
#sim_result ul li:not(:last-child) {
  border-bottom: solid 1px #FFF;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#sim_result.hp.hide.lp_slide_down {
  animation: slideDownLp 0.3s ease forwards;
}
@keyframes slideDownLp {
  from {
    bottom: 0;
  }
  to {
    bottom: -123px;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) {
  @keyframes slideDownLp {
    from {
      bottom: 0;
    }
    to {
      bottom: -136px;
      z-index: 3;
    }
  }
}
#sim_result.hp.hide {
  animation: slideDownHp 0.3s ease forwards;
}
@keyframes slideDownHp {
  from {
    bottom: 0;
  }
  to {
    bottom: -214px;
    z-index: 3;
  }
}
@media screen and (min-width: 768px) {
  @keyframes slideDownHp {
    from {
      bottom: 0;
    }
    to {
      bottom: -274px;
      z-index: 3;
    }
  }
}
#sim_result.hp .res_hp_price {
  padding: 2px 0.5rem;
  min-width: 7em;
  text-align: end;
}
#sim_result.hp h4 {
  color: #FFF300;
}
@media screen and (min-width: 992px) {
  #sim_result.hp {
    position: relative;
    margin-left: 1rem;
    max-height: 436px;
    max-width: 300px;
    border-radius: 30px;
    padding-top: 3rem;
  }
  #sim_result.hp h4 {
    font-weight: 300 !important;
    font-size: 1.8rem !important;
    text-align: center;
    padding: 1rem 0;
    color: #FFF;
  }
  #sim_result.hp ul li {
    border-bottom: none;
    background-color: #FFF;
    margin-bottom: 10px;
  }
  #sim_result.hp ul li .res_hp_sub_title {
    font-weight: 300;
    text-align: center !important;
  }
  #sim_result.hp ul li .res_hp_price {
    padding: 0.5rem 1rem 0;
    font-size: 2.5rem !important;
    background-color: unset;
  }
  #sim_result.hp ul li .hp_present_price {
    color: #6d6d6d;
    padding: 0 1rem 0.5rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  #sim_result.hp ul li .hp_present_price {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  #sim_result.hp {
    max-width: 375px;
  }
}
#sim_result .switchBtn {
  position: absolute;
  top: -31px;
  left: auto;
  right: 0;
  margin: auto;
  border: none;
  background-color: unset !important;
  width: 20%;
  height: 33px;
  border-radius: 10px 0 0 0;
  background-color: #1b1b1b !important;
}
@media screen and (min-width: 992px) {
  #sim_result .switchBtn {
    top: -34px;
    height: 35px;
  }
}
#sim_result .switchBtn img {
  filter: drop-shadow(0 -3px 4px rgba(31, 31, 31, 0.3294117647));
}
#sim_result .switchBtn::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  position: absolute;
  top: 6px;
  transform: rotate(135deg);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#sim_result .switchBtn.up::before {
  top: 12px;
  transform: rotate(-45deg);
}
#sim_result .switchBtn:focus:not(:focus-visible) {
  outline: none;
}
@media screen and (min-width: 992px) {
  #sim_result.hp .switchBtn {
    display: none;
  }
}

@keyframes slideUp {
  from {
    bottom: -18%;
  }
  to {
    bottom: 0;
  }
}
.maru_num {
  display: inline-block;
  font-size: 0.8em;
  width: 1.5em;
  height: 1.5em;
  border: solid 1px #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 1.2;
  transform: translateY(-2px);
  color: #FFF;
  margin-right: 3px;
  font-weight: 600;
}

.change_bg_cWhite_cLightBlue {
  background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
  .change_bg_cWhite_cLightBlue {
    background-color: #edf4f7;
  }
}

#faq {
  position: relative;
}
#faq dl {
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 20px;
}

.qusetion {
  cursor: pointer;
  position: relative;
  padding: 15px 40px 15px 10px;
  font-weight: normal;
  line-height: 1.6 !important;
  display: flex;
  align-items: center;
}
.qusetion p {
  margin-bottom: 0;
}
.qusetion::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: solid 2px #003d8f;
  border-right: solid 2px #003d8f;
  transform: rotate(135deg);
}
.qusetion.open::before {
  transform: rotate(-45deg);
}

.q_mark {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background: #003d8f;
  color: #ffffff;
  font-size: 20px;
}

.a_mark {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #003d8f;
  color: #003d8f;
  font-size: 20px;
}

.answer {
  border-top: 2px dotted #003d8f;
  padding: 10px 0;
  margin: 0 12px;
  line-height: 1.6 !important;
  display: flex;
  align-items: start;
  margin-bottom: 0;
}
.answer p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .answer {
    align-items: center;
  }
}

#smile_1000 #application {
  background-color: #edf4f7;
}
#smile_1000 #application .list_caution li::before {
  background-color: #003d8f;
}
#smile_1000 #application table th, #smile_1000 #application table td {
  border: 1px solid #434241;
}

.bg_area {
  background-color: #edf4f7;
}

.btn_agree {
  border: 1px solid #003d8f;
  color: #003d8f;
}

.form-check-input:checked {
  background-color: #1960bd;
  border-color: #8cafde;
}

.agree_btn.active {
  background-color: #054592;
}
.agree_btn.active p::after {
  background-color: #007add;
}
.agree_btn.active::before {
  background: linear-gradient(90deg, rgb(0, 82, 222) 0%, rgb(0, 122, 221) 28%, rgb(0, 82, 222) 50%, rgb(0, 122, 221) 71%, rgb(0, 82, 222) 100%) border-box border-box;
}
.agree_btn.active::after {
  border: 4px solid #054f8a;
}

#contact {
  background-color: #d6e4f6;
}

.free_dial {
  width: 45px;
  height: auto;
}/*# sourceMappingURL=layout_1000.css.map */