@charset "UTF-8";
html {
  font-size: 10px;
  overflow: auto;
}

body {
  color: #151515;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  background-image: url("../image/bg_all.png");
  background-size: 100%;
  background-repeat: repeat-y;
  background-color: #dd925b;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  line-height: 1;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*----- ヘッダー要素 -----*/
.waneco__header {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 5.3333vw 0;
}
.waneco__header::after {
  display: block;
  position: absolute;
  bottom: -9.6vw;
  left: 0;
  width: 100%;
  height: 9.6vw;
  content: "";
  background-image: url("../image/bg_header.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.waneco__header_logo {
  width: 38.6667vw;
  margin: 0 auto;
}
.waneco__header_logo img {
  width: 100%;
}

/*----- フッター要素 -----*/
.waneco__footer {
  width: 100%;
  background-color: #fff;
  padding: 5.3333vw 0;
}
.waneco__footer_btn {
  width: 68vw;
  margin-right: auto;
  margin-bottom: 8vw;
  margin-left: auto;
}
.waneco__footer_btn--anchor {
  display: block;
  position: relative;
  height: 13.3333vw;
  font-size: 4.2666vw;
  font-weight: 700;
  text-align: center;
  border-radius: 6.6667vw;
}
.waneco__footer_btn--anchor::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 1.6vw;
  height: 2.6667vw;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}
/* オレンジボタン、向き無し */
.waneco__footer_btn--anchor.type00 {
  color: #fff;
  background-color: #ff7800;
}
/* グレーボタン、向き無し */
.waneco__footer_btn--anchor.type99 {
  color: #8c8c8c;
  background-color: #dcdcdc;
}
/* オレンジボタン、進む */
.waneco__footer_btn--anchor.type01 {
  color: #fff;
  background-color: #ff7800;
}
.waneco__footer_btn--anchor.type01::after {
  right: 5.3333vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%20100%22%3E%3Cpolygon%20points%3D%2210%20100%2060%2050%2010%200%200%2010%2040%2050%200%2090%2010%20100%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
}
/* オレンジボタン、戻る */
.waneco__footer_btn--anchor.type02 {
  color: #fff;
  background-color: #ff7800;
}
.waneco__footer_btn--anchor.type02::after {
  left: 5.3333vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%20100%22%3E%3Cpolygon%20points%3D%2250%200%200%2050%2050%20100%2060%2090%2020%2050%2060%2010%2050%200%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
}
/* グレーボタン、戻る */
.waneco__footer_btn--anchor.type03 {
  color: #8c8c8c;
  background-color: #dcdcdc;
}
.waneco__footer_btn--anchor.type03::after {
  left: 5.3333vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%20100%22%3E%3Cpolygon%20points%3D%2250%200%200%2050%2050%20100%2060%2090%2020%2050%2060%2010%2050%200%22%20style%3D%22fill%3A%238c8c8c%22%2F%3E%3C%2Fsvg%3E");
}
.waneco__footer_btn--anchor span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.waneco__footer_link {
  text-align: center;
}
footer.waneco__footer p.waneco__footer_link:last-child {
  margin-bottom: 3vw;
}
.waneco__footer_link--anchor {
  display: inline-block;
  position: relative;
  color: #161616;
  font-size: 3.7333vw;
  font-weight: 700;
  padding-bottom: 1.8667vw;
}
.waneco__footer_link--anchor::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: .2667vw;
  background-color: #161616;
}

/*----- コンテンツ要素 -----*/
.waneco__content--wholewrap {
  padding: 20.2667vw 5.3333vw 5.3333vw 5.3333vw;
}
.waneco__content--wrap {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5.3333vw;
  background-color: #fff;
  padding: 8vw 5.3333vw;
  margin-bottom: 5.3333vw;
}
.waneco__content--wrap:last-child {
  margin-bottom: 0;
}

/*----- 各種パーツ -----*/
/* タイトル */
.waneco__content_title {
  position: relative;
  box-sizing: border-box;
  color: #ff7800;
  font-size: 3.2vw;
  font-weight: 700;
  border-bottom: 4px dotted #ff7800;
  padding-bottom: 3.4667vw;
  padding-left: 5.3333vw;
  margin-bottom: 5.3333vw;
}
.waneco__content_title.edit {
  padding-right: 6.6667vw;
}
.waneco__content_title::before {
  display: block;
  position: absolute;
  top: -.3vw;
  left: 0;
  width: 4vw;
  height: 3.7333vw;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2094%22%3E%3Cpath%20d%3D%22M54.11%2C33.88H45.89A27.41%2C27.41%2C0%2C0%2C0%2C18.52%2C61.32v8.23A27.41%2C27.41%2C0%2C0%2C0%2C45.89%2C97h8.22A27.41%2C27.41%2C0%2C0%2C0%2C81.48%2C69.55V61.32A27.41%2C27.41%2C0%2C0%2C0%2C54.11%2C33.88Z%22%20transform%3D%22translate(0%20-3)%22%20style%3D%22fill%3A%23ff7800%22%2F%3E%3Cellipse%20cx%3D%2235.21%22%20cy%3D%2210.98%22%20rx%3D%2210.95%22%20ry%3D%2210.98%22%20style%3D%22fill%3A%23ff7800%22%2F%3E%3Cellipse%20cx%3D%2264.79%22%20cy%3D%2210.98%22%20rx%3D%2210.95%22%20ry%3D%2210.98%22%20style%3D%22fill%3A%23ff7800%22%2F%3E%3Cellipse%20cx%3D%2210.95%22%20cy%3D%2228.43%22%20rx%3D%2210.95%22%20ry%3D%2210.98%22%20style%3D%22fill%3A%23ff7800%22%2F%3E%3Cellipse%20cx%3D%2289.05%22%20cy%3D%2228.43%22%20rx%3D%2210.95%22%20ry%3D%2210.98%22%20style%3D%22fill%3A%23ff7800%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
.waneco__content_title.edit::after {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -1.5vw;
  right: 0;
  width: 5.3333vw;
  height: 5.3333vw;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M82.41%2C13.38%2C47.47%2C48.31a2.79%2C2.79%2C0%2C0%2C0%2C.11%2C4.09%2C3.16%2C3.16%2C0%2C0%2C0%2C4.3-.1L86.82%2C17.36a2.78%2C2.78%2C0%2C0%2C0-.11-4.08A3.15%2C3.15%2C0%2C0%2C0%2C82.41%2C13.38Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%2357bd36%22%2F%3E%3Cpath%20d%3D%22M98.12%2C12.29%2C87.7%2C1.88A6.53%2C6.53%2C0%2C0%2C0%2C82.62%2C0a7.67%2C7.67%2C0%2C0%2C0-4.85%2C2.23L40.25%2C39.75a3.07%2C3.07%2C0%2C0%2C0-.67%2C1L30.36%2C63.32h0a4.85%2C4.85%2C0%2C0%2C0-.29%2C2.74%2C4.8%2C4.8%2C0%2C0%2C0%2C1.32%2C2.5h0a4.77%2C4.77%2C0%2C0%2C0%2C5.25%2C1l22.39-9.14a3.07%2C3.07%2C0%2C0%2C0%2C1.17-.73L97.76%2C22.21A7.52%2C7.52%2C0%2C0%2C0%2C100%2C17.37%2C6.48%2C6.48%2C0%2C0%2C0%2C98.12%2C12.29Zm-4.67%2C5.63L56.35%2C55%2C43.42%2C60.27a2.79%2C2.79%2C0%2C0%2C0-.83-2.88%2C3.15%2C3.15%2C0%2C0%2C0-2.94-.68L45%2C43.63%2C82.09%2C6.55A1.43%2C1.43%2C0%2C0%2C1%2C83%2C6.09a.49.49%2C0%2C0%2C1%2C.39.1L93.81%2C16.6a.51.51%2C0%2C0%2C1%2C.1.39A1.5%2C1.5%2C0%2C0%2C1%2C93.45%2C17.92Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%2357bd36%22%2F%3E%3Cpath%20d%3D%22M77.28%2C88.41a3.88%2C3.88%2C0%2C0%2C1-3.87%2C3.87H11.59a3.87%2C3.87%2C0%2C0%2C1-3.86-3.87V26.62a3.86%2C3.86%2C0%2C0%2C1%2C3.86-3.86H49.67L57.4%2C15H11.59A11.6%2C11.6%2C0%2C0%2C0%2C0%2C26.62V88.41A11.6%2C11.6%2C0%2C0%2C0%2C11.59%2C100H73.41A11.6%2C11.6%2C0%2C0%2C0%2C85%2C88.41V42.89l-7.72%2C7.72Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%2357bd36%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

/* 小テキスト */
.waneco__content_text-s {
  color: #8c8c8c;
  font-size: 2.6666vw;
  margin-bottom: 2.6666vw;
}

/* 中テキスト */
.waneco__content_text {
  font-size: 3.2vw;
  line-height: 1.4;
}

/* 大テキスト */
.waneco__content_text-l {
  font-size: 3.7333vw;
  font-weight: 700;
  margin-bottom: 5.3333vw;
}

.waneco__common-message {
  font-size: 3.7333vw;
}

.waneco__error-header {
}
.waneco__error-message {
  margin: 3vh 0 0 0;
}
.waneco__error-footer {
  margin: 4vh 0 0 0;
}
.waneco__error-footer > .waneco__footer_btn {
  margin-bottom: 0;
}

/* 注釈化 */
.waneco__annotate {
  color: #8c8c8c;
}

/* インプット関連 */
.waneco__content_input-text {
  margin-bottom: 5vw;
}
.waneco__content_input-text input {
  box-sizing: border-box;
  width: 100%;
  font-size: 3.2vw;
  border: none;
  border-radius: 1.3333vw;
  background-color: #dcdcdc;
  padding: 3.3333vw 2.6667vw;
}
.waneco__content_input-text input.lf_name {
  width: 41%;
}
.waneco__content_input-text input::placeholder {
  color: #8c8c8c;
}
.waneco__content_input-text textarea {
  box-sizing: border-box;
  width: 100%;
  height: 20vw;
  font-size: 3.2vw;
  border: none;
  border-radius: 1.3333vw;
  background-color: #dcdcdc;
  padding: 3.3333vw 2.6667vw;
}
.waneco__content_input-text textarea::placeholder {
  color: #8c8c8c;
}
.waneco__content_input-text > label {
  line-height: 3.5vh;
}

.waneco__content_input-radio {
  font-size: 0;
  margin-bottom: 5vw;
}
.waneco__content_input-radio > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.waneco__content_input-radio input[type=radio] {
  display: none;
}
.waneco__content_input-radio label::before,
.waneco__content_input-radio-text {
  display: inline-block;
  vertical-align: middle;
}
.waneco__content_input-radio label::before {
  width: 4vw;
  height: 4vw;
  content: "";
  border: .1333vw solid #151515;
  border-radius: 2vw;
  background-color: #fff;
  margin-right: 1.3333vw;
}
.waneco__content_input-radio label::after {
  display: none;
  position: absolute;
  z-index: 1;
  top: 1.2vw;
  left: 1.2vw;
  content: "";
  width: 2vw;
  height: 2vw;
  border-radius: 1vw;
  background-color: #ff7800;
}
.waneco__content_input-radio input[type=radio]:checked + label::after {
  display: block;
}
.waneco__content_input-radio-text {
  font-size: 3.2vw;
  margin-right: 2.6666vw;
}

.waneco__content_input-select {
  margin-bottom: 5vw;
}
.waneco__content_input-select select {
  font-size: 4vw;
  line-height: 4.0vw;
  padding: 2vw 0vw 2vw 1vw;
}
.waneco__content_input-check {
  margin-bottom: 5vw;
}
.waneco__content_input-check input[type=check] {
  font-size: 3.2vw;
  line-height: 4.0vw;
}


/* 罫線 */
.waneco__content_hr {
  width: 100%;
  height: .2666vw;
  background-color: #f6e0d0;
  border: 0;
  margin: 5.3333vw 0;
}

/* ボタン */
.waneco__content_btn {
  margin-bottom: 5.3333vw;
}
.waneco__content_btn button {
  cursor: pointer;
  width: 45.3333vw;
  height: 10.6667vw;
  color: #fff;
  font-size: 3.7333vw;
  font-weight: 700;
  border: none;
  border-radius: 1.3333vw;
  background-color: #ff7800;
}
.waneco__content_btn button.short-btn {
  width: 30vw;
}
.waneco__content_btn button.type03 {
  color: #8c8c8c;
  background-color: #dcdcdc;
}

.waneco__content_btn button .icon_plus {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpolygon%20points%3D%2254.17%2025%2045.83%2025%2045.83%2045.83%2025%2045.83%2025%2054.17%2045.83%2054.17%2045.83%2075%2054.17%2075%2054.17%2054.17%2075%2054.17%2075%2045.83%2054.17%2045.83%2054.17%2025%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M50%2C0a50%2C50%2C0%2C1%2C0%2C50%2C50A50.06%2C50.06%2C0%2C0%2C0%2C50%2C0Zm0%2C91.67A41.67%2C41.67%2C0%2C1%2C1%2C91.67%2C50%2C41.71%2C41.71%2C0%2C0%2C1%2C50%2C91.67Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E");
  margin-top: -.5vw;
  margin-right: 1.3333vw;
}

.waneco__content_link {
  text-align: center;
}
.waneco__content_link--anchor {
  display: inline-block;
  position: relative;
  color: #161616;
  font-size: 3.7333vw;
  font-weight: 700;
  padding-bottom: 1.8667vw;
}
.waneco__content_link--anchor::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: .2667vw;
  background-color: #161616;
}

/* --- margin top. --- */
.waneco__content_mb0 {
  margin-top: 0 !important;
}
.waneco__content_mt-s {
  margin-top: 2vw !important;
}
.waneco__content_mt-m {
  margin-top: 5vw !important;
}
.waneco__content_mt-l {
  margin-top: 8vw !important;
}

/* --- margin bottom. --- */
.waneco__content_mb0 {
  margin-bottom: 0 !important;
}
.waneco__content_mb-s {
  margin-bottom: 2vw !important;
}
.waneco__content_mb-m {
  margin-bottom: 5vw !important;
}
.waneco__content_mb-l {
  margin-bottom: 8vw !important;
}

/* アイコン画像 */
.icon {
  font-size: 0;
}
.icon > span {
  display: inline-block;
  width: 5.3333vw;
  height: 5.3333vw;
  vertical-align: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 1.3333vw;
  margin-bottom: 1.3333vw;
}
.icon.menu_edit_icon {
  height: 3vw;
  position: relative;
  top: -1.5vw;
}
.icon.menu_edit_icon > span {
  margin: 0;
}

.icon_footprints {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2094%22%3E%3Cpath%20d%3D%22M54.11%2C33.88H45.89A27.41%2C27.41%2C0%2C0%2C0%2C18.52%2C61.32v8.23A27.41%2C27.41%2C0%2C0%2C0%2C45.89%2C97h8.22A27.41%2C27.41%2C0%2C0%2C0%2C81.48%2C69.55V61.32A27.41%2C27.41%2C0%2C0%2C0%2C54.11%2C33.88Z%22%20transform%3D%22translate(0%20-3)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cellipse%20cx%3D%2235.21%22%20cy%3D%2210.98%22%20rx%3D%2210.95%22%20ry%3D%2210.98%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cellipse%20cx%3D%2264.79%22%20cy%3D%2210.98%22%20rx%3D%2210.95%22%20ry%3D%2210.98%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cellipse%20cx%3D%2210.95%22%20cy%3D%2228.43%22%20rx%3D%2210.95%22%20ry%3D%2210.98%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cellipse%20cx%3D%2289.05%22%20cy%3D%2228.43%22%20rx%3D%2210.95%22%20ry%3D%2210.98%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpath%20d%3D%22M82.41%2C13.38%2C47.47%2C48.31a2.79%2C2.79%2C0%2C0%2C0%2C.11%2C4.09%2C3.16%2C3.16%2C0%2C0%2C0%2C4.3-.1L86.82%2C17.36a2.78%2C2.78%2C0%2C0%2C0-.11-4.08A3.15%2C3.15%2C0%2C0%2C0%2C82.41%2C13.38Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%2357bd36%22%2F%3E%3Cpath%20d%3D%22M98.12%2C12.29%2C87.7%2C1.88A6.53%2C6.53%2C0%2C0%2C0%2C82.62%2C0a7.67%2C7.67%2C0%2C0%2C0-4.85%2C2.23L40.25%2C39.75a3.07%2C3.07%2C0%2C0%2C0-.67%2C1L30.36%2C63.32h0a4.85%2C4.85%2C0%2C0%2C0-.29%2C2.74%2C4.8%2C4.8%2C0%2C0%2C0%2C1.32%2C2.5h0a4.77%2C4.77%2C0%2C0%2C0%2C5.25%2C1l22.39-9.14a3.07%2C3.07%2C0%2C0%2C0%2C1.17-.73L97.76%2C22.21A7.52%2C7.52%2C0%2C0%2C0%2C100%2C17.37%2C6.48%2C6.48%2C0%2C0%2C0%2C98.12%2C12.29Zm-4.67%2C5.63L56.35%2C55%2C43.42%2C60.27a2.79%2C2.79%2C0%2C0%2C0-.83-2.88%2C3.15%2C3.15%2C0%2C0%2C0-2.94-.68L45%2C43.63%2C82.09%2C6.55A1.43%2C1.43%2C0%2C0%2C1%2C83%2C6.09a.49.49%2C0%2C0%2C1%2C.39.1L93.81%2C16.6a.51.51%2C0%2C0%2C1%2C.1.39A1.5%2C1.5%2C0%2C0%2C1%2C93.45%2C17.92Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%2357bd36%22%2F%3E%3Cpath%20d%3D%22M77.28%2C88.41a3.88%2C3.88%2C0%2C0%2C1-3.87%2C3.87H11.59a3.87%2C3.87%2C0%2C0%2C1-3.86-3.87V26.62a3.86%2C3.86%2C0%2C0%2C1%2C3.86-3.86H49.67L57.4%2C15H11.59A11.6%2C11.6%2C0%2C0%2C0%2C0%2C26.62V88.41A11.6%2C11.6%2C0%2C0%2C0%2C11.59%2C100H73.41A11.6%2C11.6%2C0%2C0%2C0%2C85%2C88.41V42.89l-7.72%2C7.72Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%2357bd36%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.icon_check {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpolygon%20points%3D%2237.5%2060.77%2027.95%2051.22%2022.05%2057.11%2037.5%2072.56%2077.95%2032.11%2072.05%2026.22%2037.5%2060.77%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M50%2C0a50%2C50%2C0%2C1%2C0%2C50%2C50A50.06%2C50.06%2C0%2C0%2C0%2C50%2C0Zm0%2C91.67A41.67%2C41.67%2C0%2C1%2C1%2C91.67%2C50%2C41.71%2C41.71%2C0%2C0%2C1%2C50%2C91.67Z%22%20transform%3D%22translate(0)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_arrow {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%20100%22%3E%3Cpolygon%20points%3D%2210%20100%2060%2050%2010%200%200%2010%2040%2050%200%2090%2010%20100%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_time {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076%20100%22%3E%3Cpath%20d%3D%22M21.5%2C76.19V90.48H12V100H88V90.48H78.5V76.19A28.58%2C28.58%2C0%2C0%2C0%2C61.37%2C50%2C28.56%2C28.56%2C0%2C0%2C0%2C78.5%2C23.81V9.52H88V0H12V9.52h9.5V23.81A28.56%2C28.56%2C0%2C0%2C0%2C38.63%2C50%2C28.58%2C28.58%2C0%2C0%2C0%2C21.5%2C76.19ZM31%2C23.81V9.52H69V23.81a19%2C19%2C0%2C1%2C1-38%2C0ZM50%2C57.14a19%2C19%2C0%2C0%2C1%2C19%2C19H31A19%2C19%2C0%2C0%2C1%2C50%2C57.14Z%22%20transform%3D%22translate(-12)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M63.38%2C28.57H36.62a14.16%2C14.16%2C0%2C0%2C0%2C26.76%2C0Z%22%20transform%3D%22translate(-12)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_no-signal {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2076%22%3E%3Cellipse%20cx%3D%2249.94%22%20cy%3D%2268.09%22%20rx%3D%228%22%20ry%3D%227.91%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M30.25%2C60.61a4.27%2C4.27%2C0%2C0%2C0%2C0%2C6.09%2C4.37%2C4.37%2C0%2C0%2C0%2C6.16%2C0%2C19.3%2C19.3%2C0%2C0%2C1%2C27.06%2C0%2C4.38%2C4.38%2C0%2C0%2C0%2C6.16%2C0%2C4.27%2C4.27%2C0%2C0%2C0%2C0-6.09A28.09%2C28.09%2C0%2C0%2C0%2C30.25%2C60.61Z%22%20transform%3D%22translate(0%20-12)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M84.12%2C52.37a4.27%2C4.27%2C0%2C0%2C0%2C0-6.09%2C48.76%2C48.76%2C0%2C0%2C0-68.36%2C0%2C4.27%2C4.27%2C0%2C0%2C0%2C0%2C6.09%2C4.39%2C4.39%2C0%2C0%2C0%2C6.16%2C0%2C40%2C40%2C0%2C0%2C1%2C56%2C0%2C4.39%2C4.39%2C0%2C0%2C0%2C6.16%2C0Z%22%20transform%3D%22translate(0%20-12)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M92.45%2C38a4.38%2C4.38%2C0%2C0%2C0%2C6.15%2C0%2C4.27%2C4.27%2C0%2C0%2C0%2C0-6.1A68.72%2C68.72%2C0%2C0%2C0%2C49.94%2C12%2C68.72%2C68.72%2C0%2C0%2C0%2C1.28%2C31.94a4.27%2C4.27%2C0%2C0%2C0%2C0%2C6.1%2C4.38%2C4.38%2C0%2C0%2C0%2C6.15%2C0A60.65%2C60.65%2C0%2C0%2C1%2C92.45%2C38Z%22%20transform%3D%22translate(0%20-12)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M94.92%2C77.42l4-4.17A3.71%2C3.71%2C0%2C0%2C0%2C98.84%2C68a3.8%2C3.8%2C0%2C0%2C0-5.34.11L89.69%2C72l-3.8-3.94A3.8%2C3.8%2C0%2C0%2C0%2C80.55%2C68a3.7%2C3.7%2C0%2C0%2C0-.12%2C5.28l4%2C4.17-4%2C4.16a3.7%2C3.7%2C0%2C0%2C0%2C.12%2C5.28%2C3.81%2C3.81%2C0%2C0%2C0%2C5.34-.11l3.8-3.93%2C3.81%2C3.93a3.81%2C3.81%2C0%2C0%2C0%2C5.34.11A3.71%2C3.71%2C0%2C0%2C0%2C99%2C81.58Z%22%20transform%3D%22translate(0%20-12)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_woman {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2068%20100%22%3E%3Cpath%20d%3D%22M81.33%2C20.94A34.42%2C34.42%2C0%2C0%2C0%2C74%2C10%2C33.8%2C33.8%2C0%2C0%2C0%2C26%2C10a34.45%2C34.45%2C0%2C0%2C0%2C0%2C48.5%2C33.74%2C33.74%2C0%2C0%2C0%2C19%2C9.67c0%2C.12%2C0%2C.24%2C0%2C.36v8.06h-8a5.08%2C5.08%2C0%2C0%2C0-5.06%2C5.1h0a5.08%2C5.08%2C0%2C0%2C0%2C5.06%2C5.1h8V94.9a5.07%2C5.07%2C0%2C0%2C0%2C5%2C5.1h0A5.07%2C5.07%2C0%2C0%2C0%2C55%2C94.9V86.83h8a5.08%2C5.08%2C0%2C0%2C0%2C5.06-5.1h0A5.08%2C5.08%2C0%2C0%2C0%2C63%2C76.63H55V68.57c0-.12%2C0-.24%2C0-.36a33.4%2C33.4%2C0%2C0%2C0%2C8.21-2.32A33.84%2C33.84%2C0%2C0%2C0%2C74%2C58.54a34.57%2C34.57%2C0%2C0%2C0%2C7.29-37.6ZM50%2C58.37A24.08%2C24.08%2C0%2C1%2C1%2C73.87%2C34.29%2C24%2C24%2C0%2C0%2C1%2C50%2C58.37Z%22%20transform%3D%22translate(-16)%22%20style%3D%22fill%3A%23ff0096%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  width: 2.2vw;
  height: 3.2vw;
}
.icon_man {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082%2082%22%3E%3Cpath%20d%3D%22M91%2C14.09a2.09%2C2.09%2C0%2C0%2C0%2C0-.25v-.12a.57.57%2C0%2C0%2C1%2C0-.13.77.77%2C0%2C0%2C1%2C0-.15.28.28%2C0%2C0%2C1%2C0-.09l0-.17s0%2C0%2C0-.08l0-.16s0%2C0%2C0-.08%2C0-.1%2C0-.16l0-.08s0-.1%2C0-.14a.3.3%2C0%2C0%2C0%2C0-.1l0-.13a1.17%2C1.17%2C0%2C0%2C1%2C0-.11s0-.07%2C0-.11l-.06-.12%2C0-.09-.07-.13a.56.56%2C0%2C0%2C0-.05-.08.64.64%2C0%2C0%2C0-.08-.14.43.43%2C0%2C0%2C0%2C0-.07l-.09-.14%2C0-.07L90%2C11.06%2C89.94%2C11l-.09-.12-.09-.1-.08-.09c-.11-.12-.23-.24-.35-.35l-.09-.08-.1-.08-.12-.1L89%2C10l-.14-.09-.06-.05-.14-.09-.07%2C0-.14-.08-.08-.05-.13-.06-.1%2C0L88%2C9.43l-.11%2C0-.11-.05-.12%2C0-.1%2C0-.14%2C0-.09%2C0-.15%2C0-.08%2C0-.17%2C0-.08%2C0-.16%2C0h-.09l-.15%2C0H59.69a5.09%2C5.09%2C0%2C0%2C0-5.09%2C5.09h0a5.09%2C5.09%2C0%2C0%2C0%2C5.09%2C5.09h14l-9.87%2C9.89-.24.25A34.16%2C34.16%2C0%2C0%2C0%2C9%2C56.78%2C34.16%2C34.16%2C0%2C1%2C0%2C70.69%2C36.52a2.16%2C2.16%2C0%2C0%2C0%2C.27-.25l9.88-9.89v14a5.08%2C5.08%2C0%2C0%2C0%2C5.08%2C5.09h0A5.09%2C5.09%2C0%2C0%2C0%2C91%2C40.37V14.09ZM60.12%2C73.77a24%2C24%2C0%2C1%2C1%2C0-34A24%2C24%2C0%2C0%2C1%2C60.12%2C73.77Z%22%20transform%3D%22translate(-9%20-9)%22%20style%3D%22fill%3A%230078ff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  width: 3.2vw;
  height: 3.2vw;
}
.icon_cat {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2088.02%2098%22%3E%3Cpath%20d%3D%22M93.94%2C53.31A52.56%2C52.56%2C0%2C0%2C0%2C75.11%2C23.2C61.68%2C1%2C40.14%2C1%2C39.25%2C1a3%2C3%2C0%2C0%2C0-3%2C3.27%2C95.14%2C95.14%2C0%2C0%2C0%2C1.83%2C11.26%2C85%2C85%2C0%2C0%2C0-11.83%2C4.81c-2%2C1.07-3.82%2C2-5.39%2C3A74.42%2C74.42%2C0%2C0%2C1%2C14.51%2C11c5.86%2C1.7%2C8.55%2C2.53%2C9.79%2C3.43a3%2C3%2C0%2C0%2C0%2C3.52-4.86C25%2C7.46%2C16.83%2C5%2C11.06%2C4a3%2C3%2C0%2C0%2C0-3.51%2C3c0%2C5.62%2C5.28%2C14.84%2C8.38%2C19.77-5.62%2C4.59-5.84%2C9-5.78%2C19%2C0%2C2.29%2C0%2C4.9%2C0%2C7.93a7.66%2C7.66%2C0%2C0%2C1-2%2C5.37c-.36.47-.72.95-1.06%2C1.46-2.27%2C3.44-.55%2C8.13%2C2%2C11%2C2.73%2C3.09%2C10.17%2C9.58%2C15%2C10.6a44.4%2C44.4%2C0%2C0%2C0%2C12.25.2c-.19%2C3.53-.68%2C9.21-1.89%2C12.73a3%2C3%2C0%2C0%2C0%2C1.85%2C3.82%2C3.09%2C3.09%2C0%2C0%2C0%2C1%2C.16%2C3%2C3%2C0%2C0%2C0%2C2.84-2c1.59-4.63%2C2.1-11.79%2C2.26-15.45%2C1.65-.26%2C2.9-.49%2C3.51-.61A3%2C3%2C0%2C1%2C0%2C44.71%2C75c-6.47%2C1.26-15%2C2.12-19.41%2C1.19-2.56-.54-8.78-5.36-11.73-8.7-1.38-1.56-1.73-3.38-1.52-3.76s.55-.77.83-1.14a13.4%2C13.4%2C0%2C0%2C0%2C3.25-8.89c.05-3.11%2C0-5.75%2C0-8.08-.06-9.39-.07-12.11%2C4.85-15.47a2.76%2C2.76%2C0%2C0%2C0%2C.62-.31%2C3.17%2C3.17%2C0%2C0%2C0%2C.49-.4c1.75-1.09%2C4-2.28%2C7-3.81a81.14%2C81.14%2C0%2C0%2C1%2C10.62-4.33A32.2%2C32.2%2C0%2C0%2C0%2C44.9%2C31.89a3%2C3%2C0%2C0%2C0%2C4.62-3.84C45.74%2C23.51%2C43.6%2C13.51%2C42.7%2C7.3c6%2C.92%2C18.79%2C4.63%2C27.54%2C19.45a3.05%2C3.05%2C0%2C0%2C0%2C.77.87%2C46.5%2C46.5%2C0%2C0%2C1%2C17.07%2C27%2C3%2C3%2C0%2C0%2C0%2C5.86-1.29Z%22%20transform%3D%22translate(-5.99%20-1)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_doc {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2097.99%2092%22%3E%3Cpath%20d%3D%22M85.36%2C39.48c1-14.12-5.54-29.36-5.62-29.56-2-4.69-4.83-5.81-6.81-5.91-3.15-.17-6.06%2C2-8.62%2C6.53-2.25%2C4-6.48%2C11.46-9.64%2C17.06a33.07%2C33.07%2C0%2C0%2C0-12-.32c-6.24.86-11.31%2C4.35-15.08%2C10.37a3.38%2C3.38%2C0%2C0%2C1-.21.33%2C12.22%2C12.22%2C0%2C0%2C0-.8%2C1.32%2C7.85%2C7.85%2C0%2C0%2C1-4.09%2C3.9%2C61.24%2C61.24%2C0%2C0%2C1-8%2C2.52C6.69%2C47.81%2C2.81%2C49%2C1.77%2C51.72c-4.43%2C10%2C11.81%2C27%2C12%2C27.2%2C2.44%2C2.39%2C9.34%2C3.82%2C24.6%2C5.1l1.06.09c4.09.35%2C6%2C3%2C8.35%2C7a22.29%2C22.29%2C0%2C0%2C0%2C2.8%2C4%2C3%2C3%2C0%2C0%2C0%2C2.17.92H53a3%2C3%2C0%2C0%2C0%2C1.49-5.54A26.71%2C26.71%2C0%2C0%2C1%2C52.91%2C88c-2.21-3.67-5.54-9.21-13-9.86L38.85%2C78c-16.74-1.4-20.23-2.87-20.91-3.4C13.77%2C70.56%2C5.57%2C58.86%2C7.17%2C54.36c1.34-.83%2C6-2.08%2C8.83-2.85a62.13%2C62.13%2C0%2C0%2C0%2C9.08-2.9%2C13.67%2C13.67%2C0%2C0%2C0%2C6.78-6.45%2C5.79%2C5.79%2C0%2C0%2C1%2C.36-.63c.11-.14.26-.38.46-.69%2C1.14-1.84%2C4.19-6.71%2C10.8-7.62a28.46%2C28.46%2C0%2C0%2C1%2C8.07-.09c-.11.21-.23.41-.32.58a3%2C3%2C0%2C1%2C0%2C5.23%2C2.94c2.12-3.77%2C9.76-17.31%2C13.07-23.15C71.17%2C10.61%2C72.38%2C10%2C72.6%2C10s.86.52%2C1.63%2C2.31c2.6%2C6%2C8.67%2C25.53%2C2.62%2C36.28a3%2C3%2C0%2C1%2C0%2C5.23%2C2.94A23.82%2C23.82%2C0%2C0%2C0%2C84%2C47.13c4.6%2C6%2C9%2C14.2%2C9%2C17.22a3%2C3%2C0%2C0%2C0%2C6%2C0C99%2C58.23%2C90.94%2C45.4%2C85.36%2C39.48Z%22%20transform%3D%22translate(-1%20-4)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M38.8%2C25.27H39a3%2C3%2C0%2C0%2C0%2C3-2.83c.3-5.51%2C2.76-9.92%2C4.57-10.31%2C1.13.4%2C2.8%2C1.51%2C4.4%2C4.71a3%2C3%2C0%2C0%2C0%2C5.38-2.66c-1.6-3.23-5-8.48-10.19-8-7.52.64-9.89%2C11.29-10.15%2C16A3%2C3%2C0%2C0%2C0%2C38.8%2C25.27Z%22%20transform%3D%22translate(-1%20-4)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_close {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpolygon%20points%3D%2264.73%2029.38%2050%2044.11%2035.27%2029.38%2029.38%2035.27%2044.11%2050%2029.38%2064.73%2035.27%2070.63%2050%2055.89%2064.73%2070.63%2070.62%2064.73%2055.89%2050%2070.62%2035.27%2064.73%2029.38%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M50%2C0a50%2C50%2C0%2C1%2C0%2C50%2C50A50.06%2C50.06%2C0%2C0%2C0%2C50%2C0Zm0%2C91.67A41.67%2C41.67%2C0%2C1%2C1%2C91.67%2C50%2C41.71%2C41.71%2C0%2C0%2C1%2C50%2C91.67Z%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_delete {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2086%20100%22%3E%3Cpath%20d%3D%22M75.8%2C87a4.33%2C4.33%2C0%2C0%2C1-4.3%2C4.34h-43A4.33%2C4.33%2C0%2C0%2C1%2C24.2%2C87V26.09H15.6V87a13%2C13%2C0%2C0%2C0%2C12.9%2C13h43A13%2C13%2C0%2C0%2C0%2C84.4%2C87V26.09H75.8Z%22%20transform%3D%22translate(-7)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M71.5%2C8.7A8.66%2C8.66%2C0%2C0%2C0%2C62.9%2C0H37.1a8.66%2C8.66%2C0%2C0%2C0-8.6%2C8.7V13H7v8.7H93V13H71.5Zm-34.4%2C0H62.9V13H37.1Z%22%20transform%3D%22translate(-7)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpolygon%20points%3D%2233.14%2072.64%2043%2062.67%2052.86%2072.64%2058.94%2066.49%2049.08%2056.52%2058.94%2046.55%2052.86%2040.4%2043%2050.37%2033.14%2040.4%2027.06%2046.55%2036.92%2056.52%2027.06%2066.49%2033.14%2072.64%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpolygon%20points%3D%2254.17%2025%2045.83%2025%2045.83%2045.83%2025%2045.83%2025%2054.17%2045.83%2054.17%2045.83%2075%2054.17%2075%2054.17%2054.17%2075%2054.17%2075%2045.83%2054.17%2045.83%2054.17%2025%22%2F%3E%3Cpath%20d%3D%22M50%2C0a50%2C50%2C0%2C1%2C0%2C50%2C50A50.06%2C50.06%2C0%2C0%2C0%2C50%2C0Zm0%2C91.67A41.67%2C41.67%2C0%2C1%2C1%2C91.67%2C50%2C41.71%2C41.71%2C0%2C0%2C1%2C50%2C91.67Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.icon_battery-dead {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2094%22%3E%3Cpath%20d%3D%22M8.17%2C71.82a1.11%2C1.11%2C0%2C0%2C1-1.11-1.11V27.36a1.11%2C1.11%2C0%2C0%2C1%2C1.11-1.11H40.64l4.52-7h-37A8.18%2C8.18%2C0%2C0%2C0%2C0%2C27.36V70.71a8.15%2C8.15%2C0%2C0%2C0%2C7.06%2C8.05l4.44-6.94ZM92.36%2C33.75V27.36a8.18%2C8.18%2C0%2C0%2C0-8.17-8.16H78.67l-4.51%2C7.05h10a1.11%2C1.11%2C0%2C0%2C1%2C1.11%2C1.11V70.71a1.11%2C1.11%2C0%2C0%2C1-1.11%2C1.11H45L40.5%2C78.87H84.19a8.18%2C8.18%2C0%2C0%2C0%2C8.17-8.16V64.32A7.65%2C7.65%2C0%2C0%2C0%2C100%2C56.68V41.39A7.65%2C7.65%2C0%2C0%2C0%2C92.36%2C33.75ZM65.57%2C3%2C9.33%2C90.92%2C18.85%2C97%2C75.09%2C9.08Z%22%20transform%3D%22translate(0%20-3)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon_caution {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%2091%22%3E%3Cpath%20d%3D%22M97.29%2C72.26%2C63.42%2C13.38C60.17%2C7.74%2C55.28%2C4.5%2C50%2C4.5S39.83%2C7.74%2C36.58%2C13.38L2.71%2C72.26C-.54%2C77.91-.88%2C83.77%2C1.77%2C88.34S9.65%2C95.5%2C16.13%2C95.5H83.87c6.48%2C0%2C11.71-2.61%2C14.36-7.16S100.54%2C77.91%2C97.29%2C72.26ZM83.87%2C89.37H16.13C7.22%2C89.37%2C3.58%2C83%2C8%2C75.31L41.91%2C16.43c4.45-7.74%2C11.73-7.74%2C16.18%2C0L92%2C75.31C96.42%2C83%2C92.78%2C89.37%2C83.87%2C89.37Z%22%20transform%3D%22translate(0%20-4.5)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M51.62%2C61.1c1.44-10.5%2C2.88-22.92%2C3.24-27.36.18-1.92.24-3.24.3-3.54.06-.78.12-1.5.12-2A5%2C5%2C0%2C0%2C0%2C50%2C23.36a5%2C5%2C0%2C0%2C0-5.28%2C4.86c0%2C3.06%2C1.68%2C18.3%2C3.66%2C32.88Z%22%20transform%3D%22translate(0%20-4.5)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3Cpath%20d%3D%22M50%2C65.24a5.7%2C5.7%2C0%2C1%2C0%2C5.7%2C5.7A5.78%2C5.78%2C0%2C0%2C0%2C50%2C65.24Z%22%20transform%3D%22translate(0%20-4.5)%22%20style%3D%22fill%3A%23141414%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}

.inline_icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1vw;
  margin-left: 1vw;
}

/*----- オーナー情報 -----*/
.waneco__owner-info_list li {
  margin-bottom: 5.3333vw;
}
.waneco__owner-info_list li:last-child {
  margin-bottom: 0;
}
.waneco__owner-info_list-item {
  color: #8c8c8c;
  font-size: 2.6666vw;
  margin-bottom: 2.6666vw;
}
.waneco__owner-info_list-detail {
  font-size: 3.7333vw;
  font-weight: 700;
}

/*----- ペット情報 -----*/
.waneco__pets-info_photo {
  width: 53.3333vw;
  height: 53.3333vw;
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 5.3333vw;
  margin-left: auto;
}
.waneco__pets-info_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.waneco__pets-info_list {
  margin-bottom: 4vw;
}
.waneco__pets-info_list li {
  font-size: 0;
  margin-bottom: 4vw;
}
.waneco__pets-info_list li.plus_cycle.with_border {
  border-top: .2666vw solid #f6e0d0;
  padding-top: 4vw;
  margin-top: 4vw;
}
.waneco__pets-info_list li.plus_cycle .waneco__pets-info_list-item {
  width: 22.3333vw;
}
.waneco__pets-info_list li.plus_cycle .waneco__pets-info_list-detail {
  width: calc(100% - 24vw);
}

.waneco__pets-info_list-item,
.waneco__pets-info_list-detail {
  display: inline-block;
  vertical-align: middle;
}
.waneco__pets-info_list-item {
  position: relative;
  box-sizing: border-box;
  width: 16vw;
  color: #8c8c8c;
  font-size: 2.6666vw;
  padding-right: 2.6666vw;
}
.waneco__pets-info_list-item::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  vertical-align: middle;
  content: "：";
  width: 2.6666vw;
  height: 2.6666vw;
}
.waneco__pets-info_list-detail {
  width: calc(100% - 17.3333vw);
  font-size: 3.7333vw;
  font-weight: 700;
  padding-left: 1.3333vw;
}
.waneco__pets-info_list-detail .icon_man,
.waneco__pets-info_list-detail .icon_woman {
  display: inline-block;
  height: 3.2vw;
  vertical-align: middle;
  margin-top: -1vw;
  margin-left: 1vw;
}
.waneco__pets-info_list-detail .icon_man {
  width: 3.2vw;
}
.waneco__pets-info_list-detail .icon_woman {
  width: 2.2vw;
}
.waneco__pets-info_status {
  font-size: 0;
}
.waneco__pets-info_status i {
  font-size: 1.8rem;
  margin: 0px 1vw 0 0;
}
.waneco__pets-info_status i.normal {
  color: #5d5dff;
}
.waneco__pets-info_status i.warn {
  color: #efd143;
}
.waneco__pets-info_status i.error {
  color: #ff5d5d;
}
.waneco__pets-info_status i.waiting {
  color: #4cc582;
}

.waneco__pets-info_status .icon_check,
.waneco__pets-info_status-text {
  display: inline-block;
  vertical-align: top;
}
.waneco__pets-info_status .icon_check {
  width: 4vw;
  height: 4vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cpolygon%20points%3D%2237.5%2060.77%2027.95%2051.22%2022.05%2057.11%2037.5%2072.56%2077.95%2032.11%2072.05%2026.22%2037.5%2060.77%22%20style%3D%22fill%3A%23ff7800%22%2F%3E%3Cpath%20d%3D%22M50%2C0a50%2C50%2C0%2C1%2C0%2C50%2C50A50.06%2C50.06%2C0%2C0%2C0%2C50%2C0Zm0%2C91.67A41.67%2C41.67%2C0%2C1%2C1%2C91.67%2C50%2C41.71%2C41.71%2C0%2C0%2C1%2C50%2C91.67Z%22%20transform%3D%22translate(0)%22%20style%3D%22fill%3A%23ff7800%22%2F%3E%3C%2Fsvg%3E");
  margin-top: 0.3vw;
  margin-right: 1.3333vw;
}
.waneco__pets-info_status-text {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.3;
}
.waneco__pets-info_status-text span {
  color: #8d8d8d;
  font-size: 2.6667vw;
  font-weight: 500;
}
