@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

body {
  color: #000;
  background-color: #fffced;
}

.red {
  color: #e73150;
}

.blue {
  color: #1cb8ed;
}

html {
  font-size: 1.4545454545vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 2.6666666667vw;
  }
}

a,
button {
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.8;
}

iFrame {
  width: 100%;
  padding: 0;
  overflow: auto;
}

#header {
  position: fixed;
  background-color: #e95f00;
  width: 100vw;
  height: 4.375rem;
  z-index: 999;
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 0.5625rem 1.25rem 0.4375rem 2.4375rem;
}
@media screen and (max-width: 768px) {
  #header .header_inner {
    display: block;
    padding: 0.5625rem 1.25rem 0.4375rem 1.25rem;
  }
}
#header .header_inner .header_logo {
  display: block;
  width: 11.425rem;
  padding-bottom: 0.1875rem;
}
#header .header_inner .header_logo img {
  object-fit: contain;
}
#header .header_inner .header-nav-wrapper .header-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #header .header_inner .header-nav-wrapper .header-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    overflow: scroll;
    z-index: 900;
    background-color: #e95f00;
    width: 100vw;
    height: 100vh;
  }
}
#header .header_inner .header-nav-wrapper .header-nav .co {
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: 2.0625rem;
}
@media screen and (max-width: 768px) {
  #header .header_inner .header-nav-wrapper .header-nav .co {
    font-size: 1.375rem;
    margin-top: 0.75rem;
    margin-left: 0;
    text-align: center;
  }
}
#header .header_inner .header-nav-wrapper .header-nav .not {
  opacity: 0.3;
  pointer-events: none;
}
#header .header_inner .header-nav-wrapper .header-nav .co0 {
  width: 11.425rem;
  padding-top: 0.5625rem;
  padding-bottom: 1.875rem;
  margin-left: 1.25rem;
}
#header .header_inner .header-nav-wrapper .hamburger {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  z-index: 999;
  cursor: pointer;
}
#header .header_inner .header-nav-wrapper .hamburger .hamburger_bar {
  position: absolute;
  left: 50%;
  width: 3.125rem;
  height: 0.4375rem;
  background: #fff;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
#header .header_inner .header-nav-wrapper .hamburger .hamburger_bar:nth-of-type(1) {
  top: 23%;
}
#header .header_inner .header-nav-wrapper .hamburger .hamburger_bar:nth-of-type(2) {
  top: 51%;
}
#header .header_inner .header-nav-wrapper .hamburger .hamburger_bar:nth-of-type(3) {
  top: 79%;
}
#header .header_inner .header-nav-wrapper .hamburger.is-open .hamburger_bar:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#header .header_inner .header-nav-wrapper .hamburger.is-open .hamburger_bar:nth-of-type(2) {
  opacity: 0;
  transform: translate(-50%, -50%);
}
#header .header_inner .header-nav-wrapper .hamburger.is-open .hamburger_bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

main {
  padding-top: 4.375rem;
}

#top {
  padding-top: 6.9375rem;
}
@media screen and (max-width: 768px) {
  #top {
    padding-top: 4.375rem;
  }
}

#footer {
  background-color: #e95f00;
  padding: 1.4375rem;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 1.5rem;
  }
}
#footer .copyright {
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
#footer #page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  width: 6.25rem;
  height: 6.25rem;
  transform: rotate(-90deg);
  background-color: #e95f00;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  #footer #page-top {
    bottom: 0.625rem;
    right: 0.625rem;
    width: 4.375rem;
    height: 4.375rem;
    font-size: 1.875rem;
  }
}

.inner {
  max-width: 1100px;
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

#top .inner,
#appliwalk .inner,
#howto_appliwalk .inner {
  background-color: #f4a000;
}

.section-header {
  display: block;
  width: 100%;
}
.section-header img {
  object-fit: contain;
}

#mv {
  max-width: 1100px;
  margin: 0 auto;
}

#about .about_inner {
  margin-top: -4.875rem;
}
@media screen and (max-width: 768px) {
  #about .about_inner {
    margin-top: 0;
    padding-top: 1.6875rem;
  }
}
#about .about_inner .about-contents-wrapper {
  background-color: #fff;
  padding: 1.75rem 2.375rem 2.5rem 2.1875rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  #about .about_inner .about-contents-wrapper {
    padding: 0.75rem 0.875rem 2.5rem 1.1875rem;
  }
}
#about .about_inner .about-contents-wrapper .text-wrapper {
  padding-left: 0.75rem;
}
#about .about_inner .about-contents-wrapper .text-wrapper .co {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.006em;
  font-weight: 500;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .about_inner .about-contents-wrapper .text-wrapper .co {
    line-height: 1.375;
  }
}
#about .about_inner .about-contents-wrapper .text-wrapper .co::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top/triangle.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.15rem;
  height: 1.275rem;
  left: -1.25rem;
  top: 0.2rem;
  transform: scale(0.5);
}
@media screen and (max-width: 768px) {
  #about .about_inner .about-contents-wrapper .text-wrapper .co::before {
    left: -1.35rem;
  }
}
#about .about_inner .about-contents-wrapper .text-wrapper .co:nth-child(n+2) {
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  #about .about_inner .about-contents-wrapper .text-wrapper .co:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
#about .about_inner .about-contents-wrapper .banner-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #about .about_inner .about-contents-wrapper .banner-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.1875rem;
  }
}
#about .about_inner .about-contents-wrapper .banner-wrapper .wakuwaku_walk {
  width: 28.75rem;
  aspect-ratio: 460/141;
}
#about .about_inner .about-contents-wrapper .banner-wrapper .app_walk {
  width: 28.875rem;
  aspect-ratio: 462/159;
}
@media screen and (max-width: 768px) {
  #about .about_inner .about-contents-wrapper .banner-wrapper .app_walk {
    margin-top: 1.3125rem;
  }
}
#about .about_inner .about-contents-wrapper .banner-wrapper .not {
  pointer-events: none;
}
#about .about_inner .btn-wrapper {
  width: 100%;
  aspect-ratio: 960/100;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #about .about_inner .btn-wrapper {
    margin-top: 1.625rem;
  }
}

#present {
  padding-top: 2.78125rem;
}
@media screen and (max-width: 768px) {
  #present {
    padding-top: 1.6875rem;
  }
}
#present .present_inner {
  width: 100%;
}
#present .present_inner img {
  object-fit: contain;
}

#news .news_inner {
  padding-top: 3.5625rem;
}
@media screen and (max-width: 768px) {
  #news .news_inner {
    padding-top: 2rem;
  }
}
#news .news_inner .news-contents-wrapper {
  background-color: #fff;
  height: 27.5rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
#news .news_inner .news-contents-wrapper-fix {
  background-color: #fff;
  height: 27.5rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  padding-top: 1.5625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

#sns {
  padding-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  #sns {
    padding-top: 4.75rem;
  }
}
#sns .sns_inner {
  background-color: #fff;
  border-radius: 0.625rem;
}
#sns .sns_inner .sns_header {
  background-color: #fff;
  position: relative;
  border-radius: 0.625rem;
}
#sns .sns_inner .sns_header img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#sns .sns_inner .sns_header .balloon_img {
  width: 15.75rem;
  top: -4.0625rem;
  z-index: 1;
  padding-left: 1.375rem;
}
@media screen and (max-width: 768px) {
  #sns .sns_inner .sns_header .balloon_img {
    width: 13rem;
    top: -3.25rem;
    padding-left: 1.625rem;
  }
}
#sns .sns_inner .sns_header .balloon_text {
  width: 8.75rem;
  top: -0.8125rem;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  #sns .sns_inner .sns_header .balloon_text {
    width: 6.875rem;
    top: -0.6875rem;
    padding-left: 0.1875rem;
  }
}
#sns .sns_inner .sns_header .text-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding: 2.875rem 1.875rem 0;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  #sns .sns_inner .sns_header .text-wrapper {
    padding: 2.25rem 1.25rem 0;
  }
}
#sns .sns_inner .sns_header .text-wrapper .red {
  margin-right: 0.5rem;
}
#sns .sns_inner .sns-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  #sns .sns_inner .sns-btn-wrapper {
    display: block;
    margin-top: 1.8125rem;
  }
}
#sns .sns_inner .sns-btn-wrapper .co {
  display: block;
}
@media screen and (max-width: 768px) {
  #sns .sns_inner .sns-btn-wrapper .co {
    margin: 0.75rem auto 0;
  }
}
#sns .sns_inner .sns-btn-wrapper .twitter {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  #sns .sns_inner .sns-btn-wrapper .twitter {
    width: 14.375rem;
    padding-right: 1.875rem;
  }
}
#sns .sns_inner .sns-btn-wrapper .facebook {
  width: 13.9375rem;
}
@media screen and (max-width: 768px) {
  #sns .sns_inner .sns-btn-wrapper .facebook {
    width: 14.5625rem;
    padding-right: 0.625rem;
  }
}
#sns .sns_inner .sns-btn-wrapper .insta {
  width: 14.5rem;
}
#sns .sns_inner .sns-btn-wrapper .border {
  display: block;
  width: 0.0625rem;
  height: 2.8125rem;
  border-radius: 0.0625rem;
  background-color: #f4a000;
}
#sns .sns_inner .sns-btn-wrapper .border1 {
  margin: 0 2.75rem 0.75rem 2.375rem;
}
#sns .sns_inner .sns-btn-wrapper .border2 {
  margin: 0 2.375rem 0.75rem 2.375rem;
}
#sns .sns_inner .sns-contents-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0.875rem 1.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #sns .sns_inner .sns-contents-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.875rem 1.25rem 3.0625rem;
  }
}
#sns .sns_inner .sns-contents-wrapper .twitter {
  width: 32.125rem;
  aspect-ratio: 514/392;
}
#sns .sns_inner .sns-contents-wrapper .facebook {
  width: 28.75rem !important;
  /* width: 100% !important; */
  aspect-ratio: 460/392;
}
@media screen and (max-width: 768px) {
  #sns .sns_inner .sns-contents-wrapper .facebook {
    transform: scale(1.12);
    margin-top: 2.875rem;
    /* width: 100% !important; */
    /* width: 32.125rem !important; */
  }
}
#sns .sns_inner .sns-contents-wrapper .co a,
#sns .sns_inner .sns-contents-wrapper .co iframe {
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 1.4375rem;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
#sns .sns_inner .sns-contents-wrapper .fb-page,
#sns .sns_inner .sns-contents-wrapper .fb-page span,
#sns .sns_inner .sns-contents-wrapper .facebook iFrame,
#sns .sns_inner .sns-contents-wrapper .facebook iframe ._2p3a {
  display: block;
  width: 100% !important;
  aspect-ratio: 460/392 !important;
  margin: 0 auto;
}

#btnarea .btnarea_inner {
  display: flex;
  justify-content: space-between;
  padding: 2.3125rem 0;
}
@media screen and (max-width: 768px) {
  #btnarea .btnarea_inner {
    display: block;
    padding: 4.5rem 0 4.125rem;
  }
}
#btnarea .btnarea_inner .co {
  width: 20.9375rem;
  aspect-ratio: 335/100;
  display: block;
}
@media screen and (max-width: 768px) {
  #btnarea .btnarea_inner .co {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #btnarea .btnarea_inner .co:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

#bottom .bottom_inner .contact-wrapper {
  border: 1px solid #e73150;
}
#bottom .bottom_inner .contact-wrapper .wrapper_title {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #e73150;
  padding: 1rem 3.5rem 1rem 1rem;
}
#bottom .bottom_inner .contact-wrapper .contents-inner {
  background-color: #fff;
  padding-bottom: 2.3125rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .contact-wrapper .contents-inner {
    padding-bottom: 1.4375rem;
  }
}
#bottom .bottom_inner .contact-wrapper .contents-inner .title {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  padding-top: 1.3125rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .contact-wrapper .contents-inner .title {
    font-size: 1.25rem;
    letter-spacing: 0.01em;
  }
}
#bottom .bottom_inner .contact-wrapper .contents-inner .items {
  width: 93%;
  margin: 1.0625rem auto 0;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .contact-wrapper .contents-inner .items {
    margin-top: 1.25rem;
  }
}
#bottom .bottom_inner .contact-wrapper .contents-inner .items .co .left,
#bottom .bottom_inner .contact-wrapper .contents-inner .items .co .right {
  border: 1px solid #e73150;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
}
#bottom .bottom_inner .contact-wrapper .contents-inner .items .co .left {
  width: 11.25rem;
  text-align: right;
  padding-top: 0.1875rem;
  padding-right: 3.875rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .contact-wrapper .contents-inner .items .co .left {
    width: 9.375rem;
    padding-top: 0.125rem;
    padding-right: 2.8125rem;
  }
}
#bottom .bottom_inner .contact-wrapper .contents-inner .items .co .right {
  width: calc(100% - 11.25rem);
  padding-top: 0.1875rem;
  padding-left: 1.0625rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .contact-wrapper .contents-inner .items .co .right {
    padding-top: 0.125rem;
    padding-left: 0.8125rem;
  }
}
#bottom .bottom_inner .contact-wrapper .contents-inner .items .co3 .right {
  height: 4.25rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .contact-wrapper .contents-inner .items .co3 .right {
    height: 5.75rem;
  }
}
#bottom .bottom_inner .host-wrapper {
  width: 100%;
  background-color: #fff;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .host-wrapper {
    margin-top: 1.125rem;
  }
}
#bottom .bottom_inner .host-wrapper .host_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 56.25rem;
  margin: 0 auto;
  padding: 0.875rem 0rem 1.5rem 0rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .host-wrapper .host_inner {
    flex-direction: column;
    padding: 0rem 0rem 2rem 0rem;
  }
}
#bottom .bottom_inner .host-wrapper .host_inner .wrap {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .host-wrapper .host_inner .wrap {
    flex-direction: column;
    margin-top: 1.25rem;
  }
}
#bottom .bottom_inner .host-wrapper .host_inner .wrap .text {
  font-size: 0.75rem;
  font-weight: 700;
  padding-top: 0.1875rem;
}
#bottom .bottom_inner .host-wrapper .host_inner .wrap .img {
  display: block;
  height: 3.125rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .host-wrapper .host_inner .wrap .img {
    margin-top: 0.375rem;
  }
}
#bottom .bottom_inner .host-wrapper .host_inner .wrap .img img {
  height: 100%;
  object-fit: contain;
}
#bottom .bottom_inner .host-wrapper .host_inner .wrap2 {
  margin-left: 1.75rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .host-wrapper .host_inner .wrap2 {
    margin-left: 0;
  }
}
#bottom .bottom_inner .host-wrapper .host_inner .wrap2 .img {
  margin-top: 0;
}
#bottom .bottom_inner .host-wrapper .host_inner .wrap3 {
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .host-wrapper .host_inner .wrap3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .host-wrapper .host_inner .wrap4 .img {
    margin-top: 0;
  }
}
#bottom .bottom_inner .archive-btn-wrapper {
  display: flex;
  flex-direction: row;
  row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4.9375rem 2.40625rem 4.625rem;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .archive-btn-wrapper {
    flex-wrap: wrap;
    row-gap: 0px;
    justify-content: center;
    padding: 4.9375rem 2.40625rem 4.75rem;
  }
}
#bottom .bottom_inner .archive-btn-wrapper .btn {
  width: 28.75rem;
  aspect-ratio: 460/80;
}
@media screen and (max-width: 768px) {
  #bottom .bottom_inner .archive-btn-wrapper .btn:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

main#overview #bottom,
main#terms #bottom,
main#faq #bottom {
  padding: 0;
}

.bg_orange {
  background-color: #f4a000;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .bg_orange {
    padding-bottom: 3.125rem;
  }
}

#overview-title {
  padding-top: 1.78125rem;
}
#overview-title .title_image-wrapper {
  display: block;
  width: 50rem;
  aspect-ratio: 800/143.7;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #overview-title .title_image-wrapper {
    width: 35rem;
  }
}
#overview-title .title_image-wrapper img {
  width: 100%;
  height: 100%;
}

.overview_day {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .overview_day {
    margin-top: 1.75rem;
  }
}
.overview_day .info-wrapper {
  background-color: #fff;
  padding: 2rem 0 1.625rem;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper {
    padding: 1.125rem 0 1.4375rem;
  }
}
.overview_day .info-wrapper .date {
  display: flex;
  justify-content: space-between;
  padding: 0 1.84375rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .date {
    flex-direction: column;
    padding: 0 1.09375rem;
  }
}
.overview_day .info-wrapper .date .left .co {
  display: flex;
  align-items: center;
}
.overview_day .info-wrapper .date .left .co .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625rem;
  font-weight: 700;
  aspect-ratio: 250/40;
  color: white;
  background-color: #1cb8ed;
  border-radius: 0.625rem;
}
.overview_day .info-wrapper .date .left .co .text {
  font-size: 1rem;
  line-height: 1.48;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-left: 0.75rem;
}
.overview_day .info-wrapper .date .left .co:nth-child(n+2) {
  margin-top: 1.125rem;
}
.overview_day .info-wrapper .date .left .co4 {
  align-items: flex-start;
}
.overview_day .info-wrapper .date .right {
  width: 25.9375rem;
  height: 13.03125rem;
  border: 1px solid #1cb8ed;
  border-radius: 0.875rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .date .right {
    width: 31.25rem;
    height: 15.75rem;
    margin: 1.0625rem auto 0;
  }
}
.overview_day .info-wrapper .date .right img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  object-position: center;
  margin: 0.1875rem auto 0;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .date .right img {
    height: 15rem;
  }
}
.overview_day .info-wrapper .course {
  margin-top: 2.5rem;
  padding: 0 1.84375rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course {
    margin-top: 2.25rem;
    padding: 0 1.09375rem;
  }
}
.overview_day .info-wrapper .course .course_title {
  font-size: 1.125rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #1cb8ed;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course_title {
    text-align: center;
  }
}
.overview_day .info-wrapper .course .course_title::before,
.overview_day .info-wrapper .course .course_title::after {
  content: "";
  display: inline-block;
  width: 4.8125rem;
  height: 0.0625rem;
  border-top: 2px dashed #1cb8ed;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course_title::before,
.overview_day .info-wrapper .course .course_title::after {
    width: 13.3125rem;
  }
}
.overview_day .info-wrapper .course .course_title::before {
  margin-right: 0.25rem;
}
.overview_day .info-wrapper .course .course_title::after {
  margin-left: 0.25rem;
}
.overview_day .info-wrapper .course .course-contents-wrapper {
  margin-top: 1.375rem;
}
.overview_day .info-wrapper .course .course-contents-wrapper .co {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co .blue {
    order: 1;
  }
}
.overview_day .info-wrapper .course .course-contents-wrapper .co .blue p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625rem;
  height: 2.5rem;
  border: 1px solid #1cb8ed;
  border-radius: 1.25rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co .blue p {
    width: 100%;
    color: #fff;
    background-color: #1cb8ed;
  }
}
.overview_day .info-wrapper .course .course-contents-wrapper .co .red {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co .red {
    order: 3;
    justify-content: center;
    margin-top: 1rem;
  }
}
.overview_day .info-wrapper .course .course-contents-wrapper .co .red p {
  display: flex;
  align-items: center;
  border: 1px solid #e73150;
  border-radius: 1.25rem;
  height: 2.5rem;
  margin-left: 0.5625rem;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co .red p {
    height: 2.09375rem;
    margin-left: 0;
    font-size: 0.875rem;
  }
}
.overview_day .info-wrapper .course .course-contents-wrapper .co .red .start {
  width: 22.40875rem;
  justify-content: left;
  padding-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co .red .start {
    width: 18.125rem;
    justify-content: center;
    padding-left: 0;
  }
}
.overview_day .info-wrapper .course .course-contents-wrapper .co .red .goal {
  width: 16.614375rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co .red .goal {
    width: 13.390625rem;
    margin-left: 0.375rem;
  }
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co .black {
    order: 2;
  }
}
.overview_day .info-wrapper .course .course-contents-wrapper .co .black p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5625rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co .black p {
    text-align: center;
    margin-left: 0;
    margin-top: 0.75rem;
  }
}
.overview_day .info-wrapper .course .course-contents-wrapper .co:nth-child(n+2) {
  border-top: 0.5px dashed #66361a;
  padding-top: 1.25rem;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .course .course-contents-wrapper .co:nth-child(n+2) {
    padding-top: 1.875rem;
    margin-top: 1.625rem;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper {
  margin-top: 4rem;
  padding: 0 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper {
    margin-top: 3.6875rem;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper {
  padding-bottom: 3.0625rem;
  border: 1px solid #f4a000;
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper {
    padding-bottom: 2.6875rem;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner {
  max-width: 54rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner {
    padding: 0 0.9375rem;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .main_text {
  font-size: 1.625rem;
  line-height: 1.2307692308;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #f4a000;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .main_text {
    margin-top: 2.375rem;
    margin-left: 1.75rem;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper {
  flex-wrap: wrap;
  font-size: 1rem;
  margin-top: 3.4375rem;
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #f4a000;
  border-radius: 1.25rem;
  height: 1.4375rem;
  margin-top: 0.625rem;
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper .tag1 {
  width: 13.75rem;
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper .tag2 {
  width: 16.25rem;
  margin-left: 0.4375rem;
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper .tag3 {
  width: 7.8125rem;
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper .text {
  font-size: 0.875rem;
  color: #f4a000;
  margin-top: 0.375rem;
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .sub_text-wrapper {
  font-size: 1rem;
  letter-spacing: -0.04em;
  line-height: 1.4375;
  font-weight: 400;
  margin-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .sub_text-wrapper {
    margin-top: 1rem;
    letter-spacing: 0;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .sub_text-wrapper .text2 {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .sub_text-wrapper .text2 {
    margin-top: 0;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper {
  margin-top: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper {
    margin: 1.25rem auto 0;
    width: fit-content;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper .hour {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  border: 1px solid #e73150;
  padding: 0.5625rem 1.75rem 0.4375rem 1.5625rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper .hour {
    width: 21rem;
    height: 2.03125rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper .hour1 {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper .hour1 {
    margin-left: 0.5rem;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper .hour2 {
  margin-left: 0.375rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper .hour2 {
    margin-left: 0.5rem;
    margin-top: 1rem;
  }
}
.overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .image-wrapper {
  position: absolute;
  width: 7.3rem;
  height: 10.325rem;
  bottom: -0.875rem;
  right: -1.0625rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .image-wrapper {
    bottom: initial;
    top: -1.625rem;
    right: 2.375rem;
  }
}
.overview_day .info-wrapper .marche {
  margin-top: 1.375rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .overview_day .info-wrapper .marche {
    margin-top: 1.375rem;
    padding: 0 1.09375rem;
  }
}

#day2 {
  margin-top: 4.125rem;
}
@media screen and (max-width: 768px) {
  #day2 {
    margin-top: 3.375rem;
  }
}
#day2 .info-wrapper {
  padding-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  #day2 .info-wrapper {
    padding-top: 1.125rem;
  }
}
#day2 .info-wrapper .date .left .co .text {
  line-height: 1.61;
  margin-left: 0.875rem;
}
#day2 .info-wrapper .course {
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  #day2 .info-wrapper .course {
    margin-top: 2.3125rem;
  }
}
#day2 .info-wrapper .sameday-event-wrapper {
  margin-top: 3.625rem;
}
#day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper {
  padding-bottom: 2.625rem;
}
@media screen and (max-width: 768px) {
  #day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper {
    padding-bottom: 2.4375rem;
  }
}
#day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper {
  margin-top: 3.875rem;
}
#day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper .tag1 {
  width: 12.75rem;
}
#day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper .tag3 {
  width: 8.84375rem;
  margin-left: 0.4375rem;
}
#day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .tag-wrapper .text {
  font-size: 0.875rem;
  color: #f4a000;
  margin-top: 0.375rem;
}
#day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .sub_text-wrapper {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.5625;
  width: 45rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .sub_text-wrapper {
    margin-top: 1.375rem;
    margin-left: 0.875rem;
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  #day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .sub_text-wrapper .text2 {
    margin-top: 0.5rem;
    letter-spacing: -0.02em;
    line-height: 1.375;
  }
}
#day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper {
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  #day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper {
    margin-top: 1.4375rem;
  }
}
#day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper .hour1 {
  margin-left: 2.125rem;
}
@media screen and (max-width: 768px) {
  #day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .hour-wrapper .hour1 {
    margin-left: 0.5rem;
  }
}
#day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .image-wrapper {
  position: absolute;
  width: 9.25rem;
  height: 9.125rem;
  bottom: -0.625rem;
  right: -2.3125rem;
}
@media screen and (max-width: 768px) {
  #day2 .info-wrapper .sameday-event-wrapper .event-contents-wrapper .event-contents-inner .image-wrapper {
    right: 2.4375rem;
    bottom: initial;
    top: -1.625rem;
  }
}

.cta-wrapper {
  max-width: 60rem;
  margin: 0 auto;
}
.cta-wrapper .btn {
  width: 100%;
  display: block;
}
.cta-wrapper .entry_btn {
  margin-top: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .entry_btn {
    margin-top: 1.3125rem;
  }
}
.cta-wrapper .text-wrapper {
  margin-top: 1rem;
  padding: 0 0.3125rem;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .text-wrapper {
    margin-top: 1.875rem;
    padding: 0;
  }
}
.cta-wrapper .text-wrapper .text {
  font-size: 1rem;
  line-height: 1.4444444444;
  letter-spacing: -0.04em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .text-wrapper .text {
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.cta-wrapper .text-wrapper .text2 {
  margin-left: -0.625rem;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .text-wrapper .text2 {
    margin-top: 1.625rem !important;
  }
}
.cta-wrapper .text-wrapper .text:nth-child(n+2) {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .text-wrapper .text:nth-child(n+2) {
    margin-top: 0;
  }
}
.cta-wrapper .terms_btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .cta-wrapper .terms_btn {
    margin-top: 1.875rem;
  }
}

.cta2 .entry_btn {
  margin-top: 2.125rem;
}
@media screen and (max-width: 768px) {
  .cta2 .entry_btn {
    margin-top: 1.8125rem;
  }
}

.bg_white {
  background-color: #fff;
}

#overview-detail {
  padding-top: 2.4375rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #overview-detail {
    padding-top: 1.1875rem;
    padding-bottom: 7.5rem;
  }
}
#overview-detail .detail-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  background-color: #0060aa;
}
#overview-detail .detail-contents-wrapper {
  margin-top: 2.125rem;
}
#overview-detail .detail-contents-wrapper .item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item {
    flex-direction: column;
  }
}
#overview-detail .detail-contents-wrapper .item .item_title {
  display: inline-block;
  text-align: center;
  width: 15.625rem;
  height: fit-content;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.4375rem 0;
  border-radius: 0.375rem;
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item .item_title {
    width: 100%;
  }
}
#overview-detail .detail-contents-wrapper .item .blue-title {
  color: #fff;
  background-color: #1cb8ed;
}
#overview-detail .detail-contents-wrapper .item .red-title {
  color: #fff;
  background-color: #e73150;
}
#overview-detail .detail-contents-wrapper .item .white-title {
  color: #e73150;
  background-color: #fff;
  border: 1px solid #e73150;
}
#overview-detail .detail-contents-wrapper .item .item_title--add {
  text-align: center;
  margin-top: 0.875rem;
}
#overview-detail .detail-contents-wrapper .item .co-wrapper {
  display: block;
  width: 47.5rem;
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item .co-wrapper {
    width: 100%;
  }
}
#overview-detail .detail-contents-wrapper .item .co {
  display: block;
  width: 47.5rem;
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item .co {
    width: 100%;
  }
}
#overview-detail .detail-contents-wrapper .item .co .sub_title {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.375rem 1rem;
  border-radius: 0.375rem;
  margin-bottom: 0.6875rem;
}
#overview-detail .detail-contents-wrapper .item .co .blue-subtitle {
  color: #1cb8ed;
  border: 1px solid #1cb8ed;
}
#overview-detail .detail-contents-wrapper .item .co .red-subtitle {
  color: #e73150;
  border: 1px solid #e73150;
}
#overview-detail .detail-contents-wrapper .item .co .text-wrapper .text {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 1.0625rem;
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item .co .text-wrapper .text {
    font-size: 1.125rem;
    margin: 0 0.625rem 0 1rem;
  }
}
#overview-detail .detail-contents-wrapper .item .co .text-wrapper .text:nth-child(n+2) {
  margin-top: 0.25rem;
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item .co .text-wrapper .text:nth-child(n+2) {
    margin-top: 0.4375rem;
  }
}
#overview-detail .detail-contents-wrapper .item .co .text-wrapper .bold {
  letter-spacing: 0.04em;
  font-weight: 700;
}
#overview-detail .detail-contents-wrapper .item .co .text-wrapper .regular {
  font-weight: 400;
}
#overview-detail .detail-contents-wrapper .item .co .text-wrapper .small {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item .co .text-wrapper .small {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item .co1 {
    margin-top: 1rem;
  }
}
#overview-detail .detail-contents-wrapper .item .co:not(.co1) {
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item .co:not(.co1) {
    margin-top: 1.25rem;
  }
}
#overview-detail .detail-contents-wrapper .item:not(.item1) {
  margin-top: 1.625rem;
}
#overview-detail .detail-contents-wrapper .item9 {
  align-items: center;
}
#overview-detail .detail-contents-wrapper .item9 .item_title {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #overview-detail .detail-contents-wrapper .item9 .item_title {
    font-size: 1.125rem;
  }
}

#terms {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #terms {
    max-width: 37.5rem;
    margin: 0 auto;
  }
}

#terms-title {
  margin-top: 3.75rem;
  text-align: center;
  font-weight: 700;
}
#terms-title .title {
  font-size: 1.5rem;
  border: 1px solid #e95f00;
  color: #e95f00;
  padding: 1.125rem 1.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #terms-title .title {
    font-size: 1.375rem;
    padding: 1.1875rem 1.25rem 1.5625rem;
  }
}
#terms-title .subtitle {
  font-size: 1.25rem;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  #terms-title .subtitle {
    font-size: 1.125rem;
    margin-top: 2.375rem;
    line-height: 1.2;
  }
}

#terms-text-wrapper {
  padding: 0 3vw 9.375rem 3.2vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #terms-text-wrapper {
    padding: 0 0rem 4.625rem 0rem;
  }
}
#terms-text-wrapper .wrap {
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  #terms-text-wrapper .wrap {
    margin-top: 1.75rem;
  }
}
#terms-text-wrapper .wrap .title {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
#terms-text-wrapper .wrap .co {
  font-size: 1rem;
  letter-spacing: -0.01em;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #terms-text-wrapper .wrap .co {
    font-size: 2vw;
    line-height: 2;
    letter-spacing: -0.02em;
  }
}
#terms-text-wrapper .wrap .co .co_subtitle {
  margin-top: 0.125rem;
  margin-bottom: 1.8125rem;
}
#terms-text-wrapper .wrap .co .co_subtitle .bold {
  font-size: 1.125rem;
  font-weight: 700;
}
#terms-text-wrapper .wrap .co .co_text {
  margin: 0 0.25rem 0 1rem;
}
@media screen and (max-width: 768px) {
  #terms-text-wrapper .wrap .co .co_text {
    margin: 0 0rem 0 1rem;
  }
}
#terms-text-wrapper .wrap .co .co_text p:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #terms-text-wrapper .wrap .co .co_text p:nth-child(n+2) {
    margin-top: 0rem;
  }
}
#terms-text-wrapper .wrap .co .co_text .underline {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.7em; /* 線の太さ */
  text-decoration-color: #ffdd33; /* 線の色 */
  text-underline-offset: -0.3em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
#terms-text-wrapper .wrap .co:not(.co1) {
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  #terms-text-wrapper .wrap .co:not(.co1) {
    margin-top: 1.75rem;
  }
}
#terms-text-wrapper .wrap2 {
  margin-top: 2rem;
}
#terms-text-wrapper .entry_btn {
  margin-top: 6.25rem;
}

#faq {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #faq {
    max-width: 37.5rem;
    margin: 0 auto;
  }
}

#faq-title {
  margin-top: 3.75rem;
  text-align: center;
  font-weight: 700;
}
#faq-title .title {
  font-size: 1.5rem;
  border: 1px solid #e73150;
  color: #e73150;
  padding: 1.125rem 1.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #faq-title .title {
    font-size: 1.375rem;
    padding: 1.1875rem 1.25rem 1.5625rem;
  }
}

.faq_contents {
  padding: 2.3125rem 2.16875rem 0;
}
@media screen and (max-width: 768px) {
  .faq_contents {
    padding: 2.3125rem 0rem 0;
  }
}
.faq_contents .faq-category {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1cb8ed;
  border: 1px solid #1cb8ed;
  border-radius: 1.25rem;
  width: 15.625rem;
  height: 2.5rem;
}
.faq_contents .co {
  font-size: 1rem;
  line-height: 1.75;
  padding: 1.6875rem 0 1.75rem 1.6875rem;
}
@media screen and (max-width: 768px) {
  .faq_contents .co {
    font-size: 0.875rem;
    padding: 2rem 0 1.5625rem 1.6875rem;
  }
}
.faq_contents .co p {
  position: relative;
}
.faq_contents .co p a {
  color: #0060aa;
}
.faq_contents .co p a:hover {
  text-decoration: underline;
}
.faq_contents .co .question {
  font-weight: 700;
  color: #d17d7d;
}
.faq_contents .co .answer {
  font-weight: 400;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .faq_contents .co .answer {
    margin-top: 0.75rem;
  }
}
.faq_contents .co p::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: -1.6875rem;
  top: 0.375rem;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .faq_contents .co p::before {
    top: 0.1875rem;
  }
}
.faq_contents .co .question::before {
  background-image: url(../img/faq/question.png);
}
.faq_contents .co .answer::before {
  background-image: url(../img/faq/answer.png);
}
.faq_contents .co:not(.co1) {
  border-top: 1px solid #1cb8ed;
}

.faq_contents:not(#faq-wakuwaku) {
  padding-top: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .faq_contents:not(#faq-wakuwaku) {
    padding-top: 2.1875rem;
  }
}

#faq-common {
  padding-bottom: 6.75rem;
}
@media screen and (max-width: 768px) {
  #faq-common {
    padding-bottom: 3.125rem;
  }
}

main#appliwalk #section_appliwalk {
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk {
    padding-bottom: 0.75rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner {
  background-color: #fff;
  border-radius: 0.625rem;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_header {
  background-color: #f4a000;
  padding-top: 2.28125rem;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper {
  padding: 2.8125rem 1.875rem 4.6875rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper {
    padding: 0.75rem 1.25rem 2.25rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .head_note {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.02em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .head_note {
    font-size: 1.125rem;
    padding-left: 1.5em;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .head_note a {
  color: #0060aa;
  border-bottom: 1px solid #000;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .head_note::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list {
  font-weight: 400;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 3.09375rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co {
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 3.175rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 15.625rem;
  height: 2.5rem;
  border-radius: 0.3125rem;
  background-color: #0060aa;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .title {
    width: 100%;
    font-size: 1.125rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .content {
  display: block;
  width: calc(100% - 15.625rem - 2.0625rem);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .content {
    width: 100%;
    margin-top: 0.875rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .big {
  font-size: 1.5rem;
  display: inline-flex;
  vertical-align: -0.15em;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .big {
    font-size: 1.6875rem;
    vertical-align: -0.1em;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .mid {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .mid {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .bold {
  font-weight: 700;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .list .item {
  position: relative;
  padding-left: 1em;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .list .item::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .list1 {
    margin-top: 0.625rem;
    margin-left: -0.25rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .list1 .item::before {
  content: "・";
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .list2 {
  margin-top: 1.625rem;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co .list2 .item::before {
  content: "※";
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co a.link {
  color: #0060aa;
  border-bottom: 1px solid #0060aa;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co1 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co1 {
    margin-top: 3.625rem;
  }
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co1 .big {
    margin-bottom: 0.5rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co3 .content {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co4 .content .big {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co5 .big {
    margin-bottom: 0.5rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .big {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .big {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8125rem;
  margin-left: 0.125rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area {
    flex-direction: column;
    margin-top: 0.1875rem;
    margin-left: 0;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child {
  width: calc((100% - 1.5rem) / 3);
  margin: 0;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 1.9375rem;
  }
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .image_box {
    width: 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .text_box {
    width: calc(100% - 18.75rem);
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .catch_copy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  padding-bottom: 0.125rem;
  border: 1px solid #0060aa;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  font-weight: 700;
  color: #0060aa;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .catch_copy {
    font-size: 1rem;
    line-height: 1.1875;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .course_image {
  margin-top: 0.3125rem;
  width: 100%;
  aspect-ratio: 220/147;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .course_image {
    margin-top: 0;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .course_title {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  color: #0060aa;
  margin: 0.0625rem 0 0.1875rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .course_title {
    font-size: 1rem;
    margin: 0.5em 0 0;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .course_detail {
  height: 4.6em;
  padding: 0 0.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .course_detail {
    height: fit-content;
    margin: 1em 0 0.75em;
    font-size: 1rem;
    line-height: 1.1875;
    letter-spacing: -0.015em;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .course_distance {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.75rem;
  height: 2.5rem;
  background-color: #0060aa;
  border-radius: 0.3125rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 0.1875rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .course_distance {
    width: 100%;
    border-radius: 0.375rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .image_area .co_child .course_distance .small {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0.2em;
  padding-top: 0.4em;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .text_area {
  letter-spacing: 0.005em;
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co6 .content .text_area {
    font-size: 1rem;
    letter-spacing: 0.002em;
    line-height: 1.75;
    margin-top: 0.6875rem;
  }
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co7 .content {
    margin-top: 1.4375rem;
    margin-left: 0.4375rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co7 .content .big {
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co7 .content .big {
    letter-spacing: -0.06em;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co7 .content .lower {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co7 .content .lower {
    margin-top: 0.875rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co7 .content .lower .qr_code {
  width: 9.375rem;
  height: 9.375rem;
  border: 1px solid #000;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co7 .content .lower .url {
  display: block;
  width: calc(100% - 9.375rem - 2rem);
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #0060aa;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co8 .content {
    margin-top: 1.25rem;
    margin-left: 0.3125rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co8 .content .big {
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co8 .content .big {
    letter-spacing: 0.02em;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co9 .content {
    margin-top: 1.25rem;
    margin-left: 0.3125rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co9 .content .big {
  font-size: 1.375rem;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co9 .content .big {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co9 .content .benefits_logo {
  width: 13.75rem;
  height: 9.166875rem;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co9 .content .benefits_logo {
    margin-top: 0.8125rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co10 .content {
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co10 .content {
    margin-top: 0.625rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co10 .content .list .item {
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co10 .content .list .item {
    line-height: 1.75;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co10 .content .list1 {
  margin-left: -0.25rem;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co11 {
  align-items: center;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co11 .title {
  height: 4.25rem;
  line-height: 1.4;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co11 .content {
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co11 .content {
    margin-top: 1.375rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co12 .content {
  margin-top: 0.4em;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co12 .content .list {
  margin-left: -0.1875rem;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co12 .content .list {
    margin-left: -0.3125rem;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co12 .content .list .item {
  letter-spacing: -0.002em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co12 .content .list .item {
    line-height: 1.75;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co12 .content .range {
  margin-top: 1.875rem;
  letter-spacing: 0.002em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co12 .content .range {
    line-height: 1.75;
    margin-right: 0;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co13 .content {
  margin-top: 0.4em;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co13 .content {
    margin-top: 1.25rem;
    line-height: 1.9;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co13 .content .list {
  margin-top: 0.1875rem;
  margin-left: -0.1875rem;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co13 .content .list {
    margin-right: 0;
  }
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co13 .content .list .item {
  letter-spacing: -0.002em;
  line-height: 1.75;
}
main#appliwalk #section_appliwalk .appliwalk_inner .appliwalk_contents_wrapper .contents_list .co13 .content .list .item5 {
  white-space: nowrap;
}
main#appliwalk #bottom.inner {
  background-color: #fff;
  padding-top: 3.8125rem;
}

main#howto_appliwalk #section_howto {
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto {
    padding-bottom: 1.875rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner {
  background-color: #fff;
  border-radius: 0.625rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner {
    padding-bottom: 1.75rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .appliwalk_header {
  background-color: #f4a000;
  padding-top: 2.28125rem;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list {
  font-weight: 400;
  padding: 1.25rem 3.125rem 3.625rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list {
    padding: 0rem 1.25rem 0rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co {
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2.4375rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 6.25rem;
  height: 2.5rem;
  border-radius: 3.125rem;
  background-color: #0060aa;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .title {
    width: 100%;
    font-size: 1.125rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content {
  display: block;
  width: calc(100% - 6.25rem - 1.8125rem);
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content {
    width: 100%;
    margin-top: 1.0625rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_title {
    margin-bottom: 0.625rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .big {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .big {
    font-size: 1.75rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .mid {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .mid {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .bold {
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .bold {
    letter-spacing: 0;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner {
    font-size: 1rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .list .item {
  position: relative;
  padding-left: 1em;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .list .item::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .list1 .item::before {
  content: "・";
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .list2 {
  margin-top: 1rem;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .list2 .item::before {
  content: "※";
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner a.link {
  color: #0060aa;
  border-bottom: 1px solid #0060aa;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .url {
  color: #0060aa;
  word-break: break-all;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .flexbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .flexbox {
    margin-bottom: 1.625rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .flexbox .box {
  white-space: nowrap;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .flexbox .box.url {
  white-space: wrap;
  margin-left: 1em;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block {
  display: flex;
  align-items: center;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block {
    flex-direction: column;
    margin-top: 2rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .item {
  position: relative;
  width: 13.75rem;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .item {
    width: 81.5%;
    max-width: 26.875rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .item .image_wrapper {
  display: block;
  height: 27.9375rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .item .image_wrapper {
    height: fit-content;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .item .image_wrapper img {
  height: 100%;
  object-fit: contain;
  object-position: top;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .item .text {
  display: block;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .item .text {
    margin-bottom: 1rem;
    letter-spacing: -0.015em;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .item .text.red {
  position: absolute;
  height: fit-content;
  bottom: -2.2em;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .item .text.red {
    position: initial;
    margin-top: 0.8125rem;
    margin-bottom: 0;
    letter-spacing: 0.01em;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .triangle {
  width: 4.25rem;
  height: 0.90625rem;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .triangle {
    transform: rotate(0deg);
    margin: 1.5rem 0;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .hidden {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .hidden.item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co .content .content_inner .image_block .hidden.triangle {
    opacity: 1;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co1 {
  margin-top: 2.0625rem;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co1 .content .content_inner .flexbox {
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co1 .content .content_inner .flexbox .box {
    width: 8em;
    height: 4.5em;
  }
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co1 .content .content_inner .flexbox .url {
    overflow-wrap: break-word;
    display: block;
    width: calc(100% - 9em);
    max-width: calc(100% - 9em);
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co2 .content .content_inner .qu_code {
  width: 30rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co2 .content .content_inner .qu_code {
    margin-top: 1.625rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co2 .content .content_inner .list2 {
  margin-top: 1.1875rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co2 .content .content_inner .list2 {
    margin-top: 2rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co2 .content .content_inner .list2 .item1 {
  white-space: nowrap;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co2 .content .content_inner .note_co2 {
  display: block;
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co2 .content .content_inner .note_co2 {
    margin-left: -0.2em;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co3 .content .content_inner {
  margin-top: 0.1875rem;
  letter-spacing: 0.01em;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co3 .content .content_inner .image_block .triangle {
  margin-bottom: 12.1875rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co3 .content .content_inner .image_block .triangle {
    margin-bottom: 1.6875rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .image_block {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .image_block {
    margin-top: 2.375rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .image_block .item .text {
  height: 5.85em;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .image_block .item .text {
    height: fit-content;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .image_block .triangle {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .image_block .triangle {
    margin-top: 2.0625rem;
    margin-bottom: 1.6875rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .block2 {
  margin-top: 2.8125rem;
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .block2 .item .text {
  height: 4.15em;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .block2 .item .text {
    height: fit-content;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .block2 .item .text.red {
  width: 105%;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .block2 .item .text.red {
    width: 100%;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .block2 .triangle {
  margin-bottom: 4.75rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co4 .content .content_inner .block2 .triangle {
    margin-bottom: 1.6875rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co5 .content .content_inner .image_block {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co5 .content .content_inner .image_block {
    margin-top: 0.8125rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co5 .content .content_inner .image_block .item .text {
  height: 7.5em;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co5 .content .content_inner .image_block .item .text {
    height: fit-content;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co5 .content .content_inner .image_block .triangle {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co5 .content .content_inner .image_block .triangle {
    margin-top: 1.875rem;
    margin-bottom: 2.4375rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co6 .content .content_inner .image_block {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co6 .content .content_inner .image_block {
    margin-top: 1.75rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co6 .content .content_inner .image_block .item .text {
  height: 9.1em;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co6 .content .content_inner .image_block .item .text {
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co6 .content .content_inner .image_block .triangle {
    margin-top: 2.5rem;
    margin-bottom: 2.375rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co7 .content .content_inner .image_block {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co7 .content .content_inner .image_block {
    margin-top: 1.625rem;
  }
}
main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co7 .content .content_inner .image_block .item .text {
  height: 9em;
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co7 .content .content_inner .image_block .item .text {
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co7 .content .content_inner .image_block .triangle {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }
}
@media screen and (max-width: 768px) {
  main#howto_appliwalk #section_howto .howto_inner .howto_contents_list .co:nth-child(n+4) {
    margin-top: 0;
  }
}
main#howto_appliwalk #section_howto .howto_inner .attention {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 400;
}
main#howto_appliwalk #bottom.inner {
  background-color: #fff;
  padding-top: 3.8125rem;
}

@media screen and (max-width: 768px) {
  .u_desktop {
    display: none !important;
  }
}

.u_mobile_b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_mobile_b {
    display: block !important;
  }
}

.u_mobile_i {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_mobile_i {
    display: inline !important;
  }
}

.u_mobile_ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_mobile_ib {
    display: inline-block !important;
  }
}

.u_mobile_f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_mobile_f {
    display: flex !important;
  }
}

.u_mobile_t {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u_mobile_t {
    display: table-row !important;
  }
}

/*# sourceMappingURL=style.css.map */
