@charset "utf-8";
/* ========================================
# Common
======================================== */
html {
  font-size: 62.5%;
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 100vh;
  background: #F7F7F7;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media print {
  body {
    margin: 0 auto;
    width: 1080px;
  }
}
.inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media screen and (max-width: 800px) {
  .inner {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    margin-left: 4vw;
    margin-right: 4vw;
    padding: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.scroll--disallow {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.-disabled {
  pointer-events: none !important;
}
.-hidden {
  display: none !important;
}
.ba-abs {
  content: "";
  display: block;
  position: absolute;
}
.red {
  color: #D80C18;
}
/* ========================================
# Layout
======================================== */
.-center {
  text-align: center;
}
.-left {
  text-align: left;
}
.-right {
  text-align: right;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
/* ========================================
# Responsive
======================================== */
@media all and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .pc-only.inline {
    display: inline !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only.inline {
    display: inline !important;
  }
}
@media print {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  .no-print {
    display: none !important;
  }
}
/* ========================================
# Hover Animation
======================================== */
@media (hover: hover) and (pointer: fine) {
  .hover {
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .hover:hover {
    opacity: 0.7;
  }
}
/* ========================================
# Header
======================================== */
.page-header {
  background: url(../images/bg_header_gradation.png) left top repeat-x;
  background-size: auto 280px;
  margin-bottom: 20px;
}
.page-header__container {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/bg_header.png) center top no-repeat;
  background-size: auto 340px;
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .page-header__container {
    background-image: url(../images/bg_header@2x.png);
  }
}
.page-header .inner {
  position: relative;
  height: 340px;
  padding-top: 30px;
}
.page-header .page-title {
  width: 316px;
  margin: 0 auto 23px;
}
.page-header .lede {
  text-align: center;
  color: #898989;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .page-header {
    background: none;
    margin-bottom: 12vw;
  }
  .page-header__container {
    background: url(../images/bg_header_sp.png) center top no-repeat;
    background-size: contain;
  }
  .page-header .inner {
    height: 45.33vw;
    padding-top: 4vw;
  }
  .page-header .page-title {
    width: 42.26vw;
    margin-bottom: 1.8vw;
  }
  .page-header .lede {
    font-size: 3vw;
  }
}
@media print {
  .page-header {
    min-width: 1080px;
  }
}
/* ========================================
# Contents
======================================== */
.anchor {
  position: absolute;
  display: block;
  top: 0;
  margin-top: -125px;
  padding-top: 125px;
}
.bullet {
  padding-left: 1em;
  text-indent: -1em;
}
.icon {
  display: inline-block;
  vertical-align: bottom;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon + span {
  margin-left: 5px;
}
/*
hr {
  display: block;
  margin: 20px 0;
  padding: 0;
  height: 1px;
  border: none;
  background: url(../images/bg_border_dots.png)left top repeat-x;
  background-size: 4px 1px;
  @media @sp {
    margin: 10px 0;
  }
}
.note {
  font-size: small;
}
*/
.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 10px;
  border-radius: 5px;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
}
.button span {
  color: inherit;
  text-decoration: none;
}
.button::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  pointer-events: none;
}
.button--below {
  padding: 10px 10px 30px;
  font-size: 20px;
}
.button--below::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  background: url(../images/img_button_arrow_b.svg) center center no-repeat;
  background-size: contain;
}
.button--right {
  padding: 10px 50px;
  font-size: 28px;
}
.button--right::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  background: url(../images/img_button_arrow_r.svg) center center no-repeat;
  background-size: contain;
}
.button--aqua {
  background-color: #00B9EF;
}
.button--pink {
  background-color: #EF858C;
}
@media (hover: hover) and (pointer: fine) {
  .button--below::after {
    transition: bottom 0.3s ease;
  }
  .button--right::after {
    transition: right 0.3s ease;
  }
  .button--below:hover::after {
    bottom: 13px;
  }
  .button--right:hover::after {
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .button {
    min-height: 0;
  }
  .button::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
  }
  .button--below {
    padding: 13px 10px 21px;
    font-size: 3.5vw;
  }
  .button--below::after {
    bottom: 10px;
    width: 15px;
    height: 8px;
  }
  .button--right {
    padding: 13px 28px;
    font-size: 4vw;
  }
  .button--right::after {
    right: 10px;
    width: 8px;
    height: 15px;
  }
}
.button-block {
  margin-top: 20px;
}
.button-block .button + .button {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .button-block {
    margin-top: 10px;
  }
  .button-block .button + .button {
    margin-top: 10px;
  }
}
/* Local Navi
---------------------------------------- */
.local-navi {
  margin-bottom: 20px;
}
.local-navi .list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.local-navi .list__item {
  position: relative;
  display: flex;
  justify-content: stretch;
  width: 100%;
}
.local-navi .list__item .balloon {
  position: absolute;
  top: -50px;
  pointer-events: none;
  width: 114px;
}
.local-navi .list__item .button {
  width: 100%;
}
.local-navi .item01 .balloon {
  left: -75px;
}
.local-navi .item02 .balloon {
  right: -75px;
}
@media screen and (max-width: 940px) {
  .local-navi .list__item .balloon {
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -85%);
  }
}
@media only screen and (max-width: 767px) {
  .local-navi {
    margin-bottom: 20px;
  }
  .local-navi .list {
    gap: 2.66vw;
  }
  .local-navi .list__item .balloon {
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -80%);
    width: 18.66vw;
  }
}
/* Section
---------------------------------------- */
.section {
  position: relative;
}
/* まちペイギフトカードってなぁに？？
---------------------------------------- */
.section-about {
  margin-bottom: 30px;
}
.section-about .sect-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-weight: 600;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.section-about .sect-title::before,
.section-about .sect-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
}
.section-about .sect-title::before {
  left: 0;
  background-color: #90C7D6;
}
.section-about .sect-title::after {
  right: 0;
  background-color: #DEA0A4;
}
@media only screen and (max-width: 767px) {
  .section-about {
    margin-bottom: 20px;
  }
  .section-about .sect-title {
    min-height: 40px;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 4vw;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  }
  .section-about .sect-title::before,
  .section-about .sect-title::after {
    width: 10px;
  }
}
.img-block {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.img-block__image {
  width: 250px;
}
.img-block__detail {
  flex: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .img-block {
    display: block;
    margin-bottom: 15px;
  }
  .img-block__image {
    width: 56vw;
    margin: 0 auto 10px;
  }
}
.cols-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.cols-block__item {
  width: 355px;
}
.cols-block__caption {
  margin-bottom: 10px;
}
.cols-block::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  background: url(../images/bg_border_dots_v.png) center top repeat-y;
  background-size: 1px 4px;
}
@media only screen and (max-width: 767px) {
  .cols-block {
    display: block;
  }
  .cols-block__item {
    width: auto;
    margin-bottom: 15px;
  }
  .cols-block__caption {
    margin-bottom: 5px;
  }
  .cols-block::after {
    display: none;
  }
}
/* 事業者のみなさま／まちペイアプリをご利用のみなさま
---------------------------------------- */
.section-style01 {
  margin: 145px 0 30px;
}
.section-style01 .inner {
  padding: 70px 20px 20px;
}
.section-style01 .sect-header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 100px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-style01 .sect-header__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
.section-style01 .sect-header__balloon {
  position: absolute;
  width: 114px;
  top: -65px;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .section-style01 {
    margin: 21.8vw 0 20px;
  }
  .section-style01 .inner {
    padding: 12vw 2.66vw 2.66vw;
  }
  .section-style01 .sect-header {
    width: 72.8vw;
    height: 16vw;
  }
  .section-style01 .sect-header__title {
    font-size: 4vw;
  }
  .section-style01 .sect-header__balloon {
    width: 18.66vw;
    top: 0;
    left: -2.66vw;
    transform: translateY(-51.6%);
  }
}
/* 事業者のみなさま
---------------------------------------- */
.section-for-business .inner {
  background-color: #E6F0E6;
}
.section-for-business .sect-header {
  background-image: url(../images/bg_ttl01.png);
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .section-for-business .sect-header {
    background-image: url(../images/bg_ttl01@2x.png);
  }
}
@media only screen and (max-width: 767px) {
  .section-for-business .sect-header {
    background-image: url(../images/bg_ttl01_sp.png);
  }
}
.chara-block01__title {
  margin-bottom: 20px;
}
.chara-block01__title .title-balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 10px 0;
  border-radius: 5px;
  background-color: #74ACBC;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
.chara-block01__title .title-balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 80px;
  border: 18px solid transparent;
  border-top-width: 21px;
  border-top-color: #74ACBC;
  border-bottom-width: 0;
}
.chara-block01__detail {
  min-height: 110px;
  padding-left: 270px;
  background: url(../images/img_mascot01.png) left bottom no-repeat;
  background-size: 250px 100px;
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .chara-block01__detail {
    background-image: url(../images/img_mascot01@2x.png);
  }
}
@media only screen and (max-width: 767px) {
  .chara-block01 {
    margin-bottom: 10px;
  }
  .chara-block01__title {
    margin-bottom: 15px;
  }
  .chara-block01__title .title-balloon {
    display: block;
    min-height: 0;
    font-size: 4.2vw;
  }
  .chara-block01__title .title-balloon::after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px 10px 0 10px;
  }
  .chara-block01__detail {
    min-height: 0;
    padding: 0;
    background: none;
  }
}
.guide-block {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
}
.guide-block__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
  color: #D80C18;
  font-size: 28px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
.guide-block__detail {
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
}
.guide-block .button-block {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .guide-block {
    padding: 10px 2.66vw;
  }
  .guide-block__title {
    border-bottom-width: 1px;
    font-size: 14px;
  }
  .guide-block__detail {
    font-size: 14px;
  }
  .guide-block__detail p + p {
    margin-top: 5px;
  }
}
.catch-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 10px 150px;
  background: url(../images/bg_catch.png) center bottom no-repeat;
  background-size: contain;
}
.catch-block p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .catch-block {
    background-image: url(../images/bg_catch@2x.png);
  }
}
@media only screen and (max-width: 767px) {
  .catch-block {
    padding: 0;
    min-height: 13.33vw;
    background-image: url(../images/bg_catch_sp.png);
  }
  .catch-block p {
    font-size: 4vw;
  }
}
.feature-block {
  padding-top: 30px;
  margin-bottom: 20px;
}
.feature-block__inner {
  position: relative;
  padding: 50px 20px 20px;
  border-radius: 5px;
  background-color: #fff;
}
.feature-block__title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  top: 0;
  left: 20px;
  right: 20px;
  min-height: 60px;
  border-radius: 40px;
  transform: translateY(-50%);
  background-color: #6B7280;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .feature-block {
    padding-top: 4vw;
    margin-bottom: 10px;
  }
  .feature-block__inner {
    padding: 6.6vw 2.66vw 2.66vw;
  }
  .feature-block__title {
    padding: 1.33vw;
    min-height: 8vw;
    border-radius: 4vw;
    font-size: 3.6vw;
  }
}
/* accordion */
.feature-item {
  position: relative;
}
.feature-item__head {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  min-height: 40px;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5;
}
.feature-item__head .num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #000;
  background-color: #fff;
  text-align: center;
  line-height: 1;
}
.feature-item__head .caption {
  position: relative;
}
.feature-item__head::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  height: 10px;
  background: url(../images/img_accordion_arrow.svg) center top no-repeat;
  background-size: contain;
  transition: rotate 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .feature-item__head {
    cursor: pointer;
  }
  .feature-item__head::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border-radius: 30px;
    background-color: #E2EFF2;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .feature-item__head:hover::before {
    opacity: 1;
  }
}
.feature-item.-open .feature-item__head::after {
  rotate: 180deg;
}
.feature-item.-open .feature-item__head:hover::before {
  opacity: 0 !important;
}
.feature-item__detail {
  display: none;
  padding: 10px 0 0;
}
.feature-item + .feature-item {
  margin-top: 20px;
  padding-top: 20px;
  background: url(../images/bg_border_dots_h.png) left top repeat-x;
  background-size: 4px 1px;
}
@media only screen and (max-width: 767px) {
  .feature-item__head {
    padding-right: 20px;
    min-height: 30px;
    gap: 5px;
    font-size: 14px;
  }
  .feature-item__head .num {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 16px;
  }
  .feature-item__head::after {
    top: 11px;
    width: 15px;
    height: 7px;
  }
  .feature-item + .feature-item {
    margin-top: 10px;
    padding-top: 10px;
  }
}
/* まちペイアプリをご利用のみなさま
---------------------------------------- */
.section-for-user .inner {
  background-color: #F0E4E5;
}
.section-for-user .sect-header {
  background-image: url(../images/bg_ttl02.png);
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .section-for-user .sect-header {
    background-image: url(../images/bg_ttl02@2x.png);
  }
}
@media only screen and (max-width: 767px) {
  .section-for-user .sect-header {
    background-image: url(../images/bg_ttl02_sp.png);
  }
}
.chara-block02 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.chara-block02__title {
  width: 37.2%;
  max-width: 264px;
  padding-bottom: 123px;
  background: url(../images/img_mascot02.png) left bottom no-repeat;
  background-size: 100% auto;
}
.chara-block02__title .title-balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 10px 0;
  border-radius: 5px;
  background-color: #DE9FA4;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5;
}
.chara-block02__title .title-balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 13px solid transparent;
  border-top-width: 16px;
  border-top-color: #DE9FA4;
  border-bottom-width: 0;
}
.chara-block02__detail {
  flex: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chara-block02 {
    display: block;
    margin-bottom: 10px;
  }
  .chara-block02__title {
    width: auto;
    max-width: none;
    padding: 0;
    margin-bottom: 15px;
    background: none;
  }
  .chara-block02__title .title-balloon {
    display: block;
    min-height: 0;
    font-size: 4.2vw;
  }
  .chara-block02__title .title-balloon::after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px 10px 0 10px;
  }
  .chara-block02__detail {
    width: auto;
  }
}
/* アプリを入手してみよう！
---------------------------------------- */
.section-app {
  margin-bottom: 30px;
}
.section-app .sect-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 10px 0;
  margin: 0 20px 27px;
  border-radius: 5px;
  background-color: #EF858C;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
.section-app .sect-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 85px;
  border: 18px solid transparent;
  border-top-width: 21px;
  border-top-color: #EF858C;
  border-bottom-width: 0;
}
.section-app .message01 {
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .section-app {
    margin-bottom: 20px;
  }
  .section-app .sect-title {
    min-height: 0;
    padding: 8px 0;
    margin: 0 2.66vw 15px;
    font-size: 4vw;
  }
  .section-app .sect-title::after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 11px 10px 0 10px;
  }
  .section-app .catch-block p {
    font-size: 3vw;
  }
  .section-app .message01 {
    font-size: 14px;
  }
}
/* ダウンロード */
.app-dl-block {
  padding: 20px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #DE9FA4;
}
.app-dl-block__inner {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
}
.app-dl-block__caption {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(../images/bg_border_dots_h.png) left bottom repeat-x;
  background-size: 4px 1px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
.app-dl-block .list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.app-dl-block .list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.app-dl-block .list .list-item .banner {
  display: block;
  font-size: 1px;
}
.app-dl-block .list .list-item .qr-code {
  width: 100px;
}
.app-dl-block .list .list-item img {
  width: 100%;
}
.app-dl-block .list .appstore {
  width: 44.8%;
  max-width: 300px;
}
.app-dl-block .list .appstore .banner {
  width: 190px;
}
.app-dl-block .list .googleplay {
  width: 51.1%;
  max-width: 342px;
}
.app-dl-block .list .googleplay .banner {
  width: 232px;
}
@media only screen and (max-width: 767px) {
  .app-dl-block {
    padding: 2.66vw;
  }
  .app-dl-block__inner {
    padding: 2.66vw;
  }
  .app-dl-block__caption {
    font-size: 4vw;
  }
  .app-dl-block .list .list-item {
    max-width: none;
  }
  .app-dl-block .list .list-item .banner {
    width: 100%;
  }
  .app-dl-block .list .list-item .qr-code {
    display: none;
  }
  .app-dl-block .list .appstore {
    width: 44.25%;
  }
  .app-dl-block .list .googleplay {
    width: 54.1%;
  }
}
.bottom-note {
  text-align: right;
  font-size: small;
}
/* スクロール
---------------------------------------- */
.scroll-wrap {
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  overflow-x: auto;
}
.scroll-wrap .flowchart {
  text-align: center;
}
.scroll-wrap .flowchart.left {
  text-align-last: left;
}
.scroll-wrap .flowchart01 {
  width: 1224px;
}
.scroll-wrap .flowchart02 {
  width: 969px;
}
@media all and (min-width: 768px) {
  .scroll-wrap.x-size-adjustment-pc {
    width: calc(100% + 10px);
    margin-left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-wrap .flowchart {
    margin: 0 auto;
    box-sizing: content-box;
  }
  .scroll-wrap .flowchart01 {
    width: 1010px;
  }
  .scroll-wrap .flowchart02 {
    width: 800px;
  }
}
.bottom-note {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: right;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .bottom-note {
    font-size: 10px;
  }
}
/* ========================================
# Footer
======================================== */
.page-footer {
  border-top: 1px solid #000;
}
.page-footer__upper {
  padding: 30px 0;
}
.page-footer__call-center {
  width: 495px;
  margin: 0 auto 10px;
}
.page-footer__navi {
  text-align: center;
}
.page-footer__navi ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.page-footer__navi ul a {
  display: block;
  padding: 1px 10px;
  color: #111;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}
.page-footer__navi ul a:hover {
  text-decoration: underline;
}
.page-footer__sns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 60px;
}
.page-footer__sns .icon {
  display: block;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .page-footer__sns {
    gap: 30px;
  }
  .page-footer__sns .icon {
    width: 35px;
    height: 35px;
  }
}
.page-footer__lower {
  background-color: #707070;
}
.page-footer__lower .inner {
  padding: 40px 10px;
}
.page-footer__lower .copy {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-footer__upper {
    padding: 15px 0;
  }
  .page-footer__call-center {
    width: 80%;
  }
  .page-footer__call-center a {
    display: table;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page-footer__call-center .hours {
    text-align: center;
    font-size: 12px;
  }
  .page-footer__sns {
    margin-top: 15px;
  }
  .page-footer__lower .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    min-height: 13.33vw;
  }
  .page-footer__lower .copy {
    font-size: 2.66vw;
  }
}
.icon_email {
  width: 16px;
  height: 16px;
  background-image: url(../images/ico_email.svg);
}
.pagetop {
  position: fixed;
  display: block;
  z-index: 100;
  bottom: 12px;
  right: 12px;
}
.pagetop a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid #D1D5DB;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background: #fff url(../images/ico_pagetop.svg) center center no-repeat;
  background-size: 24px auto;
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .pagetop a {
    transition: opacity 0.3s ease;
  }
  .pagetop a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 1.33vw;
    right: 1.33vw;
  }
  .pagetop a {
    width: 10.66vw;
    height: 10.66vw;
    border-width: 1vw;
    background-size: 3.2vw auto;
    opacity: 1;
  }
}
@media print {
  .pagetop {
    display: none !important;
  }
}
/* ========================================
# Print
======================================== */
@media print {
  .accordion {
    pointer-events: none;
  }
  .accordion__body {
    display: block !important;
  }
  .accordion .toggle-icon::after {
    background-position: center bottom !important;
  }
}
/* ========================================
#
======================================== */
/*
---------------------------------------- */
