@charset "UTF-8";
/*===============
    カラー
================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&family=Roboto:wght@500&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
p, li {
  text-align: justify;
}

.txt_bold {
  font-weight: bold;
}

/*===============
　サブタイトル
=================*/
.subtitle {
  color: #009C74;
  font-size: 32px;
  font-weight: bold;
  margin: 40px 0 0 25px;
}

.midashi {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .subtitle {
    font-size: 18px;
    margin: 20px 0 0 10px;
  }
  .midashi {
    font-size: 18px;
  }
  .top_title {
    width: 55px;
  }
}
/*===============
    色変化ボタン
================*/
.button {
  width: 320px;
  margin: auto;
  background: linear-gradient(-20deg, #3bade3 0%, #576fe6 25%, #B081B7 51%, #FF793D 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  /*アニメーションの指定*/
  border-radius: 30px;
}
.button a {
  background: url(../img/link.png) no-repeat left 10px center;
  text-align: center;
  display: block;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
}

.button:hover {
  background-position: 99% 50%;
  transition: 0.5s;
}

@media screen and (max-width: 480px) {
  .button {
    width: 90%;
    margin: auto;
  }
  .button a {
    font-size: 16px;
  }
}
/*=================
　各ページのタイトル
===================*/
.page_head {
  width: 100%;
  margin: auto;
  background: url(../img/p_head.png) no-repeat;
  background-size: 100% auto;
  padding-top: 80px;
}
.page_head h1 {
  font-size: 32px;
  font-weight: bold;
  color: #009C74;
  text-align: center;
}
.page_head .border,
.page_head .border01 {
  margin: 35px auto 0;
}
.page_head .border {
  width: 160px;
  border-bottom: 3px solid #B081B7;
  position: relative;
}
.page_head .border01::after {
  content: "";
  display: block;
  border-bottom: 3px solid #009C74;
  width: 80px;
  position: absolute;
}
.page_head .back_white {
  width: 1100px;
  margin: auto;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1280px) {
  .page_head .back_white {
    width: 95%;
    margin: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .back_white {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .page_head {
    margin-top: 51px;
  }
  .page_head .border,
  .page_head .border01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page_head {
    background-size: 100% 172px;
    padding-top: 25px;
  }
  .page_head h1 {
    font-size: 22px;
  }
  .page_head .border,
  .page_head .border01 {
    margin-top: 12px;
  }
  .page_head .border {
    width: 80px;
  }
  .page_head .border01::after {
    width: 40px;
  }
}
/*============================
　初めての方、チャージ・決済方法
==============================*/
.use_main,
.charge_main {
  width: 1000px;
  margin: auto;
  padding-top: 50px;
  margin-bottom: 130px;
}
.use_main ul,
.charge_main ul {
  display: flex;
  justify-content: space-between;
}
.use_main ul li,
.charge_main ul li {
  font-size: 22px;
  font-weight: bold;
  width: 480px;
  padding: 14px 0;
  text-align: center;
  border: 2px solid;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.use_main ul li.app_type,
.charge_main ul li.app_type {
  color: #009C74;
}
.use_main ul li.app_type.tab.active,
.charge_main ul li.app_type.tab.active {
  color: #fff;
  background-color: #009C74;
  border: 2px solid #009C74;
  border-bottom: none;
}
.use_main ul li.card_type,
.charge_main ul li.card_type {
  color: #B081B7;
}
.use_main ul li.card_type.tab.active,
.charge_main ul li.card_type.tab.active {
  color: #fff;
  background-color: #B081B7;
  border: 2px solid #B081B7;
  border-bottom: none;
}
.use_main ul li + li,
.charge_main ul li + li {
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .use_main ul li,
  .charge_main ul li {
    font-size: 18px;
  }
  .use_main ul li + li,
  .charge_main ul li + li {
    margin-left: 20px;
  }
}
.use_main .table__frame,
.charge_main .table__frame {
  display: none;
}
.use_main .table__frame.show,
.charge_main .table__frame.show {
  display: block;
}
.use_main .table__frame.green,
.charge_main .table__frame.green {
  border: 1px solid #009C74;
}
.use_main .table__frame.purple,
.charge_main .table__frame.purple {
  border: 1px solid #B081B7;
}
.use_main .table__frame .use_app,
.use_main .table__frame .use_card,
.charge_main .table__frame .use_app,
.charge_main .table__frame .use_card {
  width: 95%;
  margin: auto;
  margin-top: 50px;
}
.use_main .table__frame h2,
.charge_main .table__frame h2 {
  color: #009C74;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #009C74;
  padding: 8px 0;
}
.use_main .table__frame .install,
.charge_main .table__frame .install {
  padding-bottom: 30px;
}
.use_main .table__frame .install + .install,
.charge_main .table__frame .install + .install {
  border-top: 1px solid #CCCCCC;
}
.use_main .table__frame p,
.charge_main .table__frame p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
}
.use_main .table__frame p.app_1,
.charge_main .table__frame p.app_1 {
  background: url(../img/app_1.png) no-repeat left 0;
}
.use_main .table__frame p.app_2,
.charge_main .table__frame p.app_2 {
  background: url(../img/app_2.png) no-repeat left 0;
}
.use_main .table__frame p.app_3,
.charge_main .table__frame p.app_3 {
  background: url(../img/app_3.png) no-repeat left 0;
}
.use_main .table__frame p.app_3 span,
.charge_main .table__frame p.app_3 span {
  font-size: 14px;
  font-weight: normal;
}
.use_main .table__frame p.app_4,
.charge_main .table__frame p.app_4 {
  background: url(../img/app_4.png) no-repeat left 0;
}
.use_main .table__frame p.app_5,
.charge_main .table__frame p.app_5 {
  background: url(../img/app_5.png) no-repeat left 0;
}
.use_main .table__frame p.app_6,
.charge_main .table__frame p.app_6 {
  background: url(../img/app_6.png) no-repeat left 0;
}
.use_main .table__frame p.card_1,
.charge_main .table__frame p.card_1 {
  background: url(../img/card_1.png) no-repeat left 0;
}
.use_main .table__frame p.card_2,
.charge_main .table__frame p.card_2 {
  background: url(../img/card_2.png) no-repeat left 0;
}
.use_main .table__frame .install_img,
.charge_main .table__frame .install_img {
  text-align: center;
  margin-top: 20px;
}
.use_main .table__frame .install_img img,
.charge_main .table__frame .install_img img {
  display: inline-block;
}
.use_main .table__frame .card_use h2,
.charge_main .table__frame .card_use h2 {
  color: #B081B7;
  border: 1px solid #B081B7;
}
@media screen and (max-width: 768px) {
  .use_main .table__frame h2,
  .charge_main .table__frame h2 {
    font-size: 20px;
  }
  .use_main .table__frame p,
  .charge_main .table__frame p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .use_main .table__frame h2,
  .charge_main .table__frame h2 {
    font-size: 14px;
  }
  .use_main .table__frame p,
  .charge_main .table__frame p {
    font-size: 14px;
  }
  .use_main .table__frame .install_img img,
  .charge_main .table__frame .install_img img {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  .use_main,
  .charge_main {
    width: 95%;
    margin: auto;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .use_main,
  .charge_main {
    padding-top: 20px;
  }
}
/*========================================
    ヘッダー
========================================= */
header .hd_pc .header {
  display: flex;
}
header .hd_pc .header .header_logo {
  margin: 25px 30px;
}
header .hd_pc .header .header_flex {
  margin: 0 0 0 auto;
}
header .hd_pc .header .header_flex .pc_submenu {
  display: flex;
  justify-content: flex-end;
}
header .hd_pc .header .header_flex .pc_submenu a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
header .hd_pc .header .header_flex .pc_submenu a:hover {
  opacity: 0.5;
}
header .hd_pc .header .header_flex .pc_submenu .submenu_contact {
  background: url(../img/link3.png) no-repeat left 10px center;
  background-color: #B081B7;
  padding: 12px 35px;
  border-bottom-left-radius: 10px;
}
header .hd_pc .header .header_flex .pc_submenu .submenu_add {
  background: url(../img/link3.png) no-repeat left 10px center;
  background-color: #333333;
  padding: 12px 35px;
}
header .hd_pc .header .header_flex .pc_nav {
  margin-top: 21px;
}
header .hd_pc .header .header_flex .pc_nav ul {
  display: flex;
  justify-content: flex-end;
}
header .hd_pc .header .header_flex .pc_nav ul li {
  margin-right: 25px;
}
header .hd_pc .header .header_flex .pc_nav ul li a {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  color: #000;
}
header .hd_pc .header .header_flex .pc_nav ul li a:hover {
  text-decoration: underline;
  color: #FF793D;
  transform: translateY(-4px);
  transition: 0.3s;
}
header #hd_fixed {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: -500px;
  width: 100%;
  background-color: #fff;
  transition: 0.5s;
  z-index: 999;
}
header #hd_fixed.is-show {
  top: 0;
}
header #hd_fixed .fixed_nav ul {
  display: flex;
  padding-top: 10px;
}
header #hd_fixed .fixed_nav ul li {
  margin-right: 18px;
}
header #hd_fixed .fixed_nav ul li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
header #hd_fixed .fixed_nav ul li a:hover {
  text-decoration: underline;
  color: #FF793D;
}
header #hd_fixed .fixed_submenu {
  display: flex;
  height: 50px;
}
header #hd_fixed .fixed_submenu a {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
header #hd_fixed .fixed_submenu a:hover {
  opacity: 0.8;
}
header #hd_fixed .fixed_submenu .submenu_contact {
  background: url(../img/link3.png) no-repeat left 10px center;
  background-color: #B081B7;
  padding: 10px 15px 10px 25px;
  border-bottom-left-radius: 10px;
}
header #hd_fixed .fixed_submenu .submenu_add {
  background: url(../img/link3.png) no-repeat left 10px center;
  background-color: #333333;
  padding: 10px 15px 10px 25px;
}
header .hd_sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  header .hd_pc .header .header_flex .pc_nav ul li {
    margin-right: 15px;
  }
  header .hd_pc .header .header_flex .pc_nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header .hd_pc {
    display: none;
  }
  header #hd_fixed {
    display: none;
  }
  header #hd_fixed.is-show {
    display: none;
  }
  header .hd_sp {
    display: block;
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 999;
  }
  header .hd_sp a .header_logo {
    display: block;
    width: 109px;
    margin: 7px 15px;
  }
  header .hd_sp .header_flex {
    background-color: #fff;
    display: block;
    position: fixed;
    left: -9999px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
  }
  header .hd_sp .header_flex.open {
    left: 0;
    opacity: 1;
  }
  header .hd_sp .header_flex nav {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
  }
  header .hd_sp .header_flex nav ul li {
    margin-top: 5%;
    margin-left: 25px;
  }
  header .hd_sp .header_flex nav ul li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  header .hd_sp .header_flex nav ul li a p {
    margin-left: 8px;
  }
  header .hd_sp .header_flex nav ul li:last-child {
    margin-bottom: 10%;
  }
  header .hd_sp .header_flex nav ul a:hover {
    text-decoration: underline;
    color: #FF793D;
  }
  header .hd_sp .header_flex .sp_submenu {
    display: flex;
    width: 100%;
    margin: auto;
  }
  header .hd_sp .header_flex .sp_submenu h2 {
    width: 50%;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    font-weight: bold;
  }
  header .hd_sp .header_flex .sp_submenu a {
    color: #fff;
  }
  header .hd_sp .header_flex .sp_submenu a:hover {
    opacity: 0.8;
  }
  header .hd_sp .header_flex .sp_submenu .submenu_contact {
    background: url(../img/link3.png) no-repeat left 10px center;
    background-color: #B081B7;
  }
  header .hd_sp .header_flex .sp_submenu .submenu_contact .contact_link {
    display: block;
    margin-top: -51px;
    padding-top: 51px;
  }
  header .hd_sp .header_flex .sp_submenu .submenu_add {
    background: url(../img/link3.png) no-repeat left 10px center;
    background-color: #333333;
  }
  header .hd_sp .header_flex .footer_download {
    width: 100%;
    margin: auto;
    background-color: #009C74;
  }
  header .hd_sp .header_flex .footer_download .footer_download_txt {
    text-align: center;
    padding: 18px 0;
  }
  header .hd_sp .header_flex .footer_download .footer_download_txt p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: center;
  }
  header .hd_sp .header_flex .toggle_btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 12;
  }
  header .hd_sp .header_flex .toggle_btn p {
    text-align: center;
    color: #009C74;
    position: absolute;
    bottom: 5px;
    font-size: 0.75rem;
    width: 100%;
  }
  header .hd_sp .header_flex .toggle_btn span {
    display: block;
    position: absolute;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: #009C74;
    transition: all 0.5s;
  }
  header .hd_sp .header_flex .toggle_btn span:nth-child(1) {
    top: 16px;
  }
  header .hd_sp .header_flex .toggle_btn span:nth-child(2) {
    top: 24px;
  }
  header .hd_sp .header_flex .toggle_btn span:nth-child(3) {
    top: 32px;
  }
  header .hd_sp .header_flex.open .toggle_btn span {
    background-color: #009C74;
  }
  header .hd_sp .header_flex.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
  }
  header .hd_sp .header_flex.open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  header .hd_sp .header_flex.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
  }
}
@media screen and (max-width: 480px) {
  header .hd_sp .header_flex nav ul li a {
    font-size: 18px;
  }
  header .hd_sp .header_flex .footer_download .footer_download_txt p {
    font-size: 14px;
  }
}
.footer__wave {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.footer__main {
  width: 1000px;
  margin: auto;
}

.footer__jimukyoku {
  max-width: 768px;
  display: flex;
  margin: 0 auto 20px;
}
.footer__jimukyoku__title {
  font-size: 22px;
  font-weight: bold;
  width: 20%;
}
.footer__jimukyoku__name {
  font-size: 19px;
}
.footer__jimukyoku__sosiki {
  background-color: rgba(0, 156, 116, 0.1);
  font-size: 16px;
  padding: 12px 17px;
  margin-top: 10px;
}

.footer__contact {
  max-width: 768px;
  margin: 0 auto 30px;
  border: 1px solid #009C74;
  border-radius: 5px;
  padding: 10px 0;
}
.footer__contact__title {
  border-bottom: 1px solid #009C74;
  padding-bottom: 10px;
}
.footer__contact__name {
  color: #009C74;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.footer__contact__time {
  font-size: 16px;
  text-align: center;
}
.footer__contact__tel {
  font-size: 28px;
  text-align: center;
  color: #009C74;
  font-family: "Roboto", sans-serif;
}
.footer__contact__mail {
  color: #FF793D;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 5px 0;
  background: url(../img/link.png) #ffe9df no-repeat left 10px center;
  width: 400px;
  margin: 0 auto;
  border-radius: 5px;
}

.footer__download {
  width: 100%;
  background-color: #009C74;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.footer__download__txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
}
.footer__download a {
  padding: 0 3px;
}
.footer__download a:hover {
  opacity: 0.5;
}

#page_top {
  position: fixed;
  right: 170px;
  z-index: 9998;
}

@media screen and (max-width: 768px) {
  .footer__wave {
    margin-bottom: 10px;
  }
  .footer__main {
    width: 95%;
  }
  .footer__jimukyoku {
    display: block;
  }
  .footer__jimukyoku__title {
    font-size: 18px;
    width: 100%;
  }
  .footer__jimukyoku__name {
    font-size: 16px;
  }
  .footer__jimukyoku__sosiki {
    font-size: 14px;
    padding: 6px 10px;
  }
  .footer__contact__title {
    padding-bottom: 10px;
  }
  .footer__contact__name {
    font-size: 16px;
  }
  .footer__contact__time {
    font-size: 14px;
  }
  .footer__contact__tel {
    font-size: 20px;
  }
  .footer__contact__mail {
    font-size: 14px;
    width: 90%;
  }
  .footer__download {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .footer__download__txt {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 3px;
    width: 100%;
    text-align: center;
  }
  #page_top {
    right: 1%;
  }
}
/*リニューアル版ここまで*/
footer .wave {
  width: 100%;
}
footer .footer_main {
  width: 1000px;
  margin: auto;
}
footer .footer_txt {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
footer .footer_txt h3 {
  font-size: 24px;
  font-weight: bold;
  margin-right: 43px;
}
footer .footer_txt .footer_address {
  margin-right: 80px;
}
footer .footer_txt .footer_address p {
  font-size: 20px;
}
footer .footer_txt .footer_address h4 {
  color: #009C74;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
}
footer .footer_txt .footer_p {
  width: 373px;
  background-color: rgba(0, 156, 116, 0.1);
}
footer .footer_txt .footer_p p {
  font-size: 16px;
  padding: 12px 17px;
}
footer .footer_call {
  width: 800px;
  margin-top: 20px;
  margin-left: 200px;
  border: 1px solid #009C74;
  border-radius: 5px;
  padding: 10px 0;
}
footer .footer_call .call_title {
  border-bottom: 1px solid #009C74;
}
footer .footer_call .call_title h3 {
  color: #009C74;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
footer .footer_call .call_title p {
  font-size: 16px;
  text-align: center;
}
footer .footer_call .tel {
  display: flex;
  justify-content: space-around;
}
footer .footer_call .tel p {
  color: #009C74;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
}
footer .footer_call .tel p span {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #009C74;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 10px;
}
footer .footer_call .mail_button {
  width: 580px;
  margin: 10px auto 0;
  background-color: #ffe9df;
  border-radius: 5px;
}
footer .footer_call .mail_button a {
  color: #FF793D;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 5px 0;
  background: url(../img/link.png) no-repeat left 10px center;
}
footer .footer_call .mail_button a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  footer .footer_call {
    width: 100%;
    margin: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_call .tel {
    display: block;
  }
  footer .footer_call .tel p {
    text-align: center;
  }
  footer .footer_call .mail_button {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  footer .footer_call .call_title h3 {
    font-size: 18px;
  }
  footer .footer_call .call_title p {
    font-size: 14px;
  }
  footer .footer_call .tel p {
    font-size: 20px;
  }
  footer .footer_call .tel p span {
    font-size: 16px;
  }
  footer .footer_call .mail_button a {
    font-size: 14px;
  }
}
footer .footer_download {
  width: 100%;
  margin: auto;
  background-color: #009C74;
  margin-top: 30px;
}
footer .footer_download .footer_download_txt {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
footer .footer_download .footer_download_txt p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 50px;
  text-align: center;
}
footer .footer_download .footer_download_txt a:hover {
  opacity: 0.5;
}
footer #page_top {
  position: fixed;
  right: 170px;
  z-index: 9998;
}

@media screen and (max-width: 1024px) {
  footer .footer_main {
    width: 95%;
    margin: auto;
  }
  footer .footer_txt {
    display: block;
  }
  footer .footer_txt .footer_p {
    width: 100%;
    margin: auto;
  }
  footer .footer_download .footer_download_txt {
    display: block;
    text-align: center;
  }
  footer .footer_download .footer_download_txt p {
    margin: 0;
  }
  footer #page_top {
    right: 1%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_txt h3 {
    font-size: 18px;
    margin-top: 17px;
  }
  footer .footer_txt .footer_address p {
    font-size: 14px;
  }
  footer .footer_txt .footer_address h4 {
    font-size: 20px;
  }
  footer .footer_txt .footer_p {
    margin: 10px 0;
  }
  footer .footer_txt .footer_p p {
    font-size: 15px;
  }
  footer .footer_download .footer_download_txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  footer #page_top {
    right: 1%;
  }
  footer #page_top img {
    width: 50px;
  }
  footer .footer_download .footer_download_txt p {
    font-size: 14px;
  }
}
.index {
  margin-bottom: 70px;
  /*========================================
      トップページ
  ========================================= */
  /*========================================
      キャンペーン情報
  ========================================= */
  /*================
      お知らせ
  =================*/
  /*==========================
      翠ペイとは？
  ========================= */
  /*==============================
      加盟店募集について
  ============================= */
  /* フレックス君 */
  /*=========================
      ご利用方法（初めての方）
  ========================= */
  /*=====================
      チャージ方法
  ===================== */
  /*===================
      ご利用可能店舗
  ================== */
  /*===================
      お問い合わせ
  ================== */
  /*===========================
      メールでのお問い合わせ
  =========================== */
  /*===========================
      利用規約GOボタン
  =========================== */
}
.index .top {
  width: 100%;
}
.index .top .topfront {
  width: 100%;
  margin: auto;
  position: relative;
}
.index .top .topfront .top_pc {
  width: 100%;
}
.index .top .topfront .top_sp {
  width: 100%;
  display: none;
}
.index .top .topfront .top_in {
  position: absolute;
  top: 10%;
  left: 15%;
}
.index .top .topfront .top_in h1 {
  color: #009C74;
  font-size: 42px;
}
.index .top .topfront .top_in .toplogo_sp {
  display: none;
}
.index .top .topfront .top_in .start_pc {
  margin-left: 20px;
}
.index .top .topfront .top_in .start_sp {
  display: none;
}
.index .top .topfront .top_in .top_app {
  margin: 20px 0 10px;
}
.index .top .topfront .top_in .top_app p {
  font-size: 20px;
  font-weight: bold;
}
.index .top_download a:hover {
  opacity: 0.5;
}
.index .top_app_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .index .top {
    height: auto;
    margin-top: 51px;
  }
  .index .top .topfront {
    width: 100%;
    margin: auto;
  }
  .index .top .topfront .top_in h1 {
    font-size: 25px;
  }
  .index .top .topfront .top_in .toplogo_pc {
    display: none;
  }
  .index .top .topfront .top_in .toplogo_sp {
    display: block;
  }
  .index .top .topfront .top_in .start_pc {
    display: none;
  }
  .index .top .topfront .top_in .start_sp {
    display: block;
  }
  .index .top .topfront .top_in .top_app {
    display: none;
  }
  .index .top_app_sp {
    display: block;
    width: 272px;
    margin: 30px auto 0;
  }
  .index .top_app_sp p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  .index .top .topfront .top_pc {
    display: none;
  }
  .index .top .topfront .top_sp {
    display: block;
  }
  .index .top .topfront .top_in {
    position: static;
  }
  .index .top .topfront .top_in h1 {
    position: absolute;
    top: 20%;
    left: 10%;
    font-size: 13px;
  }
  .index .top .topfront .top_in .toplogo_sp {
    position: absolute;
    top: 30%;
    left: 10%;
  }
  .index .top .topfront .top_in .start_sp {
    position: absolute;
    top: 50%;
    right: 5%;
  }
}
.index .campaign {
  width: 1000px;
  margin: auto;
}
.index .campaign .campaign_info {
  display: flex;
  justify-content: space-around;
  margin-right: 20px;
  margin-bottom: 50px;
}
.index .campaign .campaign_info .campaign_p {
  margin-right: 40px;
}
.index .campaign .campaign_info p {
  margin-top: 100px;
  font-size: 20px;
  font-weight: bold;
}
.index .campaign .campaign_box {
  width: 1000px;
  margin: auto;
  background: linear-gradient(-20deg, #B081B7, #FF793D);
  border-radius: 25px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.index .campaign .campaign_box:last-child {
  margin-bottom: 0;
}
.index .campaign .campaign_box h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.index .campaign .campaign_box .campaign_main {
  width: 95%;
  margin: auto;
  background-color: #fff;
}
.index .campaign .campaign_box .campaign_main .campaign_information {
  width: 95%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 40px;
}
.index .campaign .campaign_box .campaign_main .campaign_information .topics_title {
  font-size: 24px;
  margin-bottom: 0.5em;
  color: #DE2880;
  font-weight: bold;
}
.index .campaign .campaign_box .campaign_main .campaign_information .topics_text {
  margin-bottom: 20px;
  word-break: break-all;
}
.index .campaign .campaign_box .campaign_main .campaign_information .topics_mds {
  font-weight: bold;
}
.index .campaign .campaign_box .campaign_main .campaign_information .topics_flex {
  display: flex;
  justify-content: space-between;
}
.index .campaign .campaign_box .campaign_main .campaign_information .topics_voice {
  background-color: #FFE2E2;
  border-radius: 20px;
  padding: 15px;
  width: 55%;
  position: relative;
  box-sizing: border-box;
}
.index .campaign .campaign_box .campaign_main .campaign_information .topics_voice:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFE2E2;
}
.index .campaign .campaign_box .campaign_main .campaign_information .topics_voice span {
  color: #DE2880;
}
.index .campaign .campaign_box .campaign_main .campaign_information .topics_img {
  width: 40%;
  text-align: center;
}
.index .campaign .campaign_box .campaign_main .campaign_information .topics_img img {
  width: 300px;
  max-width: 100%;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex .campaign_img {
  width: 40%;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex p {
  font-size: 20px;
  text-align: justify;
  margin-left: 30px;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex p span {
  font-weight: bold;
  color: #DE2880;
}
.index .campaign .campaign_box .campaign_main .campaign_information .sp {
  display: none;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_time {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_text {
  margin-bottom: 1em;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_here {
  font-size: 20px;
  margin-bottom: 15px;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_flyer a {
  background: url(../img/link2.png) no-repeat left 0 center;
  font-size: 20px;
  text-decoration: underline;
  padding-left: 25px;
  color: #FF793D;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_flyer a + a {
  margin-top: 30px;
}
.index .campaign .campaign_box .campaign_main .campaign_information .campaign_flyer a:hover {
  color: #FF793D;
}
.index .campaign .campaign_box .charge_button a {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .index .campaign .campaign_box .charge_button a {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .index .campaign {
    width: 95%;
    margin: auto;
  }
  .index .campaign .campaign_info {
    margin-top: 50px;
  }
  .index .campaign .campaign_info .campaign_p p {
    margin-top: 50px;
  }
  .index .campaign .campaign_box {
    width: 100%;
    margin: auto;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .topics_flex {
    display: block;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .topics_voice {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .topics_voice:before {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FFE2E2;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .topics_img {
    width: 100%;
    text-align: center;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex {
    display: block;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex .campaign_img {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex .campaign_img img {
    display: block;
    margin: auto;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex p {
    margin: auto;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .pc {
    display: none;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .sp {
    display: block;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_time {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_text {
    font-size: 14px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .index .campaign .campaign_info {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .index .campaign .campaign_info .campaign_p {
    width: 70%;
    margin: auto;
  }
  .index .campaign .campaign_info .campaign_p p {
    font-size: 17px;
  }
  .index .campaign .campaign_info .suipayscreen_pc {
    width: 30%;
    margin: auto;
  }
  .index .campaign .campaign_info .suipayscreen_pc img {
    display: block;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .index .campaign .campaign_info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .index .campaign .campaign_info .campaign_p p {
    margin-top: 0;
    font-size: 14px;
  }
  .index .campaign .campaign_info .suipayscreen_sp {
    margin-top: 5px;
  }
  .index .campaign .campaign_box {
    margin-top: 20px;
  }
  .index .campaign .campaign_box h2 {
    font-size: 18px;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex {
    margin-bottom: 15px;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex .campaign_img img {
    width: 90%;
    margin: auto;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_flex p {
    font-size: 14px;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_here {
    font-size: 16px;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_here {
    margin-bottom: 10px;
  }
  .index .campaign .campaign_box .campaign_main .campaign_information .campaign_flyer a {
    width: 240px;
    font-size: 16px;
  }
}
.index .noticeback {
  margin-top: 76px;
  background-color: rgba(176, 129, 183, 0.1);
}
.index .noticeback .notice {
  width: 1000px;
  margin: auto;
}
.index .noticeback .notice h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 30px 0;
}
.index .noticeback .notice tr {
  border-bottom: 1px solid #000;
  font-size: 20px;
}
.index .noticeback .notice tr th,
.index .noticeback .notice tr td {
  padding: 15px 0;
}
.index .noticeback .notice tr th {
  width: 10%;
  color: #B081B7;
}
.index .noticeback .notice tr td {
  font-weight: bold;
  padding-left: 25px;
}
.index .noticeback .notice tr td p {
  display: inline-block;
  color: #000;
}
.index .noticeback .notice tr td p a {
  color: #000;
  display: block;
}
.index .noticeback .notice tr td p a:hover {
  text-decoration: underline;
  color: #FF793D;
}
.index .noticeback .notice .notice_noticelist {
  width: 140px;
  background: url(../img/link2.png) no-repeat right 130px bottom 35px;
  padding: 30px 0;
  margin-left: auto;
  margin-right: 0;
  font-size: 20px;
  text-align: right;
}
.index .noticeback .notice .notice_noticelist a {
  color: #333333;
  display: block;
}
.index .noticeback .notice .notice_noticelist a:hover {
  transform: translateY(-4px);
  text-decoration: underline;
  color: #FF793D;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .index .noticeback {
    width: 100%;
    margin: auto;
    margin: 30px 0;
  }
  .index .noticeback .notice {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .index .noticeback .notice h2 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .index .noticeback .notice th {
    font-size: 13px;
  }
  .index .noticeback .notice p {
    font-size: 14px;
  }
  .index .noticeback .notice .notice_noticelist {
    background: url(../img/link2.png) no-repeat right 90px bottom 17px;
    padding: 15px 0;
    font-size: 14px;
  }
}
.index .suipay {
  width: 1000px;
  margin: auto;
  border: 1px solid #009C74;
  border-radius: 10px;
  margin-top: 84px;
  display: flex;
}
.index .suipay .suipaytitle {
  padding: 150px 20px 0 60px;
}
.index .suipay .suipaytitle p {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
.index .suipay .suipay_txt {
  font-size: 20px;
  padding: 65px 47px;
}
.index .suipay .suipay_txt span {
  background: linear-gradient(transparent 70%, rgba(0, 156, 116, 0.4) 30%);
}
@media screen and (max-width: 960px) {
  .index .suipay {
    width: 95%;
    margin: auto;
    display: block;
  }
  .index .suipay .suipaytitle {
    width: 40%;
    margin: auto;
    padding: 0;
    padding-top: 20px;
  }
  .index .suipay .suipaytitle img {
    width: 100%;
  }
  .index .suipay .suipaytitle p {
    font-size: 20px;
  }
  .index .suipay .suipay_txt {
    padding: 10px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .index .suipay .suipay_txt {
    font-size: 14px;
  }
}
.index .kameiten_bosyu {
  width: 1000px;
  margin: auto;
  margin-top: 36px;
  border: 1px solid red;
  background-color: #FFE2E2;
  padding: 30px 0;
}
.index .kameiten_bosyu h2 {
  font-size: 32px;
  font-weight: bold;
  color: red;
  text-align: center;
}
.index .kameiten_bosyu p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.index .kameiten_bosyu__button_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .index .kameiten_bosyu {
    width: 95%;
    margin: auto;
    margin-top: 71px;
  }
  .index .kameiten_bosyu__button_inner {
    display: block;
  }
  .index .kameiten_bosyu__button_inner div:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .index .kameiten_bosyu h2 {
    font-size: 20px;
  }
  .index .kameiten_bosyu p {
    font-size: 15px;
  }
}
.index .top_flex {
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  align-items: flex-start;
}
.index .top_flex .top_txt {
  margin-right: 40px;
}
.index .top_flex p {
  font-size: 20px;
  margin-top: 30px;
}
.index .top_flex img {
  display: block;
}
@media screen and (max-width: 960px) {
  .index .top_flex {
    display: block;
  }
  .index .top_flex .top_txt {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .index .top_flex img {
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .index .top_flex {
    margin: 20px 0;
  }
  .index .top_flex .top_txt {
    margin-bottom: 15px;
  }
  .index .top_flex p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.index .use {
  width: 1000px;
  margin: auto;
  margin-top: 73px;
}
.index .use .use_title {
  display: flex;
}
.index .use .top_flex {
  margin-bottom: 15px;
}
.index .use .use_order {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.index .use .use_order .use_1,
.index .use .use_order .use_2,
.index .use .use_order .use_3 {
  width: 315px;
  background-color: rgba(0, 156, 116, 0.15);
  border-radius: 10px;
  padding-top: 40px;
}
.index .use .use_order .use_1 p,
.index .use .use_order .use_2 p,
.index .use .use_order .use_3 p {
  width: 100%;
  background: url(../img/3.png) no-repeat left 15px center;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
  padding-left: 65px;
  margin-bottom: 12px;
  box-sizing: border-box;
  color: #009C74;
}
.index .use .use_order .use_1 {
  padding-top: 30px;
}
.index .use .use_order .use_1 p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.index .use .use_order .use_1 p {
  background: url(../img/1.png) no-repeat left 15px center;
}
.index .use .use_order .use_2 p {
  background: url(../img/2.png) no-repeat left 15px center;
}
.index .use .use_order .arrow {
  position: relative;
}
.index .use .use_order .arrow::before {
  content: "";
  position: absolute;
  right: -11.5%;
  top: 50%;
  transform: translateY(-50%);
  border: 13px solid transparent;
  border-left: 23px solid rgba(0, 156, 116, 0.15);
}
.index .use .use_order img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .index .use {
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }
  .index .use .top_flex {
    margin-bottom: 30px;
  }
  .index .use .use_png {
    margin-top: 30px;
  }
  .index .use .use_order {
    display: block;
    width: 315px;
    margin: auto;
  }
  .index .use .use_order .arrow::before {
    content: "";
    position: absolute;
    right: auto;
    top: auto;
    bottom: -12.1%;
    left: 50%;
    transform: translateX(-50%);
    border: 13px solid transparent;
    border-top: 23px solid rgba(0, 156, 116, 0.15);
  }
  .index .use .use_order img {
    margin: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .index .use {
    margin-top: 70px;
  }
  .index .use .use_png {
    width: 100%;
    margin: auto;
    margin-top: 10px;
  }
  .index .use p {
    font-size: 15px;
  }
}
.index .charge {
  width: 1000px;
  margin: auto;
  margin-top: 81px;
}
.index .charge .charge_title {
  display: flex;
}
.index .charge .charge_button a {
  font-size: 18px;
}
.index .charge .top_txt {
  width: 583px;
}
.index .charge .top_charge_img {
  width: 377px;
  margin: auto;
}
.index .charge .top_charge_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .index .charge {
    width: 95%;
    margin: auto;
    margin-top: 60px;
  }
  .index .charge .top_txt {
    width: 100%;
  }
  .index .charge .top_charge_img {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .index .charge .charge_png {
    width: 100%;
    margin: auto;
  }
  .index .charge .charge_button a {
    font-size: 16px;
  }
}
.index .store {
  width: 1000px;
  margin: auto;
  margin-top: 81px;
}
.index .store .store_title {
  display: flex;
}
@media screen and (max-width: 960px) {
  .index .store {
    width: 95%;
    margin: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .index .store .syore_png {
    width: 100%;
    margin: auto;
  }
}
.index .index_contact {
  margin-top: 115px;
}
.index .index_contact h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.index .index_contact .footer_call {
  width: 1000px;
  margin: auto;
  margin-top: 50px;
  border: 1px solid #009C74;
  border-radius: 5px;
  padding: 10px 0;
}
.index .index_contact .footer_call .call_title {
  border-bottom: 1px solid #009C74;
}
.index .index_contact .footer_call .call_title h3 {
  color: #009C74;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.index .index_contact .footer_call .call_title p {
  font-size: 18px;
  text-align: center;
}
.index .index_contact .footer_call .tel {
  display: flex;
  justify-content: space-around;
}
.index .index_contact .footer_call .tel p {
  color: #009C74;
  font-size: 34px;
  font-family: "Roboto", sans-serif;
}
.index .index_contact .footer_call .tel p span {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #009C74;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 10px;
}
.index .index_contact .footer_call .mail_button {
  width: 580px;
  margin: 10px auto 0;
  background-color: #FFE9DF;
  border-radius: 5px;
}
.index .index_contact .footer_call .mail_button a {
  color: #FF793D;
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 5px 0;
  background: url(../img/link.png) no-repeat left 10px center;
}
.index .index_contact .footer_call .mail_button a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .index .index_contact .footer_call {
    width: 95%;
    margin: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  .index .index_contact .footer_call .tel {
    display: block;
  }
  .index .index_contact .footer_call .tel p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .index .index_contact .footer_call {
    margin-top: 15px;
  }
  .index .index_contact .footer_call .mail_button {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .index .index_contact {
    margin-top: 65px;
  }
  .index .index_contact h2 {
    font-size: 18px;
  }
  .index .index_contact .footer_call .call_title h3 {
    font-size: 18px;
  }
  .index .index_contact .footer_call .call_title p {
    font-size: 14px;
  }
  .index .index_contact .footer_call .tel p {
    font-size: 20px;
  }
  .index .index_contact .footer_call .tel p span {
    font-size: 16px;
    margin-right: 22px;
  }
  .index .index_contact .footer_call .mail_button a {
    font-size: 14px;
    padding: 10px 0;
  }
}
.index .contact {
  width: 1000px;
  margin: auto;
  background-color: rgba(255, 121, 61, 0.1);
  margin: 60px auto;
  padding-bottom: 40px;
}
.index .contact h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 50px;
}
.index .contact .contact_table {
  width: 782px;
  margin: auto;
}
.index .contact .contact_table table {
  width: 782px;
  margin: auto;
}
.index .contact .contact_table table th {
  width: 274px;
  font-size: 18px;
  position: relative;
  border-bottom: solid 1px #FF793D;
  padding: 14px 0;
}
.index .contact .contact_table table th .required {
  background-color: #FF793D;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.index .contact .contact_table table th.detail .required {
  top: 25px;
}
.index .contact .contact_table table th.vx .required {
  top: 25px;
}
.index .contact .contact_table table .inquiry {
  vertical-align: top;
  padding-top: 11px;
}
.index .contact .contact_table table td {
  width: 507px;
  border-bottom: 1px solid #CCCCCC;
  text-align: right;
  font-size: 18px;
}
.index .contact .contact_table table td .form-text {
  width: 500px;
  height: 51px;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 20px;
  padding-left: 5px;
  box-sizing: border-box;
}
.index .contact .contact_table table td textarea {
  width: 500px;
  height: 152px;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 20px;
  padding-left: 5px;
  box-sizing: border-box;
  resize: vertical;
}
.index .contact .contact_table table .waku {
  padding: 5px 0;
}
.index .contact .contact_table table .textarea {
  padding-top: 5px;
}
.index .contact .contact_table table .contact_table_radio,
.index .contact .contact_table table .contact_table_checkbox {
  text-align: left;
}
.index .contact .contact_table table .contact_table_radio .radio,
.index .contact .contact_table table .contact_table_checkbox .radio {
  transform: scale(1.5);
  margin-right: 8px;
}
.index .contact .contact_table table .contact_table_radio label,
.index .contact .contact_table table .contact_table_checkbox label {
  padding-left: 3px;
}
.index .contact .contact_table table .contact_table_radio {
  padding: 15px 0 9px;
}
.index .contact .contact_table table .contact_table_radio label {
  display: block;
  margin-bottom: 6px;
}
.index .contact .contact_table table .contact_table_checkbox {
  padding-top: 10px;
}
.index .contact .contact_table table .contact_table_checkbox .checkbox {
  transform: scale(1.5);
  margin-right: 10px;
  border-radius: 0;
}
.index .contact .contact_table table .contact_table_checkbox .personal_information {
  border-radius: 5px;
  color: #FF793D;
  margin-top: 13px;
  padding: 8px 40px;
  cursor: pointer;
}
.index .contact .contact_table table .contact_table_checkbox .personal_information.accordion_title {
  background: url(../img/plus.png) no-repeat left 10px center;
  background-color: rgba(255, 121, 61, 0.15);
}
.index .contact .contact_table table .contact_table_checkbox .personal_information.accordion_title.open {
  background: url(../img/minus.png) no-repeat left 10px center;
  background-color: rgba(255, 121, 61, 0.15);
}
.index .contact .contact_table table .contact_table_checkbox .personal_information:hover {
  opacity: 0.5;
}
.index .contact .contact_table table .contact_table_checkbox .accordion_content {
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
}
.index .contact .contact_table table .contact_table_checkbox .accordion_content .information_text {
  text-align: justify;
  line-height: 1.5em;
}
.index .contact .contact_table table tr:last-child th,
.index .contact .contact_table table tr:last-child td {
  border-bottom: none;
}
.index .contact .submit_button {
  background: #FF793D url(../img/link.png) no-repeat left 10px center;
  width: 320px;
  margin: auto;
  margin-top: 30px;
  border-radius: 30px;
  display: block;
  color: #fff;
  padding: 15px 0;
  cursor: pointer;
  border: 2px solid #FF793D;
  font-size: 20px;
}
.index .contact .submit_button:hover {
  border: 2px solid #FF793D;
  background: #fff url(../img/link.png) no-repeat left 10px center;
  color: #FF793D;
}
@media screen and (max-width: 960px) {
  .index .contact {
    width: 98%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .index .contact .contact_table {
    width: 98%;
    margin: auto;
  }
  .index .contact .contact_table table {
    width: 100%;
    margin: auto;
    table-layout: fixed;
  }
  .index .contact .contact_table table tr {
    width: 100%;
    margin: auto;
  }
  .index .contact .contact_table table th,
  .index .contact .contact_table table td {
    display: block;
  }
  .index .contact .contact_table table th {
    width: 100%;
    margin: auto;
  }
  .index .contact .contact_table table th .required {
    right: 0;
  }
  .index .contact .contact_table table th.detail .required, .index .contact .contact_table table th.vx .required {
    top: 50%;
  }
  .index .contact .contact_table table tr:last-child th {
    border-bottom: 1px solid #FF793D;
  }
  .index .contact .contact_table table td {
    width: 100%;
    margin: auto;
  }
  .index .contact .contact_table table td .form-text {
    width: 100%;
    margin: auto;
  }
  .index .contact .contact_table table td textarea {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .index .contact h2 {
    font-size: 18px;
    padding: 20px 0 0;
  }
  .index .contact .contact_table table th,
  .index .contact .contact_table table td {
    font-size: 14px;
  }
  .index .contact .submit_button {
    font-size: 16px;
  }
}
.index .index_kiyaku {
  width: 180px;
  margin: auto;
}
.index .index_kiyaku a {
  background: url(../img/link2.png) no-repeat left center;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #000;
  text-decoration: underline;
}
.index .index_kiyaku a:hover {
  transform: translateY(-4px);
  color: #FF793D;
  transition: 0.5s;
}

.teaser {
  /*========================================
      トップページ
  ========================================= */
  /*========================================
      キャンペーン情報
  ========================================= */
  /*========================================
      お知らせ
  ========================================= */
  /*========================================
      翠ペイとは？
  ========================================= */
  /*==============================
      加盟店募集について
  ============================= */
  /*===========================
      メールでのお問い合わせ
  =========================== */
}
.teaser .top {
  width: 100%;
}
.teaser .top .topfront {
  width: 100%;
  margin: auto;
  position: relative;
}
.teaser .top .topfront .top_pc {
  width: 100%;
}
.teaser .top .topfront .top_sp {
  width: 100%;
  display: none;
}
.teaser .top .topfront .top_in {
  position: absolute;
  top: 10%;
  left: 15%;
}
.teaser .top .topfront .top_in h1 {
  color: #009C74;
  font-size: 42px;
}
.teaser .top .topfront .top_in .toplogo_sp {
  display: none;
}
.teaser .top .topfront .top_in .start_pc {
  margin-left: 20px;
}
.teaser .top .topfront .top_in .start_sp {
  display: none;
}
.teaser .top .topfront .top_in .top_app {
  margin: 20px 0 10px;
}
.teaser .top .topfront .top_in .top_app p {
  font-size: 20px;
  font-weight: bold;
}
.teaser .top_app_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .teaser .top {
    height: auto;
    margin-top: 51px;
  }
  .teaser .top .topfront {
    width: 100%;
    margin: auto;
  }
  .teaser .top .topfront .top_in h1 {
    font-size: 25px;
  }
  .teaser .top .topfront .top_in .toplogo_pc {
    display: none;
  }
  .teaser .top .topfront .top_in .toplogo_sp {
    display: block;
  }
  .teaser .top .topfront .top_in .start_pc {
    display: none;
  }
  .teaser .top .topfront .top_in .start_sp {
    display: block;
  }
  .teaser .top .topfront .top_in .top_app {
    display: none;
  }
  .teaser .top_app_sp {
    display: block;
    width: 272px;
    margin: 30px auto 0;
  }
  .teaser .top_app_sp p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  .teaser .top .topfront .top_pc {
    display: none;
  }
  .teaser .top .topfront .top_sp {
    display: block;
  }
  .teaser .top .topfront .top_in {
    position: static;
  }
  .teaser .top .topfront .top_in h1 {
    position: absolute;
    top: 20%;
    left: 10%;
    font-size: 13px;
  }
  .teaser .top .topfront .top_in .toplogo_sp {
    position: absolute;
    top: 30%;
    left: 10%;
  }
  .teaser .top .topfront .top_in .start_sp {
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
.teaser .campaign {
  width: 1000px;
  margin: auto;
}
.teaser .campaign .campaign_info {
  display: flex;
  justify-content: space-around;
  margin-right: 20px;
}
.teaser .campaign .campaign_info p {
  margin-top: 100px;
  font-size: 20px;
  font-weight: bold;
}
.teaser .campaign .campaign_info .suipayscreen_sp {
  display: none;
}
.teaser .campaign .campaign_box {
  width: 1000px;
  margin: auto;
  background: linear-gradient(-20deg, #B081B7, #FF793D);
  border-radius: 25px;
  padding-bottom: 15px;
}
.teaser .campaign .campaign_box h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.teaser .campaign .campaign_box .campaign_main {
  width: 95%;
  margin: auto;
  height: 405px;
  margin: auto;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .teaser .campaign {
    width: 95%;
    margin: auto;
  }
  .teaser .campaign .campaign_info {
    margin-top: 20px;
  }
  .teaser .campaign .campaign_info .campaign_p p {
    margin-top: 30px;
    font-size: 14px;
  }
  .teaser .campaign .campaign_info .suipayscreen_pc {
    display: none;
  }
  .teaser .campaign .campaign_info .suipayscreen_sp {
    display: block;
    margin-right: 0;
    height: 111px;
  }
  .teaser .campaign .campaign_box {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .teaser .campaign .campaign_info .suipayscreen_sp {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .teaser .campaign .campaign_box {
    margin-top: 20px;
  }
  .teaser .campaign .campaign_box h2 {
    font-size: 18px;
  }
}
.teaser .noticeback {
  margin-top: 20px;
  background-color: rgba(176, 129, 183, 0.1);
  padding-bottom: 60px;
}
.teaser .noticeback .notice {
  width: 1000px;
  margin: auto;
}
.teaser .noticeback .notice h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 30px 0;
}
.teaser .noticeback .notice tr {
  border-bottom: 1px solid #000;
  font-size: 20px;
}
.teaser .noticeback .notice tr th,
.teaser .noticeback .notice tr td {
  padding: 15px 0;
}
.teaser .noticeback .notice tr th {
  width: 10%;
  color: #B081B7;
}
.teaser .noticeback .notice tr td {
  font-weight: bold;
  padding-left: 25px;
}
.teaser .noticeback .notice tr td a {
  color: #000;
}
.teaser .noticeback .notice tr td a:hover {
  text-decoration: underline;
  color: #FF793D;
}
@media screen and (max-width: 960px) {
  .teaser .noticeback {
    width: 100%;
    margin: auto;
    margin: 30px 0;
  }
  .teaser .noticeback .notice {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .teaser .noticeback .notice h2 {
    font-size: 18px;
  }
  .teaser .noticeback .notice th {
    font-size: 13px;
  }
  .teaser .noticeback .notice p {
    font-size: 14px;
  }
  .teaser .noticeback .notice .notice_noticelist {
    background: url(../img/link2.png) no-repeat right 90px bottom 17px;
    padding: 15px 0;
  }
  .teaser .noticeback .notice .notice_noticelist a {
    font-size: 14px;
  }
}
.teaser .suipay {
  width: 1000px;
  margin: auto;
  border: 1px solid #009C74;
  border-radius: 10px;
  margin-top: 84px;
  display: flex;
}
.teaser .suipay .suipaytitle {
  padding: 150px 20px 0 60px;
}
.teaser .suipay .suipaytitle p {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
.teaser .suipay .suipay_txt {
  font-size: 20px;
  padding: 65px 47px;
  text-align: justify;
}
.teaser .suipay .suipay_txt span {
  background: linear-gradient(transparent 70%, rgba(0, 156, 116, 0.4) 30%);
}
@media screen and (max-width: 960px) {
  .teaser .suipay {
    width: 90%;
    margin: auto;
    display: block;
  }
  .teaser .suipay .suipaytitle {
    width: 40%;
    margin: auto;
    padding: 0;
    padding-top: 20px;
  }
  .teaser .suipay .suipaytitle img {
    width: 100%;
  }
  .teaser .suipay .suipaytitle p {
    font-size: 20px;
  }
  .teaser .suipay .suipay_txt {
    padding: 10px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .teaser .suipay .suipay_txt {
    font-size: 14px;
  }
}
.teaser .kameiten_bosyu {
  width: 1000px;
  margin: auto;
  margin-top: 36px;
  border: 1px solid red;
  background-color: #FFE2E2;
  padding: 30px 0;
}
.teaser .kameiten_bosyu h2 {
  font-size: 32px;
  font-weight: bold;
  color: red;
  text-align: center;
}
.teaser .kameiten_bosyu p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .teaser .kameiten_bosyu {
    width: 95%;
    margin: auto;
    margin-top: 71px;
  }
}
@media screen and (max-width: 480px) {
  .teaser .kameiten_bosyu h2 {
    font-size: 20px;
  }
  .teaser .kameiten_bosyu p {
    font-size: 15px;
  }
}
.teaser .contact {
  width: 1000px;
  margin: auto;
  background-color: rgba(255, 121, 61, 0.1);
  margin: 105px auto;
  padding-bottom: 40px;
}
.teaser .contact h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 50px;
}
.teaser .contact .contact_table {
  width: 782px;
  margin: auto;
}
.teaser .contact .contact_table table {
  width: 782px;
  margin: auto;
}
.teaser .contact .contact_table table th {
  width: 274px;
  font-size: 18px;
  position: relative;
  border-bottom: solid 1px #FF793D;
  padding: 14px 0;
}
.teaser .contact .contact_table table th .required {
  background-color: #FF793D;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.teaser .contact .contact_table table th.detail .required {
  top: 17%;
}
.teaser .contact .contact_table table th.vx .required {
  top: 25px;
}
.teaser .contact .contact_table table .inquiry {
  vertical-align: top;
  padding-top: 11px;
}
.teaser .contact .contact_table table td {
  width: 507px;
  border-bottom: 1px solid #CCCCCC;
  text-align: right;
  font-size: 18px;
}
.teaser .contact .contact_table table td .form-text {
  width: 500px;
  height: 51px;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 20px;
  padding-left: 5px;
  box-sizing: border-box;
}
.teaser .contact .contact_table table td textarea {
  width: 500px;
  height: 152px;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 20px;
  padding-left: 5px;
  box-sizing: border-box;
  resize: vertical;
}
.teaser .contact .contact_table table .waku {
  padding: 5px 0;
}
.teaser .contact .contact_table table .textarea {
  padding-top: 5px;
}
.teaser .contact .contact_table table .contact_table_radio,
.teaser .contact .contact_table table .contact_table_checkbox {
  text-align: left;
}
.teaser .contact .contact_table table .contact_table_radio .radio,
.teaser .contact .contact_table table .contact_table_checkbox .radio {
  transform: scale(1.5);
  margin-right: 8px;
}
.teaser .contact .contact_table table .contact_table_radio label,
.teaser .contact .contact_table table .contact_table_checkbox label {
  padding-left: 3px;
}
.teaser .contact .contact_table table .contact_table_radio {
  padding: 15px 0 9px;
}
.teaser .contact .contact_table table .contact_table_radio label {
  display: block;
  margin-bottom: 6px;
}
.teaser .contact .contact_table table .contact_table_checkbox {
  padding-top: 10px;
}
.teaser .contact .contact_table table .contact_table_checkbox .checkbox {
  transform: scale(1.5);
  margin-right: 10px;
  border-radius: 0;
}
.teaser .contact .contact_table table .contact_table_checkbox .personal_information {
  border-radius: 5px;
  color: #FF793D;
  margin-top: 13px;
  padding: 8px 40px;
  cursor: pointer;
}
.teaser .contact .contact_table table .contact_table_checkbox .personal_information.accordion_title {
  background: url(../img/plus.png) no-repeat left 10px center;
  background-color: rgba(255, 121, 61, 0.15);
}
.teaser .contact .contact_table table .contact_table_checkbox .personal_information.accordion_title.open {
  background: url(../img/minus.png) no-repeat left 10px center;
  background-color: rgba(255, 121, 61, 0.15);
}
.teaser .contact .contact_table table .contact_table_checkbox .personal_information:hover {
  opacity: 0.5;
}
.teaser .contact .contact_table table .contact_table_checkbox .accordion_content {
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
}
.teaser .contact .contact_table table .contact_table_checkbox .accordion_content .information_text {
  text-align: justify;
  line-height: 1.5em;
}
.teaser .contact .contact_table table tr:last-child th,
.teaser .contact .contact_table table tr:last-child td {
  border-bottom: none;
}
.teaser .contact .submit_button {
  background: #FF793D url(../img/link.png) no-repeat left 10px center;
  width: 320px;
  margin: auto;
  margin-top: 30px;
  border-radius: 30px;
  display: block;
  color: #fff;
  padding: 15px 0;
  cursor: pointer;
  border: 2px solid #FF793D;
  font-size: 20px;
}
.teaser .contact .submit_button:hover {
  border: 2px solid #FF793D;
  background: #fff url(../img/link.png) no-repeat left 10px center;
  color: #FF793D;
}
@media screen and (max-width: 960px) {
  .teaser .contact {
    width: 98%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .teaser .contact .contact_table {
    width: 98%;
    margin: auto;
  }
  .teaser .contact .contact_table table {
    width: 100%;
    margin: auto;
    table-layout: fixed;
  }
  .teaser .contact .contact_table table tr {
    width: 100%;
    margin: auto;
  }
  .teaser .contact .contact_table table th,
  .teaser .contact .contact_table table td {
    display: block;
  }
  .teaser .contact .contact_table table th {
    width: 100%;
    margin: auto;
  }
  .teaser .contact .contact_table table th.detail .required, .teaser .contact .contact_table table th.vx .required {
    top: 50%;
  }
  .teaser .contact .contact_table table tr:last-child th {
    border-bottom: 1px solid #FF793D;
  }
  .teaser .contact .contact_table table td {
    width: 100%;
    margin: auto;
  }
  .teaser .contact .contact_table table td .form-text {
    width: 100%;
    margin: auto;
  }
  .teaser .contact .contact_table table td textarea {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .teaser .contact h2 {
    font-size: 18px;
    padding: 20px 0 0;
  }
  .teaser .contact .contact_table table th,
  .teaser .contact .contact_table table td {
    font-size: 14px;
  }
  .teaser .contact .submit_button {
    font-size: 16px;
  }
}

.teaser_footer .footer_txt {
  margin-bottom: 100px;
}

.thanks_main h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .thanks_main h2 {
    font-size: 18px;
  }
}

.noticelist_main {
  width: 1000px;
  margin: auto;
  padding-top: 60px;
  margin-bottom: 150px;
}
.noticelist_main a {
  display: block;
  transition: 0.3s;
}
.noticelist_main .notice {
  background: url(../img/link2.png) no-repeat right 30px center;
  background-color: rgba(176, 129, 183, 0.1);
  padding: 15px 40px 20px;
}
.noticelist_main .notice p {
  font-size: 20px;
}
.noticelist_main .notice p.notice_date {
  color: #B081B7;
}
.noticelist_main .notice p.notice_title {
  font-weight: bold;
  color: #333333;
}
.noticelist_main a + a {
  margin-top: 15px;
}
.noticelist_main a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .noticelist_main {
    width: 95%;
    margin: auto;
    padding-top: 15px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .noticelist_main .notice {
    padding: 10px 10px 15px;
    background-position: right 10px center;
  }
  .noticelist_main .notice p {
    font-size: 16px;
  }
}
.notice_main {
  width: 1000px;
  margin: auto;
  padding-top: 50px;
  margin-bottom: 150px;
}
.notice_main .notice {
  background-color: rgba(176, 129, 183, 0.1);
  padding: 15px 40px 20px;
}
.notice_main .notice .notice_date {
  font-size: 20px;
  color: #B081B7;
}
.notice_main .notice .notice_title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.notice_main .notice_content {
  margin-top: 40px;
  margin-bottom: 150px;
}
.notice_main .notice_txt {
  font-size: 20px;
  text-align: justify;
  margin-bottom: 1em;
}
.notice_main .notice_imglist div {
  display: inline-block;
}
.notice_main .notice_link {
  margin-top: 30px;
}
.notice_main .notice_link a {
  color: #FF793D;
  background: url(../img/link2.png) no-repeat left 0 center;
  font-size: 20px;
  text-decoration: underline;
  padding-left: 25px;
}
.notice_main .notice_link a + a {
  margin-top: 30px;
}
.notice_main .notice_link a:hover {
  color: #B081B7;
}

.campaign_information .topics_flex {
  display: flex;
  justify-content: space-between;
}
.campaign_information .topics_voice {
  background-color: #FFE2E2;
  border-radius: 20px;
  padding: 15px;
  width: 55%;
  position: relative;
  box-sizing: border-box;
}
.campaign_information .topics_voice:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFE2E2;
}
.campaign_information .topics_voice span {
  color: #DE2880;
}
.campaign_information .topics_img {
  width: 40%;
  text-align: center;
}
.campaign_information .topics_img img {
  width: 300px;
  max-width: 100%;
}

@media screen and (max-width: 960px) {
  .notice_main {
    width: 95%;
    margin: auto;
    padding-top: 15px;
    margin-bottom: 100px;
  }
  .campaign_information .topics_flex {
    display: block;
  }
  .campaign_information .topics_voice {
    width: 100%;
    margin-bottom: 20px;
  }
  .campaign_information .topics_voice:before {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FFE2E2;
  }
  .campaign_information .topics_img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .notice_main .notice {
    padding: 10px 10px 15px;
  }
  .notice_main .notice .notice_date,
  .notice_main .notice .notice_title {
    font-size: 16px;
  }
  .notice_main .notice_content {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .notice_main .notice_txt {
    font-size: 16px;
  }
  .notice_main .notice_link {
    margin-top: 25px;
  }
  .notice_main .notice_link a {
    width: 240px;
    font-size: 16px;
  }
}
.use_main ul {
  display: flex;
  justify-content: space-between;
}
.use_main ul li {
  font-size: 22px;
  width: 480px;
  padding: 14px 0;
  text-align: center;
  border: 2px solid;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.use_main ul li.app_type {
  color: #009C74;
}
.use_main ul li.app_type.tab.active {
  color: #fff;
  background-color: #009C74;
  border: 2px solid #009C74;
  border-bottom: none;
}
.use_main ul li.card_type {
  color: #B081B7;
}
.use_main ul li.card_type.tab.active {
  color: #fff;
  background-color: #B081B7;
  border: 2px solid #B081B7;
  border-bottom: none;
}
.use_main ul li + li {
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .use_main ul li {
    font-size: 18px;
  }
  .use_main ul li + li {
    margin-left: 20px;
  }
}
.use_main .table__frame {
  display: none;
}
.use_main .table__frame.show {
  display: block;
}
.use_main .table__frame.green {
  border: 1px solid #009C74;
}
.use_main .table__frame.purple {
  border: 1px solid #B081B7;
}
.use_main .table__frame .use_app,
.use_main .table__frame .use_card {
  width: 95%;
  margin: auto;
  margin-top: 50px;
}
.use_main .table__frame h2 {
  color: #009C74;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #009C74;
  padding: 8px 0;
  margin-bottom: 15px;
}
.use_main .table__frame h3 {
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.use_main .table__frame .install {
  padding-bottom: 30px;
}
.use_main .table__frame .install + .install {
  border-top: 1px solid #CCCCCC;
}
.use_main .table__frame p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
}
.use_main .table__frame p.app_1 {
  background: url(../img/app_1.png) no-repeat left 0;
}
.use_main .table__frame p.app_2 {
  background: url(../img/app_2.png) no-repeat left 0;
}
.use_main .table__frame p.app_3 {
  background: url(../img/app_3.png) no-repeat left 0;
}
.use_main .table__frame p.app_3 span {
  font-size: 14px;
  font-weight: normal;
}
.use_main .table__frame p.app_4 {
  background: url(../img/app_4.png) no-repeat left 0;
}
.use_main .table__frame p.app_5 {
  background: url(../img/app_5.png) no-repeat left 0;
}
.use_main .table__frame p.card_1 {
  background: url(../img/card_1.png) no-repeat left 0;
}
.use_main .table__frame .install_img {
  text-align: center;
  margin-top: 20px;
}
.use_main .table__frame .install_img img {
  display: inline-block;
}
.use_main .table__frame .card_use h2 {
  color: #B081B7;
  border: 1px solid #B081B7;
}
@media screen and (max-width: 768px) {
  .use_main .table__frame h2 {
    font-size: 20px;
  }
  .use_main .table__frame h3 {
    font-size: 18px;
  }
  .use_main .table__frame p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .use_main .table__frame h2 {
    font-size: 14px;
  }
  .use_main .table__frame h3 {
    font-size: 12px;
  }
  .use_main .table__frame p {
    font-size: 14px;
  }
  .use_main .table__frame .install_img img {
    width: 95%;
    margin: auto;
  }
}
.use_main .table__frame .use_card h3 {
  color: red;
  background-color: #FFE2E2;
  border: 1px solid red;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}
.use_main .table__frame .use_card .card_mousikomi {
  display: flex;
}
.use_main .table__frame .use_card .card_mousikomi .mousikomi_p {
  margin-right: 30px;
  padding: 0;
}
.use_main .table__frame .use_card .card_mousikomi .mousikomi_p .orange {
  color: #FF793D;
}
.use_main .table__frame .use_card .card_mousikomi .mousikomi_p .red {
  color: red;
}
.use_main .table__frame .use_card .card_mousikomi img {
  width: 241px;
  height: 151px;
  display: block;
  margin-top: 20px;
}
.use_main .table__frame .use_card .card_attention {
  font-size: 18px;
  font-weight: normal;
  padding-left: 0;
  margin-top: 15px;
}
.use_main .table__frame .use_card .mousikomi_address {
  width: 540px;
  margin: auto;
  margin-bottom: 60px;
  border: 1px solid #B081B7;
  border-radius: 5px;
  background-color: rgba(247, 229, 249, 0.3);
  padding: 20px 45px;
}
.use_main .table__frame .use_card .mousikomi_address h5, .use_main .table__frame .use_card .mousikomi_address h4, .use_main .table__frame .use_card .mousikomi_address h3, .use_main .table__frame .use_card .mousikomi_address p {
  text-align: center;
  font-weight: bold;
}
.use_main .table__frame .use_card .mousikomi_address h5 {
  color: #B081B7;
  font-size: 22px;
}
.use_main .table__frame .use_card .mousikomi_address p {
  font-size: 18px;
  padding-left: 0;
  margin-top: 0;
}
.use_main .table__frame .use_card .mousikomi_address h4 {
  color: #B081B7;
  font-size: 28px;
}
.use_main .table__frame .use_card .mousikomi_address h3 {
  font-size: 18px;
  color: #fff;
  background-color: #333333;
  padding: 5px 10px;
  margin-top: 10px;
  border: none;
}
@media screen and (max-width: 960px) {
  .use_main .table__frame .use_card .card_mousikomi {
    display: block;
  }
  .use_main .table__frame .use_card .card_mousikomi .mousikomi_p {
    margin: auto;
  }
  .use_main .table__frame .use_card .card_mousikomi img {
    margin: auto;
    margin-top: 20px;
  }
  .use_main .table__frame .use_card .card_attention {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .use_main .table__frame .use_card h3 {
    font-size: 16px;
  }
  .use_main .table__frame .use_card .mousikomi_address {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
  }
  .use_main .table__frame .use_card .mousikomi_address h5 {
    font-size: 20px;
  }
  .use_main .table__frame .use_card .mousikomi_address p {
    font-size: 16px;
  }
  .use_main .table__frame .use_card .mousikomi_address h4 {
    font-size: 26px;
  }
  .use_main .table__frame .use_card .mousikomi_address h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .use_main .table__frame .use_card h3 {
    font-size: 12px;
  }
  .use_main .table__frame .use_card .card_attention {
    font-size: 13px;
  }
  .use_main .table__frame .use_card .mousikomi_address {
    width: 70%;
    margin: auto;
    margin-bottom: 30px;
    padding: 10px 20px;
  }
  .use_main .table__frame .use_card .mousikomi_address h5 {
    font-size: 18px;
  }
  .use_main .table__frame .use_card .mousikomi_address p {
    font-size: 12px;
  }
  .use_main .table__frame .use_card .mousikomi_address h4 {
    font-size: 20px;
  }
  .use_main .table__frame .use_card .mousikomi_address h3 {
    font-size: 14px;
  }
}
.use_main .table__frame .card_saihako {
  padding: 0;
}
.use_main .table__frame .card_saihako span {
  color: #FF793D;
}
.use_main .button {
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  .use_main .button {
    margin: 35px auto;
  }
}

.charge_main .table__frame .app_charge {
  margin-top: 40px;
}
.charge_main .table__frame .app_charge p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 100px;
  padding-left: 0;
}
.charge_main .table__frame .app_zandaka {
  padding-bottom: 90px;
}
.charge_main .table__frame .app_zandaka h2 {
  margin-top: 80px;
  margin-bottom: 45px;
}
.charge_main .table__frame .app_zandaka p {
  padding-left: 0;
}
.charge_main .table__frame .install p span {
  font-size: 14px;
  font-weight: normal;
}
.charge_main .table__frame .install p span.list-icon {
  font-size: 20px;
  font-weight: bold;
  color: #009C74;
}
.charge_main .table__frame .card_charge h2,
.charge_main .table__frame .card_zandaka h2,
.charge_main .table__frame .card_kessai h2 {
  color: #B081B7;
  border: 1px solid #B081B7;
}
.charge_main .table__frame .card_charge p,
.charge_main .table__frame .card_zandaka p,
.charge_main .table__frame .card_kessai p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 100px;
  padding-left: 0;
}
.charge_main .table__frame .card_zandaka h2,
.charge_main .table__frame .card_kessai h2 {
  margin-top: 100px;
}
.charge_main .table__frame .charge_img_sp {
  display: none;
}
.charge_main .table__frame .charge_img_sp img {
  max-width: 250px;
  height: auto;
}
.charge_main .table__frame .install_img {
  margin-top: 30px;
}
.charge_main .table__frame .install_img.img3 img {
  width: 824px;
  height: auto;
}
.charge_main .table__frame .install_img.card_kessai_img {
  margin-top: 0;
  margin-bottom: 100px;
}
.charge_main .table__frame .install_img .img776 {
  width: 776px;
  height: auto;
}
.charge_main .table__frame .install_img .img557 {
  width: 557px;
  height: auto;
}
.charge_main .table__frame .charge-list {
  max-width: 936px;
  width: 100%;
  margin: 0 auto;
}
.charge_main .table__frame .charge-list__detail {
  display: none;
}
.charge_main .table__frame .charge-list__title {
  background-color: #009C74;
  padding: 10px 50px 10px 20px;
  margin: 10px auto 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
.charge_main .table__frame .charge-list__title:first-child {
  margin-top: 0;
}
.charge_main .table__frame .charge-list__title span {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
.charge_main .table__frame .charge-list__title::before, .charge_main .table__frame .charge-list__title::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background: #FFF;
}
.charge_main .table__frame .charge-list__title::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.charge_main .table__frame .charge-list__title.open::after {
  transform: rotate(0deg);
}
.charge_main .table__frame .charge-list__detail {
  background-color: #FFF;
}
.charge_main .table__frame .charge-list__title:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .charge_main .table__frame .charge-list__title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .charge_main .table__frame .charge-list__title span {
    font-size: 14px;
  }
}
.charge_main .table__frame .charge_bank .att {
  background: #E5F5F1;
  max-width: 800px;
  width: 80%;
  margin: 30px auto 0;
  padding: 15px 20px;
}
.charge_main .table__frame .charge_bank .att p {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.charge_main .table__frame .charge_bank .app_1 {
  margin-top: 30px;
}
.charge_main .table__frame .charge_bank .hosoku {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border: 3px solid #009C74;
  max-width: 700px;
  width: 90%;
  margin: 25px auto 0;
  padding: 20px;
  box-sizing: border-box;
}
.charge_main .table__frame .charge_bank .hosoku p {
  max-width: 428px;
  padding: 0;
  margin: 0;
  color: #009C74;
}
.charge_main .table__frame .charge_bank .hosoku p span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #000000;
  line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .charge_main .table__frame .charge_bank .att {
    margin-top: 20px;
  }
  .charge_main .table__frame .charge_bank .att p {
    font-size: 14px;
  }
  .charge_main .table__frame .charge_bank .hosoku {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .charge_main .table__frame .charge_bank .hosoku p span {
    font-size: 14px;
    line-height: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .charge_main .table__frame .charge_bank .att p {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .charge_main .table__frame .charge_bank .hosoku p span {
    font-size: 12px;
    line-height: 1.2rem;
  }
}
.charge_main .table__frame .use_card h3 {
  color: red;
  background-color: #FFE2E2;
  border: 1px solid red;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  margin: 35px 0;
}
.charge_main .table__frame .use_card .card_kessai_p {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .charge_main .table__frame .use_card h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .charge_main .table__frame .use_card h3 {
    font-size: 12px;
  }
}
.charge_main .table__frame .point_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .charge_main .table__frame .point_pc {
    display: none;
  }
  .charge_main .table__frame .point_sp {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 960px) {
  .charge_main .table__frame .charge .install_img {
    display: none;
  }
  .charge_main .table__frame .charge .charge_img_sp {
    display: block;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_3 {
    position: relative;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_3::before {
    content: "";
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
    border: 13px solid transparent;
    border-top: 23px solid #009C74;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_5 {
    position: relative;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_5::before {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    border: 13px solid transparent;
    border-top: 23px solid #009C74;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_6 {
    position: relative;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_6::before {
    content: "";
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
    border: 13px solid transparent;
    border-top: 23px solid #009C74;
  }
  .charge_main .table__frame .charge .charge_img_sp .purplearrow_1 {
    position: relative;
  }
  .charge_main .table__frame .charge .charge_img_sp .purplearrow_1::before {
    content: "";
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
    border: 13px solid transparent;
    border-top: 23px solid #B081B7;
  }
  .charge_main .table__frame .charge .charge_img_sp .purplearrow_2 {
    position: relative;
  }
  .charge_main .table__frame .charge .charge_img_sp .purplearrow_2::before {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    border: 13px solid transparent;
    border-top: 23px solid #B081B7;
  }
  .charge_main .table__frame .charge .charge_img_sp img {
    display: block;
    margin: auto;
    margin-top: 70px;
  }
  .charge_main .table__frame .point_sp {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .charge_main .table__frame .install p span {
    font-size: 12px;
  }
  .charge_main .table__frame .app_charge p,
  .charge_main .table__frame .card_charge p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .charge_main .table__frame .charge .charge_img_sp img {
    margin-top: 30px;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_3::before {
    bottom: -15%;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_3-17::before {
    bottom: -17%;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_5::before {
    bottom: -20%;
  }
  .charge_main .table__frame .charge .charge_img_sp .greenarrow_6::before {
    bottom: -29%;
  }
  .charge_main .table__frame .charge .charge_img_sp .purplearrow_1::before {
    bottom: -28%;
  }
  .charge_main .table__frame .charge .charge_img_sp .purplearrow_2::before {
    bottom: -20%;
  }
}

.store_main {
  width: 1000px;
  margin: auto;
  padding-top: 30px;
  margin-bottom: 110px;
}
.store_main h2 {
  border: 1px solid red;
  background-color: #FFE2E2;
  color: red;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .store_main h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .store_main h2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.store_main ul {
  display: flex;
  justify-content: space-around;
}
.store_main ul li {
  font-size: 22px;
  width: 300px;
  padding: 14px 0;
  text-align: center;
  border: 2px solid;
  border-radius: 10px;
  cursor: pointer;
}
.store_main ul li.itoigawa_button {
  color: #009C74;
  position: relative;
}
.store_main ul li.itoigawa_button.tab.active {
  background-color: #009C74;
  color: #fff;
}
.store_main ul li.itoigawa_button.tab.active::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 15px solid #009C74;
}
.store_main ul li.nou_button {
  color: #FF793D;
  position: relative;
}
.store_main ul li.nou_button.tab.active {
  background-color: #FF793D;
  color: #fff;
}
.store_main ul li.nou_button.tab.active::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 15px solid #FF793D;
}
.store_main ul li.oumi_button {
  color: #B081B7;
  position: relative;
}
.store_main ul li.oumi_button.tab.active {
  background-color: #B081B7;
  color: #fff;
}
.store_main ul li.oumi_button.tab.active::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 15px solid #B081B7;
}
.store_main .table__frame {
  display: none;
}
.store_main .table__frame.show {
  display: block;
}
.store_main table {
  margin-top: 50px;
}
.store_main table .table_title {
  background-color: #E8E8E8;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #707070;
}
.store_main table .table_flex,
.store_main table .store_name {
  border-bottom: 1px solid #CCCCCC;
}
.store_main table .store_name {
  font-size: 20px;
  padding: 15px 0;
  width: 50%;
}
.store_main table .store_name .address {
  font-size: 16px;
}
.store_main table td {
  font-size: 18px;
}
.store_main table td .gyousyu,
.store_main table td .card,
.store_main table td .app,
.store_main table td .genkin {
  border-radius: 5px;
  text-align: center;
}
.store_main table td .gyousyu {
  color: #fff;
  width: 100px;
  margin: auto;
}
.store_main table td .gyousyu.buppan {
  background-color: #E16D6D;
}
.store_main table td .gyousyu.eat {
  background-color: #E1AF6D;
}
.store_main table td .gyousyu.stay {
  background-color: #69CBAD;
}
.store_main table td .gyousyu.kankou {
  background-color: #CFA7D5;
}
.store_main table td .gyousyu.else {
  background-color: #6DCDE1;
}
.store_main table td .card_app {
  display: flex;
  justify-content: center;
}
.store_main table td .card_app .card {
  display: block;
  width: 100px;
  background-color: #F7E5F9;
  margin-right: 10px;
}
.store_main table td .card_app .app {
  display: block;
  width: 100px;
  background-color: #FFE9DF;
}
.store_main table td .card_app .no_app {
  display: block;
  width: 100px;
}
.store_main table td .genkin {
  width: 150px;
  margin: auto;
  background-color: #DBF3ED;
}

@media screen and (max-width: 1024px) {
  .store_main {
    width: 95%;
    margin: auto;
    margin-bottom: 110px;
  }
  .store_main ul li {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .store_main {
    padding-top: 20px;
    margin-bottom: 60px;
  }
  .store_main table .table_title {
    display: none;
  }
  .store_main table .table_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .store_main table .store_name {
    display: block;
    width: 100%;
    border: none;
  }
  .store_main table td {
    display: block;
    width: 31%;
    padding-bottom: 15px;
  }
  .store_main table td .gyousyu,
  .store_main table td .card,
  .store_main table td .app,
  .store_main table td .genkin {
    width: 100%;
  }
  .store_main table td.gyousyu_name, .store_main table td.genkin_name {
    width: 25%;
  }
  .store_main table td.card_app_name {
    width: 47%;
  }
  .store_main table td .card_app .card {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .store_main ul li {
    font-size: 18px;
  }
  .store_main table {
    margin-top: 40px;
  }
  .store_main table .store_name {
    font-size: 18px;
  }
  .store_main table .store_name .address {
    font-size: 14px;
  }
  .store_main table td {
    font-size: 14px;
  }
}
.kameiten h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kameiten h2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .kameiten h2 {
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: justify;
  }
}
.kameiten .kameiten_main {
  width: 1000px;
  margin: auto;
  /* 加盟の流れ */
  /* 申込方法 */
  /* よくある質問（加盟店向け） */
}
.kameiten .kameiten_main .kameiten_title {
  color: #009C74;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #009C74;
  padding-bottom: 13px;
  margin: 70px 0 40px;
}
@media screen and (max-width: 480px) {
  .kameiten .kameiten_main .kameiten_title {
    font-size: 20px;
  }
}
.kameiten .kameiten_main li,
.kameiten .kameiten_main p {
  font-size: 20px;
  text-align: justify;
}
.kameiten .kameiten_main li span,
.kameiten .kameiten_main p span {
  color: #009C74;
}
@media screen and (max-width: 480px) {
  .kameiten .kameiten_main li,
  .kameiten .kameiten_main p {
    font-size: 16px;
  }
}
.kameiten .kameiten_main .button {
  margin: 25px 0 0;
}
.kameiten .kameiten_main .kameiten_youken li,
.kameiten .kameiten_main .kameiten_attention li {
  text-indent: -1em;
  margin-left: 1em;
}
.kameiten .kameiten_main .kameiten_nagare li {
  background-color: rgba(0, 156, 116, 0.15);
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.kameiten .kameiten_main .kameiten_nagare li h4,
.kameiten .kameiten_main .kameiten_nagare li h5 {
  width: 37%;
  font-size: 22px;
  font-weight: bold;
  color: #009C74;
  text-align: center;
  position: relative;
}
.kameiten .kameiten_main .kameiten_nagare li h4:before {
  content: "";
  position: absolute;
  bottom: -78px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 23px solid rgba(0, 156, 116, 0.15);
}
.kameiten .kameiten_main .kameiten_nagare li p {
  width: 58%;
  background-color: #fff;
  padding: 30px 20px;
}
.kameiten .kameiten_main .kameiten_nagare li p a {
  color: #FF793D;
  text-decoration: underline;
}
.kameiten .kameiten_main .kameiten_nagare li p span {
  color: #009C74;
}
.kameiten .kameiten_main .kameiten_nagare li:nth-child(3) h4:before {
  bottom: -114px;
}
.kameiten .kameiten_main .kameiten_nagare li + li {
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .kameiten .kameiten_main .kameiten_nagare li {
    display: block;
  }
  .kameiten .kameiten_main .kameiten_nagare li h4,
  .kameiten .kameiten_main .kameiten_nagare li h5 {
    width: 100%;
    padding-bottom: 10px;
  }
  .kameiten .kameiten_main .kameiten_nagare li h4:before {
    content: none;
  }
  .kameiten .kameiten_main .kameiten_nagare li p {
    width: 95%;
    margin: auto;
    padding: 30px 10px;
  }
  .kameiten .kameiten_main .kameiten_nagare li p.arrow {
    position: relative;
  }
  .kameiten .kameiten_main .kameiten_nagare li p.arrow:before {
    content: "";
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 23px solid rgba(0, 156, 116, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .kameiten .kameiten_main .kameiten_nagare li p {
    width: 93%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .kameiten .kameiten_main .kameiten_nagare li {
    padding-bottom: 3px;
  }
  .kameiten .kameiten_main .kameiten_nagare li h4,
  .kameiten .kameiten_main .kameiten_nagare li h5 {
    font-size: 20px;
  }
  .kameiten .kameiten_main .kameiten_nagare li p.arrow:before {
    bottom: -39px;
  }
}
.kameiten .kameiten_main .kameiten_shinsei h4 {
  font-size: 20px;
  font-weight: bold;
  color: #FF793D;
  margin-top: 50px;
}
.kameiten .kameiten_main .kameiten_shinsei span {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.kameiten .kameiten_main .kameiten_shinsei .button {
  width: 640px;
}
@media screen and (max-width: 960px) {
  .kameiten .kameiten_main .kameiten_shinsei .button {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .kameiten .kameiten_main .kameiten_shinsei .button_fax {
    display: block;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .kameiten .kameiten_main .kameiten_moushikomi .button {
    width: 95%;
    margin: auto;
    margin-top: 20px;
  }
}
.kameiten .kameiten_main .kameiten_question {
  margin-bottom: 200px;
}
.kameiten .kameiten_main .kameiten_question li .accordion_title {
  background-color: #009C74;
  position: relative;
  cursor: pointer;
}
.kameiten .kameiten_main .kameiten_question li .accordion_title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.kameiten .kameiten_main .kameiten_question li .accordion_title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.kameiten .kameiten_main .kameiten_question li .accordion_content {
  background-color: #F8F6EF;
  display: none;
}
.kameiten .kameiten_main .kameiten_question li .accordion_question p,
.kameiten .kameiten_main .kameiten_question li .accordion_ans p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.kameiten .kameiten_main .kameiten_question li .accordion_question p.q_text,
.kameiten .kameiten_main .kameiten_question li .accordion_ans p.q_text {
  color: #fff;
}
.kameiten .kameiten_main .kameiten_question li .accordion_question p.a_text,
.kameiten .kameiten_main .kameiten_question li .accordion_ans p.a_text {
  padding: 20px 0;
}
.kameiten .kameiten_main .kameiten_question li .accordion_question {
  display: flex;
  height: 67px;
}
.kameiten .kameiten_main .kameiten_question li .accordion_question p {
  margin: auto 0;
}
.kameiten .kameiten_main .kameiten_question li .accordion_question span {
  font-size: 25px;
  font-weight: 900;
  height: 35px;
  display: block;
  margin: auto 20px;
}
.kameiten .kameiten_main .kameiten_question li .accordion_question span.q_mark {
  color: #F8FC8C;
}
.kameiten .kameiten_main .kameiten_question li .accordion_ans {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .kameiten .kameiten_main .kameiten_question li .accordion_question .q_text {
    padding-right: 3em;
  }
}
@media screen and (max-width: 480px) {
  .kameiten .kameiten_main .kameiten_question li .accordion_question span {
    font-size: 22px;
    height: 32px;
    margin: auto 15px;
  }
  .kameiten .kameiten_main .kameiten_question li .accordion_question p,
  .kameiten .kameiten_main .kameiten_question li .accordion_ans p {
    font-size: 16px;
  }
}
.kameiten .kameiten_main .kameiten_question li + li {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .kameiten .kameiten_main .kameiten_question {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .kameiten .kameiten_main {
    width: 95%;
    margin: auto;
  }
}

.question .question_main {
  width: 1000px;
  margin: auto;
  padding-top: 80px;
  margin-bottom: 130px;
}
.question .question_main li .accordion_title {
  background-color: #009C74;
  position: relative;
  cursor: pointer;
}
.question .question_main li .accordion_title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.question .question_main li .accordion_title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.question .question_main li .accordion_content {
  background-color: #F8F6EF;
  display: none;
}
.question .question_main li .accordion_question p,
.question .question_main li .accordion_ans p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.question .question_main li .accordion_question p.q_text,
.question .question_main li .accordion_ans p.q_text {
  color: #fff;
}
.question .question_main li .accordion_question p.a_text,
.question .question_main li .accordion_ans p.a_text {
  padding: 20px 0;
}
.question .question_main li .accordion_question p.a_text span,
.question .question_main li .accordion_ans p.a_text span {
  font-weight: bold;
  color: red;
  padding: 0;
}
.question .question_main li .accordion_question p.a_text a,
.question .question_main li .accordion_ans p.a_text a {
  color: #333333;
  text-decoration: underline;
}
.question .question_main li .accordion_question p.a_text a:hover,
.question .question_main li .accordion_ans p.a_text a:hover {
  color: #FF793D;
}
.question .question_main li .accordion_question .a_li,
.question .question_main li .accordion_ans .a_li {
  padding: 22px 0;
}
.question .question_main li .accordion_question .a_li p,
.question .question_main li .accordion_ans .a_li p {
  padding: 0;
}
.question .question_main li .accordion_question .a_li ol,
.question .question_main li .accordion_ans .a_li ol {
  list-style-type: decimal;
  padding-left: 1.4em;
}
.question .question_main li .accordion_question .a_li ul,
.question .question_main li .accordion_ans .a_li ul {
  list-style-type: disc;
  padding-left: 1.4em;
}
.question .question_main li .accordion_question .a_li li,
.question .question_main li .accordion_ans .a_li li {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.question .question_main li .accordion_question .a_li li a,
.question .question_main li .accordion_ans .a_li li a {
  color: #333333;
  text-decoration: underline;
}
.question .question_main li .accordion_question .a_li li a:hover,
.question .question_main li .accordion_ans .a_li li a:hover {
  color: #FF793D;
}
.question .question_main li .accordion_question .a_li li + li,
.question .question_main li .accordion_ans .a_li li + li {
  margin-top: 0;
}
.question .question_main li .accordion_question {
  display: flex;
  height: 67px;
}
.question .question_main li .accordion_question p {
  margin: auto 0;
}
.question .question_main li .accordion_question span {
  font-size: 25px;
  font-weight: 900;
  height: 35px;
  display: block;
  margin: auto 20px;
}
.question .question_main li .accordion_question span.q_mark {
  color: #F8FC8C;
}
.question .question_main li .accordion_ans {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .question .question_main li .accordion_question .q_text {
    padding-right: 3em;
  }
}
@media screen and (max-width: 480px) {
  .question .question_main li .accordion_question span {
    font-size: 22px;
    height: 32px;
    margin: auto 15px;
  }
  .question .question_main li .accordion_question p.q_text, .question .question_main li .accordion_question p.a_text,
  .question .question_main li .accordion_ans p.q_text,
  .question .question_main li .accordion_ans p.a_text {
    font-size: 16px;
  }
  .question .question_main li .accordion_question .a_li li,
  .question .question_main li .accordion_ans .a_li li {
    font-size: 16px;
  }
}
.question .question_main li + li {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .question .question_main li + li {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .question .question_main {
    width: 95%;
    margin: auto;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .question .question_main {
    padding-top: 20px;
  }
}

.kiyaku_main {
  width: 1000px;
  margin: auto;
  padding-top: 70px;
  margin-bottom: 100px;
}
.kiyaku_main h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.kiyaku_main p, .kiyaku_main li {
  font-size: 20px;
}
.kiyaku_main .kiyaku_number {
  font-size: 24px;
  font-weight: bold;
  color: #009C74;
  border-bottom: 1px solid #009C74;
  padding-bottom: 14px;
  margin-top: 50px;
  margin-bottom: 35px;
}
.kiyaku_main li {
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.8em;
  text-align: justify;
}
.kiyaku_main li span {
  display: block;
  text-indent: -2em;
  padding-left: 2em;
}
.kiyaku_main li span.point {
  padding-left: 5em;
}
.kiyaku_main li span.point_number {
  padding-left: 3em;
}
.kiyaku_main .date {
  margin-top: 50px;
}
.kiyaku_main h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}
.kiyaku_main table, .kiyaku_main td {
  border: 1px solid #000;
}
.kiyaku_main td {
  font-size: 20px;
  padding: 5px;
}
.kiyaku_main td.td_num {
  width: 6%;
  text-align: center;
}
.kiyaku_main td.td_name {
  width: 22%;
}
.kiyaku_main td.td_content {
  width: 72%;
}
@media screen and (max-width: 960px) {
  .kiyaku_main td.td_num {
    width: 10%;
  }
  .kiyaku_main td.td_name {
    width: 20%;
  }
  .kiyaku_main td.td_content {
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .kiyaku_main {
    width: 95%;
    margin: auto;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku_main .kiyaku_number, .kiyaku_main h3, .kiyaku_main h4 {
    font-size: 20px;
  }
  .kiyaku_main p, .kiyaku_main li, .kiyaku_main td {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .kiyaku_main {
    padding-top: 20px;
  }
  .kiyaku_main .kiyaku_number, .kiyaku_main h3, .kiyaku_main h4 {
    font-size: 18px;
  }
  .kiyaku_main p, .kiyaku_main li, .kiyaku_main td {
    font-size: 14px;
  }
  .kiyaku_main .kiyaku_number {
    margin-top: 25px;
    margin-bottom: 18px;
    padding-bottom: 7px;
  }
  .kiyaku_main .date {
    margin-top: 25px;
  }
  .kiyaku_main h3 {
    margin-bottom: 25px;
  }
  .kiyaku_main h4 {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
.giftcard_main {
  padding: 75px 5% 150px;
}

.giftcard_title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  border: solid #009C74 1px;
  color: #009C74;
  padding: 0.5em;
}

.giftcard_text {
  margin-bottom: 1em;
}

.giftcard_img {
  text-align: center;
}
.giftcard_img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .giftcard_main {
    padding: 30px 5% 75px;
  }
  .giftcard_title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}/*# sourceMappingURL=style.css.map */