@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 430px) {
  html {
    font-size: 16px;
    font-size: 3.7209302326vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto,
    "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
  color: #1c1c24;
  overflow-x: hidden;
  line-height: 1.45;
  background-color: #f9faff;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #222;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 820px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/* ----------- header -----------*/
.l-header-title {
  padding: 40px 0;
  width: 100%;
  z-index: 999;
  height: 114px;
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 820px) {
  .l-header-title {
    padding: 0;
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.l-header-bg {
  background-color: #fff;
  height: 82px;
}

@media screen and (max-width: 820px) {
  .l-header-bg {
    height: 80px;
  }
  .l-header-bg .c-app-title img {
    width: 148px;
  }
}
/* ----------- common -----------*/
.text-custom {
  color: #188a7d;
}

.btn-custom {
  background-color: #188a7d;
}

.container {
  padding: 0 1.25rem;
}

a {
  color: #188a7d;
  font-weight: 700;
}
/* フォーカス時 */
a:focus {
  outline: 2px solid #188a7d;
  outline-offset: 2px;
  background-color: transparent;
  color: #188a7d;
  text-decoration: underline;
}

/* キーボード操作時のみのフォーカス（より自然） */
a:focus-visible {
  outline: 2px solid #188a7d;
  outline-offset: 2px;
  background-color: rgba(24, 138, 125, 0.1);
  border-radius: 2px;
}

/* ホバー時 */
a:hover {
  color: #0f6b60;
  text-decoration: underline;
}

/* -----form comomon------ */
input:focus,
textarea:focus,
select:focus {
  background: none;
  outline: none;
}

.form-item.item-method {
  margin-top: 45px;
  margin-bottom: 45px;
}

.form-control,
.form-select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  padding: 15px;
  border: 1px solid #d2d2d3;
  border: 1px solid #d2d2d3;
  border-radius: 6px;
  line-height: 1.375;
  caret-color: #188a7d;
}

.form-label {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1;
}

@media screen and (max-width: 820px) {
  .form-label {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
  }
}
.form-control-plaintext {
  color: #1c1c24;
  padding: 0;
}

.form-confirm-item {
  padding-bottom: 16px;
}
.form-confirm-item:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e9;
}

.form-control:focus,
.form-select:focus {
  outline: 4px solid #b4e5df;
  outline-offset: 0;
  border-color: #188a7d;
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: #a4a4a7;
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: #a4a4a7;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #a4a4a7;
}

.form-control:focus::-moz-placeholder {
  color: #adadad;
}

.form-control:focus:-ms-input-placeholder {
  color: #adadad;
}

.form-control:focus::placeholder {
  color: #adadad;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #d2d2d3;
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

.btn {
  border: none;
  text-align: center;
  background-color: #188a7d;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 17.5px;
  border-radius: 6px;
  transition: 0.3s ease opacity;
}
.btn:focus {
  outline: 4px solid #b4e5df;
  background-color: #188a7d;
  color: #fff;
  opacity: 0.7;
}
@media (hover: hover) {
  .btn:hover {
    background-color: #188a7d;
    color: #fff;
    opacity: 0.7;
  }
}

.btn-back,
.btn-skip {
  border: none;
  text-align: center;
  background-color: #fff;
  color: #188a7d;
  border: 1px solid #d2d2d3;
  font-size: 1rem;
  font-weight: 600;
  padding: 17.5px;
  border-radius: 6px;
}

.btn-google {
  border: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 17.5px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #d2d2d3;
  color: rgba(0, 0, 0, 0.54);
}
.btn-google span {
  margin-right: 15px;
}

.form-checkbox {
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  margin-top: 30px;
  position: relative;
}
.form-checkbox.mt-10 {
  margin-top: 10px;
}
.form-checkbox.mb-20 {
  margin-bottom: 20px;
}
.form-checkbox .form-check-input {
  width: 22px;
  height: 22px;
  border-color: #d2d2d3;
}
.form-checkbox .form-check-label {
  -ms-flex: 1;
  flex: 1;
  font-size: 0.9375rem;
}
.form-checkbox .form-check-label a {
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 2px;
}
.form-checkbox .form-check-input:checked {
  background-color: #fff;
  border-color: #d2d2d3;
}
.form-checkbox .form-check-input:focus {
  box-shadow: none;
}
.form-checkbox .form-check-input:checked + .form-check-label::before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url("../img/icon_check.svg") no-repeat center/100%;
  position: absolute;
  top: 8px;
  left: 3px;
}

/* -----form password------ */
.form-password {
  position: relative;
}
.form-password .toggle-password {
  width: 34px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.form-password .toggle-password::before {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background: url("../img/icon_close.svg") no-repeat top center/100%;
}
.form-password .toggle-password.show-icon::before {
  width: 18px;
  height: 13px;
  background-image: url("../img/icon_open.svg");
}

/* ----------- content -----------*/
.c-bg__block {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(71, 88, 114, 0.16);
  width: calc(100% - 40px);
  width: 100%;
  max-width: 500px;
  margin: 16px auto 0;
  padding: 32px;
}
.c-bg__block .c-lead {
  color: #494950;
  line-height: 1.5;
}
.c-bg__block .c-title {
  font-size: 1.5rem;
}

main > :last-child {
  padding-bottom: 30vh;
}

@media screen and (max-width: 820px) {
  .c-bg__block {
    width: 100%;
    border-radius: 12px;
    padding: 24px 1.25rem;
    margin-top: 0;
  }
  .c-bg__block .c-title {
    font-size: 1.25rem;
  }
  .c-bg__block .c-lead {
    font-size: 0.875rem;
    margin-bottom: 36px;
  }
}
/* ----------- login -----------*/
.p-privacy-text {
  color: #a4a4a7;
  line-height: 1.5;
  margin-top: 32px;
}
.p-privacy-text a {
  color: #a4a4a7;
  text-decoration: underline;
}

.p-footer-link {
  margin-top: 36px;
}

@media screen and (max-width: 820px) {
  .p-privacy-text {
    margin-top: 20px;
    font-size: 0.8125rem;
  }
}
/* ----------- password-reset -----------*/
.p-send-mail {
  padding-top: 3.25rem;
}
.p-send-mail .c-title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 24px;
  line-height: 1.375;
}
.p-send-mail .c-lead {
  font-size: 1.125rem;
  line-height: 1.66;
  margin-top: 32px;
  color: #494950;
}

.p-password-reset__success {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 12px 32px rgba(71, 88, 114, 0.12);
  margin: 0 auto;
  padding: 14px 18px;
  font-size: 0.875rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 270px;
  position: absolute;
  top: 72px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-password-reset__success p {
  margin-bottom: 0;
}

@media screen and (max-width: 820px) {
  .p-send-mail {
    padding-top: 0;
    text-align: center;
  }
  .p-send-mail figure img {
    width: 48px;
  }
  .p-send-mail .c-title {
    font-size: 1.25rem;
  }
  .p-send-mail .c-lead {
    font-size: 0.875rem;
  }
  .p-password-reset__success {
    padding: 13px 18px;
    font-size: 0.8125rem;
    top: 116px;
  }
  .p-password-reset__success .icon {
    width: 24px;
  }
}
/* ----------- register -----------*/
.p-register .row {
  margin: 0 auto;
  padding-top: 80px;
}
.p-register .register-block {
  padding-top: 30px;
  max-width: 470px;
}
.p-register .register-img {
  margin: 0 auto;
  text-align: center;
}
.p-register .register-title {
  font-size: 2.75rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  white-space: nowrap;
}
.p-register .register-title span {
  width: 11.25rem;
}
.p-register .register-list {
  list-style: none;
  padding-left: 0;
}
.p-register .register-list li {
  font-size: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.p-register .register-list li:not(:last-child) {
  margin-bottom: 20px;
}
.p-register .register-list li::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url("../img/icon_check.svg") no-repeat center/100%;
}

.register-bubble {
  box-shadow: 0 12px 32px rgba(71, 88, 114, 0.12);
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .p-register .register-block {
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .p-register .row {
    padding-top: 50px;
    gap: 20px;
  }
  .p-register .col-lg-6 {
    padding: 0;
  }
  .p-register .register-block {
    padding-top: 0;
    margin: 0 auto;
  }
  .p-register .register-img {
    width: 30%;
  }
  .p-register .register-title {
    font-size: 2rem;
    gap: 10px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 20px !important;
  }
  .p-register .register-title span {
    width: 7rem;
  }
  .p-register .register-list {
    list-style: none;
    padding-left: 10px;
    margin-top: 12px !important;
  }
  .p-register .register-list li {
    font-size: 0.9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .p-register .register-list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .p-register .register-list li::before {
    width: 20px;
    height: 15px;
  }
}
/* ----------- register step -----------*/
.p-register-step .row {
  padding-top: 40px;
}
.p-register-step .register-block {
  text-align: center;
}
.p-register-step .register-bubble {
  box-shadow: 0 12px 32px rgba(71, 88, 114, 0.12);
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  margin-top: 20px;
}
.p-register-step .register-step-num {
  color: #188a7d;
  text-align: center;
  font-weight: 900;
  font-size: 1.5rem;
}

.box-bg {
  background-color: #f9faff;
  border-radius: 6px;
  padding: 12px 16px;
}
.box-bg p {
  font-size: 0.9375rem;
}
.box-bg a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.conversion-box {
  background-color: rgba(235, 243, 242, 0.5);
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  border-radius: 6px;
  color: #494950;
  margin: 36px 0 20px;
}
.conversion-box p {
  margin-top: 2px;
}

@media screen and (max-width: 820px) {
  .p-register-step .row {
    padding-top: 0;
  }
  .p-register-step .register-bubble {
    font-size: 0.875rem;
  }
  .p-register-step .register-step-num {
    font-size: 1.375rem;
  }
  .box-bg p {
    font-size: 0.875rem;
  }
  .conversion-box {
    font-size: 0.8125rem;
    gap: 8px;
  }
}
/* ----------- edit -----------*/
.p-page-edit-contents .p-dashboard-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.p-page-edit-contents .p-dashboard-head .dashboard-ttl {
  margin-bottom: 0;
}
.p-page-edit-contents .p-dashboard-head .btn.save {
  padding: 9.5px 46px;
  font-size: 14px;
}

.p-tab {
  background-color: #fff;
  padding: 10px 16px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  gap: 4px;
}

.p-tab-btn {
  margin: 0;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 15px;
  outline: none;
  border-radius: 4px;
  font-weight: 500;
  color: #77777c;
  transition: 0.3s ease;
}
.p-tab-btn:hover {
  background-color: #ebf3f2;
  color: #188a7d;
}

.p-tab-btn.active {
  background-color: #ebf3f2;
  color: #188a7d;
  font-weight: 700;
}

.p-tab-panel {
  display: none;
}

.p-tab-panel.active {
  display: block;
}

.p-page-edit-contents .p-edit-wrapper {
  display: block;
}

.p-page-edit-contents .dashboard-box {
  padding: 24px 16px;
}
.p-page-edit-contents .form-label {
  color: #494950;
}
.p-page-edit-contents .registered {
  margin-top: 10px;
}
.p-page-edit-contents .item:first-child {
  margin-bottom: 34px;
}
.p-page-edit-contents .submit {
  margin-top: 20px;
  padding: 9.5px 26px;
  font-size: 14px;
}

.p-edit__success {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 12px 32px rgba(71, 88, 114, 0.2);
  margin: 0 auto;
  padding: 14px 18px;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  max-width: 270px;
  position: absolute;
  top: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.p-edit__success .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.p-edit__success p {
  margin-bottom: 0;
}
.p-edit__success.is-active {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-page-edit-contents .p-dashboard-head {
    padding: 10px 15px;
  }
  .p-page-edit-contents .p-dashboard-head .dashboard-ttl {
    margin-bottom: 0;
  }
  .p-page-edit-contents .p-dashboard-head .btn.save {
    padding: 9.5px 2.125rem;
  }
  .p-page-edit-contents .dashboard-box {
    padding: 24px 16px;
  }
  .p-page-edit-contents .form-label {
    font-size: 15px;
  }
  .p-edit__success {
    padding: 13px 1.125rem;
    font-size: 0.875rem;
  }
  .p-edit__success .icon {
    width: 24px;
  }
}
/* ----------- upgrade -----------*/
/* --------------- analytics no id ---------------*/
.p-upgrade-modal {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  min-height: 760px;
}
.p-upgrade-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 40px);
  background-color: rgba(28, 28, 36, 0.4);
  z-index: 9999;
}

.upgrade-modal-close {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 9999999;
  cursor: pointer;
}
.upgrade-modal-close::before,
.upgrade-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 18px;
  background: #77777c;
  border-radius: 8px;
}
.upgrade-modal-close::before {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.upgrade-modal-close::after {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-upgrade__block {
  background-color: #f9faff;
  border-radius: 6px;
  padding: 12px 16px;
  position: relative;
  z-index: 999999;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(71, 88, 114, 0.16);
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.5rem;
}
.p-upgrade__block .upgrade-ttl {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 32px;
  padding-right: 20px;
}
.p-upgrade__block .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}
.p-upgrade__block .infor-block {
  width: 50%;
}
.p-upgrade__block .infor-block figure {
  width: 104%;
  margin-left: -4%;
}
.p-upgrade__block .upgrade-list {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.75rem;
}
.p-upgrade__block .upgrade-list li {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 12px;
}
.p-upgrade__block .upgrade-list li::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url("../img/icon_check.svg") no-repeat center/100%;
  margin-top: 6px;
}
.p-upgrade__block .upgrade-list li .wrap {
  -ms-flex: 1;
  flex: 1;
}
.p-upgrade__block .upgrade-list li .ttl {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-upgrade__block .upgrade-list li .desc {
  margin: 0;
  color: #a4a4a7;
  font-size: 0.8125rem;
}
.p-upgrade__block .form-block {
  width: 44%;
}
.p-upgrade__block .form-block .form-ttl {
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}
.p-upgrade__block .form-block .c-fBox {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.p-upgrade__block .form-block .c-fBox .item {
  width: 50%;
}
.p-upgrade__block .form-block .form-option {
  margin-top: 40px;
}
.p-upgrade__block .form-block .btn:disabled {
  background-color: #188a7d;
  opacity: 1;
  pointer-events: visible;
}
.p-upgrade__block .form-block .note {
  font-size: 0.75rem;
  color: #a4a4a7;
}
.p-upgrade__block .form-block .note a {
  color: #a4a4a7;
  text-decoration: underline;
  font-weight: 400;
}
.p-upgrade__block .choice-option {
  font-size: 1rem;
}
.p-upgrade__block .choice-option span {
  font-weight: 700;
  font-size: 1.375rem;
}

.form-credit .form-wrap {
  position: relative;
}
.form-credit .credit-img {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  max-width: 126px;
}

.form-check {
  padding: 0;
  position: relative;
  font-size: 1rem;
}
.form-check .form-check-input {
  position: absolute;
  top: 50%;
  left: 15px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: none;
  margin: 0;
}
.form-check .form-check-input:checked {
  background-image: var(--bs-form-check-bg-image);
  background-color: #188a7d;
  border-color: #188a7d;
}
.form-check .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.form-check .form-check-label {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  padding: 15px;
  padding-left: 50px;
  border: 1px solid #d2d2d3;
  border: 1px solid #d2d2d3;
  border-radius: 6px;
  line-height: 1.375;
  caret-color: #188a7d;
}
.form-check .form-check-input:checked + .form-check-label {
  border: 1.5px solid #188a7d;
}
.form-check .price .num {
  font-weight: 700;
  font-size: 1rem;
}
.form-check .price .unit {
  font-size: 0.875rem;
}
.form-check .savings {
  color: #188a7d;
  font-weight: 500;
  font-size: 0.75rem;
  background-color: rgba(218, 235, 233, 0.64);
  border-radius: 100px;
  padding: 2px 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-upgrade__success {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 12px 32px rgba(71, 88, 114, 0.2);
  margin: 0 auto;
  padding: 14px 18px;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  max-width: 270px;
  position: absolute;
  top: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.p-upgrade__success .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.p-upgrade__success p {
  margin-bottom: 0;
}
.p-upgrade__success.is-active {
  display: block;
}

.p-traffic-areas__pro.is-hide {
  display: none;
}

@media screen and (max-width: 840px) {
  .p-upgrade-modal {
    padding-bottom: 20vh;
    padding: 6.25rem 0 20vh;
    height: initial;
  }
  .upgrade-modal-close {
    top: 24px;
    right: 20px;
  }
  .p-upgrade__block {
    margin: 0 auto;
    max-width: 700px;
    padding: 24px 20px;
  }
  .p-upgrade__block .upgrade-ttl {
    font-size: 1.25rem;
  }
  .p-upgrade__block .c-fBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .p-upgrade__block .infor-block {
    width: 100%;
  }
  .p-upgrade__block .infor-block figure {
    width: 106%;
    margin-left: -4%;
  }
  .p-upgrade__block .upgrade-list {
    gap: 1.25rem;
  }
  .p-upgrade__block .upgrade-list li::before {
    width: 18px;
    height: 15px;
    margin-top: 4px;
  }
  .p-upgrade__block .upgrade-list li .wrap {
    -ms-flex: 1;
    flex: 1;
  }
  .p-upgrade__block .upgrade-list li .ttl {
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
  .p-upgrade__block .upgrade-list li .desc {
    font-size: 0.8125rem;
  }
  .p-upgrade__block .form-block {
    width: 100%;
  }
  .p-upgrade__block .form-block .c-fBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .p-upgrade__block .form-block .c-fBox input {
    font-size: 0.9375rem;
  }
  .p-upgrade__block .form-block .form-option {
    margin-top: 40px;
  }
  .form-credit .credit-img {
    right: 15px;
    width: 36%;
  }
  .form-check .form-check-label {
    padding-left: 42px;
  }
  .form-check .price .num {
    font-size: 0.9375rem;
  }
  .form-check .price .unit {
    font-size: 0.8125rem;
  }
}
/* ----------- dashboards -----------*/
.navbar-brand {
  border-right: none;
  box-shadow: none;
}

.navbar {
  height: 40px;
  border-bottom: 1px solid #ebebeb;
}
.navbar .c-app-title {
  padding: 0;
  margin: 0;
  box-shadow: none;
  padding: 0 16px;
}
.navbar .nav-link {
  display: none;
}

.dropdown-toggle {
  outline: 0;
}

.l-header-dropdown a {
  font-weight: 400;
  color: #494950;
  font-size: 0.8125rem;
  gap: 10px;
  padding: 8px 16px;
}
.l-header-dropdown a::after {
  display: none;
}
.l-header-dropdown a .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.l-header-dropdown .dropdown-menu {
  left: initial;
  right: 16px;
  border: none;
  padding: 0;
  min-width: 16.5rem;
}
.l-header-dropdown .dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #ebebeb;
}
.l-header-dropdown .dropdown-item {
  padding: 8px;
  min-height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.l-header-dropdown .dropdown-item.user-info {
  background-color: #f9faff;
  display: block;
}
.l-header-dropdown .dropdown-item .company-name {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.l-header-dropdown .dropdown-item .user-mail {
  font-size: 0.75rem;
  color: #a4a4a7;
  margin-bottom: 8px;
}
.l-header-dropdown .dropdown-item .user-name {
  margin-bottom: 8px;
  font-size: 0.75rem;
}

@media screen and (max-width: 991px) {
  .page-main {
    margin-top: 40px;
  }
  .navbar {
    width: 100%;
    position: fixed;
  }
  .navbar .nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar .c-app-title {
    padding: 0 !important;
  }
  .navbar .nav-link {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header-dropdown a {
    gap: 6px;
    padding: 8px 16px 8px 0;
  }
  .l-header-dropdown a .text {
    max-width: 12.5rem;
  }
  .l-header-dropdown .dropdown-item .company-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 18.75rem;
  }
}
/* --------------- Sidebar ---------------*/
.page-main {
  height: 100%;
  min-height: calc(100svh - 40px);
}
.page-main > .row {
  height: 100%;
  min-height: calc(100svh - 40px);
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page-main > .row > * {
  -ms-flex-negative: initial;
  flex-shrink: initial;
}

@media (min-width: 992px) {
  .sidebar .offcanvas-lg {
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }

  .sidebar {
    position: fixed !important;
    top: 40px;
    left: 0;
    height: calc(100vh - 40px); /* ヘッダーを除いた高さ */
  }

  .page-main > .row {
    margin-left: 48px;
  }
}
@media (max-width: 991px) {
  .page-main > .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sidebar {
  width: 60px;
  padding: 0;
  background-color: #1c1c24;
  position: relative;
  z-index: 9;
}
.sidebar .offcanvas-lg {
  height: 100%;
}
.sidebar .offcanvas-body {
  height: 100%;
}
.sidebar .nav {
  padding: 16px 0;
}
.sidebar .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
.sidebar .nav-item:not(:last-child) {
  margin-bottom: 16px;
}
.sidebar .nav-link {
  color: #60606c;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
  text-align: center;
  width: 60px;
  padding: 0 8px;
}
.sidebar .nav-link .text {
  display: inline-block;
  line-height: 1.2;
  margin-top: 2px;
}
.sidebar .nav-link .icon {
  border-radius: 4px;
  padding: 4px;
  width: 44px;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidebar .nav-link .icon path {
  fill: #61616f;
  stroke: #61616f;
}
.sidebar .nav-link.active {
  color: #fff;
}
.sidebar .nav-link.active .icon {
  background-color: #61616d;
}
.sidebar .nav-link.active .icon path {
  fill: #fff;
  stroke: #fff;
}
.sidebar .menu-toggle {
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 99;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 14px;
  right: -16px;
  display: none;
}
.sidebar .menu-toggle.is-active {
  display: block;
}
.sidebar .menu-toggle:focus {
  outline: none;
}
.sidebar.is-close .menu-toggle {
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nav-item {
  list-style-type: none;
  /* submenuの位置を親要素に合わせる */
}

/* --- side-menu ---*/
.sub-menu {
  display: none;
  /* 初期状態で非表示 */
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 0;
  /* 初期状態で透明 */
  /* 横にスライドした状態 */
  z-index: 1;
  /* 他の要素に隠れないように */
  background-color: none;
  background-color: #fff;
  height: 100%;
  min-width: 176px;
  border-right: 1px solid #ebebeb;
  z-index: 0;
}
.sub-menu .menu-parent {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 15px 8px;
  position: relative;
  z-index: 9;
}
.sub-menu .drop-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-menu .drop-menu a {
  font-weight: 600;
  font-size: 0.875rem;
  color: #77777c;
  padding: 12px 8px;
  display: block;
  transition: 0.3s ease;
}
.sub-menu .drop-menu a:hover {
  background-color: #f5f5f5;
}
.sub-menu .drop-menu li.is-active > a {
  color: #188a7d;
  position: relative;
}
.sub-menu .drop-menu li.is-active > a::after {
  content: "";
  display: block;
  height: calc(100% - 12px);
  width: 4px;
  border-radius: 4px 0 0 4px;
  background-color: #188a7d;
  position: absolute;
  top: 6px;
  right: 0;
}
.sub-menu .drop-menu li.is-active > a:hover {
  background: none;
}

.sub-menu.is-active {
  display: block;
  -ms-transform: translateX(0);
  transform: translateX(0);
  /* 横にスライドして表示 */
  opacity: 1;
}

.sub-menu.is-active.is-close {
  display: none;
  /* 横にスライドして表示 */
}

.nav-item a {
  color: white;
  text-decoration: none;
}

.sub-menu a {
  color: #ccc;
  white-space: nowrap;
}

.drop-menu-sub .submenu-title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 8px;
  color: #494950;
  position: relative;
}
.drop-menu-sub .submenu-title::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #494950;
  border-right: 2px solid #494950;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8px;
  transition: 0.5s ease;
}
.drop-menu-sub .submenu-title.is-close::after {
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.drop-menu-sub .drop-menu-sub-02 a {
  padding: 12px 16px;
}
.drop-menu-sub > li:not(:last-child)::after {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  background-color: #ebebeb;
  margin: 8px auto;
}

/* --- hamburger --- */
.c-hamburger {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  z-index: 99999999;
  display: block;
  border: none;
  background: none;
  margin: 0 15px;
  position: relative;
  display: none;
}
.c-hamburger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  height: 2.5px;
  width: 22px;
  left: 4px;
  background-color: #79747e;
}
.c-hamburger span:nth-of-type(1) {
  top: 7px;
}
.c-hamburger span:nth-of-type(2) {
  top: 15px;
}
.c-hamburger span:nth-of-type(3) {
  top: 22px;
}
.c-hamburger.is-active span:nth-of-type(1),
.c-hamburger.is-active span:nth-of-type(3) {
  width: 10px;
}
.c-hamburger.is-active span:nth-of-type(1) {
  -ms-transform: translate(-2px, 5px) rotate(-45deg);
  transform: translate(-2px, 5px) rotate(-45deg);
}
.c-hamburger.is-active span:nth-of-type(3) {
  -ms-transform: translate(-2px, -5px) rotate(45deg);
  transform: translate(-2px, -5px) rotate(45deg);
}

@media (max-width: 991px) {
  .d-md-none {
    display: block !important;
  }
  .sidebar .offcanvas-body {
    padding: 0;
    padding-bottom: 60px;
  }
  .sidebar-wrapper {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
    background-color: #1c1c24;
    width: 100%;
    --bs-offcanvas-width: 100%;
    --bs-offcanvas-border-width: 0;
    max-width: 420px;
  }
  .sidebar-wrapper.is-active {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar {
    background-color: #1c1c24;
    padding: 0;
  }
  .sidebar .nav {
    padding: 0;
  }
  .sidebar .nav-item {
    display: block;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #61616f;
  }
  .sidebar .nav-item:not(:last-child) {
    margin-bottom: 0;
  }
  .sidebar .nav-link {
    color: #60606c;
    font-size: 11px;
    font-weight: 700;
    padding: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    background-color: #1c1c24;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
  .sidebar .nav-link .text {
    display: inline-block;
    line-height: 1.2;
    margin-top: 2px;
    font-size: 16px;
    color: #fff;
  }
  .sidebar .nav-link .icon {
    border-radius: 4px;
    padding: 0;
    width: 23px;
    height: 23px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
  }
  .sidebar .nav-link .icon path {
    fill: #fff;
    stroke: #fff;
  }
  .sidebar .nav-link.active {
    color: #fff;
  }
  .sidebar .nav-link.active .icon {
    background: none;
  }
  .sidebar .nav-link.active .icon path {
    fill: #fff;
    stroke: #fff;
  }
  .sidebar .menu-toggle {
    display: none;
  }
  .sidebar .menu-toggle.is-active {
    display: none;
  }
  .sidebar .menu-toggle:focus {
    outline: none;
  }
  .toggle-submenu {
    position: relative;
  }
  .toggle-submenu::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    transition: 0.5s ease;
  }
  .toggle-submenu.is-open::after {
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }
  /* --- side-menu ---*/
  .sub-menu {
    display: none;
    /* 初期状態で非表示 */
    list-style-type: none;
    position: relative;
    right: 0;
    top: 0;
    opacity: 1;
    /* 初期状態で透明 */
    -ms-transform: translateX(0);
    transform: translateX(0);
    /* 横にスライドした状態 */
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1;
    /* 他の要素に隠れないように */
    background-color: none;
    background-color: #fff;
    height: auto;
    min-width: initial;
    border-right: none;
    background: none;
    display: none;
  }
  .sub-menu .menu-parent {
    display: none;
  }
  .sub-menu .drop-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sub-menu .drop-menu a {
    font-weight: 600;
    font-size: 16px;
    color: #1c1c24;
    padding: 12px 8px;
    display: block;
    background-color: #f5f5f5;
    padding: 0 55px;
    border-top: 1px solid #61616f;
    padding: 10px;
    padding-left: 4.375rem;
    font-weight: 500;
  }
  .sub-menu .drop-menu li.is-active a::after {
    display: none;
  }
  .sub-menu .drop-menu li.is-active a:hover {
    background: #f5f5f5;
  }
  .c-hamburger {
    display: block;
  }
  .drop-menu-sub .submenu-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
    color: #494950;
    position: relative;
    background-color: #fff;
    padding-left: 50px;
    border-top: 1px solid #61616f;
  }
  .drop-menu-sub .submenu-title::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #494950;
    border-right: 2px solid #494950;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    transition: 0.5s ease;
  }
  .drop-menu-sub .submenu-title.is-close::after {
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }
  .drop-menu-sub .drop-menu-sub-02 a {
    padding: 10px 16px;
    padding-left: 70px;
    font-size: 16px;
  }
  .drop-menu-sub > li:not(:last-child)::after {
    display: none;
  }
  .drop-menu-sub > li:not(.is-active) .drop-menu-sub-02 {
    display: none;
  }
  .drop-menu-sub > li:not(.is-active) .drop-menu-sub-02::after {
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 991px) {
  .sidebar {
    height: auto;
    width: auto;
    padding: 0;
  }
}
.offcanvas-backdrop {
  visibility: hidden;
}
.offcanvas-backdrop.show {
  visibility: visible;
}

/* ----- trend ----*/
.c-trend {
  font-weight: 600;
}
.c-trend.none {
  color: #a4a4a7;
  font-size: 16px;
  display: inline-block;
}
.c-trend.up {
  background: rgba(24, 64, 138, 0.04);
  border-radius: 2px;
  color: #6079dd;
  font-size: 13px;
  padding: 0 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.c-trend.up::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icon_trend-up.svg") no-repeat center/100%;
}
.c-trend.down {
  background: rgba(235, 112, 114, 0.04);
  border-radius: 2px;
  color: #eb7072;
  font-size: 13px;
  padding: 0 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.c-trend.down::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icon_trend-down.svg") no-repeat center/100%;
}

/* ----- question ----*/
.c-question-block {
  position: relative;
}

.c-question-btn {
  margin: 0;
  cursor: pointer;
  line-height: 1;
}

.c-question-btn-sm {
  display: inline-block;
  width: 14px;
}

.c-question-detail {
  display: none;
  position: absolute;
  top: -1.25rem;
  left: 24px;
  box-shadow: 0 2px 28px rgba(71, 88, 114, 0.16);
  background-color: #fff;
  border-radius: 8px;
  padding: 1.25rem;
  font-size: 14px;
  margin-bottom: 0;
  white-space: nowrap;
  z-index: 100;
}
.c-question-detail p {
  margin-bottom: 0;
  color: #494950;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .c-question-detail {
    top: calc(100% + 8px);
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.875rem;
  }

  .c-question-detail.align-left {
    left: 0;
    transform: translateX(0);
  }
}
/* --------------- main contents ---------------*/
.main-contents {
  padding: 0 !important;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.p-main-contents__wrapper {
  padding: 12px;
}

main.main-contents > :last-child {
  padding-bottom: initial;
}

.dashboard-wrapper {
  display: grid;
  grid-template-columns: 34.5% 26.5% 37.5%;
  grid-template-rows: max-content 1fr;
  gap: 12px;
}

.dashboard-box {
  background-color: #fff;
  border: 1px solid #e8e8e9;
  border-radius: 6px;
  padding: 16px;
}
.dashboard-box:first-child {
  grid-area: 1/1/3/2;
}
.dashboard-box:nth-child(2) {
  grid-area: 1/2/2/3;
}
.dashboard-box:nth-child(3) {
  grid-area: 1/3/2/4;
}
.dashboard-box:nth-child(4) {
  grid-area: 2/2/3/4;
}

@media screen and (max-width: 991px) {
  .main-contents {
    padding: 10px 20px !important;
    -ms-flex: 1;
    flex: 1;
  }
  main.main-contents > :last-child {
    padding-bottom: 20vh;
  }
  .dashboard-wrapper {
    display: block;
  }
  .dashboard-box {
    border-radius: 6px;
    padding: 16px;
  }
  .dashboard-box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.dashboard-box-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-box-head .box-title {
  margin: 0;
  font-size: 0.875rem;
}
.dashboard-box-head .box-title .sm {
  font-size: 0.75rem;
  font-weight: 500;
  color: #77777c;
}
.dashboard-box-head .title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.dashboard-box-head .c-more {
  font-size: 0.75rem;
  color: #494950;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.dashboard-box-head .c-more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../img/icon_arrow.svg") no-repeat center/100%;
}

.dashboard-box.session-stage .dashboard-box-head .box-title {
  font-size: 0.9375rem;
}

.c-page-contents {
  padding-top: 0 !important;
  width: auto;
  max-width: initial;
  -ms-flex: initial;
  flex: initial;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding-bottom: 16px !important;
}

.p-dashboard-head {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  padding: 12px 24px;
}
.p-dashboard-head .dashboard-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.p-dashboard-head .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.p-dashboard-head .icon {
  display: inline-block;
}
.p-dashboard-head .lead {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #494950;
  margin: 0;
}

.c-contents-menu {
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.c-contents-menu__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
  padding: 10px 16px 10px;
  white-space: nowrap;
  scrollbar-color: #ddd transparent;
  scrollbar-width: thin;
}

.c-contents-menu__wrap::-webkit-scrollbar-thumb {
  background: transparent;
}

.c-contents-menu__wrap::-webkit-scrollbar-track {
  background: transparent;
}

.c-contents-menu__inner {
  width: 100%;
  min-width: 1000px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.c-contents-menu__lsit {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-contents-menu__lsit li {
  display: inline-block;
  color: #77777c;
  padding: 8px 16px;
  font-weight: 500;
}
.c-contents-menu__lsit li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #77777c;
  font-weight: 500;
}
.c-contents-menu__lsit .is-current {
  background: #ebf3f2;
  border-radius: 4px;
  color: #188a7d;
}
.c-contents-menu__lsit .is-current a {
  color: #188a7d;
}

@media screen and (max-width: 991px) {
  .c-page-contents {
    padding: 0 !important;
  }
  .dashboard-box-head .box-title .sm {
    font-size: 0.75rem;
    display: block;
    margin-top: 5px;
  }
  .dashboard-box-head .title-wrap {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-dashboard-head {
    padding: 14px 20px;
  }
  .p-dashboard-head .dashboard-ttl {
    font-size: 1.125rem;
    font-weight: 700;
  }
  .p-dashboard-head .c-fBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
  }
  .p-dashboard-head .icon {
    display: inline-block;
    width: 28px;
  }
  .p-dashboard-head .lead {
    margin: 0;
    width: calc(100% - 34px);
  }
  .c-contents-menu__inner {
    min-width: 56.25rem;
  }
}
/* --- table --- */
.p-dashboard-table {
  margin-bottom: 0;
}
.p-dashboard-table thead {
  background-color: rgba(28, 28, 36, 0.02);
  border-top: 1px solid #e8e8e9;
}
.p-dashboard-table thead th {
  font-size: 0.6875rem;
  padding: 5px;
  color: #77777c;
  line-height: 2;
  background-color: rgba(28, 28, 36, 0.02);
}
.p-dashboard-table tbody td {
  font-size: 0.75rem;
  color: #494950;
  padding: 18px 8px 14px;
  font-weight: 600;
}
.p-dashboard-table tbody td:first-child {
  width: 24%;
}
.p-dashboard-table tbody td:nth-child(2) {
  width: 34%;
}
.p-dashboard-table tbody td .sm {
  font-size: 0.625rem;
}
.p-dashboard-table tbody .num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c1c24;
  display: block;
  line-height: 1.1;
  font-family: "Noto Sans", serif;
}
.p-dashboard-table tbody .unit {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", serif;
}
.p-dashboard-table tbody .c-trend {
  margin-top: 10px;
}
.p-dashboard-table tbody tr:last-of-type td {
  border-bottom: none;
}

.p-engagement-table thead th {
  font-size: 0.75rem;
}
.p-engagement-table tbody td:first-child {
  width: 24%;
}
.p-engagement-table tbody td:nth-child(2) {
  width: 30%;
}
.p-engagement-table tbody .num {
  font-size: 1.375rem;
  font-family: "Noto Sans", serif;
}

@media screen and (max-width: 991px) {
  .p-dashboard-table tbody td:first-child {
    width: 22%;
  }
  .p-dashboard-table tbody td:nth-child(2) {
    width: 32%;
  }
  .p-engagement-table thead th {
    font-size: 0.6875rem;
  }
  .p-engagement-table tbody td:nth-child(2) {
    width: initial;
  }
}
.dashboard-box .p-session-area {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}
.dashboard-box .p-session-area .area-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dashboard-box .p-session-area .area-head p {
  margin: 0;
}
.dashboard-box .p-session-area .area-head .month {
  font-size: 0.8125rem;
}
.dashboard-box .p-session-area .area-head .area {
  display: -ms-flexbox;
  display: flex;
}
.dashboard-box .p-session-area .area-head .area dt {
  font-weight: 400;
  font-size: 0.75rem;
}
.dashboard-box .p-session-area .area-head .area dd {
  font-size: 0.75rem;
  font-weight: 600;
}
.dashboard-box .p-session-area .c-fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.dashboard-box .p-session-area .graph-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  padding: 0 30px;
  height: 150px;
}
.dashboard-box .p-session-area .graph-block .date {
  width: 16px;
  border-radius: 100px 100px 0 0;
}
.dashboard-box .p-session-area .graph-block .date1 {
  background-color: #188a7d;
}
.dashboard-box .p-session-area .graph-block .date2 {
  background-color: #d0e7e5;
}
.dashboard-box .p-session-area .data-block .ttl {
  font-size: 0.6875rem;
  color: #494950;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.dashboard-box .p-session-area .data-block .ttl::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dashboard-box .p-session-area .data-block .num {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Noto Sans", serif;
}
.dashboard-box .p-session-area .data-block .item:not(:last-child) {
  margin-bottom: 20px;
}
.dashboard-box .p-session-area .data-block .item.date1 .ttl::before {
  background-color: #188a7d;
}
.dashboard-box .p-session-area .data-block .item.date1 .num {
  color: #188a7d;
}
.dashboard-box .p-session-area .data-block .item.date2 .ttl::before {
  background-color: #d0e7e5;
}

@media screen and (max-width: 991px) {
  .dashboard-box .p-session-area .c-fBox {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.dashboard-box-body {
  border-top: 1px solid #ebebeb;
  padding-top: 8px;
}

.p-stage-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
}
.p-stage-box .stage-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.p-stage-box .stage-img {
  width: 98px;
}
.p-stage-box .stage-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.p-stage-box .stage-text .text {
  margin: 0;
  font-weight: 700;
  font-size: 0.9375rem;
}
.p-stage-box .stage-average {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #494950;
  margin: 0;
}
.p-stage-box .stage-average dt {
  font-weight: 500;
  font-size: 0.75rem;
}
.p-stage-box .stage-average dd {
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans", serif;
}
.p-stage-box .stage-block.stage-a .stage-text .text {
  color: #ee4a73;
}
.p-stage-box .stage-block.stage-s .stage-text .text {
  color: #b1a079;
}
.p-stage-box .stage-block.stage-b .stage-text .text {
  color: #4294ff;
}
.p-stage-box .stage-block.stage-c .stage-text .text {
  color: #9163f6;
}
.p-stage-box .stage-position {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 16px;
}
.p-stage-box .stage-position .center-mark {
  font-size: 0.8125rem;
  text-align: center;
  color: #188a7d;
  font-weight: 700;
  margin: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-stage-box .stage-position .center-mark::after {
  content: "";
  display: block;
  width: 3px;
  height: 14px;
  border-right: 2px dotted #188a7d;
  margin: 0 auto;
}
.p-stage-box .stage-list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 2px;
  width: 100%;
}
.p-stage-box .stage-list li {
  width: 25%;
  position: relative;
  font-weight: 700;
  text-align: center;
  font-size: 0.8125rem;
  padding: 6px;
}
.p-stage-box .stage-list li.current .current-mark {
  opacity: 1;
  visibility: visible;
}
.p-stage-box .stage-list .stage-c {
  background-color: rgba(185, 220, 216, 0.5);
  color: #74b9b1;
  border-radius: 6px 0 0 6px;
}
.p-stage-box .stage-list .stage-b {
  background-color: rgba(116, 185, 177, 0.5);
  color: #188a7d;
}
.p-stage-box .stage-list .stage-a {
  background-color: rgba(24, 138, 125, 0.6);
  color: #fff;
}
.p-stage-box .stage-list .stage-s {
  background-color: #188a7d;
  color: #fff;
  border-radius: 0 6px 6px 0;
}
.p-stage-box .stage-list .current-mark {
  margin: 0;
  display: inline-block;
  background-color: #494950;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 4px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: -34px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.p-stage-box .stage-list .current-mark::after {
  content: "";
  display: block;
  width: 20px;
  height: 8px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #494950;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .p-stage-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .p-stage-box .stage-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .p-stage-box .stage-img {
    width: 98px;
  }
  .p-stage-box .stage-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
  }
  .p-stage-box .stage-text .text {
    margin: 0;
    font-weight: 700;
    font-size: 0.9375rem;
  }
  .p-stage-box .stage-average {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: #494950;
    margin: 0;
  }
  .p-stage-box .stage-average dt {
    font-weight: 500;
    font-size: 0.75rem;
  }
  .p-stage-box .stage-average dd {
    font-weight: 700;
    font-size: 1.25rem;
    font-family: "Noto Sans", serif;
  }
  .p-stage-box .stage-position {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 16px;
    width: 100%;
  }
}
/* --------------- registratio-block ---------------*/
.p-dashboard-registratio {
  position: absolute;
  top: 10px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  z-index: 1;
}

.p-dashboard-registratio__pop {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 12px 32px rgba(71, 88, 114, 0.12);
  margin: 0 auto;
  padding: 14px 18px;
  font-size: 0.875rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 280px;
  margin: 24px auto 0;
}
.p-dashboard-registratio__pop p {
  margin-bottom: 0;
}

.p-dashboard-registratio__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1;
  text-align: center;
  margin-top: 6.25rem;
}

@media screen and (max-width: 820px) {
  .p-registratio__text {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 0;
  }
}
/* --------------- analytics no id ---------------*/
.p-dashboard-analytics {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 36, 0.4);
  z-index: 1;
}
.p-dashboard-analytics .row {
  padding-top: 20px;
}
.p-dashboard-analytics .c-bg__block .c-title {
  font-size: 1.375rem;
  line-height: 1.4;
}
.p-dashboard-analytics .tel {
  text-align: center;
}
.p-dashboard-analytics .tel a {
  color: #1c1c24;
  font-weight: 600;
}

@media screen and (max-width: 820px) {
  .p-dashboard-analytics .container {
    padding: 0 12px;
  }
  .p-dashboard-analytics .row {
    padding-top: 50px;
  }
  .p-dashboard-analytics .c-bg__block .c-title {
    font-size: 1.25rem;
  }
  .p-dashboard-analytics .tel {
    font-size: 0.9375rem;
  }
}
/* ----------- box head -----------*/
.c-box-head {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.c-box-title {
  font-size: 1rem;
  margin: 0;
}

.c-table {
  margin-bottom: 0;
}
.c-table thead {
  background-color: rgba(28, 28, 36, 0.02);
  border-top: 1px solid #e8e8e9;
}
.c-table thead th {
  font-size: 0.8125rem;
  padding: 12px 8px;
  color: #77777c;
  line-height: 2;
  background-color: rgba(28, 28, 36, 0.02);
}
.c-table tbody td {
  font-size: 0.875rem;
  color: #494950;
  padding: 20px 8px;
  font-weight: 600;
}
.c-table tbody td:first-child {
  width: 24%;
}
.c-table tbody td:nth-child(2) {
  width: 34%;
}
.c-table tbody td .sm {
  font-size: 0.75rem;
  color: #77777c;
}
.c-table tbody .num {
  font-size: 2rem;
  font-weight: 700;
  color: #1c1c24;
  display: block;
  line-height: 1;
  font-family: "Noto Sans", serif;
}
.c-table tbody .text-wrap {
  margin: 0;
  font-size: 1.25rem;
  color: #1c1c24;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-table tbody .unit {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", serif;
}
.c-table tbody .c-trend {
  margin-top: 10px;
}
.c-table tbody tr:last-of-type td {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .c-box-head {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
  .c-box-title {
    font-size: 14px;
    margin: 0;
  }
  .c-table {
    margin-bottom: 0;
  }
  .c-table thead th {
    font-size: 0.6875rem;
    padding: 8px;
  }
  .c-table tbody td {
    font-size: 12px;
    color: #494950;
    padding: 20px 8px;
    font-weight: 600;
  }
  .c-table tbody td .sm {
    font-size: 10px;
    color: #77777c;
  }
  .c-table tbody td:first-child {
    padding-top: 30px;
  }
  .c-table tbody .num {
    font-size: 1.5rem;
    display: block;
  }
  .c-table tbody .text-wrap {
    font-size: 0.9375rem;
  }
  .c-table tbody .unit {
    font-size: 0.75rem;
    font-family: "Noto Sans JP", serif;
  }
  .c-table tbody .c-trend {
    margin-top: 10px;
  }
  .c-table tbody tr:last-of-type td {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
/* ----------- traffic session -----------*/
.p-session-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 12px;
}

.p-session-box {
  background-color: #fff;
  border: 1px solid #e8e8e9;
  border-radius: 6px;
  padding: 16px;
}
.p-session-box:not(:last-child) {
  margin-bottom: 0;
}
.p-session-box:first-child {
  grid-area: 1/1/3/2;
}
.p-session-box:nth-child(2) {
  grid-area: 1/2/2/3;
}

@media screen and (max-width: 991px) {
  .p-session-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 10px;
  }
  .p-session-box {
    background-color: #fff;
    border: 1px solid #e8e8e9;
    border-radius: 6px;
    padding: 15px;
  }
  .p-session-box:first-child {
    grid-area: initial;
  }
  .p-session-box:nth-child(2) {
    grid-area: initial;
  }
}
/* --- table --- */
.p-session-box__table tbody td:first-child {
  width: 22%;
}
.p-session-box__table tbody td:nth-child(2) {
  width: 36%;
}

@media screen and (max-width: 991px) {
  .p-session-box__table tbody td:first-child {
    width: 24%;
  }
  .p-session-box__table tbody td:nth-child(2) {
    width: 30%;
  }
}
/* ----------- traffic areas -----------*/
.p-traffic-areas-wrapper {
  display: block;
}

.p-traffic-areas-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.p-traffic-areas-head__data {
  display: -ms-flexbox;
  display: flex;
}
.p-traffic-areas-head__data .item:not(:last-child) {
  border-right: 1px solid rgba(28, 28, 36, 0.05);
  padding-right: 12px;
  margin-right: 16px;
}
.p-traffic-areas-head__data .ttl {
  font-size: 0.8125rem;
  color: #77777c;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
}
.p-traffic-areas-head__data .ttl::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 5px;
}
.p-traffic-areas-head__data .num {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.p-traffic-areas-head__data .session .ttl::before {
  background-color: #188a7d;
}
.p-traffic-areas-head__data .areas .ttl::before {
  background-color: #d9e8e5;
}

.p-traffic-areas-head__area .area {
  display: -ms-flexbox;
  display: flex;
  color: #77777c;
}
.p-traffic-areas-head__area .area .icon {
  line-height: 1;
  display: inline-block;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-traffic-areas-head__area .area dt {
  font-weight: 600;
  font-size: 0.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
}
.p-traffic-areas-head__area .area dd {
  font-size: 0.875rem;
  font-weight: 600;
}

.p-traffic-areas__scroll {
  overflow-y: initial;
  overflow-x: scroll;
  scrollbar-color: #ddd transparent;
  scrollbar-width: thin;
  position: relative;
}

.p-traffic-areas__pro {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 0;
  bottom: 100;
  left: 300px;
  right: 0;
  min-width: 780px;
  max-width: 780px;
  min-height: 520px;
  max-height: 520px;
  z-index: 4;
  display: block;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-traffic-areas__pro .text {
  font-weight: 700;
  font-size: 1.0625rem;
}
.p-traffic-areas__pro .c-btn-pro {
  color: #188a7d;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #188a7d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-traffic-areas__pro .c-btn-pro:hover {
    background-color: #188a7d;
    color: #fff;
  }
}
.p-traffic-areas__pro.is-registered {
  display: none;
}

.p-traffic-areas__graph {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-top: 50px;
  position: relative;
}
.p-traffic-areas__graph.is-border::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  border-top: 1.5px dashed #d2d2d3;
  position: absolute;
  top: 50px;
  right: 0;
}
.p-traffic-areas__graph .graph-item {
  position: relative;
  cursor: pointer;
  width: 8.3333333333%;
}
.p-traffic-areas__graph .graph-item::before {
  content: "";
  display: block;
  width: 84px;
  height: calc(100% + 32px);
  background-color: rgba(213, 231, 255, 0.88);
  position: absolute;
  top: -16px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-traffic-areas__graph .graph-item:hover::before {
    opacity: 1;
  }
  .p-traffic-areas__graph .graph-item:hover .graph-detail {
    opacity: 1;
    visibility: visible;
  }
}
.p-traffic-areas__graph .graph-item.is-active::before {
  opacity: 1;
}
.p-traffic-areas__graph .graph-item.is-active .graph-detail {
  opacity: 1;
  visibility: visible;
}
.p-traffic-areas__graph .graph-item.is-pos .graph-detail {
  left: initial;
  right: 80%;
}
.p-traffic-areas__graph .graph-month {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  color: #77777c;
  position: relative;
  margin-top: 12px;
}
.p-traffic-areas__graph .graph-month.current {
  color: #188a7d;
}
.p-traffic-areas__graph .graph-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 26px;
  height: 335px;
  position: relative;
}
.p-traffic-areas__graph .graph-block .date {
  width: 16px;
  border-radius: 100px 100px 0 0;
  animation: graphAnime 1s 1 ease;
}
.p-traffic-areas__graph .graph-block .session {
  background-color: #188a7d;
}
.p-traffic-areas__graph .graph-block .area {
  background-color: #d0e7e5;
}
.p-traffic-areas__graph .graph-detail {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(71, 88, 114, 0.16);
  border-radius: 8px;
  padding: 20px;
  position: absolute;
  top: -15%;
  left: 88%;
  min-width: 249px;
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 5;
}
.p-traffic-areas__graph .graph-detail .month {
  font-size: 0.875rem;
  color: #494950;
  margin-bottom: 10px;
}
.p-traffic-areas__graph .graph-detail .c-fBox {
  display: -ms-flexbox;
  display: flex;
}
.p-traffic-areas__graph .graph-detail .c-fBox .item:not(:last-child) {
  border-right: 1px solid rgba(28, 28, 36, 0.05);
  padding-right: 12px;
  margin-right: 16px;
}
.p-traffic-areas__graph .graph-detail .c-fBox .ttl {
  font-size: 0.8125rem;
  color: #77777c;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
}
.p-traffic-areas__graph .graph-detail .c-fBox .ttl::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 5px;
}
.p-traffic-areas__graph .graph-detail .c-fBox .num {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.p-traffic-areas__graph .graph-detail .c-fBox .session .ttl::before {
  background-color: #188a7d;
}
.p-traffic-areas__graph .graph-detail .c-fBox .areas .ttl::before {
  background-color: #d9e8e5;
}

@keyframes graphAnime {
  0% {
    height: 0px;
  }
}
.p-traffic-areas__graph-color {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}
.p-traffic-areas__graph-color .item {
  font-size: 0.875rem;
  color: #77777c;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.p-traffic-areas__graph-color .item::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 5px;
}
.p-traffic-areas__graph-color .session::before {
  background-color: #188a7d;
}
.p-traffic-areas__graph-color .areas::before {
  background-color: #d9e8e5;
}

@media screen and (max-width: 991px) {
  .p-traffic-areas-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 10px;
  }
  .p-traffic-areas-head__data .item:not(:last-child) {
    padding-right: 24px;
    margin-right: 16px;
  }
  .p-traffic-areas-head__data .ttl {
    font-size: 0.75rem;
    margin: 0;
    margin-bottom: 5px;
  }
  .p-traffic-areas-head__data .ttl::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .p-traffic-areas-head__data .num {
    font-size: 1.5rem;
  }
  .p-traffic-areas-head__area .area dt {
    font-size: 0.8125rem;
  }
  .p-traffic-areas-head__area .area dd {
    font-size: 0.8125rem;
  }
  .p-traffic-areas__graph {
    display: -ms-flexbox;
    display: flex;
    min-width: 640px;
    padding-bottom: 20px;
    padding-top: 30px;
    position: relative;
  }
  .p-traffic-areas__graph.is-border::before {
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    border-top: 1.5px dashed #d2d2d3;
    position: absolute;
    top: 50px;
    right: 0;
  }
  .p-traffic-areas__graph .graph-item {
    position: relative;
    cursor: pointer;
    width: 8.3333333333%;
  }
  .p-traffic-areas__graph .graph-item::before {
    width: 40px;
    height: calc(100% + 8px);
    background-color: rgba(213, 231, 255, 0.88);
    position: absolute;
    top: -8px;
  }
  .p-traffic-areas__graph .graph-item.is-active::before {
    opacity: 1;
  }
  .p-traffic-areas__graph .graph-item.is-active .graph-detail {
    opacity: 1;
    visibility: visible;
  }
  .p-traffic-areas__graph .graph-item.is-pos .graph-detail {
    left: initial;
    right: 80%;
  }
  .p-traffic-areas__graph .graph-month {
    font-size: 0.75rem;
    margin-top: 5px;
  }
  .p-traffic-areas__graph .graph-block {
    gap: 5px;
    padding: 0 10px;
    height: 335px;
  }
  .p-traffic-areas__graph .graph-block .date {
    width: 10px;
  }
  .p-traffic-areas__graph .graph-detail {
    padding: 12px 14px;
    top: -5%;
    left: 84%;
    min-width: 220px;
    -ms-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
    visibility: hidden;
  }
  .p-traffic-areas__graph .graph-detail .month {
    font-size: 0.8125rem;
    margin-bottom: 5px;
  }
  .p-traffic-areas__graph .graph-detail .c-fBox {
    display: -ms-flexbox;
    display: flex;
  }
  .p-traffic-areas__graph .graph-detail .c-fBox .item:not(:last-child) {
    padding-right: 12px;
    margin-right: 14px;
  }
  .p-traffic-areas__graph .graph-detail .c-fBox .ttl {
    font-size: 0.75rem;
    margin: 0;
    margin-bottom: 4px;
  }
  .p-traffic-areas__graph .graph-detail .c-fBox .num {
    font-size: 1.5rem;
  }
  .p-traffic-areas__graph-color {
    gap: 16px;
    margin-top: 14px;
  }
  .p-traffic-areas__graph-color .item {
    font-size: 0.8125rem;
  }
  .p-traffic-areas__graph-color .item::before {
    width: 15px;
    height: 15px;
  }
  .p-traffic-areas__pro {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    z-index: 4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-traffic-areas__pro .text {
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
  }
  .p-traffic-areas__pro .c-btn-pro {
    color: #188a7d;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #188a7d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 50px;
  }
}
/* ----------- behavior -----------*/
.p-page-behavior-contents .p-behavior-wrapper {
  grid-template-columns: 1fr 264px;
}

.dashboard-box.p-behavior-consult {
  padding: 12px;
}

.p-behavior-consult__wrap {
  background-color: rgba(95, 126, 251, 0.05);
  padding: 20px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-behavior-consult__wrap .ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}
.p-behavior-consult__wrap .lead {
  text-align: center;
  font-size: 0.8125rem;
  color: #77777c;
  margin-bottom: 24px;
}
.p-behavior-consult__wrap .p-consult__btn {
  width: 100%;
  background-color: #5b79f2;
  color: #fff;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  padding: 11px 20px;
  gap: 8px;
  transition: 0.3s ease;
}
.p-behavior-consult__wrap .p-consult__btn .icon {
  display: block;
  line-height: 1;
}
.p-behavior-consult__wrap .p-consult__btn:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .p-behavior-consult__wrap > img {
    width: 45px;
  }
}
/* --- behavior table --- */
.p-behavior-box__table thead th:first-of-type {
  padding-left: 20px;
}
.p-behavior-box__table tbody td:first-child {
  width: 15%;
}
.p-behavior-box__table tbody td:nth-child(2) {
  width: initial;
}

@media (max-width: 1100px) and (min-width: 992px) {
  .p-page-behavior-contents .dashboard-box {
    padding: 16px 10px;
  }
  .p-behavior-box__table thead th {
    font-size: 0.6875rem;
  }
}
@media (max-width: 991px) {
  .p-behavior-box-01 {
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-color: #ddd transparent;
    scrollbar-width: thin;
  }
  .p-behavior-box__table {
    white-space: nowrap;
    min-width: 620px;
  }
}
/* ----------- profile -----------*/
.p-page-profile-contents .p-dashboard-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.p-page-profile-contents .p-dashboard-head .dashboard-ttl {
  margin-bottom: 0;
}
.p-page-profile-contents .p-dashboard-head .btn.save {
  padding: 9.5px 46px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.p-page-profile-contents .p-dashboard-head .btn.save-active {
  background-color: #fff;
  color: #1c1c24;
  box-shadow: 0 2px 10px rgba(71, 88, 114, 0.1);
  padding: 10px 18px;
  border-radius: 10px;
}
.p-page-profile-contents .p-dashboard-head .btn.save-active::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../img/check-circle.svg") no-repeat center/100%;
}

.p-page-profile-contents .c-box-title {
  font-size: 1rem;
}

.p-profile-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: max-content 1fr;
  gap: 12px;
}

.p-profile-item:first-child {
  grid-area: 1/1/3/2;
}
.p-profile-item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.p-profile-item:nth-child(3) {
  grid-area: 2/2/3/3;
}
.p-profile-item .c-btn-contact {
  text-align: right;
  margin-top: 16px;
}
.p-profile-item .c-btn-contact a {
  background-color: #777777;
  padding: 9px 26px;
  font-size: 0.875rem;
}

.p-profile-box {
  background-color: #fff;
  border: 1px solid #e8e8e9;
  border-radius: 6px;
  padding: 16px;
}
.p-profile-box:not(:last-child) {
  margin-bottom: 0;
}
.p-profile-box .c-box-head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 18px;
  margin-bottom: 12px;
}
.p-profile-box .item .form-control-plaintext {
  padding: 15px 0;
}
.p-profile-box .c-fBox {
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.p-profile-box .c-fBox .item {
  width: 50%;
}
.p-profile-box .conversion-box {
  margin-top: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 12px;
}
.p-profile-box .item-plan {
  padding: 15px;
  border: 1px solid #d2d2d3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
}
.p-profile-box .item-plan:not(:last-of-type) {
  margin-bottom: 8px;
}
.p-profile-box .item-plan p {
  font-weight: 700;
}
.p-profile-box .item-plan .plan-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #525252;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-top: 5px;
}
.p-profile-box .item-plan .plan-list li {
  padding-left: 16px;
  position: relative;
}
.p-profile-box .item-plan .plan-list li.active::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/icon_check_bk.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-profile-box .item-plan .plan-btn {
  font-size: 0.75rem;
  color: #525252;
  padding: 2px 6px;
  border-radius: 6px;
  transition: 0.3s ease;
}
.p-profile-box .item-plan .plan-btn:hover {
  opacity: 0.7;
}
.p-profile-box .item-plan-free .plan-btn {
  background-color: #fffc98;
}
.p-profile-box .item-plan-pro .plan-btn {
  background-color: #aeddd7;
}

.policy-link a {
  color: #585858;
  font-size: 0.8rem;
}

.policy-link img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.quit-link {
  line-height: 1.2;
}
.quit-link a {
  color: #2176f5;
  font-size: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .p-profile-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-profile-contents .p-dashboard-head {
    padding: 12px 16px;
    position: sticky;
    top: 40px;
  }
  .p-page-profile-contents .p-dashboard-head .btn.save {
    padding: 9.5px 30px;
  }
  .p-page-profile-contents .p-dashboard-head .btn.save-active {
    padding: 10px 18px;
    font-size: 0.875rem;
    gap: 8px;
  }
  .p-page-profile-contents .dashboard-box {
    padding: 24px 16px;
  }
  .p-profile-item .c-btn-contact {
    text-align: right;
    margin-top: 16px;
  }
  .p-profile-item .c-btn-contact a {
    background-color: #777777;
    padding: 9px 26px;
    font-size: 0.875rem;
  }
  .p-profile-box:not(:last-child) {
    margin-bottom: 0;
  }
  .p-profile-box .form-label {
    font-size: 0.9375rem;
  }
  .p-profile-box .item .form-control-plaintext {
    padding: 5px 0 8px;
  }
  .p-profile-box .c-fBox {
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
  }
  .p-profile-box .c-fBox .item {
    width: 50%;
  }
  .p-profile-box .conversion-box {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .p-profile-box .item-plan {
    padding: 15px;
    border: 1px solid #d2d2d3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 6px;
  }
  .p-profile-box .item-plan:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .p-profile-box .item-plan p {
    font-weight: 700;
  }
  .p-profile-box .item-plan .plan-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #525252;
    font-size: 0.75rem;
    line-height: 1.8;
    margin-top: 5px;
  }
  .p-profile-box .item-plan .plan-list li {
    padding-left: 16px;
    position: relative;
  }
  .p-profile-box .item-plan .plan-list li.active::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img/icon_check_bk.svg") no-repeat center/100%;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-profile-box .item-plan .plan-btn {
    font-size: 0.75rem;
    color: #525252;
    padding: 2px 6px;
    border-radius: 6px;
    transition: 0.3s ease;
  }
  .p-profile-box .item-plan .plan-btn:hover {
    opacity: 0.7;
  }
  .p-profile-box .item-plan-free .plan-btn {
    background-color: #fffc98;
  }
  .p-profile-box .item-plan-pro .plan-btn {
    background-color: #aeddd7;
  }
  .p-quit-link {
    padding: 15px 0 0;
  }
}
/* ----------- cancel -----------*/
.p-cancel-block {
  position: fixed;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 36, 0.4);
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-cancel-block .row {
  padding-top: 20px;
}
.p-cancel-block .c-bg__block {
  padding: 32px 24px 40px;
}
.p-cancel-block .c-bg__block .c-title {
  font-size: 1.3125rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
.p-cancel-block .c-bg__block .lead {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.p-cancel-block .c-bg__block .lead:not(:last-of-type) {
  margin-bottom: 24px;
}
.p-cancel-block .btn {
  background-color: #777777;
  border: 1px solid #777777;
  font-size: 14px;
  padding: 12px;
  line-height: 1;
}
.p-cancel-block .btn.cancel {
  background-color: #fff;
  color: #777777;
}
.p-cancel-block .btn.close {
  display: block;
  width: 100%;
  max-width: 206px;
  margin: 30px auto 0;
  background-color: #fff;
  color: #777777;
}
.p-cancel-block .btn-list {
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  margin-top: 55px;
}
.p-cancel-block .btn-list .btn {
  width: 50%;
}

@media screen and (max-width: 820px) {
  .p-cancel-block .row {
    padding-top: 50px;
  }
  .p-cancel-block .container {
    padding: 0 12px;
  }
  .p-cancel-block .col-lg-6 {
    padding: 0 12px;
  }
  .p-cancel-block .c-bg__block {
    padding: 30px 20px 34px;
  }
  .p-cancel-block .c-bg__block .c-title {
    font-size: 1.25rem;
  }
  .p-cancel-block .btn.close {
    margin-top: 20px;
    max-width: 170px;
  }
  .p-cancel-block .btn-list {
    margin-top: 20px;
    gap: 10px;
  }
}
/* ----------- conversion -----------*/
.p-conversion-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 12px;
}

.p-conversion-box {
  background-color: #fff;
  border: 1px solid #e8e8e9;
  border-radius: 6px;
  padding: 16px;
}
.p-conversion-box:not(:last-child) {
  margin-bottom: 0;
}
.p-conversion-box:first-child {
  grid-area: 1/1/3/2;
}
.p-conversion-box:nth-child(2) {
  grid-area: 1/2/2/3;
}
.p-conversion-box .c-question-detail {
  width: 290px;
  white-space: wrap;
  z-index: 5;
}

.dashboard-box.p-conversion-contact {
  padding: 12px;
}

.p-conversion-contact__wrap {
  background-color: rgba(95, 126, 251, 0.05);
  padding: 20px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5625rem;
}
.p-conversion-contact__wrap .ttl {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-conversion-contact__wrap .lead {
  font-size: 0.8125rem;
  color: #77777c;
  margin-bottom: 24px;
}
.p-conversion-contact__wrap .p-consult__btn {
  width: 100%;
  max-width: 208px;
  background-color: #5b79f2;
  color: #fff;
  font-size: 0.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  padding: 11px 20px;
  gap: 8px;
  transition: 0.3s ease;
}
.p-conversion-contact__wrap .p-consult__btn .icon {
  display: block;
  line-height: 1;
}
.p-conversion-contact__wrap .p-consult__btn:hover {
  opacity: 0.7;
}

.p-conversion-box__wrap {
  position: relative;
}

.p-conversion__pro {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 49px;
  right: 0;
  width: 100%;
  height: calc(100% - 48px);
  z-index: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-conversion__pro .text {
  font-weight: 700;
  font-size: 1.0625rem;
}
.p-conversion__pro .c-btn-pro {
  color: #188a7d;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #188a7d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-conversion__pro .c-btn-pro:hover {
    background-color: #188a7d;
    color: #fff;
  }
}
.p-conversion__pro.is-registered {
  display: none;
}

@media screen and (max-width: 991px) {
  .p-conversion-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    gap: 10px;
  }
  .p-conversion-box {
    background-color: #fff;
    border: 1px solid #e8e8e9;
    border-radius: 6px;
    padding: 15px;
  }
  .p-conversion-box:first-child {
    grid-area: initial;
  }
  .p-conversion-box:nth-child(2) {
    grid-area: initial;
  }
  .p-conversion__pro {
    top: 34px;
    height: calc(100% - 34px);
  }
  .p-conversion__pro .text {
    font-size: 1rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-conversion-contact__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .p-conversion-contact__wrap .img-block {
    max-width: 45px;
  }
  .p-conversion-contact__wrap .text-block {
    width: 100%;
  }
  .p-conversion-contact__wrap .ttl {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .p-conversion-contact__wrap .p-consult__btn {
    width: 100%;
    max-width: 100%;
  }
  .p-conversion-box .c-question-detail {
    width: 15.375rem;
    white-space: wrap;
  }
}
/* --- table --- */
.p-conversion-box__table thead {
  height: 48px;
}
.p-conversion-box__table thead th {
  vertical-align: middle;
  line-height: 1.1;
}
.p-conversion-box__table tbody td:first-child {
  width: 22%;
}
.p-conversion-box__table tbody td:nth-child(2) {
  width: 36%;
}

@media screen and (max-width: 991px) {
  .p-conversion-box__table thead {
    height: 32px;
  }
  .p-conversion-box__table tbody td:first-child {
    width: 24%;
  }
  .p-conversion-box__table tbody td:nth-child(2) {
    width: 30%;
  }
}
/* ----------- conversion areas -----------*/
.p-conversion-areas-wrapper {
  display: block;
}

.p-conversion-areas-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.p-conversion-areas-head__data {
  display: -ms-flexbox;
  display: flex;
}
.p-conversion-areas-head__data .item:not(:last-child) {
  border-right: 1px solid rgba(28, 28, 36, 0.05);
  padding-right: 12px;
  margin-right: 16px;
}
.p-conversion-areas-head__data .ttl {
  font-size: 0.8125rem;
  color: #77777c;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
}
.p-conversion-areas-head__data .ttl::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 5px;
}
.p-conversion-areas-head__data .num {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.p-conversion-areas-head__data .session .ttl::before {
  background-color: #188a7d;
}
.p-conversion-areas-head__data .areas .ttl::before {
  background-color: #d9e8e5;
}

.p-conversion-areas-head__area .area {
  display: -ms-flexbox;
  display: flex;
  color: #77777c;
}
.p-conversion-areas-head__area .area .icon {
  line-height: 1;
  display: inline-block;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-conversion-areas-head__area .area dt {
  font-weight: 600;
  font-size: 0.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
}
.p-conversion-areas-head__area .area dd {
  font-size: 0.875rem;
  font-weight: 600;
}
.p-conversion-areas__scroll {
  overflow-y: initial;
  overflow-x: scroll;
  scrollbar-color: #ddd transparent;
  scrollbar-width: thin;
  position: relative;
}

.p-conversion-areas__color {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}
.p-conversion-areas__color .item {
  font-size: 0.875rem;
  color: #77777c;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.p-conversion-areas__color .item::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 5px;
}
.p-conversion-areas__color .session::before {
  background-color: #188a7d;
}
.p-conversion-areas__color .areas::before {
  background-color: #d9e8e5;
}

@media screen and (max-width: 991px) {
  .p-conversion-areas-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 10px;
  }
  .p-conversion-areas-head__data .item:not(:last-child) {
    padding-right: 24px;
    margin-right: 16px;
  }
  .p-conversion-areas-head__data .ttl {
    font-size: 0.75rem;
    margin: 0;
    margin-bottom: 5px;
  }
  .p-conversion-areas-head__data .ttl::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .p-conversion-areas-head__data .num {
    font-size: 1.5rem;
  }
  .p-conversion-areas-head__area .area dt {
    font-size: 0.8125rem;
  }
  .p-conversion-areas-head__area .area dd {
    font-size: 0.8125rem;
  }
  .p-conversion-areas__color {
    gap: 16px;
    margin-top: 14px;
  }
  .p-conversion-areas__color .item {
    font-size: 0.8125rem;
  }
  .p-conversion-areas__color .item::before {
    width: 15px;
    height: 15px;
  }
}
/* --------------- analytics no id ---------------*/
.p-conversion-set {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 36, 0.4);
  z-index: 1;
}
.p-conversion-set .row {
  padding-top: 20px;
}
.p-conversion-set .c-bg__block .c-title {
  font-size: 1.375rem;
  line-height: 1.4;
}
.p-conversion-set .tel {
  text-align: center;
}
.p-conversion-set .tel a {
  color: #1c1c24;
  font-weight: 600;
}
.p-conversion-set .form-label {
  color: #494950;
}

@media screen and (max-width: 820px) {
  .p-conversion-set {
    height: initial;
    padding-bottom: 20vh;
  }
  .p-conversion-set .container {
    padding: 0 12px;
  }
  .p-conversion-set .row {
    padding-top: 50px;
  }
  .p-conversion-set .c-bg__block .c-title {
    font-size: 1.25rem;
  }
  .p-conversion-set .tel {
    font-size: 0.9375rem;
  }
}
/* ----------- market-comparison -----------*/
.p-market-comparison-wrapper {
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 264px;
  grid-template-rows: auto;
  gap: 12px;
}

.p-market-comparison-box {
  background-color: #fff;
  border: 1px solid #e8e8e9;
  border-radius: 6px;
  padding: 16px;
}
.p-market-comparison-box:not(:last-child) {
  margin-bottom: 0;
}
.p-market-comparison-box:first-child {
  grid-area: 1/1/2/2;
}
.p-market-comparison-box:nth-child(2) {
  grid-area: 2/1/3/2;
}
.p-market-comparison-box:nth-child(3) {
  grid-area: 1/2/3/3;
  max-height: 320px;
}
.p-market-comparison-box:nth-child(3) .ttl {
  margin-top: 16px;
}
.p-market-comparison-box:nth-child(3) .lead {
  text-align: left;
  font-size: 0.75rem;
  margin-bottom: 12px;
}
.p-market-comparison-box .c-question-detail {
  width: 290px;
  white-space: wrap;
  z-index: 5;
}
.p-market-comparison-box.box-02 .c-question-detail {
  width: 250px;
}

@media screen and (max-width: 991px) {
  .p-market-comparison-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
  }
  .p-market-comparison-box {
    border-radius: 6px;
    padding: 16px;
    width: 100%;
  }
  .p-market-comparison-box:not(:last-child) {
    margin-bottom: 0;
  }
  .p-market-comparison-box:nth-child(3) {
    max-height: initial;
    width: 100%;
  }
  .p-market-comparison-box .c-question-detail {
    width: 17.5rem;
    left: -50%;
  }
  .p-market-comparison-box.box-02 .c-question-detail {
    width: 15.625rem;
  }
}
.p-market-comparison-box .p-stage-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2.5rem;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}
.p-market-comparison-box .p-stage-box .stage-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.p-market-comparison-box .p-stage-box .stage-img {
  width: 132px;
}
.p-market-comparison-box .p-stage-box .stage-img .stage-rank {
  position: relative;
  width: 132px;
  height: 132px;
}
.p-market-comparison-box .p-stage-box .stage-img .stage-rank svg {
  position: relative;
  width: 132px;
  height: 132px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-market-comparison-box .p-stage-box .stage-img .stage-rank svg circle {
  position: relative;
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 380;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
.p-market-comparison-box .p-stage-box .stage-img .stage-rank svg circle.sp {
  display: none;
}
.p-market-comparison-box .p-stage-box .stage-img .stage-rank .base {
  stroke: #f3f3f3;
}
.p-market-comparison-box .p-stage-box .stage-img .stage-rank .text {
  margin: 0;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 4.625rem;
  line-height: 1;
}
.p-market-comparison-box .p-stage-box .stage-img .stage-rank .line {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  animation: circleAnim 1s linear 0.5s forwards;
}
@keyframes circleAnim {
  0% {
    stroke-dashoffset: 380;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.p-market-comparison-box .p-stage-box .stage-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.p-market-comparison-box .p-stage-box .stage-text .text {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
}
.p-market-comparison-box .p-stage-box .stage-wrap .lead {
  font-weight: 600;
  font-size: 0.9375rem;
}
.p-market-comparison-box .p-stage-box .stage-average {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #494950;
  margin: 0;
}
.p-market-comparison-box .p-stage-box .stage-average dt {
  font-weight: 500;
  font-size: 0.8125rem;
}
.p-market-comparison-box .p-stage-box .stage-average dd {
  font-weight: 700;
  font-size: 1.75rem;
  font-family: "Noto Sans", serif;
  line-height: 1;
}
.p-market-comparison-box
  .p-stage-box
  .stage-block.stage-a
  .stage-img
  .stage-rank
  .line {
  animation: circleAnim-a 1s linear 0.5s forwards;
}
@keyframes circleAnim-a {
  0% {
    stroke-dashoffset: 380;
  }
  100% {
    stroke-dashoffset: 95;
  }
}
.p-market-comparison-box .p-stage-box .stage-block.stage-a .stage-text .text {
  color: #ee4a73;
}
.p-market-comparison-box .p-stage-box .stage-block.stage-s .stage-text .text {
  color: #b1a079;
}
.p-market-comparison-box
  .p-stage-box
  .stage-block.stage-b
  .stage-img
  .stage-rank
  .line {
  animation: circleAnim-b 1s linear 0.5s forwards;
}
@keyframes circleAnim-b {
  0% {
    stroke-dashoffset: 380;
  }
  100% {
    stroke-dashoffset: 190;
  }
}
.p-market-comparison-box .p-stage-box .stage-block.stage-b .stage-text .text {
  color: #4294ff;
}
.p-market-comparison-box
  .p-stage-box
  .stage-block.stage-c
  .stage-img
  .stage-rank
  .line {
  animation: circleAnim-c 1s linear 0.5s forwards;
}
@keyframes circleAnim-c {
  0% {
    stroke-dashoffset: 380;
  }
  100% {
    stroke-dashoffset: 285;
  }
}
.p-market-comparison-box .p-stage-box .stage-block.stage-c .stage-text .text {
  color: #9163f6;
}
.p-market-comparison-box .p-stage-box .stage-position {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 16px;
}
.p-market-comparison-box .p-stage-box .stage-position .center-mark {
  font-size: 0.875rem;
  text-align: center;
  color: #188a7d;
  font-weight: 700;
  margin: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-market-comparison-box .p-stage-box .stage-position .center-mark::after {
  content: "";
  display: block;
  width: 3px;
  height: 14px;
  border-right: 2px dotted #188a7d;
  margin: 0 auto;
}
.p-market-comparison-box .p-stage-box .stage-list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 3px;
  width: 100%;
}
.p-market-comparison-box .p-stage-box .stage-list li {
  width: 25%;
  position: relative;
  font-weight: 700;
  text-align: center;
  font-size: 0.9375rem;
  padding: 8px 0.5rem;
}
.p-market-comparison-box .p-stage-box .stage-list li.current .current-mark {
  opacity: 1;
  visibility: visible;
}
.p-market-comparison-box .p-stage-box .stage-list .stage-c {
  background-color: rgba(185, 220, 216, 0.5);
  color: #74b9b1;
  border-radius: 4px 0 0 4px;
}
.p-market-comparison-box .p-stage-box .stage-list .stage-b {
  background-color: rgba(116, 185, 177, 0.5);
  color: #188a7d;
}
.p-market-comparison-box .p-stage-box .stage-list .stage-a {
  background-color: rgba(24, 138, 125, 0.6);
  color: #fff;
}
.p-market-comparison-box .p-stage-box .stage-list .stage-s {
  background-color: #188a7d;
  color: #fff;
  border-radius: 0 4px 4px 0;
}
.p-market-comparison-box .p-stage-box .stage-list .current-mark {
  margin: 0;
  display: inline-block;
  background-color: #494950;
  color: #fff;
  font-size: 0.8125rem;
  border-radius: 4px;
  padding: 6px;
  width: 108px;
  position: absolute;
  left: 50%;
  top: -40px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.p-market-comparison-box .p-stage-box .stage-list .current-mark::after {
  content: "";
  display: block;
  width: 22px;
  height: 14px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #494950;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-market-comparison-box .p-stage-box .stage-num {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4px;
  width: 75%;
  margin: 0 auto;
}
.p-market-comparison-box .p-stage-box .stage-num li {
  font-size: 0.8125rem;
  width: 33.3333333333%;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .p-market-comparison-box .p-stage-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
  .p-market-comparison-box .p-stage-box .stage-position {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .p-market-comparison-box .p-stage-box {
    gap: 3.75rem;
  }
  .p-market-comparison-box .p-stage-box .stage-img {
    width: 90px;
  }
  .p-market-comparison-box .p-stage-box .stage-img .stage-rank {
    width: 90px;
    height: 90px;
  }
  .p-market-comparison-box .p-stage-box .stage-img .stage-rank svg {
    width: 90px;
    height: 90px;
  }
  .p-market-comparison-box .p-stage-box .stage-img .stage-rank svg circle {
    stroke-dasharray: 250;
    stroke-dashoffset: 0;
  }
  .p-market-comparison-box .p-stage-box .stage-img .stage-rank svg circle.sp {
    display: block;
  }
  .p-market-comparison-box .p-stage-box .stage-img .stage-rank svg circle.pc {
    display: none;
  }
  .p-market-comparison-box .p-stage-box .stage-img .stage-rank .base {
    stroke: #f3f3f3;
  }
  .p-market-comparison-box .p-stage-box .stage-img .stage-rank .line {
    stroke-dasharray: 250;
    stroke-dashoffset: 250;
  }
  .p-market-comparison-box .p-stage-box .stage-img .stage-rank .text {
    top: calc(50% - 2px);
    left: 50%;
    font-size: 2.75rem;
  }
  @keyframes circleAnim {
    0% {
      stroke-dashoffset: 250;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  .p-market-comparison-box .p-stage-box .stage-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
  }
  .p-market-comparison-box .p-stage-box .stage-text .text {
    font-size: 0.9375rem;
  }
  .p-market-comparison-box .p-stage-box .stage-average dt {
    font-weight: 500;
    font-size: 0.75rem;
  }
  .p-market-comparison-box .p-stage-box .stage-average dd {
    font-size: 1.375rem;
  }
  .p-market-comparison-box .p-stage-box .stage-position .center-mark {
    font-size: 0.8125rem;
  }
  .p-market-comparison-box .p-stage-box .stage-list li {
    font-size: 0.8125rem;
    padding: 5px 0.5rem;
  }
  .p-market-comparison-box .p-stage-box .stage-list .current-mark {
    font-size: 0.75rem;
    padding: 6px 0;
    width: 6.25rem;
  }
  .p-market-comparison-box .p-stage-box .stage-num li {
    font-size: 0.75rem;
  }
  .p-market-comparison-box .stage-block.stage-a .stage-img .stage-rank .line {
    animation: circleAnim-a 1s linear 0.5s forwards;
  }
  @keyframes circleAnim-a {
    0% {
      stroke-dashoffset: 250;
    }
    100% {
      stroke-dashoffset: 62.5;
    }
  }
  .p-market-comparison-box .stage-block.stage-a .stage-text .text {
    color: #ee4a73;
  }
  .p-market-comparison-box .stage-block.stage-s .stage-text .text {
    color: #b1a079;
  }
  .p-market-comparison-box .stage-block.stage-b .stage-img .stage-rank .line {
    animation: circleAnim-b 1s linear 0.5s forwards;
  }
  @keyframes circleAnim-b {
    0% {
      stroke-dashoffset: 250;
    }
    100% {
      stroke-dashoffset: 125;
    }
  }
  .p-market-comparison-box .stage-block.stage-b .stage-text .text {
    color: #4294ff;
  }
  .p-market-comparison-box .stage-block.stage-c .stage-img .stage-rank .line {
    animation: circleAnim-c 1s linear 0.5s forwards;
  }
  @keyframes circleAnim-c {
    0% {
      stroke-dashoffset: 250;
    }
    100% {
      stroke-dashoffset: 187.5;
    }
  }
  .p-market-comparison-box .stage-block.stage-c .stage-text .text {
    color: #9163f6;
  }
}
.p-market-comparison__wrap .active-session {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.p-market-comparison__wrap .active-session dt {
  font-weight: 500;
  font-size: 0.75rem;
}
.p-market-comparison__wrap .active-session dd {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans", serif;
  line-height: 1.5;
}

.p-market-comparison-box .c-contents-menu {
  border-top: 1px solid #ebebeb;
  width: calc(100% + 32px);
  margin-left: -16px;
}
.p-market-comparison-box .c-contents-menu__wrap {
  padding: 10px 16px;
}
.p-market-comparison-box .c-contents-menu__inner {
  min-width: initial;
}
.p-market-comparison-box .c-contents-menu__lsit li {
  cursor: pointer;
}
.p-market-comparison-box .c-contents-menu__lsit li.is-current {
  background-color: #ebf3f2;
  color: #188a7d;
}
.p-market-comparison-box .c-contents-panel {
  display: none;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: thin;
}
.p-market-comparison-box .c-contents-panel.is-current {
  display: block;
}

@media screen and (max-width: 991px) {
  .p-market-comparison-box .c-contents-menu {
    border-top: 1px solid #ebebeb;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .p-market-comparison-box .c-contents-menu__wrap {
    padding: 10px 16px;
  }
  .p-market-comparison-box .c-contents-menu__inner {
    min-width: 56.25rem;
  }
  .p-market-comparison-box .c-contents-menu__lsit li {
    cursor: pointer;
  }
  .p-market-comparison-box .c-contents-menu__lsit li.is-current {
    background-color: #ebf3f2;
    color: #188a7d;
  }
  .p-market-comparison-box .c-contents-panel {
    display: none;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-color: #ddd transparent;
    scrollbar-width: thin;
  }
  .p-market-comparison-box .c-contents-panel.is-current {
    display: block;
  }
}
/* --- table --- */
.p-market-comparison__table {
  margin-bottom: 16px;
}
.p-market-comparison__table thead {
  height: 48px;
}
.p-market-comparison__table thead th {
  vertical-align: middle;
  line-height: 1.1;
}
.p-market-comparison__table tbody td:first-child {
  width: auto;
}
.p-market-comparison__table tbody td:nth-child(2) {
  width: auto;
}

/* ----------- market-comparison 02-----------*/
.p-market-comparison-wrapper-02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}
.p-market-comparison-wrapper-02 .p-market-comparison-box:first-child {
  -ms-flex: 1;
  flex: 1;
}
.p-market-comparison-wrapper-02 .p-market-comparison-box:nth-child(2) {
  max-width: 264px;
}

.p-market-comparison-box .stage-data {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.p-market-comparison-box .stage-data-box {
  width: 50%;
  max-width: 260px;
  border: 1px solid #e8e8e9;
  border-radius: 6px;
  padding: 12px 10px 12px 18px;
}
.p-market-comparison-box .stage-data-box .ttl {
  margin: 0;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #77777c;
  margin-bottom: 10px;
}
.p-market-comparison-box .stage-data-box .c-fBox {
  display: -ms-flexbox;
  display: flex;
}
.p-market-comparison-box .stage-data-box .data {
  margin: 0;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4px;
  color: #188a7d;
}
.p-market-comparison-box .stage-data-box .data dt {
  font-size: 0.9375rem;
}
.p-market-comparison-box .stage-data-box .data dd {
  margin: 0;
  font-size: 0.9375rem;
}
.p-market-comparison-box .stage-data-box .data dd .num {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans", serif;
}
.p-market-comparison-box .stage-data-box .data:nth-of-type(1) {
  border-right: 1px solid #e8e8e9;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 991px) {
  .p-market-comparison-wrapper-02 .p-market-comparison-box:nth-child(2) {
    max-width: 100%;
  }
  .p-market-comparison-box .stage-data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
  }
  .p-market-comparison-box .stage-data-box {
    width: 100%;
    max-width: 100%;
    padding: 0.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-market-comparison-box .stage-data-box .ttl {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .p-market-comparison-box .stage-data-box .c-fBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 1;
    flex: 1;
  }
  .p-market-comparison-box .stage-data-box .data {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-market-comparison-box .stage-data-box .data dt {
    font-size: 0.8125rem;
  }
  .p-market-comparison-box .stage-data-box .data dd {
    margin: 0;
    font-size: 0.8125rem;
  }
  .p-market-comparison-box .stage-data-box .data dd .num {
    font-size: 1.5rem;
  }
}
.p-market-comparison__wrap .p-not-pro {
  position: relative;
  overflow: hidden;
}
.p-market-comparison__wrap .p-conversion__pro {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  top: 50px;
  left: 15%;
  width: 85%;
  height: calc(100% - 30px);
  z-index: 4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-market-comparison__wrap .p-conversion__pro .text {
  font-weight: 700;
  font-size: 1.0625rem;
}
.p-market-comparison__wrap .p-conversion__pro .c-btn-pro {
  color: #188a7d;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #188a7d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-market-comparison__wrap .p-conversion__pro .c-btn-pro:hover {
    background-color: #188a7d;
    color: #fff;
  }
}
.p-market-comparison__wrap .p-conversion__pro.is-registered {
  display: none;
}

@media screen and (max-width: 1300px) {
  .p-market-comparison__wrap .p-conversion__pro {
    left: 0;
    width: 100%;
  }
  .p-market-comparison__wrap .p-conversion__pro .text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .p-market-comparison__wrap {
    position: relative;
  }
  .p-market-comparison__wrap .p-not-pro {
    position: relative;
    overflow: hidden;
  }
  .p-market-comparison__wrap .p-conversion__pro {
    top: 50px;
    left: 0;
    width: 100%;
    min-width: 100%;
    margin: 0;
    height: calc(100% - 40px);
  }
}
