@charset "UTF-8";
.first-view {
  width: 100%;
  height: 100vh;
}

.first-view .logo {
  width: 90%;
}

nav.sp-menu {
  font-family: "futura-pt", sans-serif;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
}

.heder-menu {
  width: 100%;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}
.heder-menu .logo {
  width: 110px;
}
.heder-menu .logo:hover {
  opacity: 0.7;
}

nav.sp-menu {
  background: #fff;
  width: 100%;
  font-family: "futura-pt", sans-serif;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 10px 0 rgba(5, 5, 5, 0.15);
  z-index: 99;
}
nav.sp-menu li:hover {
  opacity: 0.7;
}

.shadow01 {
  box-shadow: 0 2px 5px -1px rgba(10, 10, 10, 0.25);
}

.shadow02 {
  box-shadow: 0 7px 15px -3px rgba(10, 10, 10, 0.25);
}

.shadow03 {
  box-shadow: 0 21px 27px -7px rgba(10, 10, 10, 0.2);
}

.shadow04 {
  box-shadow: 0 33px 40px -10px rgba(10, 10, 10, 0.2);
}

.shadow05 {
  box-shadow: 0 45px 45px -15px rgba(10, 10, 10, 0.2);
}

img.ofi {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  /*IE対策*/
}

.recaptcha-wrap {
  width: 100%;
  max-width: 304px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.recaptcha-wrap.v3 {
  max-width: 256px;
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.page-no {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  padding-top: 1rem;
}

.page-no span {
  padding: 0.5rem 1rem;
  background: #f0f3f4;
  font-weight: 700;
  color: #bbb;
  border-radius: 100px;
}

.pgnt-wrap {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding-top: 2rem;
}

.pgnt-wrap .nmbr {
  width: 100%;
  margin-bottom: 1rem;
}

.pgnt-wrap .nmbr a {
  width: calc(20% - 12px);
  margin-right: 1rem;
  padding: 7px 0rem;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}

.pgnt-wrap .nmbr a:last-child {
  margin-right: 0rem;
}

.pgnt-wrap .nmbr a.current {
  color: #fff;
  background: #00BFA5;
  pointer-events: none;
}

.pgnt-wrap .control {
  width: 100%;
}

.pgnt-wrap .control .minus {
  width: calc(50% - 0.5rem);
}

.pgnt-wrap .control .plus {
  width: calc(50% - 0.5rem);
}

.pgnt-wrap .control .minus a {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  padding: 7px 0rem;
  text-align: center;
  background: #f0f3f4;
  color: #bbb;
  border-radius: 3px;
  pointer-events: none;
}

body.paged .pgnt-wrap .control .minus a {
  background: #fff;
  color: #00BFA5;
  pointer-events: auto;
}

.pgnt-wrap .control .plus a {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  padding: 7px 0rem;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}

.pgnt-wrap .control .minus a:last-child,
.pgnt-wrap .control .plus a:last-child {
  margin-right: 0rem;
}

.eapps-instagram-feed-posts-view {
  padding: 0px !important;
}

.eapps-instagram-feed-posts-slider-nav {
  background: rgba(255, 255, 255, 0.5) !important;
}

.eapps-instagram-feed-posts-slider-next,
.eapps-instagram-feed-posts-slider-prev {
  box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
  .eapps-instagram-feed-popup-item {
    margin-bottom: 2rem;
  }

  /*******************/
}
@media only screen and (max-width: 520px) {
  .eapps-instagram-feed-posts-item-template-classic {
    margin-bottom: 2rem !important;
  }

  .eapps-instagram-feed-popup-mobile-panel {
    width: calc(100% - 4rem);
    margin: auto;
    left: 0;
    right: 0;
    background: none !important;
    border-bottom: 0px solid #f1f1f1 !important;
  }

  .eapps-instagram-feed-popup-inner {
    width: calc(100% - 4rem) !important;
  }

  .eapps-instagram-feed-popup-wrapper {
    top: 0px !important;
    padding-top: 3rem;
  }

  .eapps-instagram-feed-popup-close {
    top: 5px !important;
    right: 35px !important;
    left: auto !important;
  }

  .eapps-instagram-feed-popup-close::before,
.eapps-instagram-feed-popup-close::after {
    background-color: #00B0FF !important;
  }

  /********************/
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex.left {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.flex.right {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.flex.left-right {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.flex.center {
  -webkit-align-items: center !important;
  align-items: center !important;
}

.flex.bottom {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.flex.top {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

@media only screen and (max-width: 768px) {
  .flex.reve {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
}
.bgmove {
  animation-duration: 1s;
  animation-delay: 0s;
  animation-name: bgmove;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes bgmove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.root-wrap.nowloading {
  opacity: 0;
}

.root-wrap {
  opacity: 1;
}

body .loading-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

body.trans .loading-wrap {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}

.loading-wrap .inner {
  width: 100%;
  height: 100%;
}

.loading-wrap .inner > div {
  transform: translateY(-8rem);
}

html.ios body .loading-wrap {
  background: none;
  padding: 0rem;
  pointer-events: none;
}

body .loading-ios-wrap {
  width: 100%;
  height: 100%;
  padding: 0rem;
  pointer-events: none;
}

html.ios body .loading-ios-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 2rem;
  pointer-events: none;
}

html.ios body .loading-ios-wrap {
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-name: loadinginios;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

html.ios body.trans .loading-ios-wrap {
  animation-duration: 4.5s;
  animation-delay: 0s;
  animation-name: loadingoutios;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes loadingoutios {
  0% {
    pointer-events: auto;
    opacity: 1;
  }
  80% {
    pointer-events: auto;
    opacity: 1;
  }
  81% {
    pointer-events: auto;
    opacity: 1;
  }
  99% {
    pointer-events: auto;
  }
  100% {
    pointer-events: none;
    opacity: 0;
  }
}
@keyframes loadininios {
  0% {
    pointer-events: auto;
    opacity: 0;
  }
  80% {
    pointer-events: auto;
    opacity: 0;
  }
  81% {
    pointer-events: auto;
    opacity: 0;
  }
  99% {
    pointer-events: auto;
  }
  100% {
    pointer-events: none;
    opacity: 1;
  }
}
.loading-wrap .pattern01 {
  width: 100%;
  max-width: 280px;
  margin-bottom: 0 auto;
}

.loading-wrap .pattern01 .circle {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  position: relative;
}

.loading-wrap .pattern01 .circle::before,
.loading-wrap .pattern01 .circle::after {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  content: "";
  border: 8px solid;
  border-radius: 100%;
  z-index: 9999;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loading-wrap .pattern01 .circle::before {
  border-color: #e0e0e0;
}

.loading-wrap .pattern01 .circle::after {
  border-color: #00B0FF;
  border-right-color: #e0e0e0;
  animation-duration: 1.25s;
  animation-name: pattern01;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pattern01 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
section {
  width: 100%;
  margin-top: 70px;
}

.section-title {
  width: 100%;
  margin-bottom: 1rem;
}

.section-title p {
  font-size: 35px;
  font-family: "futura-pt", sans-serif;
}

section.news-archive {
  width: 100%;
  padding: 4rem 1rem;
}
section.news-archive .news-inner {
  max-width: 680px;
  margin: 0 auto;
}
section.news-archive .news-inner .list {
  width: 100%;
  margin-bottom: 1rem;
}
section.news-archive .news-inner .list a {
  width: 100%;
}
section.news-archive .news-inner .list a .inner {
  width: 100%;
}
section.news-archive .news-inner .list a .inner .img {
  width: 25%;
}
section.news-archive .news-inner .list a .inner .img img {
  height: 110px;
}
section.news-archive .news-inner .list a .inner .info {
  width: 75%;
  padding-left: 1rem;
}
section.news-archive .news-inner .list a .inner .info .date {
  margin-bottom: 0.5rem;
}

section.news-detail {
  width: 100%;
  padding: 1rem 1rem 6rem;
}
section.news-detail .news-inner {
  max-width: 680px;
  margin: 0 auto;
}
section.news-detail .news-inner .info {
  width: 100%;
  margin-bottom: 1rem;
}
section.news-detail .news-inner .info .title {
  font-size: 1.5rem;
}
section.news-detail .news-inner .inner {
  width: 100%;
}
section.news-detail .news-inner .inner img {
  width: 100%;
  margin-bottom: 1rem;
}

.btn-wrap {
  width: 100%;
}
.btn-wrap .btn {
  border: 1px solid #000;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
}

section.photo-archive {
  width: 100%;
  padding: 1rem 1rem 2rem;
}
section.photo-archive .section-title {
  margin-bottom: 0;
}
section.photo-archive .card-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
section.photo-archive .card-wrap p {
  margin-bottom: 5px;
}
section.photo-archive .card-wrap .img-wrap {
  width: 100%;
}
section.photo-archive .card-wrap .img-wrap .img-card {
  position: relative;
  overflow: hidden;
  margin: 0 5px 5px 0;
}
section.photo-archive .card-wrap .img-wrap .img-card:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 20px;
  opacity: 0.3;
}
section.photo-archive .card-wrap .img-wrap .img-card img {
  width: 80px;
  height: 80px;
}
section.photo-archive .card-wrap .img-wrap .img-card .caption {
  position: absolute;
  bottom: 0px;
  left: 4px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  z-index: 1;
}

section.photo-album {
  width: 100%;
  padding: 1rem 1rem 2rem;
}
section.photo-album .btn-wrap {
  margin-bottom: 1rem;
}
section.photo-album .album-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
section.photo-album .album-wrap img {
  height: 200px;
  object-position: top;
}
section.photo-album .album-wrap .title {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

section.photo-album-all {
  width: 100%;
  padding: 1rem 1rem 2rem;
}
section.photo-album-all .section-title {
  margin-bottom: 0;
}
section.photo-album-all .card-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
section.photo-album-all .card-wrap p {
  margin-bottom: 5px;
}
section.photo-album-all .card-wrap .img-wrap {
  width: 100%;
}
section.photo-album-all .card-wrap .img-wrap .img-card {
  position: relative;
  overflow: hidden;
  margin: 0 5px 5px 0;
}
section.photo-album-all .card-wrap .img-wrap .img-card:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 20px;
  opacity: 0.3;
}
section.photo-album-all .card-wrap .img-wrap .img-card img {
  width: 80px;
  height: 80px;
}
section.photo-album-all .card-wrap .img-wrap .img-card .caption {
  position: absolute;
  bottom: 0px;
  left: 4px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  z-index: 1;
}

section.photo-detail {
  width: 100%;
  padding: 0;
  margin: 0;
}
section.photo-detail .detail-wrap {
  width: 100%;
  position: absolute;
}
section.photo-detail .detail-wrap .icon {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 1;
  padding: 1rem 1rem 0;
}
section.photo-detail .detail-wrap .icon a:hover {
  opacity: 0.6;
}
section.photo-detail .detail-wrap .icon img {
  width: 16px;
  height: 16px;
}
section.photo-detail .detail-wrap .icon .wrap {
  width: 3.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.photo-detail .detail-wrap img {
  width: 100vw;
  height: 100vh;
  position: relative;
}
section.photo-detail .detail-wrap .title {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
section.photo-detail .detail-wrap .title p {
  font-weight: bold;
  padding: 1rem;
}
section.photo-detail .detail-wrap a:hover {
  opacity: 0.6;
}

section.login {
  padding: 2rem 2.5rem;
  width: 25rem;
  margin: 5rem auto;
}
section.login .section-title {
  margin-bottom: 0;
}
section.login .wrap {
  margin: 2rem 0;
}
section.login .wrap input[type=email],
section.login .wrap input[type=password] {
  width: 100%;
  height: 3em;
  border: 1px solid;
  padding: 1rem;
}
section.login .btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 7rem;
  border: 1px solid;
}
section.login .link {
  font-size: 0.85rem;
  border-bottom: 1px solid;
  text-align: left;
}
section.login a:hover {
  opacity: 0.6;
}

section.login-reset {
  padding: 2rem 2.5rem;
  width: 25rem;
  margin: 7rem auto;
}
section.login-reset .section-title {
  margin-bottom: 0;
}
section.login-reset .section-title p {
  font-size: 1.5rem;
}
section.login-reset .text-wrap {
  margin: 2rem 0;
}
section.login-reset .text-wrap p {
  font-size: 0.85rem;
}
section.login-reset .wrap {
  margin: 2rem 0rem;
}
section.login-reset .wrap input[type=email] {
  width: 100%;
  height: 3em;
  border: 1px solid;
  padding: 1rem;
}
section.login-reset .btn {
  display: block;
  text-align: center;
  width: 100%;
  margin: 3rem 0 0 0;
  padding: 0.75rem 1rem;
  border: 1px solid;
}
section.login-reset a:hover {
  opacity: 0.6;
}

.btn-wrap {
  width: 100%;
}
.btn-wrap .btn {
  border: 1px solid #000;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
}

section.photo-select-1 {
  width: 100%;
  padding: 1rem 1rem 2rem;
}
section.photo-select-1 .btn-wrap {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
section.photo-select-1 .btn-wrap .btn {
  border: none;
  background-color: #BCBBC1;
  color: #fff;
  font-size: 0.8rem;
}
section.photo-select-1 .btn-wrap .btn:hover {
  opacity: 0.6;
}
section.photo-select-1 .album-wrap {
  width: 100%;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
section.photo-select-1 .album-wrap img {
  height: 200px;
  object-position: top;
}
section.photo-select-1 .album-wrap .title {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  padding: 2rem 1rem;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
section.photo-select-1 .album-wrap .btn-wrap {
  margin: 1rem 0 0;
}

section.photo-select-2 {
  width: 100%;
  padding: 1rem 1rem 2rem;
  margin-top: 0;
}
section.photo-select-2 p {
  margin: 2rem 0;
}
section.photo-select-2 .arrow img {
  width: 16px;
  height: 16px;
}
section.photo-select-2 .arrow:hover {
  opacity: 0.6;
}
section.photo-select-2 .section-title {
  margin-bottom: 0;
}
section.photo-select-2 .card-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
section.photo-select-2 .card-wrap p {
  margin-bottom: 5px;
}
section.photo-select-2 .card-wrap .img-wrap {
  width: 100%;
}
section.photo-select-2 .card-wrap .img-wrap .img-card {
  max-height: 80px;
  position: relative;
  overflow: hidden;
  margin: 0 5px 5px 0;
}
section.photo-select-2 .card-wrap .img-wrap .img-card:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 20px;
  opacity: 0.3;
}
section.photo-select-2 .card-wrap .img-wrap .img-card img {
  width: 80px;
  height: 80px;
}
section.photo-select-2 .card-wrap .img-wrap .img-card .check:checked ~ i {
  display: inline;
}
section.photo-select-2 .card-wrap .img-wrap .img-card:nth-child(4n) img {
  margin: 0px 0px 5px 0px;
}
section.photo-select-2 .card-wrap .img-wrap .img-card .caption {
  position: absolute;
  bottom: 0px;
  left: 4px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  z-index: 1;
}
section.photo-select-2 .card-wrap .img-wrap i {
  display: none;
  position: absolute;
  top: 3px;
  right: 10px;
}

nav.select-bar {
  background: #fff;
  width: 100%;
  font-family: "futura-pt", sans-serif;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 10px 0 rgba(5, 5, 5, 0.15);
  z-index: 99;
}
nav.select-bar a {
  display: block;
  width: 120px;
  margin: 0 auto;
  font-size: 0.8rem;
}
nav.select-bar a:hover {
  opacity: 0.6;
}

section.select-confirm-1 {
  width: 100%;
  padding: 1rem 1rem 2rem;
  margin-top: 0;
}
section.select-confirm-1 p {
  margin: 2rem 0;
}
section.select-confirm-1 .arrow img {
  width: 16px;
  height: 16px;
}
section.select-confirm-1 .arrow:hover {
  opacity: 0.6;
}
section.select-confirm-1 .section-title {
  margin-bottom: 0;
}
section.select-confirm-1 .card-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
section.select-confirm-1 .card-wrap p {
  margin-bottom: 5px;
}
section.select-confirm-1 .card-wrap .img-wrap {
  width: 100%;
}
section.select-confirm-1 .card-wrap .img-wrap div {
  width: 25%;
}
section.select-confirm-1 .card-wrap .img-wrap div img {
  width: 70px;
  height: 70px;
  margin: 0px 5px 5px 0px;
}
section.select-confirm-1 .card-wrap .img-wrap div:nth-child(4n) img {
  margin: 0px 0px 5px 0px;
}
section.select-confirm-1 .btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.75rem 2rem;
  border: 1px solid;
}
section.select-confirm-1 a:hover {
  opacity: 0.6;
}

section.select-confirm-2 {
  width: 100%;
  padding: 1rem 1rem 2rem;
  margin-top: 0;
}
section.select-confirm-2 p {
  margin: 2rem 0;
}
section.select-confirm-2 .arrow img {
  width: 16px;
  height: 16px;
}
section.select-confirm-2 .arrow:hover {
  opacity: 0.6;
}
section.select-confirm-2 .section-title {
  margin-bottom: 0;
}
section.select-confirm-2 .btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 12rem;
  padding: 0.75rem 2rem;
  border: 1px solid;
}
section.select-confirm-2 a:hover {
  opacity: 0.6;
}

section.select-confirm-3 {
  width: 100%;
  padding: 1rem 1rem 2rem;
  margin-top: 0;
}
section.select-confirm-3 p {
  margin: 2rem 0;
}
section.select-confirm-3 .arrow img {
  width: 16px;
  height: 16px;
}
section.select-confirm-3 .arrow:hover {
  opacity: 0.6;
}
section.select-confirm-3 .section-title {
  margin-bottom: 0;
}
section.select-confirm-3 .btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 5rem;
  padding: 0.75rem 2rem;
  border: 1px solid;
}
section.select-confirm-3 a:hover {
  opacity: 0.6;
}

section.setting {
  padding: 1rem 2.5rem 0;
  margin: 5rem auto;
}
section.setting .center {
  margin: 0 auto;
}
section.setting .center .wrap {
  margin: 2rem 0;
  padding: 0rem 0.3rem 0.25rem;
  border-bottom: solid 0.1rem;
}
section.setting .center .wrap a:hover {
  opacity: 0.6;
}

section.account {
  width: 100%;
  padding: 3rem 2rem 2rem;
  margin-top: 50px;
}
section.account p {
  margin: 0.5rem 0;
}
section.account p a {
  display: block;
  margin-top: 3rem;
}
section.account p a:hover {
  opacity: 0.6;
}

section.account-change {
  width: 25rem;
  padding: 2rem;
  margin-top: 50px;
}
section.account-change .section-title {
  margin-bottom: 0;
}
section.account-change .wrap {
  margin: 2rem 0;
}
section.account-change .wrap input[type=email],
section.account-change .wrap input[type=password] {
  width: 100%;
  height: 3em;
  border: 1px solid;
  padding: 1rem;
}
section.account-change .btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 0.5rem;
  padding: 0.75rem 7rem;
  border: 1px solid;
}
section.account-change a:hover {
  opacity: 0.6;
}

section.order {
  width: 100%;
  padding: 1rem 2.5rem 0;
  margin: 5rem auto;
}
section.order .section-title {
  margin-bottom: 0;
}
section.order .center {
  margin: 0 auto;
}
section.order .center .wrap {
  margin: 2rem 0;
  padding: 0rem 0.3rem 0.25rem;
  border-bottom: solid 0.1rem;
}
section.order .center .wrap p {
  font-size: 12px;
}
section.order .center .wrap p span {
  font-weight: bold;
}
section.order .center .wrap .btn-wrap {
  width: 100%;
  margin-top: 1rem;
}
section.order .center .wrap .btn-wrap .btn {
  width: 48%;
  margin-bottom: 10px;
  text-align: center;
}
section.order .center .wrap .btn-wrap .btn p {
  font-size: 9px;
}

section.contact {
  width: 100%;
  padding: 1rem 1rem 2rem;
  margin-top: 50px;
}
section.contact p {
  margin: 2rem 0;
}
section.contact .section-title {
  margin-bottom: 0;
}
section.contact ul {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
}
section.contact ul li {
  margin-bottom: 1rem;
}

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