@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  background: #fff;
  font-family: "Barlow", "Noto Sans JP", "sans-serif";
  line-height: 1.5;
  user-select: none;
  font-feature-settings: "palt";
  color: #141414;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

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

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

a {
  color: #10BAB5;
  text-decoration: none;
  cursor: pointer;
}

.inner {
  max-width: 768px; /* 最大幅 */
  min-width: 240px; /* 最小幅 */
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 768px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}

.inner1 {
  width: 1100px;
  margin: 0 auto;
}

.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
  }
}

.pagetop {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  color: #00A6C4;
  background: #fff;
  font-weight: bold;
  border: solid 1px #10BAB5;
  /*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
  box-shadow: 0 0 10px #00A6C4;
}

.inner2 {
  width: 1000px;
  margin: 0 auto;
}

.required {
  margin-top: 10px;
  font-weight: bold;
  color: red;
}
@media (max-width: 767px) {
  .required {
    font-size: 0.8rem;
  }
}

.pagetop {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  color: #00A6C4;
  background: #fff;
  font-weight: bold;
  border: solid 1px #10BAB5;
  /*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
  box-shadow: 0 0 10px #00A6C4;
}

.contact_main {
  margin-bottom: 70px;
  padding: 140px 0 0 0;
}
@media (max-width: 767px) {
  .contact_main {
    margin-bottom: 50px;
    padding: 70px 0 0 0;
  }
}

.contact_main_title {
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  height: 100px;
  background-color: #10BAB5;
  color: #fff;
  text-align: center;
  line-height: 100px;
  position: relative;
  margin-bottom: 50px;
}
.contact_main_title:after {
  position: absolute;
  content: "";
  width: 98%;
  height: 80%;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .contact_main_title {
    font-size: 1.7rem;
    height: 70px;
    line-height: 70px;
    margin-bottom: 30px;
  }
}

.contact_main_text {
  font-weight: bold;
  margin: 5px 0;
}
.contact_main_text a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact_main_text {
    font-size: 0.8rem;
  }
}

/*=========================================================
header class
=========================================================*/
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.header_tops {
  background-color: #10BAB5;
}

.header_top-text {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  width: 85%;
  margin: 0 auto;
  padding: 3px 0;
}
@media (min-width: 768px) and (max-width: 768px) {
  .header_top-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header_top-text {
    text-align: center;
    font-size: 9px;
  }
}

.header_wrappers {
  display: flex;
  height: 50px;
  line-height: 50px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .header_wrappers {
    margin-top: 0;
  }
}

.header_logo {
  margin-top: 4px;
}
.header_logo img {
  width: 180px;
}
@media (max-width: 767px) {
  .header_logo img {
    width: 150px;
  }
}

.header_wrapper-rights {
  display: flex;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 768px) {
  .header_wrapper-rights {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .header_wrapper-rights {
    margin-right: 50px;
  }
}

.header_rights-links {
  display: flex;
  margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 768px) {
  .header_rights-links {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_rights-links {
    display: none;
  }
}

.header_question a {
  color: black;
  font-weight: bold;
}

.header_bar {
  color: black;
  font-weight: bold;
  margin: 0 5px;
}

.header_businessperson a {
  color: black;
  font-weight: bold;
}

.header_contact {
  margin-right: 10px;
}
.header_contact a {
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #10BAB5;
  border-radius: 100px;
}
.header_contact img {
  width: 20px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .header_contact {
    display: none;
  }
}

.header_instagrams {
  margin-right: 20px;
}
.header_instagrams img {
  width: 130px;
}
@media (max-width: 767px) {
  .header_instagrams img {
    width: 110px;
    margin-top: 3px;
  }
}

.header_lines {
  height: 50px;
  line-height: 50px;
  margin-top: 6px;
}
.header_lines a {
  display: inline-block;
}
.header_lines img {
  width: 40px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .header_lines img {
    width: 35px;
    margin-top: 1.5px;
  }
}

.header_navs {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 10px 0 40px 0;
  background-color: #fff;
}
@media (min-width: 768px) and (max-width: 768px) {
  .header_navs {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_navs {
    display: none;
  }
}

.header_items {
  width: 70%;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-around;
}

.header_nav {
  width: 100%;
  height: 30px;
  text-align: center;
}
.header_nav a {
  display: inline-block;
  color: black;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  height: 30px;
}

/*============================================================
drawer-icon/drawer-content
============================================================*/
.drawer-icon {
  display: none;
  position: fixed;
  top: 25px;
  right: 2%;
  z-index: 2000;
  width: 40px;
  height: 50px;
  transition: transform 0.5s ease 0s;
}
.drawer-icon.is-active .drawer-icon-bar1 {
  transition: transform 0.5s ease 0s;
  transform: rotate(-45deg);
  top: 35px;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  transition: transform 0.5s ease 0s;
  transform: rotate(45deg);
  top: 35px;
}
@media (min-width: 768px) and (max-width: 768px) {
  .drawer-icon {
    display: block;
    top: 32px;
  }
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
    top: 24px;
  }
}

.drawer-icon-bars {
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar {
  position: absolute;
  width: inherit;
}

.drawer-icon-bar1,
.drawer-icon-bar2 {
  position: absolute;
  width: inherit;
  height: 0.7px;
  background: black;
  top: 0;
  left: 0;
  transition: transform 0.5s ease 0s;
}

.drawer-icon-bar1 {
  top: 23px;
}

.drawer-icon-bar2 {
  top: 35px;
}

.drawer-content {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.drawer-content.is-hidden {
  transition: 1s;
  opacity: 1;
  visibility: visible;
}

.drawer-title {
  font-family: "Brodo Regular";
  font-size: 46px;
  font-weight: bold;
  padding: 20px 0;
}
@media (min-width: 768px) and (max-width: 768px) {
  .drawer-title {
    font-size: 38px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .drawer-title {
    font-size: 28px;
    padding-top: 40px;
  }
}

.drawer-letter1 {
  animation-delay: 3s;
}

.drawer-letter2 {
  animation-delay: 3.3s;
}

.drawer-letter3 {
  animation-delay: 3.6s;
}

.drawer-letter4 {
  animation-delay: 3.9s;
}

.drawer-letter5 {
  margin-right: 11px;
  animation-delay: 4.2s;
}

.drawer-letter6 {
  animation-delay: 4.5s;
}

.drawer-letter7 {
  animation-delay: 4.8s;
}

.drawer-letter8 {
  animation-delay: 5.1s;
}

.drawer-letter9 {
  animation-delay: 5.4s;
}

.drawer-letter10 {
  animation-delay: 5.7s;
}

.drawer-letter11 {
  animation-delay: 6s;
}

.drawer-letter12 {
  animation-delay: 6.3s;
}

.drawer-content-items {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .drawer-content-items {
    display: block;
  }
}

.drawer-content-item {
  margin: 0 40px;
  text-align: center;
}
.drawer-content-item a {
  font-size: 18px;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 768px) {
  .drawer-content-item a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .drawer-content-item:not(:last-child) {
    margin-bottom: 40px;
    text-align: center;
  }
  .drawer-content-item a {
    font-size: 14px;
  }
}

.list-hover {
  position: relative;
}
.list-hover::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 0.5px;
  background: #000000;
  bottom: 12.5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.8s;
  opacity: 0.5;
}
.list-hover:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#top {
  animation-delay: 1.5s;
}

#about {
  animation-delay: 1.9s;
}

#works {
  animation-delay: 2.2s;
}

#service {
  animation-delay: 2.6s;
}

#contact {
  animation-delay: 3s;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 0.5;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.situations {
  margin-top: 30px;
  margin-bottom: 30px;
}

.situation {
  display: flex;
}

.situation-item {
  width: 33.3333333333%;
  background-color: #f6f5f2;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  border: 0.5px solid rgb(221, 221, 221);
}
.situation-item span {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .situation-item {
    font-size: 0.9rem;
    display: inline-block;
  }
  .situation-item span {
    margin-right: 0;
    display: none;
  }
}

.situation-item-red {
  background-color: #FF8F8E;
  position: relative;
  color: #fff;
}
.situation-item-red::after {
  border-left: 20px solid #FF8F8E;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .situation-item-red::after {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
  }
}

.situation-item-second {
  position: relative;
  background-color: #e4e4e4;
}
.situation-item-second::after {
  position: absolute;
  content: "";
  z-index: 100;
  border-left: 20px solid #e4e4e4;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  right: -20px;
  top: 0;
}
@media (max-width: 767px) {
  .situation-item-second::after {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    right: -10px;
  }
}

.loan_form_title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  background-color: #10BAB5;
  color: #fff;
  display: inline-block;
}
@media (max-width: 767px) {
  .loan_form_title {
    font-size: 1rem;
  }
}

.form_item {
  display: flex;
  border-bottom: 0.5px solid rgb(182, 182, 182);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .form_item {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
}

.form_item-tags {
  display: flex;
  width: 250px;
  line-height: 30px;
}

.form_item-tag {
  font-size: 1rem;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .form_item-tag {
    margin-bottom: 10px;
  }
}

.form_item-inputs_wrapper {
  width: calc(100% - 300px);
  flex-wrap: wrap;
  margin-left: auto;
}
@media (max-width: 767px) {
  .form_item-inputs_wrapper {
    width: 100%;
  }
}

.form_item-inputs {
  display: flex;
  flex-wrap: wrap;
}

.form_item-inputs_inner {
  display: flex;
}

.form_item-inputs-child {
  display: flex;
}

.input {
  height: 35px;
  line-height: 35px;
  display: inline-block;
}
@media (max-width: 767px) {
  .input {
    height: 45px;
    line-height: 45px;
    font-size: 0.9rem;
  }
}

.margin-reset {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .margin-reset {
    line-height: 45px;
    margin-left: 20px;
    height: 45px;
  }
}

.radio-item {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .radio-item {
    margin-left: 15px;
    line-height: 45px;
    height: 45px;
  }
}

.form_item-inputs_seperator {
  width: 20px;
  line-height: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  .form_item-inputs_seperator {
    line-height: 45px;
  }
}

.carname {
  width: 100%;
}

.name {
  width: 60%;
}

.ruby {
  width: 60%;
}

.address-code {
  width: 20%;
}

.lavel {
  height: 35px;
  line-height: 35px;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .lavel {
    margin: 0 5px;
    font-size: 0.8rem;
    height: 45px;
    line-height: 45px;
  }
}

.form_item-required {
  font-size: 0.9rem;
  border: 1px solid red;
  color: red;
  margin-left: auto;
  height: 35px;
  width: 70px;
  line-height: 35px;
  text-align: center;
}
@media (max-width: 767px) {
  .form_item-required {
    margin-left: 10px;
    font-size: 0.8rem;
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
}

.display-block {
  display: block;
}

#carname-input,
#name-input,
#ruby-input {
  padding-left: 10px;
}

#select-year {
  width: 80px;
  text-align: center;
}

#select-month {
  width: 50px;
  text-align: center;
}

#select-day {
  width: 60px;
  text-align: center;
}

#age-input,
#household-size-input {
  width: 60px;
  letter-spacing: 1px;
  text-align: center;
}

#tel-input,
#phone-input,
#seconded-destination-tel-input {
  padding-left: 10px;
  letter-spacing: 1px;
}

#email-input,
#email-conf-input {
  padding-left: 10px;
  letter-spacing: 1px;
  width: 300px;
}

#address-code-first-input,
#address-code-second-input,
#workplace-address-code-first-input,
#workplace-address-code-second-input {
  letter-spacing: 2px;
  text-align: center;
}

#address-code-first-input,
#workplace-address-code-first-input {
  width: 60px;
}

#address-code-second-input,
#workplace-address-code-second-input {
  width: 80px;
}

#address-input,
#workplace-address-input {
  width: 100%;
  padding-left: 10px;
  letter-spacing: 1px;
}

#workplace-name-input,
#seconded-destination-input {
  width: 70%;
  padding-left: 10px;
  letter-spacing: 1px;
}

#seconded-destination-input {
  width: 100%;
}

@media (max-width: 767px) {
  #workplace-name-input {
    width: 100%;
  }
}

#residence-year-input,
#residence-month-input,
#length-service-year-input,
#length-service-month-input {
  width: 50px;
  text-align: center;
}

#annual-income-input {
  width: 100px;
  text-align: center;
  letter-spacing: 1px;
}

.consents {
  width: 70%;
  margin: 100px auto 50px;
  background-color: rgb(212, 212, 212);
  padding: 30px 0;
}
@media (max-width: 767px) {
  .consents {
    width: 90%;
    margin: 50px auto 30px;
  }
}

.consents_inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.consent-check {
  font-size: 1rem;
  font-weight: bold;
}

.consent-check-required {
  color: red;
  font-weight: bold;
  font-size: 1rem;
}

.consent-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .consent-title {
    font-size: 0.9rem;
    margin: 10px 0;
  }
}

.consent-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .consent-text {
    font-size: 0.7rem;
  }
}

.consents_wrapper {
  width: 85%;
  height: 170px;
  margin: 0 auto 50px;
  background: #f5f7f5;
  position: relative;
}

.consents_container {
  padding: 10px 15px;
  width: 95%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}

.consents_text {
  font-size: 0.8rem;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .consents_text {
    font-size: 0.7rem;
    margin-bottom: 4px;
  }
}

.consents_text-title {
  margin: 10px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .consents_text-title {
    margin: 5px 0;
  }
}

.confirm_btns_inner {
  text-align: center;
}

.chack_text {
  margin-bottom: 30px;
  font-weight: bold;
}

.note {
  font-weight: bold;
}
.note:last-child {
  margin-bottom: 50px;
}

.confirm-btn {
  color: #fff;
  background-color: #00a5a5;
  border-bottom: 5px solid #006c6e;
  width: 300px;
  padding: 10px 0;
  border-radius: 100vh;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 5px rgba(255, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.confirm-btn:hover {
  margin-top: 3px;
  color: #fff;
  background: #10BAB5;
  border-bottom: 2px solid #004a39;
}

.confirm-text {
  margin-left: 30px;
}

.confirm-css {
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .confirm-css {
    line-height: 45px;
  }
}

.confirm-css-margin {
  margin-left: 10px;
}

.header_img {
  width: 60%;
  margin: 0 auto;
}

.header_texts {
  width: 600px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .header_texts {
    width: 90%;
  }
}

.header_contact {
  color: green;
}

.situation-red {
  background-color: #FF8F8E;
  position: relative;
  color: #fff;
}
.situation-red::after {
  border-left: 20px solid #FF8F8E;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 4;
}

.situation-item-send-first {
  background-color: #eeeeee;
  position: relative;
  color: black;
}
.situation-item-send-first::after {
  border-left: 20px solid #eeeeee;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .situation-item-send-first::after {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
  }
}

.situation-item-seconde-red {
  background-color: #FF8F8E;
  position: relative;
  color: #fff;
}
.situation-item-seconde-red::after {
  border-left: 20px solid #FF8F8E;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .situation-item-seconde-red::after {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
  }
}

.sitauation-item-gray {
  background-color: #f5f5f5;
  position: relative;
  color: black;
}
.sitauation-item-gray::after {
  border-left: 20px solid #f5f5f5;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .sitauation-item-gray::after {
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
  }
}

.situations-margin {
  margin-bottom: 50px;
}

.back-top-wrapper a {
  background: #eee;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 220px;
  padding: 15px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  box-shadow: 5px 5px 0 #10BAB5;
  border-radius: 50px;
}
.back-top-wrapper a:hover {
  background-color: #10BAB5;
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
  color: #fff;
}
.back-top-wrapper a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.2s ease-in-out;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

/*=========================================================
footer class
=========================================================*/
.footer {
  background-color: #F7F5F0;
  padding: 50px 0 30px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 20px 0;
  }
}

.footer_text {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .footer_text {
    font-size: 10px;
  }
}

.footer_logo {
  color: #10BAB5;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin: 10px 0 20px 0;
}
.footer_navs {
  display: flex;
  width: 650px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_navs {
    width: 90%;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer_nav-list {
    width: 33%;
    margin: 0 auto;
    text-align: center;
  }
}

.footer-nav-item {
  margin-top: 5px;
}
.footer-nav-item a {
  font-size: 11px;
  font-weight: bold;
  color: black;
}

.footer_copyrights {
  font-size: 10px;
  margin-top: 70px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .footer_copyrights {
    margin-top: 40px;
  }
}

.footer_contacts {
  padding: 20px 0 20px 0;
}

.footer_contact-text {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.footer_contact-tels {
  display: flex;
  justify-content: center;
  margin: 5px;
}

.footer_contact-tel-img img {
  width: 20px;
  margin-right: 10px;
}

.footer_contact-tel-phone {
  font-size: 15px;
  font-weight: bold;
}

.footer_contact-hours {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.footer-nav-item-first a {
  color: black;
  font-size: 13px;
  font-weight: bold;
}

.footer-nav-item-btn {
  text-align: center;
}
.footer-nav-item-btn a {
  display: inline-block;
  width: 100%;
  padding: 5px 35px;
  background-color: #FF8F8E;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
}
.footer-nav-item-btn:nth-child(2n) {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .include-list {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .include {
    width: 280px;
    margin: 0 auto;
  }
}

/*=========================================================
top class
=========================================================*//*# sourceMappingURL=loan.css.map */