@charset "UTF-8";

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
html {
  scroll-behavior: smooth;
}

body.instant__store01 {
  color: #171717;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.7;
  font-family: "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-word;
  font-size: 1.8rem;
}

@media screen and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  body.instant__store01 {
    font-family: "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
}

@media screen and (max-width: 1023px) {
  body.instant__store01 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767.5px) {
  body.instant__store01 {
    font-size: 1.4rem;
  }
}

body.instant__store01.scroll {
  overflow: hidden;
}

@media screen and (max-width: 767.5px) {
  body.instant__store01 p {
    letter-spacing: 0.5px;
  }
}

.instant__store01 a {
  text-decoration: none;
  color: #6b9498;
}

.instant__store01 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.instant__store01 a:focus-visible {
  border: 0;
  outline: none;
}

.instant__store01 a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.instant__store01 .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.instant__store01 .inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}

@media screen and (max-width: 1920px) {
  .instant__store01 .inner {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 50px;
  }
}

@media screen and (max-width: 1023px) {
  .instant__store01 .inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .inner {
    padding: 0 20px;
  }
}

.instant__store01 p,
.instant__store01 h1,
.instant__store01 h2,
.instant__store01 h3,
.instant__store01 h4,
.instant__store01 h5,
.instant__store01 h6 {
  margin-bottom: 0;
}

.instant__store01 .only-pc {
  display: inline-block;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .only-pc {
    display: none;
  }
}

.instant__store01 .only-sp {
  display: none;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .only-sp {
    display: inline-block;
  }
}

.instant__store01 .show-md {
  display: block;
}

@media screen and (max-width: 1023px) {
  .instant__store01 .show-md {
    display: none;
  }
}

.instant__store01 .hide-md {
  display: none;
}

@media screen and (max-width: 1023px) {
  .instant__store01 .hide-md {
    display: block;
  }
}

.instant__store01 .content {
  max-width: 800px;
  margin: 0 auto;
}

.instant__store01 .breadList {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
}

.instant__store01 .breadList .item {
  padding: 0.5rem 0.5rem;
  color: #727272;
  font-size: 1.1rem;
  font-weight: bold;
}

.instant__store01 .breadList .item:first-child {
  padding-left: 0;
}

@media screen and (max-width: 480px) {
  .instant__store01 .breadList .item:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px;
  }
}

@media screen and (max-width: 374px) {
  .instant__store01 .breadList .item:last-child {
    width: 135px;
  }
}

.instant__store01 .breadList .item .txt_link {
  color: #0f0f0f;
  font-size: 1.1rem;
  display: block;
  position: relative;
  padding-right: 2.5rem;
  font-weight: 500;
}

.instant__store01 .breadList .item .txt_link:hover {
  color: #727272;
}

.instant__store01 .breadList .item .txt_link::before {
  content: "";
  background: #e7e7e7;
  width: 1rem;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.instant__store01 .whiteSpace {
  white-space: pre-wrap;
}

.instant__store01 .mrb-0 {
  margin-bottom: 0 !important;
}

.instant__store01 .pt-0 {
  padding-top: 0;
}

.instant__store01 .fs-24 {
  font-size: 24px;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .fs-24 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .fs-24 {
    font-size: 20px;
  }
}

.instant__store01 .t-center {
  text-align: center;
}

.instant__store01 .heading {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  padding: 0 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .heading {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .instant__store01 .heading {
    margin-bottom: 20px;
  }
}

.instant__store01 .heading__ttl {
  font-size: 7rem;
  font-weight: bold;
  text-align: center;
  color: #844608;
}

@media screen and (max-width: 1440px) {
  .instant__store01 .heading__ttl {
    font-size: 6rem;
  }
}

@media screen and (max-width: 1279px) {
  .instant__store01 .heading__ttl {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .heading__ttl {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  .instant__store01 .heading__ttl {
    font-size: 3rem;
  }
}

.instant__store01 .heading p {
  font-size: 2.7rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  max-width: 381px;
  width: 100%;
  padding: 10px 5px;
  border-radius: 30px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .heading p {
    font-size: 2.4rem;
    max-width: 350px;
  }
}

@media screen and (max-width: 1023px) {
  .instant__store01 .heading p {
    padding: 7px 5px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .heading p {
    font-size: 2rem;
    max-width: 300px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .instant__store01 .heading p {
    font-size: 1.8rem;
    max-width: 250px;
  }
}

.instant__store01 .heading p::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 10px;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .heading p::after {
    width: 25px;
  }
}

.instant__store01 .heading p.brow {
  background: #844608;
  color: #fff;
}

.instant__store01 .heading p.brow::after {
  background: url(../img/common/arrow-bottom-brow.png) no-repeat;
  background-size: contain;
}

.instant__store01 .heading p.white {
  background: #fff;
  color: #844608;
}

.instant__store01 .heading p.white::after {
  background: url(../img/common/arrow-bottom.png) no-repeat;
  background-size: contain;
}

.instant__store01 .title__h2 .title_en {
  font-size: 6rem;
  color: #6b9498;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .instant__store01 .title__h2 .title_en {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 1279px) {
  .instant__store01 .title__h2 .title_en {
    font-size: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  .instant__store01 .title__h2 .title_en {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .title__h2 .title_en {
    font-size: 3rem;
  }
}

.instant__store01 .title__h2 .title_jp {
  font-size: 2.1rem;
  display: block;
  font-weight: bold;
  color: #849395;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .title__h2 .title_jp {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .instant__store01 .title__h2 .title_jp {
    font-size: 1.6rem;
  }
}

.instant__store01 .section__mrb {
  margin-bottom: 10rem;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .section__mrb {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .section__mrb {
    margin-bottom: 6rem;
  }
}

.instant__store01 .blockEditorCss .TsukuruCmsImageCss {
  text-align: center !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss {
  text-align: center !important;
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .blockEditorCss .TsukuruCmsButtonCss {
    margin-bottom: 1rem !important;
  }
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a {
  width: 100%;
  max-width: 300px !important;
  font-weight: bold !important;
  display: block !important;
  padding: 30px 20px 30px 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #171717 !important;
  margin: 0 auto !important;
  font-size: 1.8rem !important;
  position: relative !important;
  border-radius: 0 !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a:after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_right_black.png) no-repeat;
  width: 10px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a:hover {
  opacity: 0.8 !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn01-in-use-blockeditor {
  background: #fff !important;
  color: #171717 !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn01-in-use-blockeditor:hover {
  opacity: 0.8 !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn02-in-use-blockeditor {
  background: #171717 !important;
  color: #ffffff !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn02-in-use-blockeditor:hover {
  opacity: 0.8 !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn02-in-use-blockeditor:after {
  background: url(../img/common/icon_right.png) no-repeat;
  right: 15px !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn03-in-use-blockeditor {
  background: #fff !important;
  color: #6b9498 !important;
  border-bottom: 1px solid #6b9498 !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn03-in-use-blockeditor:hover {
  opacity: 0.8 !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn03-in-use-blockeditor:after {
  background: url(../img/common/icon_right_green.png) no-repeat;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn04-in-use-blockeditor {
  background: #6b9498 !important;
  color: #fff !important;
  border-bottom: 1px solid #6b9498 !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn04-in-use-blockeditor:hover {
  opacity: 0.8 !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsButtonCss a.btn04-in-use-blockeditor:after {
  background: url(../img/common/icon_right.png) no-repeat;
  right: 15px !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h1,
.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h2,
.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h3,
.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h4,
.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h5,
.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h6 {
  margin-bottom: 1.5rem !important;
}

.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h1 {
  font-size: 38px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h1 {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h1 {
    font-size: 34px !important;
  }
}

.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h2 {
  font-size: 34px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h2 {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h2 {
    font-size: 30px !important;
  }
}

.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h3 {
  font-size: 30px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h3 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h3 {
    font-size: 26px !important;
  }
}

.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h4 {
  font-size: 26px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h4 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h4 {
    font-size: 22px !important;
  }
}

.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h5 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h5 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h5 {
    font-size: 18px !important;
  }
}

.instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h6 {
  font-size: 18px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h6 {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .blockEditorCss .TsukuruCmsHeadingCss h6 {
    font-size: 16px !important;
  }
}

.instant__store01 .blockEditorCss .table {
  margin-bottom: 1.5rem !important;
}

.instant__store01 .blockEditorCss .table table tr td {
  font-size: 18px !important;
}

@media screen and (max-width: 1279px) {
  .instant__store01 .blockEditorCss .table table tr td {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .instant__store01 .blockEditorCss .table table tr td {
    font-size: 16px !important;
  }
}

.instant__store01 .blockEditorCss .richTextBoxCss {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}

.instant__store01 .blockEditorCss .richTextBoxCss p {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  display: block !important;
}

.instant__store01 .blockEditorCss .richTextBoxCss ul,
.instant__store01 .blockEditorCss .richTextBoxCss ol {
  padding-left: 20px;
  margin: 0 !important;
}

.instant__store01 .blockEditorCss .richTextBoxCss ul li,
.instant__store01 .blockEditorCss .richTextBoxCss ol li {
  position: relative;
  color: #ffffff;
  font-size: 18px !important;
}

@media screen and (max-width: 1279px) {

  .instant__store01 .blockEditorCss .richTextBoxCss ul li,
  .instant__store01 .blockEditorCss .richTextBoxCss ol li {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 767.5px) {

  .instant__store01 .blockEditorCss .richTextBoxCss ul li,
  .instant__store01 .blockEditorCss .richTextBoxCss ol li {
    font-size: 16px !important;
  }
}

#edittingNowOnTheOurCms .blockEditorContainer .richTextBoxCss {
  font-size: 18px !important;
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}

@media screen and (max-width: 1279px) {
  #edittingNowOnTheOurCms .blockEditorContainer .richTextBoxCss {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms .blockEditorContainer .richTextBoxCss {
    font-size: 16px !important;
  }
}

#edittingNowOnTheOurCms .blockEditorContainer .richTextBoxCss ul,
#edittingNowOnTheOurCms .blockEditorContainer .richTextBoxCss ol {
  padding-left: 20px;
  margin: 0 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .richTextBoxCss p {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  display: block !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h1,
#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h2,
#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h3,
#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h4,
#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h5,
#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h6 {
  margin-bottom: 1.5rem !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h1 {
  font-size: 38px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h1 {
    font-size: 36px !important;
  }
}

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h1 {
    font-size: 34px !important;
  }
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h2 {
  font-size: 34px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h2 {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h2 {
    font-size: 30px !important;
  }
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h3 {
  font-size: 30px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h3 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h3 {
    font-size: 26px !important;
  }
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h4 {
  font-size: 26px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h4 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h4 {
    font-size: 22px !important;
  }
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h5 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h5 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h5 {
    font-size: 18px !important;
  }
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h6 {
  font-size: 18px !important;
  font-weight: 700 !important;
}

@media screen and (max-width: 1279px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h6 {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsHeadingCss h6 {
    font-size: 16px !important;
  }
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsImageCss {
  text-align: center;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767.5px) {
  #edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss {
    margin-bottom: 1rem;
  }
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a {
  width: 100%;
  max-width: 300px !important;
  font-weight: bold !important;
  display: block !important;
  padding: 30px 20px 30px 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #171717 !important;
  margin: 0 auto !important;
  font-size: 1.8rem !important;
  position: relative !important;
  border-radius: 0 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a:after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_right_black.png) no-repeat;
  width: 10px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a:hover {
  opacity: 0.8 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn01-in-use-blockeditor {
  background: #fff !important;
  color: #171717 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn01-in-use-blockeditor:hover {
  opacity: 0.8 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn02-in-use-blockeditor {
  background: #171717 !important;
  color: #ffffff !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn02-in-use-blockeditor:hover {
  opacity: 0.8 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn02-in-use-blockeditor:after {
  background: url(../img/common/icon_right.png) no-repeat;
  right: 15px !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn03-in-use-blockeditor {
  background: #fff !important;
  color: #6b9498 !important;
  border-bottom: 1px solid #6b9498 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn03-in-use-blockeditor:hover {
  opacity: 0.8 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn03-in-use-blockeditor:after {
  background: url(../img/common/icon_right_green.png) no-repeat;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn04-in-use-blockeditor {
  background: #6b9498 !important;
  color: #fff !important;
  border-bottom: 1px solid #6b9498 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn04-in-use-blockeditor:hover {
  opacity: 0.8 !important;
}

#edittingNowOnTheOurCms .blockEditorContainer .TsukuruCmsButtonCss a.btn04-in-use-blockeditor:after {
  background: url(../img/common/icon_right.png) no-repeat;
  right: 15px !important;
}

.instant__store01#edittingNowOnTheOurCms .TsukuruCmsButtonCss .btn01-in-use-blockeditor:hover,
.instant__store01 .blockEditorContainer .TsukuruCmsButtonCss .btn01-in-use-blockeditor:hover {
  font-size: 18px !important;
}

.instant__store01#edittingNowOnTheOurCms .TsukuruCmsButtonCss .btn01-in-use-blockeditor:hover:hover,
.instant__store01 .blockEditorContainer .TsukuruCmsButtonCss .btn01-in-use-blockeditor:hover:hover {
  border: 0 !important;
  border-bottom: 1px solid #171717 !important;
  opacity: 0.8 !important;
}

.instant__store01#edittingNowOnTheOurCms .TsukuruCmsButtonCss .btn02-in-use-blockeditor:hover,
.instant__store01 .blockEditorContainer .TsukuruCmsButtonCss .btn02-in-use-blockeditor:hover {
  font-size: 18px !important;
}

.instant__store01#edittingNowOnTheOurCms .TsukuruCmsButtonCss .btn02-in-use-blockeditor:hover:hover,
.instant__store01 .blockEditorContainer .TsukuruCmsButtonCss .btn02-in-use-blockeditor:hover:hover {
  border: 0 !important;
  border-bottom: 1px solid #171717 !important;
  opacity: 0.8 !important;
}

.instant__store01#edittingNowOnTheOurCms .TsukuruCmsButtonCss .btn03-in-use-blockeditor:hover,
.instant__store01 .blockEditorContainer .TsukuruCmsButtonCss .btn03-in-use-blockeditor:hover {
  font-size: 18px !important;
}

.instant__store01#edittingNowOnTheOurCms .TsukuruCmsButtonCss .btn03-in-use-blockeditor:hover:hover,
.instant__store01 .blockEditorContainer .TsukuruCmsButtonCss .btn03-in-use-blockeditor:hover:hover {
  border: 0 !important;
  border-bottom: 1px solid #6b9498 !important;
  opacity: 0.8 !important;
}

.instant__store01#edittingNowOnTheOurCms .TsukuruCmsButtonCss .btn04-in-use-blockeditor:hover,
.instant__store01 .blockEditorContainer .TsukuruCmsButtonCss .btn04-in-use-blockeditor:hover {
  font-size: 18px !important;
}

.instant__store01#edittingNowOnTheOurCms .TsukuruCmsButtonCss .btn04-in-use-blockeditor:hover:hover,
.instant__store01 .blockEditorContainer .TsukuruCmsButtonCss .btn04-in-use-blockeditor:hover:hover {
  border: 0 !important;
  border-bottom: 1px solid #6b9498 !important;
  opacity: 0.8 !important;
}

.instant__store01#edittingNowOnTheOurCms .modalTsukuruCms .btn01-in-use-blockeditor {
  border: 1px solid #171717 !important;
  color: #171717 !important;
}

.instant__store01#edittingNowOnTheOurCms .modalTsukuruCms .btn03-in-use-blockeditor {
  border: 1px solid #6b9498 !important;
  color: #6b9498 !important;
  border-radius: 0 !important;
}

.instant__store01#edittingNowOnTheOurCms .modalTsukuruCms .btn02-in-use-blockeditor {
  border: 1px solid #171717 !important;
  background-color: #171717 !important;
}

.instant__store01#edittingNowOnTheOurCms .modalTsukuruCms .btn04-in-use-blockeditor {
  border: 1px solid #6b9498 !important;
  background-color: #6b9498 !important;
  border-radius: 0 !important;
}

.instant__store01#edittingNowOnTheOurCms .footer_ct-tel .icon-phone {
  background-image: none !important;
}