@charset "UTF-8";
.index_hd p {
  font-size: 1.35em;
  color: #333;
  line-height: 27px;
  padding: 0 25px;
}

.lt_hd2 {
  width: 26%;
  margin: 1% 2% 1% 21%;
}

.lt_hd3 {
  width: 26%;
  margin: 1% 21% 1% 2%;
}

.serv_wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 5%;
  margin-top: 50px;
}

.serv_el2 {
  width: 47.5%;
  margin-bottom: 50px;
}

.serv_el {
  width: 30%;
  margin-bottom: 50px;
}

.serv {
  text-align: center;
}

.serv h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #333;
}

.serv span {
  font-size: 1.1em;
  font-weight: 300;
  color: #444;
}

.serv_img {
  border-top-left-radius: 25%;
  border-bottom-right-radius: 25%;
  box-shadow: 5px 3px 7px gray;
  display: block;
  width: 100%;
}

.support {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
}
.support.last {
  border-bottom: 0;
}

.main_1 {
  max-width: 840px;
  margin: 40px auto;
}

.main_1_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.main_1_box {
  background: #f5f5f5;
  border-radius: 25px;
  width: calc(50% - 15px);
  padding: 45px 20px;
  text-align: center;
}
.main_1_box img {
  display: block;
  width: 30%;
  margin: 0 auto 15px auto;
}
.main_1_box h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}
.main_1_box p {
  font-size: 18px;
}

.main_common {
  padding: 80px 0;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 567px) {
  .main_common {
    padding: 60px 0;
  }
  .index_hd h2 {
    font-size: 1.5em;
  }
  .index_hd p {
    font-size: 1em;
    word-break: keep-all;
    text-align: left;
  }
  .serv h2 {
    font-size: 1.1em;
    font-weight: 500;
    color: #333;
  }
  .serv span {
    font-size: 0.8em;
  }
  .serv_wrap {
    padding: 0px 10px;
  }
  .serv_el {
    width: 47.5%;
  }
  .serv_el2 {
    margin-bottom: 0px;
  }
  .main_1 {
    padding: 0 20px;
  }
  .main_1_flex {
    gap: 10px;
  }
  .main_1_box {
    width: calc(50% - 6px);
    padding: 20px 10px;
  }
  .main_1_box img {
    width: 50%;
  }
  .main_1_box h3 {
    font-size: 18px;
    word-break: keep-all;
  }
  .main_1_box p {
    font-size: 14px;
    word-break: keep-all;
  }
}
.main_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.main_flex.rev {
  flex-direction: row-reverse;
}

.main_flex_box {
  width: calc(50% - 16px);
  border-radius: 25px;
  padding: 25px;
  overflow: hidden;
}
.main_flex_box > span {
  color: #aaa;
}
.main_flex_box h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.main_flex_box h2 span {
  font-weight: 700;
}
.main_flex_box p {
  font-size: 18px;
  word-break: keep-all;
}
.main_flex_box img {
  display: block;
  width: 100%;
  border-radius: 25px;
}

.main_sub_flex {
  display: flex;
  /* flex-wrap:wrap; */
  gap: 20px;
  margin: 30px auto;
}

.main_sub_item {
  overflow: hidden;
}
.main_sub_item img {
  width: 70%;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 15px;
  transition: 0.3s ease;
}
.main_sub_item img:hover {
  transform: scale(0.9);
}
.main_sub_item p {
  text-align: center;
}
.main_sub_item.div2 {
  width: calc(50% - 10px);
}
.main_sub_item.div4 {
  width: calc(25% - 10px);
}
.main_sub_item.div4 img {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .main_flex {
    gap: 10px;
    flex-direction: column;
  }
  .main_flex_box {
    width: 100%;
    padding: 0px 20px;
  }
  .main_flex_box h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .main_flex_box p {
    font-size: 14px;
  }
  .main_sub_flex {
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px auto;
  }
  .main_sub_item.div4 {
    width: calc(50% - 6px);
  }
}
.support_wrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}

.partner_title {
  text-align: center;
  margin-top: 45px;
}

.partner_title h2 {
  font-size: 2.5em;
  margin-bottom: 25px;
  color: #2B2B2B;
}

@media screen and (max-width: 550px) {
  .partner_title h2 {
    font-size: 1.8em;
  }
}
.top_flex1 {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.top_flex_i {
  width: 100%;
  border-radius: 50px;
  padding: 13px 25px;
  background: #322a88;
  color: #fff;
  font-size: 20px;
}

.top_flex_i span {
  display: inline-block;
  padding-left: 5px;
}

.top_flex_i i {
  font-size: 32px;
}

.dealer_btn {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  cursor: pointer;
  border: none;
  background: #5247cc;
  color: ghostwhite;
  overflow: hidden;
  display: block;
  width: 265px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.dealer_btn span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.2em 0.8em 1.05em;
}
.dealer_btn::before, .dealer_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.dealer_btn::before {
  content: "";
  background: #322a88;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.dealer_btn:hover::before {
  transform: translate3d(100%, 0, 0);
}

@media screen and (max-width: 992px) {
  .top_flex_i {
    font-size: 18px;
    word-break: keep-all;
  }
  .top_flex_i i {
    font-size: 18px;
  }
}
.top_flex2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 60px 0;
}

.top_flex2_i {
  width: calc(50% - 15px);
  border-radius: 15px;
  border: 1px solid #eee;
  overflow: hidden;
  background: #f1f1f1;
}
.top_flex2_i h3 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  background: #322a88;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.top_flex2_i .top_flex2_box {
  width: 100%;
  padding: 30px 15px;
}
.top_flex2_i .top_flex2_box img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.top_flex2_i .top_flex2_box p {
  font-size: 18px;
}

.common_h2_center {
  font-size: 34px;
  margin-bottom: 15px;
  color: #2B2B2B;
  font-weight: 700;
  text-align: center;
}

.common_p_center {
  font-size: 1.35em;
  color: #333;
  line-height: 27px;
  padding: 0 25px;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .common_h2_center {
    font-size: 1.8em;
  }
  .common_p_center {
    font-size: 1em;
    word-break: keep-all;
    text-align: left;
  }
  .top_flex2 {
    gap: 10px;
    margin: 30px 0;
    padding: 0 20px;
  }
  .top_flex2_i {
    width: 100%;
  }
  .top_flex2_i h3 {
    font-size: 20px;
  }
  .top_flex2_i .top_flex2_box {
    padding: 20px 10px;
  }
  .top_flex2_i .top_flex2_box p {
    font-size: 14px;
  }
}
.top_f1_indiv {
  padding: 10px 0 10px 30px;
}

.main_flex_box .top_f1_indiv p {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.main_flex_box .top_f1_indiv p::after {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 50%;
}

.dealer_tablearea {
  max-width: 1200px;
  margin: 60px auto;
}

.dealer_tablearea h2 {
  font-size: 1.8em;
  color: #3a3a3a;
  line-height: 35px;
  word-break: keep-all;
}

table.customTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #D6D0D0;
  border-style: solid;
  color: #000000;
}

table.customTable td,
table.customTable th {
  border-width: 2px;
  border-color: #D6D0D0;
  border-style: solid;
  padding: 5px;
  text-align: center;
}

table.customTable th {
  padding: 10px 5px;
  font-size: 15px;
}

table.customTable thead {
  background-color: #fdffd3;
}

table.customTable th.allgo {
  background-color: #3a68fa;
  color: #fff;
  font-weight: bold;
}

table.customTable td.allgo {
  background-color: #3a68fa;
  color: #fff;
  font-weight: bold;
}

.deal_flex1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.deal_item {
  background: #f5f5f5;
  border-radius: 25px;
  width: calc(33% - 15px);
  padding: 30px 10px;
}
.deal_item img {
  display: block;
  width: 30%;
  margin: 0 auto 15px auto;
}
.deal_item h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}
.deal_item p {
  font-size: 16px;
  position: relative;
  margin-bottom: 7px;
  word-break: keep-all;
}
.deal_item p::after {
  content: "·";
  position: absolute;
  left: -10px;
  top: 0;
}

@media screen and (max-width: 567px) {
  .deal_flex1 {
    margin: 30px 0;
    padding: 0 20px;
  }
  .deal_item {
    width: 100%;
  }
  .deal_item h3 {
    font-size: 19px;
  }
  .deal_item p {
    font-size: 14px;
  }
}/*# sourceMappingURL=custom.css.map */