@charset "UTF-8";
/**********************************************
*　フォント
***********************************************/
/* mada-regular - latin */
/* sawarabi-mincho-regular - latin */
@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Sawarabi Mincho"), url("/cms/wp-content/themes/zenkosai/assets/fonts/sawarabi-mincho-v17-latin-regular.woff2") format("woff2"), url("/cms/wp-content/themes/zenkosai/assets/fonts/sawarabi-mincho-v17-latin-regular.woff") format("woff"), url("/cms/wp-content/themes/zenkosai/assets/fonts/sawarabi-mincho-v17-latin-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}

/**********************************************
*　関数設定
***********************************************/
/**********************************************
*　メディアクエリ
***********************************************/
/**********************************************
*　基本設定
***********************************************/
html {
  font-family: 'Kosugi', 'Mada', sans-serif;
}

body {
  font-family: 'Kosugi', 'Mada', sans-serif;
  word-break: break-word;
}

.breadSection {
  position: absolute;
  border-bottom: none;
  z-index: 1;
}

.breadSection .breadcrumb li {
  color: black;
}

.vk-mobile-nav-menu-btn {
  display: none !important;
}

.cdp-copy-alert-success {
  display: none !important;
}

@media (max-width: 576px) {
  .page-wrapper.pc {
    min-width: 100%;
  }
}

footer {
  border: none !important;
  background-color: #f1f1f1;
  clear: both;
}

.rino-div {
  position: fixed;
  right: -.3rem;
  bottom: 11%;
  width: 7rem;
}

a p {
  color: black;
}

a:hover {
  text-decoration: none;
}

a:hover p {
  text-decoration: none;
  color: black;
}

a:focus {
  outline: none !important;
}

img:focus {
  outline: none !important;
}

h2 {
  font-size: x-large;
  margin: 0;
  padding: 0;
  border: none;
}

h3 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  border: none;
}

h3:after {
  content: none;
}

.text-vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

.bold {
  font-weight: bold;
}

.font-large {
  font-size: large;
}

.font-larger {
  font-size: larger;
}

.bg-lightgray {
  background: #f1f1f1;
}

.bg-lightblue {
  background: #f0f8ff;
}

.bg-lightyellow {
  background: #f9f9f1;
}

.bg-lightred {
  background: #ffecec;
}

.border-m-gray {
  border: 3px solid #f1f1f1;
}

.opacity05 {
  opacity: 0.5;
}

.rounded05 {
  border-radius: 0.5rem;
}

.rounded07 {
  border-radius: 0.7rem;
}

.cursor-pointer {
  cursor: pointer;
}

.w-keepall {
  word-break: keep-all;
}

.object-shadow {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}

.device-pc .gMenu > li > a {
  display: flex;
  overflow: hidden;
  padding: 14px 1.8em;
  align-items: center !important;
}

.device-pc .gMenu > li:before {
  border-bottom: none;
}

.page-header {
  background-color: white;
}

.page-top {
  position: relative;
}

@media (max-width: 768px) {
  .page-top {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .page-top {
    margin-bottom: 2rem;
  }
}

.page-top__icon {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 29%;
}

@media (max-width: 768px) {
  .page-top__icon {
    width: 80%;
    height: 39%;
  }
}

@media (max-width: 576px) {
  .page-top__icon {
    width: 95%;
    height: 34%;
  }
}

.page-top__icon .icon-image {
  width: 6%;
  padding-right: 0.8rem;
}

@media (max-width: 768px) {
  .page-top__icon .icon-image {
    width: 7%;
  }
}

@media (max-width: 576px) {
  .page-top__icon .icon-image {
    width: 10%;
  }
}

.page-top__icon h1 {
  color: black;
  font-size: 1.8rem;
  letter-spacing: .2rem;
}

@media (max-width: 576px) {
  .page-top__icon h1 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (max-width: 576px) {
  .page-top__back .pc-bnr {
    display: none;
  }
}

.page-top__back .sp-bnr {
  display: none;
}

@media (max-width: 576px) {
  .page-top__back .sp-bnr {
    display: block;
  }
}

.sp-page-top {
  margin-bottom: 0 !important;
}

/**********************************************
*　フォームリセット
***********************************************/
input.form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input.form-control:focus {
  box-shadow: none !important;
}

/**********************************************
*　アニメーション
***********************************************/
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes disactiveslide {
  0% {
    width: 100%;
  }
  100% {
    width: 80%;
  }
}

@keyframes activeslide {
  0% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes CircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes CircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/**********************************************
*　アコーディオン
***********************************************/
.acor-menu-child {
  display: none;
}

/**********************************************
*　ポップアップ
***********************************************/
.pop-up-child {
  display: none;
  animation: fadeout .3s ease 0s 1 forwards;
}

.pop-up-child.opened {
  animation: fadein .3s ease 0s 1 forwards;
  display: block;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  background: rgba(0, 0, 0, 0.6);
}

.pop-up-child .modal-child {
  border-radius: 15px;
  position: relative;
  z-index: 999;
}

.pop-up-child .modal-child .close-modal {
  margin-bottom: .5rem;
  font-size: .95rem;
}

.pop-up-child .modal-child .btn-box {
  margin-bottom: 0 !important;
}

/**********************************************
*　新ポップアップ
***********************************************/
.modal_trigger, .plusa_modal_trigger {
  cursor: pointer;
}

@media (max-width: 425px) {
  .modal_trigger, .plusa_modal_trigger {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: inherit;
  }
}

.modal_box, .plusa_modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.65);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background-color: #fff;
  padding: 3rem;
  position: absolute;
  width: 75%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 75%;
}

@media (max-width: 768px) {
  .modal_inner {
    width: 85%;
    max-height: 85%;
  }
}

@media (max-width: 425px) {
  .modal_inner {
    width: 90%;
    padding: 25px;
  }
}

.modal_block {
  max-height: calc(100% - 1.5rem);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 3rem;
}

@media (max-width: 576px) {
  .modal_block {
    max-height: calc(100% - 2.5rem);
  }
}

.modal_block::-webkit-scrollbar {
  display: none;
}

.modal_block::after {
  display: block;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.modal_block .btn-box {
  padding: 15px;
  background-color: #f8fcff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}

.modal_block .btn-box .link-btn {
  background-color: white;
  box-shadow: 0.5rem 1rem 1.5rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 320px) {
  .modal_block .btn-box .link-btn p {
    padding-right: 1.5rem;
  }
}

.modal_block .btn-box .link-btn .close-icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.modal_block .btn-box .link-btn .close-icon::before, .modal_block .btn-box .link-btn .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: #8ec6e6;
}

.modal_block .btn-box .link-btn .close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_block .btn-box .link-btn .close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_block .btn-box .link-btn:hover {
  background-color: #92B0D0;
}

.modal_block .btn-box .link-btn:hover .close-icon::before, .modal_block .btn-box .link-btn:hover .close-icon::after {
  background-color: white;
}

.modal_block .btn-box .modal_close {
  bottom: 0;
}

.modal_block .btn-box svg {
  width: 16% !important;
  right: 15px !important;
  max-width: 2rem;
}

.modal_close, .plusa-modal-close {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.5rem;
  text-align: center;
  width: 20%;
}

@media (max-width: 425px) {
  .modal_close, .plusa-modal-close {
    width: 50%;
  }
}

.modal_close > div, .plusa-modal-close > div {
  color: white;
  background-color: #3E6187;
}

.modal_close span, .plusa-modal-close span {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 2.5rem;
  position: relative;
  top: 0.2rem;
}

.modal_close.close-bth {
  left: auto;
  right: 1rem;
  top: 1rem;
  width: auto;
  color: #3e6187;
}

@media (max-width: 576px) {
  .modal_close.close-bth {
    right: 0.2rem;
    top: 0.2rem;
  }
}

.modal_close.close-bth span {
  font-weight: bold;
  font-size: 2rem;
}

.modal_inner.layout-pink {
  border-radius: 6px;
  border: 2px solid #EA637B;
}

.modal_inner.layout-pink .modal_close {
  color: #EA637B;
  font-weight: 700;
  text-align: center;
  font-size: .8rem;
  line-height: 1.9;
  border: 1px solid #EA637B;
  top: 1rem;
  bottom: auto;
  right: 1rem;
  left: auto;
}

/**********************************************
*　メンテナンス中
***********************************************/
.now-editing {
  position: relative;
}

.now-editing img {
  filter: brightness(0.4);
  position: relative;
  z-index: 0;
}

.now-editing p {
  position: absolute;
  z-index: 3;
  color: white;
  width: auto !important;
  padding: .5rem;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.now-maintenance:hover {
  opacity: 1;
  background-color: white;
  color: #000;
}

.now-maintenance p::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

.business-maintenance {
  width: 95%;
  font-size: .8rem;
  font-weight: bold;
  color: white;
  z-index: 4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**********************************************
*　全厚済モール、販促品購入バナー・フレンドショップの利用開始日制御
***********************************************/
.home-shopsite-div .limit_startdate {
  position: relative;
  width: 100%;
  display: block;
  cursor: default;
}

.home-shopsite-div .limit_startdate:hover p {
  color: #fff;
}

.home-shopsite-div .limit_startdate a {
  cursor: default;
}

.home-shopsite-div .limit_startdate__text {
  position: absolute;
  left: 0;
  bottom: 1rem;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.5rem 0 0.2rem 0;
  font-weight: bold;
  cursor: default;
}

.limit_startdate {
  position: relative;
  width: 100%;
  display: inline-block;
  cursor: default;
}

.limit_startdate:hover p {
  color: #fff;
}

.limit_startdate a {
  cursor: default;
}

.limit_startdate__content {
  position: relative;
}

.limit_startdate__content__text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.limit_startdate__content__text span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**********************************************
*　ローディングアニメーション
***********************************************/
.loading-parent {
  position: relative;
}

.loading {
  width: 25px;
  height: 25px;
  clear: both;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.loading-circle {
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px black solid;
  border-radius: 50%;
  -webkit-animation: CircRot .6s linear infinite;
  animation: CircRot .6s linear infinite;
  animation-delay: 0s;
}

/**********************************************
*　ボタン
***********************************************/
button {
  border: 0;
  background-color: transparent;
}

button:hover {
  opacity: 0.7;
}

button:focus {
  outline: none !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.index-btn {
  width: 20rem;
  border-radius: 5rem;
  color: #fff;
  white-space: normal;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin: 1rem auto;
}

.index-btn:hover {
  color: white;
}

.showall-btn {
  width: 20rem;
  border-radius: 5rem;
  border: 1px solid silver;
  white-space: normal;
  margin: 1rem auto;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: white;
}

@media (max-width: 576px) {
  .showall-btn {
    width: 80%;
  }
}

.showall-btn p {
  position: relative;
}

.showall-btn p:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 3px;
  margin: auto;
  box-sizing: border-box;
  border: 8px solid transparent;
  border-left: 13px solid;
}

.arrow-btn p {
  position: relative;
}

.arrow-btn p span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #FFF;
  border-radius: 50%;
}

.arrow-btn p span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.txt_banner {
  padding: .5rem 1rem;
  margin-top: 2%;
  border-radius: 2rem;
  border: 2px solid #2b7726;
  -webkit-box-shadow: 0 0.125rem 0rem black;
  box-shadow: 0 0.125rem 0 black;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

@media (max-width: 576px) {
  a.txt_banner {
    width: 100% !important;
  }
}

a.txt_banner i:before {
  font-size: 2rem;
  padding-left: .5rem;
}

a.txt_banner:hover i:before {
  color: #2b7726;
}

.cat-btn-div .cat-fr {
  margin: .5rem .25rem;
  padding: 0;
  position: relative;
}

.cat-btn-div .cat-fr:before {
  display: block;
  content: '';
  padding-top: 100%;
}

.cat-btn-div .cat-fr:hover {
  opacity: 0.6;
}

.cat-btn-div .cat-fr .cat-inner-fr {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0.5rem solid white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.cat-btn-div .cat-fr .cat-inner-fr .cat-img-div {
  width: 100%;
  height: 55%;
}

.cat-btn-div .cat-fr .cat-inner-fr .cat-img-div img {
  max-width: 58%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.cat-btn-div .cat-fr .cat-inner-fr .cat-txt-div {
  color: black;
  height: 45%;
}

.cat-btn-div .cat-fr .cat-inner-fr .cat-txt-div p {
  line-height: 1.5rem;
}

.link-btn {
  padding: 0 .25rem;
  position: relative;
}

.link-btn button {
  width: 100%;
  border-radius: 1rem;
  border-color: gainsboro;
  line-height: 1.7rem;
  margin-bottom: 0;
  letter-spacing: .1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  padding: .2rem .2rem .2rem .5rem;
  height: calc(100% - (0.5em * 2));
}

.link-btn button:before {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: black;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}

.link-btn button:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: 2px;
  right: 19px;
  border: 0px solid transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}

.link-btn button p {
  position: relative;
  text-align: left;
  padding: .2rem 0 .2rem .5rem;
  font-size: 1rem;
  width: 100%;
  margin: 0;
}

.link-btn button p::before {
  display: none;
}

.link-btn button p::after {
  display: none;
}

/**********************************************
*　ページネーション
***********************************************/
.pnavi {
  display: flex;
  justify-content: center;
}

.pnavi ul.page-numbers li {
  margin: 0 0.2rem;
  border: 1px solid #f3a23b;
}

.pnavi ul.page-numbers li a, .pnavi ul.page-numbers li span {
  border: none;
}

.pnavi ul.page-numbers li a {
  color: #f3a23b;
}

.pnavi ul.page-numbers li a:hover {
  color: white !important;
  background-color: #f3a23b;
  opacity: .5;
}

.pnavi ul.page-numbers li:hover {
  opacity: .5;
}

.pnavi ul.page-numbers li span.page-numbers.current {
  background-color: #f3a23b;
}

.pnavi ul.page-numbers li:first-child > .page-numbers {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pnavi ul.page-numbers li:last-child > .page-numbers {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pnavi ul.page-numbers li span.page-numbers.dots {
  color: #f3a23b !important;
}

/**********************************************
*　ページタイトル部分
***********************************************/
section.page-title .page-top {
  font-size: large;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/**********************************************
*　ページトップスクロール
***********************************************/
@media (max-width: 576px) {
  #wpfront-scroll-top-container {
    right: 15px !important;
    bottom: 75px !important;
  }
}

@media (max-width: 320px) {
  #wpfront-scroll-top-container {
    right: 30px !important;
    width: 45px !important;
  }
}

/**********************************************
*　ページ内メニュー
***********************************************/
.columns {
  padding: 2rem 0;
}

.columns .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media (max-width: 425px) {
  .columns .container {
    display: block;
  }
}

.columns .container .flame-side {
  width: 20%;
  margin-top: .5rem;
}

@media (max-width: 991px) {
  .columns .container .flame-side {
    width: 100%;
  }
}

.columns .container .flame-side .page-content-innerwrap {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

@media (max-width: 991px) {
  .columns .container .flame-side .page-content-innerwrap {
    max-height: none;
  }
}

@media (max-width: 576px) {
  .columns .container .flame-side .page-content-innerwrap {
    overflow-y: visible;
    padding: 0;
  }
}

@media (max-width: 425px) {
  .columns .container .flame-side .page-content-innerwrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .columns .container .flame-side .page-content-innerwrap {
    overflow-y: visible;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}

.columns .container .flame-side .page-content-innerwrap .link-btn {
  width: 100%;
}

@media (max-width: 425px) {
  .columns .container .flame-side .page-content-innerwrap .link-btn {
    width: 49.5%;
  }
}

.columns .container .flame-side .page-content-innerwrap .link-btn button {
  width: 100%;
  border-radius: 1rem;
  border-color: gainsboro;
  line-height: 1.7rem;
  margin: .5rem 0 0;
  letter-spacing: .1rem;
  height: auto;
}

@media (max-width: 991px) {
  .columns .container .flame-side .page-content-innerwrap .link-btn button {
    min-height: 3rem;
  }
}

@media (max-width: 576px) {
  .columns .container .flame-side .page-content-innerwrap .link-btn button {
    min-height: 2rem;
  }
}

@media (max-width: 425px) {
  .columns .container .flame-side .page-content-innerwrap .link-btn button {
    margin: 0 0 .5rem;
  }
}

.columns .container .flame-side .page-content-innerwrap .link-btn button::before {
  display: none;
}

.columns .container .flame-side .page-content-innerwrap .link-btn button::after {
  display: none;
}

.columns .container .flame-side .page-content-innerwrap .link-btn button p {
  text-align: left;
  font-size: .9rem;
}

.columns .container .flame-side .page-content-innerwrap .link-btn button p:before {
  display: block;
}

.columns .container .flame-side .page-content-innerwrap .link-btn button p:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  right: 10px;
  margin: auto;
  box-sizing: border-box;
  border: 8px solid transparent;
  border-top: 13px solid;
}

@media (max-width: 768px) {
  .columns .container .flame-side .page-content-innerwrap .link-btn button p:after {
    top: 64%;
  }
}

@media (max-width: 768px) {
  .columns .container .flame-side .page-content-innerwrap .link-btn button {
    padding: .05rem .05rem .05rem .4rem !important;
    border-radius: .8rem;
  }
}

.columns .container .flame-side .page-content-innerwrap .link-btn .pet-list-item {
  background: #dbf1f8;
  border: none;
  border-radius: 50px;
}

.columns .container .flame-side .page-content-innerwrap .link-btn .pet-list-item p::after {
  top: 100%;
  right: 16px;
  border-top: 13px solid #5785b2;
  margin-top: -6px;
}

.columns .container .flame-side .side-top {
  position: absolute;
  top: 0 !important;
  bottom: auto !important;
}

.columns .container .flame-side .side-fixed {
  position: fixed;
  bottom: auto !important;
}

.columns .container .flame-side .side-bottom {
  top: auto !important;
  position: absolute;
  bottom: 80px !important;
}

.columns .container .flame-body {
  width: 75%;
  margin-top: .5rem;
}

@media (max-width: 991px) {
  .columns .container .flame-body {
    width: 100%;
  }
}

.flame-side.sp-page-top .sp-nav-btn {
  display: none;
}

.flame-side.sp-page-top .sp-nav-close-btn {
  display: none;
}

.flame-side.sp-page-top .page-content-innerwrap .link-btn .showall-btn {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: .5rem;
}

@media (max-width: 991px) {
  .flame-side.for-sp-nav .page-content-innerwrap {
    display: none !important;
  }
}

.flame-side.for-sp-nav .sp-nav-btn {
  width: 70%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 2%;
  border-radius: 10px 10px 0 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100;
  color: white;
  display: none;
}

@media (max-width: 991px) {
  .flame-side.for-sp-nav .sp-nav-btn {
    display: block;
  }
}

.flame-side.for-sp-nav .sp-nav-btn span {
  position: relative;
}

.flame-side.for-sp-nav .sp-nav-btn span:after {
  content: '';
  position: absolute;
  left: 1rem;
  top: 35%;
  width: 7px;
  height: 7px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

.flame-side.for-sp-nav .sp-nav-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-weight: 300;
  color: white;
  font-size: 1.5rem;
  display: none;
}

.flame-side.for-sp-nav.opened {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.6);
  margin: 0 !important;
  padding: 4rem 2rem 5rem !important;
  overflow: scroll;
  z-index: 10001;
  height: 100vh;
}

.flame-side.for-sp-nav.opened .sp-nav-close-btn {
  display: block;
}

.flame-side.for-sp-nav.opened .page-content-innerwrap {
  display: block !important;
}

@media (max-width: 991px) {
  .flame-side.for-sp-nav.opened .page-content-innerwrap {
    display: flex !important;
  }
}

.flame-side.for-sp-nav.opened .page-content-innerwrap .link-btn {
  width: 100% !important;
}

@media (max-width: 991px) {
  .flame-side.for-sp-nav.opened .page-content-innerwrap .link-btn {
    width: 50% !important;
  }
}

@media (max-width: 576px) {
  .flame-side.for-sp-nav.opened .page-content-innerwrap .link-btn {
    width: 100% !important;
  }
}

.flame-side.for-sp-nav.opened .page-content-innerwrap .link-btn.pet-list {
  width: 100% !important;
}

@media (max-width: 991px) {
  .flame-side.for-sp-nav.opened .page-content-innerwrap .link-btn.pet-list > a button {
    border-radius: .8rem !important;
    padding: 1rem .05rem 1rem .4rem !important;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .flame-side.for-sp-nav.opened .page-content-innerwrap .link-btn.pet-list > a button p {
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .flame-side.for-sp-nav.opened .page-content-innerwrap .link-btn.pet-list .link-btn {
    width: 48% !important;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (max-width: 425px) {
  .flame-side.for-sp-nav.opened {
    padding: 4rem 1rem 3rem;
  }
}

.flame-side.for-sp-nav.opened .sp-nav-btn {
  display: none;
}

.flame-side.for-sp-nav.opened .sp-nav-btn span {
  top: 15%;
  transform: rotate(135deg);
}

/**********************************************
*　slick基本設定
***********************************************/
.slick-slider {
  position: relative;
}

.slick-slider .slide-arrow.slick-arrow {
  position: absolute;
  top: 45%;
}

.slick-slider .slide-arrow.slick-arrow.prev-arrow {
  left: -3%;
  z-index: 1;
  transform: rotate(180deg);
  width: 7%;
}

@media (max-width: 576px) {
  .slick-slider .slide-arrow.slick-arrow.prev-arrow {
    width: 10%;
    left: -6%;
  }
}

.slick-slider .slide-arrow.slick-arrow.next-arrow {
  right: -3%;
  transform: rotate(360deg);
  width: 7%;
}

@media (max-width: 576px) {
  .slick-slider .slide-arrow.slick-arrow.next-arrow {
    width: 10%;
    right: -6%;
  }
}

.slick-slider ul.slick-dots {
  padding: 0;
}

.slick-slider ul.slick-dots li {
  list-style: none;
  margin: auto 1%;
}

.slick-slider ul.slick-dots li:only-child {
  display: none;
}

.slick-slider ul.slick-dots li button {
  font-size: 0;
  border: none;
  position: relative;
  background-color: transparent;
}

.slick-slider ul.slick-dots li button:before {
  content: 'â—';
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  text-align: center;
  color: gray;
}

.slick-slider ul.slick-dots li:hover button:before {
  opacity: 0.6;
}

.slick-slider ul.slick-dots li.slick-active button:before {
  color: black;
}

/**********************************************
*　ヘッダー
***********************************************/
.display_pc header.n_member .login-forget-guide {
  position: absolute;
  width: 30%;
  right: 0;
  top: 4.9rem;
  font-size: .9rem;
  z-index: -1;
  height: auto;
  transition: height .5s ease-out;
  transition: all .5s;
}

.display_pc header.n_member .login-forget-guide a {
  color: #b5a616;
}

.display_sp header.n_member .login-forget-guide {
  display: none;
}

header.siteHeader {
  z-index: 999;
  min-height: auto;
  position: fixed;
  top: 0;
}

header.siteHeader .header-top {
  padding: 0 5%;
  height: 5rem;
  transition: height .5s ease-out;
  align-items: center;
}

@media (max-width: 576px) {
  header.siteHeader .header-top {
    padding: 0 .8rem;
  }
}

header.siteHeader .header-top .site-logo {
  width: 22%;
}

@media (max-width: 768px) {
  header.siteHeader .header-top .site-logo {
    width: 30%;
  }
}

header.siteHeader .header-top .sc-imgbox {
  width: 35px;
  padding: 0 2%;
  margin: 0 auto;
  height: 31px;
}

@media (max-width: 768px) {
  header.siteHeader .header-top .sc-imgbox {
    width: 38%;
    height: 20px;
  }
}

header.siteHeader .header-top .sc-imgbox .intromember-icon {
  margin-top: 3px;
}

header.siteHeader .header-top .header-shortcut.pc {
  max-width: 76%;
}

header.siteHeader .header-top .header-shortcut.pc.deficient ul li {
  border-left: none;
}

header.siteHeader .header-top .header-shortcut.pc.deficient ul li:last-child {
  border-right: none;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu {
  list-style: none;
}

@media (max-width: 768px) {
  header.siteHeader .header-top .header-shortcut.pc .pc-menu {
    padding-left: 2rem;
  }
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li {
  width: 6.8rem;
  margin-bottom: 0;
  padding: 0 0.2rem;
  border-left: 2px solid;
  display: block;
  position: relative;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li:last-child {
  border-right: 2px solid;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li a {
  text-align: center;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li a p {
  font-size: 80%;
  color: black;
  line-height: 1rem;
  padding-top: 0.6rem;
  animation: fadein .3s ease 0s 1 forwards;
  height: 30px;
}

@media (max-width: 768px) {
  header.siteHeader .header-top .header-shortcut.pc .pc-menu li a p {
    font-size: 70%;
    height: 20px;
  }
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li a.lifesupport .sc-imgbox {
  width: 35px;
}

@media (max-width: 768px) {
  header.siteHeader .header-top .header-shortcut.pc .pc-menu li a.lifesupport .sc-imgbox {
    width: 35%;
  }
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li a.lifesupport p {
  word-break: keep-all;
  animation: fadein .3s ease 0s 1 forwards;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li button {
  text-align: center;
  box-shadow: none;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li button .sc-imgbox {
  position: relative;
  width: 35%;
  padding: 0 2%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  header.siteHeader .header-top .header-shortcut.pc .pc-menu li button .sc-imgbox {
    width: 38%;
  }
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li button p {
  font-size: 80%;
  color: black;
  line-height: initial;
  padding-top: 0.5rem;
  animation: fadein .3s ease 0s 1 forwards;
}

@media (max-width: 768px) {
  header.siteHeader .header-top .header-shortcut.pc .pc-menu li button p {
    font-size: 75%;
  }
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li a.llservice p {
  font-size: 75%;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li:hover a {
  text-decoration: none;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li:hover img {
  opacity: 0.7;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li:hover ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  position: absolute;
  list-style: none;
  top: 4.2rem;
  left: 8.9rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 270%;
  background: white;
}

@media (max-width: 768px) {
  header.siteHeader .header-top .header-shortcut.pc .pc-menu li:hover ul {
    left: 5.9rem;
  }
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li:hover ul a {
  opacity: 1;
  color: white;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li:hover ul li {
  border: none;
  position: relative;
  padding-right: 1.5rem;
  width: 100%;
}

header.siteHeader .header-top .header-shortcut.pc .pc-menu li:hover ul li:last-child {
  margin-bottom: 0;
  border: none;
}

header.siteHeader .header-top .header-shortcut.pc .pc-sub-menu {
  position: absolute;
  display: none;
  list-style: none;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  padding-top: .2rem;
}

header.siteHeader .header-top .header-shortcut.pc .pc-sub-menu li {
  width: auto;
  padding: .3rem 1rem;
}

header.siteHeader .header-top .header-shortcut.pc .pc-sub-menu li:last-child {
  border-right: none;
}

header.siteHeader .header-top .header-shortcut.pc .pc-sub-menu li a {
  width: 100%;
}

header.siteHeader .header-top .header-member-card {
  min-width: 180px;
  border: 1px solid #FFB934;
  border-left-width: 12px;
  cursor: pointer;
}

header.siteHeader .header-top .header-member-card:hover {
  opacity: .8;
}

header.siteHeader .header-top .header-login-button {
  min-width: 11em;
  border: 1px solid;
}

header.siteHeader .header-top.pc {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

header.siteHeader .header-top.pc .header-member-card .font-smaller {
  font-size: .85rem;
  line-height: 1.9;
}

header.siteHeader .header-top.sp {
  padding-top: 1%;
  height: 63px;
}

header.siteHeader .header-top.sp .site-logo {
  width: 90%;
  max-width: 300px;
}

header.siteHeader .header-top.sp .header-member-card .font-smaller {
  font-size: 1.25rem;
  line-height: 1.6;
}

header.siteHeader .header-middle {
  height: 63px;
  transition: height .5s ease-out;
  padding-bottom: 2%;
}

@media (max-width: 576px) {
  header.siteHeader .header-middle {
    height: auto;
  }
}

header.siteHeader .header-middle .header-shortcut.sp {
  padding: 0 2%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 576px) {
  header.siteHeader .header-middle .header-shortcut.sp {
    display: table;
    margin: 0 auto;
    width: 97%;
    padding: .2rem 0 0 0;
  }
}

header.siteHeader .header-middle .header-shortcut.sp a {
  width: 25%;
  padding: 0 3%;
  text-align: center;
  border-left: 1px solid;
}

@media (max-width: 576px) {
  header.siteHeader .header-middle .header-shortcut.sp a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2%;
  }
}

@media (max-width: 576px) {
  header.siteHeader .header-middle .header-shortcut.sp a .icon-image {
    height: 30px;
  }
}

header.siteHeader .header-middle .header-shortcut.sp a .icon-image img {
  width: 45%;
  max-width: 3rem;
}

@media (max-width: 576px) {
  header.siteHeader .header-middle .header-shortcut.sp a .icon-image img {
    max-width: 100%;
    height: 100%;
    width: auto;
  }
}

header.siteHeader .header-middle .header-shortcut.sp a .icon-image .intromember-icon {
  margin-top: 3px;
}

header.siteHeader .header-middle .header-shortcut.sp a p {
  font-size: 66%;
  font-weight: 500;
  line-height: inherit;
  color: #222222;
  word-break: keep-all;
}

@media (max-width: 576px) {
  header.siteHeader .header-middle .header-shortcut.sp a p {
    min-height: 18px;
  }
}

@media (min-width: 376px) {
  header.siteHeader .header-middle .header-shortcut.sp a p {
    font-size: 80%;
  }
}

@media (max-width: 576px) {
  header.siteHeader .header-middle .header-shortcut.sp a .unread-bell {
    left: 15%;
    width: 18%;
  }
}

header.siteHeader .header-middle .header-shortcut.sp a:first-child {
  border: none;
}

header.siteHeader .header-bottom {
  background-color: #f8f9fa;
}

@media (max-width: 576px) {
  header.siteHeader .header-bottom {
    background-color: transparent;
  }
}

@media (max-width: 576px) {
  header.siteHeader .header-bottom .b-tab-wrap {
    width: 75%;
  }
}

header.siteHeader .header-bottom .b-tab {
  line-height: 1.5rem;
  align-items: center;
  width: calc(100% / 3);
}

@media (max-width: 576px) {
  header.siteHeader .header-bottom .b-tab {
    font-size: .9rem;
    padding: 7px 0;
    margin: 0 .2rem;
  }
}

header.siteHeader .header-bottom .b-tab.open {
  color: white;
  background-color: #95C7DF;
}

header.siteHeader .header-bottom .b-tab:hover {
  opacity: .6;
}

header.siteHeader .header-bottom .tab-imgbox {
  width: 20px;
}

@media (max-width: 576px) {
  header.siteHeader .header-bottom .tab-imgbox {
    width: 1rem;
  }
}

header.siteHeader .header-bottom p {
  color: #222222;
  animation: fadein .3s ease 0s 1 forwards;
}

@media (max-width: 576px) {
  header.siteHeader .header-bottom .menu-logo {
    width: 22%;
    border: 1px solid;
  }
}

header.siteHeader .header-announce {
  background-color: #ffe8e8;
}

header.siteHeader .header-announce p {
  font-size: .9rem;
  line-height: 1.5rem;
}

@media (max-width: 425px) {
  header.siteHeader .header-announce p {
    font-size: .8rem;
  }
}

header.siteHeader .header-announce .info-important {
  border-radius: 1.7rem;
}

header.siteHeader .header-announce .check-info-button {
  background-color: rgba(255, 255, 255, 0.6);
}

header.siteHeader .header-announce a:hover .check-info-button {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

@media (max-width: 576px) {
  header.siteHeader.user_loggedin .b-tab-wrap {
    padding: .1rem .1rem;
    border: 1px solid lightgray;
  }
}

header.siteHeader.not-ontop .inner-header {
  position: fixed !important;
  top: 0;
}

@media (max-width: 768px) {
  .siteHeader {
    margin-bottom: 0;
  }
}

.menu-hamburger {
  display: none;
  animation: fadeout .3s ease 0s 1 forwards;
}

.menu-hamburger.open {
  animation: fadein .3s ease 0s 1 forwards;
  display: block !important;
  position: fixed;
  top: 0;
  left: 0%;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: auto;
}

.menu-hamburger.open .menu-hamburger-inner {
  position: relative;
  margin: 3.5rem 0;
}

.menu-hamburger.open .menu-hamburger-inner .close {
  font-weight: 300;
  right: 1rem;
  top: -3.2rem;
  opacity: 1;
}

.menu-hamburger.open .menu-hamburger-inner .close p {
  font-size: 1rem;
  line-height: 3rem;
  text-align: left;
  margin-bottom: 0;
  color: black;
  padding-right: .2rem;
}

.menu-hamburger.open .menu-hamburger-inner .close span {
  font-size: 3rem;
}

.menu-hamburger.open .menu-hamburger-inner .menu-hamburger-guide .guide-btn {
  background-color: beige;
  color: #4e4220;
  background-image: url(/cms/wp-content/themes/zenkosai/assets/images/icons/home/home_contact_ryno.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.menu-hamburger.open .menu-hamburger-inner .menu-hamburger-guide p a {
  color: #b4943a;
  text-decoration: underline;
}

.menu-hamburger.open ul {
  list-style: none;
  margin: 0;
}

.menu-hamburger.open ul li {
  border-top: 1px solid #ececec;
  margin: 0;
}

.menu-hamburger.open ul li a, .menu-hamburger.open ul li button {
  color: #222222;
  padding-left: 5%;
  line-height: 1.2rem;
  display: block;
  padding: .25rem 1rem;
  width: 100%;
  text-align: left;
}

.menu-hamburger.open ul li a img, .menu-hamburger.open ul li a svg, .menu-hamburger.open ul li button img, .menu-hamburger.open ul li button svg {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.menu-hamburger.open ul li button {
  height: 6vh;
}

.menu-hamburger.open ul li.has-children > a {
  position: relative;
}

.menu-hamburger.open ul li.has-children > a:before {
  position: absolute;
  content: '';
  right: 1.5rem;
  top: 50%;
  margin-top: -11px;
  width: 1rem;
  height: 1rem;
  border-top: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menu-hamburger.open ul li.has-children > a.opened:before {
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.menu-hamburger.open ul li.has-children > a.opened + ul {
  list-style: none;
  margin: 0;
  display: flex !important;
  flex-wrap: wrap;
  padding: .2rem 0 .2rem 0.1rem;
  animation: fadein 1s ease 0s 1 forwards;
  height: 100%;
  transition: height .5s ease-out;
}

.menu-hamburger.open ul li.has-children > a.opened + ul li {
  border: none;
  height: 6vh;
  margin: 1%;
  background: white;
  border-radius: .5rem;
  width: 48%;
  font-size: .9rem;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}

.menu-hamburger.open ul li.has-children > a.opened + ul li a {
  color: #222222;
}

.menu-hamburger.open ul li.has-children > a.opened + ul li a span.txt-box {
  line-height: 1rem;
  align-self: center;
  word-break: keep-all;
}

@media (max-width: 425px) {
  .menu-hamburger.open ul li.has-children > a.opened + ul li a span.txt-box br {
    display: block;
  }
}

.menu-hamburger.open ul li.has-children > a.opened + ul.lsservice li a {
  display: inline-flex;
}

.menu-hamburger.open ul li ul {
  display: none;
  height: 0;
  animation: fadeout 1s ease 0s 1 forwards;
  transition: height .5s ease-out;
}

.menu-hamburger.open ul li:last-child {
  border-bottom: 1px solid #ececec;
}

.menu-hamburger.open ul .sp-business_menu {
  display: none;
}

.p_member .menu-hamburger.open ul .sp-business_menu {
  display: block;
}

/**********************************************
*　フッター
***********************************************/
/**********************************************
*　固定ページテンプレート
***********************************************/
@media (max-width: 991px) {
  .page-base {
    min-width: 100% !important;
  }
}

.page-base .page-header .page-top {
  margin-bottom: -7%;
}

@media (max-width: 576px) {
  .page-base .page-header .page-top__icon {
    top: 4rem;
  }
}

.page-base .columns {
  position: relative;
}

.page-base .columns .container {
  margin-top: 0;
}

@media (max-width: 576px) {
  .page-base .columns .container {
    padding-top: 3rem;
  }
}

.page-base .columns .container .page-content-innerwrap {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .page-base .columns .container .page-content-innerwrap {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .page-base .columns .container .page-content-innerwrap {
    width: 95%;
  }
}

.page-base .columns .container .page-content-innerwrap .row .sp-page-top .page-content-innerwrap .link-btn .showall-btn {
  min-height: 4rem;
}

.page-base .columns .container .page-content-innerwrap h2 {
  text-align: left;
  border: none;
  width: 100% !important;
  padding: 0.5em 1rem 0.5rem 2.5rem !important;
  line-height: 1.1;
  background: #dbf1f8;
  border-radius: 25px;
  color: black;
  margin: 0 auto .5rem !important;
  border-bottom: none !important;
  font-size: 1.2rem;
  text-indent: -1.7rem;
  line-height: 1.7rem;
}

.page-base .columns .container .page-content-innerwrap h2::before {
  content: '\025cf';
  color: white;
  margin-right: 8px;
}

.page-base .columns .container .page-content-innerwrap h3 {
  font-size: 1.2rem;
  border-bottom: solid 2px #D9D9D9;
  padding-bottom: .5rem;
}

.page-base .columns .container .page-content-innerwrap h3::before {
  content: '\025cf';
  color: #181652;
  margin-right: 8px;
}

.page-base .columns .container .page-content-innerwrap p, .page-base .columns .container .page-content-innerwrap table {
  width: 93%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .page-base .columns .container .page-content-innerwrap p, .page-base .columns .container .page-content-innerwrap table {
    width: 80%;
  }
}

.page-base .columns .container .page-content-innerwrap table {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.page-base .columns .container .page-content-innerwrap table tr:first-child {
  background-color: #e6f5db;
}

.page-base .columns .container .page-content-innerwrap table tr td:first-child {
  text-align: left;
}

.page-base .columns .container .page-content-innerwrap ol {
  width: 95%;
  margin: 0 auto;
  padding-left: 0;
}

@media (max-width: 576px) {
  .page-base .columns .container .page-content-innerwrap ol {
    padding-left: 2rem;
  }
}

.page-base .columns .container .page-content-innerwrap ol li ol {
  padding-right: 0;
}

.page-base .columns .container .page-content-innerwrap ol li ul {
  padding-left: 1.5rem !important;
}

.page-base .columns .container .page-content-innerwrap .page-content-div {
  margin-bottom: 1rem;
}

.page-base .columns .container .page-content-innerwrap .page-content-div p {
  width: 100%;
}

.page-form_service.page-confirmation .service-form .inputbox .needlabel {
  display: none;
}

.page-form_service.page-confirmation .service-form .confirmation-content {
  display: none;
}

.page-form_service.page-confirmation .service-form .back-action_btm {
  border: solid 1px #05914d;
  color: #05914d;
}

.page-form_service.page-confirmation .service-form .back-action_btm:hover {
  opacity: .7;
  background-color: #f0f8f4;
}

.page-form_service .page-header .container {
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .page-form_service .page-header .page-top__icon h1 {
    font-size: 1.5rem;
    text-align: left;
  }
}

.page-form_service .page-content-wrapper {
  padding: 2rem 0;
  max-width: 960px;
  margin: 0 auto;
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .inputbox {
  align-items: baseline;
}

@media (max-width: 768px) {
  .page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .inputbox {
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .inputbox .titlearea {
    border-left: solid 5px #05914d;
    padding-left: .5rem;
  }
}

@media (max-width: 768px) {
  .page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .inputbox .inputarea {
    padding: 0;
  }
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .inputbox .needlabel {
  background-color: #8dbf7f;
  color: white;
  font-size: .9rem;
}

@media (max-width: 768px) {
  .page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .inputbox .needlabel {
    width: 10vw;
    text-align: center;
  }
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .inputbox .mw_wp_form input[type=file] {
  font-size: .9rem;
}

@media (max-width: 768px) {
  .page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .address {
    margin-bottom: 1rem;
  }
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .privacy a {
  color: #05914d;
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .btn-primary {
  width: calc(50% / 2);
}

@media (max-width: 768px) {
  .page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .btn-primary {
    width: 70%;
  }
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .next-action_btm {
  border: solid 1px white;
}

@media (max-width: 768px) {
  .page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .service-form .next-action_btm {
    margin-top: 0.5rem;
  }
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .thanks-content {
  line-height: 1.8rem;
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .thanks-content__note {
  margin-top: 4rem;
  background-color: #fffde6;
  padding: 1rem;
  border-radius: 10px;
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .thanks-content__note h3 {
  font-size: 1.2rem;
}

.page-form_service .page-content-wrapper .page-content-innerwrap .content__body .service-form-wrap__content .thanks-content .back-link button {
  background-color: #05914d;
  color: white;
  border-radius: 50px;
  padding: 0.25rem 1rem;
}

@media (max-width: 425px) {
  .page-form_service .funeral_support_radio + span {
    display: inline-block;
    width: calc(100% - 2rem);
    vertical-align: middle;
  }
}

.page-form_service .input-link {
  color: #50b6a8;
}

.page-form_service .mypege-tit {
  border-left: solid 5px #6BB4A8;
  font-size: 1.1rem;
  padding: 0.5rem;
}

@media (max-width: 991px) {
  .page-form_service .mypege-tit {
    font-size: 1.5rem;
  }
}

.page-form_service .back-action_btm:focus,
.page-form_service .next-action_btm:focus {
  box-shadow: none;
}

.page-form_service .back-action_btm {
  border: solid 1px #50b6a8;
  color: #50b6a8;
  background-color: white;
}

@media (max-width: 576px) {
  .page-form_service .back-action_btm {
    font-size: 1.5rem;
  }
}

.page-form_service .back-action_btm:hover, .page-form_service .back-action_btm:focus {
  opacity: .7;
  background-color: #f0f8f4;
  color: #50b6a8;
  border: solid 1px #50b6a8;
}

.page-form_service .next-action_btm {
  border: solid 1px #fff;
  background-color: #50b6a8;
}

@media (max-width: 576px) {
  .page-form_service .next-action_btm {
    font-size: 1.5rem;
  }
}

.page-form_service .next-action_btm:hover, .page-form_service .next-action_btm:focus {
  background-color: white;
  color: #50b6a8;
  border: solid 1px #50b6a8 !important;
}

.page-form_service .mobal_output_searchZip {
  color: white;
}

@media (max-width: 576px) {
  .page-form_service .form-control {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .page-form_service button {
    line-height: 2.7rem;
  }
}
