@charset "UTF-8";
/* ——— common ———*/
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 0;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #222;
  overflow-x: hidden;
  background-color: #F5F5F5;
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

body.home {
  background-color: #fff;
}

p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

p.u-text-sm {
  font-size: 12px;
  line-height: 1.66;
}

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

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

.c-btn {
  background-color: #00B7A7;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
}

.c-btn__round {
  height: 46px;
  width: 100%;
  max-width: 275px;
  margin: 20px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  color: #00B7A7;
  font-weight: 600;
  border-radius: 25px;
  border: 2px solid #00B7A7;
}

.c-sec-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 45px;
}

.c-link,
.c-page-back {
  text-align: center;
  font-weight: 400;
  margin-top: 40px;
}
.c-link a,
.c-page-back a {
  color: #00B7A7;
}

.c-value {
  line-height: 1.14;
  font-weight: 600;
  margin-top: 5px;
  font-size: 16px;
}
.c-value .num {
  font-family: "DIN Alternate", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.c-value .unit {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.c-value .text {
  font-size: 20px;
}
.c-value .status {
  font-weight: 400;
  font-size: 18px;
  padding:3px 9px;
  border-radius: 30px;
  margin-right:0px;
}
.c-value .b-1,.c-value .k-1,.c-value .s-1 {
  color: #fff;
  background-color: #00B7A7;
}
.c-value .b-2,.c-value .b-3,.c-value .k-2 {
  color: #00B7A7;
  background-color: #fff;
  border: 1px solid #00B7A7;
}
.c-value .b-4,.c-value .k-3,.c-value .s-2 {
  color: #7E7E7E;
  background-color: #fff;
  border: 1px solid #7E7E7E;
}
.c-value .k-4,.c-value .s-3 {
  color: #fff;
  background-color: #e8b12d;
}
.c-value .b-5,.c-value .k-5,.c-value .s-4,.c-value .s-5 {
  color: #fff;
  background-color: #D16153;
}

.c-lead {
  font-size: 20px;
  line-height: 1.5;
}

.c-text-note {
  color: #BE2715;
  line-height: 1.5;
  margin-top: 16px;
  font-size: 16px;
}

/* ---------- layout ----------*/
.l-main {
  padding-bottom: 100px;
}

.l-wrap {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.c-section {
  padding: 15px 0 30px;
  margin-top: 66px;
}
.c-section .l-wrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 15px;
}

/* ---------- header ----------*/
.l-header {
  width: 100%;
  height: 66px;
  background-color: #fff;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
body.home .l-header {
  background-color: rgba(0,0,0,0);
}
.l-header .l-header__back {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #7E7E7E;
  border-bottom: 2px solid #7E7E7E;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
  left: 20px;
}
.l-header .page-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.l-header__nav .menu-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  height: 60px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.l-header__nav .wrap {
  padding: 10px 15px;
}

.id-num {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.id-num dt {
  color: #00B7A7;
  font-size: 14px;
  font-weight: 600;
}
.id-num dd {
  font-size: 14px;
  font-weight: 400;
}

.l-header__nav {
  z-index: 999;
  width: 100%;
  background: #F5F5F5;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  padding-bottom: 100px; /*必要に応じて、下部に余白を追加*/
}

.l-header__menu {
  margin-top: 40px;
}
.l-header__menu li {
  margin-bottom: 10px;
}
.l-header__menu li p,
.l-header__menu li a {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  -ms-flex-pack: start;
      justify-content: flex-start;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  gap: 10px;
}
.l-header__menu li p::after,
.l-header__menu li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #ADADAD;
  border-right: 1.5px solid #ADADAD;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
  right: 16px;
}
.l-header__menu li .lock {
  display: inline-block;
  margin-left: 5px;
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
}
.l-header__menu li .menu-lock {
  pointer-events: none;
}
.l-header__menu li .menu-lock::after {
  display: none;
}

.l-header-title {
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  max-height: 150px;
}

.l-header__premium {
  text-align: center;
  margin-top: 40px;
}
.l-header__premium a {
  font-size: 18px;
  font-weight: 600;
}
.l-header__premium p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 8px;
  text-align: left;
  margin: 8px auto 0;
  letter-spacing: 0.06em;
}

.c-hamburger {
  display: block;
  transition: all 0.2s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  z-index: 99999999;
  position: relative;
  position: absolute;
  top: 14px;
  right: 16px;
}
.c-hamburger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background-color: #ADADAD;
  border-radius: 4px;
  width: 24px;
  left: 16px;
}
.c-hamburger span:nth-of-type(1) {
  top: 12px;
}
.c-hamburger span:nth-of-type(2) {
  top: 19px;
}
.c-hamburger span:nth-of-type(3) {
  top: 26px;
}
.c-hamburger.is-active span:nth-of-type(1) {
  -ms-transform: translateY(7px) rotate(-30deg);
      transform: translateY(7px) rotate(-30deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  -ms-transform: translateY(-7px) rotate(30deg);
      transform: translateY(-7px) rotate(30deg);
}

.c-edit-btn {
  color: #00B7A7;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-weight: 400;
}

.c-app-title {
  text-align: center;
}

/* ---------- footer ----------*/
.l-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 15px 30px 20px;
}

.l-footer__menu {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.l-footer__menu a {
  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;
  font-size: 14px;
  color: #7E7E7E;
  font-weight: 500;
}
.l-footer__menu a .icon {
  margin-bottom: 4px;
}
.l-footer__menu a.nav-home {
  color: #00B7A7;
}
.l-footer__menu a.disable {
  color: #D8D8D8;
}
/* .l-footer__menu a.is-active {
  color: #00B7A7;
}
.l-footer__menu li:nth-child(1) .icon {
  width: 15px;
  height: 15px;
  -webkit-mask-image: url("../img/footer-icon_1.svg");
          mask-image: url("../img/footer-icon_1.svg");
  -webkit-mask-size: 15px;
          mask-size: 15px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  background-color: #7e7e7e;
}
.l-footer__menu li:nth-child(2) .icon {
  width: 16px;
  height: 15px;
  -webkit-mask-image: url("../img/footer-icon_2.svg");
          mask-image: url("../img/footer-icon_2.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  background-color: #7e7e7e;
}
.l-footer__menu li:nth-child(3) .icon {
  width: 18px;
  height: 15px;
  -webkit-mask-image: url("../img/footer-icon_3.svg");
          mask-image: url("../img/footer-icon_3.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  background-color: #7e7e7e;
}
.l-footer__menu li:nth-child(4) .icon {
  width: 15px;
  height: 15px;
  -webkit-mask-image: url("../img/footer-icon_4.svg");
          mask-image: url("../img/footer-icon_4.svg");
  -webkit-mask-size: 15px;
          mask-size: 15px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  background-color: #7e7e7e;
}
.l-footer__menu li .is-active .icon {
  background-color: #00B7A7;
} */

.l-footer__menu li.unread {
  position: relative;
}

.l-footer__menu li.unread::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  left: 45px;
  width: 10px;
  height: 10px;
  background-color: #F40000;
  border: 1.2px solid #fff;
  border-radius: 50%;
}

/* ---------- top ---------- */
#home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100svh;
  min-height: 580px;
  padding-bottom: 0;
}
#home .p-top-mv {
  width: 100%;
  padding: 20px 0;
}
#home .p-top-mv .c-btn {
  margin-top: 15px;
  background-color: #00B7A7;
  width: calc(100% - 30px);
  margin: 0 auto;
  font-size: 18px;
}
#home .p-top-mv .c-btn.not-meter {
  background-color: #E8B12D;
}
#home .p-top-mv .modal-head {
  margin-bottom: 30px;
}
#home .p-top-mv .share-area p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
#home .p-top-mv .share-area .app-qr {
  max-width: 140px;
  margin: 20px auto;
}
#home .c-app-title {
  margin-bottom: 20px;
}
#home .app-mv {
  text-align: center;
  position: relative;
}
#home .app-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-color: #E4FAF8;
  position: absolute;
  bottom: 0;
  left: 0;
}
#home .app-mv img {
  position: relative;
  width: 90%;
}
#home .app-mv-text {
  text-align: center;
  width: 90%;
  margin: 0 auto 40px;
}
#home .page-link {
  text-align: center;
  line-height: 0.8;
}
#home .page-link a {
  color: #333333;
  font-size: 14px;
}
#home .page-link::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/icon_mark.svg") top left/100%;
  margin-right: 3px;
  vertical-align: text-bottom;
}

#home .app-mv-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: calc(100% - 30px);
  margin: 0 auto;
  gap: 2%;
}
#home .app-mv-btn .c-btn {
  width: 49%;
}

#home .app-mv-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 30px;
  margin-top: 25px;
}
#home .app-mv-share {
  color: #00B7A7;
  font-size: 14px;
}
#home .app-mv-share::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/icon-share.svg") top left/100%;
  margin-right: 3px;
  vertical-align: text-bottom;
}
#home .lang-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 25px;
  gap: 14px;
}
#home .lang-list .lang-item {
  height: 24px;
}
#home .lang-list .lang-item a {
  width: 100%;
  height: 100%;
  padding: 0 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  border: 1px solid #333333;
  border-radius: 15px;
}
#home .lang-list .lang-item.is-active a {
  color: #00B7A7;
  border-color: #00B7A7;
}

@media screen and (max-width: 375px) {
  #home .app-mv-text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 320px) {
  #home .app-mv-text {
    margin-bottom: 25px;
  }
  #home .app-mv-flex {
    margin-top: 15px;
  }
  #home .lang-list {
    margin-top: 15px;
  }
}
/* ---------- about ---------- */
.p-about-sec {
  margin-top: 66px;
}

.p-about-sec {
  padding: 15px 0 30px;
}
.p-about-sec .p-about__block:not(:first-child) {
  margin-top: 80px;
}
.p-about-sec .l-wrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 15px 40px;
}
.p-about-sec .c-sec-title {
  margin-bottom: 10px;
}
.p-about-sec .about-img {
  margin-top: 10px;
}
.p-about-sec .sec-title__02 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
.p-about-sec .sec-title__02:first-of-type {
  margin-top: 50px;
}
.p-about-sec .list {
  margin-top: 10px;
}
.p-about-sec .list li {
  font-size: 20px;
  line-height: 1.5;
}

/* ---------- contact ---------- */
.p-contact-sec {
  margin-top: 150px;
  padding-top: 40px;
}

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

.form-item {
  margin-bottom: 35px;
}

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

.form-item input[type=text],
.form-item input[type=tel],
.form-item input[type=email],
.form-item input[type=password] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 20px;
  padding: 0 0 12px;
  border-bottom: 1px solid #7E7E7E;
  border-bottom: 1px solid #D8D8D8;
}

.form-item ::-moz-placeholder {
  color: #7E7E7E;
}

.form-item :-ms-input-placeholder {
  color: #7E7E7E;
}

.form-item ::placeholder {
  color: #7E7E7E;
}

.form-item input:focus::-moz-placeholder {
  color: #ADADAD;
}

.form-item input:focus:-ms-input-placeholder {
  color: #ADADAD;
}

.form-item input:focus::placeholder {
  color: #ADADAD;
}

.form-item textarea {
  width: 100%;
  height: 140px;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 14px;
  line-height: 1.7;
  padding: 10px;
  background-color: #EAEAEA;
  border-bottom: 1px solid #D8D8D8;
}

.form-item textarea:focus {
  background-color: #FFFFFF;
  border-bottom-color: #00B7A7;
}

.form-item .form-item-radio {
  margin-top: 20px;
}

.form-item-radio input[type=radio] {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.form-item-radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 24px;
}

.form-item-radio .item:not(:last-child) {
  margin-bottom: 20px;
}

.form-item-radio label::before,
.form-item-radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  top: 50%;
}

.form-item-radio label::before {
  background-color: #fff;
  border: 1px solid #ADADAD;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.form-item-radio label::after {
  background-color: #00B7A7;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}

.form-item-radio {
  margin-top: 20px;
}

.form-item-radio input[type=radio]:checked + label::before {
  border-color: #00B7A7;
}

.form-item-radio input[type=radio]:checked + label::after {
  opacity: 1;
}

.form-item dt {
  font-weight: 400;
  font-size: 20px;
}
.form-item dd {
  margin-top: 10px;
}

.form-item.completed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #7E7E7E;
}
.form-item.completed dt {
  color: #333333;
  font-size: 20px;
}
.form-item.completed dd {
  font-size: 20px;
}

.form-error {
  color: #F40000;
  font-weight: 600;
  font-size: 14px;
  display: none;
  margin-top: 3px;
}

.form-error.is-active {
  display: block;
}

.c-form__btn input {
  width: 100%;
  text-align: center;
}
.c-form__btn input:focus {
  background-color: #00B7A7;
}
.c-form__btn.cancel__btn input {
  margin-top: 25px;
  background-color: #ADADAD;
}

.form-item .input-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  border-bottom: 1px solid #D8D8D8;
  gap: 5px;
  padding-bottom: 8px;
}
.form-item .input-wrap .form-ttl {
  color: #00B7A7;
  width: 30%;
  font-weight: 600;
}
.form-item .input-wrap .form-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 70%;
}
.form-item .input-wrap .form-right input {
  width: 43%;
  padding-right: 10px;
}
.form-item .input-wrap input {
  border: none;
  font-size: 24px;
  padding: 0;
  text-align: right;
}
.form-item .input-wrap span {
  color: #333333;
  font-size: 18px;
  width: 22%;
  min-width: 60px;
  text-align: right;
}
.form-item .input-wrap input:focus:-moz-placeholder-shown + span {
  color: #ADADAD;
}
.form-item .input-wrap input:focus:-ms-input-placeholder + span {
  color: #ADADAD;
}
.form-item .input-wrap input:focus:placeholder-shown + span {
  color: #ADADAD;
}
.form-item .input-wrap input:-moz-placeholder-shown + span {
  color: #7E7E7E;
}
.form-item .input-wrap input:-ms-input-placeholder + span {
  color: #7E7E7E;
}
.form-item .input-wrap input:placeholder-shown + span {
  color: #7E7E7E;
}

.form-item select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 20px;
  padding: 4px 0 12px;
  border-bottom: 1px solid #D8D8D8;
}
.form-item select.is-empty {
  color: #7E7E7E;
}

/* ----- user ------ */
.p-user-sec {
  margin-top: 66px;
  padding: 50px 0 40px;
}

/* ----- user common------ */
.user-item {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 10px;
}
.user-item:not(:last-child) {
  margin-bottom: 30px;
}
.user-item.item-advice {
  padding-right: 0;
}
.user-item dt {
  font-size: 20px;
  color: #7E7E7E;
  font-weight: 400;
  padding-bottom: 15px;
  width: 40%;
}
.user-item dd {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  padding-bottom: 15px;
  width: 57%;
  word-wrap: break-word;
  text-align: right;
}
.user-item .advice-list {
  line-height: 1.3;
}
.user-item input[type=text],
.user-item input[type=tel],
.user-item input[type=email] {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 20px;
  text-align: right;
  field-sizing: content;
  word-wrap: break-word;
}
.user-item .form-item-radio {
  margin-top: 0;
}

.user-item.item-advice dt,
.form-item.item-advice dt {
  border-bottom: 1px solid #D8D8D8;
  width: 100%;
  color: #00B7A7;
  position: relative;
  font-weight: 600;
  line-height: 1.3;
}
.user-item.item-advice dt img,
.form-item.item-advice dt img {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}
.user-item.item-advice .user-item-check,
.form-item.item-advice .user-item-check {
  width: 100%;
  padding-bottom: 0;
}
.user-item.item-advice .user-item-check .item,
.form-item.item-advice .user-item-check .item {
  position: relative;
}
.user-item.item-advice .user-item-check .item:nth-child(odd),
.form-item.item-advice .user-item-check .item:nth-child(odd) {
  background-color: #fff;
}
.user-item.item-advice .user-item-check .item:nth-child(even),
.form-item.item-advice .user-item-check .item:nth-child(even) {
  background-color: #E4FAF8;
}
.user-item.item-advice .user-item-check .item:not(:last-child),
.form-item.item-advice .user-item-check .item:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.user-item.item-advice .user-item-check .item label,
.form-item.item-advice .user-item-check .item label {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 10px;
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.user-item.item-advice .user-item-check .item .label,
.form-item.item-advice .user-item-check .item .label {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 10px;
  font-size: 20px;
  line-height: 1;
  text-align: left;
}
.user-item.item-advice .user-item-check .item input[type=checkbox],
.form-item.item-advice .user-item-check .item input[type=checkbox] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #D8D8D8;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  border-radius: 2px;
  background-color: #fff;
}
.user-item.item-advice .user-item-check .item input[type=checkbox]:checked,
.form-item.item-advice .user-item-check .item input[type=checkbox]:checked {
  border-color: #00C7B6;
}
.user-item.item-advice .user-item-check .item input[type=checkbox]:checked:before,
.form-item.item-advice .user-item-check .item input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  width: 10px;
  height: 16px;
  border-right: 2px solid #00C7B6;
  border-bottom: 2px solid #00C7B6;
}
.user-item.item-advice .user-item-check .item.default-check,
.form-item.item-advice .user-item-check .item.default-check {
  pointer-events: none;
}
.user-item.item-advice .user-item-check .item.default-check input[type=checkbox],
.form-item.item-advice .user-item-check .item.default-check input[type=checkbox] {
  border: none;
  background: none;
}
.user-item.item-advice .user-item-check .item.item-checked::before,
.form-item.item-advice .user-item-check .item.item-checked::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%) rotate(40deg);
      transform: translateY(-50%) rotate(40deg);
  width: 10px;
  height: 16px;
  border-right: 2px solid #00C7B6;
  border-bottom: 2px solid #00C7B6;
}

.user-item.item-advice-free dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.user-item.item-advice-free dt .icon {
  margin-left: 8px;
}

.p-user__block .c-btn {
  margin-top: 40px;
}
.p-user__block .c-btn:not(:first-of-type) {
  margin-top: 0;
}

/* ---------- login ---------- */
.p-login-sec {
  margin-top: 150px;
  padding-top: 40px;
}
.p-login-sec .c-btn {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.p-login-sec .sign-up {
  background-color: #fff;
  border: 2px solid #00B7A7;
  color: #00B7A7;
  margin-top: 20px;
}

/* ---------- result input ---------- */
.p-result-input-sec {
  margin-top: 66px;
  padding-top: 10px;
}
.p-result-input-sec .c-sec-title {
  text-align: center;
  max-width: 358px;
  margin: 80px auto 60px;
  font-size: 24px;
  line-height: 1.3;
}

.p-result__form .item-gender dt {
  color: #7E7E7E;
}
.p-result__form .item-gender dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
.p-result__form .item-gender .form-item-radio {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 0;
}
.p-result__form .item-gender .form-item-radio .item {
  margin-bottom: 0;
}
.p-result__form .c-btn {
  margin-top: 40px;
}
.p-result__form .c-link {
  margin-top: 30px;
}
.p-result__form .form-item .form-ttl {
  color: #00B7A7;
  line-height: 1.2;
}
.p-result__form .form-item input[type=text] {
  font-size: 24px;
  width: 65%;
}
.p-result__form .form-item input[type=radio] {
  width: 1px;
}
.p-result__form .form-item .form-right input {
  width: 64%;
}
.p-result__form .form-item.completed {
  border-color: #D8D8D8;
  padding-bottom: 8px;
}
.p-result__form .form-item.completed dd {
  font-size: 24px;
  margin-top: 0;
}

/* ----- result ------ */
.scroll-order {
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 999999;
  display: none;
}

.scroll-order.record-swipe {
  top: 30%;
}

.p-result-sec {
  margin-top: 66px;
  padding-top: 10px;
}
.p-result-sec .result-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  padding: 0 15px;
}
.p-result-sec .result-head > * {
  width: 100%;
}

.result-date {
  font-size: 12px;
  text-align: right;
}

.p-result__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.p-result__block {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
}

.p-result__block.block-half {
  width: calc(50% - 5px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.p-result__block.block-half-mes {
  width: calc(50% - 5px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 14px;
}

.p-result__block.block-60 {
  width: calc(60% - 5px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.p-result__block.block-40 {
  width: calc(40% - 5px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.p-result__block.block-30 {
  width: calc(33.3333333333% - 7px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.p-result__block.block-25 {
  width: calc(25% - 10.0px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.p-result__block.click {
  box-shadow: 4px 4px #ADADAD;
}
.p-result__block.click p:after {
  font: var(--fa-font-solid);
  content: "\f0da";
  color: #5a5a5a;
  font-size:1.1em;
}

.result-ttl {
  color: #00AC9C;
  font-size: 16px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2px;
  line-height: 1;
  margin-bottom: 4px;
}
.result-ttl .icon {
  line-height: 1;
}
.result-ttl .text-sm {
  font-size: 14px;
}

.p-result__block .result-value {
  text-align: right;
  margin-top: auto;
  line-height: 1;
}
.p-result__block .status-text {
  margin-top: 10px;
}

.p-result__block .result-value-container {
  display: flex; /* 横並びに配置 */
  align-items: center; /* 縦方向で中央揃え */
  justify-content: space-between; /* 左右に寄せる */
  width: 100%; /* 必要に応じて幅を調整 */
}
  
.p-result__block.block__balance {
  padding: 10px 10px 20px;
}

.p-result__block .balance-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.p-result-detail {
  margin-top: 30px;
}
.p-result-detail .c-sec-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.p-result-detail .p-result__block {
  padding: 30px 15px;
}
.p-result-detail .condition-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px;
}
.p-result-detail .condition-item {
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-right: 5px;
}
.p-result-detail .condition-item.item01 {
  background-color: #00B7A7;
}
.p-result-detail .condition-text {
  font-size: 20px;
  color: #00B7A7;
  font-weight: 600;
}
.p-result-detail .condition-ttl {
  color: #00B7A7;
  font-size: 20px;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.button-container {
  /* background-color: #fff; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin: 15px;
  justify-content: space-between;
}
.button-container2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 15px 15px;
}
.time-button {
  width: 32%;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #01B7A7;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.time-button:not(:disabled):hover {
  opacity: 0.9;
}
.time-button.active {
  background-color: #00b7a7;
  border-color: #00B7A7;
  color: white;
}
.time-button:not(.active):not(:disabled) {
  background-color: #f5f5f5;
  border-color: #00AC9C;
  color: #00ac9c;
}
.time-button:disabled {
  background-color: #cbd5e0;
  border-color: #a0aec0;
  color: #a0aec0;
  cursor: not-allowed;
}

.c-ad-area {
  width: 100%;
  margin-top: 30px;
}

.p-result-advice {
  margin-top: 30px;
}
.p-result-advice .c-sec-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.p-result-advice .p-result__block {
  position: relative;
  padding: 30px 15px;
}
.p-result-advice .p-result__block:not(:first-child) {
  margin-top: 10px;
}
.p-result-advice .advice-ttl {
  color: #00B7A7;
  font-size: 20px;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 600;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px;
  line-height: 1.2;
}
.p-result-advice .advice-ttl .icon {
  display: inline-block;
  line-height: 1;
}
.p-result-advice .c-text-note {
  color: #F40000;
}

.p-result__block.login-require {
  min-height: 500px;
}

.p-result__block.login-require + .c-text-note {
  padding-bottom: 120px;
}

.p-result__login-more {
  position: absolute;
  top: 124px;
  left: -15px;
  width: calc(100% + 30px);
  height: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 30px;
}
.p-result__login-more .text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 10px 0 16px;
}
.p-result__login-more .ttl {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.p-result__login-more .c-btn__round {
  color: #fff;
  border-color: #fff;
  max-width: 224px;
  margin-top: 30px;
}
.p-result__login-more .result-list {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  max-width: 280px;
  margin: 0 auto;
}
.p-result__login-more .result-list:first-of-type {
  margin-bottom: 30px;
}
.p-result__login-more .result-list li {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  line-height: 1;
}
.p-result__login-more .p-result__login-more__wrap {
  max-width: 240px;
  margin: 0 auto;
}

.p-result__block {
  position: relative;
}
.p-result__block .tap-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  display: none;
}
.p-result__block .tap-area p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
}

.p-result__blood-pressure {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 10px;
}
.p-result__blood-pressure .p-result__block {
  width: 33.3333333333%;
}
.p-result__blood-pressure .p-result__block .result-ttl {
  font-size: 14px;
  margin-bottom: 12px;
}
.p-result__blood-pressure .p-result__block .c-value .num {
  font-size: 32px;
}
.p-result__blood-pressure .p-result__block .c-value .unit {
  font-size: 10px;
  margin-left: 2px;
}

/* ----- result modal ------ */
/*モーダルを開くボタン*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.5s ease;
}

.modal-container.active::before {
  opacity: 1;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  visibility: visible;
  z-index: 9999;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  transition: 0.5s ease;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  max-height: 100svh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.modal-container.active .modal-body.active {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #F5F5F5;
  text-align: left;
  padding-bottom: 50px;
}
.modal-content .p-result__block {
  padding: 12px 10px;
}
.modal-content .p-result__block .result-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
}
.modal-content .p-result__block .result-item .ttl {
  width: 90px;
  text-align: right;
  color: #00B7A7;
  font-size: 20px;
}
.modal-content .p-result__block .result-item .c-value {
  min-width: 126px;
  text-align: right;
}
.modal-content .p-result__block .result-item .c-value .num {
  font-size: 42px;
}
.modal-content .p-result__block .result-item .c-value .unit {
  font-size: 18px;
}

.modal-head {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
  margin-bottom: 15px;
}
.modal-head .modal-close {
  width: 24px;
  height: 4px;
  background-color: #ADADAD;
  border-radius: 10px;
  display: block;
}
.modal-head .modal-ttl {
  line-height: 1;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}

/* ---------- signup ---------- */
.signup-check {
  width: 100%;
  padding-bottom: 0;
  position: relative;
}
.signup-check label {
  display: block;
  width: 100%;
  padding-left: 35px;
  font-size: 20px;
  color: #5A5A5A;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.signup-check label a {
  color: #00C7B6;
  border-bottom: 1px solid #00C7B6;
}
.signup-check input[type=checkbox] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #D8D8D8;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
}
.signup-check .u-text-sm {
  padding-left: 35px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.28;
}
.signup-check input[type=checkbox]:checked {
  border-color: #00C7B6;
}
.signup-check input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 7px;
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  width: 10px;
  height: 16px;
  border-right: 2px solid #00C7B6;
  border-bottom: 2px solid #00C7B6;
  content: "";
}
.signup-check input[type=checkbox]:checked + label {
  color: #333333;
}

.c-signup__btn input {
  margin-top: 40px;
  background-color: #7FE3DA;
  pointer-events: none;
}

.c-signup__btn.js-check input {
  background-color: #00B7A7;
  pointer-events: initial;
}

.form-item.item-select {
  position: relative;
}
.form-item.item-select::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #7E7E7E;
  border-right: 2px solid #7E7E7E;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 25%;
  right: 10px;
  pointer-events: none;
}

/* ---------- record ---------- */
.p-record-sec {
  margin-top: 66px;
  padding-top: 34px;
}
.p-record-sec .record-head {
  padding: 0 15px;
  margin-bottom: 10px;
}
.p-record-sec .record-ttl {
  color: #00B7A7;
  font-size: 16px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  padding: 0 0px;
  margin-bottom: 0px;
}
.p-record-sec .record-ttl .icon {
  line-height: 1;
}

.p-record-graph {
  transition: opacity 0.5s ease; /* フェードイン/アウトのスムーズな遷移 */
}

.p-record-graph .terms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-record-graph .term {
  color: #13c3ac;
  position: relative;
  cursor: pointer;
  width: calc(25% - 15px);
  font-size: 16px;
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px 5px 0 0;
  background-color: #B9F0EC;
}

.p-record-graph .term-first {
  margin-left: 15px;
}

.p-record-graph .term-last {
  margin-right: 15px;
}

.p-record-graph .term_content {
  -ms-flex: 100%;
      flex: 100%;
  /* display: none; */
  opacity: 1;
  overflow: hidden;
  border-top: 4px solid #00C7B6;
  background-color: #fff;
  padding: 12px;
  position: relative;
  animation: fadeIn 1s ease;
}

.p-record-graph .term_content .unit {
  font-size: 10px;
  text-align: right;
  margin-bottom: 10px;
}

.p-record-graph .term-content {
  display: none;
}
.p-record-graph .term-content.active {
  display: block;
}

.p-record-graph input[name=term_switch] {
  display: none;
}

.p-record-graph .terms input:checked + .term {
  color: #fff;
  background-color: #13c3ac;
}

.p-record-graph .swiper-slide {
  width: 100%;   /* 各スライドがビューポート全体に広がる */
}
.p-record-graph .p-record__slide1 {
  width: 100%;
  height: 100%;  /* コンテナがビューポートの高さにフィット */
}
.p-record-graph .p-record__slide2 {
  width: 100%;
  height: 100%;  /* コンテナがビューポートの高さにフィット */
}
.p-record-graph .p-record__slide3 {
  width: 100%;
  height: 100%;  /* コンテナがビューポートの高さにフィット */
}

/* swiper-button-next/prev のスタイルを変更 */
.swiper-button-next {
  right: 0px;            /* ビューポート右端から0pxに配置 */
}
.swiper-button-prev {
  left: 0px;            /* ビューポート左端から0pxに配置 */
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 1.5rem;
  color: #7E7E7E;
/*  color: #ff0000;         /* ボタンの色を赤に変更 */
/*  width: 10px;            /* ボタンの横幅 */
/*  height: 50px;           /* ボタンの高さ */
/*  top: 50% !important;               /* ボタンを上下の中央に配置 */
/*  transform: translateY(-50%); /* ボタンの中央を基準に上下中央に調整 */
}

.term-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
.term-arrow .date {
  background-color: #F5F5F5;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 5px 20px;
  line-height: 1;
}

.p-record-graph .record4_unit_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 5px;
  /* margin-left: auto; */
  margin-right: 5px;
  float: right;
}
.p-record-graph .record4_unit_head .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  gap: 5px;
}
.p-record-graph .record4_unit_head .list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 4px;
}
.p-record-graph .record4_unit_head .list li.upper::before {
  background-color: #D16153;
}
.p-record-graph .record4_unit_head .list li.lower::before {
  background-color: #00B7A7;
}
.p-record-graph .record4_unit_head .list li.unit {
  margin-bottom: 0;
}
.p-record-graph .record4_unit_head .list li.unit::before {
  display: none;
}

.p-record-graph .record_text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  margin-top: 15px;
}
.p-record-graph .record_text p {
  font-size: 12px;
  color: #7E7E7E;
  font-weight: 400;
}
.p-record-graph .record_text .date {
  margin-right: 5px;
}
.p-record-graph .record_text .c-value {
  margin: 0;
}
.p-record-graph .record_text .text {
  font-size: 18px;
  color: #D16153;
  font-weight: 700;
}
.p-record-graph .record_text .num {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
}
.p-record-graph .record_text .unit {
  margin: 0;
  font-size: 10px;
}

.p-term__day .p-result__block {
  background-color: #F5F5F5;
  padding: 10px 8px;
}
.p-term__day .p-result__block .result-value {
  margin-top: 10px;
  line-height: 0.8;
}
.p-term__day .p-result__block .result-blood-trend {
  margin-top: 13px;
}
.p-term__day .p-result__block .unit {
  margin-bottom: 0;
  font-size: 16px;
}
.p-term__day .result-ttl {
  font-size: 16px;
  margin-bottom: 0;
}

.p-result__block .blood-value .unit {
  font-size: 12px;
}

#record .modal-content .p-result__block {
  padding: 10px 8px;
}
#record .modal-content .p-result__block.block__balance {
  padding: 12px 10px 20px;
}
#record .modal-content .p-result__block .result-ttl {
  font-size: 16px;
}

@media screen and (max-width: 350px) {
  .p-term__day .p-result__block {
    padding: 10px 2px;
  }
  .p-term__day .result-ttl {
    font-size: 14px;
    margin-bottom: 0;
  }
}
/* --- record calendar --- */
.p-record-calendar {
  margin-top: 30px;
}

.p-calendar-block {
  background-color: #fff;
}

.p-calendar-head {
  padding: 10px 15px;
  border-top: 1px solid #D8D8D8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.p-calendar-head .year {
  font-size: 12px;
}
.p-calendar-head .prev-year {
  line-height: 10px;
}
.p-calendar-head .prev-year img {
  margin-right: 5px;
  vertical-align: middle;
}
.p-calendar-head .next-year {
  line-height: 10px;
}
.p-calendar-head .next-year img {
  margin-left: 5px;
  vertical-align: middle;
}
.p-calendar-head .current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-calendar-head .current p {
  margin: 0 10px;
  font-size: 16px;
  line-height: 1;
}
.p-calendar-head .current a {
  padding-bottom: 2px;
}
.p-calendar-head .current a img {
  vertical-align: middle;
}

.p-calendar-body {
  width: 100%;
  border-collapse: collapse;
}

.p-calendar-body th,
.p-calendar-body td {
  border: 1px solid #D8D8D8;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.p-calendar-body th {
  padding: 4px;
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 400;
}

.p-calendar-body td {
  font-weight: 400;
  padding: 4px;
  font-size: 12px;
  height: 60px;
  text-align: left;
}

.p-calendar-body td.has-data {
  position: relative;
}
.p-calendar-body td.has-data .data {
  position: absolute;
  top: 24px;
  left: 50%;
  -ms-transform: translatex(-50%);
      transform: translatex(-50%);
}

.p-calendar-body .mute {
  color: #aaa;
}

/* --- result average --- */
.p-result__block.block__balance {
  padding: 10px 10px 20px;
}

.p-result__block.block__average .balance-head {
  display: block;
}

.p-result__block .blood-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 8px;
  gap: 10px;
}
.p-result__block .blood-wrap .blood-item .ttl {
  line-height: 1;
  font-size: 12px;
  color: #00B7A7;
}
.p-result__block .blood-wrap .blood-item .c-value .num {
  font-size: 24px;
}
.p-result__block .blood-wrap .blood-item .c-value .unit {
  font-size: 10px;
  letter-spacing: -0.05em;
  margin-left: 0;
}

/* ---------- guide ---------- */
.p-guide-sec {
  margin-top: 66px;
}

.p-guide-sec {
  padding: 15px 0 30px;
}
.p-guide-sec .p-guide__block:not(:first-child) {
  margin-top: 20px;
}
.p-guide-sec .p-guide__block {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 15px;
}
.p-guide-sec .p-guide__block p {
  font-size: 20px;
  line-height: 1.5;
}
.p-guide-sec .p-guide__block p.mb {
  margin-bottom: 40px;
}
.p-guide-sec .p-guide__block a {
  text-decoration: underline;
  word-wrap: break-word;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.p-guide-sec .p-guide__block .ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 40px;
}
.p-guide-sec .p-guide__block .ttl:first-of-type {
  margin-top: 0;
}
.p-guide-sec .p-guide__block .c-link {
  text-align: left;
  margin-top: 20px;
}
.p-guide-sec .p-guide__block .c-link a {
  border-bottom: 1px solid #00B7A7;
}
.p-guide-sec .p-guide__block dl dt,
.p-guide-sec .p-guide__block dl dd {
  font-weight: 500;
}
.p-guide-sec .p-guide__block.block__last .ttl:first-of-type {
  margin-top: 40px;
}
.p-guide-sec .c-sec-title {
  margin-bottom: 10px;
}
.p-guide-sec .list li {
  font-size: 20px;
  line-height: 1.5;
}
.p-guide-sec .p-guide__block .pt-link {
  margin-left: 20px;
}
.p-guide-sec .p-guide__block .pt-name {
  font-weight: 550;
}

/* ---------- premium ---------- */
.p-premium-sec {
  margin-top: 66px;
}
.p-premium-sec .l-wrap {
  width: 100%;
  max-width: 100%; /* または望ましい最大幅 */
  margin: 0 auto;
  padding: 0; /* 左右のパディングを削除 */
}
.p-premium-sec {
  padding: 15px 0 30px;
}
.p-premium-sec .p-premium__block:not(:first-child) {
  margin-top: 20px;
}
.p-premium-sec .p-premium__block {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 15px;
  max-width: 100%; /* 追加：最大幅を設定 */
  box-sizing: border-box; /* 追加：パディングを幅に含める */
}
.p-premium-sec .p-premium__block .c-btn {
  /* margin-top: 20px; */
  position: relative;
  z-index: 1;
}
.p-premium-sec .p-premium__block p {
  font-size: 20px;
  line-height: 1.5;
}
.p-premium-sec .p-premium__block p:not(:first-of-type) {
  margin-top: 40px;
}
.p-premium-sec .p-premium__block.has-table {
  border-radius: 5px;
  padding-right: 15px;
}
.p-premium-sec .p-premium__block.has-table .c-sec-title {
  padding-left: 15px;
  margin-bottom: 10px;
}
.p-premium-sec .p-premium__block.has-table .u-color {
  padding-left: 15px;
  color: #00B7A7;
  font-size: 16px;
  margin-bottom: 10px;
}
.p-premium-sec .c-sec-title {
  margin-bottom: 10px;
}

.p-premium-table__wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 0;
}

.p-premium-table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
}
.p-premium-table tbody {
  width: 100%;
}
.p-premium-table th,
.p-premium-table td {
  /* width: 84px; */
  padding: 12px 8px;
  vertical-align: middle;
  border: 1px solid #02B7A7;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1.28;
}
.p-premium-table th {
  background-color: #E4FAF8;
}
.p-premium-table .fixed01 {
  width: 30%;
  /* position: sticky;
  left: 0;
  border-left: none;
  border-right: none; */
}
.p-premium-table th:not(.fixed01),
.p-premium-table td:not(.fixed01) {
  width: 35%; /* (100% - 30%) / 2 */
}
.p-premium-table .fixed01::after {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 2px solid #02B7A7;
  border-left: 1px solid #02B7A7;
  position: absolute;
  top: 0;
  right: 0;
}
.p-premium-table .fixed01 + th {
  border-left: none;
}
.p-premium-table .fixed01 + td {
  border-left: none;
}

/* ---------- check ---------- */
body.page-check {
  background-color: #FCFCFC;
}

.p-check-sec {
  margin-top: 66px;
  padding-top: 20px;
}
.p-check-sec .c-text-note {
  color: #F40000;
}

.check-item {
  padding: 16px 0 30px;
  border-bottom: 1px solid #D8D8D8;
}
.check-item:first-child {
  border-top: 1px solid #D8D8D8;
  margin-top: 20px;
}

.check-question {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 5px;
  line-height: 1.5;
}
.check-question p {
  width: calc(100% - 25px);
}
.check-question .check-open {
  width: 20px;
  position: relative;
}

.check-item-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
}

.check-item-radio .item {
  width: 50%;
}

.check-item-radio input[type=radio] {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.check-item-radio label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  background-color: #FFFFFF;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
}

.check-item-radio input[type=radio]:checked + label {
  background-color: #00B7A7;
  border-color: #00B7A7;
  color: #fff;
}

.check-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

.check-modal.active {
  visibility: visible;
  z-index: 9999;
}

.check-modal-body {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  transition: 0.5s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 999999;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 15px 80px;
  color: #fff;
  border-radius: 5px;
}

.check-modal.active .check-modal-body.active {
  opacity: 1;
}

.check-modal-text p {
  font-size: 16px;
  line-height: 1.625;
}

.check-block-close {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
.check-block-close::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../img/icon_close.svg") no-repeat top left/100%;
  margin: 10px auto 0;
}

.check-submit {
  margin-top: 40px;
}

/* ---------- charge ---------- */
.p-charge-sec {
  margin-top: 66px;
  padding-top: 40px;
}
.p-charge-sec .c-sec-title {
  text-align: center;
  max-width: 358px;
  margin: 80px auto 60px;
  font-size: 24px;
  line-height: 1.3;
}

.p-charge-form .form-item .form-ttl {
  color: #00B7A7;
  line-height: 1.2;
  font-weight: 600;
}
.p-charge-form .form-item input[type=text] {
  font-size: 20px;
  width: 65%;
}
.p-charge-form .form-item input[type=radio] {
  width: 1px;
}
.p-charge-form .form-item .form-right input {
  width: 64%;
}
.p-charge-form .form-item.completed {
  border-color: #D8D8D8;
  padding-bottom: 15px;
}
.p-charge-form .form-item.completed dd {
  font-size: 20px;
  margin-top: 0;
}

.p-charge-sec .history-link {
  text-align: center;
}
.p-charge-sec .history-link a {
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid #333333;
}
.p-charge-sec .c-btn.cancel {
  background-color: #ADADAD;
  margin-top: 40px;
}
.p-charge-sec .c-btn.again {
  background-color: #ffffff;
  border: 2px solid #01B7A7;
  color: #01B7A7;
}
.p-charge-sec .desc {
  font-size: 18px;
  line-height: 1.44;
  margin-top: 10px;
}

/* ---------- cancel ---------- */
.p-cancel-form .cancel-item dt {
  margin-bottom: 20px;
}
.p-cancel-form .cancel-item dt p span {
  color: #5A5A5A;
  font-weight: 400;
}
.p-cancel-form .cancel-item-check {
  width: 100%;
  padding-bottom: 0;
}
.p-cancel-form .cancel-item-check .item {
  position: relative;
}
.p-cancel-form .cancel-item-check .item:not(:last-child) {
  margin-bottom: 20px;
}
.p-cancel-form .cancel-item-check .item label {
  display: block;
  width: 100%;
  padding-left: 35px;
  font-size: 20px;
  line-height: 1;
  color: #5A5A5A;
  height: 25px;
}
.p-cancel-form .cancel-item-check .item input[type=checkbox] {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid #7E7E7E;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  border-radius: 2px;
  background-color: #fff;
}
.p-cancel-form .cancel-item-check .item input[type=checkbox]:checked {
  border-color: #333333;
}
.p-cancel-form .cancel-item-check .item input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  -ms-transform: rotate(40deg);
      transform: rotate(40deg);
  width: 10px;
  height: 16px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
.p-cancel-form .form-item {
  margin-bottom: 0;
}
.p-cancel-form .form-item textarea {
  font-size: 20px;
}
.p-cancel-form .c-text-note {
  font-size: 20px;
  line-height: 1.3;
}
.p-cancel-form .c-btn-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.p-cancel-form .c-btn-wrap .c-form__btn {
  width: 50%;
}
.p-cancel-form .c-btn-wrap .c-form__btn input {
  margin-top: 0;
}
.p-cancel-form .c-btn-wrap .c-form__btn.btn-gray input {
  color: #222222;
  background-color: #D8D8D8;
}
.p-cancel-form .c-btn-wrap .c-form__btn.cancel input {
  background-color: #BE2715;
}

.cancel-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

.cancel-modal:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.5s ease;
}

.cancel-modal.active::before {
  opacity: 1;
}

.cancel-modal.active {
  visibility: visible;
  z-index: 9999;
}

.cancel-modal-body {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  transition: 0.5s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 999999;
  opacity: 0;
  background-color: #fff;
  padding: 60px 15px;
  border-radius: 5px;
}
.cancel-modal-body p {
  line-height: 1.3;
}
.cancel-modal-body .c-btn-wrap {
  gap: 12px;
}

.cancel-modal.active .cancel-modal-body.active {
  opacity: 1;
}

/* ---------- plan ---------- */
#plan {
  background-color: #fff;
}
#plan .l-header {
  border-bottom: 1px solid #EAEAEA;
}
#plan .l-footer {
  border-top: 1px solid #EAEAEA;
}

.p-plan-sec {
  margin-top: 66px;
}

.plan-block {
  padding-top: 40px;
  text-align: center;
}
.plan-block .c-btn {
  margin-top: 0;
}
.plan-block p {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 8px;
}
.plan-block.premium p {
  color: #00B7A7;
}
.plan-block.platina p {
  color: #5A5A5A;
}
.plan-block.platina .c-btn {
  background: linear-gradient(180deg, rgb(216, 216, 216) 0%, rgb(126, 126, 126) 100%);
}
.plan-block.campfire .c-btn {
  background-color: #F54744;
}
.plan-block.campfire p {
  color: #F54744;
}