body {
  color: #231815;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.mainContents {
  min-width: 960px;
  width: 100%;
  margin: 0;
}

section {
  overflow: hidden;
}

section * {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

.function .h2top,
.case .h2top,
.flow .h2top,
.price .h2top,
.device .h2top,
.faq .h2top,
.contact .h2top {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.16em;
}
.function .h2,
.case .h2,
.flow .h2,
.price .h2,
.device .h2,
.faq .h2,
.contact .h2 {
  font-size: 34px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}

.hbutton {
  display: block;
  width: 100%;
  height: 72px;
  font-size: 18px;
  line-height: 72px;
  color: #ffffff;
  text-decoration-line: none;
  font-weight: bold;
  text-align: center;
  border-radius: 36px;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .6s;
}
.hbutton.wire {
  color: #52b0a7;
  border: 2px solid #52b0a7;
  background-color: #ffffff;
}
.hbutton.black {
  color: #3E3A39;
  border: 2px solid #3E3A39;
  background-color: #ffffff;
  width: 300px;
  height: 56px;
}
.hbutton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.hbutton.wire::before {
  background-color: #2F635F;
}
.hbutton.black::before {
  background-color: #3E3A39;
}
.hbutton:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.hbutton.black:hover{
  color: #ffffff;
}
.hbutton.wire:hover{
  color: #ffffff;
  border-color: #2F635F;
}
.hbutton::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: 0.5s;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.hbutton.wire::after {
  border-color: #52b0a7;
}
.hbutton.black::after {
  border-color: #3E3A39;
}
.hbutton.black:hover::after, .hbutton.wire:hover::after{
  border-color: #ffffff;
}
.hbutton span {
  font-size: 18px;
  line-height: 72px;
  display: block;
  position: relative;
  z-index: 3;
}
.hbutton.wire span {
  line-height: 70px;
}
.hbutton.black span {
  font-size: 15px;
  line-height: 54px;
}

.c-menu {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: -1rem;
  line-height: 2.2rem;
}

.c-menu > li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 2rem;
}

.c-menu > li a {
  color: #333;
  text-decoration: none;
}

.c-menu i {
  font-size: 1.4rem;
  margin-right: 4px;
}

.fa-angle-right:before {
  content: "\f105";
}

.corange {
  color: #f26f45;
}

.cmidashi {
  color: #595757;
}

.cblue {
  color: #52b0a7;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  margin: 0 auto 8px;
  position: relative;
}
.cblue::before,
.cblue::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: #52b0a7;
  position: absolute;
  top: 0;
}
.cblue::before {
  left: 0;
  transform: rotate(-20deg);
}
.cblue::after {
  right: 0;
  transform: rotate(20deg);
}

.tcolumn {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center;
}

.caution::before {
  content: "※";
}

.p-tec_primary {
  background: #eee;
  padding: 1.1rem 0;
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .p-tec_primary .p-tec_inner {
    width: 100%;
  }
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.noscript {
  background-color: #fdd7b4;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px 0;
}
.noscript.is_active {
  background-color: #fdd7b4;
  padding: 16px 0;
}
.noscript__text {
  font-size: 14px;
  line-height: 1.8;
  width: 940px;
  margin: 0 auto;
}
.noscript__text span {
  font-weight: 700;
}

.fv {
  position: relative;
}
.fv__bk {
  position: absolute;
  height: 800px;
  width: 100%;
  top: 0;
  left: 0;
}
.fv__bk img {
  position: absolute;
}
.fv__bk--orangecircle {
  width: 324px;
  height: 324px;
  top: -120px;
  left: calc(50vw - 817px);
  display: block;
}
.fv__bk--bluedot {
  width: 198px;
  height: 198px;
  top: 555px;
  right: calc(50vw - 807px);
  display: block;
}
.fv__bk--photo {
  width: 771px;
  height: 565px;
  top: -57px;
  left: calc(50% + 67px);
  display: block;
}
.fv__bk--posasy {
  display: none;
}
.fv__tcolumn {
  width: 940px;
  margin: 80px auto;
  gap: 44px;
  position: relative;
  z-index: 2;
  flex-direction: row-reverse;
}
.fv__tcolumn--left,
.fv__tcolumn--right {
  width: 448px;
}
.fv__tcolumn--left--h2 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}
.fv__tcolumn--left--h2 .corange {
  margin-left: 5px;
  margin-right: -5px;
  letter-spacing: 0.16em;
}
.fv__tcolumn--left--logo {
  display: block;
  width: 444px;
  height: 123px;
  margin-bottom: 20px;
}
.fv__tcolumn--left--caption {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
  letter-spacing: 0.13em;
}
.fv__tcolumn--left--tec {
  display: block;
  width: 387px;
  height: 115px;
  margin-bottom: 8px;
}
.fv__tcolumn--left--caution {
  font-size: 12px;
  line-height: 2.2;
  margin-bottom: 48px;
}
.fv__tcolumn--left--button {
  background-color: #52b0a7;
  border-color: #52b0a7;
}
.fv__tcolumn--right--posasy {
  display: block;
  width: 100%;
  height: 401px;
  margin-top: 180px;
  margin-bottom: 50px;
}
.fv__tcolumn--right--posasy img {
  display: block;
  width: 100%;
  height: 100%;
}
.fv__tcolumn--right--button {
  color: #52b0a7;
  background-color: #ffffff;
  border-color: #52b0a7;
}
.fv__tcolumn--right--button::after {
  border-color: #52b0a7;
}

.worries {
  margin-bottom: 100px;
  position: relative;
}
.worries:before {
  content: "";
  background-color: #f4f7f7;
  height: 290px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.worries__bubble {
  background: no-repeat url(../img/worries__bk.png) center bottom/1242px;
  padding: 76px 0;
  position: relative;
  margin-bottom: 91px;
}
.worries__bubble p {
  font-size: 16px;
  line-height: 35.2px;
  text-align: center;
  letter-spacing: 0;
}
.worries__bubble p .corange {
  font-size: 17px;
  font-weight: bold;
  line-height: 43px;
}
.worries__bubble::after {
  content: "";
  display: block;
  width: 56px;
  height: 28px;
  background-color: #f4f7f7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -24px;
}
.worries__solve--title {
  font-size: 34px;
  line-height: 63px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.worries__solve--title img {
  display: inline-block;
  width: 271px;
  height: 63px;
  margin-right: 9px;
  vertical-align: top;
}
.worries__solve--tcolumn {
  width: 940px;
  gap: 44px;
}
.worries__solve--tcolumn--left {
  width: 448px;
  height: 403px;
}
.worries__solve--tcolumn--left img {
  display: block;
  width: 100%;
  height: 403px;
  width: 438px;
}
.worries__solve--tcolumn--right {
  width: 448px;
  height: 403px;
  padding: 29px 0;
}
.worries__solve--tcolumn--right p {
  font-size: 16px;
  line-height: 2.2;
}
.worries__solve--tcolumn--right p.cmidashi {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 25px;
}

.feature {
  margin-bottom: 100px;
  position: relative;
}
.feature::before {
  content: "";
  display: block;
  width: 804px;
  height: 106px;
  background: no-repeat url("../img/feature__before.png") 0 0 / cover;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.feature__circle {
  padding: 200px 0 140px;
  position: relative;
}

.feature__circle::before {
  content: "";
  background-color: #fdfaef;
  height: 1787px;
  width: 2200px;
  border-radius: 50%;
  position: absolute;
  top: 70px;
  left: calc(50% - 1100px);
}
.feature__circle--title {
  font-size: 34px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.feature__circle--title .corange {
  font-size: 48px;
  padding-top: 4px;
  display: block;
}
.feature__circle--tcolumn {
  margin-bottom: 32px;
  gap: 44px;
}
.feature__circle--tcolumn--left,
.feature__circle--tcolumn--right {
  width: 448px;
  height: 432px;
  position: relative;
}
.feature__circle--tcolumn--left--img,
.feature__circle--tcolumn--right--img {
  width: 100%;
  height: 100%;
}
.feature__circle--tcolumn--left--num,
.feature__circle--tcolumn--right--num {
  display: block;
  height: 128px;
  position: absolute;
  top: 34px;
  right: 0;
}
.feature__circle--tcolumn--left p,
.feature__circle--tcolumn--right p {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.16em;
  margin: 0;
  position: absolute;
  bottom: 0;
}
.feature__circle--tcolumn--left p .cmidashi,
.feature__circle--tcolumn--right p .cmidashi {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  display: block;
  margin-bottom: 24px;
}
.feature__circle--tcolumn--left img.f02,
.feature__circle--tcolumn--right img.f02 {
  top: 70px;
}
.feature__circle--tcolumn--left img.f03,
.feature__circle--tcolumn--right img.f03 {
  top: 30px;
}

.function {
  margin-bottom: 100px;
}
.function > * {
  width: 940px;
  margin: 0 auto;
}
.function__h2 {
  margin-bottom: 20px;
}
.function__h2bottom {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
.function__h3 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 20px;
}
.function__h3.main {
  border-bottom: 3px solid #f26f45;
}
.function__h3.other {
  border-bottom: 3px dotted #ababab;
}
.function__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 33px 44px;
  margin-bottom: 46px;
}
.function__ul--li {
  width: calc((100% - 132px) / 4);
}
.function__ul--li--img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 12px;
}
.function__ul--li--title {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}
.function__ul--li--text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.case {
  margin-bottom: 100px;
}
.case__h2 {
  margin-bottom: 40px;
}
.case__tcolumn {
  width: 940px;
  gap: 44px;
}
.case__tcolumn--left {
  width: 448px;
  position: relative;
}
.case__tcolumn--left::before {
  content: "";
  display: block;
  height: 448px;
  width: 448px;
  background: no-repeat url(../img/case__user--bk.png) center center/cover;
  position: absolute;
  top: 37px;
  left: -44px;
  z-index: 1;
}
.case__tcolumn--left--img {
  display: block;
  width: 448px;
  height: 448px;
  position: relative;
  z-index: 2;
}
.case__tcolumn--right {
  padding-top: 30px;
  width: 450px;
}
.case__tcolumn--right--title {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 24px;
}
.case__tcolumn--right--text {
  font-size: 16px;
  line-height: 2.2;
  margin-bottom: 16px;
}
.case__tcolumn--right--a {
  color: #0064D2 !important;
  font-size: 14px;
  line-height: 1.8;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 36px;
  position: relative;
}
.case__tcolumn--right--a::before {
  content: '\003E';
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0
}
/* 事例 */
.case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px;
  max-width: 940px;
  margin: 0 auto 36px;
  position: relative;
}
.case__list::before,
.case__list::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.case__list::before {
  background-image: url(../img/case_list_circle_01.png);
  width: 230px;
  height: 230px;
  left: 0;
  top: -128px;
}
.case__list::after {
  background-image: url(../img/case_list_circle_02.png);
  width: 154px;
  height: 154px;
  right: 35px;
  top: 57px;
}
.case__card {
  width: 100%;
  max-width: 284px;
}
.case__link {
  transition: 0.5s;
}
.case__link:hover {
  opacity: .8;
}
.case__thumbnail {
  width: 100%;
  border-radius: 8px;
}
.case__heading {
  display: flex;
  flex-flow: column;
  gap: 4px;
  padding-top: 16px;
  margin-bottom: 20px;
}
.case__store-name {
  color: #231815;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.96px;
}
.case__title {
  color: #595757;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.44px;
}
.case__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.case__label {
  padding: 4px 12px;
  border: 1px solid #F26F45;
  background: #FFF;
  color: #F26F45;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.96px;
}
.case__button {
  margin: 0 auto;
}

.flow {
  background-color: #f4f7f7;
  padding-top: 64px;
  margin-bottom: 100px;
}
.flow > * {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.flow__h2 {
  margin-bottom: 32px;
}
.flow__box {
  background-color: #ffffff;
  min-height: 228px;
  padding: 32px 38px;
  padding-left: 202px;
  position: relative;
  margin-bottom: 8px;
}
.flow__box.b01 .flow__box--content{
  line-height: 1.7;
  margin-bottom: 12px;
}
.flow__box.b02 {
  padding: 36px 38px;
  padding-left: 202px;
}
.flow__box.b02 .flow__box--content{
  margin-bottom: 16px;
}
.flow__box.b04{
  padding: 63px 38px;
  padding-left: 202px;
}
.flow__box.b04 .flow__box--content{
  margin: 0;
}
.flow__box--icon {
  display: block;
  width: 126px;
  position: absolute;
  top: 32px;
  left: 38px;
}
.flow__box--h3 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px;
}
.flow__box--content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 18px;
}
.flow__box--caution {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-left: 16px;
  position: relative;
  margin-top: -4px;
}
.flow__box--caution::before {
  position: absolute;
  top: 0;
  left: 0;
}
.flow__box--border {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ababab;
  margin-bottom: 10px;
}
.flow__box--disc {
  padding-left: 21px;
  margin-bottom: 5px;
}
.flow__box--disc li {
  font-size: 14px;
  line-height: 1.8;
  list-style-type: disc;
}
.flow__box--flex {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 5px;
}
.flow__box--flex li {
  display: block;
}
.flow__box--flex li.appstore {
  width: 140px;
}
.flow__box--flex li.appstore a {
  display: block;
  width: 100%;
  height: 100%;
}
.flow__box--flex li.qr {
  width: 72px;
}
.flow__box--flex li img {
  width: 100%;
  height: 100%;
}
.flow__box--button {
  color: #0064d2 !important;
  font-size: 12px;
  line-height: 19.2px;
  text-decoration-line: none;
  padding-left: 15px;
  display: inline-block;
  height: 19.2px;
  position: relative;
}
.flow__box--button:hover {
  text-decoration-line: underline;
}
.flow__box--button::before {
  content: ">";
  font-size: 17px;
  line-height: 19.2px;
  display: block;
  height: 19.2px;
  position: absolute;
  top: 0;
  left: 0;
}
.flow__box.b03 {
  padding-top: 63px;
}
.flow__box.b03 img {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.flow__tcolumn {
  padding-top: 40px;
  gap: 40px;
  margin-bottom: 64px;
}
.flow__tcolumn--left .hbutton,
.flow__tcolumn--right .hbutton {
  width: 448px;
}
.flow__tcolumn--left .hbutton {
  background-color: #52b0a7;
}

.price__h2 {
  margin-bottom: 40px;
}
.price__bubble {
  width: 775px;
  height: 193px;
  padding: 30px 41px;
  margin-bottom: 53px;
  gap: 88px;
  background-color: #fdfaef;
  position: relative;
}
.price__bubble::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat url("../img/icon__plus.png") 0 0/100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.price__bubble--left,
.price__bubble--right {
  width: 302px;
  margin: 0 auto;
  text-align: center;
}
.price__bubble--left--img,
.price__bubble--right--img {
  display: block;
  height: 42px;
  margin: 0 auto 8px;
}
.price__bubble--left--content,
.price__bubble--right--content {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
.price__bubble::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fdfaef;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  margin: 0 auto;
}
.price__detail {
  width: 940px;
  margin: 0 auto 29px;
  gap: 116px;
}
.price__detail--left,
.price__detail--right {
  width: 412px;
}
.price__detail--left--top,
.price__detail--right--top {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.price__detail--left--price,
.price__detail--right--price {
  display: block;
  height: 92px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03em;
}
.price__detail--left--price span,
.price__detail--right--price span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03em;
}
.price__detail--left--price::before,
.price__detail--right--price::before {
  content: "¥";
  font-size: 42px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.price__detail--left--table,
.price__detail--right--table {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: nowrap;
}
.price__detail--left--table--left,
.price__detail--left--table--right,
.price__detail--right--table--left,
.price__detail--right--table--right {
  font-size: 14px;
  line-height: 33px;
  font-weight: 700;
  height: 33px;
  width: 100%;
  text-align: center;
}
.price__detail--left--table--left,
.price__detail--right--table--left {
  background-color: #3e3a39;
  color: #ffffff;
}
.price__detail--left--table--right,
.price__detail--right--table--right {
  background-color: #f4f7f7;
}
.price__detail--left--caution,
.price__detail--right--caution {
  font-size: 12px;
  line-height: 1.6;
  padding-left: 17px;
  position: relative;
}
.price__detail--right--caution {
  margin-bottom: 57px;
}
.price__detail--left--caution::before,
.price__detail--right--caution::before {
  position: absolute;
  top: 0;
  left: 0;
}
.price__detail--left--caution.caution.first {
  margin-bottom: 0;
}
.price__detail--left--caption,
.price__detail--right--caption {
  padding: 14px 0;
  display: flex;
  gap: 4.36%;
  align-items: center;
}
.price__detail--left--caption img,
.price__detail--right--caption img {
  content: "";
  display: block;
  width: 19.42%;
}
.price__detail--left--caption span,
.price__detail--right--caption span {
  font-size: 16px;
  line-height: 1.6;
  width: 76.21%;
}
.price__detail--left--price {
  font-size: 110px;
}
.price__detail--left--table--left {
  width: 49%;
}
.price__detail--right--price {
  font-size: 88px;
}
.price__detail--right--price span:nth-of-type(1) {
  font-size: 100px;
}
.price__detail--right--price span:nth-of-type(2) {
  font-size: 50px;
}
.price__detail--right--price::after {
  content: "（税別）";
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-left: -2px;
}
.price__detail--right--table--left {
  width: 42%;
}
.price__detailbottom {
  font-size: 16px;
  line-height: 2.2;
  width: 940px;
  margin: 0 auto 48px;
}
.price__optiontop {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
.price__option {
  width: 940px;
  gap: 35px;
  margin-bottom: 48px;
}
.price__option--left,
.price__option--right {
  width: calc((100% - 35px) / 2);
  padding-left: 164px;
  position: relative;
}
.price__option--left::before,
.price__option--right::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background: no-repeat 0 0/100%;
  position: absolute;
  top: 6px;
  left: 0;
}
.price__option--left--title,
.price__option--right--title {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 700;
  margin-bottom: 4px;
}
.price__option--left--content,
.price__option--right--content {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 13px;
}
.price__option--left--price,
.price__option--right--price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  vertical-align: bottom;
}
.price__option--left--caution,
.price__option--right--caution {
  font-size: 12px;
  line-height: 1.6;
  padding-left: 15px;
  position: relative;
}
.price__option--left--caution::before,
.price__option--right--caution::before {
  position: absolute;
  top: 0;
  left: 0;
}
.price__option--left--price span {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.price__option--left--price span:nth-of-type(1) {
  font-size: 18px;
}
.price__option--left--price span:nth-of-type(2) {
  font-size: 26px;
}
.price__option--left--price span:nth-of-type(3) {
  font-size: 20px;
}
.price__option--left--price span:nth-of-type(4) {
  font-size: 14px;
}
.price__option--left::before {
  background-image: url("../img/price__option--remote.png");
}
.price__option--right--price span {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.price__option--right--price span:nth-of-type(1) {
  font-size: 16px;
  margin-right: 12px;
}
.price__option--right--price span:nth-of-type(2) {
  font-size: 18px;
}
.price__option--right--price span:nth-of-type(3) {
  font-size: 26px;
}
.price__option--right--price span:nth-of-type(4) {
  font-size: 20px;
  margin-right: 4px;
}
.price__option--right--price span:nth-of-type(5) {
  font-size: 14px;
}
.price__option--right::before {
  background-image: url("../img/price__option--order.png");
}
.price__button {
  width: 448px;
  margin: 0 auto;
}

.device {
  padding-top: 100px;
  margin-bottom: 100px;
}
.device__h2 {
  margin-bottom: 20px;
}
.device__h2bottom {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
.device__column--pos {
  background-color: #fdfaef;
}
.device__column--pos,
.device__column--printer,
.device__column--others {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 940px;
  margin: 0 auto 72px;
  padding: 28px 0 32px;
  position: relative;
}
.device__column--pos .title,
.device__column--printer .title,
.device__column--others .title {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  display: block;
  width: 100%;
}
.device__column--pos img,
.device__column--printer img,
.device__column--others img {
  display: block;
  margin: 0 auto 10px;
}
.device__column--printer .caption,
.device__column--others .caption {
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}
.device__column--pos .caption{
  font-size: 14px;
}
.device__column--others .caption span.kishumei {
  font-weight: bold;
}
.device__column--pos--inner img {
  width: 144px;
}
.device__column--pos::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat url("../img/icon__plus.png") 0 0/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -56px;
  margin: 0 auto;
}
.device__column--printer {
  background-color: #fdfaef;
  margin-bottom: 66px;
}
.device__column--printer--tcolumn {
  padding-top: 4px;
  gap: 25px;
  text-align: center;
}
.device__column--printer--tcolumn--center {
  font-size: 30px;
  line-height: 200px;
  font-weight: 700;
  letter-spacing: 0;
}
.device__column--printer--tcolumn--right--tcolumn {
  gap: 16px;
}
.device__column--printer--tcolumn img {
  height: 120px;
}
.device__column--printer::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat url("../img/icon__plus.png") 0 0/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -54px;
  margin: 0 auto;
}
.device__column--others {
  border: 1px dotted #ababab;
  margin-bottom: 32px;
}
.device__column--others--inner {
  width: 216px;
}
.device__column--others .device__column--others--inner:nth-last-of-type(1) {
  width: 231px;
}
.device__column--others--inner img {
  display: block;
  height: 120px;
  margin-bottom: 12px;
}
.device__accordiona01,
.device__accordiona02 {
  width: 940px;
  margin: 0 auto 10px;
  background-color: #f4f7f7;
  overflow: hidden;
  position: relative;
}
.device__accordiona01::after,
.device__accordiona02::after {
  content: "";
  display: none;
  width: 100%;
  height: var(--after-height, 0px);
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.device__accordiona01[open]::after,
.device__accordiona02[open]::after {
  display: block;
}
.device__accordiona01--summary,
.device__accordiona02--summary {
  list-style: none;
  position: relative;
  cursor: pointer;
}
.device__accordiona01--summary::-webkit-details-marker,
.device__accordiona02--summary::-webkit-details-marker {
  display: none;
}
.device__accordiona01--summary--text,
.device__accordiona02--summary--text {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 700;
  padding: 16px 38px;
  display: block;
  height: 72px;
  box-sizing: border-box;
  position: relative;
}
.device__accordiona01--summary--text::before,
.device__accordiona02--summary--text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 2px;
  background-color: #f58220;
  transform: translateY(-50%);
}
.device__accordiona01--summary--text::after,
.device__accordiona02--summary--text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 2px;
  height: 16px;
  background-color: #f58220;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.device__accordiona01--inner,
.device__accordiona02--inner {
  padding: 0 38px;
  flex-wrap: wrap;
  max-height: 0;
  transition: 0.5s;
}
.device__accordiona01[open] summary > span::after,
.device__accordiona02[open] summary > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.device__accordiona01--inner > * {
  position: relative;
}
.device__accordiona01--inner > *::before {
  display: block;
  height: 25px;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  background-color: #3e3a39;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.device__accordiona01--inner--tleft,
.device__accordiona01--inner--tright {
  background-color: #ffffff;
  display: block;
  width: 372px;
  height: 202px;
  padding: 24px 32px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 10.38% 20px;
  align-items: center;
}
.device__accordiona01--inner--tleft .title,
.device__accordiona01--inner--tright .title {
  display: block;
  height: 34px;
  margin: 0 auto;
  padding: 0 20px;
}
.device__accordiona01--inner--tleft .image,
.device__accordiona01--inner--tright .image {
  display: block;
  width: 42.2%;
}
.device__accordiona01--inner--tleft p,
.device__accordiona01--inner--tright p {
  width: 51.29%;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.device__accordiona01--inner--tleft p span,
.device__accordiona01--inner--tright p span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.device__accordiona01--inner--tcenter {
  display: block;
  width: 120px;
  height: 202px;
  object-fit: contain;
  vertical-align: middle;
}
.device__accordiona01--inner--tright::before {
  content: "POS本体";
}
.device__accordiona01--inner--middle {
  display: block;
  width: 100%;
}
.device__accordiona01--inner--bottom {
  background-color: #ffffff;
  display: flex;
  gap: 25px;
  padding: 24px 48px;
  width: 100%;
  margin-bottom: 28px;
}
.device__accordiona01--inner--bottom::before {
  content: "周辺機器";
}
.device__accordiona01--inner--bottom--left,
.device__accordiona01--inner--bottom--center,
.device__accordiona01--inner--bottom--right {
  text-align: center;
  width: 187px;
}
.device__accordiona01--inner--bottom--left .cblue,
.device__accordiona01--inner--bottom--center .cblue,
.device__accordiona01--inner--bottom--right .cblue {
  height: 25px;
  margin-bottom: 0;
}
.device__accordiona01--inner--bottom--left img,
.device__accordiona01--inner--bottom--center img,
.device__accordiona01--inner--bottom--right img {
  display: block;
  height: 100px;
  margin: 0 auto 15px;
}
.device__accordiona01--inner--bottom--left .caption,
.device__accordiona01--inner--bottom--center .caption,
.device__accordiona01--inner--bottom--right .caption {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}
.device__accordiona01--inner--bottom--left .caption span,
.device__accordiona01--inner--bottom--center .caption span,
.device__accordiona01--inner--bottom--right .caption span {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}
.device__accordiona01--inner--bottom--left {
  padding-top: 31px;
  width: 344px;
}
.device__accordiona01--inner--bottom--left img {
  width: 100%;
}
.device__accordiona01[open] summary > div {
  max-height: 560px;
}
.device__accordiona02 {
  margin-bottom: 48px;
}
.device__accordiona02--inner {
  gap: 0 20px;
}
.device__accordiona02--inner--top {
  background-color: #ffffff;
  display: flex;
  padding: 24px 44px;
  box-sizing: border-box;
  height: 203px;
  align-items: center;
}
.device__accordiona02--inner--top--left {
  width: 381px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  align-items: start;
}
.device__accordiona02--inner--top--center {
  display: block;
  width: 120px;
}
.device__accordiona02--inner--top--center img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.device__accordiona02--inner--top--left .title {
  display: block;
  height: 34px;
  padding: 0 80px;
  margin: 0 auto;
}
.device__accordiona02--inner--top--left .image {
  display: block;
  width: 130px;
  box-sizing: content-box;
}
.device__accordiona02--inner--top--left p {
  width: 231px;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.device__accordiona02--inner--top--left p span {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
}
.device__accordiona02--inner--top--right {
  width: 274px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  border: 1px dotted #ababab;
  padding: 16px;
}
.device__accordiona02--inner--top--right .title {
  display: block;
  width: 119px;
  height: 28px;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: content-box;
}
.device__accordiona02--inner--top--right .image {
  display: block;
  width: 92px;
  height: 64px;
}
.device__accordiona02--inner--top--right p {
  width: 130px;
  font-size: 12px;
  line-height: 1.6;
  padding-left: 14px;
  margin: 0;
  position: relative;
}
.device__accordiona02--inner--top--right p::before {
  position: absolute;
  top: 0;
  left: 0;
}
.device__accordiona02--inner--middle {
  display: block;
  width: 100%;
}
.device__accordiona02--inner--bleft,
.device__accordiona02--inner--bright {
  background-color: #ffffff;
  width: 422px;
  padding: 24px 0 17px;
}
.device__accordiona02--inner--bleft .image,
.device__accordiona02--inner--bright .image {
  display: block;
  height: 100px;
  margin: 0 auto 8px;
}
.device__accordiona02--inner--bleft p,
.device__accordiona02--inner--bright p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.device__accordiona02--inner--bleft p span,
.device__accordiona02--inner--bright p span {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 700;
  display: block;
}
.device__accordiona02--inner--space {
  margin: 0;
  width: 100%;
  height: 28px;
}
.device__accordiona02[open] summary > div {
  max-height: 530px;
}
.device__buttonlabel {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 22px;
  text-align: center;
  letter-spacing: 0;
}
.device__buttonlabel span {
  font-weight: 700;
  letter-spacing: 0;
}
.device__button {
  width: 448px;
  background-color: #52b0a7;
  margin: 0 auto;
}
.device__button::before {
  background-color: #2f635e;
}

.faq {
  background-color: #f4f7f7;
  padding: 64px 0 80px;
}
.faq__h2 {
  margin-bottom: 0;
}

.faq-accordion {
  margin: 0;
  padding: 0;
  width: 940px;
  padding-top: 40px;
  margin: 0 auto 48px;
}
.faq-accordion details {
  background-color: #ffffff;
  margin-bottom: 4px;
  transition: 0.3s;
  position: relative;
}
.faq-accordion details[open]::after {
  content: "";
  display: block;
  width: 100%;
  height: var(--after-height, 0px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.faq-accordion details summary {
  cursor: pointer;
  background-color: #ffffff;
  list-style: none;
  padding: 0 38px;
}
.faq-accordion details summary::-webkit-details-marker {
  display: none;
}
.faq-accordion details summary .question {
  color: #231815;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  display: block;
  padding: 16px 0;
  padding-left: 40px;
  position: relative;
}
.faq-accordion details summary .question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  background-color: #f58220;
  transform: translateY(-50%);
}
.faq-accordion details summary .question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 2px;
  height: 16px;
  background-color: #f58220;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.faq-accordion details[open] summary .question::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-accordion details summary .question .question-icon::before {
  content: "Q";
  color: #f26f45;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  display: inline-block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.faq-accordion details summary .answer {
  display: block;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.faq-accordion details summary .answer span {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 2px 0 28px;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.faq-accordion details summary .answer span .caution{
  padding: 0;
}
.faq-accordion details summary .answer span a{
  position: relative;
  z-index: 15;
}
.faq-accordion details summary .answer span .caution::before{
  content: "\0203b";
}
.faq-accordion details[open] summary .answer {
  max-height: 150px;
}
.faq-accordion details[open] summary::after {
  transform: rotate(225deg);
  top: 3px;
  bottom: 0;
}
.faq__button{
  margin: 0 auto;
}

.contact {
  background-color: #f4f7f7;
  padding-top: 70px;
  position: relative;
}
.contact::before {
  content: "";
  background-color: #fdfaef;
  height: 1440px;
  width: 2200px;
  padding: 128px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: calc(50% - 1100px);
}
.contact__h2top,
.contact__h2 {
  position: relative;
  z-index: 3;
}
.contact__tcolumn {
  padding-top: 40px;
  gap: 40px;
  margin-bottom: 88px;
}
.contact__tcolumn--left .hbutton,
.contact__tcolumn--right .hbutton {
  width: 448px;
}
.contact__tcolumn--left .hbutton {
  background-color: #52b0a7;
}

@media screen and (max-width: 768px) {
  .mainContents {
    min-width: 0;
    width: 100%;
    margin: 0 auto;
  }

  .function .h2top,
  .case .h2top,
  .flow .h2top,
  .price .h2top,
  .device .h2top,
  .faq .h2top,
  .contact .h2top {
    margin-bottom: 8px;
  }
  .function .h2,
  .case .h2,
  .flow .h2,
  .price .h2,
  .device .h2,
  .faq .h2,
  .contact .h2 {
    font-size: 24px;
  }
  .u-sp {
    display: block !important;
  }
  .u-pc {
    display: none !important;
  }
  .hbutton {
    position: relative;
    overflow: hidden;

    width: 100%;
    max-width: 355px;
    height: 56px;
    line-height: 56px;
  }
  .hbutton.black{
    height: 48px;
  }
  .hbutton:hover::before {
    transform: scale(0, 1);
  }
  .hbutton::after {
    z-index: 2;
    right: 22px;
  }
  .hbutton.black:hover::after{
    border-color: #3E3A39;
  }
  .hbutton span {
    line-height: 56px;
  }
  .hbutton.wire span {
    line-height: 53px;
  }
  .hbutton.black span {
    color: #3E3A39;
    line-height: 45px;
  }
  .hbutton.wire:hover{
    color: #52b0a7;
    border-color: #52b0a7;
  }
  .hbutton.wire:hover::after{
    border-color: #52b0a7;
  }
  .noscript {
    padding: 12px 10px;
  }
  .noscript__text {
    width: 100%;
  }
  .fv {
    width: 100%;
  }
  .fv__bk {
    position: absolute;
    height: 300px;
    width: 100%;
    top: 0;
    left: 0;
  }
  .fv__bk img {
    position: absolute;
  }
  .fv__bk--orangecircle {
    width: 55.73vw;
    height: 55.73vw;
    top: -20.26vw;
    left: calc(50vw - 80.53vw);
    display: block;
  }
  .fv__bk--bluedot {
    width: 27.73vw;
    height: 27.73vw;
    top: 23.46vw;
    right: calc(50vw - 65.33vw);
    display: block;
  }
  .fv__bk--photo {
    width: 64.53vw;
    height: 46.93vw;
    top: -4vw;
    left: auto;
    right: calc(50vw - 57.06vw);
    display: block;
  }
  .fv__bk--posasy {
    width: 46.66vw;
    height: 41.6vw;
    top: 3.73vw;
    left: calc(50vw - 40vw);
    display: block;
  }
  .fv__tcolumn {
    width: 100%;
    margin: 0 auto 48px;
    padding: 48.8vw 10px 0;
    flex-direction: column-reverse;
    gap: 0;
  }
  .fv__tcolumn--left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 3%;
  }
  .fv__tcolumn--left--h2 {
    font-size: 24px;
    line-height: 1.56;
    font-weight: 700;
    width: 100%;
    margin-bottom: 18px;
  }
  .fv__tcolumn--left--h2 .corange {
    margin-left: 0;
    margin-right: 0;
  }
  .fv__tcolumn--left--logo {
    width: 58vw;
    min-width: 285px;
    height: auto;
    margin-bottom: 16px;
  }
  .fv__tcolumn--left--caption {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 27px;
    line-height: 2;
  }
  .fv__tcolumn--left--tec {
    width: 45%;
    height: auto;
  }
  .fv__tcolumn--left--caution {
    width: 47%;
    margin: 0;
    padding-left: 15px;
    position: relative;
  }
  .fv__tcolumn--left--caution::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .fv__tcolumn--left--button {
    margin: 15px auto 16px;
  }
  .fv__tcolumn--right {
    width: 100%;
  }
  .fv__tcolumn--right--posasy {
    display: none;
  }
  .fv__tcolumn--right--button {
    margin: 0 auto;
    width: 100%;
    max-width: 355px;
    height: 56px;
    line-height: 56px;
  }
  .worries {
    margin-bottom: 48px;
  }
  .worries::before {
    height: calc(275px + 44.77vw);
  }
  .worries__bubble {
    padding: 28px 10px 49vw;
    margin-bottom: 33px;
    background: no-repeat url(../img/worries__bk--sp.png) center bottom/77vw;
  }
  .worries__bubble p {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.08em;
  }
  .worries__bubble p .corange {
    line-height: 34px;
    letter-spacing: 0.05em;
  }
  .worries__bubble::after {
    display: none;
  }
  .worries__solve {
    padding: 0 10px;
  }
  .worries__solve--title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .worries__solve--title::before {
    width: 174px;
    height: 41px;
  }
  .worries__solve--title img {
    width: 46.4vw;
    max-width: 174px;
    height: auto;
  }
  .worries__solve--tcolumn {
    width: 100%;
    flex-direction: column;
    gap: 23px 0;
  }
  .worries__solve--tcolumn--left,
  .worries__solve--tcolumn--right {
    width: 100%;
  }
  .worries__solve--tcolumn--left {
    width: 100%;
    height: auto;
  }
  .worries__solve--tcolumn--left img {
    width: 50vw;
    min-width: 289px;
    height: auto;
    margin: 0 auto;
  }
  .worries__solve--tcolumn--right {
    padding: 0;
    height: auto;
  }
  .worries__solve--tcolumn--right p {
    font-size: 16px;
    line-height: 2;
  }
  .worries__solve--tcolumn--right p.cmidashi {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .feature {
    margin-bottom: 53px;
  }
  .feature::before {
    width: 94.67vw;
    height: 12.26vw;
  }
  .feature__circle {
    height: auto;
    width: 100%;
    padding: calc(31px + 15.52vw) 0 51px;
  }
  .feature__circle::before {
    height: calc(100% - 8.41vw - 6px);
    width: 320vw;
    left: calc(50vw - 160vw);
    top: calc(8.41vw - 6px);
  }
  .feature__circle--title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .feature__circle--title .corange {
    font-size: 34px;
    line-height: 1.45;
    padding-top: 0;
  }
  .feature__circle--tcolumn {
    width: 100%;
    flex-direction: column;
    padding: 0 10px;
  }
  .feature__circle--tcolumn--left,
  .feature__circle--tcolumn--right {
    width: 100%;
    height: auto;
    padding-top: 28px;
  }
  .feature__circle--tcolumn--left--num,
  .feature__circle--tcolumn--left img.f02,
  .feature__circle--tcolumn--left img.f03,
  .feature__circle--tcolumn--right--num,
  .feature__circle--tcolumn--right img.f02,
  .feature__circle--tcolumn--right img.f03 {
    height: 80px;
    top: 0;
  }
  .feature__circle--tcolumn--left p,
  .feature__circle--tcolumn--right p {
    font-size: 16px;
    line-height: 2;
    position: relative;
  }
  .feature__circle--tcolumn--left p.f01,
  .feature__circle--tcolumn--right p.f01 {
    bottom: auto;
  }
  .feature__circle--tcolumn--left p .cmidashi,
  .feature__circle--tcolumn--right p .cmidashi {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .feature__circle--tcolumn--left p img,
  .feature__circle--tcolumn--right p img {
    display: block;
    width: 58%;
    min-width: 336px;
    margin: 0 auto 16px;
  }
  .function {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 54px;
  }
  .function > * {
    width: 100%;
  }
  .function__h2 {
    margin-bottom: 17px;
  }
  .function__h2bottom {
    margin-bottom: 32px;
  }
  .function__h3 {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .function__h3.other {
    font-size: 18px;
  }
  .function__ul {
    gap: 3.73vw 16px;
  }
  .function__ul.main {
    margin-bottom: 32px;
  }
  .function__ul--li {
    width: calc((100% - 16px) / 2);
  }
  .function__ul--li--img {
    width: 15vw;
    min-width: 79px;
    height: auto;
    margin-bottom: 15px;
  }
  .function__ul--li--title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .function__ul--li--text {
    font-size: 14px;
    line-height: 1.8;
  }
  .case {
    padding: 0 10px;
    padding-top: 22px;
    margin-top: -22px;
    margin-bottom: 56px;
  }
  .case__h2 {
    margin-bottom: 24px;
  }
  .case__tcolumn {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .case__tcolumn--left {
    width: 100%;
  }
  .case__tcolumn--left::before {
    height: 44vw;
    width: 44vw;
    background: no-repeat url(../img/case__user--bk.png) center center/100%;
    top: 2.5vw;
    left: calc(50% - 22vw - 4vw);
  }
  .case__tcolumn--left img {
    width: 44vw;
    min-width: 263px;
    height: auto;
    margin: 0 auto 32px;
  }
  .case__tcolumn--right {
    width: 100%;
  }
  .case__tcolumn--right--title {
    font-size: 20px;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 12px;
  }
  .case__tcolumn--right--text {
    line-height: 2;
  }
  .case__tcolumn--right--button {
    width: 300px;
    height: 48px;
    font-size: 15px;
    line-height: 46px;
    margin: 0 auto;
  }
  .case__tcolumn--right--button span {
    line-height: 48px;
  }
  .case__tcolumn--right--button:hover span {
    color: #231815;
  }
  .case__tcolumn--right--a{
    margin-bottom: 32px;
  }
  .card__list {
    flex-flow: column;
    gap: 48px;
    margin-bottom: 32px;
  }
  .case__list::before {
    background-image: url(../img/case_list_circle_01_sp.png);
    width: 103px;
    height: 103px;
    left: -10px;
    top: -116px;
  }
  .case__list::after {
    background-image: url(../img/case_list_circle_02_sp.png);
    width: 80px;
    height: 80px;
    background-position: right;
    right: -10px;
    top: -47px;
  }
  .case__card {
    max-width: none;
  }
  .case__heading {
    margin-bottom: 16px;
  }
  .case__button {
    margin: 0 auto;
  }

  
  .flow {
    width: 100%;
    padding: 40px 10px;
    margin: 0;
  }
  .flow > * {
    width: 100%;
  }
  .flow__h2 {
    margin-bottom: 24px;
  }
  .flow__box, .flow__box.b02 {
    padding: 20px 20px 24px;
    margin-bottom: 8px;
  }
  .flow__box--content {
    margin-bottom: 14px;
  }
  .flow__box--icon {
    position: static;
    width: 16.66vw;
    min-width: 100px;
    margin: 0 auto 12px !important;
  }
  .flow__box--h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 8px;
    text-align: center;
  }
  .flow__box--border {
    padding-bottom: 2px;
  }
  .flow__box--caution {
    margin-top: -1px;
    margin-bottom: 13px;
  }
  .flow__box--disc {
    margin-bottom: 14px;
  }
  .flow__box--button {
    font-size: 14px;
    line-height: 1.8;
  }
  .flow__box--flex li.appstore {
    width: 30vw;
    min-width: 140px;
  }
  .flow__box--flex li.qr {
    width: 20vw;
    min-width: 97px;
  }
  .flow__box.b03,
  .flow__box.b04 {
    padding: 20px 20px 11px;
  }
  .flow__tcolumn {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding-top: 22px;
    margin: 0;
  }
  .flow__tcolumn--left .hbutton,
  .flow__tcolumn--right .hbutton {
    margin: 0 auto;
  }
  .price {
    padding: 56px 10px 0;
  }
  .price__h2 {
    margin-bottom: 24px;
  }
  .price__bubble {
    flex-direction: column;
    height: auto;
    width: 100%;
    margin-bottom: 38px;
    padding: 18px 10px;
    gap: 51px;
  }
  .price__bubble::before {
    width: 28px;
    height: 28px;
    bottom: 14px;
  }
  .price__bubble--left,
  .price__bubble--right {
    width: 100%;
  }
  .price__bubble--left--img,
  .price__bubble--right--img {
    height: 7.2vw;
    min-height: 42px;
  }
  .price__bubble--left .cblue,
  .price__bubble--right .cblue {
    margin-bottom: 10px;
  }
  .price__bubble--left--content,
  .price__bubble--right--content {
    margin-bottom: 0;
  }
  .price__bubble::after {
    height: 25px;
    width: 25px;
    bottom: -12px;
  }
  .price__detail {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-bottom: 24px;
  }
  .price__detail--left,
  .price__detail--right {
    padding-top: 20px;
    width: 100%;
  }
  .price__detail--right {
    border-top: 1px dotted #999;
  }
  .price__detail--left--top,
  .price__detail--right--top {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .price__detail--left--price,
  .price__detail--right--price {
    font-size: 66px;
    line-height: 49px;
    margin-bottom: 0;
    height: 68px;
  }
  .price__detail--left--price::before,
  .price__detail--right--price::before {
    font-size: 32px;
  }
  .price__detail--left--price span,
  .price__detail--right--price span,
  .price__detail--right--price span:nth-of-type(1) {
    font-size: 66px;
  }
  .price__detail--left--table,
  .price__detail--right--table {
    flex-direction: column;
  }
  .price__detail--left--table--left,
  .price__detail--left--table--right,
  .price__detail--right--table--left,
  .price__detail--right--table--right {
    width: 100%;
  }
  .price__detail--left--caution,
  .price__detail--right--caution {
    margin-bottom: 16px;
  }
  .price__detail--left--caution.caution.first {
    margin-bottom: 0;
  }
  .price__detail--left--caption,
  .price__detail--right--caption {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 16px;
    align-items: center;
  }

  .price__detail--left--caption span,
  .price__detail--right--caption span {
    font-size: 16px;
    line-height: 1.6;
  }
  .price__detail--left--caption img,
  .price__detail--right--caption img {
    display: block;
    width: 13.5vw;
    min-width: 64px;
  }
  .price__detail--left--caption::before,
  .price__detail--right--caption::before {
    display: none;
  }
  .price__detail--right--price {
    font-size: 54px;
    line-height: 49px;
    margin-bottom: 2px;
  }
  .price__detail--right--price span {
    font-size: 66px;
  }
  .price__detailbottom {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 37px;
  }
  .price__optiontop {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .price__option {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
  .price__option--left,
  .price__option--right {
    width: 100%;
    padding-left: 96px;
  }
  .price__option--left::before,
  .price__option--right::before {
    height: 80px;
    width: 80px;
    top: 0;
  }
  .price__option--left--title,
  .price__option--right--title {
    margin-bottom: 0;
  }
  .price__option--left--content,
  .price__option--right--content {
    line-height: 1.6;
    margin-bottom: 9px;
  }
  .price__option--left--caution,
  .price__option--right--caution {
    margin-bottom: 0;
  }
  .price__option--left--price {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .price__option--left--price span {
    font-size: 26px;
  }
  .price__option--right--price {
    font-size: 18px;
    line-height: 26px;
  }
  .price__option--right--price span {
    font-size: 26px;
  }
  .price__button {
    margin: 0 auto;
  }
  .device {
    padding: 56px 10px 0;
    margin-bottom: 56px;
  }
  .device__h2 {
    margin-bottom: 16px;
  }
  .device__h2bottom {
    margin-bottom: 24px;
    line-height: 1.63;
  }
  .device__column--pos,
  .device__column--printer,
  .device__column--others {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 52px;
    padding: 20px 15px;
  }
  .device__column--pos .title,
  .device__column--printer .title,
  .device__column--others .title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .device__column--pos img,
  .device__column--printer img,
  .device__column--others img {
    margin-bottom: 12px;
  }
  .device__column--pos .caption,
  .device__column--printer .caption,
  .device__column--others .caption {
    font-size: 14px;
    line-height: 1.6;
  }
  .device__column--pos::after,
  .device__column--printer::after,
  .device__column--others::after {
    width: 28px;
    height: 28px;
    bottom: -40px;
  }
  .device__column--pos img {
    width: 22vw;
    min-width: 120px;
    margin-bottom: 12px;
  }
  .device__column--printer--tcolumn {
    flex-direction: column;
    gap: 0;
  }
  .device__column--printer--tcolumn .cblue {
    margin-bottom: 9px;
  }
  .device__column--printer--tcolumn img {
    height: 15.5vw;
    min-height: 80px;
  }
  .device__column--printer--tcolumn--center {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
  }
  .device__column--printer--tcolumn--right--tcolumn-left img {
    margin: 0 0 12px;
    padding: 0 25px;
  }
  .device__column--others {
    gap: 0 20px;
    padding-bottom: 24px;
  }
  .device__column--others:last-of-type {
    margin-bottom: 32px;
  }
  .device__column--others--inner,
  .device__column--others .device__column--others--inner:nth-last-of-type(1) {
    width: calc((100% - 20px) / 2);
  }
  .device__column--others--inner .title {
    margin-bottom: 12px;
  }
  .device__column--others--inner img {
    width: 24vw;
    min-width: 120px;
    height: auto;
    margin-bottom: 12px;
  }
  .device__column--others--inner:first-of-type {
    margin-bottom: 24px;
  }
  .device__column--others--inner .caption {
    font-size: 14px;
    line-height: 1.6;
  }
  .device details {
    width: 100%;
  }
  .device details summary {
    font-size: 18px;
  }
  .device details summary::after {
    right: 22px;
  }
  .device__accordiona01 summary {
    line-height: 2.2;
  }
  .device__accordiona01[open] summary > div {
    max-height: calc(700px + 115vw);
  }
  .device__accordiona01--inner {
    padding: 0 10px;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    flex-wrap: nowrap;
  }
  .device__accordiona01--inner--tleft,
  .device__accordiona01--inner--tright {
    gap: 0 6.6%;
    width: 100%;
    height: auto;
    align-items: center;
  }
  .device__accordiona01--inner--tleft .image,
  .device__accordiona01--inner--tright .image {
    padding: 0;
    width: 36.4%;
  }
  .device__accordiona01--inner--tleft p,
  .device__accordiona01--inner--tright p {
    width: 57%;
  }
  .device__accordiona01--summary--text,
  .device__accordiona02--summary--text {
    height: auto;
    padding-right: 40px;
    padding-left: 20px;
    line-height: 1.6;
  }
  .device__accordiona01--inner--tleft .title {
    width: 100%;
    height: 7.4vw;
    min-height: 33px;
    padding: 0 20px;
    margin-bottom: 12px;
    box-sizing: content-box;
    object-fit: contain;
  }
  .device__accordiona01--inner--tcenter {
    width: 100%;
    height: auto;
    max-height: 76px;
  }
  .device__accordiona01--inner--tright .title {
    width: 100%;
    height: 7.2vw;
    min-height: 34px;
    padding: 0 20px;
    margin-bottom: 12px;
    box-sizing: content-box;
    object-fit: contain;
  }
  .device__accordiona01--inner--tright p {
    height: auto;
  }
  .device__accordiona01--inner--middle {
    width: 100%;
    height: auto;
    max-width: 335px;
  }
  .device__accordiona01--inner--bottom {
    width: 100%;
    padding: 24px 16px 28px;
    flex-wrap: wrap;
    gap: 28px 20px;
    box-sizing: border-box;
  }
  .device__accordiona01--inner--bottom--left {
    width: 100%;
    padding-top: 0;
  }
  .device__accordiona01--inner--bottom--left .cblue {
    display: none;
  }
  .device__accordiona01--inner--bottom--left img {
    width: auto;
  }
  .device__accordiona01--inner--bottom--center,
  .device__accordiona01--inner--bottom--right {
    width: calc((100% - 20px) / 2);
  }
  .device__accordiona01--inner--bottom--center .caption,
  .device__accordiona01--inner--bottom--center .caption span,
  .device__accordiona01--inner--bottom--right .caption,
  .device__accordiona01--inner--bottom--right .caption span {
    line-height: 1.6;
  }
  .device__accordiona01--inner--bottom--left img,
  .device__accordiona01--inner--bottom--center img,
  .device__accordiona01--inner--bottom--right img {
    height: 24.5vw;
    min-height: 100px;
  }
  .device__accordiona01--inner--bottom--center .caption span,
  .device__accordiona01--inner--bottom--right .caption span {
    display: block;
    text-align: center;
  }
  .device__accordiona01--inner--bottom--right .caption span {
    display: block;
  }
  .device__accordiona02 {
    margin-bottom: 32px;
  }
  .device__accordiona02--summary--text {
    line-height: 1.6;
  }
  .device__accordiona02[open] summary > div {
    max-height: calc(600px + 81vw);
  }
  .device__accordiona02--inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    gap: 0 16px;
  }
  .device__accordiona02--inner--top {
    width: 100%;
    flex-direction: column;
    padding: 24px 20px 28px;
    height: auto;
  }
  .device__accordiona02--inner--top--left {
    width: 100%;
    gap: 11px 5%;
    align-items: center;
    padding-bottom: 16px;
  }
  .device__accordiona02--inner--top--left .title {
    width: 100%;
    height: 7.4vw;
    min-height: 34px;
    object-fit: contain;
    padding: 0;
  }
  .device__accordiona02--inner--top--left .image {
    width: 45%;
    padding: 0;
  }
  .device__accordiona02--inner--top--left p {
    width: 50%;
    line-height: 1.6;
  }
  .device__accordiona02--inner--top--center{
    width: auto;
    height: 76px;
  }
  .device__accordiona02--inner--top--right {
    width: 62.71%;
    margin: 0 auto;
    padding: 12px 20px;
    gap: 8px 5%;
  }
  .device__accordiona02--inner--top--right .title {
    width: 100%;
    height: 6.7vw;
    min-height: 28px;
    padding: 0;
    object-fit: contain;
  }
  .device__accordiona02--inner--top--right .image {
    width: 100%;
    height: 14.93vw;
    object-fit: contain;
  }
  .device__accordiona02--inner--top--right .caution {
    width: 100%;
  }
  .device__accordiona02--inner--middle {
    height: auto;
    width: 100%;
    max-width: calc((100% - 16px) / 2);
    max-height: 76px;
    object-fit: contain;
  }
  .device__accordiona02--inner--bleft,
  .device__accordiona02--inner--bright {
    width: calc((100% - 16px) / 2);
    padding: 20px 16px 14px;
  }
  .device__accordiona02--inner--bleft .image,
  .device__accordiona02--inner--bright .image {
    height: 17vw;
    min-height: 81px;
  }
  .device__accordiona02--inner--bleft p,
  .device__accordiona02--inner--bright p {
    line-height: 1.6;
  }
  .device__accordiona02--inner--bleft p span,
  .device__accordiona02--inner--bright p span {
    line-height: 1.6;
    text-align: center;
    display: block;
  }
  .device__accordiona02--inner--bright p span {
    padding: 12.5px 0;
  }
  .faq {
    padding-top: 38px;
    padding-bottom: 48px;
  }
  .faq-accordion {
    padding: 24px 10px 0;
    width: 100%;
  }
  .faq-accordion details {
    padding: 0;
    margin-bottom: 9px;
  }
  .faq-accordion details summary{
    padding: 0 20px;
  }
  .faq-accordion details summary .question {
    padding: 14px 40px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.6;
  }
  .faq-accordion details summary .answer span {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 2px 0 35px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .faq-accordion details[open] summary .answer {
    max-height: 300px;
  }
  .contact__tcolumn {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 24px 10px 0;
    margin: 0 auto 46px;
  }
  .contact__tcolumn--left,
  .contact__tcolumn--right {
    width: 100%;
  }
  .contact__tcolumn--left .hbutton,
  .contact__tcolumn--right .hbutton {
    margin: 0 auto;
  }
}
@media screen and (max-width: 461px) {
  .worries::before {
    height: 481px;
  }
  .worries__bubble {
    background-size: 355px;
    padding-bottom: 226px;
  }
}
@media screen and (max-width: 598px) {
  .case__tcolumn--left::before {
    height: 263px;
    width: 263px;
    top: 15px;
    left: calc(50% - 150px);
  }
}


.localnav{
  width: 100%;
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 1000;
  transition: .3s;
}
.localnav.active{
  top: 0;
}
.localnav__button{
  display: none;
}
.localnav__inner{
  background-color: rgba(255, 255, 2555, .9);
  width: 100%;
  min-width: 960px;
  padding: 12px 0;
}
.localnav__inner .localnav__ul{
  display: flex;
  gap: 21px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.localnav__inner .localnav__ul .localnav__ul--li:last-of-type{
  margin-left: auto;
  margin-right: 0;
}
.localnav__inner .localnav__ul .localnav__ul--li.logo img{
  display: block;
  width: 62px;
  height: 56px;
}
.localnav__inner ul .localnav__ul--li > a{
  color: #595757;
  font-size: 14px;
  line-height: 56px;
  font-weight: 700;
  display: block;
  height: 56px;
  padding: 0 10px;
  transition: .3s;
}
.localnav__inner ul .localnav__ul--li > a:hover{
  opacity: .7;
}
.localnav__inner .localnav__ul ul{
  display: flex;
  gap: 8px;
  padding: 0 10px;
}
.localnav__inner .localnav__ul ul li{
  height: 52px;
  width: 168px;
  margin: 2px 0;
}
.localnav__inner .localnav__ul ul li::after{
  display: none;
}
.localnav__inner .localnav__ul ul li::before{
  background-color: rgba(0, 0, 0, .3);
}
.localnav__inner .localnav__ul ul li a{
  color: #ffffff;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0.08em;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  position: relative;
  z-index: 100;
}
.localnav__inner .localnav__ul ul li a::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto 0;
}
.localnav__inner .localnav__ul ul li.borange{
  background-color: #F26F45;
}
.localnav__inner .localnav__ul ul li.borange a{
  padding-left:15px;
}
.localnav__inner .localnav__ul ul li.byellow{
  background-color: #E1AA00;
}
.localnav__inner .localnav__ul ul li.byellow a{
  padding-left:15px;
}
.localnav__inner .localnav__ul ul li.bgreen{
  background-color: #52B0A7;
}
.localnav__inner .localnav__ul ul li.bgreen a{
  padding: 0 30px;
}
#localnav{
  border-bottom: 1px solid #ABABAB;
}
#localnav .faqnav{
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  overflow: hidden;
  min-width: 960px;
  max-height: 0;
  transition: .3s;
  position: relative;
}
#localnav .faqnav.show{
  max-height: 77px;
}
#localnav .faqnav__ul {
  display: flex;
  gap: 0 40px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
  position: relative;
}
#localnav .faqnav__ul li a{
  color: #0064D2;
  font-size: 14px;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
#localnav .faqnav__ul li a::before{
  content: "\2228";
  font-size: .8em;
  line-height: 16px;
  display: block;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .localnav{
    top: -60px;
  }
  .localnav__button{
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    background-color: #3E3A39;
    border-radius: 50%;
    line-height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .localnav__button::before{
    content: "\2261";
    color: #ffffff;
    font-size: 24px;
    display: block;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .open .localnav__button::before{
    content: "\00D7";
    font-size: 20px;
  }
  .localnav__inner{
    background-color: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #ABABAB;
    width: 100%;
    padding: 20px;
    transition: .3s;
  }
  .open .localnav__inner{
    background-color: rgba(255, 255, 255, 1);
    max-height: 500px;
  }
  .localnav__inner .localnav__ul{
    gap: 0;
    width: 100%;
  }
  .localnav__inner{
    min-width: 100%;
    padding: 59px 0 0;
    max-height: 0;
    overflow-y: hidden;
    transition: .3s;
  }
  .localnav__logo--sp{
    display: block;
    width: 152px;
    height: 36px;
    background: no-repeat url("../img/localbav__logo--sp.png") center/cover;
    position: absolute;
    top: 11px;
    left: 10px;
  }
  .localnav__inner .localnav__ul{
    padding-top: 8px;
    justify-content: left;
    flex-direction: column;
    border-top: 1px solid #ABABAB;
  }
  .localnav__inner .localnav__ul .localnav__ul--li{
    padding: 0 10px;
  }
  .localnav__inner .localnav__ul .localnav__ul--li:last-of-type{
    margin-right: auto;
    width: 100%;
  }
  .localnav__inner .localnav__ul .localnav__ul--li > a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 51px;
    background-color: #ffffff;
    border-bottom: 1px solid #ABABAB;
    position: relative;
  }
  .localnav__inner .localnav__ul .localnav__ul--li > a::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #F26F45;
    border-right: 2px solid #F26F45;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
  }
  .localnav__inner .localnav__ul ul{
    padding: 24px 0 36px;
    flex-direction: column;
    gap: 16px;
  }
  .localnav__inner .localnav__ul ul li{
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .localnav__inner .localnav__ul ul li a{
    font-size: 18px;
    text-align: center;
  }
  .localnav__inner .localnav__ul ul li.borange a{
    padding-left: 0;
  }
  #localnav{
    border-width: 0;
  }
  #localnav .faqnav{
    min-width: 100%;
    border-bottom: 0 solid #ABABAB;
    transition: .3s;
  }
  #localnav .faqnav.show{
    max-height: 85px;
    width: 100%;
    border-width: 1px;
  }
  #localnav .faqnav__ul {
    gap: 4px 32px;
    padding: 12px 0;

  }
}

.bottomnav{
  display: none;
}
@media screen and (max-width: 768px) {
  .bottomnav{
    display: block;
    background-color: rgba(255, 255, 255, .9);
    border-top: 1px solid #ABABAB;
    overflow: visible;
    width: 100%;
    min-width: 960px;
    position: fixed;
    left: 0;
    bottom: -120px;
    z-index: 1000;
    min-width: 100%;
    transition: .3s;
  }
  .bottomnav.active{
    bottom: 0;
  }
  .bottomnav.hide{
    display: none;
  }
  .bottomnav__button{
    display: none;
    width: 30px;
    height: 30px;
    background-color: #3E3A39;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: -15px;
    right: 10px;
  }
  .bottomnav__button.active{
    display: block;
  }
  .bottomnav__button i::before{
    line-height: 30px;
  }
  .bottomnav__tcolumn {
    min-width: 100%;
    max-width: 100%;
    padding: 20px 0;
    gap: 1.6vw;
  }
  .bottomnav__tcolumn--left .button,
  .bottomnav__tcolumn--right .button {
    width: 46.4vw;
  }
  .bottomnav__tcolumn--left .button span,
  .bottomnav__tcolumn--right .button span{
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }
  .bottomnav__tcolumn--left .button {
    background-color: #f26f45;
  }
  .bottomnav__tcolumn--right .button {
    background-color: #52b0a7;
  }
}

.p-tec-footer__pagetop{
  bottom: 2rem;
  z-index: 1000;
}
.p-tec-footer__copyright--bottom{
  color: #231815;
  padding: 0;
}
@media screen and (max-width:768px) {
  .p-tec-footer.active{
    padding-bottom: 96px;
    transition: .3s;
  }
  .p-tec-footer.active.hide{
    padding-bottom: 0;
  }
  .p-tec-footer__pagetop{
    bottom: 12rem;
  }
  .p-tec-footer.hide .p-tec-footer__pagetop{
    bottom: 2rem;
  }
}