html {
  font-family: "Shippori Mincho", serif;
  color: #393939;
  -ms-overflow-style: none;
  scrollbar-width: none;
  line-height: 1;
}

html::-webkit-scrollbar {
  display: none;
}

.banner {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding: 15px calc((100vw - 1200px) / 2);
  line-height: 1.2;
  letter-spacing: 2px;
  position: absolute;
  width: 100vw;
  align-items: center;
}
.banner_inner {
  text-align: center;
}
.banner_inner h4 {
  font-size: 18px;
}
.banner_inner h3 {
  font-size: 36px;
}
.banner_buttons {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.banner_buttons_tel_sub {
  display: flex;
}
.banner_buttons_tel_sub_con {
  background-color: white;
  padding: 5px 20px;
  border: solid 1px #393939;
  color: #5b5b5b;
}
.banner_buttons_tel_sub_con:first-child {
  margin-right: 10px;
}
.banner_buttons_tel_num {
  color: #ff576b;
  font-size: 40px;
  transform: scaleX(1.2);
}
.banner_buttons_tel_num svg {
  width: 40px;
  height: 40px;
  fill: #ff576b;
  vertical-align: bottom;
}
.banner_buttons_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 20px;
  text-align: center;
  background-color: #47e366;
  border-radius: 5px;
  line-height: 1.1;
  margin-left: 30px;
  padding: 10px 25px;
}
.banner_buttons_button:nth-child(3) {
  color: #ff576b;
  background-color: #ffee5a;
  margin-left: 15px;
  padding: 12px 25px;
}

.banner-bottom {
  background-color: #F0F0F0;
  padding: 15px 0;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  position: absolute;
  width: 100vw;
}
.banner-bottom h4 {
  font-size: 18px;
}
.banner-bottom h3 {
  font-size: 36px;
}

main {
  background-image: url(../images/bg.jpg);
  background-size: contain;
}
main .fv {
  height: 100vh;
  background-image: url(../images/bg_fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
main .fv_woman {
  position: absolute;
  bottom: 0;
  left: calc((100vw - 1200px) / 2 - 250px);
  height: calc(100vh - 150px);
}
main .fv_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1200px;
  height: calc(100vh - 200px);
  padding: 200px 0 0;
  margin: 0 auto;
  text-align: right;
}
main .fv_inner_title {
  color: white;
  line-height: 1.2;
  letter-spacing: 1px;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}
main .fv_inner_title p {
  font-size: 60px;
}
main .fv_inner_title h1 {
  font-size: 110px;
  letter-spacing: -2px;
}
main .fv_inner_title_small {
  font-size: 60px;
  margin: 0 4px;
}
main .fv_inner_bottom_price {
  display: block;
  margin-left: auto;
  width: 600px;
}
main .fv_inner_bottom_support {
  display: inline-block;
  background-color: white;
  padding: 20px 90px;
  font-size: 30px;
  border-radius: 20px;
  line-height: 1.4;
  margin-top: 20px;
}
main .title {
  font-size: 60px;
  text-align: center;
  letter-spacing: 5px;
  margin: 100px 0 50px;
}
main .title h3 {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
}
main .title h3::before, main .title h3::after {
  content: "";
  width: 150px;
  height: 1.5px;
  background-color: black;
}
main .title h3::before {
  margin-right: 30px;
}
main .title h3::after {
  margin-left: 30px;
}
main .cards {
  display: flex;
  justify-content: space-between;
}
main .cards .card {
  display: flex;
  flex-direction: column;
  width: 375px;
  background-color: white;
  border-radius: 20px;
  padding: 50px 35px;
}
main .cards .card-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
main .cards .card-caption {
  text-align: justify;
  font-size: 17px;
  line-height: 1.6;
  color: #5b5b5b;
}
main .cards .card-caption p {
  margin-bottom: 10px;
}
main .cards .card-icon {
  margin-top: auto;
  height: 200px;
  text-align: center;
}
main .cards .card-price {
  text-align: center;
  margin: 10px 0 30px;
}
main .cards .card-price p:nth-child(1) {
  font-size: 45px;
  margin-bottom: 8px;
}
main .cards .card-price p:nth-child(2) {
  font-size: 20px;
}
main .cards .card-price-small {
  font-size: 32px;
  margin-left: 7px;
}
main .cards .card-subtitle {
  font-size: 20px;
  text-align: center;
  color: #5b5b5b;
}
main .contact {
  background-color: rgba(217, 217, 217, 0.6549019608);
  padding: 70px calc((100vw - 1200px) / 2);
  text-align: center;
}
main .contact_title {
  font-size: 40px;
  margin-bottom: 30px;
}
main .contact_cards {
  display: flex;
  justify-content: center;
}
main .contact_cards_card {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 450px;
  padding: 40px 0;
  border-radius: 15px;
  line-height: 1;
}
main .contact_cards_card_subtitle {
  font-size: 22px;
}
main .contact_cards_card_p {
  font-size: 26px;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
main .contact_cards_card_button {
  color: white;
  font-size: 20px;
  padding: 13px;
  margin: 0 90px;
  border-radius: 10px;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
main .contact_cards_card:nth-child(1) .contact_cards_card_button {
  background-color: #ff576b;
}
main .contact_cards_card:nth-child(2) {
  margin-left: 40px;
}
main .contact_cards_card:nth-child(2) .contact_cards_card_button {
  background-color: #47e366;
}
main .feature {
  width: 1200px;
  margin: 0 auto 100px;
}
main .plan {
  width: 1200px;
  margin: 0 auto 100px;
}
main .plan_cards_card_contents {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 20px;
  color: #5b5b5b;
}
main .plan_cards_card_contents p {
  margin-bottom: 10px;
}
main .plan_cards_card_contents ul {
  margin-left: 20px;
}
main .plan_cards_card_contents ul li {
  list-style-type: disc;
}
main .plan_caution {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  color: #5b5b5b;
}
main .plan_message {
  display: flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
  border-radius: 20px;
  width: 1000px;
  margin: 50px auto 0;
  box-shadow: 0px 0px 20px 5px rgba(110, 110, 110, 0.15);
}
main .plan_message_img {
  height: 250px;
}
main .plan_message_sentence {
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 15px 20px;
}
main .schedule {
  width: 1200px;
  margin: 0 auto 100px;
}
main .schedule_contents {
  padding: 60px 100px;
  width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: white;
}
main .schedule_contents_subtitle {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
main .schedule_contents_flow_item {
  background-color: #FFE2BF;
  padding: 20px 30px;
  font-size: 24px;
  border-radius: 10px;
}
main .schedule_contents_flow_item:not(:first-child) {
  margin-top: 20px;
}
main .schedule_contents_flow:nth-child(2) {
  margin-bottom: 60px;
}
main .schedule_contents_caution {
  font-size: 18px;
  text-align: right;
  margin-top: 20px;
  color: #5b5b5b;
}
main .voice {
  width: 1200px;
  margin: 0 auto 100px;
}
main .voice_cards {
  width: 1100px;
  margin: 0 auto;
}
main .voice_cards_card {
  background-color: white;
  padding: 50px 100px;
  border-radius: 20px;
}
main .voice_cards_card_inner {
  display: flex;
}
main .voice_cards_card_inner_icon {
  margin-right: 30px;
  text-align: center;
}
main .voice_cards_card_inner_icon img {
  width: 130px;
  margin-bottom: 10px;
}
main .voice_cards_card_inner_icon span {
  font-size: 22px;
}
main .voice_cards_card_inner_comment {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #5b5b5b;
}
main .voice_cards_card_inner_comment_title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 15px;
  text-align: left;
  color: #393939;
}
main .voice_cards_card:not(:first-child) {
  margin-top: 30px;
}
main .facility {
  width: 1200px;
  margin: 0 auto 100px;
}
main .facility_cards_card {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  padding: 50px 80px;
}
main .facility_cards_card_title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
}
main .facility_cards_card_subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
main .facility_cards_card_img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .facility_cards_card_button {
  color: white;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 15px 40px 0;
  background-color: rgb(255, 162, 95);
}
main .facility_cards_card_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
main .facility_cards_card_inner_left {
  width: 35%;
}
main .facility_cards_card_inner_left_map {
  width: 100%;
  height: 250px;
  margin-top: 20px;
}
main .facility_cards_card_inner_right {
  width: 60%;
}
main .facility_cards_card_inner_right table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #778ca3;
  letter-spacing: 0.5px;
}
main .facility_cards_card_inner_right table tr:nth-child(2n+1) {
  background: #e9faf9;
}
main .facility_cards_card_inner_right table th, main .facility_cards_card_inner_right table td {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-bottom: solid 1px #778ca3;
}
main .facility_cards_card_inner_right table th {
  width: 140px;
}
main .facility_cards_card_inner_right table td {
  text-align: left;
  line-height: 1.3;
  color: #5b5b5b;
}
main .banner-bottom {
  padding-bottom: 130px;
}

footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(72, 72, 72, 0.4);
  text-align: center;
  padding: 40px 0;
  z-index: 100;
}
footer .footer_title {
  font-size: 24px;
}
footer .footer_buttons {
  color: white;
  font-weight: bold;
}
footer .footer_buttons_button {
  font-size: 28px;
  padding: 20px 50px;
  border-radius: 10px;
  letter-spacing: 1.5px;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.15);
}
footer .footer_buttons_button img {
  width: 28px;
  vertical-align: bottom;
}
footer .footer_buttons_button:nth-child(1), footer .footer_buttons_button:nth-child(2) {
  background-color: #ff576b;
}
footer .footer_buttons_button:nth-child(3), footer .footer_buttons_button:nth-child(4) {
  background-color: #47e366;
  margin-left: 40px;
}
footer .footer_buttons_button-sp {
  display: none;
}

@media (max-width: 1300px) {
  .banner {
    padding: 15px 70px;
  }
}
@media (min-width: 850px) and (max-width: 1200px) {
  main .fv_woman {
    left: 0;
    right: 0;
    height: auto;
    width: initial;
    max-height: 45vh;
    margin: 0 auto;
  }
  main .fv_inner {
    padding: 130px 120px 45vh;
  }
  main .fv_inner_title p {
    font-size: 4vw;
  }
  main .fv_inner_title h1 {
    font-size: 9vw;
  }
  main .fv_inner_title_small {
    font-size: 3.5vw;
  }
  main .fv_inner_bottom_price {
    width: 45vw;
  }
  main .fv_inner_bottom_support {
    font-size: 3vw;
  }
}
@media (max-width: 970px) {
  .banner {
    justify-content: space-between;
  }
  .banner_buttons_button {
    display: none;
  }
}
@media (max-width: 1200px) {
  .banner_buttons_tel_sub {
    font-size: 15px;
  }
  .banner_buttons_tel_num {
    font-size: 32px;
  }
  .banner_buttons_tel_num svg {
    width: 32px;
    height: 32px;
  }
  .banner_buttons_email {
    font-size: 16px;
  }
  .banner h4 {
    font-size: 16px;
  }
  .banner h3 {
    font-size: 28px;
  }
  .banner-bottom h4 {
    font-size: 16px;
  }
  .banner-bottom h3 {
    font-size: 28px;
  }
  main .fv_woman {
    left: 0;
    right: 0;
    height: auto;
    width: initial;
    max-height: 45vh;
    margin: 0 auto;
  }
  main .fv_inner {
    width: 100vw;
    padding: 130px 70px 45vh;
  }
  main .fv_inner_title {
    text-align: left;
  }
  main .fv_inner_title p {
    font-size: 5vw;
  }
  main .fv_inner_title h1 {
    font-size: 10vw;
  }
  main .fv_inner_title_small {
    font-size: 5vw;
  }
  main .fv_inner_bottom {
    text-align: center;
  }
  main .fv_inner_bottom_price {
    width: 60vw;
    margin-top: 20px;
  }
  main .fv_inner_bottom_support {
    display: none;
    padding: 15px;
    font-size: 4vw;
    border-radius: 10px;
  }
  main .title {
    font-size: 44px;
    letter-spacing: 2px;
    margin: 60px 0 30px;
  }
  main .title h3::before, main .title h3::after {
    width: 100px;
    height: 1px;
    background-color: black;
  }
  main .title h3::before {
    margin-right: 25px;
  }
  main .title h3::after {
    margin-left: 25px;
  }
  main .cards {
    flex-direction: column;
    text-align: center;
  }
  main .cards .card {
    width: 85%;
    padding: 40px 50px;
    margin: 0 auto;
  }
  main .cards .card-title {
    font-size: 32px;
  }
  main .cards .card-caption {
    font-size: 18px;
    line-height: 1.5;
  }
  main .cards .card-icon {
    height: 200px;
  }
  main .cards .card:not(:first-child) {
    margin-top: 20px;
  }
  main .contact {
    padding: 40px 20px;
  }
  main .contact_title {
    font-size: 36px;
  }
  main .contact_cards {
    flex-direction: column;
  }
  main .contact_cards_card {
    width: 85%;
    padding: 30px 0;
    margin: 0 auto;
  }
  main .contact_cards_card_subtitle {
    font-size: 22px;
  }
  main .contact_cards_card_p {
    font-size: 28px;
    margin-top: 15px;
  }
  main .contact_cards_card_button {
    margin-left: 100px;
    margin-right: 100px;
    font-size: 20px;
    margin-top: 15px;
  }
  main .contact_cards_card:nth-child(2) {
    margin: 20px auto 0;
  }
  main .feature {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .contact {
    width: 100vw;
  }
  main .plan {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .plan_cards_card_contents {
    font-size: 18px;
    text-align: left;
  }
  main .plan_caution {
    font-size: 18px;
    margin-top: 20px;
    padding: 0 30px;
    line-height: 1.3;
  }
  main .plan_message {
    flex-direction: column-reverse;
    width: 100vw;
    border-radius: 0;
    margin-top: 30px;
  }
  main .plan_message-img {
    height: 200px;
  }
  main .plan_message_sentence {
    font-size: 24px;
    line-height: 1.6;
    margin: 0 20px 20px;
  }
  main .facility {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .facility .swiper {
    width: 85%;
  }
  main .facility_cards_card {
    padding: 40px;
    text-align: center;
  }
  main .facility_cards_card_title {
    font-size: 32px;
  }
  main .facility_cards_card_inner {
    flex-direction: column;
  }
  main .facility_cards_card_inner_left {
    width: 100%;
  }
  main .facility_cards_card_inner_left_map {
    height: 350px;
  }
  main .facility_cards_card_inner_right {
    width: 100%;
    margin-top: 20px;
  }
  main .facility_cards_card_inner_right table th {
    width: 140px;
  }
  main .schedule {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .schedule .title h3::before, main .schedule .title h3::after {
    width: 50px;
  }
  main .schedule_contents {
    padding: 40px 60px;
    width: 85%;
  }
  main .schedule_contents_subtitle {
    font-size: 32px;
    margin-bottom: 20px;
  }
  main .schedule_contents_flow_item {
    padding: 15px 20px;
    font-size: 24px;
  }
  main .schedule_contents_flow_item:not(:first-child) {
    margin-top: 10px;
  }
  main .schedule_contents_flow:nth-child(2) {
    margin-bottom: 40px;
  }
  main .schedule_contents_caution {
    font-size: 18px;
  }
  main .voice {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .voice .title h3::before, main .voice .title h3::after {
    width: 50px;
  }
  main .voice_cards {
    width: 85%;
  }
  main .voice_cards_card {
    padding: 40px 60px;
  }
  main .voice_cards_card_inner_comment {
    font-size: 18px;
  }
  main .voice_cards_card_inner_comment_title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  footer .footer_buttons_button {
    font-size: 3vw;
    padding: 15px 4vw;
  }
  footer .footer_buttons_button img {
    width: 3vw;
  }
  footer .footer_buttons_button:nth-child(3) {
    margin-left: 3vw;
  }
}
@media (max-width: 660px) {
  .banner {
    padding: 15px 30px;
  }
  .banner h4 {
    font-size: 14px;
  }
  .banner h3 {
    font-size: 25px;
  }
  .banner_buttons_tel_sub {
    font-size: 13px;
  }
  .banner_buttons_tel_num {
    font-size: 22px;
  }
  .banner_buttons_tel_num svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 480px) {
  .banner {
    justify-content: space-between;
    padding: 15px 20px;
  }
  .banner h4 {
    font-size: 2.5vw;
  }
  .banner h3 {
    font-size: 4.5vw;
  }
  .banner_buttons_button {
    display: none;
  }
  .banner_buttons_tel_sub {
    font-size: 3vw;
  }
  .banner_buttons_tel_sub_con {
    padding: 3px 8px;
    font-weight: 600;
  }
  .banner_buttons_tel_sub_con:first-child {
    margin-right: 5px;
  }
  .banner_buttons_tel_num {
    font-size: 5vw;
  }
  .banner_buttons_tel_num svg {
    width: 5vw;
    height: 5vw;
  }
  .banner-bottom h4 {
    font-size: 12px;
  }
  .banner-bottom h3 {
    font-size: 20px;
  }
  main .fv_woman {
    left: 0;
    right: 0;
    width: initial;
    max-height: 45vh;
    margin: 0 auto;
  }
  main .fv_inner {
    width: 100vw;
    padding: 120px 25px 45vh;
  }
  main .fv_inner_title {
    text-align: left;
  }
  main .fv_inner_title p {
    font-size: 6vw;
  }
  main .fv_inner_title h1 {
    font-size: 12vw;
  }
  main .fv_inner_title_small {
    font-size: 5vw;
  }
  main .fv_inner_bottom {
    text-align: center;
  }
  main .fv_inner_bottom_price {
    width: 70vw;
    margin-top: 20px;
  }
  main .fv_inner_bottom_support {
    padding: 15px;
    font-size: 4vw;
    border-radius: 10px;
  }
  main .title {
    font-size: 36px;
    letter-spacing: 2px;
    margin: 60px 0 30px;
  }
  main .title h3::before, main .title h3::after {
    width: 100px;
    height: 1px;
    background-color: black;
  }
  main .title h3::before {
    margin-right: 15px;
  }
  main .title h3::after {
    margin-left: 15px;
  }
  main .cards {
    flex-direction: column;
    text-align: center;
  }
  main .cards .card {
    width: 90%;
    padding: 30px 30px;
    margin: 0 auto;
  }
  main .cards .card-title {
    font-size: 24px;
  }
  main .cards .card-caption {
    font-size: 14px;
    line-height: 1.5;
  }
  main .cards .card-icon {
    height: 170px;
  }
  main .cards .card:not(:first-child) {
    margin-top: 20px;
  }
  main .contact {
    padding: 40px 20px;
  }
  main .contact_title {
    font-size: 32px;
  }
  main .contact_cards {
    flex-direction: column;
  }
  main .contact_cards_card {
    width: 90%;
    padding: 30px 0;
    margin: 0 auto;
  }
  main .contact_cards_card_subtitle {
    font-size: 18px;
  }
  main .contact_cards_card_p {
    font-size: 20px;
    margin-top: 15px;
  }
  main .contact_cards_card_button {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
    margin-top: 15px;
  }
  main .contact_cards_card:nth-child(2) {
    margin: 20px auto 0;
  }
  main .feature {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .contact {
    width: 100vw;
  }
  main .plan {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .plan_cards_card_contents {
    font-size: 14px;
    text-align: left;
  }
  main .plan_caution {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 30px;
    line-height: 1.3;
  }
  main .plan_message {
    flex-direction: column-reverse;
    width: 100vw;
    border-radius: 0;
    margin-top: 30px;
  }
  main .plan_message-img {
    height: 200px;
  }
  main .plan_message_sentence {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 20px 20px;
  }
  main .facility {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .facility .swiper {
    width: 90%;
  }
  main .facility_cards_card {
    padding: 30px;
  }
  main .facility_cards_card_title {
    font-size: 24px;
  }
  main .facility_cards_card_inner {
    flex-direction: column;
  }
  main .facility_cards_card_inner_left {
    width: 100%;
  }
  main .facility_cards_card_inner_left_map {
    height: 200px;
  }
  main .facility_cards_card_inner_right {
    width: 100%;
    margin-top: 20px;
  }
  main .facility_cards_card_inner_right table th {
    width: 100px;
  }
  main .schedule {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .schedule .title h3::before, main .schedule .title h3::after {
    width: 50px;
  }
  main .schedule_contents {
    padding: 40px 20px;
    width: 90%;
  }
  main .schedule_contents_subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  main .schedule_contents_flow_item {
    padding: 15px 20px;
    font-size: 20px;
  }
  main .schedule_contents_flow_item:not(:first-child) {
    margin-top: 10px;
  }
  main .schedule_contents_flow:nth-child(2) {
    margin-bottom: 40px;
  }
  main .schedule_contents_caution {
    font-size: 14px;
  }
  main .voice {
    width: 100vw;
    margin: 0 auto 60px;
  }
  main .voice .title h3::before, main .voice .title h3::after {
    width: 50px;
  }
  main .voice_cards {
    width: 90%;
  }
  main .voice_cards_card {
    padding: 30px;
  }
  main .voice_cards_card_inner {
    flex-direction: column;
  }
  main .voice_cards_card_inner_icon {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main .voice_cards_card_inner_icon img {
    width: 100px;
  }
  main .voice_cards_card_inner_comment {
    font-size: 16px;
    margin-top: 20px;
  }
  main .voice_cards_card_inner_comment_title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  footer {
    padding: 10px 0;
  }
  footer .footer_buttons {
    display: flex;
    align-items: center;
    margin: 0 30px;
  }
  footer .footer_buttons_button {
    display: none;
  }
  footer .footer_buttons_button:nth-child(4) {
    margin-left: 20px;
  }
  footer .footer_buttons_button-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 13px;
  }
  footer .footer_buttons_button-sp img {
    width: 30px;
  }
  footer .footer_buttons_button-sp:nth-child(1) {
    margin-bottom: 5px;
  }
  footer .footer_buttons_button-sp:nth-child(2) {
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */