@charset "UTF-8";
/*
Theme Name: Hello Akachan
Template: twentynineteen
*/
#debug {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 200;
  color: magenta;
  background: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  border: 0;
  padding: 0;
}
#debug * {
  margin: 0;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-anime,
.loader-anime::after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

.loader-anime {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 0.9em solid rgba(255, 255, 255, 0.5);
  border-left-color: #069e8a;
  transform: translateZ(0);
  animation: loading 1.1s infinite linear;
}

:not(input) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

h2 {
  font-size: 16px;
  color: #069e8a;
  text-align: center;
  border-bottom: 1px solid #FECCDE;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
h2::before {
  display: none;
}

h3 {
  font-size: 17px;
  font-weight: normal;
  margin-left: 7%;
  margin-bottom: 8px;
}

img, svg {
  max-width: 100%;
  max-height: 100%;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none !important;
}

#page #content .entry-content .button-light {
  background: #FECCDE;
  color: #069e8a;
  border: 1px solid #FF86BE;
  width: 210px;
  font-size: 14px;
  margin: 4px;
  letter-spacing: normal;
}

#page #content .entry-content .button-contrast {
  background: #16ae9a;
  color: white;
  border: 1px solid #069e8a;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 4px;
  letter-spacing: normal;
}

.radio,
.checkbox {
  position: relative;
  display: inline-block;
  padding: 4px 4px 4px 24px;
  margin: 4px;
}
.radio::after,
.checkbox::after {
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #069e8a;
  border-radius: 50%;
  content: " ";
}
.radio::before,
.checkbox::before {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #069e8a;
  content: " ";
  opacity: 0;
}
input[type=radio]:checked + .radio::before, input[type=checkbox]:checked + .radio::before,
input[type=radio]:checked + .checkbox::before,
input[type=checkbox]:checked + .checkbox::before {
  opacity: 1;
}
.radio.checkbox-tos,
.checkbox.checkbox-tos {
  margin-top: 30px;
  padding-left: 35px;
}
.radio.checkbox-tos::before,
.checkbox.checkbox-tos::before {
  width: 0;
  height: 0;
}
.radio.checkbox-tos::after,
.checkbox.checkbox-tos::after {
  background-image: url("images/checkmark_uncheck.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  width: 21px;
  height: 21px;
  margin-top: -11px;
}
#content .radio.checkbox-tos a, #content .radio.checkbox-tos a:visited, #content .radio.checkbox-tos a:hover, #content .radio.checkbox-tos a:active,
#content .checkbox.checkbox-tos a,
#content .checkbox.checkbox-tos a:visited,
#content .checkbox.checkbox-tos a:hover,
#content .checkbox.checkbox-tos a:active {
  color: #F83382;
}
input[type=checkbox]:checked + .radio.checkbox-tos::after,
input[type=checkbox]:checked + .checkbox.checkbox-tos::after {
  background-image: url("images/checkmark_check.png");
}
.radio.checkbox-login,
.checkbox.checkbox-login {
  margin-right: 0;
}
.radio.checkbox-login::before,
.checkbox.checkbox-login::before {
  left: 10px;
  background-color: #929292;
}
.radio.checkbox-login::after,
.checkbox.checkbox-login::after {
  left: 7px;
  border-color: #929292;
}

.notification-list-tab {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.notification-list-tab li {
  display: inline-block;
  float: left;
  width: 50%;
  height: 53px;
  color: #F86699;
  background-color: white;
  text-align: center;
  border-bottom: 1px solid #069e8a;
}
.notification-list-tab li.current {
  border-bottom: 3px solid #069e8a;
}
.notification-list-tab li.current span {
  padding-bottom: 8px;
}
.notification-list-tab li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.notification-list-tab li a, .notification-list-tab li a:visited, .notification-list-tab li a:hover, .notification-list-tab li a:active {
  color: #069e8a;
}
.notification-list-tab li span {
  display: inline-block;
  padding: 12px;
}

.unread-badge {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  color: white;
  background: red;
  border-radius: 9px;
}

.required-mark {
  margin: 4px;
}

.api-err {
  color: red;
  text-align: center;
  margin: 8px;
  font-size: 14px;
}

.content-wrap {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

body .simplebar-scrollbar {
  right: 3px;
  width: 3px;
}

#content .entry-content {
  font-size: 15px;
}
#content .entry-content button,
#content .entry-content .button,
#content .entry-content .button-light,
#content .entry-content .button-contrast,
#content .entry-content .button-inverse,
#content .entry-content .rect-button,
#content .entry-content input[type=button],
#content .entry-content input[type=reset],
#content .entry-content input[type=submit] {
  display: inline-block;
  background: #069e8a;
  color: white;
  width: 86%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  height: 42px;
  border-radius: 21px;
  padding: 9px;
  letter-spacing: 0.2em;
}
#content .entry-content button, #content .entry-content button:visited, #content .entry-content button:hover, #content .entry-content button:active,
#content .entry-content .button,
#content .entry-content .button:visited,
#content .entry-content .button:hover,
#content .entry-content .button:active,
#content .entry-content .button-light,
#content .entry-content .button-light:visited,
#content .entry-content .button-light:hover,
#content .entry-content .button-light:active,
#content .entry-content .button-contrast,
#content .entry-content .button-contrast:visited,
#content .entry-content .button-contrast:hover,
#content .entry-content .button-contrast:active,
#content .entry-content .button-inverse,
#content .entry-content .button-inverse:visited,
#content .entry-content .button-inverse:hover,
#content .entry-content .button-inverse:active,
#content .entry-content .rect-button,
#content .entry-content .rect-button:visited,
#content .entry-content .rect-button:hover,
#content .entry-content .rect-button:active,
#content .entry-content input[type=button],
#content .entry-content input[type=button]:visited,
#content .entry-content input[type=button]:hover,
#content .entry-content input[type=button]:active,
#content .entry-content input[type=reset],
#content .entry-content input[type=reset]:visited,
#content .entry-content input[type=reset]:hover,
#content .entry-content input[type=reset]:active,
#content .entry-content input[type=submit],
#content .entry-content input[type=submit]:visited,
#content .entry-content input[type=submit]:hover,
#content .entry-content input[type=submit]:active {
  color: white;
}
#content .entry-content button.dark,
#content .entry-content .button.dark,
#content .entry-content .button-light.dark,
#content .entry-content .button-contrast.dark,
#content .entry-content .button-inverse.dark,
#content .entry-content .rect-button.dark,
#content .entry-content input[type=button].dark,
#content .entry-content input[type=reset].dark,
#content .entry-content input[type=submit].dark {
  background-color: #069e8a;
}
#content .entry-content button:disabled,
#content .entry-content .button:disabled,
#content .entry-content .button-light:disabled,
#content .entry-content .button-contrast:disabled,
#content .entry-content .button-inverse:disabled,
#content .entry-content .rect-button:disabled,
#content .entry-content input[type=button]:disabled,
#content .entry-content input[type=reset]:disabled,
#content .entry-content input[type=submit]:disabled {
  background: #aaa;
  cursor: not-allowed;
}
#content .entry-content .button-inverse {
  background: white;
  color: #069e8a;
  border: 1px solid #069e8a;
}
#content .entry-content .button-inverse, #content .entry-content .button-inverse:visited, #content .entry-content .button-inverse:hover, #content .entry-content .button-inverse:active {
  color: #069e8a;
}
#content .entry-content .rect-button {
  border-radius: 4px;
  padding: 12px;
  font-size: 23px;
  height: 59px;
  width: 100%;
  letter-spacing: normal;
}
#content .entry-content input[type=tel],
#content .entry-content input[type=email],
#content .entry-content input[type=text],
#content .entry-content input[type=password] {
  width: 86%;
  border-color: #069e8a;
  height: 42px;
  border-radius: 21px;
  outline: none;
}
#content .entry-content input[type=tel]::placeholder,
#content .entry-content input[type=email]::placeholder,
#content .entry-content input[type=text]::placeholder,
#content .entry-content input[type=password]::placeholder {
  font-size: 12.5px;
  padding-top: 2.5px;
}
#content .entry-content input[type=tel].stored,
#content .entry-content input[type=email].stored,
#content .entry-content input[type=text].stored,
#content .entry-content input[type=password].stored {
  background-color: #16ae9a;
}
#content .entry-content input[type=tel]:read-only, #content .entry-content input[type=tel]:disabled,
#content .entry-content input[type=email]:read-only,
#content .entry-content input[type=email]:disabled,
#content .entry-content input[type=text]:read-only,
#content .entry-content input[type=text]:disabled,
#content .entry-content input[type=password]:read-only,
#content .entry-content input[type=password]:disabled {
  background-color: #ccc;
}
body.mypage-edit #content .entry-content input[type=tel],
body.mypage-edit #content .entry-content input[type=email],
body.mypage-edit #content .entry-content input[type=text],
body.mypage-edit #content .entry-content input[type=password] {
  height: 35px;
  border-radius: 11px;
}
#content .entry-content select {
  border-color: #069e8a;
  height: 35px;
  border-radius: 9px;
  background-color: white;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 2.2em 0.5em 0.8em;
  /* reset */
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(50deg, transparent 45%, white 45%, white 65%, transparent 65%), linear-gradient(-50deg, transparent 45%, white 45%, white 65%, transparent 65%), linear-gradient(to right, #069e8a, #069e8a);
  background-position: calc(100% - 10px) calc(1.25em - 4.5px), calc(100% - 3px) calc(1.25em - 4.5px), 100% 0;
  background-size: 7px 9px, 7px 9px, 1.4em 2.5em;
  background-repeat: no-repeat;
}
#content .entry-content select:active, #content .entry-content select:focus {
  background-image: linear-gradient(-130deg, transparent 45%, white 45%, white 65%, transparent 65%), linear-gradient(130deg, transparent 45%, white 45%, white 65%, transparent 65%), linear-gradient(to right, #069e8a, #069e8a);
  background-position: calc(100% - 3px) calc(1.25em - 4.5px), calc(100% - 10px) calc(1.25em - 4.5px), 100% 0;
  background-size: 7px 9px, 7px 9px, 1.4em 2.5em;
  background-repeat: no-repeat;
  border-color: #069e8a;
  outline: 0;
}
#content .entry-content select.year, #content .entry-content select.month, #content .entry-content select.day {
  text-align: right;
}
#content .entry-content a, #content .entry-content a:visited, #content .entry-content a:hover, #content .entry-content a:active {
  color: #069e8a;
}
#content .entry-content a.button:hover {
  background: #069e8a;
}
#content .entry-content p {
  margin-top: 0;
  margin-bottom: 12px;
}
#content .entry-content p.form-element {
  text-align: center;
}
#content .entry-content .dotted {
  width: 100%;
  max-width: 100%;
  border: none;
  height: 1px;
  background-image: url("images/dotted_line.png");
  background-size: 1.6%;
  margin: 24px 0;
}
#content .entry-content .phase-confirm {
  display: none;
}
#content .entry-content .err-msg {
  color: red;
  text-align: center;
  margin-top: 32px;
}
#content .entry-content .unavailable-msg {
  text-align: center;
  font-size: 18px;
  margin: 82px 0;
}
#content .entry-content .coupon-list {
  margin: 12px 0;
  padding: 0;
}
#content .entry-content .coupon-list .coupon-item {
  background-color: white;
  margin: 6px 0;
  width: 100%;
  border-radius: 8px;
}
#content .entry-content .coupon-list .coupon-item a {
  display: inline-block;
  width: 100%;
  padding: 6px;
}
#content .entry-content .coupon-list .coupon-item a .coupon-image,
#content .entry-content .coupon-list .coupon-item a .coupon-text {
  display: inline-block;
  vertical-align: top;
}
#content .entry-content .coupon-list .coupon-item a .coupon-image {
  width: 106px;
  height: 106px;
  position: relative;
}
#content .entry-content .coupon-list .coupon-item a .coupon-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#content .entry-content .coupon-list .coupon-item a .coupon-text {
  width: calc(93.5% - 106px);
  margin-left: 6.5%;
  line-height: 1.4;
}
#content .entry-content .coupon-list .coupon-item a .coupon-text p {
  margin: 2px 0;
}
#content .entry-content .coupon-list .coupon-item a .coupon-text .coupon-title {
  color: black;
  margin-top: 2px;
  min-height: 45px;
}
#content .entry-content .coupon-list .coupon-item a .coupon-text .coupon-info .coupon-times {
  font-size: 14px;
  margin: 6px 0;
}
#content .entry-content .coupon-list .coupon-item a .coupon-text .coupon-info .coupon-times span {
  display: inline-block;
  color: white;
  background-color: #069e8a;
  border-radius: 8px;
  padding: 5px 10px;
}
#content .entry-content .coupon-list .coupon-item a .coupon-text .coupon-info .coupon-times span.onetime {
  background-color: #069e8a;
}
#content .entry-content .coupon-list .coupon-item a .coupon-text .coupon-info .coupon-period {
  font-size: 12px;
  color: #B07E69;
}
#content .entry-content .announcement-list {
  margin: 12px 0 30px;
  padding: 0;
}
#content .entry-content .announcement-list .announcement-item {
  margin: 8px 0;
}
#content .entry-content .announcement-list .announcement-item a {
  display: block;
}
#content .entry-content .announcement-list .announcement-item a .announcement-image img {
  width: 100%;
  vertical-align: bottom;
}

/* common */
html {
  box-sizing: border-box;
  background-color: #069e8a;
  height: 100vh;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
}

body {
  box-sizing: border-box;
  background-color: white;
  height: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1.6;
}

#page {
  height: 100%;
  overflow: scroll;
}
#page * {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
#page .modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(120, 120, 120, 0.5);
  z-index: 100;
  font-size: 19px;
  text-align: center;
  overflow: scroll;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
#page .modal .close {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 2px;
  margin: 20px 14px 8px;
}
#page .modal .close img {
  vertical-align: bottom;
}
#page .modal.loading {
  color: #069e8a;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 0.5px white, -1px 1px 0.5px white, 1px -1px 0.5px white, -1px -1px 0.5px white;
}
#page .modal.loading .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .modal.unread {
  text-align: right;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#page .modal.unread .unread-list {
  margin: 0;
  padding: 12px 14px 20px;
  width: 100%;
}
#page .modal.unread .unread-list .unread-item {
  min-height: 200px;
}
#page .modal.unread .unread-list img {
  width: 100%;
}
#page .modal.tos .close-image {
  display: block;
  width: 28px;
  margin: 28px 12px 0;
}
#page .modal.tos .tos-text {
  background: white;
  margin: 8px 12px 64px;
  height: calc(100% - 180px);
  overflow: scroll;
  padding: 4px 12px;
  font-size: 12px;
  text-align: left;
}
#page .modal.tos .tos-text p {
  font-size: 12px;
  margin-left: 0;
}
#page .modal .alert {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 78%;
  min-width: 280px;
  margin: 20vh auto;
}
#page .modal .alert .message {
  padding: 24px 4px;
  border-bottom: 1px solid #ccc;
}
#page .modal .alert .buttons a {
  display: inline-block;
  width: calc(50% - 0.5px);
  padding: 20px;
}
#page .modal .alert .buttons a, #page .modal .alert .buttons a:visited, #page .modal .alert .buttons a:hover, #page .modal .alert .buttons a:active {
  color: black;
}
#page .modal .alert .buttons a:first-child {
  width: calc(50% + 0.5px);
  border-right: 1px solid #ccc;
}
#page #masthead {
  z-index: 90;
  background-color: #069e8a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 44px;
}
#page #masthead .header-bar {
  font-size: 18px;
}
#page #masthead .header-bar .header-bar-left,
#page #masthead .header-bar .header-bar-center,
#page #masthead .header-bar .header-bar-right {
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 20%;
  float: right;
  color: white;
  margin: 4px;
}
#page #masthead .header-bar .header-bar-left *,
#page #masthead .header-bar .header-bar-center *,
#page #masthead .header-bar .header-bar-right * {
  display: inline;
  vertical-align: text-bottom;
}
#page #masthead .header-bar .header-bar-left *.unread-badge,
#page #masthead .header-bar .header-bar-center *.unread-badge,
#page #masthead .header-bar .header-bar-right *.unread-badge {
  display: none;
}
#page #masthead .header-bar .header-bar-left a,
#page #masthead .header-bar .header-bar-center a,
#page #masthead .header-bar .header-bar-right a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#page #masthead .header-bar .header-bar-left a, #page #masthead .header-bar .header-bar-left a:visited, #page #masthead .header-bar .header-bar-left a:hover, #page #masthead .header-bar .header-bar-left a:active,
#page #masthead .header-bar .header-bar-center a,
#page #masthead .header-bar .header-bar-center a:visited,
#page #masthead .header-bar .header-bar-center a:hover,
#page #masthead .header-bar .header-bar-center a:active,
#page #masthead .header-bar .header-bar-right a,
#page #masthead .header-bar .header-bar-right a:visited,
#page #masthead .header-bar .header-bar-right a:hover,
#page #masthead .header-bar .header-bar-right a:active {
  color: white;
}
#page #masthead .header-bar .header-bar-left {
  float: left;
  font-size: 14px;
  padding-top: 2px;
}
#page #masthead .header-bar .header-bar-left img {
  width: 15px;
  height: 15px;
}
#page #masthead .header-bar .header-bar-center {
  width: calc(60% - 24px);
}
#page #masthead .header-bar .header-bar-right img {
  height: 22px;
}
#page #masthead .header-bar .header-bar-right a {
  position: relative;
  width: 44px;
}
#page #masthead .header-bar .header-bar-right a .unread-badge {
  right: 0;
}
#page #content {
  padding-top: 44px;
  padding-bottom: 64px;
}
body.coupons #page, body.announcements #page {
  background-color: #16ae9a;
}
body.coupons #page #content, body.announcements #page #content {
  padding-top: 97px;
}
#page #colophon {
  z-index: 90;
  background-color: #E8E8E8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#page #colophon .site-info {
  margin: 0;
}
#page #colophon .site-info a {
  position: relative;
}

#menu-tabbar {
  display: flex;
  margin: 0;
}
#menu-tabbar .tabbar-item {
  color: white;
  flex: 1;
  text-align: center;
  margin: 0;
}
#menu-tabbar .tabbar-item a {
  display: block;
  padding: 8px 10px 0;
  width: 100%;
  height: 100%;
}
#menu-tabbar .tabbar-item a .current {
  display: none;
}
body.home #menu-tabbar .tabbar-item.tabbar-item-home .not-current, body.coupons #menu-tabbar .tabbar-item.tabbar-item-coupons .not-current, body.menu #menu-tabbar .tabbar-item.tabbar-item-menu .not-current {
  display: none;
}
body.home #menu-tabbar .tabbar-item.tabbar-item-home .current, body.coupons #menu-tabbar .tabbar-item.tabbar-item-coupons .current, body.menu #menu-tabbar .tabbar-item.tabbar-item-menu .current {
  display: inline;
}

/* home */
.membership-card-wrap {
  padding: 1.8vh 16px;
  background-color: #069e8a;
}
.guest-user .membership-card-wrap {
  padding: 3.1vh 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
}
.membership-card-wrap .membership-card {
  padding: 0.6vh 32px;
  font-size: 12px;
  background-color: #069e8a;
  color: white;
  border-radius: 6px;
}
.guest-user .membership-card-wrap .membership-card {
  padding: 0.75vh 32px;
}
.membership-card-wrap .membership-card p {
  margin: 0 auto;
  max-width: 33.3vh;
  text-align: center;
}
.guest-user .membership-card-wrap .membership-card p {
  margin: 0;
  max-width: 100%;
}
.membership-card-wrap .membership-card .membership-card-id,
.membership-card-wrap .membership-card .membership-card-name {
  font-size: 15px;
}
.membership-card-wrap .membership-card .membership-pet-name {
  font-size: 15px;
}
.membership-card-wrap .membership-card .membership-card-id {
  margin-left: 14px;
}
.membership-card-wrap .membership-card .membership-card-last-visit {
  font-size: 14px;
  margin-left: 26px;
}
.membership-card-wrap .membership-card .membership-card-face {
  margin: 0.6vh 0 0;
}
.guest-user .membership-card-wrap .membership-card .membership-card-face {
  margin: 0.75vh 0;
}
.membership-card-wrap .membership-card .membership-card-face-btn {
  position: relative;
  top: -60px;
}
.membership-card-wrap .membership-card .member-barcode {
  text-align: center;
}
.membership-card-wrap .membership-card .to-login {
  display: inline-block;
  padding: 6px;
  font-size: 14px;
  color: white;
}
.membership-card-wrap .membership-card .to-login span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: #069e8a;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  vertical-align: top;
  padding: 2px 2px 2px 0;
  margin-right: 4px;
}
.membership-card-wrap .membership-card .to-login span img {
  transform: rotate(180deg);
}

.home-block {
  display: flex;
  margin: 1.8vh 16px;
}
.guest-user .home-block {
  margin: 2.6vh 16px;
}
.home-block a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.home-block a img {
  vertical-align: bottom;
}
.home-block .home-block-left {
  display: flex;
  width: calc(0.5931343284 * (100vw - 2 * 16px));
  height: calc(0.5931343284 * (100vw - 2 * 16px));
}
.home-block .home-block-left .swiper-container {
  width: 100%;
  height: 100%;
}
.home-block .home-block-left a {
  position: relative;
}
.home-block .home-block-left a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home-block .home-block-right {
  position: relative;
  width: calc((0.98 - 0.5931343284) * (100vw - 2 * 16px));
  height: calc(0.5931343284 * (100vw - 2 * 16px));
  margin-left: calc(0.02 * (100vw - 2 * 16px));
}
.home-block .home-block-right > div {
  position: absolute;
  right: 0;
  width: 100%;
}
.home-block .home-block-right .home-block-right-upper {
  top: 0;
}
.home-block .home-block-right .home-block-right-upper a {
  position: relative;
}
.home-block .home-block-right .home-block-right-lower {
  bottom: 0;
}

body.ajax-loading #content {
  width: 100%;
  height: 100%;
}
body.ajax-loading #content .ajax-load-wrap {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
body.ajax-loading #content .ajax-load-wrap .ajax-load {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 100%;
  text-align: left;
}
body.ajax-loading #content .ajax-load-wrap .ajax-load .ajax-load-img {
  width: 30%;
}
body.ajax-loading #content #load-error {
  margin-top: 96px;
}
body.ajax-loading #content .ajax-load-msg {
  margin-top: 150px;
  padding: 0 10%;
}

/* pages */
body.login .migrated,
body.login .registered {
  display: none;
}
body.login #content .entry-content {
  text-align: center;
  color: #069e8a;
  max-width: calc(100% - 1.6rem);
  margin: 0 0.8rem;
}
body.login #content .entry-content .initial {
  margin: 0;
}
body.login #content .entry-content .initial.initial-top {
  margin-top: 36px;
}
body.login #content .entry-content .login-h {
  color: #069e8a;
  margin-bottom: 10px;
}
body.login #content .entry-content .migrated,
body.login #content .entry-content .registered {
  margin: 8px 0;
}
body.login #content .entry-content .migrated p,
body.login #content .entry-content .registered p {
  color: black;
  width: 94%;
  margin: 12px auto;
}
body.login #content .entry-content .migrated .saved,
body.login #content .entry-content .registered .saved {
  font-size: 17px;
}
body.login #content .entry-content .migrated #login-button,
body.login #content .entry-content .registered #login-button {
  height: 79px;
  margin: 8px 0;
  letter-spacing: 0.1em;
}
body.login #content .entry-content .migrated #login-button span,
body.login #content .entry-content .registered #login-button span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  letter-spacing: normal;
}
body.login #content .entry-content .migrated .triangle,
body.login #content .entry-content .registered .triangle {
  width: 26px;
  height: 19px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 19px solid #FCB9CE;
  margin: auto;
}
body.login #content .entry-content .migrated .prompt,
body.login #content .entry-content .registered .prompt {
  font-size: 13px;
  margin-bottom: 32px;
}
body.login #content .entry-content .migrated .message,
body.login #content .entry-content .registered .message {
  border: 6px dotted #16ae9a;
  padding: 14px 8px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
}
body.login #content .entry-content .migrated .message span,
body.login #content .entry-content .registered .message span {
  font-size: 12px;
  margin-top: 12px;
  display: inline-block;
}
body.login #content .entry-content form {
  margin-top: 8px;
  margin-bottom: 24px;
}
body.login #content .entry-content input[type=text],
body.login #content .entry-content input[type=password] {
  margin-bottom: 4px;
}
body.login #content .entry-content input[type=text]::placeholder,
body.login #content .entry-content input[type=password]::placeholder {
  text-align: center;
}
body.login #content .entry-content input[type=checkbox] {
  display: none;
}
body.login #content .entry-content .checkbox-login-text {
  color: #929292;
}
body.login #content .entry-content .login-note {
  display: block;
  margin: 4px 0 16px;
  color: red;
  font-size: 13px;
}
body.login #content .entry-content .forgotten {
  margin: 24px 0;
  font-size: 13px;
}
body.login #content .entry-content .forgotten a, body.login #content .entry-content .forgotten a:visited, body.login #content .entry-content .forgotten a:hover, body.login #content .entry-content .forgotten a:active {
  color: black;
}

body.migration .scan {
  text-align: center;
}
body.migration .scan a {
  display: inline-block;
  margin-top: 20px;
}
body.migration .scan a img {
  width: 194px;
}
body.migration .note {
  margin: 0 10%;
  font-size: 13px;
}
body.migration input[type=checkbox] {
  display: none;
}
body.migration .checkbox-tos {
  margin-top: 20px;
}
body.migration .form-element {
  text-align: center;
}
body.migration #migrate-button {
  margin: 24px 0;
}

body.mypage-edit #content .entry-content {
  margin: 0;
  max-width: none;
}
body.mypage-edit #content .entry-content > div {
  margin: 0;
  padding: 14px 7%;
  border-bottom: 1px solid #069e8a;
  font-size: 14px;
}
body.mypage-edit #content .entry-content form {
  margin-top: 0;
}
body.mypage-edit #content .entry-content .info-head {
  background: #16ae9a;
  padding: 0 7%;
  line-height: 41px;
  color: white;
}
body.mypage-edit #content .entry-content .info-head a {
  display: inline-block;
  height: 100%;
  width: 41px;
  color: black;
  text-align: center;
  margin-left: 8px;
}
body.mypage-edit #content .entry-content .info-head .edit-button {
  width: 70px;
  height: 28px;
  padding: 4px;
  font-size: 14px;
  letter-spacing: 0;
  float: right;
  margin: 6px;
}
body.mypage-edit #content .entry-content .child-wrap .info-body {
  display: none;
}
body.mypage-edit #content .entry-content .phase-enter .phone-note {
  font-size: 14px;
}
body.mypage-edit #content .entry-content .phase-confirm .phone-note {
  font-size: 12px;
}
body.mypage-edit #content .entry-content .info-value {
  padding: 0 20px;
}
body.mypage-edit #content .entry-content .info-value > * {
  margin-left: 10px;
}
body.mypage-edit #content .entry-content .info-value > *:first-child {
  margin-left: 0;
}
body.mypage-edit #content .entry-content .info-value > select {
  margin-left: 2px;
}
body.mypage-edit #content .entry-content .info-value > select:first-child {
  margin-left: 0;
}
body.mypage-edit #content .entry-content input {
  width: 100%;
}
body.mypage-edit #content .entry-content input[type=radio] {
  display: none;
}
body.mypage-edit #content .entry-content ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.mypage-edit #content .entry-content ul {
  padding: 0;
  margin: 12px 7% 24px;
}
body.mypage-edit #content .entry-content ul li {
  margin: 6px 0 10px;
}
body.mypage-edit #content .entry-content ul .info-item-id div,
body.mypage-edit #content .entry-content ul .info-item-address div,
body.mypage-edit #content .entry-content ul .info-item-gender div, body.mypage-edit #content .entry-content ul.info-child .info-item-name div,
body.mypage-edit #content .entry-content ul .info-item-relationship div {
  display: inline-block;
}
body.mypage-edit #content .entry-content ul .info-item-name input,
body.mypage-edit #content .entry-content ul .info-item-kana input {
  width: 38%;
}
body.mypage-edit #content .entry-content ul .info-item-address {
  position: relative;
}
body.mypage-edit #content .entry-content ul .info-item-address .info-name {
  position: absolute;
  top: 0;
  left: 0;
}
body.mypage-edit #content .entry-content ul .info-item-address .info-value {
  text-align: right;
  line-height: 2.6;
}
body.mypage-edit #content .entry-content ul .info-item-address .info-value .zipcode-mark {
  color: #AAA;
  font-size: 12px;
}
body.mypage-edit #content .entry-content ul .info-item-address .info-value > input {
  margin-left: 0;
}
body.mypage-edit #content .entry-content ul .info-item-address .info-value input:first-of-type {
  width: 37%;
  margin-left: 4px;
}
body.mypage-edit #content .entry-content ul.info-child .info-item-name .info-name,
body.mypage-edit #content .entry-content ul.info-child .info-item-relationship .info-name {
  width: 56px;
}
body.mypage-edit #content .entry-content ul.info-child .info-item-name .info-value {
  width: 46%;
}
body.mypage-edit #content .entry-content ul.info-child .info-item-name .info-value input {
  width: 100%;
}
body.mypage-edit #content .entry-content table {
  width: 86%;
  margin: 0 7% 8px;
}
body.mypage-edit #content .entry-content table th,
body.mypage-edit #content .entry-content table td {
  border: none;
  font-weight: normal;
}
body.mypage-edit #content .entry-content table th {
  width: 124px;
}
body.mypage-edit #content .entry-content input[type=checkbox] {
  display: none;
}
body.mypage-edit #content .entry-content .checkbox-tos {
  margin-top: 20px;
}
body.mypage-edit #content .entry-content .form-element {
  text-align: center;
}
body.mypage-edit #content .entry-content .form-element button {
  margin: 12px 0;
}
body.mypage-edit #content .entry-content .form-element button.save {
  margin-top: 24px;
}

body.registration h3 {
  font-size: 16px;
}
body.registration h3 .form-h-note {
  font-size: 14px;
}
body.registration #content .entry-content {
  margin: 0;
  max-width: 100%;
}
body.registration #content .entry-content .inside {
  max-width: calc(100% - 2rem);
  margin: 0 1rem;
}
body.registration #content .entry-content .inside .form-element:last-child {
  margin-bottom: 16px;
}
body.registration #content .entry-content .fulfilling-head {
  margin: 24px 1rem 0;
}
body.registration #content .entry-content .fulfilling-body {
  display: none;
}
body.registration #content .entry-content .fulfilling-body input[type=tel],
body.registration #content .entry-content .fulfilling-body input[type=email],
body.registration #content .entry-content .fulfilling-body input[type=text],
body.registration #content .entry-content .fulfilling-body input[type=password] {
  height: 35px;
  border-radius: 11px;
}
body.registration #content .entry-content .fulfilling-body .info-head {
  background: #16ae9a;
  padding: 0 7%;
  line-height: 41px;
}
body.registration #content .entry-content .fulfilling-body .info-head a {
  display: inline-block;
  height: 100%;
  width: 41px;
  color: black;
  text-align: center;
  margin-left: 8px;
}
body.registration #content .entry-content .fulfilling-body .info-head .edit-button {
  width: 70px;
  height: 28px;
  padding: 4px;
  font-size: 14px;
  letter-spacing: 0;
  float: right;
  margin: 6px;
}
body.registration #content .entry-content .fulfilling-body .child-wrap .info-body {
  display: none;
}
body.registration #content .entry-content .fulfilling-body .info-value,
body.registration #content .entry-content .fulfilling-body .info-value-error {
  padding: 0 20px;
}
body.registration #content .entry-content .fulfilling-body .info-value > * {
  margin-left: 10px;
}
body.registration #content .entry-content .fulfilling-body .info-value > *:first-child {
  margin-left: 0;
}
body.registration #content .entry-content .fulfilling-body .info-value > select {
  margin-left: 2px;
}
body.registration #content .entry-content .fulfilling-body .info-value > select:first-child {
  margin-left: 0;
}
body.registration #content .entry-content .fulfilling-body .info-value-error {
  display: none;
  color: red;
}
body.registration #content .entry-content .fulfilling-body input {
  width: 100%;
}
body.registration #content .entry-content .fulfilling-body input[type=radio] {
  display: none;
}
body.registration #content .entry-content .fulfilling-body dl.child-note {
  margin: 12px 4%;
  font-size: 13px;
}
body.registration #content .entry-content .fulfilling-body dl.child-note dt {
  color: #069e8a;
}
body.registration #content .entry-content .fulfilling-body dl.child-note dd {
  margin: 0 4px 4px;
}
body.registration #content .entry-content .fulfilling-body ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.registration #content .entry-content .fulfilling-body ul {
  padding: 0;
  margin: 12px 7% 24px;
}
body.registration #content .entry-content .fulfilling-body ul li {
  margin: 6px 0 10px;
}
body.registration #content .entry-content .fulfilling-body ul .info-item-id div,
body.registration #content .entry-content .fulfilling-body ul .info-item-address div,
body.registration #content .entry-content .fulfilling-body ul .info-item-gender div, body.registration #content .entry-content .fulfilling-body ul.info-child .info-item-name div,
body.registration #content .entry-content .fulfilling-body ul .info-item-relationship div {
  display: inline-block;
}
body.registration #content .entry-content .fulfilling-body ul .info-item-id div.info-value-error,
body.registration #content .entry-content .fulfilling-body ul .info-item-address div.info-value-error,
body.registration #content .entry-content .fulfilling-body ul .info-item-gender div.info-value-error, body.registration #content .entry-content .fulfilling-body ul.info-child .info-item-name div.info-value-error,
body.registration #content .entry-content .fulfilling-body ul .info-item-relationship div.info-value-error {
  display: none;
}
body.registration #content .entry-content .fulfilling-body ul .info-item-name input,
body.registration #content .entry-content .fulfilling-body ul .info-item-kana input {
  width: 38%;
}
body.registration #content .entry-content .fulfilling-body ul .info-item-address {
  position: relative;
}
body.registration #content .entry-content .fulfilling-body ul .info-item-address .info-name {
  position: absolute;
  top: 0;
  left: 0;
}
body.registration #content .entry-content .fulfilling-body ul .info-item-address .info-value {
  text-align: right;
  line-height: 2.6;
}
body.registration #content .entry-content .fulfilling-body ul .info-item-address .info-value .zipcode-mark {
  color: #AAA;
  font-size: 12px;
}
body.registration #content .entry-content .fulfilling-body ul .info-item-address .info-value > input {
  margin-left: 0;
}
body.registration #content .entry-content .fulfilling-body ul .info-item-address .info-value input:first-of-type {
  width: 37%;
  margin-left: 4px;
}
body.registration #content .entry-content .fulfilling-body ul.info-child .child-info-note {
  font-size: 13px;
  font-weight: bold;
  color: #069e8a;
}
body.registration #content .entry-content .fulfilling-body ul.info-child .info-item-name .info-name,
body.registration #content .entry-content .fulfilling-body ul.info-child .info-item-relationship .info-name {
  width: 56px;
}
body.registration #content .entry-content .fulfilling-body ul.info-child .info-item-name .info-value {
  width: 46%;
}
body.registration #content .entry-content .fulfilling-body ul.info-child .info-item-name .info-value input {
  width: 100%;
}
body.registration #content .entry-content .fulfilling-body table {
  width: 86%;
  margin: 0 7% 8px;
}
body.registration #content .entry-content .fulfilling-body table th,
body.registration #content .entry-content .fulfilling-body table td {
  border: none;
  font-weight: normal;
}
body.registration #content .entry-content .fulfilling-body table th {
  width: 108px;
}
body.registration #content p {
  font-size: 14px;
  margin-left: 7%;
}
body.registration #content .err-msg {
  display: none;
  margin: 64px 0 0;
}
body.registration #content .form-element .phase-enter,
body.registration #content .form-element .phase-confirm {
  padding: 0 7%;
}
body.registration #content .form-element .phase-enter > *,
body.registration #content .form-element .phase-confirm > * {
  width: 100%;
  display: inline-block;
}
body.registration #content .form-element .phase-enter span,
body.registration #content .form-element .phase-confirm span {
  display: inline-block;
  border-bottom: 1px solid #069e8a;
  padding: 8px;
  height: 42px;
  text-align: center;
}
body.registration #content .form-element .name * {
  width: 48%;
}
body.registration #content .form-element .name *:first-of-type {
  margin-right: 4%;
}
body.registration #content .form-element input[type=checkbox] {
  display: none;
}
body.registration #content .form-element .checkbox {
  width: auto;
}
body.registration #content .form-element .tos-wrap {
  text-align: center;
}
body.registration #content .form-element button {
  margin-top: 26px;
}
body.registration #content .form-element button.register {
  margin-top: 76px;
}

body.forgotten #content .entry-content {
  font-size: 14px;
}
body.forgotten #content .entry-content h3 {
  color: #F83382;
  margin: 6px 0 8px;
}
body.forgotten #content .entry-content h3::before {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #F83382;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-right: 6px;
}
body.forgotten #content .entry-content h4 {
  font-weight: normal;
  background: #16ae9a;
  color: white;
  padding: 6px 12px;
  margin: 20px 0 10px;
}
body.forgotten #content .entry-content .dotted {
  margin: 8px 0;
  width: 200%;
  max-width: 200%;
  margin-left: -50%;
  background-size: 0.8%;
}
body.forgotten #content .entry-content a {
  display: inline-block;
  padding: 4px 0;
  margin-bottom: 32px;
}
body.forgotten #content .entry-content a.shop {
  margin-bottom: 12px;
}

body.login-required #content .entry-content {
  text-align: center;
}

body.coupons .api-err,
body.coupons .unavailable-msg,
body.announcements .api-err,
body.announcements .unavailable-msg {
  display: none;
}
body.coupons .loader-anime,
body.announcements .loader-anime {
  margin: 70px auto;
}

body.coupon .api-err {
  display: none;
}
body.coupon #content .entry-content {
  text-align: center;
}
body.coupon #content .entry-content > * {
  margin: 12px 0 0;
}
body.coupon #content .entry-content .coupon-image {
  position: relative;
  background-color: #16ae9a;
  border-radius: 4px;
  width: 100%;
  padding: 12px;
}
body.coupon #content .entry-content .coupon-image > img {
  width: 100%;
  border-radius: 4px;
  vertical-align: bottom;
}
body.coupon #content .entry-content .coupon-image .coupon-used {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.coupon #content .entry-content .coupon-image .coupon-used img {
  max-width: 88%;
}
body.coupon #content .entry-content .use-button {
  height: auto;
  padding-top: 16px;
  padding-bottom: 2px;
  background-color: #FCB9CE;
  margin: 6px 0;
  font-size: 25px;
}
body.coupon #content .entry-content .use-button p {
  margin: 6px 0 0 0;
}
body.coupon #content .entry-content .use-button p,
body.coupon #content .entry-content .caution {
  font-size: 12px;
  color: #666;
}
body.coupon #content .entry-content .caution {
  text-align: left;
}
body.coupon #content .entry-content .caution ul {
  list-style-type: disc;
}
body.coupon #content .entry-content .back-button {
  width: 88%;
  min-width: 256px;
  height: 70px;
  padding: 18px 10px;
}
body.coupon #content .entry-content .unavailable-msg {
  margin: 100px 0 84px;
}
body.coupon #colophon {
  display: none;
}

body.menu #content .entry-content {
  max-width: 100%;
  margin: 0;
}
body.menu #content .entry-content .loginout {
  margin: 40px 1rem 36px;
  text-align: center;
}
body.menu #content .entry-content .loginout .button {
  padding: 12px;
}
body.menu #content .entry-content dl {
  margin: 0;
}
body.menu #content .entry-content dl dt {
  background: #069e8a;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 9%;
  color: white;
}
body.menu #content .entry-content dl dd {
  margin: 0;
}
body.menu #content .entry-content .link-list {
  margin: 0;
  padding: 0;
}
body.menu #content .entry-content .link-list .link-item {
  background: white;
  font-size: 16px;
  border-top: 1px solid #16ae9a;
}
body.menu #content .entry-content .link-list .link-item a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 5% 10px 20%;
}
body.menu #content .entry-content .link-list .link-item a, body.menu #content .entry-content .link-list .link-item a:visited, body.menu #content .entry-content .link-list .link-item a:hover, body.menu #content .entry-content .link-list .link-item a:active {
  color: black;
}
body.menu #content .entry-content .link-list .link-item a img {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 5px;
  left: 7%;
}

body.faq #content .entry-content {
  margin: 0;
  max-width: 100%;
}
body.faq #content .entry-content .tax-list {
  padding: 0;
  margin: 18px 0;
}
body.faq #content .entry-content .tax-list .tax-item {
  font-size: 17px;
  border-bottom: 1px solid #16ae9a;
}
body.faq #content .entry-content .tax-list .tax-item a {
  display: inline-block;
  width: 100%;
  padding: 14px 7.5%;
  padding-right: calc(10% + 20px);
  position: relative;
}
body.faq #content .entry-content .tax-list .tax-item a, body.faq #content .entry-content .tax-list .tax-item a:visited, body.faq #content .entry-content .tax-list .tax-item a:hover, body.faq #content .entry-content .tax-list .tax-item a:active {
  color: #666;
}
body.faq #content .entry-content .tax-list .tax-item a::before {
  content: " ";
  background-image: url("images/arrowhead_p.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 19px;
  right: 10%;
}

body.tax-ct_faq_cat {
  color: #666;
}
body.tax-ct_faq_cat #main {
  padding-bottom: 44px;
}
body.tax-ct_faq_cat #main .page-header {
  margin: 34px 6% 23px;
  position: relative;
}
body.tax-ct_faq_cat #main .page-header::before {
  content: " ";
  background-image: url("images/arrowhead_p.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 4%;
}
body.tax-ct_faq_cat #main .page-header .page-title {
  font-size: 18px;
}
body.tax-ct_faq_cat #main .entry {
  margin: 0;
}
body.tax-ct_faq_cat #main .entry .entry-header {
  margin: 0;
  padding: 15px 4% 15px 6%;
  background: #16ae9a;
  border-top: 1px solid #FECCDE;
}
body.tax-ct_faq_cat #main .entry .entry-header .entry-title {
  font-size: 17px;
  font-weight: normal;
  padding-left: 32px;
  position: relative;
  color: white;
}
body.tax-ct_faq_cat #main .entry .entry-header .entry-title::before {
  display: none;
}
body.tax-ct_faq_cat #main .entry .entry-header .entry-title::after {
  content: " ";
  background-image: url("images/faq_question.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -3px;
  left: 0;
}
body.tax-ct_faq_cat #main .entry .entry-content {
  margin: 0;
  padding: 20px 4% 20px 6%;
  font-size: 15px;
  max-width: 100%;
}
body.tax-ct_faq_cat #main .entry .entry-content p {
  padding-left: 32px;
  position: relative;
}
body.tax-ct_faq_cat #main .entry .entry-content p::after {
  content: " ";
  background-image: url("images/faq_answer.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -1px;
  left: 0;
}
body.tax-ct_faq_cat #main .entry .entry-content p .branch {
  color: #00A;
}
body.tax-ct_faq_cat #main .entry.ct_faq_cat-faq07 .entry-header .entry-title {
  padding-left: 12px;
}
body.tax-ct_faq_cat #main .entry.ct_faq_cat-faq07 .entry-header .entry-title::after {
  display: none;
}
body.tax-ct_faq_cat #main .entry.ct_faq_cat-faq07 .entry-content p {
  padding-left: 12px;
}
body.tax-ct_faq_cat #main .entry.ct_faq_cat-faq07 .entry-content p::after {
  display: none;
}
body.tax-ct_faq_cat #main .entry.ct_faq_cat-faq07 .entry-content .accent {
  color: #F83382;
}

body.guide #page #content {
  padding-bottom: 0;
}
body.guide #content,
body.guide #primary,
body.guide #main,
body.guide .entry,
body.guide .entry-content {
  height: 100%;
}
body.guide #content p,
body.guide #primary p,
body.guide #main p,
body.guide .entry p,
body.guide .entry-content p {
  margin-bottom: 32px;
}
body.guide #content .entry .entry-content {
  margin: 0;
  max-width: 100%;
}
body.guide #content .entry .entry-content .swiper-slide {
  max-width: calc(100% - 2rem);
  margin: 0 1rem;
  text-align: center;
  overflow: scroll;
}
body.guide #content .entry .entry-content .swiper-slide::-webkit-scrollbar {
  display: none;
}
body.guide #content .entry .entry-content .swiper-slide .guide-title {
  font-size: 23px;
  font-weight: bold;
  color: #069e8a;
  margin-top: 32px;
}
body.guide #content .entry .entry-content .swiper-slide .guide-desc {
  color: #666;
  line-height: 2.2;
}
body.guide #content .entry .entry-content .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 0.3;
  margin: 0 9px;
}
body.guide #content .entry .entry-content .swiper-pagination-bullet-active {
  background: #069e8a;
  opacity: 1;
}
body.guide .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
}

body.tos .entry-content {
  margin-top: 64px;
  margin-bottom: 64px;
}

body.privacy .entry-content {
  margin-top: 32px;
  margin-bottom: 64px;
}
body.privacy .entry-content h3 {
  color: #069e8a;
  font-size: 16px;
}

body.version .entry-content {
  text-align: center;
  padding: 24px 0;
}
body.version .entry-content .app-icon {
  max-width: 240px;
  border-radius: 20%;
}

body.tos #content,
body.privacy #content,
body.tax-ct_faq_cat #content {
  height: 100%;
}
body.tos #content #primary,
body.privacy #content #primary,
body.tax-ct_faq_cat #content #primary {
  height: 100%;
  overflow-y: scroll;
}

/*# sourceMappingURL=style.css.map */
