@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.green {
  color: #2F7F8E !important;
}

.green-dark {
  color: #2B6D79 !important;
}

.orange-light {
  color: #FFF0C8 !important;
}

.blue {
  color: #1692EB !important;
}

.mint {
  color: #6DC9DA !important;
}

.mint-light {
  color: #DBF1F5 !important;
}

.orange {
  color: #FFBB00 !important;
}

.orange-light {
  color: #FFF0C8 !important;
}

.red {
  color: #FF5959 !important;
}

.navy {
  color: #2F5B8E !important;
}

.bg-green {
  background-color: #2F7F8E !important;
}

.bg-green-dark {
  background-color: #2B6D79 !important;
}

.bg-orange-light {
  background-color: #FFF0C8 !important;
}

.bg-blue {
  background-color: #1692EB !important;
}

.bg-mint {
  background-color: #6DC9DA !important;
}

.bg-mint-light {
  background-color: #DBF1F5 !important;
}

.bg-orange {
  background-color: #FFBB00 !important;
}

.bg-orange-light {
  background-color: #FFF0C8 !important;
}

.bg-red {
  background-color: #FF5959 !important;
}

.bg-navy {
  background-color: #2F5B8E !important;
}

.bg-yellow-light {
  background-color: #FFFCDB !important;
}

html {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}
@media print, screen and (min-width: 781px) {
  html {
    padding-top: 90px;
  }
}
@media print, screen and (max-width: 780px) {
  html {
    padding-top: 64px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 15px;
}
@media print, screen and (min-width: 781px) {
  .l-header {
    height: 90px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-header {
    height: 64px;
  }
}

@media print, screen and (min-width: 781px) and (max-width: 1220px) {
  .l-header_logo {
    zoom: 0.8;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 930px) {
  .l-header_logo {
    zoom: 0.6;
  }
}
.l-header_logo_image {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-header_logo_image img {
    width: 232px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-header_logo_image img {
    width: 170px;
  }
}
.l-header_logo_image:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 781px) {
  .l-header_btnSp {
    display: none;
  }
}
@media print, screen and (max-width: 780px) {
  .l-header_btnSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }
}

.l-header_loginSp {
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
.l-header_loginSp:active {
  scale: 1.05;
}
@media print, screen and (max-width: 780px) {
  .l-header_loginSp img {
    width: 40px;
    height: auto;
  }
}

.l-header_drawerSp {
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
@media print, screen and (max-width: 780px) {
  .l-header_drawerSp {
    padding: 0;
    margin: 0;
    border: 0;
  }
}
.l-header_drawerSp:active {
  scale: 1.05;
}
@media print, screen and (max-width: 780px) {
  .l-header_drawerSp img {
    width: 40px;
    height: auto;
  }
}

@media print, screen and (min-width: 781px) {
  .l-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1220px) {
  .l-nav {
    zoom: 0.8;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 930px) {
  .l-nav {
    zoom: 0.7;
  }
}
@media print, screen and (max-width: 780px) {
  .l-nav {
    display: none;
  }
}

@media print, screen and (min-width: 781px) {
  .l-nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .l-nav_list {
    gap: 25px;
  }
}
.l-nav_list_item_anchor {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-nav_list_item_anchor {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-nav_list_item_anchor:hover {
  color: #2F7F8E;
}

@media print, screen and (min-width: 781px) {
  .l-nav_task {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 35px;
    padding-left: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .l-nav_task {
    gap: 25px;
    margin-left: 25px;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 781px) {
  .l-nav_task::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background-color: #D9D9D9;
  }
}
.l-nav_task_help {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-nav_task_help {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    height: 90px;
  }
}
.l-nav_task_help:hover {
  color: #2F7F8E;
}

.l-nav_task_login {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-nav_task_login {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background-color: #2F7F8E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    gap: 10px;
    border-radius: 5px;
  }
}
.l-nav_task_login:hover {
  background-color: #2B6D79;
}

@media print, screen and (min-width: 781px) {
  .l-navSp {
    display: none !important;
  }
}
@media print, screen and (max-width: 780px) {
  .l-navSp {
    overscroll-behavior-y: none;
    position: fixed;
    z-index: 50;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #184952;
    height: calc(100% - 64px + 1px);
    padding: 10px;
    overflow-y: auto;
  }
}

#js-navSp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

#js-navSp.is-visible {
  opacity: 1;
  visibility: visible;
}

.l-navSp_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 12px 15px;
}
.l-navSp_profile_image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.l-navSp_profile_image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.l-navSp_profile_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  line-height: 1.4;
}
.l-navSp_profile_info_name {
  font-size: 20px;
  font-weight: 500;
}
.l-navSp_profile_info_id {
  font-weight: 500;
}
.l-navSp_profile_info_id span {
  color: #2F7F8E;
  font-weight: 500;
}

.l-navSp_nav {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media print, screen and (max-width: 780px) {
  .l-navSp_nav_item:nth-child(odd) {
    background-color: #2F7F8E;
  }
}
@media print, screen and (max-width: 780px) {
  .l-navSp_nav_item:nth-child(even) {
    background-color: #2B6D79;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_nav_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_nav_icon {
    width: 40px;
    text-align: center;
    margin-right: 15px;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_nav_icon_image {
    height: 28px;
    width: auto;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_nav_ja {
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_nav_en {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 12px;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_nav_arrow {
    margin-left: auto;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc_btn_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px;
    color: #000;
    text-decoration: none;
    gap: 10px;
    background-color: #fff;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc_btn_icon {
    width: 22px;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc_btn_ja {
    font-weight: 600;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc_btn_en {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #2E707C;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc_btn_arrow {
    margin-left: auto;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc_link_item {
    background-color: #fff;
  }
}

@media print, screen and (max-width: 780px) {
  .l-navSp_etc_link_anchor {
    display: block;
    padding: 16px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
  }
}

.l-footer {
  background-color: #fff;
  position: relative;
}
.l-footer_pagetop {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-footer_pagetop {
    right: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_pagetop {
    width: 40px;
    height: auto;
    right: 20px;
  }
}
.l-footer_pagetop:hover {
  opacity: 0.8;
}

.l-footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
}
@media print, screen and (min-width: 781px) {
  .l-footer_container {
    max-width: 1180px;
    margin-inline: auto;
    gap: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 781px) {
  .l-footer_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-footer_head_logo {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media print, screen and (max-width: 780px) {
  .l-footer_head_logo {
    width: 232px;
    display: block;
    margin-inline: auto;
    margin-bottom: 25px;
  }
}
.l-footer_head_logo:hover {
  opacity: 0.8;
}

.l-footer_head_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 781px) {
  .l-footer_head_service {
    gap: 15px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_head_service {
    text-align: center;
    gap: 8px;
    margin-bottom: 25px;
  }
}

.l-footer_head_service_ja {
  font-weight: 500;
}
@media print, screen and (min-width: 781px) {
  .l-footer_head_service_ja {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_head_service_ja {
    font-size: 16px;
    letter-spacing: 0.08rem;
  }
}

.l-footer_head_service_en {
  color: #2E707C;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
@media print, screen and (min-width: 781px) {
  .l-footer_head_service_en {
    font-size: 14.2px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_head_service_en {
    color: #2E707C;
    font-size: 12.4px;
  }
}

.l-footer_nav {
  display: grid;
}
@media print, screen and (min-width: 781px) {
  .l-footer_nav {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1190px) {
  .l-footer_nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-footer_nav_item {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.l-footer_nav_item:nth-child(odd) {
  background-color: #2F7F8E;
}
.l-footer_nav_item:nth-child(even) {
  background-color: #2B6D79;
}
.l-footer_nav_item:hover {
  opacity: 0.8;
}

.l-footer_nav_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .l-footer_nav_anchor {
    height: 166px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_nav_anchor {
    height: 132px;
  }
}

@media print, screen and (min-width: 781px) {
  .l-footer_nav_icon {
    margin-bottom: 10px;
    height: 40px;
    width: auto;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_nav_icon {
    height: 40px;
    width: auto;
    margin-bottom: 10px;
  }
}

.l-footer_nav_ja {
  font-weight: 700;
}
@media print, screen and (min-width: 781px) {
  .l-footer_nav_ja {
    font-size: 18px;
  }
}
.l-footer_nav_en {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
@media print, screen and (min-width: 781px) {
  .l-footer_nav_en {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_nav_en {
    font-size: 12px;
  }
}

.l-footer_etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media print, screen and (min-width: 781px) and (max-width: 1190px) {
  .l-footer_etc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_etc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

.l-footer_etc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media print, screen and (max-width: 780px) {
  .l-footer_etc_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-footer_etc_btn_item {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #6DC9DA;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-footer_etc_btn_item {
    height: 62px;
    border-radius: 31px;
    padding-inline: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_etc_btn_item {
    height: 52px;
    border-radius: 26px;
    padding-inline: 25px;
  }
}
.l-footer_etc_btn_item:hover {
  opacity: 0.6;
}

.l-footer_etc_btn_ja {
  font-weight: 600;
}
.l-footer_etc_btn_en {
  color: #2E707C;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}
@media print, screen and (min-width: 781px) {
  .l-footer_etc_btn_en {
    font-size: 13px;
  }
}
.l-footer_etc_btn_arrow {
  margin-left: auto;
}
.l-footer_etc_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width: 780px) {
  .l-footer_etc_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #6DC9DA;
    border-bottom: 1px solid #6DC9DA;
  }
}

@media print, screen and (max-width: 780px) {
  .l-footer_etc_link_item {
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 781px) {
  .l-footer_etc_link_item + .l-footer_etc_link_item {
    border-left: 1px solid #6DC9DA;
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_etc_link_item + .l-footer_etc_link_item {
    border-top: 1px solid #6DC9DA;
  }
}

.l-footer_etc_link_anchor {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .l-footer_etc_link_anchor {
    padding-block: 12px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-footer_etc_link_anchor {
    padding: 20px;
  }
}
.l-footer_etc_link_anchor:hover {
  color: #2F7F8E;
}

.l-footer_copyright {
  text-align: center;
  background-color: #2F7F8E;
  color: #fff;
  padding-block: 40px;
  font-weight: 500;
}
.l-footer_copyright_text {
  font-size: 12px;
}
.l-main {
  background-color: #FFF0C8;
}
.l-main::after {
  content: "";
  display: block;
}
@media print, screen and (min-width: 781px) {
  .l-main::after {
    height: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .l-main::after {
    height: 30px;
  }
}

@media print, screen and (min-width: 781px) {
  .m-container {
    max-width: 1020px;
    padding-left: 30px;
    padding-right: 30px;
    margin-inline: auto;
  }
}
@media print, screen and (max-width: 780px) {
  .m-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.m-pageHeader {
  background-color: #2B6D79;
  color: #fff;
}
@media print, screen and (min-width: 781px) {
  .m-pageHeader {
    padding: 30px 0;
  }
}
@media print, screen and (max-width: 780px) {
  .m-pageHeader {
    padding: 30px 5px;
  }
}

.m-pageHeader_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .m-pageHeader_content {
    gap: 15px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-pageHeader_content {
    gap: 15px;
  }
}

@media print, screen and (min-width: 781px) {
  .m-pageHeader_icon {
    margin-right: 5px;
    height: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-pageHeader_icon {
    height: 44px;
  }
}

.m-pageHeader_title {
  font-weight: 800;
}
@media print, screen and (min-width: 781px) {
  .m-pageHeader_title {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-pageHeader_title {
    font-size: 20px;
  }
}

.m-pageHeader_subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-top: 0.3rem;
}
@media print, screen and (max-width: 780px) {
  .m-pageHeader_subtitle {
    margin-left: 5px;
  }
}

@media print, screen and (min-width: 781px) {
  .m-breadcrumb {
    padding: 20px 0;
  }
}
@media print, screen and (max-width: 780px) {
  .m-breadcrumb {
    padding: 15px 0;
  }
}
.m-breadcrumb.gutter {
  border-bottom: 5px solid #FFF0C8;
}

.m-breadcrumb_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.m-breadcrumb_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #2F7F8E;
  border-radius: 10px;
}

.m-breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.m-breadcrumb_item {
  font-size: 13px;
  white-space: nowrap;
}
.m-breadcrumb_item + .m-breadcrumb_item::before {
  content: "／";
  margin: 0 0.5rem;
}
.m-breadcrumb_anchor {
  color: #000;
  text-decoration: none;
}
.m-breadcrumb_anchor:hover {
  text-decoration: underline;
}

.m-panel {
  display: grid;
  gap: 10px;
}
@media print, screen and (min-width: 781px) {
  .m-panel {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-panel {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 15px;
  }
}

.m-panel_anchor {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 10px;
}
@media print, screen and (min-width: 781px) {
  .m-panel_anchor {
    height: 213px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-panel_anchor {
    padding: 12px 20px 12px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.m-panel_anchor:hover {
  opacity: 0.8;
}
.m-panel_anchor:hover .m-panel_arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media print, screen and (max-width: 780px) {
  .m-panel_icon {
    width: 50px;
    margin-right: 15px;
  }
}

.m-panel_title {
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 781px) {
  .m-panel_title {
    font-size: 20px;
  }
}
.m-panel_arrow {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media print, screen and (max-width: 780px) {
  .m-panel_arrow {
    margin-left: auto;
  }
}

.m-banner {
  background-color: #fff;
}
.m-banner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media print, screen and (min-width: 781px) {
  .m-banner_container {
    margin: 0 auto;
    padding: 50px 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-banner_container {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 781px) {
  .m-banner_image {
    max-height: 162px;
  }
}
.m-filterGutter {
  height: 5px;
}
.m-filter {
  background-color: #fff;
  border-bottom: 1px solid #FFBB00;
}
@media print, screen and (min-width: 781px) {
  .m-filter {
    padding: 50px 0;
  }
}
@media print, screen and (max-width: 780px) {
  .m-filter {
    padding: 15px 0 25px;
  }
}

.m-filter_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.m-filter_title_icon {
  width: 32px;
}
.m-filter_title_text {
  font-weight: 600;
  font-size: 18px;
}
.m-filter_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.m-filter_btns label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; /* 幅は自動調整、必要なら折り返す */
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #FFBB00;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
}
@media print, screen and (min-width: 781px) {
  .m-filter_btns label {
    padding: 12px 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-filter_btns label {
    padding: 10px 5px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-filter_btns label.sp-full {
    width: 100%;
  }
}

.m-filter_btns input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.m-filter_btns span {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
}

.m-filter_btns label:has(input[type=checkbox]:checked) {
  background-color: #FFF0C8;
  border-color: #FFBB00;
}

.m-filterToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}
.m-filterToggle_btn {
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #FFBB00;
  border-top: 0;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  padding: 5px 30px 10px 30px;
  border-radius: 0 0 10px 10px;
  gap: 10px;
}
.m-filterToggle_arrow {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.m-filterToggle_arrow.is-rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.m-result {
  background-color: #fff;
}
@media print, screen and (min-width: 781px) {
  .m-result {
    padding: 30px 0;
    border-top: 1px dotted #FFBB00;
  }
}
@media print, screen and (max-width: 780px) {
  .m-result {
    padding-bottom: 20px;
  }
}

.m-result_item {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px dotted #FFBB00;
  gap: 10px;
}
@media print, screen and (min-width: 781px) {
  .m-result_item {
    padding: 20px 0;
  }
}
@media print, screen and (max-width: 780px) {
  .m-result_item {
    padding: 20px 0;
  }
}

.m-result_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.m-result_image {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.m-result_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-result_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.m-result_label {
  gap: 10px;
}
.m-result_label_item {
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  padding: 0.3rem 0.5rem;
}
.m-result_label_item-city {
  background-color: #D1F0A4;
  border: 1px solid #D1F0A4;
  font-weight: 500;
}

.m-result_label_item-tag {
  border: 1px solid #FFBB00;
  font-weight: 500;
}

.m-result_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.5;
}
.m-result_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  gap: 5px;
  line-height: 1.6;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.m-result_place img {
  margin-top: 0.3rem;
}

.m-result_getstamp {
  font-size: 14px;
  font-weight: 500;
  color: #2F7F8E;
  margin-top: 5px;
}

.m-result_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.m-result_status_item {
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  padding: 0.3rem 0.5rem 0.4rem;
}
.m-result_status_item.status-reward {
  background-color: #4F77CF;
}
.m-result_status_item.status-closing-soon {
  background-color: #FF5959;
}
.m-result_status_item.status-complete {
  background-color: #1692EB;
}

.m-result_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.m-result_tag_item {
  background-color: #fff;
  border: 1px solid #FFBB00;
  border-radius: 3px;
  font-size: 13px;
  padding: 0.3rem 0.8rem;
}
.m-tab {
  background-color: #fff;
}
.m-tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.m-tab_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #FFBB00;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.m-tab_item.is-active {
  border-top: 3px solid #2F7F8E;
  border-left: 0;
  border-right: 0;
  background-color: #FFF0C8;
  pointer-events: none;
}
.m-tab_item:hover {
  opacity: 0.6;
}

.m-tab_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
@media print, screen and (min-width: 781px) {
  .m-tab_anchor {
    height: 74px;
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-tab_anchor {
    height: 42px;
  }
}

.m-section {
  background-color: #fff;
}
@media print, screen and (min-width: 781px) {
  .m-section {
    padding: 50px;
    border-radius: 20px;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-section {
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
}

@media print, screen and (max-width: 780px) {
  .m-section-cover {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    margin-bottom: 5px;
    padding-bottom: 30px;
  }
}

.m-section-border {
  border: 2px solid #FFBB00;
}

.m-squareHeading {
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-squareHeading > span {
  color: #2F7F8E;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.m-text {
  line-height: 1.6;
  color: #000;
}
.m-googlemap {
  margin-left: -20px;
  margin-right: -20px;
}
.m-googlemap iframe {
  width: 100%;
}
@media print, screen and (min-width: 781px) {
  .m-googlemap iframe {
    height: 450px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-googlemap iframe {
    height: 500px;
  }
}

.m-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.m-pager_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media print, screen and (min-width: 781px) {
  .m-pager_content {
    padding: 20px 0;
  }
}
.m-pager_content:hover {
  opacity: 0.6;
}

.m-btn {
  text-decoration: none;
  padding: 15px 0;
  line-height: 1.4;
  color: #000;
  text-align: center;
  border: 0;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
  max-width: 340px;
  width: 100%;
  border-radius: 30px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.m-btn:hover {
  opacity: 0.8;
}

.m-btn-large {
  padding: 25px 0;
  border-radius: 40px;
  font-size: 18px;
}

.m-btn-medium {
  padding: 20px 0;
  border-radius: 40px;
  font-size: 18px;
}

.m-btn-blue {
  color: #fff;
  background-color: #4177BE;
}

.m-btn-red {
  color: #fff;
  background-color: #FF5959;
}

.m-btn-green {
  color: #fff;
  background-color: #2F7F8E;
}

.m-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.m-pagination_item-active .m-pagination_anchor {
  border-color: #2F7F8E;
  color: #2F7F8E;
}

.m-pagination_anchor {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #919191;
  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;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  width: 40px;
  height: 40px;
}
.m-pagination_anchor:hover {
  background-color: #2F7F8E;
  color: #fff;
}

.m-hover-opacity {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.m-hover-opacity:hover {
  opacity: 0.8;
}

.m-orderlist {
  list-style: number;
  margin-left: 1.2rem;
}
.m-orderlist > li {
  margin-top: 0.5rem;
}

.m-col {
  display: grid;
  gap: 10px;
}

.m-col-2 {
  grid-template-columns: 1fr 1fr;
}

.m-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 25px;
  -webkit-box-shadow: 0 2px 4px #A3DBE5;
  box-shadow: 0 2px 4px #A3DBE5;
}

.m-news {
  background-color: #fff;
}
@media print, screen and (min-width: 781px) {
  .m-news {
    padding-block: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-news {
    padding-block: 25px;
  }
}
.m-news + .m-pager {
  margin-top: 0;
  padding-bottom: 40px;
}

.m-news_list {
  border-top: 1px dashed #FFBB00;
}
.m-news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
  border-bottom: 1px dashed #FFBB00;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .m-news_item {
    padding: 30px 0;
  }
}
@media print, screen and (max-width: 780px) {
  .m-news_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}

.m-news_category {
  color: #fff;
  width: 124px;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  padding: 0.4rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.category-passport {
  background-color: #2F7F8E;
}

.category-stamp {
  background-color: #2F5B8E;
}

.m-news_time {
  color: #1692EB;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.m-news_title {
  font-size: 18px;
  line-height: 1.6;
}
@media print, screen and (max-width: 780px) {
  .m-news_title {
    width: 100%;
  }
}
.m-news_title a {
  text-decoration: none;
  color: #000;
}
.m-news_title a:hover {
  text-decoration: underline;
}

.m-news_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
@media print, screen and (min-width: 781px) {
  .m-news_pager {
    margin-top: 70px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-news_pager {
    margin-top: 30px;
  }
}

.m-news_pager_anchor {
  width: 40px;
  height: 40px;
  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;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #919191;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-news_pager_anchor.is-current {
  color: #2F7F8E;
  border-color: #2F7F8E;
}
.m-news_pager_anchor:hover {
  color: #2F7F8E;
  border-color: #2F7F8E;
}

.m-news_pager_prev {
  width: 30px;
  height: 40px;
  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;
}
.m-news_pager_next {
  width: 30px;
  height: 40px;
  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;
}
.m-newsDetail {
  background-color: #fff;
}
@media print, screen and (min-width: 781px) {
  .m-newsDetail {
    padding: 60px 0;
  }
}
@media print, screen and (max-width: 780px) {
  .m-newsDetail {
    padding: 20px 0;
  }
}

.m-newsDetail_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dashed #FFBB00;
}
@media print, screen and (min-width: 781px) {
  .m-newsDetail_header {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-newsDetail_header {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

.m-newsDetail_header_category {
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  padding: 0.4rem 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.m-newsDetail_header_time {
  color: #1692EB;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1.5;
  margin-left: 15px;
}
.m-newsDetail_header_title {
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 781px) {
  .m-newsDetail_header_title {
    margin-top: 20px;
    font-size: 26px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-newsDetail_header_title {
    font-size: 20px;
    margin-top: 10px;
  }
}

.m-newsDetail_body {
  line-height: 1.6;
}
@media print, screen and (min-width: 781px) {
  .m-newsDetail_body > * {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .m-newsDetail_body > * {
    margin-top: 20px;
  }
}

.m-newsDetail_linkarea {
  border-top: 1px dashed #FFBB00;
  border-bottom: 1px dashed #FFBB00;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 781px) {
  .m-newsDetail_linkarea {
    padding: 40px 0;
  }
}
@media print, screen and (max-width: 780px) {
  .m-newsDetail_linkarea {
    padding: 15px 0;
  }
}
.m-newsDetail_linkarea a {
  text-decoration: underline;
  color: #000;
}
.m-newsDetail_linkarea a:hover {
  text-decoration: none;
}
.m-newsDetail_linkarea img {
  margin-left: 0.8rem;
}

.spot-slider {
  background-color: #fff;
}
@media print, screen and (min-width: 781px) {
  .spot-slider {
    padding-bottom: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .spot-slider {
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 781px) {
  .spot-slider .splide__slide {
    width: 180px !important;
  }
}
@media print, screen and (max-width: 780px) {
  .spot-slider .splide__slide {
    width: 98px !important;
  }
}
.spot-slider .splide__arrows {
  display: none;
}
.spot-slider .splide__pagination {
  display: none;
}

@media print, screen and (max-width: 780px) {
  #js-spot-slider-sp2 .splide__track {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

.spot-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2F7F8E;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 781px) {
  .spot-heading {
    gap: 40px;
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .spot-heading {
    gap: 40px;
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.spot-heading::before, .spot-heading::after {
  content: "";
  background-color: #2F7F8E;
  width: 1px;
  height: 70px;
}
.spot-heading::before {
  rotate: -25deg;
}
.spot-heading::after {
  rotate: 25deg;
}

.spot-heading_title {
  font-weight: 700;
}
@media print, screen and (min-width: 781px) {
  .spot-heading_title {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 780px) {
  .spot-heading_title {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
}

.spot-desc_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.spot-desc_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 781px) {
  .spot-desc_main {
    gap: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .spot-desc_main {
    gap: 5px;
  }
}

.spot-desc_location {
  background-color: #D1F0A4;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  padding: 0.3rem 0.5rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media print, screen and (max-width: 780px) {
  .spot-desc_location {
    font-size: 14px;
  }
}

.spot-desc_title {
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 781px) {
  .spot-desc_title {
    font-size: 32px;
  }
}
@media print, screen and (max-width: 780px) {
  .spot-desc_title {
    font-size: 20px;
  }
}

.spot-desc_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spot-desc_tag_item {
  background-color: #fff;
  border: 1px solid #FFBB00;
  border-radius: 3px;
  padding: 0.3rem 0.8rem;
}
@media print, screen and (max-width: 780px) {
  .spot-desc_tag_item {
    font-size: 13px;
  }
}

.spot-desc_favorite {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.spot-desc_favorite_btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 781px) {
  .spot-desc_favorite_btn {
    gap: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .spot-desc_favorite_btn {
    font-size: 10px;
    font-weight: 700;
    gap: 5px;
  }
}
.spot-desc_favorite_btn img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (max-width: 780px) {
  .spot-desc_favorite_btn img {
    width: 36px;
    height: 36px;
  }
}
.spot-desc_favorite_btn:active img {
  scale: 0.9;
}

.spot-desc_footer {
  border-top: 1px dotted #FFBB00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (min-width: 781px) {
  .spot-desc_footer {
    margin-top: 24px;
    padding-top: 24px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media print, screen and (max-width: 780px) {
  .spot-desc_footer {
    margin-top: 15px;
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.spot-desc_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.spot-desc_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 781px) {
  .spot-desc_info_item {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .spot-desc_info_item {
    font-size: 16px;
  }
}

.spot-desc_info_tel {
  font-size: 19px;
  font-family: "Inter", sans-serif;
  color: #1692EB;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.spot-desc_info_link {
  font-size: 15px;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.spot-desc_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media print, screen and (max-width: 780px) {
  .spot-desc_social {
    margin-top: 15px;
  }
}

.spot-desc_social_link {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media print, screen and (max-width: 780px) {
  .spot-desc_social_link {
    width: 30px;
  }
}
.spot-desc_social_link:hover {
  opacity: 0.6;
}

.stamp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.stamp-header_location {
  background-color: #D1F0A4;
  font-weight: 500;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  padding: 0.3rem 0.5rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media print, screen and (max-width: 780px) {
  .stamp-header_location {
    font-size: 14px;
  }
}

.stamp-header_name {
  font-size: 20px;
  font-weight: 700;
}
.stamp-header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
@media print, screen and (min-width: 781px) {
  .stamp-header_btn {
    margin-top: 34px;
  }
}
@media print, screen and (max-width: 780px) {
  .stamp-header_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.stamp-header_btn_item {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.stamp-header_btn_item:hover {
  opacity: 0.7;
}
.stamp-table {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px 3px;
}

.stamp-cell {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px dashed #B2B2B2;
  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;
  color: #A6A6A6;
  font-size: 19px;
  font-weight: 500;
  position: relative;
}
.stamp-cell:nth-child(5n) {
  background-color: #FFEDED;
  color: #CA6E6E;
}

.stamp-cell_stamped {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}

.stamp-bonus {
  border-top: 1px dashed #FFBB00;
}
.stamp-bonus_item {
  border-bottom: 1px dashed #FFBB00;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.stamp-bonus_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.stamp-bonus_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  line-height: 1.5;
}
.stamp-bonus_title {
  font-size: 17px;
  font-weight: 600;
}
.stamp-bonus_milestone {
  color: #FF5959;
  font-weight: 600;
}
a.stamp-bonus_label {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
a.stamp-bonus_label:hover {
  opacity: 0.7;
}

.stamp-qr {
  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;
  background-color: #fff;
  border-radius: 10px;
}
@media print, screen and (min-width: 781px) {
  .stamp-qr {
    padding: 60px;
  }
}
@media print, screen and (max-width: 780px) {
  .stamp-qr {
    padding: 30px 20px;
  }
}

.stamp-qr_link {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.stamp-qr_link:hover {
  opacity: 0.8;
}

.stampRally-list {
  border-top: 1px dotted #FFBB00;
  margin-top: 30px;
}
.stampRally-list_item {
  border-bottom: 1px dotted #FFBB00;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.stampRally-list_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}
.stampRally-list_link {
  border: 1px solid #6DC9DA;
  border-radius: 20px;
  padding: 0.4rem 0.8rem;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.stampRally-list_link:hover {
  opacity: 0.8;
}

.stampRally-list_stamp {
  width: 63px;
  height: 63px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.stampRally-place {
  border-top: 1px dotted #FFBB00;
}
.stampRally-place_item {
  border-bottom: 1px dotted #FFBB00;
}
.stampRally-place_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding: 25px 10px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.stampRally-place_icon {
  margin-left: 1rem;
}
.stampRally-place_body {
  display: none;
  padding-bottom: 20px;
}
.stampRally-place_body_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.stampRally-result {
  border: 1px solid #FF5959;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.stampRally-result_title {
  text-align: center;
  color: #FF5959;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.mypage-profile {
  background: #348B9C;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(52, 139, 156)), to(rgb(0, 170, 197)));
  background: linear-gradient(180deg, rgb(52, 139, 156) 0%, rgb(0, 170, 197) 100%);
  padding-block: 10px;
}
@media print, screen and (min-width: 781px) {
  .mypage-profile {
    padding-inline: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .mypage-profile {
    padding-inline: 10px;
  }
}

.mypage-profile_content {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}
@media print, screen and (min-width: 781px) {
  .mypage-profile_content {
    max-width: 960px;
    margin-inline: auto;
  }
}
.mypage-profile_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.mypage-profile_image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.mypage-profile_image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mypage-profile_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  line-height: 1.4;
}
.mypage-profile_info_name {
  font-size: 20px;
  font-weight: 500;
}
.mypage-profile_info_id {
  font-weight: 500;
}
.mypage-profile_info_id span {
  color: #2F7F8E;
  font-weight: 500;
}

.mypage-profile_sub {
  border-top: 1px dashed #6DC9DA;
  padding-top: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
.mypage-profile_term {
  font-weight: 500;
  margin-bottom: 10px;
}
.mypage-dashboard {
  padding: 20px 0;
}
.mypage-dashboard_content {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  -webkit-box-shadow: 0 2px 4px #A3DBE5;
  box-shadow: 0 2px 4px #A3DBE5;
}
.mypage-dashboard_content + .mypage-dashboard_content {
  margin-top: 10px;
}

.mypage-dashboard_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.mypage-dashboard_head_icon {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mypage-dashboard_head_title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
@media print, screen and (max-width: 780px) {
  .mypage-dashboard_head_title {
    font-size: 16px;
  }
}

.mypage-dashboard_head_amount {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media print, screen and (min-width: 781px) {
  .mypage-dashboard_head_amount {
    font-size: 16px;
  }
}
.mypage-dashboard_head_amount_number {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 30px;
}
.mypage-dashboard_head_toggle {
  margin-left: 15px;
}
.mypage-dashboard_head_toggle.is-rotate {
  rotate: 180deg;
}

.mypage-dashboard_body {
  display: none;
  padding-top: 25px;
}
.mypage-dashboard_list {
  border-top: 1px dotted #6DC9DA;
}
.mypage-dashboard_list_item {
  border-bottom: 1px dotted #6DC9DA;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mypage-dashboard_list_item_title {
  font-size: 15px;
}
.mypage-dashboard_list_item_amount {
  font-size: 18px;
  font-weight: 500;
}
.mypage-dashboard_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}
.mypage-dashboard_btn_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #6DC9DA;
  padding: 0.4em 0.8rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mypage-dashboard_btn_item:hover {
  opacity: 0.8;
}

.mypage-notification {
  background-color: #fff;
  padding: 20px 0;
}
.mypage-notification_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.mypage-notification_list {
  border-top: 1px dotted #6DC9DA;
}
.mypage-notification_item {
  line-height: 1.5;
  font-size: 18px;
  border-bottom: 1px dotted #6DC9DA;
}
.mypage-notification_anchor {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  gap: 20px;
}
.mypage-news {
  background-color: #fff;
  margin-top: 5px;
  padding: 20px 0;
}
.mypage-news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.mypage-news_list {
  border-top: 1px dotted #6DC9DA;
}
.mypage-news_item {
  padding: 15px 0;
  border-bottom: 1px dotted #6DC9DA;
}
.mypage-news_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.mypage-news_meta_category {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
  border-radius: 3px;
}
.mypage-news_meta_date {
  font-family: "Inter", sans-serif;
  color: #1692EB;
  font-weight: 500;
}
.mypage-news_anchor {
  font-size: 18px;
  text-decoration: none;
  color: #000;
}
.mypage-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
}
.mypage-setting_item {
  -webkit-box-shadow: 0 2px 4px #A3DBE5;
  box-shadow: 0 2px 4px #A3DBE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  gap: 10px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mypage-setting_item:hover {
  opacity: 0.8;
}
.mypage-setting_item img {
  width: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mypage-settingList {
  background-color: #fff;
  padding: 20px 0;
}
.mypage-settingList_item {
  border-bottom: 1px dashed #6DC9DA;
  padding: 15px 0;
}
.mypage-settingList_item:first-child {
  border-top: 1px dashed #6DC9DA;
}

.mypage-settingList_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mypage-settingList_name_title {
  line-height: 1.5;
  background-color: #2F7F8E;
  font-weight: 500;
  color: white;
  border-radius: 3px;
  padding: 0.4rem 0.8rem;
}
.mypage-settingList_name_instruct {
  border: 1px solid #6DC9DA;
  border-radius: 5px;
  padding: 0.4rem 0.6rem;
  line-height: 1.4;
}

.mypage-settingList_name_status {
  border-radius: 3px;
  padding: 0.5rem 0.6rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mypage-settingList_name_status.status-private {
  background-color: #FFCAB7;
}
.mypage-settingList_name_status.status-public {
  background-color: #DBF1F5;
}
.mypage-settingList_name_status.status-limited {
  background-color: #FFF1B7;
}

.mypage-settingList_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.mypage-settingList_data_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 360px;
}

.mypage-settingList_data_input {
  border-radius: 5px;
  border: 1px solid #AAAAAA;
  padding: 0.5rem 0.6rem;
  font-size: 16px;
  width: 100%;
}

.mypage-settingList_data_select {
  border-radius: 5px;
  border: 1px solid #AAAAAA;
  padding: 0.5rem 0.6rem;
  font-size: 16px;
  width: 100%;
}

.mypage-settingList_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.mypage-settingList_checkbox_item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}
.mypage-settingList_checkbox_input {
  inline-size: 18px;
  aspect-ratio: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.mypage-settingList_checkbox_text {
  margin-top: -2px;
}
@media print, screen and (min-width: 781px) {
  .login {
    padding: 20px 0;
  }
}
@media print, screen and (max-width: 780px) {
  .login {
    padding: 10px 0;
  }
}

.login-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 25px;
  -webkit-box-shadow: 0 2px 4px #A3DBE5;
  box-shadow: 0 2px 4px #A3DBE5;
}
.login-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.login-container {
  max-width: 320px;
  margin: 0 auto;
}

.login-line {
  border-top: 1px dashed #6DC9DA;
  padding: 25px 0;
}
.login-line_title {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.login-line_lead {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
.login-line_btn {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.login-line_btn:hover {
  opacity: 0.8;
}

.login-address {
  border-top: 1px dashed #6DC9DA;
  padding-top: 25px;
}
.login-address_title {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.login-address_item {
  margin-bottom: 10px;
}
.login-address_label {
  font-weight: 500;
  background-color: #2F7F8E;
  color: #fff;
  border-radius: 3px;
  padding: 0.5rem 0.2rem;
  display: block;
  width: 9rem;
  text-align: center;
  margin-bottom: 10px;
}
.login-address_input {
  max-width: 320px;
  width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  font-size: 16px;
  padding: 0.5rem 0.7rem;
}
.login-address_submit {
  background-color: #2F7F8E;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  height: 55px;
  width: 100%;
  border: 0;
  border-radius: 30px;
  margin-top: 10px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.login-address_submit:hover {
  opacity: 0.8;
}

.login-address_forgot {
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  margin-top: 20px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.login-address_forgot:hover {
  opacity: 0.8;
}

.visonpay-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 781px) {
  .visonpay-card_item {
    width: 152px;
  }
}
.visonpay-myqr {
  text-align: center;
}
.visonpay-myqr_title {
  font-weight: 700;
  font-size: 22px;
  color: #2F7F8E;
  margin-bottom: 20px;
}
.visonpay-myqr_body {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.index-mv {
  position: relative;
}

.index-mv_main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-mv_main_content {
  max-width: 1440px;
  margin-inline: auto;
}
@media print, screen and (min-width: 781px) {
  .index-mv_main_content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-mv_main_content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
  }
}

.index-mv_main_content img {
  width: 100%;
}

.index-mv_slider {
  background-color: #2F7F8E;
  text-align: center;
}
.index-mv_slider .splide__arrows {
  display: none;
}
.index-mv_slider .splide__pagination {
  display: none;
}

.index-slider {
  background-color: #fff;
}
@media print, screen and (min-width: 781px) {
  .index-slider {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 781px) {
  .index-slider .splide__slide {
    width: 180px !important;
  }
}
@media print, screen and (max-width: 780px) {
  .index-slider .splide__slide {
    width: 98px !important;
  }
}
.index-slider .splide__arrows {
  display: none;
}
.index-slider .splide__pagination {
  display: none;
}

@media print, screen and (max-width: 780px) {
  #js-slider1-sp2 .splide__track {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@media print, screen and (max-width: 780px) {
  #js-slider2-sp2 .splide__track {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

.index-slider.sp {
  background-color: #fff;
  padding-top: 5px;
}
.index-slider.sp + .index-slider.sp {
  padding-bottom: 5px;
}

.index-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 50px;
}
@media print, screen and (max-width: 780px) {
  .index-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index-about_body {
  font-family: "Kaisei Tokumin", serif;
  font-size: 24px;
  color: #A2742B;
  font-weight: 500;
  line-height: 1.6;
}
.index-point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  max-width: 1440px;
  margin-inline: auto;
}
@media print, screen and (min-width: 781px) {
  .index-point {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-point {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 780px) {
  .index-point {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.index-point_item {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.index-point_image {
  margin-bottom: 25px;
  margin-left: -30px;
  margin-right: -30px;
}
.index-point_title {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2F7F8E;
  line-height: 1.5;
  padding-bottom: 18px;
  border-bottom: 1px dashed #FFBB00;
}
.index-point_body {
  line-height: 1.6;
  padding-top: 20px;
}
.index-entry {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 781px) {
  .index-entry {
    max-width: 1190px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 120px;
    margin-top: 120px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-entry {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px;
  }
}

.index-entry_image img {
  overflow: hidden;
}
@media print, screen and (min-width: 781px) {
  .index-entry_image img {
    min-width: 695px;
    border-radius: 20px;
  }
}
.index-entry_content {
  width: 100%;
}
@media print, screen and (min-width: 781px) {
  .index-entry_content {
    max-width: 755px;
    padding-top: 90px;
    margin-left: -320px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .index-entry_content {
    margin-left: -600px;
    padding-top: 300px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-entry_content {
    margin-top: -35px;
  }
}

.index-entry_title {
  text-align: center;
  margin-bottom: 20px;
}
.index-entry_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media print, screen and (max-width: 780px) {
  .index-entry_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.index-entry_card_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
@media print, screen and (min-width: 781px) {
  .index-entry_card_item {
    padding: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-entry_card_item {
    padding: 20px;
  }
}

.index-entry_card_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  width: 200px;
}
@media print, screen and (min-width: 781px) {
  .index-entry_card_label {
    height: 58px;
    margin: -40px auto 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-entry_card_label {
    height: 40px;
    margin: -20px auto 30px;
  }
}
.index-entry_card_label span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-left: 0.3rem;
}

@media print, screen and (max-width: 780px) {
  .index-entry_card_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 780px) {
  .index-entry_card_content_text {
    text-align: left;
  }
}

@media print, screen and (min-width: 781px) {
  .index-entry_card_icon {
    margin-bottom: 15px;
  }
}
.index-entry_card_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-entry_card_text01 {
  font-size: 17px;
  margin-bottom: 5px;
}
.index-entry_card_text02 {
  color: #008A29;
  font-size: 17px;
  font-weight: 500;
}
@media print, screen and (min-width: 781px) {
  .index-entry_card_text02 {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-entry_card_text02 {
    margin-top: 5px;
    display: inline-block;
  }
}

.index-entry_card_text03 {
  font-size: 15px;
}
@media print, screen and (min-width: 781px) {
  .index-entry_card_text03 {
    margin-bottom: 54px;
  }
}
.index-entry_card_btn {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.index-entry_card_btn:hover {
  opacity: 0.8;
}

.index-entry_card_login {
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.index-entry_card_login:hover {
  opacity: 0.8;
}

.index-entry_card_item-line .index-entry_card_label {
  background-color: #008A00;
}

.index-entry_card_item-web .index-entry_card_label {
  background-color: #2F7F8E;
}

.index-pointbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 781px) {
  .index-pointbtn {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .index-pointbtn {
    margin-top: 30px;
  }
}

.index-pointbtn_item {
  background-color: #2F7F8E;
  font-weight: 700;
  color: #fff;
  width: 290px;
  height: 60px;
  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;
  border-radius: 30px;
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.index-pointbtn_item:hover {
  opacity: 0.8;
}
.mypage-dashboard_spot {
  border-top: 1px dotted #6DC9DA;
}
.mypage-dashboard_spot .m-result_item {
  border-bottom: 1px dotted #6DC9DA;
  padding: 15px 0;
}
.mypage-dashboard_spot .m-result_content {
  gap: 5px;
}

.mypage-dashboard_stamp {
  border-top: 1px dotted #6DC9DA;
}
.mypage-dashboard_stamp .m-result_item {
  border-bottom: 1px dotted #6DC9DA;
  padding: 15px 0;
}
.mypage-dashboard_stamp .m-result_content {
  gap: 2px;
}

.about-container {
  padding-top: 60px;
  max-width: 1220px;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media print, screen and (max-width: 780px) {
  .about-container {
    padding: 15px;
  }
}

.about-main {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 781px) {
  .about-main {
    margin-bottom: 80px;
    padding: 80px 100px;
    gap: 50px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .about-main {
    padding: 50px 50px;
    gap: 40px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 40px 30px 30px;
    gap: 30px;
  }
}

.about-main_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .about-main_image {
    width: 40%;
  }
}
.about-main_heading {
  font-family: "Kaisei Tokumin", serif;
  color: #A2742B;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px dashed #FFBB00;
}
@media print, screen and (min-width: 781px) {
  .about-main_heading {
    font-size: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-main_heading {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 781px) {
  .about-main_heading_strong {
    font-size: 50px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-main_heading_strong {
    font-size: 34px;
  }
}

.about-main_lead {
  color: #FF5959;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 781px) {
  .about-main_lead {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-main_lead {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

.about-main_body {
  line-height: 1.8;
}
@media print, screen and (min-width: 781px) {
  .about-main_body {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-main_body {
    text-align: left;
  }
}

@media print, screen and (max-width: 780px) {
  .about-point {
    margin-top: 20px;
  }
}

.about-point_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 781px) {
  .about-point_item {
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-point_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 781px) {
  .about-point_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .about-point_image {
    width: 70%;
  }
}
@media print, screen and (max-width: 780px) {
  .about-point_image {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.about-point_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 781px) {
  .about-point_content {
    gap: 30px;
    padding: 50px;
    margin-left: -280px;
    margin-top: 220px;
  }
}
@media print, screen and (min-width: 781px) and (max-width: 1000px) {
  .about-point_content {
    margin-left: -450px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-point_content {
    margin-top: -70px;
    padding: 25px;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about-point_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.about-point_heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-bottom: 1px dashed #FFBB00;
}
@media print, screen and (min-width: 781px) {
  .about-point_heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-point_heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.about-point_heading_label {
  color: #2B6D79;
  line-height: 1.5;
  font-size: 17px;
}
.about-point_heading_label_num {
  color: #FFBB00;
  font-size: 30px;
}
.about-point_heading_title {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2F7F8E;
  line-height: 1.4;
}
@media print, screen and (min-width: 781px) {
  .about-point_heading_title {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-point_heading_title {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 781px) {
  .about-point_body {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 780px) {
  .about-point_body {
    font-size: 16px;
    line-height: 1.6;
  }
}

.about-point_body_notice {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 781px) {
  .about-point_body_notice {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 780px) {
  .about-point_body_notice {
    font-size: 15px;
  }
}

.about-entry {
  width: 100%;
}
@media print, screen and (min-width: 781px) {
  .about-entry {
    max-width: 755px;
    margin-inline: auto;
    padding-bottom: 100px;
  }
}

@media print, screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

.m0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mx0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.m5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mx5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mx10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m15 {
  margin: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mx15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mx20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m25 {
  margin: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mx25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mx30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m35 {
  margin: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mx35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mx40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m45 {
  margin: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mx45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m50 {
  margin: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mx50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.px0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.px5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.px10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.px15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.px20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p25 {
  padding: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.px25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.px30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p35 {
  padding: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.px35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.px40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p45 {
  padding: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.px45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.p50 {
  padding: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.px50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hr {
  border: 0;
  border-top: 1px dashed #6DC9DA;
}

.fw100 {
  font-weight: 100;
}

.fw200 {
  font-weight: 200;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}/*# sourceMappingURL=maps/main.css.map */
