<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Google Fonts Noto Serif Japanese、Noto Sans Japaneseを読み込む ******************************************************/
/*
Noto Serif Japanese:
font-weight: 400;
font-weight: 600;
font-weight: 900;

Noto Sans Japanese:
font-weight: 400;
font-weight: 600;
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&amp;family=Noto+Serif+JP:wght@400;600;900&amp;display=swap");
/* リセット ******************************************************/
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul, ol {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 大枠 ******************************************************/
.openOuter {
  width: 100%;
  display: block;
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.ly_contentsOuter {
  width: 100%;
}

.ly_centerContentsOuter {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ly_centerContentsOuter.padding0 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  .ly_centerContentsOuter.sp-padding0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.ly_bgGreen {
  background-color: #00833e;
}

@media only screen and (max-width: 750px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
}

.textFixed {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
}

@media only screen and (max-width: 750px) {
  .navitopicpath_ {
    display: none;
  }
}

/* ヘッダー見出し ******************************************************/
.header_1 {
  position: relative;
  max-width: 1540px;
  width: 100%;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  color: #00833e;
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .header_1 {
    font-size: 2.875rem;
    max-width: none;
  }
}
.header_1::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  right: 20px;
  bottom: -35px;
  border-bottom: dashed 1px #00833e;
}
.header_1.about {
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .header_1.about {
    padding-top: 60px;
  }
}
.header_1.costPlan {
  margin-top: 60px;
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .header_1.costPlan {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.header_1.flow {
  margin-top: 50px;
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .header_1.flow {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.header_1.introduction {
  color: #004f25;
  margin-top: 55px;
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .header_1.introduction {
    padding-top: 50px;
  }
}
.header_1.faq {
  margin-top: 55px;
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .header_1.faq {
    padding-top: 50px;
  }
}
.header_1 span.ampSmall {
  font-size: 3.125rem;
}

@media only screen and (max-width: 750px) {
  .header_2Outer {
    display: block;
    text-align: center;
  }
}

.header_2 {
  display: block;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .header_2 {
    font-size: 1.375rem;
    display: inline;
    border-bottom: dashed 1px #00833e;
    text-align: center;
    line-height: 2.4;
    padding-bottom: 10px;
  }
}
.header_2::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -24px;
  border-bottom: dashed 1px #00833e;
}
@media only screen and (max-width: 750px) {
  .header_2::after {
    display: none;
  }
}

.header_3 {
  display: block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: #333;
}
@media only screen and (max-width: 750px) {
  .header_3 {
    font-size: 1.75rem;
  }
}
.header_3::after {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  left: 0;
  bottom: -51px;
  border-bottom: dashed 1px #333;
}
@media only screen and (max-width: 750px) {
  .header_3::after {
    bottom: -25px;
  }
}
.openIntroductionOuter-first .header_3 {
  color: #fff;
}
.openIntroductionOuter-first .header_3::after {
  border-bottom-color: #fff;
}

/* 出店・お問合せボタン ******************************************************/
.openInquiryBtnOuter {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 750px) {
  .openInquiryBtnOuter {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }
}

.btn_inquiry {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  width: 100%;
  height: 100px;
  background-color: #00833e;
  color: #fff !important;
  text-decoration: none;
  margin-right: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  transition-duration: 0.3s;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 750px) {
  .btn_inquiry {
    font-size: clamp(1.375rem, 4vw, 1.625rem);
    text-decoration: none !important;
    height: 80px;
  }
}
.btn_inquiry::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  right: -10px;
  bottom: -10px;
  border-right: solid 1px #00833e;
  border-bottom: solid 1px #00833e;
  transition-duration: 0.3s;
}
.btn_inquiry[target=_blank] {
  padding-right: 23px;
}
.btn_inquiry[target=_blank]::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 44px;
  margin-top: auto;
  margin-bottom: auto;
  background: url(/fp/open/img/icon_blank.png) no-repeat left top;
}
@media only screen and (max-width: 750px) {
  .btn_inquiry[target=_blank]::after {
    right: 22px;
  }
}
.btn_inquiry:hover {
  background-color: #005c2a;
  left: 6px;
  top: 6px;
  text-decoration: none;
}
.btn_inquiry:hover::before {
  right: -4px;
  bottom: -4px;
}
.btn_inquiry.sizeSmall {
  max-width: 320px;
  width: 100%;
  height: 80px;
  font-size: 1.5rem;
}
.btn_inquiry.sizeSmall::before {
  height: 80px;
}
.openInquiryBtnOuter .btn_inquiry {
  margin-top: 60px;
}
.openMVOuter .btn_inquiry {
  font-size: clamp(1rem, 2vw, 1.875rem);
  max-height: 100px;
  height: 3em;
}
@media only screen and (max-width: 750px) {
  .openMVOuter .btn_inquiry {
    height: 80px;
    max-height: none;
    font-size: 1.25rem;
  }
}
.openMVOuter .btn_inquiry::before {
  height: 3em;
}
@media only screen and (max-width: 750px) {
  .openMVOuter .btn_inquiry::before {
    height: 80px;
  }
}
.openMVOuter .btn_inquiry::after {
  right: 10.48%;
}
@media only screen and (max-width: 750px) {
  .openMVOuter .btn_inquiry::after {
    right: 3.57%;
  }
}
.btn_inquiry.btn_bgWhite {
  background-color: #fff;
  color: #333 !important;
}
.btn_inquiry.btn_bgWhite::before {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.btn_inquiry.btn_bgWhite[target=_blank]::after {
  background: url(/fp/open/img/icon_blank-footer.png) no-repeat left top;
}
.btn_inquiry.btn_bgWhite:hover {
  background-color: #ffed4c;
}

.btn_text_inquiry {
  appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  color: #00833e;
  text-decoration: underline;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .btn_text_inquiry {
    font-size: 1rem;
  }
}
.btn_text_inquiry::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 3px;
  margin-right: 5px;
  background: url(/fp/open/img/icon_blank-footer.png) no-repeat left top;
}

/* ナビゲーションメニュー ******************************************************/
.openNav {
  display: block;
  width: 100%;
  height: 70px;
}
@media only screen and (max-width: 750px) {
  .openNav {
    height: 60px;
  }
}

.openNavOuter {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  transition-property: background-color;
  transition-duration: 0.4s;
}
@media only screen and (max-width: 750px) {
  .openNavOuter {
    background: none;
  }
}
.openNavOuter.bgNone {
  background: none;
  width: auto;
  right: 0;
}
.openNavOuter.fixed {
  position: fixed;
}
@media only screen and (max-width: 750px) {
  .openNavOuter.fixed {
    top: 50px;
    background: none;
  }
}

.openNavList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: 100%;
}

.openNavListItem {
  width: auto;
}
@media only screen and (max-width: 750px) {
  .openNavListItem:not(:last-of-type) {
    display: none;
  }
}

.openNavListItemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
}
.openNavListItemLink.inquiry {
  appearance: none;
  border: none;
  cursor: pointer;
  background-color: #00833e;
  color: #fff;
  transition-duration: 0.3s;
  padding-right: 48px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .openNavListItemLink.inquiry {
    font-size: 1rem;
  }
}
.openNavListItemLink.inquiry::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background: url(/fp/open/img/icon_blank.png) no-repeat left top;
}
.openNavListItemLink.inquiry:hover {
  background-color: #005c2a;
  color: #fff;
}
.openNavListItemLink:hover {
  color: inherit;
  text-decoration: none;
}
.openNavListItemLink span {
  position: relative;
}
.openNavListItemLink:hover span::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #333;
}

/* メインビジュアル ******************************************************/
.openMVOuter {
  background: url(/fp/open/img/mv_pc.jpg) no-repeat center center;
  background-size: cover;
  min-height: 600px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .openMVOuter {
    background: url(/fp/open/img/mv_sp.jpg) no-repeat top center;
    background-size: cover;
    min-height: 380px;
    padding-top: 100px;
  }
}

.openMVHeader {
  position: absolute;
  display: block;
  max-width: 549px;
  width: 40.19%;
  z-index: 1;
  left: 83px;
  top: 45.1%;
}
@media only screen and (max-width: 750px) {
  .openMVHeader {
    position: static;
    min-width: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.openMVHeader img {
  width: 100%;
  height: auto;
}

.openMVInquiryBtnOuter {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.openMVOuter .openMVInquiryBtnOuter {
  position: absolute;
  display: block;
  margin-top: auto;
  max-width: 420px;
  width: 30.75%;
  right: 81px;
  top: 50.4%;
}
@media only screen and (max-width: 750px) {
  .openMVOuter .openMVInquiryBtnOuter {
    position: static;
    max-width: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
  }
}

/* リード文 ******************************************************/
.openLeadOuter {
  width: 100%;
  padding-left: calc((100% - 1200px) / 2);
  margin-top: 23px;
}
@media only screen and (max-width: 750px) {
  .openLeadOuter {
    margin-top: 63px;
    padding-left: 0;
  }
}

.openLeadWrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .openLeadWrapper {
    display: block;
  }
}

.openLeadTextOuter {
  width: 70%;
}
@media only screen and (max-width: 750px) {
  .openLeadTextOuter {
    width: 100%;
  }
}

.openLeadText {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.15;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 750px) {
  .openLeadText {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.125rem;
  }
}
.openLeadText span {
  position: relative;
  color: #00833e;
}
.openLeadText span::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  border-bottom: dashed 1px #00833e;
}

.openLeadSubText {
  width: 94%;
  font-size: 1.125rem;
  line-height: 2.78;
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  .openLeadSubText {
    width: 100%;
    font-size: 0.875rem;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2.3;
  }
}

.openLeadImgOuter {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 41.3%;
  margin-top: 75px;
}
@media only screen and (max-width: 750px) {
  .openLeadImgOuter {
    width: 100%;
    margin-top: 20px;
  }
}

.openLeadImgWrapper {
  display: block;
  width: 100%;
}
.openLeadImgWrapper img {
  width: 100%;
  height: auto;
}

/* JRE POINT経済圏をベースとした顧客戦略 ******************************************************/
.openJREPointOuter {
  margin-top: 180px;
}
@media only screen and (max-width: 750px) {
  .openJREPointOuter {
    margin-top: 64px;
  }
}

.openJREPointList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 90px;
}
@media only screen and (max-width: 750px) {
  .openJREPointList {
    display: block;
    margin-top: 60px;
  }
}

.openJREPointListItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin-top: 56px;
  padding-top: 95px;
}
.openJREPointListItem:nth-of-type(1) {
  width: 36%;
  background: url(/fp/open/img/jrepoint_client_icon_01.png) no-repeat top center;
  background-size: 81px 75px;
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .openJREPointListItem:nth-of-type(1) {
    width: 100%;
  }
}
.openJREPointListItem:nth-of-type(2) {
  width: 40%;
  background: url(/fp/open/img/jrepoint_client_icon_02.png) no-repeat top center;
  background-size: 81px 75px;
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .openJREPointListItem:nth-of-type(2) {
    width: 100%;
    margin-top: 56px;
  }
}
.openJREPointListItem:nth-of-type(3) {
  width: 33.333333%;
  background: url(/fp/open/img/jrepoint_client_icon_03.png) no-repeat top center;
  background-size: 81px 75px;
}
@media only screen and (max-width: 750px) {
  .openJREPointListItem:nth-of-type(3) {
    width: 100%;
  }
}
.openJREPointListItem:nth-of-type(4) {
  width: 33.333333%;
  background: url(/fp/open/img/jrepoint_client_icon_04.png) no-repeat top center;
  background-size: 81px 75px;
}
@media only screen and (max-width: 750px) {
  .openJREPointListItem:nth-of-type(4) {
    width: 100%;
  }
}
.openJREPointListItem:nth-of-type(5) {
  width: 33.333333%;
  background: url(/fp/open/img/jrepoint_client_icon_05.png) no-repeat top center;
  background-size: 81px 75px;
}
@media only screen and (max-width: 750px) {
  .openJREPointListItem:nth-of-type(5) {
    width: 100%;
  }
}
.openJREPointListItem span.openJREPointListItem-lyout {
  display: block;
  font-size: 1.125rem;
}
@media only screen and (max-width: 750px) {
  .openJREPointListItem span.openJREPointListItem-lyout {
    font-size: 1rem;
  }
}
.openJREPointListItem span.openJREPointListItem-lyout:first-of-type {
  min-height: 3rem;
}
@media only screen and (max-width: 750px) {
  .openJREPointListItem span.openJREPointListItem-lyout:first-of-type {
    min-height: 2rem;
  }
}
.openJREPointListItem span.openJREPointListItem-strong {
  display: inline;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00833e;
}
@media only screen and (max-width: 750px) {
  .openJREPointListItem span.openJREPointListItem-strong {
    font-size: 1.25rem;
  }
}

/* 出店サポート ******************************************************/
.openSupportOuter {
  max-width: 1120px;
  width: 100%;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .openSupportOuter {
    margin-top: 100px;
  }
}

.openSupportList {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-template-rows: auto auto;
  gap: 30px;
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .openSupportList {
    display: block;
    margin-top: 30px;
  }
}

.openSupportListItem {
  border: solid 1px #7fc19e;
  padding: 10px 10px 16px 10px;
}
@media only screen and (max-width: 750px) {
  .openSupportListItem {
    margin-bottom: 20px;
  }
}
.openSupportListItem:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.openSupportListItem:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.openSupportListItem:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media only screen and (max-width: 750px) {
  .openSupportListItem:nth-of-type(3) {
    margin-bottom: 0;
  }
}

.openSupportListItemHeader {
  background-color: #00833e;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding: 20px;
}
@media only screen and (max-width: 750px) {
  .openSupportListItemHeader {
    font-size: 1.125rem;
  }
}
.openSupportListItem:nth-of-type(1) .openSupportListItemHeader {
  background-color: #005c2a;
}

.openSupportMeritList {
  margin-top: 17px;
}

.openSupportMeritListItem {
  position: relative;
  font-size: 1.125rem;
  padding-left: 40px;
  padding-right: 20px;
  line-height: 1.7;
  margin-top: 14px;
}
@media only screen and (max-width: 750px) {
  .openSupportMeritListItem {
    font-size: 0.875rem;
  }
}
.openSupportMeritListItem:first-of-type {
  margin-top: 0;
}
.openSupportMeritListItem::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 0.75em;
  left: 23px;
  background-color: #333;
  border-radius: 3px;
}

/* 費用・プラン ******************************************************/
.openCostPlanOuter {
  margin-top: 26px;
}
@media only screen and (max-width: 750px) {
  .openCostPlanOuter {
    margin-top: 50px;
  }
}

.openCostPlanLeadOuter {
  margin-top: 69px;
}

.openCostPlanLeadText {
  font-size: 1.125rem;
  line-height: 3;
}
@media only screen and (max-width: 750px) {
  .openCostPlanLeadText {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.openCostPlanTableOuter {
  border: solid 2px #00833e;
  margin-top: 43px;
  padding: 60px 40px;
}
@media only screen and (max-width: 750px) {
  .openCostPlanTableOuter {
    padding: 20px 15px;
    margin-top: 20px;
  }
}

.openCostPlanTable {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .openCostPlanTable {
    display: block;
  }
}

.openCostPlanTableTerm {
  width: 230px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: -0.1em;
  position: relative;
  text-align: center;
  padding-bottom: 19px;
  border-bottom: dashed 1px #333;
}
@media only screen and (max-width: 750px) {
  .openCostPlanTableTerm {
    width: 100%;
    font-size: 1.375rem;
    padding-bottom: 10px;
  }
}
.openCostPlanTableTerm::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -19px;
  border-bottom: dashed 1px #333;
}
.openCostPlanTableTerm:nth-of-type(2) {
  padding-top: 56px;
}

.openCostPlanTableDescription {
  width: calc(100% - 230px);
  padding-left: 50px;
}
@media only screen and (max-width: 750px) {
  .openCostPlanTableDescription {
    width: 100%;
    padding-left: 0;
  }
}
.openCostPlanTableDescription .initialCost {
  display: flex;
  align-items: baseline;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .openCostPlanTableDescription .initialCost {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}
.openCostPlanTableDescription .initialCost span {
  font-size: 2.5rem;
  padding-left: 0.3em;
  padding-right: 0.2em;
}
@media only screen and (max-width: 750px) {
  .openCostPlanTableDescription .initialCost span {
    font-size: 1.75rem;
  }
}
.openCostPlanTableDescription:nth-of-type(2) {
  padding-top: 56px;
}
@media only screen and (max-width: 750px) {
  .openCostPlanTableDescription:nth-of-type(2) {
    padding-top: 20px;
  }
}

.openCostPlanRCList {
  display: grid;
  grid-template-columns: 29.9% 5.14% 29.9% 5.14% 29.9%;
  grid-template-rows: auto;
}
@media only screen and (max-width: 750px) {
  .openCostPlanRCList {
    display: block;
  }
}

.openCostPlanRCListItem {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 20px 10px 13px;
}
@media only screen and (max-width: 750px) {
  .openCostPlanRCListItem {
    padding-top: 15px;
  }
}
.openCostPlanRCListItem:nth-of-type(1), .openCostPlanRCListItem:nth-of-type(3) {
  width: 100%;
  background-color: #005c2a;
  color: #fff;
}
.openCostPlanRCListItem:nth-of-type(2), .openCostPlanRCListItem:nth-of-type(4) {
  width: 100%;
  grid-template-rows: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
}
.openCostPlanRCListItem:nth-of-type(5) {
  width: 100%;
  background-color: #00833e;
  color: #fff;
  grid-template-rows: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .openCostPlanRCListItem:nth-of-type(5) {
    min-height: 6rem;
  }
}
.openCostPlanRCListItem .RCheader {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-bottom: dashed 1px #fff;
  line-height: 1;
  padding-bottom: 16px;
}
@media only screen and (max-width: 750px) {
  .openCostPlanRCListItem .RCheader {
    font-size: 1.375rem;
  }
}
.openCostPlanRCListItem .RCheader span {
  font-size: 1.25rem;
}
@media only screen and (max-width: 750px) {
  .openCostPlanRCListItem .RCheader span {
    font-size: 1rem;
  }
}
.openCostPlanRCListItem .RCDesc {
  display: block;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 14px;
}
@media only screen and (max-width: 750px) {
  .openCostPlanRCListItem .RCDesc {
    font-size: 2.25rem;
  }
}
.openCostPlanRCListItem .RCDesc span.RCfontBold {
  font-weight: bold;
  padding-right: 0.1em;
  font-size: inherit;
}
.openCostPlanRCListItem .RCDesc span.RCfontSmall {
  font-size: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .openCostPlanRCListItem .RCDesc span.RCfontSmall {
    font-size: 1rem;
  }
}
.openCostPlanRCListItem .RCDesc span.RCattention {
  display: block;
  font-size: 0.9375rem;
  margin-top: 12px;
}
@media only screen and (max-width: 750px) {
  .openCostPlanRCListItem .RCDesc span.RCattention {
    font-size: 0.875rem;
    margin-top: 3px;
  }
}

/* 出店までの流れ ******************************************************/
.openFlowOuter {
  margin-top: 31px;
}
@media only screen and (max-width: 750px) {
  .openFlowOuter {
    margin-top: 50px;
  }
}

.openFlowListOuter {
  margin-top: 100px;
  padding-bottom: 155px;
}
@media only screen and (max-width: 750px) {
  .openFlowListOuter {
    margin-top: 70px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.openFlowPeriod {
  background: linear-gradient(to right, #00833e, #005c2a);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  padding: 9px 28px 11px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}
@media only screen and (max-width: 750px) {
  .openFlowPeriod {
    background: linear-gradient(to bottom, #00833e, #005c2a);
    font-size: 1rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), 50% 100%, 0 calc(100% - 16px));
    padding: 10px 3px;
  }
}

.openFlowList {
  display: grid;
  grid-template-columns: 20.83% 20.83% 20.83% 20.83% 16.67%;
  grid-template-rows: auto;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .openFlowList {
    display: block;
    margin-top: 0;
    margin-right: 15px;
  }
}

.openFlowListItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin: 0;
  padding: 0 50px 0 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .openFlowListItem {
    display: block;
    padding: 0 0 50px 0;
  }
}
.openFlowListItem::before {
  position: absolute;
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  top: 60px;
  right: 11px;
  background: url(/fp/open/img/flow_icon_arrow.png) no-repeat left top;
  background-size: 31px 31px;
}
@media only screen and (max-width: 750px) {
  .openFlowListItem::before {
    top: auto;
    bottom: 10px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(90deg);
  }
}
.openFlowListItem:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  .openFlowListItem:last-of-type {
    padding-bottom: 0;
  }
}
.openFlowListItem:last-of-type::before {
  display: none;
}
.openFlowListItem .openFlowStepOuter {
  display: block;
}
.openFlowListItem:nth-of-type(1) .openFlowStepOuter, .openFlowListItem:nth-of-type(5) .openFlowStepOuter {
  color: #fff;
  grid-template-rows: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .openFlowListItem:nth-of-type(1) .openFlowStepOuter, .openFlowListItem:nth-of-type(5) .openFlowStepOuter {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.25rem;
  }
}
.openFlowListItem:nth-of-type(1) .openFlowStepOuter {
  background-color: #00833e;
}
.openFlowListItem:nth-of-type(5) .openFlowStepOuter {
  background-color: #005c2a;
}
.openFlowListItem:nth-of-type(2) .openFlowStepOuter, .openFlowListItem:nth-of-type(3) .openFlowStepOuter, .openFlowListItem:nth-of-type(4) .openFlowStepOuter {
  display: flex;
  flex-direction: column;
  border: solid 1px #333;
  padding: 17px 20px 9px;
}
.openFlowListItem:nth-of-type(2) .openFlowStepNumber, .openFlowListItem:nth-of-type(3) .openFlowStepNumber, .openFlowListItem:nth-of-type(4) .openFlowStepNumber {
  font-family: "Noto Serif JP", serif;
  color: #00833e;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-bottom: dashed 1px #00833e;
  padding-bottom: 13px;
}
.openFlowListItem:nth-of-type(2) .openFlowStepNumber span, .openFlowListItem:nth-of-type(3) .openFlowStepNumber span, .openFlowListItem:nth-of-type(4) .openFlowStepNumber span {
  font-style: italic;
  font-size: 1.875rem;
}
.openFlowListItem:nth-of-type(2) .openFlowStepText, .openFlowListItem:nth-of-type(3) .openFlowStepText, .openFlowListItem:nth-of-type(4) .openFlowStepText {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 4px;
}
@media only screen and (max-width: 750px) {
  .openFlowListItem:nth-of-type(2) .openFlowStepText, .openFlowListItem:nth-of-type(3) .openFlowStepText, .openFlowListItem:nth-of-type(4) .openFlowStepText {
    font-size: 1.125rem;
    margin-top: 15px;
  }
}

.openFlowStepLeadTextOuter {
  margin-top: 18px;
}

.openFlowStepLeadText {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .openFlowStepLeadText {
    font-size: 0.875rem;
  }
}

/* 加盟店紹介 ******************************************************/
.openIntroductionOuter-first {
  margin-top: 26px;
}

.openIntroductionOuter-second {
  padding-bottom: 160px;
}
@media only screen and (max-width: 750px) {
  .openIntroductionOuter-second {
    padding-bottom: 100px;
  }
}

.openIntroductionLeadOuter {
  width: 100%;
  margin-top: 71px;
}
@media only screen and (max-width: 750px) {
  .openIntroductionLeadOuter {
    width: 100%;
  }
}

.openIntroductionLeadText {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.6;
}
@media only screen and (max-width: 750px) {
  .openIntroductionLeadText {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.openIntroductionListOuter {
  margin-top: 72px;
  padding-top: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media only screen and (max-width: 750px) {
  .openIntroductionListOuter {
    margin-top: 40px;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.openIntroductionList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .openIntroductionList {
    flex-wrap: inherit;
    justify-content: inherit;
  }
}

.openIntroductionListItem {
  display: block;
  max-width: 360px;
  width: 30%;
  margin-right: 5%;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .openIntroductionListItem {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
.openIntroductionListItem:nth-of-type(3n), .openIntroductionListItem:last-of-type {
  margin-right: 0;
}
.openIntroductionListItem:nth-of-type(1), .openIntroductionListItem:nth-of-type(2), .openIntroductionListItem:nth-of-type(3) {
  margin-top: 0;
}

.openIntroductionListItemLink {
  display: block;
  height: 100%;
  background-color: #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.3s;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .openIntroductionListItemLink {
    text-decoration: none !important;
  }
}
.openIntroductionListItemLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  right: -10px;
  bottom: -10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.openIntroductionListItemLink:hover {
  top: -10px;
  left: -10px;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 750px) {
  .openIntroductionListItemLink:hover {
    top: 0;
    left: 0;
  }
}

.openIntroductionListItemImgOuter {
  overflow: hidden;
  border-top-right-radius: 30px;
  height: auto;
}
.openIntroductionListItemImgOuter img {
  transition-duration: 0.3s;
  width: auto;
  max-height: 260px;
  margin-left: auto;
  margin-right: auto;
}
.openIntroductionListItemLink:hover .openIntroductionListItemImgOuter img {
  transform: scale(1.08);
}

.openIntroductionListItemShopName {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 28px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  .openIntroductionListItemShopName {
    font-size: 1.25rem;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.openIntroductionListItemShopText {
  font-size: 1.125rem;
  margin-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 21px;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .openIntroductionListItemShopText {
    font-size: 0.875rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.swiper-slide {
  width: 30%;
}

@media only screen and (max-width: 750px) {
  .swiper-pagination {
    position: static !important;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    background-color: #fff !important;
  }
}

.btn_text_open_shioplist{
  appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  text-decoration: underline;
  position: relative;
  }
  
  @media only screen and (max-width: 750px) {
  .btn_text_open_shioplist{
    font-size: 1rem;
  }
  }

/* よくあるご質問 ******************************************************/
.openFaqOuter {
  margin-top: 33px;
}
@media only screen and (max-width: 750px) {
  .openFaqOuter {
    margin-top: 50px;
  }
}

.openFaqListOuter {
  margin-top: 78px;
}

.openFaqList {
  max-width: 900px;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: dashed 1px #333;
}
.openFaqList.openVoiceQAList {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: none;
}
@media only screen and (max-width: 750px) {
  .openFaqList.openVoiceQAList {
    display: block;
  }
}

.openFaqListTerm {
  background-color: #00833e;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 24px 20px 22px 108px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .openFaqListTerm {
    font-size: 1rem;
    padding: 16px 10px 16px 55px;
  }
}
.openFaqListTerm::before {
  position: absolute;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  left: 32px;
  top: 20px;
  line-height: 1;
  background-color: #fff;
  color: #005c2a;
  border-radius: 20px;
  font-size: 1.3125rem;
  font-weight: normal;
  padding-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .openFaqListTerm::before {
    width: 30px;
    height: 30px;
    left: 12px;
    top: 17px;
    border-radius: 15px;
    font-size: 1rem;
  }
}
.openVoiceQAList .openFaqListTerm {
  max-width: 570px;
  width: 100%;
  padding: 22px 20px 20px 68px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .openVoiceQAList .openFaqListTerm {
    max-width: none;
    padding: 12px 20px 14px 68px;
  }
}
.openVoiceQAList .openFaqListTerm::before {
  display: none;
}
.openVoiceQAList .openFaqListTerm p {
  display: block;
  position: relative;
}
.openVoiceQAList .openFaqListTerm p::before {
  position: absolute;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  left: -47px;
  top: 2px;
  line-height: 1;
  background-color: #fff;
  color: #005c2a;
  border-radius: 20px;
  font-size: 1.3125rem;
  font-weight: normal;
  padding-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .openVoiceQAList .openFaqListTerm p::before {
    top: 0;
  }
}

.openFaqListDescription {
  font-size: 1.125rem;
  line-height: 1.8;
  padding: 19px 20px 22px 108px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .openFaqListDescription {
    font-size: 0.875rem;
    padding: 16px 10px 16px 55px;
  }
}
.openFaqListDescription::before {
  position: absolute;
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  left: 32px;
  top: 15px;
  line-height: 1;
  background-color: #005c2a;
  color: #fff;
  border-radius: 20px;
  font-size: 1.3125rem;
  font-weight: normal;
  padding-bottom: 2px;
}
@media only screen and (max-width: 750px) {
  .openFaqListDescription::before {
    width: 30px;
    height: 30px;
    left: 12px;
    top: 13px;
    border-radius: 15px;
    font-size: 1rem;
  }
}
.openVoiceQAList .openFaqListDescription {
  max-width: 570px;
  width: 100%;
  border-bottom: none;
  padding: 22px 20px 50px 68px;
}
@media only screen and (max-width: 750px) {
  .openVoiceQAList .openFaqListDescription {
    max-width: none;
  }
}
.openVoiceQAList .openFaqListDescription::before {
  width: 32px;
  height: 32px;
  left: 21px;
  top: 24px;
  border-radius: 16px;
  font-size: 1.125rem;
  font-weight: normal;
  padding-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .openVoiceQAList .openFaqListDescription::before {
    top: 18px;
  }
}

.openFaqListDescriptionText {
  margin-bottom: 1em;
}
.openFaqListDescriptionText:last-of-type {
  margin-bottom: 0;
}

.openFaqMoreBtnOuter {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

/* 加盟店紹介ページ ******************************************************/
.openVoiceMVOuter {
  width: calc(100% - 20px);
  padding-left: calc((100% - 1200px) / 2 - 20px);
  display: block;
  margin-top: 70px;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .openVoiceMVOuter {
    margin-top: 0;
    padding-top: 90px;
  }
}

.openVoiceMVWrapper {
  width: 100%;
  margin-top: 70px;
  position: relative;
  padding-right: 20px;
}

.openVoiceHeaderText {
  position: absolute;
  right: 0;
  top: -51px;
}
@media only screen and (max-width: 750px) {
  .openVoiceHeaderText::after {
    bottom: -15px;
  }
}
@media only screen and (max-width: 750px) {
  .openVoiceHeaderText {
    top: -66px;
  }
}

.openVoiceMVInner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .openVoiceMVInner {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.openVoiceMVTextOuter {
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .openVoiceMVTextOuter {
    max-width: none;
    order: 2;
    margin-top: 20px;
  }
}

.openVoiceMVCompanyOuter {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media only screen and (max-width: 750px) {
  .openVoiceMVCompanyOuter {
    margin-bottom: 20px;
  }
}

.openVoiceMVCompanyLogoOuter {
  width: 94px;
}

.openVoiceMVCompanyNameOuter {
  width: calc(100% - 119px);
}
@media only screen and (max-width: 750px) {
  .openVoiceMVCompanyNameOuter {
    width: calc(100% - 109px);
  }
}

.openVoiceMVCompanyName-company {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 18px;
}
@media only screen and (max-width: 750px) {
  .openVoiceMVCompanyName-company {
    margin-bottom: 10px;
  }
}

.openVoiceMVCompanyName-name {
  font-size: 1.375rem;
}

.openVoiceMVCompanyLeadText {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  line-height: 2;
  font-weight: 600;
}
@media only screen and (max-width: 750px) {
  .openVoiceMVCompanyLeadText {
    font-size: 1.375rem;
    line-height: 1.8;
  }
}

.openVoiceMVImageOuter {
  max-width: 570px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .openVoiceMVImageOuter {
    max-width: none;
    order: 1;
  }
}

.openVoiceMVImageWrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.openVoiceMVImageWrapper img {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.openVoiceLeadOuter {
  margin-top: 41px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .openVoiceLeadOuter {
    display: block;
  }
}

.openVoiceLeadTextOuter {
  width: calc(100% - 350px);
  display: block;
}
@media only screen and (max-width: 750px) {
  .openVoiceLeadTextOuter {
    width: 100%;
  }
}

.openVoiceLeadText {
  font-size: 1.125rem;
  line-height: 2.8;
}
@media only screen and (max-width: 750px) {
  .openVoiceLeadText {
    fot-size: 1rem;
    line-height: 1.8;
  }
}

.openVoiceLeadShopBtnOuter {
  width: 320px;
  margin-top: 19px;
}
@media only screen and (max-width: 750px) {
  .openVoiceLeadShopBtnOuter {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.openVoiceQAOuter {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .openVoiceQAOuter {
    margin-top: 70px;
  }
}

.openVoiceQAList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .openVoiceQAList {
    display: block;
  }
}

.openVoiceQAListItem {
  max-width: 570px;
  width: 47.5%;
}
@media only screen and (max-width: 750px) {
  .openVoiceQAListItem {
    max-width: none;
    width: 100%;
  }
}

.openFaqListDescriptionSubOuter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .openFaqListDescriptionSubOuter {
    display: block;
  }
}

.openFaqListDescriptionSubTextOuter {
  display: block;
  width: fit-content;
}
@media only screen and (max-width: 750px) {
  .openFaqListDescriptionSubTextOuter {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .openFaqListDescriptionSubText {
    font-size: 0.875rem;
  }
}

.openFaqListDescriptionSubImageOuter {
  display: block;
  width: 155px;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .openFaqListDescriptionSubImageOuter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 10px;
  }
}
.openFaqListDescriptionSubImageOuter:empty {
  display: none;
  margin-left: 0;
}

.openFaqListDescriptionSubImage {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .openFaqListDescriptionSubImage {
    margin-top: 0;
  }
}
.openFaqListDescriptionSubImage:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .openFaqListDescriptionSubImage {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
}

.openVoiceOtherShopOuter {
  margin-top: 50px;
}

.openVoiceOtherShopListOuter {
  margin-top: 90px;
  background: linear-gradient(to bottom, #fff 0px, #fff 120px, #00833e 120px);
  padding-bottom: 70px !important;
  padding-top: 10px !important;
}
@media only screen and (max-width: 750px) {
  .openVoiceOtherShopListOuter {
    margin-top: 70px;
    padding-top: 0 !important;
  }
}

.openVoiceFooterOuter {
  width: 100%;
  height: auto;
  background: url(/fp/open/img/footer_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 750px) {
  .openVoiceFooterOuter {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.openVoiceFooterBtnOuter {
  display: flex;
  justify-content: center;
}

/* よくあるご質問ページ ******************************************************/
.openFaqNavOuter {
  margin-top: 20px;
}

#fp_nav {
  margin-bottom: 0;
}
#fp_nav ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 750px) {
  #fp_nav ul {
    flex-wrap: wrap;
  }
}
#fp_nav ul li {
  flex-grow: 1;
  flex-shrink: 1;
  border-left: 1px solid rgb(218, 218, 218);
  padding-right: 2px;
  padding-left: 2px;
  height: auto;
  margin-bottom: 3px;
}
@media only screen and (max-width: 750px) {
  #fp_nav ul li {
    flex-grow: initial;
    flex-shrink: initial;
    width: 50%;
    display: block;
    border-left: none;
    border-right: 1px solid rgb(218, 218, 218);
  }
}
@media only screen and (max-width: 750px) {
  #fp_nav ul li:nth-of-type(odd) {
    border-left: 1px solid rgb(218, 218, 218);
  }
}
#fp_nav ul li:last-of-type {
  border-right: 1px solid rgb(218, 218, 218);
  /* width: calc(((100% - 1px) / 4) - 1px); */
}
@media only screen and (max-width: 750px) {
  #fp_nav ul li:last-of-type {
    width: 50%;
  }
}
#fp_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(0, 131, 63);
  padding-top: 8px;
  padding-bottom: 25px;
  background-image: url("/fp/img/ico_arrow_b_grn.png");
  background-repeat: no-repeat;
  background-position: 50% 90%;
  font-family: "Noto Serif JP", serif;
}
#fp_nav ul li a:hover {
  background-color: rgb(230, 245, 236);
}

.openFaqHeaderOuter {
  margin-top: 60px;
  padding-top: 20px;
}

.openFaqLowerOuter {
  width: calc(100% - 20px);
  padding-left: calc((100% - 1200px) / 2 - 20px);
  display: block;
  margin-top: 70px;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .openFaqLowerOuter {
    margin-top: 0;
    padding-top: 90px;
  }
}

.openFaqLowerWrapper {
  width: 100%;
  margin-top: 70px;
  position: relative;
  padding-right: 20px;
}

.openFaqLowerHeaderText {
  position: absolute;
  right: 0;
  top: -51px;
}
@media only screen and (max-width: 750px) {
  .openFaqLowerHeaderText::after {
    bottom: -15px;
  }
}
@media only screen and (max-width: 750px) {
  .openFaqLowerHeaderText {
    top: -66px;
  }
}

.openFaqLowerInner {
  display: block;
  max-width: 1200px;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .openFaqLowerInner {
    padding-top: 0;
  }
}

/* フッター ******************************************************/
.openFooterOuter {
  width: 100%;
  height: auto;
  margin-top: 170px;
  background: url(/fp/open/img/footer_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 750px) {
  .openFooterOuter {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.openFooterImgOuter {
  display: flex;
  justify-content: center;
  line-height: 1;
}

.openFooterBtnOuter {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

/* グローバルフッターを上書き ******************************************************/
#footer {
  margin-top: 0;
}/*# sourceMappingURL=open.css.map */</pre></body></html>