#main .to_download_list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 9px;
  flex-shrink: 0;
  /*.google,
	.apple {
	a {
	height: 59px;
	@include media(sp) {
	height: 35px;
}
}
}*/
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #main .to_download_list {
    gap: 5.86px;
  }
}
#main .to_download_list .qr a, #main .to_download_list .google a, #main .to_download_list .apple a {
  display: block;
}
#main .to_download_list .qr img, #main .to_download_list .google img, #main .to_download_list .apple img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .to_download_list .qr {
  width: 100px;
  height: 100px;
  padding: 10px;
  flex-shrink: 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #main .to_download_list .qr {
    width: 63.8px;
    height: 63.8px;
  }
}
#main .to_download_list .google a {
  width: 123px;
}
@media screen and (max-width: 600px) {
  #main .to_download_list .google a {
    width: 116.89px;
  }
}
#main .to_download_list .apple a {
  width: 123px;
}
@media screen and (max-width: 600px) {
  #main .to_download_list .apple a {
    width: 117.98px;
  }
}
#main .foomaid_button {
  width: 272px;
  height: 48px;
  margin: 12px 0 0;
}
@media screen and (max-width: 600px) {
  #main .foomaid_button {
    margin: 12px auto 0;
  }
}
#main .foomaid_button a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 2px solid #004BA1;
  border-radius: 33px;
  background-color: #fff;
  color: #004BA1;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s;
  cursor: pointer;
  font-size: 14px;
}
@media (hover: hover) and (pointer: fine) {
  #main .foomaid_button a:hover {
    background-color: #F9F9F9;
  }
}
#main .introduction {
  width: 100vw;
  padding: 64px 20px;
  margin: 64px calc(50% - 50vw) 0;
  background: linear-gradient(271.72deg, rgba(61, 132, 213, 0.5) 1.61%, rgba(61, 187, 255, 0.5) 100%);
}
@media screen and (max-width: 600px) {
  #main .introduction {
    padding: 33px 16px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 375px) {
  #main .introduction {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .introduction_inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 25px;
  width: 100%;
  max-width: 880px;
  padding: 45px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #main .introduction_inner {
    flex-direction: column-reverse;
    padding: 24px 15px;
    gap: 8px;
  }
}
#main .introduction_outline {
  flex: 0 1 100%;
  text-align: center;
}
#main .introduction_outline .outline_title {
  margin: 0;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .introduction_outline .outline_title {
    margin: 0 0 16px;
    font-size: 28px;
  }
}
#main .introduction_outline p {
  margin: 24px 0 19px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .introduction_outline p {
    font-size: 12px;
  }
}
#main .introduction_outline .to_download_list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 6px;
  margin: 0;
  transform: translate(-2px, 4px);
}
@media screen and (max-width: 960px) {
  #main .introduction_outline .to_download_list {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #main .introduction_outline .to_download_list {
    gap: 5.86px;
    justify-content: center;
    transform: unset;
    margin-top: 26px;
  }
}
#main .introduction_outline .to_download_list .qr a, #main .introduction_outline .to_download_list .google a, #main .introduction_outline .to_download_list .apple a {
  display: block;
}
#main .introduction_outline .to_download_list .qr img, #main .introduction_outline .to_download_list .google img, #main .introduction_outline .to_download_list .apple img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .introduction_outline .to_download_list .qr {
  width: 65px;
  height: 65px;
  padding: 10px;
  background-color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #main .introduction_outline .to_download_list .qr {
    width: 61px;
    height: 61px;
    padding: 8px;
  }
}
#main .introduction_outline .to_download_list .google a, #main .introduction_outline .to_download_list .apple a {
  height: 36px;
}
@media screen and (max-width: 600px) {
  #main .introduction_outline .to_download_list .google a, #main .introduction_outline .to_download_list .apple a {
    width: auto;
    height: 40.5px;
  }
}
#main .introduction_image {
  flex: 0 0 37.6%;
  aspect-ratio: 0.9967213115;
  transform: translateX(-60px);
}
@media screen and (max-width: 960px) {
  #main .introduction_image {
    width: 63%;
    max-width: 320px;
    flex-basis: unset;
    transform: unset;
  }
}
#main .introduction_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .features {
  width: 100vw;
  padding: 80px 20px;
  margin: 0 calc(50% - 50vw);
  background-color: #F9F9F9;
}
@media screen and (max-width: 600px) {
  #main .features {
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  #main .features {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .features_title {
  width: 100%;
  max-width: 880px;
  padding: 12px;
  margin: 0 auto 56px;
  border-radius: 100vmax;
  background-color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .features_title {
    margin-bottom: 58px;
    font-size: 18px;
    padding: 12px 0;
  }
}
#main .features_title .br_sp {
  display: inline;
}
#main .features_list {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  #main .features_list {
    margin: 0 auto 42px;
  }
}
#main .features_list li {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  #main .features_list li {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
}
#main .features_list li:not(:last-of-type) {
  margin-bottom: 24px;
}
#main .features_list li .features_list_image {
  flex: 0 0 140px;
  aspect-ratio: 1;
}
@media screen and (max-width: 600px) {
  #main .features_list li .features_list_image {
    width: 140px;
    flex-basis: unset;
  }
}
#main .features_list li .features_list_image img {
  display: block;
  width: 100%;
  height: auto;
}
#main .features_list li .features_list_outline {
  flex: 0 1 100%;
}
#main .features_list li .features_list_outline .features_list_title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .features_list li .features_list_outline .features_list_title {
    font-size: 24px;
    text-align: center;
  }
}
#main .features_list li .features_list_outline p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.49;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .features_list li .features_list_outline p {
    font-size: 16px;
  }
}
#main .features_list li .features_list_outline .foomaid_button a {
  font-size: 13px;
  border-color: #B4B4B4;
  color: unset;
}
#main .features .benefits_title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 26px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .features .benefits_title {
    font-size: 24px;
  }
}
#main .features .benefits_banner {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#main .features .benefits_banner img {
  display: block;
  width: 100%;
  height: auto;
}
#main .download {
  width: 100%;
  padding: 15px 16px;
  margin: 80px auto;
  border-radius: 16px;
  background: linear-gradient(271.72deg, rgba(61, 132, 213, 0.5) 1.61%, rgba(61, 187, 255, 0.5) 100%);
}
@media screen and (max-width: 600px) {
  #main .download {
    margin: 48px auto;
  }
}
#main .download_inner {
  padding: 34px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .download_inner {
    padding: 24px 15px;
  }
}
#main .download_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .download_title {
    font-size: 18px;
    line-height: 1.53;
  }
}
#main .download_title .br_sp {
  display: inline;
}
#main .download .to_download_list {
  margin: 37px 0 0;
}
@media screen and (max-width: 600px) {
  #main .download .to_download_list {
    margin-top: 24px;
  }
}
#main .download .to_download_list .qr {
  width: 86px;
  height: 86px;
}
@media screen and (max-width: 600px) {
  #main .download .to_download_list .qr {
    width: 54px;
    height: 54px;
    padding: 8px;
  }
}
#main .download .to_download_list .google a, #main .download .to_download_list .apple a {
  width: 175px;
}
@media screen and (max-width: 600px) {
  #main .download .to_download_list .google a, #main .download .to_download_list .apple a {
    width: auto;
    height: 40.5px;
  }
}
#main .mypage {
  width: 100vw;
  padding: 70px 20px;
  margin: 0 calc(50% - 50vw);
  background-color: #F9F9F9;
}
@media screen and (max-width: 600px) {
  #main .mypage {
    padding: 70px 16px;
  }
}
@media screen and (max-width: 375px) {
  #main .mypage {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .mypage_inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 64px;
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #main .mypage_inner {
    flex-wrap: wrap;
    gap: 27px;
  }
}
#main .mypage_image {
  flex: 0 0 46.6%;
  aspect-ratio: 1.65625;
}
@media screen and (max-width: 600px) {
  #main .mypage_image {
    width: 100%;
    flex-basis: unset;
  }
}
#main .mypage_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .mypage_outline {
  flex: 0 1 100%;
  text-align: center;
}
#main .mypage_outline p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .mypage_outline p {
    font-size: 16px;
  }
}
#main .mypage_outline .foomaid_button {
  margin: 32px auto 0;
}
/*# sourceMappingURL=./foomaapp_2026.css.map */