@charset "UTF-8";
a:hover {
  opacity: 0.8;
  transition-duration: 0.6s;
}

body {
  font-family: "Noto Sans JP", "Noto Serif JP", sans-serif, "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img {
  max-width: 100%;
}

.pc_br {
  display: inline;
}
@media screen and (max-width: 500px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sp_br {
    display: inline;
  }
}

.sec_ttl {
  font-size: 44px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .sec_ttl {
    font-size: 32px;
  }
}
.sec_ttl_orange {
  color: #FF6145;
  font-size: 52px;
  font-family: "Alata";
}
@media screen and (max-width: 500px) {
  .sec_ttl_orange {
    font-size: 40px;
  }
}

.rights {
  font-size: 0.3em;
  vertical-align: super;
}

.wrapper {
  max-width: 1120px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  .wrapper {
    padding-inline: 15px;
  }
}

body .header {
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
body .header_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .header_ttl_orange {
  font-size: 30px;
  font-family: "Alata";
  color: #FF6145;
  padding-block: 22px;
  padding-left: 30px;
}
@media screen and (max-width: 500px) {
  body .header_ttl_orange {
    font-size: 24px;
    padding-block: 15px;
    padding-left: 15px;
  }
}
body .header_ttl_subtxt {
  font-size: 14px;
  padding-left: 23px;
}
@media screen and (max-width: 500px) {
  body .header_ttl_subtxt {
    font-size: 12px;
    padding-left: 13px;
  }
}
body .header:before {
  content: "";
  position: absolute;
}
body .contact_btn {
  position: fixed;
  right: 0;
  top: 0;
  color: white;
  background-color: #FF6145;
  font-size: 16px;
  padding: 43px 50px;
  border-radius: 0 0 0 20px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  body .contact_btn {
    display: none;
  }
}
body .main_visual {
  margin-top: 78.5px;
  position: relative;
  background-color: #FFF4F2;
}
@media screen and (max-width: 500px) {
  body .main_visual {
    margin-top: 57px;
    padding-block: 0px 0px;
  }
}
body .main_visual > .wrapper {
  position: relative;
}
body .main_visual .mv_img_pic {
  margin: 0px calc(50% - 50vw);
  display: block;
}
body .main_visual .mv_div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  place-items: center;
}
@media screen and (max-width: 768px) {
  body .main_visual .mv_div {
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  body .main_visual .mv_div {
    left: 0;
    top: 0;
  }
}
body .main_visual_txt {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  body .main_visual_txt {
    position: absolute;
    top: clamp(35px, 11vw, 80px);
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  body .main_visual_txt {
    position: absolute;
  }
}
body .main_visual_txt1 {
  color: #FF6145;
  font-size: min(3.4vw, 58px);
  font-weight: bold;
  line-height: min(5.6vw, 100px);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body .main_visual_txt1 {
    font-size: clamp(34px, 6vw, 46px);
    line-height: clamp(55px, 12vw, 90px);
  }
}
@media screen and (max-width: 500px) {
  body .main_visual_txt1 {
    font-size: 30px;
    line-height: clamp(50px, 11vw, 55px);
  }
}
body .main_visual_txt1 > .bgc {
  background-color: white;
  padding-inline: 16px 22px;
}
@media screen and (max-width: 500px) {
  body .main_visual_txt1 > .bgc {
    padding-inline: 8px 15px;
  }
}
@media (min-width: 501px) {
  body .main_visual_txt1 > .bgc:last-child {
    padding-inline: 16px 19px;
  }
}
body .main_visual_txt2 {
  color: white;
  font-size: min(7.2vw, 116px);
  font-family: "Alata";
  line-height: min(10.2vw, 157px);
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body .main_visual_txt2 {
    font-size: clamp(100px, 20vw, 150px);
    margin-top: clamp(40px, 10vw, 55px);
  }
}
@media screen and (max-width: 500px) {
  body .main_visual_txt2 {
    font-size: clamp(80px, 20vw, 99px);
  }
}
body .main_visual_txt3_pc {
  color: white;
  font-size: min(1.4vw, 16px);
  display: inline-block;
  background-color: #FF6145;
  border-radius: 30px;
  width: fit-content;
  padding: min(2vw, 23px) min(4vw, 63px);
}
@media screen and (max-width: 768px) {
  body .main_visual_txt3_pc {
    display: none;
  }
}
body .main_visual_txt3_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .main_visual_txt3_sp {
    display: block;
    color: white;
    font-size: 16px;
    background-color: #FF6145;
    border-radius: 30px;
    width: fit-content;
    padding: 23px 63px;
    margin: 0 auto 50px;
  }
}
body .main_visual .mv_right_img_div {
  max-width: 650px;
  margin-right: -65px;
  margin-top: clamp(40px, 5.2vw, 100px);
  width: max(245px, 34vw);
}
@media screen and (max-width: 768px) {
  body .main_visual .mv_right_img_div {
    display: none;
  }
}
body .ability {
  background-color: #FFF4F2;
  padding-block: 140px 230px;
}
@media screen and (max-width: 500px) {
  body .ability {
    margin-top: -46px;
  }
}
@media screen and (max-width: 768px) {
  body .ability {
    padding-block: 70px 190px;
  }
}
body .ability > .wrapper > .sec_ttl {
  margin-bottom: 30px;
}
body .ability_description {
  font-size: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  body .ability_description {
    margin-bottom: 30px;
  }
}
body .ability_points {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  body .ability_points {
    grid-template-columns: 1fr;
    margin-inline: auto;
    max-width: 520px;
    gap: 20px;
  }
}
body .ability_point {
  background-color: white;
  text-align: center;
  padding: 40px 40px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  body .ability_point {
    padding: 40px 20px 30px;
  }
}
body .ability_point_img {
  max-width: 160px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 25px;
}
body .ability_point_ttl {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}
body .ability_point_txt {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  body .ability_point_txt {
    text-align: start;
  }
}
body .howto {
  background-color: white;
  border-radius: 30px;
  padding-block: 150px 139px;
  margin-top: -81px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body .howto {
    padding-block: 60px 40px;
  }
}
body .howto > .wrapper > .sec_ttl {
  position: relative;
  z-index: 0;
}
body .howto .bgletter {
  font-size: 159px;
  font-family: "Alata";
  font-weight: 500;
  color: #F8F8F8;
  position: absolute;
  top: -115px;
  right: 0;
  left: 0;
  margin-inline-start: auto;
  z-index: -1;
}
@media (max-width: 1023px) and (min-width: 769px) {
  body .howto .bgletter {
    font-size: 120px;
    top: -80px;
  }
}
@media screen and (max-width: 768px) {
  body .howto .bgletter {
    font-size: 75px;
    top: -35px;
  }
}
@media screen and (max-width: 500px) {
  body .howto .bgletter {
    font-size: 55px;
  }
}
body .howto .step {
  padding-block: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #DBDBDB;
}
@media screen and (max-width: 768px) {
  body .howto .step {
    padding-block: 20px;
    flex-direction: column;
    gap: 30px;
  }
}
body .howto .step_txts {
  flex-basis: 100%;
  margin-top: 36px;
}
@media screen and (max-width: 500px) {
  body .howto .step_txts {
    margin-top: 0;
  }
}
body .howto .step_number {
  color: #FF6145;
  font-family: "Alata";
  font-size: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  body .howto .step_number {
    font-size: 38px;
  }
}
body .howto .step_ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 46px;
}
@media screen and (max-width: 500px) {
  body .howto .step_ttl {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 35px;
  }
}
body .howto .step_txt {
  font-size: 16px;
}
body .howto .step_txt_mini {
  font-size: 12px;
  display: block;
  padding-top: 20px;
}
body .howto .step_img_div {
  max-width: 490px;
}
@media screen and (max-width: 768px) {
  body .howto .step_img_div {
    margin-inline: auto;
  }
}
body .howto .step:nth-of-type(2) {
  padding-top: 30px;
}
body .howto .step:nth-of-type(3) {
  border: none;
  padding-top: 58px;
}
body .feature {
  background-color: #FFF4F2;
  padding-block: 188px 160px;
  margin-top: -81px;
}
@media screen and (max-width: 768px) {
  body .feature {
    padding-block: 141px 60px;
  }
}
body .feature_subttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
body .feature > .wrapper > .sec_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  body .feature > .wrapper > .sec_ttl {
    margin-bottom: 20px;
  }
}
body .feature .features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1153px) {
  body .feature .features {
    grid-template-columns: 1fr;
    margin-inline: auto;
    max-width: 520px;
    grid: 20px;
  }
}
body .feature .features_point {
  background-color: white;
  border-radius: 30px;
}
body .feature .features_point_ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  body .feature .features_point_ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
body .feature .features_point_txt {
  font-size: 16px;
  padding: 0px 50px 40px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 500px) {
  body .feature .features_point_txt {
    padding: 0 20px 30px;
    letter-spacing: 0.01px;
  }
}
body .feature .features_point_img {
  background-color: #DEF2F3;
  border-radius: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  body .feature .features_point_img {
    margin-bottom: 20px;
  }
}
body .qa_ttl, body .contact_ttl {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  body .qa_ttl, body .contact_ttl {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
body .qa_ttl_orange, body .contact_ttl_orange {
  color: #FF6145;
  font-size: 26px;
  font-family: "Alata";
}
@media screen and (max-width: 500px) {
  body .qa_ttl_orange, body .contact_ttl_orange {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  body .contact_ttl {
    margin-bottom: 20px;
  }
}
body .contact_subtxt {
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  body .contact_subtxt {
    margin-bottom: 30px;
  }
}
body .qa {
  padding-block: 150px 150px;
}
@media screen and (max-width: 500px) {
  body .qa {
    padding-block: 60px 80px;
  }
}
body .qa .question_before {
  content: "Q";
  color: #FF6145;
  font-size: 26px;
  margin-left: 25px;
  position: absolute;
  left: 0;
  top: 30px;
}
@media screen and (max-width: 500px) {
  body .qa .question_before {
    margin-left: 15px;
    top: 15px;
  }
}
body .qa .question {
  background-color: #FAFAFA;
  padding: 34px 78px 32px 77px;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 500px) {
  body .qa .question {
    padding: 22px 57px 15px 58px;
  }
}
body .qa .question::before, body .qa .question::after {
  content: "";
  position: absolute;
  width: 18px;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  background: black;
  height: 2px;
}
@media screen and (max-width: 500px) {
  body .qa .question::before, body .qa .question::after {
    top: 30px;
    margin: 0;
  }
}
body .qa .question::after {
  transform: rotate(-90deg);
  transition: transform 0.5s;
}
body .qa .active::after {
  transform: rotate(0deg);
}
body .qa .answer {
  display: none;
  padding: 30px 77px 30px 77px;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 500px) {
  body .qa .answer {
    padding: 20px 57px 15px 58px;
  }
}
body .qa .answer::before {
  content: "A";
  color: #3FCAD5;
  font-size: 26px;
  margin-left: 25px;
  position: absolute;
  left: 0;
  top: 25px;
}
@media screen and (max-width: 500px) {
  body .qa .answer::before {
    margin-left: 15px;
    top: 15px;
  }
}
body .contact {
  background-color: #FAFAFA;
  padding-block: 150px 135px;
  border-radius: 56px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 500px) {
  body .contact {
    padding-block: 60px;
  }
}
body .contact .wpcf7 .screen-reader-response, body .contact .wpcf7 .wpcf7-response-output {
  display: none;
}
body .contact .wpcf7 .contact_form_items {
  display: grid;
  grid-template-columns: 1fr 75%;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 1023px) and (min-width: 769px) {
  body .contact .wpcf7 .contact_form_items {
    grid-template-columns: 1fr 70%;
  }
}
@media screen and (max-width: 768px) {
  body .contact .wpcf7 .contact_form_items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  body .contact .wpcf7 .contact_form_items {
    margin-bottom: 20px;
  }
}
body .contact .wpcf7 .contact_form_items:has(textarea) {
  align-items: start;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  body .contact .wpcf7 .contact_form_items:has(textarea) {
    margin-bottom: 40px;
  }
}
body .contact .wpcf7 .contact_form_items .contact_item_name {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body .contact .wpcf7 .contact_form_items .contact_item_name {
    margin-bottom: 10px;
  }
}
body .contact .wpcf7 .contact_form_items .contact_item_name:last-of-type {
  margin-top: 7px;
}
body .contact .wpcf7 .contact_form_items .contact_item_name::after {
  content: "必須";
  color: white;
  background-color: #B4C2C6;
  border-radius: 20px;
  padding: 2px 16px;
  margin-left: 20px;
}
@media (max-width: 1023px) and (min-width: 769px) {
  body .contact .wpcf7 .contact_form_items .contact_item_name::after {
    margin-left: 1em;
  }
}
@media screen and (max-width: 500px) {
  body .contact .wpcf7 .contact_form_items .contact_item_name::after {
    margin-left: 10px;
  }
}
body .contact .wpcf7 .contact_form_items .wpcf7-not-valid-tip {
  display: inline-block;
  padding-top: 5px;
  font-size: 14px;
  color: #ED4C4C;
}
body .contact .wpcf7 .contact_form_items .contact_input {
  background-color: white;
  border: solid #B4C2C6 1px;
  height: 42px;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
}
body .contact .wpcf7 .contact_form_items .contact_textarea {
  height: 126px;
}
@media screen and (max-width: 500px) {
  body .contact .wpcf7 .contact_form_items .contact_textarea {
    height: 250px;
  }
}
body .contact_confirm {
  background-color: #FAFAFA;
  margin-top: 78px;
  padding-block: 150px;
  border-radius: 56px;
}
@media screen and (max-width: 500px) {
  body .contact_confirm {
    padding-block: 60px;
    margin-top: 57px;
  }
}
body .contact_confirm .contact_form_items .contact_form_item {
  display: grid;
  grid-template-columns: 1fr 82%;
  margin-bottom: 30px;
  border-bottom: solid 1px #B4C2C6;
}
@media (max-width: 1023px) and (min-width: 769px) {
  body .contact_confirm .contact_form_items .contact_form_item {
    grid-template-columns: 1fr 70%;
  }
}
@media screen and (max-width: 768px) {
  body .contact_confirm .contact_form_items .contact_form_item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  body .contact_confirm .contact_form_items .contact_form_item {
    margin-bottom: 20px;
  }
}
body .contact_confirm .contact_form_items .contact_form_item .contact_confirm_item_name {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body .contact_confirm .contact_form_items .contact_form_item .contact_confirm_item_name {
    margin-bottom: 10px;
  }
}
body .contact_confirm .contact_form_items .contact_form_item .contact_confirm_item_name:last-of-type {
  margin-top: 7px;
}
body .contact_confirm .contact_form_items .contact_form_item .contact_confirm_answer {
  display: block;
  height: 42px;
  border-radius: 5px;
  width: 100%;
  white-space: pre-wrap;
}
body .contact_confirm .contact_form_items > .textarea {
  border-bottom: none;
  padding-top: 26px;
}
@media screen and (max-width: 500px) {
  body .contact_confirm .contact_form_items > .textarea {
    margin-bottom: 40px;
  }
}
body .contact_confirm .two_btn_div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;
  padding-top: 60px;
  width: fit-content;
}
@media (max-width: 800px) {
  body .contact_confirm .two_btn_div {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  body .contact_confirm .two_btn_div {
    grid-template-columns: 1fr;
  }
}
body .contact_confirm .two_btn_div .confirm_btn_div {
  position: relative;
  width: fit-content;
  display: block;
  margin-inline: auto;
}
body .contact_confirm .two_btn_div .confirm_btn_div::after {
  content: "";
  width: 23px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/confirm_btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
body .contact_confirm .two_btn_div .confirm_btn_div:hover::before {
  content: "";
  background-color: white;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
body .contact_confirm .two_btn_div .confirm_btn_div:hover::after {
  content: "";
  width: 23px;
  height: 15px;
  background-image: url(../images/confirm_btn_on.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
body .contact_confirm .two_btn_div .confirm_btn_div .wpcf7-spinner {
  display: none;
}
body .contact_confirm .two_btn_div .confirm_btn {
  color: white;
  font-size: 16px;
  background-color: #FF6145;
  padding: 28px 147px;
  width: fit-content;
  display: block;
  margin-inline: auto;
  border-radius: 40px;
}
@media screen and (max-width: 500px) {
  body .contact_confirm .two_btn_div .confirm_btn {
    padding: 28px 132px;
  }
}
body .contact_confirm .two_btn_div .prev_btn_div {
  position: relative;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 768px) {
  body .contact_confirm .two_btn_div .prev_btn_div {
    order: 2;
  }
}
body .contact_confirm .two_btn_div .prev_btn_div .prev_btn {
  color: white;
  font-size: 16px;
  background-color: #B4C2C6;
  padding: 28px 164px;
  width: fit-content;
  display: block;
  margin-inline: auto;
  border-radius: 40px;
}
@media screen and (max-width: 500px) {
  body .contact_confirm .two_btn_div .prev_btn_div .prev_btn {
    padding: 28px 147px;
  }
}
body .contact_confirm .two_btn_div .prev_btn_div::after {
  content: "";
  width: 23px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/confirm_btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
body .contact_complete {
  background-color: #FAFAFA;
  margin-top: 78px;
  padding-block: 150px;
  border-radius: 56px;
}
@media screen and (max-width: 500px) {
  body .contact_complete {
    padding-block: 60px;
    margin-top: 57px;
  }
}
body .contact_complete_subtxt {
  margin-bottom: 15px;
}
body .confirm_btn_div {
  position: relative;
  width: fit-content;
  display: block;
  margin-inline: auto;
}
body .confirm_btn_div::after {
  content: "";
  width: 23px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/confirm_btn.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
body .confirm_btn_div:hover::before {
  content: "";
  background-color: white;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
body .confirm_btn_div:hover::after {
  content: "";
  width: 23px;
  height: 15px;
  background-image: url(../images/confirm_btn_on.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
body .confirm_btn_div .wpcf7-spinner {
  display: none;
}
body .confirm_btn {
  color: white;
  font-size: 16px;
  background-color: #FF6145;
  padding: 28px 147px;
  width: fit-content;
  display: block;
  margin-inline: auto;
  border-radius: 40px;
}
@media screen and (max-width: 500px) {
  body .confirm_btn {
    padding: 28px 132px;
  }
}
body .btn_div_gray {
  position: relative;
  width: fit-content;
  display: block;
  margin-inline: auto;
}
body .btn_div_gray::after {
  content: "";
  width: 23px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/confirm_btn_disable.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
body .confirm_btn_gray {
  color: #6E6E6E;
  font-size: 16px;
  background-color: #D8D8D8;
  padding: 28px 147px;
  width: fit-content;
  display: block;
  margin-inline: auto;
  border-radius: 40px;
}
@media screen and (max-width: 500px) {
  body .confirm_btn_gray {
    padding: 28px 130px;
  }
}
body .footer {
  background-color: #BDCBD1;
  color: white;
  font-family: "Alata";
  text-align: center;
  padding-block: 86px 30px;
  margin-top: -56px;
  position: relative;
}
body .footer_ttl {
  font-size: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  body .footer_ttl {
    font-size: 35px;
  }
}
body .footer_rights {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  body .footer_rights {
    font-size: 12px;
  }
}/*# sourceMappingURL=index.css.map */