@charset "UTF-8";
/*================================================================================
common
================================================================================*/
.operationArea {
  margin-bottom: 3em;
}
@media print, screen and (min-width: 769px) {
  .operationArea {
    margin-bottom: 4em;
  }
}
.operationArea.border {
  padding: 1em 1.5em;
  border-radius: 1em;
  border: 0.1em solid #3B9DFF;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .operationArea.border {
    padding: 1.5em 2em;
  }
}

/*================================================================================
top
================================================================================*/
/*--------------------------------------------------------------------------------
top-mainslide
--------------------------------------------------------------------------------*/
#top-mainSlide {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#top-mainSlide ul {
  margin-bottom: 0;
}
#top-mainSlide .sliderKVWrap {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 100vh;
}
#top-mainSlide .sliderKVWrap span.leftTxt {
  position: absolute;
  bottom: 5vh;
  left: 0;
  display: none;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 85%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 999;
  text-align: right;
}
@media print, screen and (min-width: 1300px) {
  #top-mainSlide .sliderKVWrap span.leftTxt {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  #top-mainSlide .sliderKVWrap span.leftTxt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 8vw;
    height: calc(60vw - 2vw);
    width: 8vw;
  }
}
@media print, screen and (min-width: 1081px) {
  #top-mainSlide .sliderKVWrap span.leftTxt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 4.5vw;
    height: calc(40vw - 2vw);
    width: 4.5vw;
  }
}
#top-mainSlide .sliderKVWrap span.leftTxt::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  right: 50%;
  bottom: -5vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 4vh;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
#top-mainSlide .sliderKVWrap .sliderKV {
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  height: 100vh;
}
#top-mainSlide .sliderKVWrap .sliderKV .slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
#top-mainSlide .sliderKVWrap .sliderKV::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* 黒色の20%透明なオーバーレイ */
}
#top-mainSlide .sliderKVWrap .catchCopy {
  position: absolute;
  display: block;
  bottom: 5%;
  left: 5%;
  color: #fff;
  z-index: 2;
}
#top-mainSlide .sliderKVWrap .catchCopy .main {
  font-size: 2.5em;
  font-weight: bold;
}
#top-mainSlide .sliderKVWrap .catchCopy .main span {
  display: block;
  font-size: 40%;
}
#top-mainSlide .sliderKVWrap .catchCopy .name {
  display: block;
  margin-top: 0.2em;
  font-size: 10em;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9em;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  #top-mainSlide .sliderKVWrap .catchCopy .main {
    font-size: 2em;
  }
  #top-mainSlide .sliderKVWrap .catchCopy .name {
    font-size: 8em;
  }
}
@media screen and (max-width: 768px) {
  #top-mainSlide .sliderKVWrap .catchCopy {
    bottom: 30%;
  }
  #top-mainSlide .sliderKVWrap .catchCopy .main {
    font-size: 1.6em;
  }
  #top-mainSlide .sliderKVWrap .catchCopy .name {
    font-size: 6em;
  }
}

/*--------------------------------------------------------------------------------
go_membership
--------------------------------------------------------------------------------*/
.go_membership {
  position: fixed;
  display: block;
  bottom: 5%;
  right: 8em;
  z-index: 10;
}
.go_membership a {
  display: inline-block;
  padding: 20px 60px 20px 40px;
  background-color: #111;
  background-image: url(../img/go_membership.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-radius: 0.5em;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.go_membership a span {
  display: block;
  font-size: 0.5em;
  letter-spacing: 1.5px;
}
.go_membership a::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #111;
  z-index: 0;
}
.go_membership a:hover {
  opacity: 1;
  background-color: #222;
}
.go_membership a:hover::before {
  border-top: 15px solid #222;
}
.submenuinnerArea .go_membership {
  display: block !important;
  position: static;
}
.submenuinnerArea .go_membership a {
  display: block;
  background-color: transparent;
  background-image: url(../img/go_membership_blk.png);
  border: solid 1px #111;
  color: #111;
}
.submenuinnerArea .go_membership a::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .submenuinnerArea .go_membership {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .go_membership {
    right: 15%;
    width: 70%;
  }
  .go_membership a {
    width: 100%;
    text-align: center;
  }
}

/*--------------------------------------------------------------------------------
message-section
--------------------------------------------------------------------------------*/
.message-section {
  position: relative;
}
.message-section::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECFAFF), to(#ffffff));
  background: linear-gradient(#ECFAFF 0%, #ffffff 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .message-section::before {
    height: 18em;
  }
}
@media print, screen and (min-width: 769px) {
  .message-section::before {
    height: 30em;
  }
}
@media print, screen and (min-width: 1081px) {
  .message-section::before {
    height: 30em;
  }
}
.message-section .btmtxtAreaWrap {
  position: absolute;
  width: 100%;
  overflow: hidden;
  margin-top: -1em;
  min-height: 7vw;
}
.message-section .btmtxtAreaWrap .textScroll {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: none;
  color: #3B9DFF;
  opacity: 0.1;
  line-height: 1em;
  font-size: 8em;
}
@media print, screen and (min-width: 1081px) {
  .message-section .btmtxtAreaWrap .textScroll {
    font-size: 10em;
  }
}
.message-section .btmtxtAreaWrap .textScroll .item {
  margin-left: 0.2em;
  margin-right: 0.2em;
  line-height: 1;
}
.message-section .contentbox {
  padding: 160px 0 120px 0;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .message-section .contentbox {
    padding: 140px 0 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .message-section .contentbox {
    padding: 120px 0 20px 0;
  }
}
.message-section .lead-content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.message-section .lead-content .headcopy {
  margin-bottom: 2em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.message-section .message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6em auto;
  padding: 2em;
  border: solid 6px #444;
  border-radius: 2em;
}
.message-section .message-content .message-image {
  width: 30%;
}
.message-section .message-content .message-image img {
  border-radius: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}
.message-section .message-content .message-text {
  width: 65%;
}
#content .message-section .message-content .message-text h2 {
  margin: 0.5em 0 0.5em 0;
  font-size: 4em;
}
.message-section .message-content .message-text .name {
  margin-top: 2em;
  text-align: right;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .message-section .message-content .message-text .name img {
    width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .message-section .lead-content .headcopy {
    text-align: left;
  }
  .message-section .message-content {
    display: block;
    margin: 4em auto;
    padding: 1.5em;
    border: solid 4px #444;
    border-radius: 1em;
  }
  .message-section .message-content .message-image {
    width: 100%;
    margin: 0 auto 2em auto;
  }
  .message-section .message-content .message-text {
    width: 90%;
    margin: 0 auto;
  }
  #content .message-section .message-content .message-text h2 {
    margin: 0.25em 0 0.25em 0;
    font-size: 3em;
  }
  .message-section .message-content .message-text .name img {
    width: 120px;
    height: auto;
  }
}

/*--------------------------------------------------------------------------------
profile-section
--------------------------------------------------------------------------------*/
.profile-section {
  position: relative;
  background: #F5F7F9 url(../img/profile_bg.png) top center no-repeat;
  background-size: 100% auto;
  padding-bottom: 6em;
}
#content .profile-section h2 {
  margin: 0 0 0.25em 0;
  font-size: 8em;
}
#content .profile-section .profile-content h3 {
  margin: 0 0 0.5em 0;
  font-size: 1.5em;
}
#content .profile-section .profile-content h3 span {
  margin-left: 1em;
  font-size: 0.5em;
}
.profile-section .profile-content .profile-image {
  position: absolute;
  top: -12vh;
  right: 0;
  width: 50%;
  max-width: 800px;
  min-width: 440px;
}
.profile-section .profile-content .profile-image img {
  border-radius: 2em 0 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
#content .profile-section .profile-content .profile-info h4 {
  margin: 2em 0 1em 0;
  font-size: 1.25em;
}
#content .profile-section .profile-content .profile-info table {
  margin: 0;
}
#content .profile-section .profile-content .profile-info table th {
  font-weight: normal;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  #content .profile-section h2 {
    font-size: 6em;
  }
  .profile-section .profile-content .profile-image img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 768px) {
  #content .profile-section h2 {
    font-size: 5em;
  }
  .profile-section .profile-content .profile-image {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 2em auto 0 auto;
  }
  .profile-section .profile-content .profile-image img {
    border-radius: 1em;
    aspect-ratio: 3/2;
  }
  #content .profile-section .profile-content .profile-info table th {
    display: block;
    padding: 1.2em 0 0.5em 0;
  }
  #content .profile-section .profile-content .profile-info table td {
    display: block;
    padding: 0 0 1.2em 0;
    border: none;
  }
}

/*--------------------------------------------------------------------------------
gallery-section
--------------------------------------------------------------------------------*/
.gallery-section {
  position: relative;
  margin: -3em 0 8em 0;
}
.gallery-section .contentbox {
  padding: 0;
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  gap: 20px;
  width: 100%;
  margin: 0;
}
.gallery-section .gallery-grid .gallery-item img {
  border-radius: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.gallery-section .gallery-grid .gallery-item span {
  display: block;
  margin-top: 0.5em;
  text-align: center;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .gallery-section {
    margin: -3em 0 6em 0;
  }
  .gallery-section .gallery-grid .gallery-item span {
    font-size: 0.8em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .gallery-section {
    margin: -3em 0 4em 0;
  }
  .gallery-section .gallery-grid .gallery-item span {
    font-size: 0.7em;
    line-height: 1.2;
  }
}

/*--------------------------------------------------------------------------------
membership-section
--------------------------------------------------------------------------------*/
.membership-section .contentwidebox {
  position: relative;
  text-align: center;
}
.membership-section .contentwidebox::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 50em;
  left: 0;
  top: 0;
  background: #111 url(../img/membership_bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 2em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .membership-section .contentwidebox::before {
    height: 65em;
    border-radius: 1em;
  }
}
#content .membership-section .contentwidebox h2 {
  width: 85%;
  margin: 0 auto 0.35em auto;
  padding-top: 80px;
  font-size: 4em;
  color: #fff;
}
.membership-section .contentwidebox .main-midashi {
  width: 85%;
  margin: 0 auto 0.5em auto;
  padding-left: 0.6em;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
.membership-section .contentwidebox .main-midashi span {
  font-size: 0.7em;
}
.membership-section .contentwidebox .sub-midashi {
  width: 85%;
  margin: 0 auto 1.5em auto;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.membership-section .contentwidebox .sub-midashi span {
  font-size: 0.6em;
}
.membership-section .contentwidebox .sub-midashi .app-name {
  font-size: 0.8em;
  margin-top: 0.5em;
  color: #66ddff;
}
.membership-section .contentwidebox .head {
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}
.membership-section .contentwidebox .head a {
  color: #fff;
  text-decoration: underline;
}
.membership-section .contentwidebox .head ul.tokuten {
  position: relative;
  margin: 1em 0;
}
.membership-section .contentwidebox .head ul.tokuten li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
  list-style-type: none !important;
}
.membership-section .contentwidebox .head ul.tokuten li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  position: absolute;
  left: 0;
}
.membership-section .contentwidebox .foot {
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.membership-section .contentwidebox .foot a {
  text-decoration: underline;
}
.membership-section .contentwidebox .foot h3 {
  margin: 2em 0 0 0 !important;
}
.membership-section .contentwidebox .foot ul.tokuten {
  position: relative;
  margin: 0.7em 0 1em 0.5em;
}
.membership-section .contentwidebox .foot ul.tokuten li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
  list-style-type: none !important;
}
.membership-section .contentwidebox .foot ul.tokuten li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  position: absolute;
  left: 0;
}
.membership-section .contentwidebox .membership-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32%, 1fr));
  gap: 40px 2%;
  width: 85%;
  margin: 3em auto 0 auto;
}
.membership-section .contentwidebox .membership-cards .membership-card {
  background-color: #fff;
  border: solid 3px #111;
  border-radius: 1em;
}
.membership-section .contentwidebox .membership-cards .membership-card a:hover {
  opacity: 1;
}
#content .membership-section .contentwidebox .membership-cards .membership-card h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 3.6em;
  margin: 0 auto;
  padding: 0;
  background: #111;
  border-radius: 0.7em 0.7em 0 0;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}
#content .membership-section .contentwidebox .membership-cards .membership-card h3 span {
  display: block;
  font-size: 80%;
}
#content .membership-section .contentwidebox .membership-cards .membership-card.toku h3 {
  background: #cab315;
}
#content .membership-section .contentwidebox .membership-cards .membership-card.toku li::marker {
  color: #cab315;
}
#content .membership-section .contentwidebox .membership-cards .membership-card.kojin h3 {
  background: #3B9DFF;
}
#content .membership-section .contentwidebox .membership-cards .membership-card.hojin h3 {
  background: #00AB8D;
}
#content .membership-section .contentwidebox .membership-cards .membership-card.hojin li::marker {
  color: #00AB8D;
}
.membership-section .contentwidebox .membership-cards .membership-card img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
}
.membership-section .contentwidebox .membership-cards .membership-card .doc {
  padding: 1em;
}
.membership-section .contentwidebox .membership-cards .membership-card .doc .membership-price {
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
}
.membership-section .contentwidebox .membership-cards .membership-card .doc .membership-price span {
  font-size: 2.5em;
}
.membership-section .contentwidebox .membership-cards .membership-card .doc .membership-price .sub {
  font-size: 0.9em;
  text-align: right;
}
.membership-section .contentwidebox .membership-cards .membership-card .doc .membership-price-sub {
  display: block;
  font-size: 0.8em;
}
#content .membership-section .contentwidebox .membership-cards .membership-card .doc ul {
  margin: 0;
}
#content .membership-section .contentwidebox .membership-cards .membership-card .doc ul li {
  text-align: left;
}
.membership-section .contentwidebox .membership-cards .membership-card .doc .button {
  position: relative;
  display: block;
  margin: 1em auto 0 auto;
  background: #111;
  border-radius: 1em;
  line-height: 3em;
  color: #fff;
}
.membership-section .contentwidebox .membership-cards .membership-card .doc .button::before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  margin-right: 0.5em;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  #content .membership-section .contentwidebox h2 {
    padding-top: 60px;
  }
  .membership-section .contentwidebox .membership-cards {
    width: 90%;
  }
  .membership-section .contentwidebox .membership-cards .membership-card .doc .membership-price {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 768px) {
  #content .membership-section .contentwidebox h2 {
    padding-top: 40px;
  }
  .membership-section .contentwidebox .membership-cards {
    width: 90%;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

/*--------------------------------------------------------------------------------
app-section
--------------------------------------------------------------------------------*/
.app-section {
  margin: 8em auto;
}
.app-section .contentbox {
  position: relative;
  padding: 80px 10px;
  border: solid 6px #e6eaee;
  border-radius: 2em;
}
.app-section .contentbox .app-content {
  display: grid;
  grid-template-columns: 50% 40%;
  gap: 40px 10%;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 3em auto;
}
.app-section .contentbox .app-content img {
  width: 100%;
  height: auto;
}
#content .app-section .contentbox .app-content .app-info h2 {
  margin: 0 auto 1em auto;
  padding: 0;
  font-size: 2.5em;
  line-height: 1;
}
#content .app-section .contentbox .app-content .app-info h2 span {
  display: inline-block;
  font-size: 0.5em;
}
.app-section .contentbox ul.app-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  max-width: 300px;
  margin: 0 auto 2em auto;
}
.app-section .contentbox ul.app-btn li {
  width: 48%;
}
.app-section .contentbox ul.app-btn li a {
  display: block;
}
.app-section .contentbox dl.guide-step {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  background: #f7f7f7;
  border-radius: 16px;
}
.app-section .contentbox dl.guide-step dt {
  position: relative;
  width: 100%;
  padding: 40px 60px 40px 40px;
  text-align: left;
  cursor: pointer;
}
.app-section .contentbox dl.guide-step dt::before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #111;
}
.app-section .contentbox dl.guide-step dt::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  margin-top: -13px;
  background: #f7f7f7;
}
.app-section .contentbox dl.guide-step dd {
  position: relative;
  padding: 0 40px 40px 40px;
  line-height: 1.7;
  text-align: left;
  font-weight: normal;
}
#content .app-section .contentbox dl.guide-step dd ol {
  margin: 0;
}
@media print, screen and (min-width: 769px) and (max-width: 1080px) {
  .app-section {
    margin: 6em auto;
  }
  .app-section .contentbox {
    padding: 60px 10px;
    border: solid 8px #F5F7F9;
    border-radius: 1.5em;
  }
  .app-section .contentbox .app-content {
    width: 90%;
  }
  .app-section .contentbox dl.guide-step {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .app-section {
    margin: 4em auto;
  }
  .app-section .contentbox {
    padding: 40px 10px;
    border: solid 6px #F5F7F9;
    border-radius: 1em;
  }
  .app-section .contentbox .app-content {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    width: 90%;
  }
  #content .app-section .contentbox .app-content .app-info h2 {
    font-size: 2em;
    line-height: 1.4;
  }
  #content .app-section .contentbox .app-content .app-info h2 span {
    display: block;
    font-size: 0.6em;
  }
  .app-section .contentbox dl.guide-step {
    width: 90%;
  }
}

/*--------------------------------------------------------------------------------
footimg
--------------------------------------------------------------------------------*/
.footimg {
  width: 100%;
  height: 50vh;
  background: url(../img/foot.jpg) center center no-repeat;
  background-size: cover;
}