@charset "Shift-JIS";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  font-size: 62.5%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  backface-visibility: hidden;
}

body {
  font-size: 1.6rem;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
}
blockquote:before, blockquote:after {
  content: none;
}

q:before, q:after {
  content: "";
}
q:before, q:after {
  content: none;
}

hr {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
  color: #4D4D4D;
}
@media all and (-ms-high-contrast: none) {
  body *::-ms-backdrop, body {
    font-family: "ƒƒCƒŠƒI", Meiryo, sans-serif !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 400ms ease-out 0ms;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

a:hover,
a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  line-height: inherit;
  line-height: 1.72;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.sm-only {
  display: none !important;
}
img {
  max-width: 100%;
}

@media (min-width: 960px) {
  ::selection {
    background: #666666;
    color: #ffffff;
  }
}

@media (min-width: 960px) {
  ::-moz-selection {
    background: #666666;
    color: #ffffff;
  }
}

body {
  min-width: 1260px;
}
body.is-gray > .wrapper {
  background-color: #f4f4f4;
}

body > .wrapper {
  overflow: hidden;
  min-width: 1260px;
}

.pane-contents {
  padding: 0;
  padding-bottom: 140px;
  min-height: calc(100vh - 460px);
}

.pane-contents .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}
.pane-contents .container .pane-main {
  flex: 1 0 100%;
  max-width: 100%;
}
.pane-contents .container .pane-left-menu + .pane-main {
  flex: 0 0 930px;
  max-width: 930px;
}

.container {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.pane-top {
  flex: 1 0 100%;
}

.pane-left-menu {
  flex: 0 0 240px;
  max-width: 240px;
  margin-top: 0px;
  margin-right: 30px;
}

.wrapper {
  min-width: 1060px;
}

.l-outer {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.p-free-main {
  min-height: 600px;
  min-height: calc(100vh - 460px);
}

.page-order .pane-header__right,
.page-order .pane-header__bottom,
.page-complete .pane-header__right,
.page-complete .pane-header__bottom,
.page-estimate .pane-header__right,
.page-estimate .pane-header__bottom,
.page-method .pane-header__right,
.page-method .pane-header__bottom,
.page-cart .pane-header__right,
.page-cart .pane-header__bottom {
  display: none;
}
.page-order .pane-header__upper,
.page-complete .pane-header__upper,
.page-estimate .pane-header__upper,
.page-method .pane-header__upper,
.page-cart .pane-header__upper {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
}
.page-order .pane-header__left,
.page-complete .pane-header__left,
.page-estimate .pane-header__left,
.page-method .pane-header__left,
.page-cart .pane-header__left {
  flex: 0 0 300px;
  max-width: 300px;
}
@media (max-width: 959px) {
  .page-order .pane-header__left,
  .page-complete .pane-header__left,
  .page-estimate .pane-header__left,
  .page-method .pane-header__left,
  .page-cart .pane-header__left {
    max-width: none;
  }
}
.page-order .pane-footer-logos,
.page-order .pane-footer-notation,
.page-order .pane-footer-socials,
.page-complete .pane-footer-logos,
.page-complete .pane-footer-notation,
.page-complete .pane-footer-socials,
.page-estimate .pane-footer-logos,
.page-estimate .pane-footer-notation,
.page-estimate .pane-footer-socials,
.page-method .pane-footer-logos,
.page-method .pane-footer-notation,
.page-method .pane-footer-socials,
.page-cart .pane-footer-logos,
.page-cart .pane-footer-notation,
.page-cart .pane-footer-socials {
  display: none;
}
.page-order .pane-footer__bottom .footer__inner,
.page-complete .pane-footer__bottom .footer__inner,
.page-estimate .pane-footer__bottom .footer__inner,
.page-method .pane-footer__bottom .footer__inner,
.page-cart .pane-footer__bottom .footer__inner {
  padding: 25px 0 25px;
}
.page-order .pane-footer__bottom-right,
.page-complete .pane-footer__bottom-right,
.page-estimate .pane-footer__bottom-right,
.page-method .pane-footer__bottom-right,
.page-cart .pane-footer__bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  width: 100%;
}
.page-order .pane-footer-copy,
.page-complete .pane-footer-copy,
.page-estimate .pane-footer-copy,
.page-method .pane-footer-copy,
.page-cart .pane-footer-copy {
  margin: 0;
  text-align: center;
}

.pane-header {
  height: 107px;
  position: relative;
  z-index: 1001;
}
.is-page-weborder .pane-header {
  height: 65px;
  margin-bottom: 40px;
}

.pane-header__fixed {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.is-hover .pane-header__fixed {
  box-shadow: none !important;
}
.is-header-fixed .pane-header__fixed {
  animation: anim-pane-header__fixed 300ms ease-out 0ms 1 normal forwards;
}
@keyframes anim-pane-header__fixed {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-hover .pane-header__fixed, .is-header-fixed .pane-header__fixed {
  position: fixed;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.is-page-weborder .pane-header__fixed {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.pane-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  max-width: 1360px;
  min-width: 1160px;
  margin: 0 auto;
  padding: 13px 20px 12px;
}
.is-page-weborder .pane-header__inner {
  max-width: 100%;
  min-width: 1160px;
  margin: 0 auto;
  padding: 0;
}

.pane-header__l {
  flex: 1 1 auto;
  margin-right: 26px;
  height: 82px;
}
.is-page-weborder .pane-header__l {
  height: auto;
  margin-right: 30px;
}

.pane-header__l-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-top: 2px;
  margin-bottom: 13px;
}
.is-page-weborder .pane-header__l-top {
  margin: 0;
  padding-left: 36px;
}

.pane-header__l .pane-header__l-pharmacist{
  width: 40%;
}

.pane-header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.pane-header__logo-img {
  width: 84px;
  margin-right: 15px;
}

.pane-header__logo-txt {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.5;
}

.pane-header__logo-txt-1 {
  font-weight: 700;
}

.pane-header__logo-txt-2 {
  font-weight: 400;
}

.pane-header__logo-weborder {
  background-color: #ffffff;
  border: 1px solid #00AE9E;
  font-size: 14px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  width: 76px;
  line-height: 23px;
  height: 23px;
  margin-left: 6px;
  display: none;
}
.is-page-weborder .pane-header__logo-weborder {
  display: inline-block;
}

.pane-header__menus {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}
.is-page-weborder .pane-header__menus {
  display: none;
}

.pane-header__menus--weborder {
  display: none;
}
.is-page-weborder .pane-header__menus--weborder {
  display: flex;
}

.pane-header__menus-item {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-left: 40px;
  position: relative;
}
.pane-header__menus-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 1px;
  height: 18px;
  background-color: #dcdcdc;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.pane-header__menus-item:first-child {
  margin-left: 0px;
  border-left: none;
}
.pane-header__menus-item:first-child::before {
  content: none;
}

.pane-header__menus-item-icon {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.pane-header__menus-item-icon img {
  width: 22px;
  height: 20px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.is-active .pane-header__menus-item-txt {
  color: #00AE9E;
}

.is-page-weborder .pane-header__l-bottom {
  display: none !important;
}

.pane-header__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.pane-header__links-item.pane-header__links-item--spacer {
  display: block;
  flex: 0 0 1px;
  max-width: 1px;
  width: 1px;
  height: 18px;
  background-color: #dcdcdc;
  margin: 0 2px;
}

.pane-header__links-item {
  font-size: 16px;
}
.pane-header__links.font-s .pane-header__links-item {
    font-size: 14px;
}
@media only screen and (max-width: 1200px) {
  .pane-header__links-item {
    font-size: 14px;
  }
}
.pane-header__links-item > a {
  display: block;
  color: #4D4D4D;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 5px 16px;
  border-radius: 4px;
  background-color: #fff;
  transition: all 400ms ease-out 0ms;
  margin: 0;
}
@media only screen and (max-width: 1350px) {
  .pane-header__links-item > a {
    padding: 5px 8px;
  }
}
.pane-header__links-item > a:hover {
  background-color: #4EC6BA;
  color: #fff;
  font-weight: 700;
  opacity: 1;
}
.pane-header__links-item > a[href="javascript:;"] {
  cursor: default;
}
.pane-header__links-item.is-hover > a, .pane-header__links-item.is-active > a {
  color: #fff;
  font-weight: 700;
  background-color: #4EC6BA !important;
}
.pane-header__links-item.is-hover > a:hover, .pane-header__links-item.is-active > a:hover {
  opacity: 0.75;
}
.pane-header__links-item.has-child {
  position: relative;
}
.pane-header__links-item.has-child:hover > a {
  background-color: #4EC6BA;
  color: #fff;
  opacity: 1;
  font-weight: 700;
}
.pane-header__links-item.has-child:hover > a:hover {
  opacity: 0.75;
}

.p-icon-member-only {
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.p-icon-member-only img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.pane-header__links-item-icon {
  flex: 0 0 20px;
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 6px;
}
.pane-header__links-item-icon img {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.has-child:hover .pane-header__links-item__child {
  display: block;
}

.pane-header__links-item__child {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding-top: 5px;
  margin-top: -5px;
}
.pane-header__links-item__child > ul > li {
  backface-visibility: hidden;
  border-top: 1px solid #dcdcdc;
  opacity: 0;
  transform: translate3d(0, -5px, 0) rotate(0deg);
  animation: anim-pane-header__links-item__child 300ms ease-out 0ms 1 normal forwards;
}
.pane-header__links-item__child > ul > li > * {
  backface-visibility: hidden;
}
.pane-header__links-item__child > ul > li:first-child {
  border-top: 3px solid transparent;
}
.pane-header__links-item__child > ul > li:nth-child(1) {
  animation-delay: 30ms;
}
.pane-header__links-item__child > ul > li:nth-child(2) {
  animation-delay: 60ms;
}
.pane-header__links-item__child > ul > li:nth-child(3) {
  animation-delay: 90ms;
}
.pane-header__links-item__child > ul > li:nth-child(4) {
  animation-delay: 120ms;
}
.pane-header__links-item__child > ul > li:nth-child(5) {
  animation-delay: 150ms;
}
.pane-header__links-item__child > ul > li:nth-child(6) {
  animation-delay: 180ms;
}
.pane-header__links-item__child > ul > li:nth-child(7) {
  animation-delay: 210ms;
}
.pane-header__links-item__child > ul > li:nth-child(8) {
  animation-delay: 240ms;
}
.pane-header__links-item__child > ul > li:nth-child(9) {
  animation-delay: 270ms;
}
.pane-header__links-item__child > ul > li:nth-child(10) {
  animation-delay: 300ms;
}
.pane-header__links-item__child > ul > li:nth-child(11) {
  animation-delay: 330ms;
}
.pane-header__links-item__child > ul > li:nth-child(12) {
  animation-delay: 360ms;
}
.pane-header__links-item__child > ul > li:nth-child(13) {
  animation-delay: 390ms;
}
.pane-header__links-item__child > ul > li:nth-child(14) {
  animation-delay: 420ms;
}
.pane-header__links-item__child > ul > li:nth-child(15) {
  animation-delay: 450ms;
}
.pane-header__links-item__child > ul > li:nth-child(16) {
  animation-delay: 480ms;
}
.pane-header__links-item__child > ul > li:nth-child(17) {
  animation-delay: 510ms;
}
.pane-header__links-item__child > ul > li:nth-child(18) {
  animation-delay: 540ms;
}
.pane-header__links-item__child > ul > li:nth-child(19) {
  animation-delay: 570ms;
}
.pane-header__links-item__child > ul > li:nth-child(20) {
  animation-delay: 600ms;
}
@keyframes anim-pane-header__links-item__child {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}
.pane-header__links-item__child > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pane-header__links-item__child > ul > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pane-header__links-item__child > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  color: #4D4D4D;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 5px 18px;
  background-color: #fafafa;
  transition: all 400ms ease-out 0ms;
  white-space: nowrap;
}
.pane-header__links-item__child > ul > li > a:hover {
  background-color: #4EC6BA;
  color: #fff;
  font-weight: 400;
  opacity: 1;
}

.pane-header__r {
  flex: 0 0 230px;
  max-width: 230px;
}
.is-page-weborder .pane-header__r {
  flex: 0 0 250px;
  max-width: 250px;
}

.pane-header__web-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  text-align: center;
  background-color: #00AE9E;
  border-radius: 6px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  padding: 2px 0 0px;
  height: 82px;
}
.is-page-weborder .pane-header__web-btn {
  display: none;
}

.pane-header__web-btn-pre {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: -1px;
}
.pane-header__web-btn-pre > span {
  display: block;
  position: relative;
}
.pane-header__web-btn-pre > span::before, .pane-header__web-btn-pre > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  height: 1px;
  background-color: #97E0D9;
}
.pane-header__web-btn-pre > span::after {
  content: "";
  left: auto;
  right: 0;
}

a.is-pre {
  pointer-events: none;
}

.pane-header__web-btn-main {
  flex: 0 0 auto;
  max-width: 100%;
  font-weight: 700;
  margin-bottom: 8px;
}
.is-pre .pane-header__web-btn-main {
  margin-bottom: 6px;
}

.pane-header__web-btn-sub {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  font-weight: 400;
}
.is-pre .pane-header__web-btn-sub {
  font-size: 15px;
}

.pane-header__web-btn.is-weborder {
  display: none;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  text-align: center;
  background-color: #00AE9E;
  border-radius: 0px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 0;
  height: 65px;
}
.is-page-weborder .pane-header__web-btn.is-weborder {
  display: flex;
}

.pane-header__web-btn-icon {
  flex: 0 0 26px;
  max-width: 26px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.pane-header__web-btn-txt {
  font-size: 17px;
  color: #fff;
}

.pane-header__web-btn-num {
  background-color: #ffffff;
  min-width: 36px;
  line-height: 27px;
  color: #EF4A81;
  font-family: "Barlow", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 8px;
}

.pane-header__web-btn-unit {
  font-size: 14px;
}

.pane-header__links-item-child {
  display: none;
  transform: translate3d(0, -20px, 0) rotate(0deg);
  opacity: 0;
  position: fixed;
  left: 0;
  z-index: 1002;
  width: 100vw;
  height: 100vh;
  min-width: 1260px;
  top: 107px;
  background-color: rgba(0, 0, 0, 0.6);
  animation: anim-pane-header__links-item-child 300ms ease-out 0ms 1 normal forwards;
}
.pane-header__links-item-child.is-hover {
  display: block;
}
.is-page-weborder .pane-header__links-item-child {
  height: 65px;
}
.pane-header__links-item-child::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 30px;
}
@keyframes anim-pane-header__links-item-child {
  0% {
    transform: translate3d(0, -20px, 0) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0px, 0) rotate(0deg);
    opacity: 1;
  }
}

.pane-header__links-item-child-wrapper {
  background-color: #ffffff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pane-header__links-item-child-wrapper:-webkit-scrollbar {
  display: none;
}

.pane-header__links-item-child__header {
  background-color: #F6F6F6;
  padding: 20px 0;
}

.pane-header__links-item-child__header__inner {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.pane-header__links-item-child__header-tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: 13px;
  border-left: 3px solid #00AE9E;
  margin-right: 32px;
}

.pane-header__links-item-child__header-link {
  display: inline-block;
  background-color: #00AE9E;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 6px;
  padding: 10px 18px;
}

.pane-header__links-item-child__content__inner {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 40px 30px 0;
  margin: 0 auto;
}

.pane-header__links-item-child__content-tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin-bottom: 22px;
}
.pane-header__links-item-child__content-tit.is-nov .pane-header__links-item-child__content-tit-img {
  flex: 0 0 63px;
  max-width: 63px;
}
.pane-header__links-item-child__content-tit.is-cellnew .pane-header__links-item-child__content-tit-img {
  flex: 0 0 114px;
  max-width: 114px;
}

.pane-header__links-item-child__content-tit-img {
  flex: 0 0 63px;
  max-width: 63px;
  margin-right: 10px;
}

.pane-header__links-item-child__content-tit-txt {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  position: relative;
  top: 2px;
}

.pane-header__links-item-child__content-body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 40px;
}

.pane-header__links-item-child__content-body-item {
  flex: 1 1 auto;
  margin-left: 20px;
}
.pane-header__links-item-child__content-body-item:first-child {
  margin-left: 0;
}

.pane-header__links-item-child__content-body-item-tit {
  font-size: 15px;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  margin-bottom: 12px;
}
.pane-header__links-item-child__content-body-item-tit > span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: inline-block;
  padding-right: 15px;
}
.pane-header__links-item-child__content-body-item-tit::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-left: -1px;
  background-color: #dcdcdc;
}
.pane-header__links-item-child__content-body-item-tit.is-no-border::after {
  content: none;
}

.pane-header__links-item-child__content-body-item-menus {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}
.pane-header__links-item-child__content-body-item-menus .txt-num {
  top: -1px;
}

.pane-header__links-item-child__content-body-item-menu {
  flex: 0 0 155px;
  max-width: 155px;
  margin-left: 20px;
  position: relative;
}
.pane-header__links-item-child__content-body-item-menu:first-child {
  margin-left: 0;
}

.pane-header__links-item-child__content-body-item-menu-img {
  display: block;
  overflow: hidden;
}

.pane-header__links-item-child__content-body-item-menu-txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.04em;
  line-height: 1.5;
  margin-top: 8px;
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
}
.pane-header__links-item-child__content-body-item-menu-txt::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  top: 0px;
  left: 0;
  height: 18px;
  background-color: #a5e5d9;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat1::before {
  background-color: #a5e5d9;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat2::before {
  background-color: #6BC4E8;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat3::before {
  background-color: #95D4E9;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat4::before {
  background-color: #8AB7E9;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat5::before {
  background-color: #FBE1E4;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat6::before {
  background-color: #CBE880;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat7::before {
  background-color: #1ECAD3;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat8::before {
  background-color: #F5EA61;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat9::before {
  background-color: #F7DEE1;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat10::before {
  background-color: #F8CEC6;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat11::before {
  background-color: #D8CEE3;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat12::before {
  background-color: #C1A01E;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat13::before {
  background-color: #a5e5d9;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat14::before {
  background-color: #a5e5d9;
}
.pane-header__links-item-child__content-body-item-menu-txt.is-cat15::before {
  background-color: #7BA4DB;
}
.pane-header__links-item-child__content-body-item-menu-txt .p-icon-member-only {
  margin-left: -3px;
  margin-right: 4px;
  flex: 0 0 18px;
  max-width: 18px;
  height: 18px;
}

.pane-header__links-item-child__content-body-item-menu-new {
  position: absolute;
  top: 0;
  right: 0;
  width: 21.613%;
}

.pane-header__links-item-child__footer {
  padding-bottom: 160px;
}

.pane-header__links-item-child__content-links {
  position: relative;
  z-index: 1;
}

.pane-header__links-item-child__footer-inner {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.pane-header__links-item-child__content-links-item {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  max-width: 160px;
  font-size: 16px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  border: 1px solid #00AE9E;
  padding: 9px 0px;
  text-align: center;
  border-radius: 6px;
  transition: all 400ms ease-out 0ms;
}
.pane-header__links-item-child__content-links-item:hover {
  color: #fff;
  background-color: #00AE9E;
}
.pane-header__links-item-child__content-links-item .p-icon-member-only {
  flex: 0 0 25px;
  max-width: 25px;
  height: 25px;
  margin-right: 10px;
}

.pane-footer {
  background-color: #ffffff;
  padding: 0;
}

.p-totop {
  position: absolute;
  width: 100%;
}
.p-totop > a {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.p-totop > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/usr/common/icon_tri_top.png") no-repeat center center/16px auto;
}

.pane-footer__upper {
  background-color: #F5F5F5;
}

.pane-footer__upper__inner {
  text-align: center;
  box-sizing: border-box;
  max-width: 1260px;
  padding: 30px 30px 20px;
  margin: 0 auto;
}

.pane-footer__upper-links {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: flex-start;
  flex-flow: row wrap;
}

.pane-footer__upper-links-item {
  margin-bottom: 10px;
}
.pane-footer__upper-links-item::before {
  content: "/";
  padding: 0px 16px;
}
.pane-footer__upper-links-item:first-child::before {
  content: none;
}

.pane-footer__upper-logo {
  width: 87px;
  margin: 0 auto;
  margin-top: 10px;
  padding-top: 1px;
}

.pane-footer__bottom__inner {
  text-align: center;
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.pane-footer__bottom-copy {
  font-size: 13px;
  text-align: center;
  font-family: "Barlow", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
  padding: 22px 0;
}

.is-external {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.is-external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../../img/usr/common/icon_exlink_g.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.container .pane-topic-path .container {
  padding-left: 0;
  padding-right: 0;
}

.pane-topic-path {
  position: relative;
  z-index: 10;
  background-color: #F7F7F7;
}
.pane-topic-path .container {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.pane-topic-path .block-topic-path {
  padding: 5px 0 9px;
  border: none;
  margin-bottom: 40px;
}
.pane-topic-path .block-topic-path--category-item {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.33;
  overflow: hidden;
}
.pane-topic-path .block-topic-path--category-item a {
  text-decoration: none;
}
.pane-topic-path .block-topic-path--category-item:first-child {
  position: relative;
  padding-left: 22px;
}
.pane-topic-path .block-topic-path--category-item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../../img/usr/common/icon_home.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

h1, .h1,
.p-page-tit,
h1.p-page-tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  margin-top: -5px;
  margin-bottom: 26px;
}
h1::before, .h1::before,
.p-page-tit::before,
h1.p-page-tit::before {
  content: "œ";
  position: relative;
  top: 1px;
  color: #4EC6BA;
  margin-right: 5px;
}

.p-page-desc {
  letter-spacing: 0.03em;
  line-height: 2.1;
  margin-bottom: 32px;
}
.p-page-desc a {
  text-decoration: underline;
  font-weight: 700;
}
.p-page-desc a.is-emp {
  color: #00AE9E;
}

.p-page-notice {
  letter-spacing: 0.03em;
  line-height: 2.1;
  margin-bottom: 32px;
  color: #EF4A81;
  font-weight: 700;
}
.p-page-notice a {
  text-decoration: underline;
  font-weight: 700;
  color: #EF4A81;
}

.p-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  padding: 20px 0;
}

button.p-btn,
a.p-btn,
.p-btn {
  width: 290px;
  background-color: #4EC6BA;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  text-align: center;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  transition: opacity 300ms ease-out 0ms;
  border: none;
  cursor: pointer;
}
button.p-btn:hover,
a.p-btn:hover,
.p-btn:hover {
  opacity: 0.7;
}
button.p-btn.p-btn--square,
a.p-btn.p-btn--square,
.p-btn.p-btn--square {
  border-radius: 6px;
  margin: 0 auto;
  width: 200px;
}


.p-login-modal a.p-btn{
  width: 40%;
}

.p-btn + .p-btn {
  margin-left: 20px;
}

.p-btn-icon {
  margin-right: 16px;
}
.p-btn-icon > img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-btns-txt {
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

/* ƒy[ƒW‚Ìƒ[ƒhŠ®—¹ •\Ž¦ˆ— */
@keyframes page-loaded {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: -999;
    display: none;
    pointer-events: none;
  }
}
.price {
  color: #4D4D4D;
}

.h1 {
  margin: 0;
}

.table,
.table td,
.table th {
  border: 1px solid #dcdcdc;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table th {
  background-color: #fefefe;
}

.txt-num {
  font-family: "Gothic Medium BBB", "’†ƒSƒVƒbƒNBBB", "Arial", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", serif !important;
  position: relative;
}

.txt-rmark {
  font-size: 10px;
  font-family: "Gothic Medium BBB", "’†ƒSƒVƒbƒNBBB", "Arial", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", serif !important;
  position: relative;
  top: 3px;
  vertical-align: top;
}

.txt-m-itl {
  font-family: "Barlow", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.u-bold {
  font-weight: 700 !important;
}

.u-italic {
  font-style: italic !important;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  z-index: 10;
  cursor: pointer;
  background: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: transparent url("../../img/usr/common/slider_arrow_right.png") no-repeat center center/contain;
}

.swiper-button-prev::after {
  transform: translate3d(0, 0, 0) rotate(180deg);
}

.swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00AE9E;
}

.clearfix,
.u-clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after,
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after,
.u-clearfix:after {
  clear: both;
}

.u-alert {
  color: #EF4A81;
}

.u-bold {
  font-weight: 700;
}

.u-normal {
  font-weight: 400;
}

.u-small {
  font-size: 0.85em;
}

.u-tellink,
.tellink {
  pointer-events: none;
}

[class^=status-progress] {
  margin-top: 10px;
}

[class^=status-progress]:after {
  border-right: #013893 solid 4px;
  background: #013893;
}

.u-unit {
  font-size: 0.65em;
}

.u-right {
  text-align: right;
}

.u-num {
  font-family: "Barlow", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
  font-size: 1.25em;
}

.u-ad-1 {
  position: relative;
  top: -1px;
}

.u-ad-2 {
  position: relative;
  top: -2px;
}

.u-ad1 {
  position: relative;
  top: 1px;
}

.u-ad2 {
  position: relative;
  top: 2px;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-center {
  text-align: center !important;
}

.p-indent {
  padding-left: 1em;
}

.p-labels {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-label {
  display: inline-block;
  flex: 0 0 auto;
  background-color: #4EC6BA;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.33;
  text-align: center;
  width: 140px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  padding: 0 2px;
  padding-top: 1px;
  margin-right: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.p-label.p-label--news1 {
  color: #fff;
  background-color: #4EC6BA;
}
.p-label.p-label--news2 {
  color: #fff;
  background-color: #F8A3BC;
}
.p-label.p-label--news3 {
  background-color: #6787D1;
}
.p-label.p-label--news4 {
  background-color: #F3B470;
}
.p-label.p-label--cal1 {
  color: #fff;
  background-color: #4EC6BA;
}
.p-label.p-label--cal2 {
  color: #fff;
  background-color: #F8A3BC;
}
.p-label.p-label--cal3 {
  color: #fff;
  background-color: #6787D1;
}
.p-label.p-label--cal4 {
  color: #fff;
  background-color: #AAAAAA;
}

ul.p-list > li {
  position: relative;
  margin: 8px 0;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  padding-left: 1.5em;
}
ul.p-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.345em;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50px;
  vertical-align: middle;
  background-color: #DCDCDC;
}
ul.p-list a {
  text-decoration: underline;
}
ul.p-list.p-list--bcircle > li::before {
  background-color: #4D4D4D;
}
ul.p-list.p-list--dot > li::before {
  content: "E";
  background: none;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 2;
  border-radius: 0;
}
ul.p-list.p-list--nums > li {
  position: relative;
  margin: 8px 0;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  padding-left: 1.75em;
}
ul.p-list.p-list--nums > li::before {
  content: "";
  background: none;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.75;
  border-radius: 0;
}
ul.p-list.p-list--nums > li:nth-child(1)::before {
  content: "‚P.";
}
ul.p-list.p-list--nums > li:nth-child(2)::before {
  content: "‚Q.";
}
ul.p-list.p-list--nums > li:nth-child(3)::before {
  content: "‚R.";
}
ul.p-list.p-list--nums > li:nth-child(4)::before {
  content: "‚S.";
}
ul.p-list.p-list--nums > li:nth-child(5)::before {
  content: "‚T.";
}
ul.p-list.p-list--nums > li:nth-child(6)::before {
  content: "‚U.";
}
ul.p-list.p-list--nums > li:nth-child(7)::before {
  content: "‚V.";
}
ul.p-list.p-list--nums > li:nth-child(8)::before {
  content: "‚W.";
}
ul.p-list.p-list--nums > li:nth-child(9)::before {
  content: "‚X.";
}
ul.p-list.p-list--nums > li:nth-child(10)::before {
  content: "10.";
}
ul.p-list.p-list--aster li {
  padding-left: 1.2em;
}
ul.p-list.p-list--aster li::before {
  content: "–";
  border-radius: 0;
  background: none;
  color: #013893;
  background: transparent;
}

.item-index-menu {
  margin-bottom: 30px;
}

.item-index-menu-entry {
  margin-bottom: 30px;
}

.item-index-menu-entry + .item-index-menu-entry {
  border-top: 1px solid #dcdcdc;
  padding-top: 30px;
}
.item-index-menu-entry + .item-index-menu-entry.no-border {
  border-top: none;
  padding-top: 0px;
}

.item-index-menu-entry-item {
  margin-bottom: 3px;
  position: relative;
}
.item-index-menu-entry-item > a {
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  padding: 10px 20px;
  transition: all 300ms ease-out 0ms;
}
.item-index-menu-entry-item > a::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #00AE9E;
  border-right: 1px solid #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.item-index-menu-entry-item > a:hover {
  font-weight: 700;
  color: #fff;
  background-color: #4EC6BA;
}
.item-index-menu-entry-item > a:hover::after {
  border-color: #fff;
}
.item-index-menu-entry-item .tag-new-item {
  display: inline-block;
  flex: 0 0 50px;
  max-width: 50px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #f385b7;
  color: #ffffff;
  background-color: #f385b7;
  margin-left: auto;
  margin-right: 8px;
}
.item-index-menu-entry-item.is-active .tag-new-item {
  border: 1px solid #f385b7;
  color: #f385b7;
  background-color: #ffffff;
}
.item-index-menu-entry-item.is-active > a {
  font-weight: 700;
  color: #fff;
  background-color: #4EC6BA;
}
.item-index-menu-entry-item.is-active > a::after {
  border-color: #fff;
}

.item-index-menu-entry-item.novplus.is-active > a,
.item-index-menu-entry-item.novplus > a:hover {
  background-color: #7BA4DB;
  opacity: 0.55;
}

.item-index-menu-entry-item.item-cellnewplus.is-active > a,
.item-index-menu-entry-item.item-cellnewplus > a:hover {
  background-color: #C5B4E7;
  opacity: 0.55;
}
.item-index-menu-entry-item.item-cellnewplusdr.is-active > a,
.item-index-menu-entry-item.item-cellnewplusdr > a:hover {
  background-color: #CDAD00;
  opacity: 0.7;
}
.item-index-menu-entry-item .txt-num {
  top: -1px;
}

.item-index-menu-entry-item.item-index-menu-entry-item--tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.item-index-menu-entry-item.item-index-menu-entry-item--tit::after {
  content: none;
}

.item-index-menu-entry-item-icon {
  flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  margin-left: -10px;
}
.item-index-menu-entry-item-icon img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.navipage_ {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row wrap;
  padding: 0;
  margin: 20px 0;
  line-height: 1;
}
.navipage_.page-StyleB_Cart_ {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-top: -40px;
}

.navipage_.top_ { /* ƒy[ƒWƒWƒƒƒ“ƒvã•” */
  margin-bottom: 20px;
}

.navipage_.bottom_ { /* ƒy[ƒWƒWƒƒƒ“ƒv‰º•” */
  margin-bottom: 20px;
}
.navipage_ .navipage_sum_ {
  display: inline-block;
}

.sort_number {
  font-size: 14px;
  margin-right: 20px;
}

.navipage_now_,
.navipage_ > ul > li {
  margin: 0 3px;
  padding: 0;
  text-align: center;
  height: 26px;
  line-height: 26px;
  min-width: 26px;
  display: inline-block;
  font-size: 14px;
  color: #969696;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: none;
  border: none;
  padding: 0;
  transition: all 300ms ease-out 0ms;
}
.navipage_ > ul > li > a {
  width: 100%;
  display: inline-block;
  background: #C8C8C8;
  border: 1px solid #C8C8C8;
  border-radius: 3px;
}
.navipage_ > ul > li > a:hover {
  background: #00AE9E;
  border: 1px solid #00AE9E;
  color: #fff;
}

.navipage_ > ul > li > a.active {
  background: #fff;
  border: 1px solid #00AE9E;
  color: #00AE9E;
}

.navipage_ > ul > li,
.navipage_now_ {
  background: none;
  border: none;
  border-radius: 3px;
  color: #fff;
}

.navipage_ .navipage_first_,
.navipage_ .navipage_last_,
.navipage_ .navipage_next_,
.navipage_ .navipage_prev_ {
  display: inline-block;
}

.navipage_ .navipage_next_ a,
.navipage_ .navipage_prev_ a {
  text-indent: -30px;
  padding: 0;
  background: none;
  color: transparent !important;
  position: relative;
  border: none;
}
.navipage_ .navipage_next_ a::after,
.navipage_ .navipage_prev_ a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #00AE9E;
  border-left: 2px solid #00AE9E;
  transform: translate3d(1px, -50%, 0) rotate(45deg);
}
.navipage_ .navipage_next_ a:hover,
.navipage_ .navipage_prev_ a:hover {
  background: #fff;
  border: #fff;
  color: #00AE9E;
}

.navipage_ .navipage_next_ a::after {
  transform: translate3d(-1px, -50%, 0) rotate(225deg);
}

.navipage_ .navipage_last_ a,
.navipage_ .navipage_first_ a {
  padding: 0 6px;
  display: none;
}

.navipage_ .navipage_reverse_ {
  display: inline-block;
  margin: 0px;
}

.navipage_ .navipage_forward_ {
  margin: 0px;
}

.navipage_ .dot {
  color: #4D4D4D;
}

/* &mdash;&mdash;&mdash;-“ü—ÍƒtƒH[ƒ€‹¤’Ê---- */
input[type=submit],
input[type=button],
input[type=search],
input[type=number],
button {
  appearance: none;
  -webkit-appearance: none;
}

input[type=file] {
  margin-bottom: 10px;
  margin-right: 10px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 12px;
  background-color: #F6F6F6;
  border: 1px solid #DCDCDC;
  transition: all 200ms ease-out 0ms;
  font-size: 15px;
  border-radius: 0px;
  width: 96%;
  margin-right: 16px;
  color: #4D4D4D;
}
input[type=text].is_error,
input[type=tel].is_error,
input[type=email].is_error,
input[type=search].is_error,
input[type=password].is_error,
input[type=url].is_error,
input[type=number].is_error,
select.is_error,
textarea.is_error {
  background-color: #FDE0E5;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #b4b4b4;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
input[type=text]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b4b4b4;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  margin-right: 0px;
}

select.classrequired,
select {
  width: auto;
  min-width: none;
  padding: 0px 10px;
  padding-right: 30px;
  height: 40px;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  background: #f4f4f4 url("../../img/usr/form/icon_select.png") no-repeat right center/auto 100%;
  border: 1px solid #dcdcdc;
}

select::-ms-expand {
  display: none;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  background-color: #ffffff;
  border: 1px solid #00AE9E;
  box-shadow: 0px 0px 4px 2px rgba(0, 174, 158, 0.35);
  outline: none;
}

input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=number]:hover,
select:hover,
textarea:hover {
  border: 1px solid #dcdcdc;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

label.radio,
label.checkbox,
input[type=radio],
input[type=radio] + label,
input[type=checkbox],
input[type=checkbox] + label,
select {
  cursor: pointer;
}

input[type=text][disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  box-shadow: none;
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:active,
.btn[disabled]:active {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none !important;
}

/* &mdash;&mdash;&mdash;-‰æ–Êã•”ƒƒbƒZ[ƒW---- */
.alert {
  padding: 10px 10px 10px 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #EF4A81;
  color: #EF4A81;
  background-color: #f6e2e2;
  border-radius: 5px;
}

.alert:before {
  font-family: FontAwesome;
  content: "\f071";
  position: absolute;
  left: 15px;
}

.success {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  position: relative;
  border: 1px solid #013893;
  color: #013893;
  background-color: #edeff5;
  border-radius: 5px;
}

.success:before {
  font-family: FontAwesome;
  content: "\f05a";
  position: absolute;
  left: 15px;
}

.legend {
  font-size: 18px;
  padding-left: 32px;
  position: relative;
  font-weight: 700;
}

.constraint {
  min-width: 85px;
}
.constraint:empty:after {
  content: "”CˆÓ";
  content: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #b4b4b4;
  color: #969696;
  text-align: center;
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  min-width: 43px;
  padding: 0 2px;
}

.required {
  display: inline-block;
  vertical-align: baseline;
}

.required:after {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  background-color: #013893;
  color: #fff;
  content: "•K{";
  text-align: center;
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  min-width: 43px;
  padding: 0 2px;
}

.help-block {
  position: relative;
  top: 6px;
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-top: 2px;
  color: #4D4D4D;
  font-feature-settings: "palt";
}

.help-block + .help-block {
  margin-top: 0;
}

.count-msg-another {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #555;
}

.count-msg {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #f66;
}

/* &mdash;&mdash;&mdash;-“ü—ÍƒtƒH[ƒ€ƒ{ƒ^ƒ“---- */
.action-buttons {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: block;
}

.action {
  flex: 0 0 auto;
  max-width: auto;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

/* &mdash;&mdash;&mdash;-ƒ‰ƒWƒIƒ{ƒ^ƒ“Aƒ`ƒFƒbƒNƒ{ƒbƒNƒX---- */
.radio {
  margin-right: 10px;
}

.checkbox {
  margin-right: 10px;
}

/* &mdash;&mdash;&mdash;-EFO---- */
.efo-icon {
  border: none;
  vertical-align: middle;
}

input[type=text].efo-error,
input[type=tel].efo-error,
input[type=email].efo-error,
input[type=search].efo-error,
input[type=password].efo-error,
input[type=url].efo-error,
input[type=number].efo-error,
select.efo-error,
textarea.efo-error {
  background-color: #f2dede;
}

input[type=text].efo-valid,
input[type=tel].efo-valid,
input[type=email].efo-valid,
input[type=search].efo-valid,
input[type=password].efo-valid,
input[type=url].efo-valid,
input[type=number].efo-valid,
select.efo-valid,
textarea.efo-valid {
  background-color: #fff;
}

.p-form input[type=radio] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.p-form input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-right: 20px;
  margin: 5px 0;
}
.p-form input[type=radio] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  border-radius: 50%;
}
.p-form input[type=radio] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 3px;
  width: 10px;
  height: 10px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  border-radius: 50%;
  background-color: #4D4D4D;
  opacity: 0;
}
.p-form input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-form input[type=text][name=kana],
.p-form input[type=text][name=kana2],
.p-form input[type=text][name=name],
.p-form input[type=text][name=name2] {
  display: inline-block;
  width: 190px;
  margin-right: 16px;
}
.p-form input[type=text][name=mmail],
.p-form input[type=text][name=cmmail],
.p-form input[type=text][name=mail],
.p-form input[type=text][name=cmail] {
  display: inline-block;
  width: 400px;
  margin-right: 16px;
}
.p-form input[type=text][name=zip] {
  display: inline-block;
  width: 160px;
  margin-right: 10px;
}
.p-form input[name=pwd],
.p-form input[name=cpwd] {
  display: inline-block;
  width: 350px;
  margin-right: 16px;
}
.p-form input[type=text][name=tel],
.p-form input[type=text][name=addr],
.p-form input[type=text][name=addr3],
.p-form input[type=text][name=addr2] {
  display: inline-block;
  width: 350px;
  margin-right: 16px;
}
.p-form select[name=pref],
.p-form select[name=sex] {
  width: 160px;
  margin-right: 16px;
}
.p-form select[name=yy_birth],
.p-form select[name=mm_birth],
.p-form select[name=dd_birth] {
  width: 120px;
  margin-left: 10px;
  margin-right: 10px;
}
.p-form select[name=yy_birth] {
  margin-left: 0px;
}
.p-form .p-form-input-label {
  display: inline-block;
  padding-right: 2px;
  font-size: 15px;
  font-weight: 700;
  min-width: 32px;
}
.p-form dl + .message_ {
  margin-top: 40px;
}
.p-form .message_ {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-form .message_ a {
  font-weight: 700;
  color: #00AE9E;
  text-decoration: underline;
}
.p-form .small_,
.p-form .p-form-small--name {
  display: inline-block;
  margin-left: 0px;
}
.p-form .must_ {
  display: inline-block;
  vertical-align: baseline;
}
.p-form .must_:after {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  background-color: #EF4A81;
  color: #fff;
  content: "•K{";
  text-align: center;
  border-radius: 0px;
  height: 26px;
  line-height: 26px;
  min-width: 43px;
  padding: 0 2px;
}
.p-form dl.formdetail_ {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  position: relative;
  margin-bottom: 20px;
}
.p-form dl.formdetail_ .must_ {
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 20px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.p-form dl.formdetail_ dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  flex: 0 0 31.8%;
  max-width: 31.8%;
  background-color: #EEFCF9;
  padding-left: 20px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-right: 70px;
  border: 1px solid #dcdcdc;
  position: relative;
  margin-top: -1px;
  font-size: 15px;
  font-weight: 700;
}
.p-form dl.formdetail_ dt.formdetail_login-email {
  padding-right: 0px;
  padding-bottom: 20px;
}
.p-form dl.formdetail_ dt .formdetail_login-email-line:nth-child(n+2) {
  margin-top: 10px;
}
.p-form dl.formdetail_ dt .formdetail_login-email-val {
  display: block;
  font-weight: 400;
}
.p-form dl.formdetail_ dt.al-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}
.p-form dl.formdetail_ dt.al-top .must_ {
  position: absolute;
  top: 25px;
  bottom: auto;
  transform: none;
}
.p-form dl.formdetail_ dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  flex: 0 0 68.2%;
  max-width: 68.2%;
  padding: 15px 20px;
  border: 1px solid #dcdcdc;
  border-left: none;
  margin-top: -1px;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.p-form dl.formdetail_ dd.lg-pt-radio {
  padding-top: 21px;
  padding-bottom: 21px;
}
.p-form .small_ {
  font-size: 13px;
  margin: 5px 0;
  letter-spacing: -0.02em;
}
.p-form .small_:last-child {
  margin-bottom: 0;
}
.p-form .small_ > a {
  font-weight: 700;
  color: #00AE9E;
}
.p-form .error_ {
  font-size: 16px;
  color: #EF4A81;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 10px;
}
.p-form .classrequired {
  background-color: #FDE0E5;
}

.p-checkbox-form input[type=checkbox],
.p-form input[type=checkbox] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.p-checkbox-form input[type=checkbox] + label,
.p-form input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  width: 160px;
  margin: 5px 0;
}
.p-checkbox-form input[type=checkbox] + label::before,
.p-form input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.p-checkbox-form input[type=checkbox] + label::after,
.p-form input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 2px;
  width: 12px;
  height: 12px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  background: url("../../img/usr/form/icon_check.png") no-repeat center center/contain;
  opacity: 0;
  transition: opacity 100ms ease-out 0ms;
}
.p-checkbox-form input[type=checkbox]:disabled + label,
.p-form input[type=checkbox]:disabled + label {
  cursor: default;
}
.p-checkbox-form input[type=checkbox]:checked + label::after,
.p-form input[type=checkbox]:checked + label::after {
  opacity: 1;
}

input[type=checkbox][name=dow] + label {
  width: 70px;
}

.submit_ {
  display: flex;
  align-items: center;
  justify-content: stretch;
  align-content: center;
  flex-flow: column wrap;
  padding: 20px 0;
}

.button_.orange_button_ {
  width: 200px;
  background-color: #4EC6BA;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 0;
  border: #4EC6BA;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
}

.button_.firstcustomer_button_ {
  width: 250px;
  background-color: #4EC6BA;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 0;
  border: #4EC6BA;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
}

.button_.pink_button_ {
  width: 200px;
  background-color: #EF4A81;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 0;
  border: #EF4A81;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-form-back-link {
  border: none;
  background: none;
  position: relative;
  margin: 10px 0;
  padding: 0 20px;
}

.p-form-docancel {
  border: none;
  background: none;
  position: relative;
  margin: 10px 0;
  padding: 0 20px;
  cursor:pointer;
}

.p-form-back-link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 14px;
  transform: translate3d(0, -50%, 0) rotate(180deg);
  background: url("../../img/usr/common/icon_arrow_right.png") no-repeat center center/contain;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.p-form-docancel::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0px;
  width: 14px;
  height: 14px;
  transform: translate3d(0, -50%, 0) rotate(180deg);
  background: url("../../img/usr/common/icon_arrow_right.png") no-repeat center center/contain;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}


.p-form-submit-desc {
  margin-bottom: 30px;
  padding-top: 30px;
}
.p-form-submit-desc a {
  font-weight: 700;
  text-decoration: underline;
}

.p-form--confirm dl.formdetail_ dt {
  padding: 22px 20px 22px;
}
.p-form--confirm dl.formdetail_ dd {
  padding: 22px 20px 22px;
}

.p-contact-msg1 {
  line-height: 1.5;
  margin-bottom: 40px;
  margin-top: 20px;
}
.p-contact-msg1 a {
  font-weight: 700;
  color: #00AE9E;
  text-decoration: underline;
}

[id^=isErrorIcon] {
  position: absolute;
  margin-left: -14px;
  margin-top: -2px;
  width: 16px;
  pointer-events: none;
  display: none;
}

.balloons {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
}

.p-form dd.lg-pt-radio label {
  display: block;
}

.page-top .pane-contents > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.p-top-navi-list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-top-navi-list-item {
  margin: 0 0;
}
.p-top-navi-list-item > a {
  display: inline-block;
  padding: 15px 30px;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.6;
  transition: all 300ms ease-out 0ms;
}
.p-top-navi-list-item > a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.p-top-mv {
  margin-bottom: 50px;
  position: relative;
}
.p-top-mv img {
  width: 100%;
}
.p-top-mv a:hover {
  opacity: 1;
  transition: none;
}
.p-top-mv.is-loaded::after {
  content: none;
}
.p-top-mv::after {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  background: url("../../img/usr/svg-loaders/oval.svg") no-repeat center center/contain;
}

.p-top-mv-images-slide {
  padding: 0 5px;
  opacity: 0.5;
  transition: opacity 500ms ease-out 0ms;
}
.p-top-mv-images-slide.swiper-slide-active {
  opacity: 1;
}
.p-top-mv-images-slide > a {
  opacity: 1;
}

.p-top-mv .swiper-button-prev {
  left: -20px;
}
.p-top-mv .swiper-button-next {
  right: 0px;
}
.p-top-mv .swiper-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 72%;
}
.p-top-mv .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: -40px;
}
.p-top-mv .swiper-pagination-bullet {
  margin: 0 5px;
}
.p-top-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00AE9E;
}

h2.p-top-header,
.p-top-header {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 30px;
}
h2.p-top-header,
h2.p-top-header > a,
.p-top-header,
.p-top-header > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-top-header-icon {
  flex: 0 0 32px;
  max-width: 32px;
  margin-right: 16px;
}
.p-top-header-icon > img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.block-top-topic {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.p-news-list-entry {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.p-news-list-entry:first-child {
  padding-top: 0;
}
.p-news-list-entry:last-child {
  border-bottom: none;
}

.p-news-list-entry-date {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-right: 5px;
  min-width: 120px;
}

.p-news-list-entry-labels {
  margin-right: 16px;
}

.p-news-list-entry-tit {
  line-height: 1.75;
  font-feature-settings: "palt";
  padding-left: 8px;
}
.p-news-list-entry-tit > a {
  text-decoration: underline;
}

.p-top-more {
  margin-top: 20px;
}
.p-top-more > a {
  text-decoration: underline;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.p-top-more > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../../img/usr/common/icon_arrow_right.png") no-repeat center center/contain;
}

.p-top-event.p-top-rows {
  border: 1px solid #00AE9E;
  border-radius: 10px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.p-top-event.p-top-rows h2.p-top-header,
.p-top-event.p-top-rows .p-top-header {
  margin-top: 0px;
}

.p-top-row {
  border-bottom: 1px solid #00AE9E;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}
.p-top-row:last-child {
  border-bottom: none;
}

.p-top-col {
  padding: 50px 50px;
  flex: 0 0 100%;
  max-width: 100%;
}
.p-top-col.p-top-col--2 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 50px 25px;
}
.p-top-col.p-top-col--2:first-child {
  padding-left: 50px;
}
.p-top-col.p-top-col--2:last-child {
  padding-right: 50px;
}

.p-seminar-desc {
  min-height: 24px;
  margin-bottom: 30px;
}

.p-seminar-list-entry-icons {
  flex: 0 0 20px;
  max-width: 20px;
  margin-right: 4px;
}

.p-seminar-list-entry-tit {
  padding-left: 8px;
}

.p-seminar-list-entry {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.p-seminar-list-entry:first-child {
  padding-top: 0;
}
.p-seminar-list-entry:last-child {
  border-bottom: none;
}

.p-seminar-list-entry-date {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-right: 2px;
  min-width: 120px;
}

.p-seminar-list-entry-tit {
  line-height: 1.75;
  font-feature-settings: "palt";
}
.p-seminar-list-entry-tit > a {
  text-decoration: underline;
}

.p-top-header.p-top-header--top-calendar {
  width: 380px;
  margin-bottom: 15px;
}

.p-top-calendar-select {
  text-align: right;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background: url("../../img/usr/form/icon_select_1.jpg") no-repeat right 8px center/16px auto;
  width: 140px;
  margin-left: auto;
}
.p-top-calendar-select select {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-top-calendar-entry {
  display: none;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
}
.p-top-calendar-entry.is-active {
  display: flex;
}
@keyframes anim-p-top-calendar-entry {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

.p-top-calendar-entry-left {
  flex: 0 0 380px;
  max-width: 380px;
}

.p-top-calendar-entry-tit {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.p-top-calendar-entry-tit-month-num {
  font-size: 26px;
  font-family: "Barlow", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
}

.p-top-calendar-entry-tit-year {
  font-size: 18px;
  font-family: "Barlow", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
}

.p-top-calendar-tbl-notice {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 16px;
}

.p-top-calendar-tbl table {
  width: 100%;
  table-layout: fixed;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.p-top-calendar-tbl th, .p-top-calendar-tbl td {
  font-weight: 400;
  border: none;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  text-align: center;
  padding: 2px;
}
.p-top-calendar-tbl th.is-active, .p-top-calendar-tbl td.is-active {
  background-color: #A7E6D7;
}
.p-top-calendar-tbl th {
  height: 36px;
  background-color: #f4f4f4;
}
.p-top-calendar-tbl th.is-day-sat {
  color: #0047BB;
}
.p-top-calendar-tbl th.is-day-sun {
  color: #F8A3BC;
}
.p-top-calendar-tbl td {
  height: 46px;
  font-family: "Barlow", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
}

.p-top-calendar-entry-right {
  flex: 1 1 auto;
  margin-left: 50px;
  position: relative;
  z-index: 2;
  margin-top: -48px;
}

.p-top-calendar-item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.p-top-calendar-item:first-child {
  padding-top: 0;
}
.p-top-calendar-item:last-child {
  border-bottom: none;
}

.p-top-calendar-item-props {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 8px;
}

.p-top-calendar-item-date {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin-right: 5px;
  min-width: 248px;
}

.p-top-calendar-item-label {
  width: 134px;
}

.p-top-calendar-item-tit {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.75;
}
.p-top-calendar-item-tit > a {
  text-decoration: underline;
}

.p-vlinks1 {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.p-vlinks1-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-vlinks1-list-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.p-vlinks1-list-item > a {
  display: block;
}
.p-vlinks1-list-item img {
  display: block;
  width: 100%;
}

.p-vlinks-footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  text-align: center;
  padding: 18px 0;
  background-color: #F6F6F6;
  font-weight: 700;
}
.p-vlinks-footer-link > span:last-child {
  text-decoration: underline;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.p-vlinks-footer-link > span:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../../img/usr/common/icon_arrow_right.png") no-repeat center center/contain;
}
.p-vlinks-footer-link .p-icon-member-only {
  margin-right: 10px;
}

.p-vlinks2 {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 88px;
}

.p-vlinks2-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-vlinks2-list-item {
  flex: 0 0 31.33%;
  max-width: 31.33%;
  margin-left: 3%;
}
.p-vlinks2-list-item:nth-child(3n+1) {
  margin-left: 0;
}

.p-web-order {
  box-sizing: border-box;
  max-width: 1200px;
  padding: 38px 30px;
  margin: 0 auto;
  background-color: #E5F7F5;
  border-radius: 10px;
}

.p-web-order-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  text-align: center;
}
.p-web-order-icon > img {
  flex: 0 0 38px;
  max-width: 38px;
  width: 38px;
}

.p-web-order-desc {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  margin-bottom: 20px;
}

.p-web-order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  text-align: center;
  background-color: #00AE9E;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  padding: 2px 0 0px;
  height: 80px;
  width: 300px;
  margin: 0 auto;
}
.p-web-order-btn[href="javascript:;"] {
  pointer-events: none;
}

.p-web-order-btn-main {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  font-weight: 700;
}

.p-web-order-btn-sub {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  font-weight: 400;
}

.p-order-pre {
  margin-top: 8px;
  text-align: center;
}

.p-login-modal {
  position: fixed;
  background: rgba(130, 130, 130, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  padding: 70px 0;
  opacity: 0;
  display: none;
  animation: anim-p-login-modal 300ms ease-out 300ms 1 normal forwards;
}
@keyframes anim-p-login-modal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-login-modal-active .p-login-modal {
  display: block;
}

.p-login__col--col2 .p-btn--login4 {
  line-height: 1.5;
  font-size: 15px;
  padding: 13px 0 12px;
}
.p-login__col--col2 .p-btn + .p-btn {
  margin-left: 0px;
  margin-top: 10px;
}

.p-login {
  box-sizing: border-box;
  max-width: 1220px;
  padding: 40px 50px 50px;
  margin: 0 auto;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-login:-webkit-scrollbar {
  display: none;
}

.p-login__header {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

.p-login__header-left {
  flex: 0 0 970px;
  max-width: 970px;
  padding-top: 18px;
}

h2.p-login__title {
  font-size: 26px;
  color: #00AE9E;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
h2.p-login__title > span {
  margin-right: 2px;
  font-weight: 700;
}

.p-login__txt1 {
  line-height: 2;
  margin-bottom: 20px;
}

.p-login__txt2 {
  font-size: 18px;
  font-weight: 700;
}

.p-login__header-right {
  flex: 0 0 330px;
  max-width: 330px;
}
.p-login__header-right .p-order-pre {
  margin-bottom: -22px;
}

.p-login__header-web-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  text-align: center;
  background-color: #00AE9E;
  border-radius: 50px;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  padding: 2px 0 0px;
  height: 90px;
}
.p-login__header-web-btn[href="javascript:;"] {
  pointer-events: none;
}

.p-login__header-web-btn-icon {
  flex: 0 0 26px;
  max-width: 26px;
  margin-right: 16px;
}

.p-login__header-web-btn-icon-txt {
  text-align: left;
  line-height: 1.4;
}

.p-login__header-web-btn-main {
  font-size: 19px;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  font-weight: 700;
}

.p-login__header-web-btn-pre {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 4px;
  text-align: center;
}
.p-login__header-web-btn-pre > span {
  display: block;
  position: relative;
}
.p-login__header-web-btn-pre > span::before, .p-login__header-web-btn-pre > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 75px;
  height: 1px;
  background-color: #97E0D9;
}
.p-login__header-web-btn-pre > span::after {
  content: "";
  left: auto;
  right: 0;
}

.p-login__header-web-btn-sub {
  font-size: 17px;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  font-weight: 400;
}

.p-login__header-other-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  text-align: center;
  background-color: #4D4D4D;
  border-radius: 50px;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  padding: 2px 0 0px;
  height: 50px;
  width: 280px;
  margin-left: auto;
  margin-top: 40px;
}

.p-login__header-other-btn-txt {
  font-size: 16px;
  font-weight: 700;
}

.p-login__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-login__col {
  flex: 0 0 48.5%;
  max-width: 48.5%;
  background-color: #F4F4F4;
  border-radius: 10px;
  margin-bottom: 20px;
}

.p-login__col--col1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  68.5%;
      -ms-flex: 0 0  68.5%;
          flex: 0 0  68.5%;
  max-width: 68.5%;
}

.p-login__col-header {
  background-color: #4EC6BA;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 18px 0;
  margin: 0;
}

.p-login__col--col2 .p-login__col-header {
  background-color: #F8A3BC;
}
.p-login__col--col2 .p-btn--login2 {
  background-color: #F8A3BC;
}

.p-login__col--col3 .p-login__col-header {
  background-color: #6E6E6E;
}
.p-login__col--col3 .p-btn--login3 {
  background-color: #6E6E6E;
  flex: 0 0 80%;
  max-width: 80%;
}

.p-login-modal .login-modal-other-area{
  padding-top:80px;
}

.p-login-modal .p-btns a:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.p-login-modal .p-btn--login1
, .p-login-modal .p-btn--login3 {
  position:relative;
}

.p-login__col-header-main {
  display: block;
  font-size: 20px;
}

.p-login__col-header-sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.p-login__col-content {
  padding: 30px 20px;
}

.p-login__col-content-desc {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 18px;
}

.p-login__col-content-desc2 {
  margin-bottom: 16px;
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: -16px;
}

.p-login__col-content-form {
  min-height: 172px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-login__col-content-form-error {
  margin-bottom: 20px;
  font-size: 16px;
  color: #EF4A81;
  font-weight: 400;
}

.p-login__col-content-form-row--check {
  margin-top: 20px;
}

.p-login__col-content-form-row {
  margin-bottom: 10px;
}
.p-login__col-content-form-row input[type=text],
.p-login__col-content-form-row input[type=password] {
  background-color: #ffffff;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 0 16px;
  height: 50px;
}

.p-checkbox {
  position: relative;
  cursor: pointer;
}
.p-checkbox input[type=checkbox] {
  display: none;
}
.p-checkbox input[type=checkbox] {
  display: none;
}
.p-checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-checkbox > span {
  display: inline-block;
  padding-left: 26px;
}
.p-checkbox > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  background-color: #ffffff;
}
.p-checkbox > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  background-color: #00AE9E;
  transition: opacity 100ms ease-out 0ms;
  opacity: 0;
}

.p-login__col-content-form-row-forgot {
  text-align: center;
}
.p-login__col-content-form-row-forgot > a {
  font-size: 15px;
  text-decoration: underline;
}

.p-login__col-content__link-txt {
  text-align: center;
  padding-top: 50px;
  height: 197px;
  line-height: 2;
}

.p-login__col-content-pans {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 6px;
}

.p-login__col-content-pan {
  background-color: #ffffff;
  border-radius: 10px;
  flex: 0 0 32%;
  max-width: 32%;
  margin-left: 2%;
  padding: 18px 0 14px;
}
.p-login__col-content-pan:first-child {
  margin-left: 0px;
}

.p-login__col-content-pan-icon {
  margin-bottom: 12px;
}
.p-login__col-content-pan-icon > img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  font-family: "object-fit: contain;";
  margin: 0 auto;
}

.p-login__col-content-pan-txt {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.p-login__col.p-login__col--col3 {
  flex: 0 0 28%;
  max-width: 28%;
}

.p-login__col-content-q {
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.p-item-list__content-tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin-bottom: 22px;
  border-top: 1px solid #dcdcdc;
  padding-top: 50px;
}
.p-item-list__content-tit.is-nov .p-item-list__content-tit-img {
  flex: 0 0 88px;
  max-width: 88px;
}
.p-item-list__content-tit.is-cellnew {
  border-top: 1px solid #dcdcdc;
  margin-top: 70px;
}
.p-item-list__content-tit.is-cellnew .p-item-list__content-tit-img {
  flex: 0 0 166px;
  max-width: 166px;
}

.p-item-list__content-tit-img {
  flex: 0 0 88px;
  max-width: 88px;
  margin-right: 10px;
}

.p-item-list__content-tit-txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  position: relative;
  top: 3px;
}

.p-item-list__content-body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 60px;
}

.p-item-list__content-body-item {
  flex: 1 1 auto;
  margin-left: 20px;
}
.p-item-list__content-body-item:first-child {
  margin-left: 0;
}
.p-item-list__content-body-item.is-l {
  flex: 1 1 100%;
  max-width: 100%;
}

.p-item-list__content-body-item-tit {
  font-size: 18px;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  margin-bottom: 14px;
}

.p-item-list__content-body-item-menus {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}
.p-item-list__content-body-item-menus .txt-num {
  top: -2px;
}

.p-item-list__content-body-item-menu {
  flex: 0 0 270px;
  max-width: 270px;
  margin-left: 40px;
  position: relative;
}
.p-item-list__content-body-item-menu:first-child {
  margin-left: 0;
}

.p-item-list__content-body-item-menu-img {
  display: block;
  overflow: hidden;
}

.p-item-list__content-body-item-menu-txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.04em;
  margin-top: 10px;
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
}
.p-item-list__content-body-item-menu-txt::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 3px;
  top: 0px;
  left: 0;
  height: 20px;
  background-color: #a5e5d9;
}
.p-item-list__content-body-item-menu-txt.is-cat1::before {
  background-color: #a5e5d9;
}
.p-item-list__content-body-item-menu-txt.is-cat2::before {
  background-color: #6BC4E8;
}
.p-item-list__content-body-item-menu-txt.is-cat3::before {
  background-color: #95D4E9;
}
.p-item-list__content-body-item-menu-txt.is-cat4::before {
  background-color: #8AB7E9;
}
.p-item-list__content-body-item-menu-txt.is-cat5::before {
  background-color: #FBE1E4;
}
.p-item-list__content-body-item-menu-txt.is-cat6::before {
  background-color: #CBE880;
}
.p-item-list__content-body-item-menu-txt.is-cat7::before {
  background-color: #1ECAD3;
}
.p-item-list__content-body-item-menu-txt.is-cat8::before {
  background-color: #F5EA61;
}
.p-item-list__content-body-item-menu-txt.is-cat9::before {
  background-color: #F7DEE1;
}
.p-item-list__content-body-item-menu-txt.is-cat10::before {
  background-color: #F8CEC6;
}
.p-item-list__content-body-item-menu-txt.is-cat11::before {
  background-color: #D8CEE3;
}
.p-item-list__content-body-item-menu-txt.is-cat12::before {
  background-color: #C1A01E;
}
.p-item-list__content-body-item-menu-txt.is-cat13::before {
  background-color: #a5e5d9;
}
.p-item-list__content-body-item-menu-txt.is-cat14::before {
  background-color: #a5e5d9;
}
.p-item-list__content-body-item-menu-txt.is-cat15::before {
  background-color: #7BA4DB;
}
.p-item-list__content-body-item-menu-txt .p-icon-member-only {
  margin-left: 0px;
  margin-right: 6px;
  flex: 0 0 20px;
  max-width: 20px;
  height: 20px;
}

.p-item-list__content-body-item-menu-new {
  position: absolute;
  top: 0;
  right: 0;
  width: 21.613%;
}

.pane-header__links-item-child__footer {
  padding-bottom: 160px;
}

.p-item-list__content-links {
  position: relative;
  z-index: 1;
}

.pane-header__links-item-child__footer-inner {
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.p-item-list__content-links-item {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  max-width: 160px;
  font-size: 16px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  border: 1px solid #00AE9E;
  padding: 9px 0px;
  text-align: center;
  border-radius: 6px;
  transition: all 400ms ease-out 0ms;
}
.p-item-list__content-links-item:hover {
  color: #fff;
  background-color: #00AE9E;
}
.p-item-list__content-links-item .p-icon-member-only {
  flex: 0 0 25px;
  max-width: 25px;
  height: 25px;
  margin-right: 10px;
}

.p-detail.p-detail--makeup .p-detail-index-item > a:hover {
  color: #EC7084;
}
.p-detail.p-detail--makeup .p-detail-index-item::after {
  border-color: #EC7084;
}
.p-detail.p-detail--makeup .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #EC7084;
}
.p-detail.p-detail--makeup .p-detail-goods__list-tit {
  background-color: #F29BA9;
}
.p-detail.p-detail--makeup h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--makeup .p-detail-feature__content-item-tit {
  color: #EC7084;
}
.p-detail.p-detail--makeup .p-goods-c-name {
  color: #EC7084;
}
.p-detail.p-detail--makeup .p-goods-c-detail-item-tit::after {
  border-color: #EC7084;
}
.p-detail.p-detail--makeup .p-detail-docs__links-btn > a {
  background-color: #EC7084;
}
.p-detail.p-detail--makeup .p-detail-docs__links-item-arrow > svg g {
  stroke: #EC7084;
}
.p-detail.p-detail--bodyw .p-detail-index-item > a:hover {
  color: #00AE9E;
}
.p-detail.p-detail--bodyw .p-detail-index-item::after {
  border-color: #00AE9E;
}
.p-detail.p-detail--bodyw .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #00AE9E;
}
.p-detail.p-detail--bodyw .p-detail-feature__list-item {
  letter-spacing: -0.01em;
}
.p-detail.p-detail--bodyw .p-detail-goods__list-tit {
  background-color: #4EC6BA;
}
.p-detail.p-detail--bodyw h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--bodyw .p-detail-feature__content-item-tit {
  color: #00AE9E;
}
.p-detail.p-detail--bodyw .p-goods-c-tag {
  background-color: #E6F7F5;
}
.p-detail.p-detail--bodyw .p-goods-c-name {
  color: #00AE9E;
}
.p-detail.p-detail--bodyw .p-goods-c-detail-item-tit::after {
  border-color: #00AE9E;
}
.p-detail.p-detail--bodyw .p-detail-docs__links-btn > a {
  background-color: #4EC6BA;
}
.p-detail.p-detail--bodyw .p-detail-docs__links-item-arrow > svg g {
  stroke: #00AE9E;
}
.p-detail.p-detail--origo .p-detail-index-item > a:hover {
  color: #195192;
}
.p-detail.p-detail--origo .p-detail-index-item::after {
  border-color: #195192;
}
.p-detail.p-detail--origo .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #195192;
}
.p-detail.p-detail--origo .p-detail-goods__list-tit {
  background-color: #9BB7D3;
}
.p-detail.p-detail--origo h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--origo .p-detail-feature__content-item-tit {
  color: #195192;
}
.p-detail.p-detail--origo .p-detail-feature__tbl-tit {
  color: #195192;
}
.p-detail.p-detail--origo .p-detail-feature__tbl-body-tbl th {
  background-color: #9BB7D3;
}
.p-detail.p-detail--origo .p-detail-feature__tbl-body-tbl td.td-tit {
  background-color: #E4F0FB;
}
.p-detail.p-detail--origo .p-goods-c-name {
  color: #195192;
}
.p-detail.p-detail--origo .p-goods-c-detail-item-tit::after {
  border-color: #195192;
}
.p-detail.p-detail--origo .p-detail-docs__links-btn > a {
  background-color: #195192;
}
.p-detail.p-detail--origo .p-detail-docs__links-btn > a::before {
  background: url("../../img/usr/common/icon_tit_report_w.png") no-repeat center center/contain;
}
.p-detail.p-detail--origo .p-detail-docs__links-item-arrow > svg g {
  stroke: #195192;
}
.p-detail.p-detail--origo .p-detail-feature__points {
  max-width: 760px;
}
.p-detail.p-detail--origo .p-goods-c-detail-item-body {
  letter-spacing: -0.02em;
}
.p-detail.p-detail--nova .p-detail-index-item > a:hover {
  color: #8EC608;
}
.p-detail.p-detail--nova .p-detail-index-item::after {
  border-color: #8EC608;
}
.p-detail.p-detail--nova .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #8EC608;
}
.p-detail.p-detail--nova .p-detail-goods__list-tit {
  background-color: #8EC608;
}
.p-detail.p-detail--nova h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--nova .p-detail-feature__content-item-tit {
  color: #8EC608;
}
.p-detail.p-detail--nova .p-detail-feature__tbl-tit {
  color: #8EC608;
}
.p-detail.p-detail--nova .p-detail-feature__tbl-body-tbl th {
  background-color: #8EC608;
}
.p-detail.p-detail--nova .p-goods-c-name {
  color: #8EC608;
}
.p-detail.p-detail--nova .p-goods-c-detail-item-tit::after {
  border-color: #8EC608;
}
.p-detail.p-detail--nova .p-detail-docs__links-btn > a {
  background-color: #8EC608;
}
.p-detail.p-detail--nova .p-detail-docs__links-item-arrow > svg g {
  stroke: #8EC608;
}
.p-detail.p-detail--nova .p-detail-feature__points {
  max-width: 760px;
}
.p-detail.p-detail--novac .p-detail-index-item > a:hover {
  color: #00C4B3;
}
.p-detail.p-detail--novac .p-detail-index-item::after {
  border-color: #00C4B3;
}
.p-detail.p-detail--novac .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #00C4B3;
}
.p-detail.p-detail--novac .p-detail-goods__list-tit {
  background-color: #68DBCF;
}
.p-detail.p-detail--novac h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--novac .p-detail-feature__content-item-tit {
  color: #00C4B3;
}
.p-detail.p-detail--novac .p-detail-feature__tbl-tit {
  color: #00C4B3;
}
.p-detail.p-detail--novac .p-detail-feature__tbl-body-tbl th {
  background-color: #68DBCF;
}
.p-detail.p-detail--novac .p-goods-c-name {
  color: #00C4B3;
}
.p-detail.p-detail--novac .p-goods-c-detail-item-tit::after {
  border-color: #00C4B3;
}
.p-detail.p-detail--novac .p-detail-docs__links-btn > a {
  background-color: #68DBCF;
}
.p-detail.p-detail--novac .p-detail-docs__links-item-arrow > svg g {
  stroke: #00C4B3;
}
.p-detail.p-detail--novac .p-detail-feature__points {
  max-width: 760px;
}
.p-detail.p-detail--novuv .p-detail-index-item > a:hover {
  color: #f0d50a;
}
.p-detail.p-detail--novuv .p-detail-index-item::after {
  border-color: #f0d50a;
}
.p-detail.p-detail--novuv .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #f0d50a;
}
.p-detail.p-detail--novuv .p-detail-goods__list-tit {
  background-color: #f0d50a;
}
.p-detail.p-detail--novuv h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--novuv .p-detail-feature__content-item-tit {
  color: #f0d50a;
}
.p-detail.p-detail--novuv .p-detail-feature__tbl-tit {
  color: #f0d50a;
}
.p-detail.p-detail--novuv .p-detail-feature__tbl-body-tbl th {
  background-color: #f0d50a;
}
.p-detail.p-detail--novuv .p-goods-c-tag {
  background-color: #FEFBE5;
}
.p-detail.p-detail--novuv .p-goods-c-name {
  color: #f0d50a;
}
.p-detail.p-detail--novuv .p-goods-c-detail-item-tit::after {
  border-color: #f0d50a;
}
.p-detail.p-detail--novuv .p-detail-docs__links-btn > a {
  background-color: #f0d50a;
}
.p-detail.p-detail--novuv .p-detail-docs__links-item-arrow > svg g {
  stroke: #f0d50a;
}
.p-detail.p-detail--novuv .p-detail-feature__points {
  max-width: 760px;
}
.p-detail.p-detail--baby .p-detail-index-item > a:hover {
  color: #FF8189;
}
.p-detail.p-detail--baby .p-detail-index-item::after {
  border-color: #FF8189;
}
.p-detail.p-detail--baby .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #FF8189;
}
.p-detail.p-detail--baby .p-detail-goods__list-tit {
  background-color: #FF8189;
}
.p-detail.p-detail--baby h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--baby .p-detail-feature__content-item-tit {
  color: #FF8189;
}
.p-detail.p-detail--baby .p-detail-feature__tbl-tit {
  color: #FF8189;
}
.p-detail.p-detail--baby .p-detail-feature__tbl-body-tbl th {
  background-color: #FF8189;
}
.p-detail.p-detail--baby .p-goods-c-name {
  color: #FF8189;
}
.p-detail.p-detail--baby .p-goods-c-detail-item-tit::after {
  border-color: #FF8189;
}
.p-detail.p-detail--baby .p-detail-docs__links-btn > a {
  background-color: #FF8189;
}
.p-detail.p-detail--baby .p-detail-docs__links-item-arrow > svg g {
  stroke: #FF8189;
}
.p-detail.p-detail--baby .p-detail-feature__points {
  max-width: 760px;
}
.p-detail.p-detail--baby .p-detail-feature__points {
  max-width: 690px;
}
.p-detail.p-detail--cellnewplus .p-detail-index-item > a:hover {
  color: #B49FE0;
}
.p-detail.p-detail--cellnewplus .p-detail-index-item::after {
  border-color: #B49FE0;
}
.p-detail.p-detail--cellnewplus .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #B49FE0;
}
.p-detail.p-detail--cellnewplus .p-detail-goods__list-tit {
  background-color: #C5B4E7;
}
.p-detail.p-detail--cellnewplus h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--cellnewplus .p-detail-feature__content-item-tit {
  color: #B49FE0;
}
.p-detail.p-detail--cellnewplus .p-detail-feature__tbl-tit {
  color: #B49FE0;
}
.p-detail.p-detail--cellnewplus .p-detail-feature__tbl-body-tbl th {
  background-color: #C5B4E7;
}
.p-detail.p-detail--cellnewplus .p-goods-c-tag {
  background-color: #F3EFFA;
}
.p-detail.p-detail--cellnewplus .p-goods-c-name {
  color: #B49FE0;
}
.p-detail.p-detail--cellnewplus .p-goods-c-detail-item-tit::after {
  border-color: #B49FE0;
}
.p-detail.p-detail--cellnewplus .p-detail-docs__links-btn > a {
  background-color: #B49FE0;
}
.p-detail.p-detail--cellnewplus .p-detail-docs__links-item-arrow > svg g {
  stroke: #B49FE0;
}
.p-detail.p-detail--cellnewplus .p-detail-feature__points {
  letter-spacing: -0.02em;
}
.p-detail.p-detail--cellnewplus .p-goods_10_8 .p-goods-c-colors-item.p-goods-c-colors-item--sbs {
  min-width: 220px;
}
.p-detail.p-detail--cellnewplus .p-goods_10_8 .p-goods-c-colors-item-icon {
  flex: 0 0 30px;
  max-width: 30px;
}
@media all and (-ms-high-contrast: none) {
  .p-detail.p-detail--cellnewplus .p-goods_10_5 .p-goods-c-detail-item-body-notice *::-ms-backdrop, .p-detail.p-detail--cellnewplus .p-goods_10_5 .p-goods-c-detail-item-body-notice {
    letter-spacing: -0.04em;
  }
}
.p-detail.p-detail--cellnewplusdr .p-detail-index-item > a:hover {
  color: #CDAE00;
}
.p-detail.p-detail--cellnewplusdr .p-detail-index-item::after {
  border-color: #CDAE00;
}
.p-detail.p-detail--cellnewplusdr .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #CDAE00;
}
.p-detail.p-detail--cellnewplusdr .p-detail-goods__list-tit {
  background-color: #DCC64C;
}
.p-detail.p-detail--cellnewplusdr h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--cellnewplusdr .p-detail-feature__content-item-tit {
  color: #CDAE00;
}
.p-detail.p-detail--cellnewplusdr .p-detail-feature__tbl-tit {
  color: #CDAE00;
}
.p-detail.p-detail--cellnewplusdr .p-detail-feature__tbl-body-tbl th {
  background-color: #DCC64C;
}
.p-detail.p-detail--cellnewplusdr .p-goods-c-tag {
  background-color: #F9F5E1;
}
.p-detail.p-detail--cellnewplusdr .p-goods-c-name {
  color: #CDAE00;
}
.p-detail.p-detail--cellnewplusdr .p-goods-c-detail-item-tit::after {
  border-color: #CDAE00;
}
.p-detail.p-detail--cellnewplusdr .p-detail-docs__links-btn > a {
  background-color: #DCC64C;
}
.p-detail.p-detail--cellnewplusdr .p-detail-docs__links-item-arrow > svg g {
  stroke: #CDAE00;
}
.p-detail.p-detail--cellnewplusdr .p-goods_11_1 .p-list--nums li {
  letter-spacing: -0.06em;
}
.p-detail.p-detail--basemakeup .p-detail-index-item > a:hover {
  color: #EC7084;
}
@media all and (-ms-high-contrast: none) {
  .p-detail.p-detail--basemakeup .p-detail-index-item *::-ms-backdrop, .p-detail.p-detail--basemakeup .p-detail-index-item {
    flex: 1 1 auto;
  }
}
.p-detail.p-detail--basemakeup .p-detail-index-item::after {
  border-color: #EC7084;
}
.p-detail.p-detail--basemakeup .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #EC7084;
}
.p-detail.p-detail--basemakeup .p-detail-goods__list-tit {
  background-color: #F29BA9;
}
.p-detail.p-detail--basemakeup h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--basemakeup .p-detail-feature__content-item-tit {
  color: #EC7084;
}
.p-detail.p-detail--basemakeup .p-detail-feature__tbl-tit {
  color: #EC7084;
}
.p-detail.p-detail--basemakeup .p-detail-feature__tbl-body-tbl th {
  background-color: #F29BA9;
}
.p-detail.p-detail--basemakeup .p-goods-c-tag {
  background-color: #FDEEF0;
}
.p-detail.p-detail--basemakeup .p-goods-c-name {
  color: #EC7084;
}
.p-detail.p-detail--basemakeup .p-goods-c-detail-item-tit::after {
  border-color: #EC7084;
}
.p-detail.p-detail--basemakeup .p-detail-docs__links-btn > a {
  background-color: #EC7084;
}
.p-detail.p-detail--basemakeup .p-detail-docs__links-item-arrow > svg g {
  stroke: #EC7084;
}
.p-detail.p-detail--basemakeup .p-goods_12_10 .p-goods-c-colors-item--sbs {
  margin-right: 15px;
}
@media all and (-ms-high-contrast: none) {
  .p-detail.p-detail--basemakeup .p-goods_12_10 .p-goods-c-colors-item.p-goods-c-colors-item--sbs *::-ms-backdrop, .p-detail.p-detail--basemakeup .p-goods_12_10 .p-goods-c-colors-item.p-goods-c-colors-item--sbs {
    flex: 1 1 auto;
  }
}
.p-detail.p-detail--acactive .p-detail-index-item > a:hover {
  color: #036072;
}
.p-detail.p-detail--acactive .p-detail-index-item::after {
  border-color: #036072;
}
.p-detail.p-detail--acactive .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #036072;
}
.p-detail.p-detail--acactive .p-detail-goods__list-tit {
  background-color: #036072;
}
.p-detail.p-detail--acactive h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--acactive .p-detail-feature__content-item-tit {
  color: #036072;
}
.p-detail.p-detail--acactive .p-detail-feature__tbl-tit {
  color: #036072;
}
.p-detail.p-detail--acactive .p-detail-feature__tbl-body-tbl th {
  background-color: #036072;
}
.p-detail.p-detail--acactive .p-goods-c-tag {
  background-color: #E1ECEE;
}
.p-detail.p-detail--acactive .p-goods-c-name {
  color: #036072;
}
.p-detail.p-detail--acactive .p-goods-c-detail-item-tit::after {
  border-color: #036072;
}
.p-detail.p-detail--acactive .p-detail-docs__links-btn > a {
  background-color: #036072;
}
.p-detail.p-detail--acactive .p-detail-docs__links-btn > a::before {
  background: url("../../img/usr/common/icon_tit_report_w.png") no-repeat center center/contain;
}
.p-detail.p-detail--acactive .p-detail-docs__links-item-arrow > svg g {
  stroke: #036072;
}
.p-detail.p-detail--nov3 .p-detail-index-item > a:hover {
  color: #064EA3;
}
.p-detail.p-detail--nov3 .p-detail-index-item::after {
  border-color: #064EA3;
}
.p-detail.p-detail--nov3 .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #064EA3;
}
.p-detail.p-detail--nov3 .p-detail-goods__list-tit {
  background-color: #064EA3;
}
.p-detail.p-detail--nov3 h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--nov3 .p-detail-feature__content-item-tit {
  color: #064EA3;
}
.p-detail.p-detail--nov3 .p-detail-feature__tbl-tit {
  color: #064EA3;
}
.p-detail.p-detail--nov3 .p-detail-feature__tbl-body-tbl th {
  background-color: #064EA3;
}
.p-detail.p-detail--nov3 .p-goods-c-tag {
  background-color: #E1EAF4;
}
.p-detail.p-detail--nov3 .p-goods-c-name {
  color: #064EA3;
}
.p-detail.p-detail--nov3 .p-goods-c-detail-item-tit::after {
  border-color: #064EA3;
}
.p-detail.p-detail--nov3 .p-detail-docs__links-btn > a {
  background-color: #064EA3;
}
.p-detail.p-detail--nov3 .p-detail-docs__links-btn > a::before {
  background: url("../../img/usr/common/icon_tit_report_w.png") no-repeat center center/contain;
}
.p-detail.p-detail--nov3 .p-detail-docs__links-item-arrow > svg g {
  stroke: #064EA3;
}
.p-detail.p-detail--nov3 .p-detail-feature__points {
  letter-spacing: -0.02em;
}
.p-detail.p-detail--nov2 .p-detail-index-item > a:hover {
  color: #0A73C9;
}
.p-detail.p-detail--nov2 .p-detail-index-item::after {
  border-color: #0A73C9;
}
.p-detail.p-detail--nov2 .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #0A73C9;
}
.p-detail.p-detail--nov2 .p-detail-goods__list-tit {
  background-color: #0A73C9;
}
.p-detail.p-detail--nov2 h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--nov2 .p-detail-feature__content-item-tit {
  color: #0A73C9;
}
.p-detail.p-detail--nov2 .p-detail-feature__tbl-tit {
  color: #0A73C9;
}
.p-detail.p-detail--nov2 .p-detail-feature__tbl-body-tbl th {
  background-color: #0A73C9;
}
.p-detail.p-detail--nov2 .p-goods-c-tag {
  background-color: #E1EAF4;
}
.p-detail.p-detail--nov2 .p-goods-c-name {
  color: #0A73C9;
}
.p-detail.p-detail--nov2 .p-goods-c-detail-item-tit::after {
  border-color: #0A73C9;
}
.p-detail.p-detail--nov2 .p-detail-docs__links-btn > a {
  background-color: #0A73C9;
}
.p-detail.p-detail--nov2 .p-detail-docs__links-btn > a::before {
  background: url("../../img/usr/common/icon_tit_report_w.png") no-repeat center center/contain;
}
.p-detail.p-detail--nov2 .p-detail-docs__links-item-arrow > svg g {
  stroke: #0A73C9;
}
.p-detail.p-detail--nov2 .p-detail-feature__points {
  letter-spacing: -0.02em;
}
.p-detail.p-detail--lw .p-detail-index-item > a:hover {
  color: #E00068;
}
.p-detail.p-detail--lw .p-detail-index-item::after {
  border-color: #E00068;
}
.p-detail.p-detail--lw .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #E00068;
}
.p-detail.p-detail--lw .p-detail-goods__list-tit {
  background-color: #E00068;
}
.p-detail.p-detail--lw h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--lw .p-detail-feature__content-item-tit {
  color: #E00068;
}
.p-detail.p-detail--lw .p-detail-feature__tbl-tit {
  color: #E00068;
}
.p-detail.p-detail--lw .p-detail-feature__tbl-body-tbl th {
  background-color: #E00068;
}
.p-detail.p-detail--lw .p-goods-c-tag {
  background-color: #FDEAF2;
}
.p-detail.p-detail--lw .p-goods-c-name {
  color: #E00068;
}
.p-detail.p-detail--lw .p-goods-c-detail-item-tit::after {
  border-color: #E00068;
}
.p-detail.p-detail--lw .p-detail-docs__links-btn > a {
  background-color: #E00068;
}
.p-detail.p-detail--lw .p-detail-docs__links-item-arrow > svg g {
  stroke: #E00068;
}
.p-detail.p-detail--lw .p-detail-feature__points {
  letter-spacing: -0.02em;
}
.p-detail.p-detail--novplus .p-detail-index-item > a:hover {
  color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-detail-index-item::after {
  border-color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-detail-pan h2.p-detail-pan-tit::before {
  background-color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-detail-goods__list-tit {
  background-color: #7BA4DB;
}
.p-detail.p-detail--novplus h3.p-detail-feature__content-item-tit,
.p-detail.p-detail--novplus .p-detail-feature__content-item-tit {
  color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-detail-feature__tbl-tit {
  color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-detail-feature__tbl-body-tbl th {
  background-color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-goods-c-tag {
  background-color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-goods-c-name {
  color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-goods-c-detail-item-tit::after {
  border-color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-detail-docs__links-btn > a {
  background-color: #7BA4DB;
}
.p-detail.p-detail--novplus .p-detail-docs__links-btn > a::before {
  background: url("../../img/usr/common/icon_tit_report_w.png") no-repeat center center/contain;
}
.p-detail.p-detail--novplus .p-detail-docs__links-item-arrow > svg g {
  stroke: #7BA4DB;
}
.p-detail-banner {
  margin-bottom: 40px;
}
.p-detail-banner img {
  display: block;
}

.p-detail-index {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-detail-index-item {
  flex: 1 1 auto;
  max-width: auto;
  border-left: 1px solid #dcdcdc;
  position: relative;
  backface-visibility: hidden;
}
.p-detail-index-item:last-child {
  border-right: 1px solid #dcdcdc;
}
.p-detail-index-item > a {
  display: block;
  text-align: center;
  padding: 10px 0 20px;
  height: 100%;
  opacity: 1;
  transition: none;
  backface-visibility: hidden;
}
.p-detail-index-item > a:hover {
  font-weight: bold;
  color: #00AE9E;
}
.p-detail-index-item::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-top: 1px solid #00AE9E;
  border-right: 1px solid #00AE9E;
  transform: translate3d(0, 0, 0) rotate(135deg);
}
.p-detail-index-item .p-icon-member-only {
  flex: 0 0 34px;
  max-width: 34px;
  height: 34px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.p-detail-pan h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 60px 0 15px;
  position: relative;
}
.p-detail-pan h2.p-detail-pan-docs-tit .p-icon-member-only {
  flex: 0 0 34px;
  max-width: 34px;
  height: 34px;
  position: relative;
  top: -1px;
}
.p-detail-pan h2.p-detail-pan-tit {
  padding-left: 17px;
}
.p-detail-pan h2.p-detail-pan-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 22px;
  background-color: #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-detail-feature__content {
  padding-top: 10px;
}

.p-detail-feature__content-item {
  margin-bottom: 36px;
}
.p-detail-feature__content-item:last-child {
  margin-bottom: 0;
}

h3.p-detail-feature__content-item-tit,
.p-detail-feature__content-item-tit {
  font-size: 20px;
  color: #00AE9E;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}

.p-detail-feature__tbl {
  margin-top: 20px;
}

.p-detail-feature__tbl-tit {
  font-size: 16px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 6px;
}

.p-detail-feature__tbl-body {
  display: inline-block;
}

.p-detail-feature__tbl-body-tbl table {
  width: auto;
  table-layout: fixed;
}
.p-detail-feature__tbl-body-tbl th, .p-detail-feature__tbl-body-tbl td {
  border: 2px solid #fff;
  padding: 9px 4px 7px;
  background-color: #F6F6F6;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-align: center;
  width: 186px;
}
.p-detail-feature__tbl-body-tbl th {
  background-color: #4EC6BA;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.5;
  text-align: center;
}
.p-detail-feature__tbl-body-tbl td.td-tit {
  font-weight: 700;
  background-color: #E6F7F5;
}
.p-detail-feature__tbl-body-tbl .p-ant {
  top: 0px;
}
.p-detail-feature__tbl-body-tbl .txt-rmark {
  top: 0px;
}

.p-detail-feature__tbl-body-footer {
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
}

.p-detail-feature__list-item-notice {
  font-size: 0.875em;
  display: block;
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.p-detail-feature__list-item__tbl-dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-detail-feature__list-item__tbl-dt {
  flex: 0 0 192px;
  max-width: 192px;
}

.p-detail--novplus .p-detail-feature__list-item__tbl-dt {
  flex: 0 0 85px;
  max-width: 85px;
}

.p-detail-feature__list-item__tbl-dd {
  flex: 1;
  padding-left: 2em;
  position: relative;
}
.p-detail-feature__list-item__tbl-dd::before {
  content: "[";
  position: absolute;
  left: 0;
}

.p-detail-feature__points {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 12px 20px;
  padding-right: 30px;
  margin-top: 8px;
  line-height: 2;
}

.p-detail-feature__points-item {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
}
.p-detail-feature__points-item::before {
  content: "E";
  margin-right: 0.1em;
}

.p-detail-feature__points-item + .p-detail-feature__points-tit {
  margin-top: 0.5em;
}

.p-antb {
  font-size: 0.75em;
  letter-spacing: -0.04em;
  vertical-align: baseline;
  position: relative;
  top: 0px;
}

.p-ant {
  font-size: 10px;
  letter-spacing: -0.04em;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.p-detail-feature__ant {
  margin-top: 20px;
  text-indent: -2.5em;
  padding-left: 2.5em;
  letter-spacing: 0.02em;
}

.p-detail-feature__ant-item {
  line-height: 1.75;
}

.p-detail-feature__ant-num {
  margin-right: 0.5em;
}

.p-detail-index.p-detail-index--goods {
  margin-top: 40px;
}

.p-detail-goods__list:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.p-detail-goods__list-tit {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #4EC6BA;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 11px 26px;
  margin-bottom: 40px;
}

.p-detail-goods__list-item {
  border-top: 1px solid #dcdcdc;
  padding-bottom: 60px;
  padding-top: 60px;
}
.p-detail-goods__list-item:first-child {
  border-top: none;
}

.p-goods {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-goods-img {
  flex: 0 0 230px;
  max-width: 230px;
  margin-right: 40px;
}

.p-goods-c {
  flex: 0 0 660px;
  max-width: 660px;
}

.p-goods-c-cat {
  font-weight: 700;
  margin-bottom: 6px;
}

.p-goods-tit {
  display: none !important;
}

.p-goods-c-name {
  font-size: 20px;
  color: #00AE9E;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-goods-c-prices {
  margin-bottom: 6px;
}

.p-price-label {
  display: inline-block;
  border: 1px solid #707070;
  padding: 4px 3px 3px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.p-price-label .p-ant {
  top: 0;
}

.p-goods-c-desc {
  margin-bottom: 10px;
  line-height: 2;
}

.p-goods-c-desc-tbl {
  line-height: 1.5;
}
.p-goods-c-desc-tbl table {
  border: none;
  padding: 0;
}
.p-goods-c-desc-tbl th, .p-goods-c-desc-tbl td {
  border: none;
  padding: 6px 0;
}
.p-goods-c-desc-tbl td {
  padding-right: 1.5em;
}

.p-goods-c-tags {
  margin-bottom: 10px;
}

.p-goods-c-tag {
  display: inline-block;
  padding: 6px 8px 5px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  margin-right: 5px;
  position: relative;
  top: -1px;
  background-color: #E6F7F5;
}
.p-goods-c-tag .p-ant {
  vertical-align: top;
  top: 0px;
}

.p-goods-c-colors {
  margin-top: 10px;
  margin-bottom: 18px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-goods-c-colors-item {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}
.p-goods-c-colors-item.p-goods-c-colors-item--sbs2, .p-goods-c-colors-item.p-goods-c-colors-item--sbs {
  flex: 0 0 auto;
  max-width: 100%;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-right: 1px;
  margin-right: 30px;
}
.p-goods-c-colors-item.p-goods-c-colors-item--sbs2 .p-goods-c-colors-item-label, .p-goods-c-colors-item.p-goods-c-colors-item--sbs .p-goods-c-colors-item-label {
  min-width: 50px;
  padding-right: 1px;
  white-space: nowrap;
}
.p-goods-c-colors-item.p-goods-c-colors-item--sbs2 {
  min-width: 240px;
}
.p-goods-c-colors-item.p-goods-c-colors-item--sbs2:nth-child(n+3) {
  margin-top: 10px;
}

.p-goods-c-ant {
  font-size: 14px;
}

.p-goods-c-colors-item-circle {
  border-radius: 50px;
  flex: 0 0 22px;
  max-width: 22px;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: #000;
}
.p-goods-c-colors-item-circle.color_2_3_1 {
  background-color: #646262;
}
.p-goods-c-colors-item-circle.color_2_3_2 {
  background-color: #754B16;
}
.p-goods-c-colors-item-circle.color_2_4_1 {
  background-color: #B2374F;
}
.p-goods-c-colors-item-circle.color_2_4_2 {
  background-color: #D37E6B;
}
.p-goods-c-colors-item-circle.color_2_4_3 {
  background-color: #CC6767;
}
.p-goods-c-colors-item-circle.color_2_4_4 {
  background-color: #D0927D;
}
.p-goods-c-colors-item-circle.color_12_5_1 {
  background-color: #FBD4AE;
}
.p-goods-c-colors-item-circle.color_12_5_2 {
  background-color: #F9CB9C;
}
.p-goods-c-colors-item-circle.color_12_5_3 {
  background-color: #EEB27B;
}
.p-goods-c-colors-item-circle.color_12_5_4 {
  background-color: #F8B991;
}
.p-goods-c-colors-item-circle.color_12_5_5 {
  background-color: #FBD3A1;
}
.p-goods-c-colors-item-circle.color_12_8_1 {
  background-color: #FBD4AE;
}
.p-goods-c-colors-item-circle.color_12_8_2 {
  background-color: #F9CB9C;
}
.p-goods-c-colors-item-circle.color_12_8_3 {
  background-color: #EEB27B;
}
.p-goods-c-colors-item-circle.color_12_8_4 {
  background-color: #F8B991;
}
.p-goods-c-colors-item-circle.color_12_8_5 {
  background-color: #FBD3A1;
}
.p-goods-c-colors-item-circle.color_12_10_1 {
  background-color: #F1B67B;
}
.p-goods-c-colors-item-circle.color_12_10_2 {
  background-color: #F9CB9C;
}
.p-goods-c-colors-item-circle.color_12_11_1 {
  background-color: #FDE7D6;
}
.p-goods-c-colors-item-circle.color_12_11_2 {
  background-color: #F9CB9C;
}

.p-goods-c-colors-item-icon {
  flex: 0 0 34px;
  max-width: 34px;
  margin-right: 10px;
}
.p-goods-c-colors-item-icon img {
  display: block;
}

.p-goods-c-colors-item-label {
  flex: 1;
}

.p-goods-c-colors-item-label-color {
  min-width: 162px;
  display: inline-block;
}

.p-goods-c-detail {
  margin-top: 30px;
  border: 1px solid #dcdcdc;
}

.p-goods-c-detail-item {
  border-top: 1px solid #dcdcdc;
  transition: background 300ms ease-out 0ms;
  background-color: #f6f6f6;
}
.p-goods-c-detail-item:first-child {
  border-top: none;
}
.p-goods-c-detail-item.is-active {
  background-color: #fff;
}

.p-goods-c-detail-item-tit {
  position: relative;
  font-weight: 700;
  padding: 12px 40px;
  cursor: pointer;
}
.p-goods-c-detail-item-tit:hover {
  opacity: 0.75;
}
.p-goods-c-detail-item-tit::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00AE9E;
  border-right: 2px solid #00AE9E;
  transform: translate3d(0, -4px, 0) rotate(-225deg);
  transition: all 100ms ease-out 0ms;
}
.p-goods-c-detail-item.is-active .p-goods-c-detail-item-tit::after {
  transform: translate3d(0, 0px, 0) rotate(-45deg);
}

.p-goods-c-detail-item-body {
  padding: 4px 40px 34px;
  padding-right: 30px;
  letter-spacing: -0.03em;
  line-height: 2;
  text-align: justify;
  display: none;
}
.p-goods-c-detail-item.is-active .p-goods-c-detail-item-body {
  display: block;
  animation: anim-p-goods-c-detail-item-body 300ms ease-out 0ms 1 normal forwards;
}
@keyframes anim-p-goods-c-detail-item-body {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}
.p-goods-c-detail-item-body > b {
  margin-top: 0.5em;
  display: inline-block;
}

.p-notice {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
}

.p-notice + .p-notice {
  margin-top: 0px;
}

.p-goods-c-detail-item-body-notice {
  font-size: 0.875em;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.p-goods-c-detail-item-body-notice.is-indent2 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.p-goods-c-detail-item-body-notice.is-indent4 {
  text-indent: -5em;
  padding-left: 5em;
}
.p-goods-c-detail-item-body-img {
  text-align: center;
}
.p-goods-c-detail-item-body-img img {
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 20px;
}

.p-goods-c-detail-item-body-notice + .p-goods-c-detail-item-body-notice {
  margin-top: 0px;
}

.p-goods-c-detail-item-body-notice {
  font-size: 14px;
  margin-top: 10px;
}

.p-goods-c-labels {
  margin-bottom: 12px;
}

.p-goods-c-label.p-goods-c-label--round {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #707070;
  font-size: 14px;
  padding: 4px 12px 3px;
  line-height: 1;
  position: relative;
  top: -1px;
  margin-right: 1em;
}

.p-detail-pan-desc {
  margin-bottom: 20px;
}

.p-detail-docs__list-tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-detail-docs__list {
  margin-bottom: 30px;
}

.p-detail-docs__list-item {
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
.p-detail-docs__list-item > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding: 13px 18px;
}
.p-detail-docs__list-item > a.is-disabled {
  pointer-events: none;
  color: #B4B4B4;
}

.p-detail-docs__list-item-labels {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin-left: 25px;
}

.p-detail-docs__list-item-label {
  display: inline-block;
  flex: 0 0 auto;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid #f385b7;
  background-color: #fff;
  color: #f385b7;
  padding: 0 7px;
  margin-left: auto;
  margin-right: 8px;
}

.p-detail-docs__list-item-icon {
  flex: 0 0 20px;
  max-width: 20px;
  margin-right: 10px;
}

.p-detail-docs__list-item-tit {
  font-weight: 700;
}

.p-detail-docs__links {
  text-align: center;
  margin-top: 60px;
}

.p-detail-docs__links-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  background-color: #4EC6BA;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  width: 360px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}
.p-detail-docs__links-btn > a::before {
  content: "";
  display: inline-block;
  width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url("../../img/usr/common/icon_tit_report.png") no-repeat center center/contain;
}
.p-detail-docs__links-btn.p-detail-docs__links-btn--no-icon > a::before {
  content: none;
}

.p-detail-docs__links-item {
  text-align: center;
  margin-top: 24px;
}
.p-detail-docs__links-item > a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

.p-detail-docs__links-item-arrow {
  display: inline-block;
  width: 13px;
  margin-right: 12px;
  margin-top: -1px;
}
.p-goods_15_6 .p-goods-c-desc-tbl-has-tags {
  display: inline-block;
  width: 56px;
}

.p-ingredient-tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  margin-top: -5px;
  margin-bottom: 20px;
}
.p-ingredient-tit::before {
  content: "œ";
  position: relative;
  top: 1px;
  color: #4EC6BA;
  margin-right: 5px;
}

.p-ingredient__index {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-ingredient__index-item {
  flex: 0 0 145px;
  max-width: 145px;
  margin-left: 12px;
  margin-bottom: 12px;
  position: relative;
}
.p-ingredient__index-item:nth-child(6n+1) {
  margin-left: 0;
}
.p-ingredient__index-item > a {
  display: block;
  height: 44px;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  background-color: #F4F4F4;
  transition: all 300ms ease-out 0ms;
}
.p-ingredient__index-item > a.is-active, .p-ingredient__index-item > a:hover {
  color: #fff;
  font-weight: 700;
  background-color: #4EC6BA;
}
.p-ingredient__index-item > a.is-active::after, .p-ingredient__index-item > a:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-ingredient__index-item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #00AE9E;
  border-right: 1px solid #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.p-ingredient__tbl-header {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 3px;
}

.p-ingredient__tbl-header-col {
  height: 44px;
  line-height: 44px;
  background-color: #F1FDFA;
  font-size: 16px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
}
.p-ingredient__tbl-header-col:nth-child(1) {
  flex: 0 0 355px;
  max-width: 355px;
}
.p-ingredient__tbl-header-col:nth-child(2) {
  flex: 1 1 auto;
  border-left: 1px solid #fff;
}

.p-ingredient__tbl-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-ingredient__tbl-index {
  flex: 0 0 60px;
  max-width: 60px;
  padding-top: 20px;
  padding-bottom: 6px;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #F1FDFA;
  font-size: 22px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
}

.p-ingredient__tbl-content {
  flex: 1 1 auto;
  padding-left: 20px;
}

.p-ingredient__tbl-dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.72;
}

.p-ingredient__tbl-dt {
  flex: 0 0 275px;
  max-width: 275px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.p-ingredient__tbl-dd {
  flex: 0 0 575px;
  max-width: 575px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-left: 1px solid #dcdcdc;
}

.p-paper__tbl-entry {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.p-paper__tbl-entry:first-child {
  border-top: 1px solid #dcdcdc;
}

.p-paper__tbl-entry-tit {
  position: relative;
  cursor: pointer;
  padding: 16px 40px;
  background-color: #F7F7F7;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}
.p-paper__tbl-entry-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-right: 2px solid #969696;
  border-bottom: 2px solid #969696;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transition: all 100ms ease-out 0ms;
}
.p-paper__tbl-entry.is-active .p-paper__tbl-entry-tit {
  background-color: transparent;
}
.p-paper__tbl-entry.is-active .p-paper__tbl-entry-tit::after {
  margin-top: 2px;
  transform: translate3d(0, -50%, 0) rotate(225deg);
  border-color: #00AE9E;
}

.p-paper__tbl-entry-contents {
  font-size: 14px;
  color: #787878;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  font-family: "Arial", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
  display: none;
  transform: translate3d(0, -10px, 0) rotate(0deg);
  opacity: 0;
}
.p-paper__tbl-entry.is-active .p-paper__tbl-entry-contents {
  opacity: 1;
  display: block;
}

.p-paper__tbl-entry-content {
  border-top: 1px solid #dcdcdc;
  opacity: 0;
  display: none;
  padding: 30px 50px 30px;
  opacity: 0;
  transform: translate3d(0, -10px, 0) rotate(0deg);
}
.p-paper__tbl-entry-content:first-child {
  border-top: none;
}
.p-paper__tbl-entry-content:nth-child(1) {
  animation-delay: 50ms;
}
.p-paper__tbl-entry-content:nth-child(2) {
  animation-delay: 100ms;
}
.p-paper__tbl-entry-content:nth-child(3) {
  animation-delay: 150ms;
}
.p-paper__tbl-entry-content:nth-child(4) {
  animation-delay: 200ms;
}
.p-paper__tbl-entry-content:nth-child(5) {
  animation-delay: 250ms;
}
.p-paper__tbl-entry-content:nth-child(6) {
  animation-delay: 300ms;
}
.p-paper__tbl-entry-content:nth-child(7) {
  animation-delay: 350ms;
}
.p-paper__tbl-entry-content:nth-child(8) {
  animation-delay: 400ms;
}
.p-paper__tbl-entry-content:nth-child(9) {
  animation-delay: 450ms;
}
.p-paper__tbl-entry-content:nth-child(10) {
  animation-delay: 500ms;
}
.p-paper__tbl-entry-content:nth-child(11) {
  animation-delay: 550ms;
}
.p-paper__tbl-entry-content:nth-child(12) {
  animation-delay: 600ms;
}
.p-paper__tbl-entry-content:nth-child(13) {
  animation-delay: 650ms;
}
.p-paper__tbl-entry-content:nth-child(14) {
  animation-delay: 700ms;
}
.p-paper__tbl-entry-content:nth-child(15) {
  animation-delay: 750ms;
}
.p-paper__tbl-entry-content:nth-child(16) {
  animation-delay: 800ms;
}
.p-paper__tbl-entry-content:nth-child(17) {
  animation-delay: 850ms;
}
.p-paper__tbl-entry-content:nth-child(18) {
  animation-delay: 900ms;
}
.p-paper__tbl-entry-content:nth-child(19) {
  animation-delay: 950ms;
}
.p-paper__tbl-entry-content:nth-child(20) {
  animation-delay: 1000ms;
}
.p-paper__tbl-entry-content:nth-child(21) {
  animation-delay: 1050ms;
}
.p-paper__tbl-entry-content:nth-child(22) {
  animation-delay: 1100ms;
}
.p-paper__tbl-entry-content:nth-child(23) {
  animation-delay: 1150ms;
}
.p-paper__tbl-entry-content:nth-child(24) {
  animation-delay: 1200ms;
}
.p-paper__tbl-entry-content:nth-child(25) {
  animation-delay: 1250ms;
}
.p-paper__tbl-entry-content:nth-child(26) {
  animation-delay: 1300ms;
}
.p-paper__tbl-entry-content:nth-child(27) {
  animation-delay: 1350ms;
}
.p-paper__tbl-entry-content:nth-child(28) {
  animation-delay: 1400ms;
}
.p-paper__tbl-entry-content:nth-child(29) {
  animation-delay: 1450ms;
}
.p-paper__tbl-entry-content:nth-child(30) {
  animation-delay: 1500ms;
}
.p-paper__tbl-entry.is-active .p-paper__tbl-entry-content {
  opacity: 1;
  display: block;
  animation: anim-p-paper__tbl-entry-contents 300ms ease-out 0ms 1 normal forwards;
}
@keyframes anim-p-paper__tbl-entry-contents {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}

.p-paper__tbl-entry-content-labels {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 10px;
}

.p-paper__tbl-entry-content-label {
  flex: 0 0 auto;
  max-width: auto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #7D7D7D;
  border: 1px solid #7D7D7D;
  border-radius: 3px;
  padding: 4px 8px 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media all and (-ms-high-contrast: none) {
  .p-paper__tbl-entry-content-label *::-ms-backdrop, .p-paper__tbl-entry-content-label {
    padding-top: 6px;
    padding-bottom: 1px;
  }
}
.p-paper__tbl-entry-content-label.is-label_0 {
  order: 0;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}
.p-paper__tbl-entry-content-label.is-label_1 {
  order: 10;
  color: #87CAAC;
  border-color: #87CAAC;
}
.p-paper__tbl-entry-content-label.is-label_2 {
  order: 20;
  color: #7d9ae3;
  border-color: #7d9ae3;
}
.p-paper__tbl-entry-content-label.is-label_3 {
  order: 30;
  color: #F9BF3D;
  border-color: #F9BF3D;
}
.p-paper__tbl-entry-content-label.is-label_4 {
  order: 40;
  color: #F09B9E;
  border-color: #F09B9E;
}
.p-paper__tbl-entry-content-label.is-label_5 {
  order: 1;
  color: #00AE9E;
  border-color: #00AE9E;
}
.p-paper__tbl-entry-content-label.is-label_6 {
  order: 2;
  color: #00AE9E;
  border-color: #00AE9E;
}
.p-paper__tbl-entry-content-label.is-label_7 {
  order: 70;
}
.p-paper__tbl-entry-content-label.is-label_8 {
  order: 80;
}
.p-paper__tbl-entry-content-label.is-label_9 {
  order: 90;
}
.p-paper__tbl-entry-content-label.is-label_10 {
  order: 100;
}
.p-paper__tbl-entry-content-label.is-label_11 {
  order: 110;
}
.p-paper__tbl-entry-content-label.is-label_12 {
  order: 120;
}
.p-paper__tbl-entry-content-label.is-label_13 {
  order: 130;
}
.p-paper__tbl-entry-content-label.is-label_14 {
  order: 140;
}
.p-paper__tbl-entry-content-label.is-label_15 {
  order: 150;
}
.p-paper__tbl-entry-content-label.is-label_16 {
  order: 160;
}
.p-paper__tbl-entry-content-label.is-label_17 {
  order: 170;
}
.p-paper__tbl-entry-content-label.is-label_18 {
  order: 180;
}
.p-paper__tbl-entry-content-label.is-label_19 {
  order: 190;
}
.p-paper__tbl-entry-content-label.is-label_20 {
  order: 200;
}

.p-paper__tbl-entry-content-tit {
  font-size: 17px;
  color: #080808;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", "Times New Roman", serif !important;
}
.p-paper__tbl-entry-content-tit.is-al {
  font-size: 19px;
  color: #282828;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", serif !important;
}

.p-paper__tbl-entry-content-author {
  font-size: 14px;
  color: #787878;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.33;
  margin-bottom: 8px;
}

.p-paper__tbl-entry-content-book {
  line-height: 1.33;
  margin-bottom: 8px;
}

.p-paper__tbl-entry-content-links {
  line-height: 1.33;
}

.p-paper__tbl-entry-content-link a {
  text-decoration: underline;
}

.p-document__index {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 60px;
}

.p-document__index-col {
  flex: 0 0 100%;
  max-width: 100%;
}
.p-document__index-col .p-document__index-col-link {
  flex: 0 0 49.25%;
  max-width: 49.25%;
}
.p-document__index-col .p-document__index-col-link:nth-child(n+2) {
  margin-left: 1.5%;
}
.p-document__index-col.p-document__index-col--type1 {
  flex: 0 0 66.667%;
  max-width: 66.667%;
}
.p-document__index-col.p-document__index-col--type1 .p-document__index-col-link {
  flex: 0 0 49.25%;
  max-width: 49.25%;
}
.p-document__index-col.p-document__index-col--type1 .p-document__index-col-link:nth-child(n+2) {
  margin-left: 1.5%;
}
.p-document__index-col.p-document__index-col--type2 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-left: 20px;
}
.p-document__index-col.p-document__index-col--type2 .p-document__index-col-link {
  flex: 1 1 100%;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #00AE9E;
}
.p-document__index-col.p-document__index-col--type2 .p-document__index-col-link:nth-child(n+2) {
  margin-left: 1.5%;
}

.p-document__index-col-tit {
  text-align: center;
  font-size: 18px;
  color: #00AE9E;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.p-document__index-col-links {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-document__index-col-link {
  flex: 1 1 auto;
  max-width: auto;
  background-color: #E9F7F5;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  height: 64px;
  line-height: 54px;
  border: 1px solid #E9F7F5;
  position: relative;
}
.p-document__index-col-link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #00AE9E;
  border-bottom: 1px solid #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

h2.p-document__content-tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 60px 0 15px;
  padding-left: 17px;
  position: relative;
  background-color: transparent;
}
h2.p-document__content-tit::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #00AE9E;
}

h3.p-document__content-sub-tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  background-color: transparent;
}
h3.p-document__content-sub-tit::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #DCDCDC;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-document__list {
  border-left: 1px solid #dcdcdc;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 60px;
}

.p-document__content__sec:last-child .p-document__list:last-child {
  margin-bottom: 0;
}

.p-document__list-item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 30px;
}
.p-document__list-item:nth-child(1), .p-document__list-item:nth-child(2), .p-document__list-item:nth-child(3) {
  border-top: 1px solid #dcdcdc;
}

.p-document__list-item-cat {
  margin-bottom: 6px;
}

.p-document__list-item-tit {
  font-size: 18px;
  color: #00AE9E;
  font-weight: 700;
  margin-bottom: 14px;
}

.p-document__list-item-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin-bottom: 25px;
  min-height: 220px;
}

.is-img-full .p-document__list-item-body {
  flex-flow: row wrap;
  min-height: 0;
  margin-bottom: 5px;
}
.is-img-full .p-document__list-item-body-img {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0px;
}
.is-img-full .p-document__list-item-body-attrs {
  flex: 1 1 auto;
  padding-left: 0px;
  padding-top: 20px;
}

.is-s .p-document__list-item-body-img {
  padding: 0;
  padding-top: 20px;
}
.is-s .p-document__list-item-body {
  min-height: 0;
}

.p-document__list-item-body-img {
  flex: 0 0 140px;
  max-width: 140px;
  padding: 0 18px;
}

.p-document__list-item-body-attrs {
  flex: 1 1 auto;
  padding-left: 18px;
}

.p-document__list-item-body-attrs-dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 4px;
}

.p-document__list-item-body-attrs-dt {
  font-weight: 700;
  flex: 0 0 64px;
  max-width: 64px;
  letter-spacing: -0.02em;
}

.p-document__list-item-body-attrs-dd {
  flex: 1 1 auto;
  padding-left: 12px;
  letter-spacing: -0.02em;
}

.p-seminar__index {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row nowrap;
  margin-bottom: -24px;
}

.p-seminar__index-select {
  text-align: right;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  background: url("../../img/usr/form/icon_select_1.jpg") no-repeat right 8px center/16px auto;
  width: 140px;
  margin-left: auto;
}
.p-seminar__index-select select {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-seminar__index-btn {
  display: block;
  width: 230px;
  line-height: 51px;
  height: 50px;
  background-color: #4EC6BA;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 6px;
  margin-left: 15px;
}
.p-seminar__index-btn.is-disabled {
  pointer-events: none;
  background-color: #CFCFCF;
}

.p-seminar__entry {
  display: none;
}
.p-seminar__entry.is-active {
  display: block;
}

.p-seminar__entry-year {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-seminar__entry-year .u-unit {
  font-size: 16px;
}

.p-seminar__row {
  margin-bottom: 20px;
}

.p-seminar__row-head {
  background-color: #F1FDFA;
  margin-bottom: 2px;
  padding: 28px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-flow: row nowrap;
}

.p-seminar__row-head-tit {
  order: -1;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0;
  padding-left: 17px;
  position: relative;
  background-color: transparent;
}
.p-seminar__row-head-tit::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #00AE9E;
}

.p-seminar__row-head-label.p-label {
  height: 30px;
  width: 150px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  margin-left: 5px;
}
.p-seminar__row-head-label.p-label.p-label--seminar0 {
  background-color: #787878;
}
.p-seminar__row-head-label.p-label.p-label--seminar1 {
  background-color: #6787D1;
}
.p-seminar__row-head-label.p-label.p-label--seminar2 {
  background-color: #F8A3BC;
}
.p-seminar__row-head-label.p-label.p-label--seminar3 {
  background-color: #F3B470;
}
.p-seminar__row-head-label.p-label.p-label--seminar4 {
  background-color: #6787D1;
}
.p-seminar__row-body {
  background-color: #F1FDFA;
  padding: 28px 50px;
}

.p-seminar__row-body__infos {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-seminar__row-body-attrs {
  flex: 1 1 auto;
}

.p-seminar__row-body-attrs-dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 18px;
}

.p-seminar__row-body-attrs-dt {
  font-size: 16px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 24px;
  flex: 0 0 90px;
  max-width: 90px;
}

.p-seminar__row-body-attrs-dd {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
}

.p-seminar__row-body-attrs-icons {
  position: relative;
  top: -2px;
  margin-right: 8px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  align-content: baseline;
  flex-flow: row nowrap;
}
.p-seminar__row-body-attrs-icons img {
  display: block;
  width: 100%;
}

.p-seminar__row-body-attrs-icon {
  margin-right: 4px;
  display: inline-block;
}
.p-seminar__row-body-attrs-icon.p-seminar__row-body-attrs-icon--building {
  max-width: 20px;
}
.p-seminar__row-body-attrs-icon.p-seminar__row-body-attrs-icon--web {
  max-width: 24px;
}

.p-seminar__row-body-btns {
  flex: 0 0 305px;
  max-width: 305px;
}

.p-seminar__row-body-btn {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 52px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.p-seminar__row-body-btn.p-seminar__row-body-btn--exlink {
  background-color: #fff;
  border: 1px solid #00AE9E;
  color: #00AE9E;
}
.p-seminar__row-body-btn.p-seminar__row-body-btn--exlink > span {
  display: inline-block;
  padding-right: 24px;
  position: relative;
}
.p-seminar__row-body-btn.p-seminar__row-body-btn--exlink > span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../../img/usr/common/icon_exlink.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.p-seminar__row-body-btn.p-seminar__row-body-btn--exlink.is-disabled {
  color: #B4B4B4;
  pointer-events: none;
  background-color: #F7F7F7;
  border: 1px solid #DCDCDC;
}
.p-seminar__row-body-btn.p-seminar__row-body-btn--exlink.is-disabled > span::before {
  background: url("../../img/usr/common/icon_exlink_g.png") no-repeat center center/contain;
}
.p-seminar__row-body-btn.p-seminar__row-body-btn--calendar {
  background-color: #4EC6BA;
}
.p-seminar__row-body-btn.p-seminar__row-body-btn--calendar > span {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
.p-seminar__row-body-btn.p-seminar__row-body-btn--calendar > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../../img/usr/common/icon_calendar_w.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  margin-top: -1px;
}
.p-seminar__row-body-btn.p-seminar__row-body-btn--calendar.is-disabled {
  pointer-events: none;
  background-color: #CFCFCF;
}

.p-seminar__row-main {
  background-color: #ffffff;
  padding: 40px 50px 60px;
  margin-top: 25px;
}

.p-seminar__row-main-tit {
  font-size: 18px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2;
  margin-bottom: 20px;
}

.p-seminar__row-main-body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-seminar__row-main-body-img {
  order: 2;
  flex: 0 0 192px;
  max-width: 192px;
  margin-left: 50px;
}

.p-seminar__row-main-body-attr {
  flex: 1 1 auto;
}

.p-seminar__row-main-body-attr-dl {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding: 20px 0 18px;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.9;
}

.p-seminar__row-main-body-attr-dt {
  flex: 0 0 90px;
  max-width: 90px;
  padding-right: 5px;
  font-weight: 700;
  letter-spacing: 0em;
}

.p-seminar__row-main-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  margin-top: 50px;
}

.p-seminar__row-main-btn {
  flex: 0 0 345px;
  max-width: 345px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 52px;
  height: 50px;
  margin: 0px 10px;
  border-radius: 6px;
}
.p-seminar__row-main-btn.p-seminar__row-main-btn--document {
  color: #4D4D4D;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  border: 1px solid #4D4D4D;
}
.p-seminar__row-main-btn.p-seminar__row-main-btn--document span.p-btn-icon {
  margin-right: 5px;
  margin-left: 0px;
}
.p-seminar__row-main-btn.p-seminar__row-main-btn--document span {
  margin-left: 10px;
}
.p-seminar__row-main-btn.p-seminar__row-main-btn--document.is-disabled {
  pointer-events: none;
  background-color: #CFCFCF;
  border: 1px solid #CFCFCF;
  color: #fff;
}
.p-seminar__row-main-btn.p-seminar__row-main-btn--calendar {
  background-color: #4EC6BA;
}
.p-seminar__row-main-btn.p-seminar__row-main-btn--calendar > span {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
.p-seminar__row-main-btn.p-seminar__row-main-btn--calendar > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../../img/usr/common/icon_calendar_w.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  margin-top: -1px;
}
.p-seminar__row-main-btn.p-seminar__row-main-btn--calendar.is-disabled {
  pointer-events: none;
  background-color: #CFCFCF;
}

.p-skincare {
  position: relative;
  z-index: 1;
}
.p-skincare::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -40px;
  left: -150px;
  width: 1208px;
  height: 791px;
  background: url("../../img/usr/skincare/bg_disp_pc.png") no-repeat center center/contain;
}

.p-skincare__top {
  position: relative;
  margin-bottom: 100px;
}
.p-skincare__top p + p {
  margin-top: 16px;
}
.p-skincare__top p {
  line-height: 2.25;
  letter-spacing: -0.01em;
}

.p-skincare__top-movie {
  position: absolute;
  width: 650px;
  top: 0;
  right: 0;
}

.p-skincare__top-movie-place {
  height: 360px;
  overflow: hidden;
  border: 1px solid #c8c8c8;
}
.p-skincare__top-movie-place img {
  display: block;
}
.p-skincare__top-movie-place video {
  max-width: 100%;
}

.p-skincare__top-movie-btns {
  margin-top: 30px;
}
@media all and (-ms-high-contrast: none) {
  .p-skincare__top-movie-btns *::-ms-backdrop, .p-skincare__top-movie-btns {
    display: none;
  }
}

.p-skincare__top-movie-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  background-color: #fff;
  font-size: 16px;
  color: #00AE9E;
  border: 1px solid #00AE9E;
  font-weight: 700;
  border-radius: 6px;
  width: 430px;
  height: 44px;
  line-height: 50px;
  margin: 0 auto;
}
.p-skincare__top-movie-btn::before {
  content: "";
  display: inline-block;
  width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url("../../img/usr/common/icon_tit_report.png") no-repeat center center/contain;
}
.p-skincare__top-movie-btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  max-width: 24px;
  height: 24px;
  margin-left: 6px;
  background: url("../../img/usr/common/icon_play.png") no-repeat center center/contain;
}
.p-skincare__top-movie-btn.is-disabled {
  pointer-events: none;
  background-color: #C8C8C8;
  border: 1px solid #C8C8C8;
  color: #fff;
}
.p-skincare__top-movie-btn.is-disabled::before {
  background: url("../../img/usr/common/icon_tit_report_d.png") no-repeat center center/contain;
}
.p-skincare__top-movie-btn.is-disabled::after {
  background: url("../../img/usr/common/icon_play_w.png") no-repeat center center/contain;
}

.p-skincare__top-txt1 {
  padding-right: 660px;
}

.p-skincare__top-txt2 {
  margin-top: 16px;
  line-height: 2.25;
}

.p-skincare__basic {
  margin-bottom: 110px;
}

.p-skincare__basic-tit {
  text-align: center;
  font-size: 24px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 22px;
}

.p-skincare__basic-desc {
  text-align: center;
  line-height: 2.25;
  margin-bottom: 10px;
}

.p-skincare__basic-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-skincare__basic-list-item {
  flex: 0 0 270px;
  max-width: 270px;
  margin-left: 40px;
}
.p-skincare__basic-list-item.is-item1 {
  margin-left: 0;
}
.p-skincare__basic-list-item.is-item1 .p-skincare__basic-list-item-mark {
  background: url("../../img/usr/skincare/bg_basic_1.png") no-repeat center center/contain;
}
.p-skincare__basic-list-item.is-item1 .p-skincare__basic-list-item-btn {
  border: 1px solid #87CAAC;
  color: #87CAAC;
}
.p-skincare__basic-list-item.is-item1 .p-skincare__basic-list-item-btn:hover {
  color: #fff;
  background-color: #87CAAC;
}
.p-skincare__basic-list-item.is-item2 .p-skincare__basic-list-item-mark {
  background: url("../../img/usr/skincare/bg_basic_2.png") no-repeat center center/contain;
}
.p-skincare__basic-list-item.is-item2 .p-skincare__basic-list-item-btn {
  color: #A3B4DC;
  border-color: #A3B4DC;
}
.p-skincare__basic-list-item.is-item2 .p-skincare__basic-list-item-btn:hover {
  color: #fff;
  background-color: #A3B4DC;
}
.p-skincare__basic-list-item.is-item3 .p-skincare__basic-list-item-mark {
  background: url("../../img/usr/skincare/bg_basic_3.png") no-repeat center center/contain;
}
.p-skincare__basic-list-item.is-item3 .p-skincare__basic-list-item-btn {
  color: #FAC03D;
  border-color: #FAC03D;
}
.p-skincare__basic-list-item.is-item3 .p-skincare__basic-list-item-btn:hover {
  color: #fff;
  background-color: #FAC03D;
}
.p-skincare__basic-list-item.is-item4 .p-skincare__basic-list-item-mark {
  background: url("../../img/usr/skincare/bg_basic_4.png") no-repeat center center/contain;
}
.p-skincare__basic-list-item.is-item4 .p-skincare__basic-list-item-btn {
  color: #F29C9F;
  border-color: #F29C9F;
}
.p-skincare__basic-list-item.is-item4 .p-skincare__basic-list-item-btn:hover {
  color: #fff;
  background-color: #F29C9F;
}

.p-skincare__basic-list-item-mark {
  height: 185px;
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  margin: 0 auto;
  margin-bottom: -10px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.p-skincare__basic-list-item-tit {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.p-skincare__basic-list-item-txt {
  font-size: 15px;
  line-height: 2;
  min-height: 180px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.p-skincare__basic-list-item-btn {
  display: block;
  font-weight: 700;
  height: 50px;
  line-height: 52px;
  width: 200px;
  text-align: center;
  border: 1px solid #87CAAC;
  color: #87CAAC;
  border-radius: 6px;
  margin: 0 auto;
  transition: all 300ms ease-out 0ms;
}

.p-skincare__offers-tit {
  text-align: center;
  font-size: 24px;
  color: #00AE9E;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 32px;
}

.p-skincare__offers-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding: 0 100px;
}

.p-skincare__offers-list-pan {
  flex: 0 0 48%;
  max-width: 48%;
  background-color: #F1FDFA;
  border-radius: 10px;
  padding: 50px 20px 32px;
}
.p-skincare__offers-list-pan.p-skincare__offers-list-pan--pan2 .p-skincare__offers-list-pan-icon {
  width: 37px;
}

.p-skincare__offers-list-pan-icon {
  display: block;
  margin: 0 auto;
  width: 63px;
  height: 60px;
}
.p-skincare__offers-list-pan-icon img {
  display: block;
}

.p-skincare__offers-list-pan-tit {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 12px;
}

.p-skincare__offers-list-pan-txt {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}

.p-skincare__offers-list-pan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  background-color: #4EC6BA;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  width: 200px;
  height: 44px;
  line-height: 50px;
  margin: 0 auto;
}
.p-skincare__offers-list-pan-btn.p-skincare__offers-list-pan-btn--contact::before {
  content: "";
  display: inline-block;
  width: 15px;
  max-width: 15px;
  height: 15px;
  margin-right: 12px;
  background: url("../../img/usr/common/icon_contact_w.png") no-repeat center center/contain;
}
.p-skincare__offers-list-pan-btn.p-skincare__offers-list-pan-btn--doc::before {
  content: "";
  display: inline-block;
  width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url("../../img/usr/common/icon_tit_report.png") no-repeat center center/contain;
}

.p-skincare .hacobune-univideo .hacobune-app-container {
  background-color: transparent;
}
.p-skincare .hacobune-univideo .hacobune-app-container {
  background-color: transparent;
  padding: 0;
}

.p-about .p-order-pre {
  font-size: 14px;
}
.p-about .p-page-desc {
  margin-bottom: 42px;
}

.p-page-tit.p-page-tit--about {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
}
.p-page-tit.p-page-tit--about::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("../../img/usr/common/icon_guide.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  margin-top: -1px;
}

.p-about__contents {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-about__contents-pan {
  flex: 0 0 48.5%;
  max-width: 48.5%;
  background-color: #F1FDFA;
}
.p-about__contents-pan-head {
  text-align: center;
  padding: 24px 0 15px;
  border-bottom: 3px solid #fff;
}

.p-about__contents-pan-head-icon {
  width: 42px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.p-about__contents-pan-head-icon img {
  display: block;
}

.p-about__contents-pan-head-tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}

.p-about__contents-pan-body {
  padding: 30px 50px 50px;
}

.p-about__contents-pan-body-desc {
  line-height: 1.9;
  height: 150px;
}

.p-about__contents-pan-body-desc-icon {
  width: 30px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 3px;
}
.p-about__contents-pan-body-desc-icon img {
  display: block;
}

.p-about__contents-pan-body-btns {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-content: flex-end;
  flex-flow: row wrap;
  height: 90px;
  margin-bottom: 12px;
}
.p-about__contents-pan-body-btns .p-btn--login2 {
  background-color: #F8A3BC;
}

.p-about__contents-pan-body-btn.p-about__contents-pan-body-btn--entry {
  display: block;
  margin: 0 auto;
  height: 50px;
  line-height: 52px;
  width: 300px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  background-color: #F8A3BC;
  margin: 0;
}

.p-about__contents-pan-body-btns .p-login__header-web-btn {
  width: 300px;
  margin: 0;
  height: 80px;
}
.p-about__contents-pan-body-btns .p-login__header-web-btn-main {
  font-size: 16px;
  margin-bottom: 4px;
  text-align: center;
}
.p-about__contents-pan-body-btns .p-login__header-web-btn-sub {
  font-size: 14px;
  text-align: center;
}

.p-about__links {
  text-align: center;
  margin-top: 30px;
}

.p-about__link {
  margin-top: 15px;
}
.p-about__link a {
  text-decoration: underline;
}

.p-contact .p-page-desc {
  margin-bottom: 52px;
}
.p-contact .p-page-desc a {
  color: #00AE9E;
}

h1.p-page-tit.p-page-tit--contact {
  margin-bottom: 15px;
}

.p-contact__header {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

.p-contact__header-left {
  flex: 0 0 770px;
  max-width: 770px;
  padding-top: 18px;
}

h2.p-contact__title {
  font-size: 26px;
  color: #00AE9E;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
h2.p-contact__title > span {
  margin-right: 2px;
  font-weight: 700;
}

.p-contact__txt1 {
  line-height: 2;
  margin-bottom: 20px;
}

.p-contact__txt2 {
  font-size: 18px;
  font-weight: 700;
}

.p-contact__header-right {
  flex: 0 0 330px;
  max-width: 330px;
}
.p-contact__header-right .p-order-pre {
  margin-bottom: -22px;
}

.p-contact__header-web-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  text-align: center;
  background-color: #00AE9E;
  border-radius: 50px;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  padding: 2px 0 0px;
  height: 90px;
}

.p-contact__header-web-btn-icon {
  flex: 0 0 26px;
  max-width: 26px;
  margin-right: 16px;
}

.p-contact__header-web-btn-icon-txt {
  text-align: left;
  line-height: 1.4;
}

.p-contact__header-web-btn-main {
  font-size: 19px;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  font-weight: 700;
}

.p-contact__header-web-btn-pre {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 4px;
  text-align: center;
}
.p-contact__header-web-btn-pre > span {
  display: block;
  position: relative;
}
.p-contact__header-web-btn-pre > span::before, .p-contact__header-web-btn-pre > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 75px;
  height: 1px;
  background-color: #97E0D9;
}
.p-contact__header-web-btn-pre > span::after {
  content: "";
  left: auto;
  right: 0;
}

.p-contact__header-web-btn-sub {
  font-size: 17px;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  font-weight: 400;
}

.p-contact__header-other-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  text-align: center;
  background-color: #4D4D4D;
  border-radius: 50px;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  padding: 2px 0 0px;
  height: 50px;
  width: 280px;
  margin-left: auto;
  margin-top: 40px;
}

.p-contact__header-other-btn-txt {
  font-size: 16px;
  font-weight: 700;
}

.p-contact__rows {
  width: 1100px;
  margin: 0 auto;
}

.p-contact__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 65px;
}
.p-contact__row:last-child {
  margin-bottom: 0;
}

.p-contact__col {
  flex: 0 0 48.8%;
  max-width: 48.8%;
  background-color: #F4F4F4;
  border-radius: 10px;
}

.p-contact__col-header {
  background-color: #4EC6BA;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 0 19px;
  margin: 0;
}

.p-contact__col--col2 .p-contact__col-header {
  background-color: #F8A3BC;
}
.p-contact__col--col2 .p-btn--login2 {
  background-color: #F8A3BC;
}

.p-contact__col--col3 .p-contact__col-header {
  background-color: #6E6E6E;
}
.p-contact__col--col3 .p-btn--login3 {
  background-color: #6E6E6E;
  flex: 0 0 180px;
  max-width: 180px;
}

.p-contact__col-header-main {
  display: block;
  font-size: 18px;
}

.p-contact__col-header-sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.p-contact__col-content {
  padding: 30px 20px;
}

.p-contact__col-content-desc {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 26px;
}

.p-contact__col-content-desc2 {
  margin-bottom: 16px;
  font-size: 14px;
  padding-left: 20px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: -16px;
}

.p-contact__col-content-form {
  min-height: 172px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-contact__col-content-form-error {
  margin-bottom: 20px;
  font-size: 16px;
  color: #EF4A81;
  font-weight: 400;
}

.p-contact__col-content-form-row--check {
  margin-top: 20px;
}

.p-contact__col-content-form-row {
  margin-bottom: 10px;
}
.p-contact__col-content-form-row input[type=text],
.p-contact__col-content-form-row input[type=password] {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 0 16px;
  height: 50px;
}

.p-checkbox {
  position: relative;
  cursor: pointer;
}
.p-checkbox input[type=checkbox] {
  display: none;
}
.p-checkbox input[type=checkbox] {
  display: none;
}
.p-checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-checkbox > span {
  display: inline-block;
  padding-left: 26px;
}
.p-checkbox > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  background-color: #ffffff;
}
.p-checkbox > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  background-color: #00AE9E;
  transition: opacity 100ms ease-out 0ms;
  opacity: 0;
}

.p-contact__col-content-form-row-forgot {
  text-align: center;
}
.p-contact__col-content-form-row-forgot > a {
  font-size: 15px;
  text-decoration: underline;
}

.p-contact__col-content-pans {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 35px;
}

.p-contact__col-content-pan {
  background-color: #ffffff;
  border-radius: 10px;
  flex: 0 0 32%;
  max-width: 32%;
  margin-left: 2%;
  padding: 36px 0 24px;
}
.p-contact__col-content-pan:first-child {
  margin-left: 0px;
}

.p-contact__col-content-pan-icon {
  margin-bottom: 26px;
}
.p-contact__col-content-pan-icon > img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  font-family: "object-fit: contain;";
  margin: 0 auto;
}

.p-contact__col-content-pan-txt {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.p-contact__col.p-contact__col--col3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.p-contact__col-content-q {
  text-align: center;
  font-weight: 400;
}
.p-contact__col-content-q a {
  font-weight: 700;
  text-decoration: underline;
}

.p-contact__col-content-notice {
  text-align: center;
  font-size: 14px;
  margin-top: 0px;
}

.p-customer-menu-login .p-btns {
  padding: 0;
}
.p-customer-menu-login input[type=text],
.p-customer-menu-login input[type=tel],
.p-customer-menu-login input[type=email],
.p-customer-menu-login input[type=search],
.p-customer-menu-login input[type=password],
.p-customer-menu-login input[type=url],
.p-customer-menu-login input[type=number],
.p-customer-menu-login select,
.p-customer-menu-login textarea {
  background-color: #ffffff;
}

.p-customer-terms,
.p-entry-terms,
.p-customer-menu-login-terms {
  overflow: scroll;
  height: 260px;
  border: 1px solid #dcdcdc;
  padding: 40px 30px 30px;
  font-size: 14px;
  margin: 0 50px;
  margin-bottom: 50px;
}
.p-customer-terms h3,
.p-customer-terms h4,
.p-entry-terms h3,
.p-entry-terms h4,
.p-customer-menu-login-terms h3,
.p-customer-menu-login-terms h4 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}
.p-customer-terms h3:first-child,
.p-customer-terms h4:first-child,
.p-entry-terms h3:first-child,
.p-entry-terms h4:first-child,
.p-customer-menu-login-terms h3:first-child,
.p-customer-menu-login-terms h4:first-child {
  margin-top: 0;
}
.p-customer-terms h4,
.p-entry-terms h4,
.p-customer-menu-login-terms h4 {
  font-size: 16px;
  margin-bottom: 14px;
  margin-top: 40px;
}
.p-customer-terms p,
.p-entry-terms p,
.p-customer-menu-login-terms p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.p-customer-terms ul,
.p-entry-terms ul,
.p-customer-menu-login-terms ul {
  margin-left: 1.2em;
}
.p-customer-terms li,
.p-entry-terms li,
.p-customer-menu-login-terms li {
  font-size: 1em;
  line-height: 1.7;
}
.p-customer-terms a,
.p-entry-terms a,
.p-customer-menu-login-terms a {
  color: #00AE9E;
}

.p-customer-terms {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.p-customer-terms .p-rule .p-page-tit--rule {
  padding-left: 0;
}
.p-customer-terms .p-rule .p-page-tit--rule::before {
  content: none;
}
.p-customer-terms .p-rule .p-rule-contents {
  padding-left: 0;
  padding-right: 0px;
}
.p-customer-menu-login .p-customer-terms {
  margin-left: 0;
  margin-right: 0;
}

.p-customer-menu-login__contents {
  padding: 0 50px;
  margin: 0 auto;
}

.p-customer-menu-login__contents-pan {
  background-color: #F8F8F8;
  margin-bottom: 30px;
  padding-bottom: 50px;
}

.p-customer-menu-login__contents-pan-head {
  padding: 23px 0 14px;
  border: 3px solid #fff;
}

.p-customer-menu-login__contents-pan-head-tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
}

.p-customer-menu-login__contents-pan-body {
  padding: 30px 50px 0px;
}

.p-customer-menu-login__contents-pan-body-desc-notice {
  font-size: 18px;
  font-weight: 700;
}

.p-customer-menu-login__contents-pan-body-desc-notice-link a {
  text-decoration: underline;
  font-weight: 700;
}

.p-customer-menu-login__contents-pan-body-desc {
  text-align: center;
  line-height: 1.9;
  margin-bottom: 30px;
}

.p-customer-menu-login__forms {
  margin-bottom: 20px;
}
.p-customer-menu-login__forms .formdetail_login-password {
  align-items: center !important;
  align-content: center !important;
}
.p-customer-menu-login__forms .formdetail_login-password .must_ {
  top: 50% !important;
  transform: translate3d(0, -50%, 0) rotate(0deg) !important;
}

.p-customer-menu-login__forms-dl {
  font-weight: 700;
  padding-bottom: 25px;
  max-width: 880px;
  margin: 0 auto;
}

.p-customer-menu-login__forms-dt {
  padding-right: 30px;
  margin-bottom: 10px;
}

.p-form dl.formdetail_.formlogin_ {
  background-color: #ffffff;
  margin-bottom: 40px;
}
.p-form dl.formdetail_.formlogin_ dd {
  padding: 30px 30px;
}
.p-form dl.formdetail_.formlogin_ input {
  margin: 0;
  width: 100%;
  background-color: #F6F6F6;
}
.p-form dl.formdetail_.formlogin_ input:focus {
  background-color: #ffffff;
}
.p-form dl.formdetail_.formlogin_ dd > span {
  width: 100%;
}

/*============================
#login_pwd.login_pwd_
============================*/
.p-customer-menu-login__contents-pan-body-btns .p-btn--login2 {
  background-color: #F5ABC4;
}

.p-customer-menu-login__notice {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}
.p-customer-menu-login__notice a {
  text-decoration: underline;
  font-weight: 700;
}

.p-customer-menu-login__helps-tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 48px;
}

.p-customer-menu-login__helps {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin: 0 50px;
}

.p-customer-menu-login__helps-pan {
  flex: 0 0 49%;
  max-width: 49%;
  background-color: #F8F8F8;
  padding: 40px 20px;
  margin-bottom: 20px;
}
.p-customer-menu-login__helps-pan:nth-child(1) {
  margin-right: 2%;
}
.p-customer-menu-login__helps-pan.p-customer-menu-login__helps-pan--full {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.p-customer-menu-login__helps-pan-tit {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-customer-menu-login__helps-pan-txt {
  text-align: center;
}
.p-customer-menu-login__helps-pan-txt a {
  text-decoration: underline;
}

.p-error-info {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  border: 1px solid #EF4A81;
  padding: 16px 20px;
  background-color: #F6F6F6;
  font-size: 16px;
  color: #EF4A81;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-error-info li {
  margin-bottom: 6px;
}
.p-error-info li:last-of-type {
  margin-bottom: 0px;
}

.p-error-info-tit {
  font-weight: 700;
  color: #4D4D4D;
  display: block;
  margin-bottom: 10px;
}

.p-customer-menu__header {
  margin-bottom: 40px;
}

.p-customer-menu__header-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}

.p-customer__contents {
  padding: 0 50px;
}

.p-customer-menu__contents {
  padding: 0 50px;
}

.p-customer-menu__contents-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-customer-menu__contents-list-item {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 40px;
}
.p-customer-menu__contents-list-item:nth-child(2n+1) {
  margin-right: 4%;
}

.p-customer-menu__contents-list-item-icon {
  flex: 0 0 60px;
  max-width: 60px;
}
.p-customer-menu__contents-list-item-icon img {
  display: block;
}

.p-customer-menu__contents-list-item-tit {
  flex: 1 1 auto;
  padding-left: 15px;
}

.p-customer-menu__contents-list-item-tit-link {
  display: inline-block;
  font-size: 18px;
  color: #00AE9E;
  font-weight: 700;
}

.p-customer-menu__contents-list-item--withdraw .p-customer-menu__contents-list-item-tit-link {
  color: #4D4D4D;
}

.p-customer-menu__contents-list-item-tit-desc {
  margin-top: 8px;
  letter-spacing: -0.02em;
}

.p-contactlist__list {
  margin-bottom: 30px;
}

.p-contactlist__list-item {
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.p-contactlist__list-item:first-child {
  border-top: 1px solid #dcdcdc;
}
.p-contactlist__list-item a {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 25px 0 23px;
}

.p-contactlist__list-item-date {
  padding-left: 26px;
  white-space: nowrap;
}

.p-contactlist__list-item-txt {
  padding-left: 28px;
  padding-right: 20px;
  font-weight: 700;
}

.p-contactlist__list-item-id {
  padding-left: 28px;
  white-space: nowrap;
}

.p-contactdetail__titles {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 16px;
}

.p-contactdetail__orderid {
  margin-bottom: 20px;
}

.p-contactdetail__titles-date {
  margin-right: 20px;
}

.p-contactdetail__titles-id {
  margin-right: 20px;
}

.p-contactdetail__titles-title {
  font-weight: 700;
}

.p-contactdetail__list {
  margin-bottom: 40px;
}

.p-contactdetail__list-item {
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.p-contactdetail__list-item.is-manager .p-contactdetail__list-item-head {
  background-color: #F6F6F6;
}

.p-contactdetail__list-item-head {
  padding: 16px 28px 14px;
  background-color: #EEFCF9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-flow: row wrap;
}

.p-contactdetail__list-item-head-name {
  font-size: 14px;
  font-weight: 700;
}

.p-contactdetail__list-item-head-date {
  font-size: 15px;
}

.p-contactdetail__list-item-comment {
  padding: 20px 28px 20px;
}

.p-contactdetail-form-tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 18px;
}

.contact_reform_comment_ {
  background-color: #EEFCF9;
  padding: 32px 32px 30px;
  margin: 0;
  margin-bottom: 40px;
}

.p-complete {
  padding-top: 90px;
}

.p-customer-menu__header + .p-complete {
  padding-top: 0;
}

.p-entry__contents {
  padding: 0 50px;
}

.p-entry-firstcustomer-link {
  background-color: #EEFCF9;
  border: 1px solid #00AE9E;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  padding: 12px 12px;
  margin-bottom: 50px;
}

.p-entry-firstcustomer-link-txt {
  font-size: 20px;
  color: #00AE9E;
  font-weight: 700;
}

.p-entry-firstcustomer-link-btn {
  margin-left: 38px;
}
.p-entry-firstcustomer-link-btn a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background-color: #00AE9E;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 6px;
}

.p-customer-contact-link {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  text-decoration: underline;
  margin-bottom: 1em;
}

.page-customer .fieldset .form-group:first-child {
  border-top: none;
}
.block-member-info-confirmation--message-member-info {
  margin-bottom: 30px;
}

.block-member-info-confirmation h1 {
  margin-bottom: 30px;
}
.block-member-info-confirmation .fieldset .form-label {
  background-color: #f4f4f4;
  border-right: 1px solid #dcdcdc;
}
.block-member-info-confirmation .constraint {
  display: none;
}
.block-member-info-confirmation .form-control {
  padding: 18px 30px 18px;
}
.block-member-info-confirmation .form-label {
  width: 29%;
  padding: 18px 30px 18px;
}

.p-entry-complete {
  padding-top: 60px;
}

h1.p-complete-tit,
.p-complete-tit {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
h1.p-complete-tit::before, h1.p-complete-tit::after,
.p-complete-tit::before,
.p-complete-tit::after {
  content: none;
}

.p-complete-descs-links {
  text-align: center;
  padding-top: 20px;
}
.p-complete-descs-links a {
  text-decoration: underline;
}

.p-complete-descs-txt {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.p-complete-btns {
  margin-top: 70px;
}

.p-complete-btn {
  display: block;
  max-width: 200px;
  background-color: #4EC6BA;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 13px 0;
  border: #4EC6BA;
  cursor: pointer;
  border-radius: 6px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
}

.p-customer-logout__contents-message a {
  text-decoration: underline;
}

.p-contact-notice {
  padding-top: 10px;
}

.p-contact-notice-tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-contact-contact__contents select {
  width: auto;
  min-width: none;
  padding: 0px 10px;
  padding-left: 30px;
  height: 40px;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  background: #f4f4f4 url("../../img/usr/form/icon_select2.png") no-repeat left center/auto 100%;
  border: 1px solid #dcdcdc;
}

.p-customer-history__contents {
  padding: 0 50px;
}

.customer_status_ {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

table.formlist_ {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
}
table.formlist_ th, table.formlist_ td {
  font-size: 15px;
  line-height: 1.5;
  padding: 13px 18px 12px;
  border: 1px solid #dcdcdc;
}
table.formlist_ th {
  font-weight: 700;
  background-color: #EEFCF9;
  text-align: center;
}
table.formlist_.history_ td {
  padding-top: 25px;
  padding-bottom: 24px;
  border-left: none;
  border-right: none;
}
table.formlist_.history_ td:first-child {
  border-left: 1px solid #dcdcdc;
}
table.formlist_.history_ td:last-child {
  border-right: 1px solid #dcdcdc;
}
table.formlist_ td {
  vertical-align: top;
}
table.formlist_ td.order_dt_ {
  width: 150px;
}
table.formlist_ td.order_id_ {
  width: 190px;
  letter-spacing: -0.04em;
}
table.formlist_ td.order_id_ a {
  color: #4EC6BA;
  text-decoration: none;
}
table.formlist_ td.order_detail_ {
  width: 400px;
}
table.formlist_ td.order_detail_ li {
  line-height: 1.733;
}
table.formlist_ td.status_ {
  width: 300px;
  padding-left: 12px;
  padding-right: 12px;
}
table.formlist_ td.status_ img {
  width: 335px;
}
table.formlist_ td .order_again_ {
  margin: 0;
  margin-top: 12px;
  padding: 0;
}
table.formlist_ td .order_again_ a {
  width: 244px;
  border-radius: 6px;
  display: block;
  background: #EF4A81;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
table.formlist_ a {
  text-decoration: underline;
}

.p-rule h1.p-page-tit {
  margin-bottom: 40px;
}

.p-rule-contents {
  padding: 0 50px;
  letter-spacing: -0.02em;
}
.p-rule-contents a {
  text-decoration: underline;
  font-weight: 700;
}
.p-rule-contents a.link-url {
  font-weight: 400;
}

.p-rule-contents-sec {
  margin-bottom: 36px;
}
.p-rule-contents-sec.is-bordered {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 22px;
  padding-bottom: 22px;
}

.p-rule-contents-tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.p-rule-contents-desc {
  font-size: 15px;
  line-height: 2;
}

.p-rule-contents-tit--sec {
  font-size: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

.p-expired {
  text-align: center;
  padding-top: 60px;
}

h2.p-expired__tit {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}

.p-expired__txt1 {
  font-size: 16px;
  margin-bottom: 16px;
}

.p-expired__txt2 {
  font-size: 14px;
  margin-bottom: 16px;
}

.p-expired__btns {
  text-align: center;
  padding-top: 20px;
}

.p-page-tit.p-page-tit--weborder-top {
  margin-bottom: 20px;
}
.p-page-tit.p-page-tit--weborder-top::before {
  top: 0px;
}

.p-weborder-top__rows {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  padding-top: 10px;
}

.p-weborder-top__row {
  flex: 0 0 29.16%;
  max-width: 29.16%;
  margin-left: 6.25%;
}
.p-weborder-top__row:nth-child(3n+1) {
  margin-left: 0;
}

h3.p-weborder-top__col-header {
  margin-top: 0px;
  margin-bottom: 10px;
}

.p-weborder-top__col.is-nov .p-weborder-top__col-header-logo {
  top: 0px;
  flex: 0 0 65px;
  max-width: 65px;
}

.p-weborder-top__col.is-cellnew .p-weborder-top__col-header-logo {
  top: -4px;
  flex: 0 0 124px;
  max-width: 124px;
}

.p-weborder-top__col.is-sample .p-weborder-top__col-header {
  align-items: baseline;
  align-content: baseline;
}
.p-weborder-top__col.is-sample .p-weborder-top__col-header-logo {
  white-space: nowrap;
  flex: 0 0 190px;
  max-width: 190px;
}

.p-weborder-top__col-header {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
}

.p-weborder-top__col-header-logo {
  flex: 0 0 auto;
  font-size: 23px;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
}

.p-weborder-top__col-content-img {
  margin-bottom: 18px;
}
.p-weborder-top__col-content-img img {
  display: block;
}

.p-weborder-top__col-content-txt {
  min-height: 74px;
  line-height: 1.75;
  padding-bottom: 10px;
  text-align: center;
}

a.p-weborder-top__col-content-btn {
  width: 100%;
  transition: all 300ms ease-out 0ms;
  background-color: #fff;
  color: #4d4d4d;
  border: 1px solid #969696;
}
a.p-weborder-top__col-content-btn:hover {
  background-color: #4d4d4d;
  color: #fff;
  border: 1px solid #4d4d4d;
}
.is-nov a.p-weborder-top__col-content-btn {
  background-color: #fff;
  color: #00AE9E;
  border: 1px solid #00AE9E;
}
.is-nov a.p-weborder-top__col-content-btn:hover {
  background-color: #00AE9E;
  color: #fff;
  border: 1px solid #00AE9E;
}
.is-cellnew a.p-weborder-top__col-content-btn {
  background-color: #fff;
  color: #9578D3;
  border: 1px solid #9578D3;
}
.is-cellnew a.p-weborder-top__col-content-btn:hover {
  background-color: #9578D3;
  color: #fff;
  border: 1px solid #9578D3;
}
.p-weborder--cellnew input[type=text]:focus,
.p-weborder--cellnew input[type=tel]:focus,
.p-weborder--cellnew input[type=email]:focus,
.p-weborder--cellnew input[type=search]:focus,
.p-weborder--cellnew input[type=password]:focus,
.p-weborder--cellnew input[type=url]:focus,
.p-weborder--cellnew input[type=number]:focus,
.p-weborder--cellnew select:focus,
.p-weborder--cellnew textarea:focus {
  background-color: #ffffff;
  border: 1px solid #C5B4E7;
  box-shadow: 0px 0px 4px 2px rgba(197, 180, 231, 0.35);
  outline: none;
}
.p-weborder--cellnew h1.p-page-tit::before {
  color: #C5B4E7;
}
.p-weborder--cellnew h2.p-weborder-search-contents-row-tit::before {
  background-color: #C5B4E7;
}
.p-weborder--cellnew .p-weborder-search-acc-item-tit::after {
  border-color: #C5B4E7;
}
.p-weborder--cellnew .p-weborder-search-form-item-cnt select {
  background: #fff url("../../img/usr/form/icon_select3_cellnew.png") no-repeat 5px center/auto 100%;
}
.p-weborder--cellnew .p-weborder-search-form-item__select-current::before {
  background: #fff url("../../img/usr/form/icon_select3_cellnew.png") no-repeat center center/auto 100%;
}
.p-weborder--cellnew .p-weborder-search-items-entry-list-item-order-btn,
.p-weborder--cellnew a.p-weborder-search-items-entry-list-item-order-btn {
  background-color: #C5B4E7;
}
.p-weborder--cellnew .p-weborder-search__result-tit {
  color: #C5B4E7;
}
.p-weborder--cellnew .p-weborder-search__result-btn {
  color: #C5B4E7;
  border: 1px solid #C5B4E7;
}
.p-weborder--cellnew .p-weborder-search__result {
  background-color: #fbf8ff;
}
.p-weborder--cellnew select.p-weborder-search-items-entry-list-item-order-select {
  background: #fff url("../../img/usr/form/icon_select3_cellnew.png") no-repeat right center/auto 100%;
}
.p-weborder--cellnew input.p-weborder-search-form__btn,
.p-weborder--cellnew a.p-weborder-search-form__btn,
.p-weborder--cellnew button.p-weborder-search-form__btn {
  background-color: #C5B4E7;
}
.p-weborder--cellnew .p-weborder-search-form-item__select-list-item {
  background-color: #fbf8ff;
}
.p-weborder--cellnew .p-weborder-search-items-entry-list-item-order__tooltip-btn {
  background-color: #C5B4E7;
}

.p-weborder--sample input[type=text]:focus,
.p-weborder--sample input[type=tel]:focus,
.p-weborder--sample input[type=email]:focus,
.p-weborder--sample input[type=search]:focus,
.p-weborder--sample input[type=password]:focus,
.p-weborder--sample input[type=url]:focus,
.p-weborder--sample input[type=number]:focus,
.p-weborder--sample select:focus,
.p-weborder--sample textarea:focus {
  background-color: #ffffff;
  border: 1px solid #4d4d4d;
  box-shadow: 0px 0px 4px 2px rgba(77, 77, 77, 0.35);
  outline: none;
}
.p-weborder--sample h1.p-page-tit::before {
  color: #4d4d4d;
}
.p-weborder--sample h2.p-weborder-search-contents-row-tit::before {
  background-color: #4d4d4d;
}
.p-weborder--sample .p-weborder-search-acc-item-tit::after {
  border-color: #4d4d4d;
}
.p-weborder--sample .p-weborder-search-form-item-cnt select {
  background: #fff url("../../img/usr/form/icon_select3_sample.png") no-repeat 5px center/auto 100%;
}
.p-weborder--sample .p-weborder-search-form-item__select-current::before {
  background: #fff url("../../img/usr/form/icon_select3_sample.png") no-repeat center center/auto 100%;
}
.p-weborder--sample .p-weborder-search-items-entry-list-item-order-btn,
.p-weborder--sample a.p-weborder-search-items-entry-list-item-order-btn {
  background-color: #4d4d4d;
}
.p-weborder--sample .p-weborder-search__result-tit {
  color: #4d4d4d;
}
.p-weborder--sample .p-weborder-search__result-btn {
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}
.p-weborder--sample .p-weborder-search__result {
  background-color: #F6F6F6;
}
.p-weborder--sample select.p-weborder-search-items-entry-list-item-order-select {
  background: #fff url("../../img/usr/form/icon_select3_sample.png") no-repeat right center/auto 100%;
}
.p-weborder--sample input.p-weborder-search-form__btn,
.p-weborder--sample a.p-weborder-search-form__btn,
.p-weborder--sample button.p-weborder-search-form__btn {
  background-color: #4d4d4d;
}
.p-weborder--sample .p-weborder-search-form-item__select-list-item {
  background-color: #F6F6F6;
}
.p-weborder--sample .p-weborder-search-items-entry-list-item-order__tooltip-btn {
  background-color: #4d4d4d;
}

.p-weborder-btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #00AE9E;
  height: 30px;
  padding: 0 10px;
  margin: 0 8px;
}

.p-weborder-btn-icon {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.p-weborder-btn-icon img {
  display: inline-block;
  width: 16px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-weborder-btn-txt {
  display: inline-block;
  line-height: 30px;
}

.p-weborder-search-contents-row--search .p-weborder-search-contents-row-body {
  background-color: #F6F6F6;
}

h2.p-weborder-search-contents-row-tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 60px 0 15px;
  padding: 0;
  padding-left: 17px;
  position: relative;
}
h2.p-weborder-search-contents-row-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 24px;
  background-color: #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-weborder-search-acc {
  border: 1px solid #dcdcdc;
}

.p-weborder-search-acc-item:nth-child(n+2) {
  border-top: 1px solid #dcdcdc;
}

.p-weborder-search-acc-item-tit {
  cursor: pointer;
  position: relative;
  padding-top: 12px;
  padding-bottom: 9px;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}
.p-weborder-search-acc-item-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00AE9E;
  border-right: 2px solid #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(135deg);
  transition: all 100ms ease-out 0ms;
}
.p-weborder-search-acc-item.is-active .p-weborder-search-acc-item-tit::after {
  transform: translate3d(0, -50%, 0) rotate(315deg);
  margin-top: 4px;
}

.p-weborder-search-acc-item-pan {
  display: none;
}
.p-weborder-search-acc-item.is-active .p-weborder-search-acc-item-pan {
  margin-top: 15px;
  display: block;
}

.p-weborder-search-form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  padding: 20px 50px 0px;
}

.p-weborder-search-form-item {
  flex: 0 0 47%;
  max-width: 47%;
  padding-bottom: 32px;
}
.p-weborder-search-form-item:nth-child(2n+1) {
  margin-right: 6%;
}

.p-weborder-search-form-item-tit {
  font-weight: 700;
  margin-bottom: 10px;
}

.p-weborder-search-form-item-cnt input[type=number],
.p-weborder-search-form-item-cnt input[type=search],
.p-weborder-search-form-item-cnt input[type=text] {
  height: 44px;
  margin: 0;
  width: 100%;
  background-color: #ffffff;
}
.p-weborder-search-form-item-cnt select {
  height: 44px;
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  font-weight: 400;
  padding-left: 40px;
  background: #fff url("../../img/usr/form/icon_select3.png") no-repeat 5px center/auto 100%;
}

.p-weborder-search-form-item__select {
  position: relative;
}
.p-weborder-search-form-item__select-current {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  height: 44px;
  width: 100%;
  line-height: 44px;
  padding-left: 40px;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-weborder-search-form-item__select-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: #fff url("../../img/usr/form/icon_select3.png") no-repeat center center/auto 100%;
}
.p-weborder-search-form-item__select.is-active .p-weborder-search-form-item__select-current::before {
  transform: translate3d(0, 0, 0) rotate(180deg);
}

.p-weborder-search-form-item__select-popup {
  display: none;
}
.p-weborder-search-form-item__select.is-active .p-weborder-search-form-item__select-popup {
  display: block;
}

.p-weborder-search-form-item__select-popup-label {
  display: none;
}

.p-weborder-search-form-item__select-list {
  position: absolute;
  z-index: 10;
  top: 45px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  max-height: 420px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-weborder-search-form-item__select-list:-webkit-scrollbar {
  display: none;
}

.p-weborder-search-form-item__select-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  background-color: #F5FFFE;
  border: 1px solid #dcdcdc;
  border-top: none;
  opacity: 0;
  animation: anim-p-weborder-search-form-item__select-list-item 100ms ease-out 0ms 1 normal forwards;
}
.p-weborder-search-form-item__select-list-item:last-child {
  border-bottom: none;
}
.p-weborder-search-form-item__select-list-item input {
  display: none;
}
@keyframes anim-p-weborder-search-form-item__select-list-item {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-weborder-search-form-item__select-list-item:nth-child(1) {
  animation-delay: 30ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(2) {
  animation-delay: 60ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(3) {
  animation-delay: 90ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(4) {
  animation-delay: 120ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(5) {
  animation-delay: 150ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(6) {
  animation-delay: 180ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(7) {
  animation-delay: 210ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(8) {
  animation-delay: 240ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(9) {
  animation-delay: 270ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(10) {
  animation-delay: 300ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(11) {
  animation-delay: 330ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(12) {
  animation-delay: 360ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(13) {
  animation-delay: 390ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(14) {
  animation-delay: 420ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(15) {
  animation-delay: 450ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(16) {
  animation-delay: 480ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(17) {
  animation-delay: 510ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(18) {
  animation-delay: 540ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(19) {
  animation-delay: 570ms;
}
.p-weborder-search-form-item__select-list-item:nth-child(20) {
  animation-delay: 600ms;
}

.p-weborder-search-form-item__select-list-item-label {
  position: relative;
  padding-left: 40px;
}
.p-weborder-search-form-item__select-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdcdc;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  background-color: #ffffff;
}
.p-weborder-search-form-item__select-list-item-label::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  background: url("../../img/usr/form/icon_check_r.png") no-repeat center center/12px auto;
}

input:checked + .p-weborder-search-form-item__select-list-item-label::after {
  display: inline-block;
}

.p-weborder-search-form__btns {
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 40px;
  text-align: center;
}

input.p-weborder-search-form__btn,
.p-weborder-search-form__btn,
button.p-weborder-search-form__btn,
a.p-weborder-search-form__btn {
  border-radius: 6px;
  margin: 0 auto;
  width: 200px;
}

.p-weborder-search-items {
  padding-bottom: 20px;
}

.p-weborder-search-items-entry {
  margin-left: 50px;
  margin-right: 50px;
  border-top: 1px solid #dcdcdc;
}
.p-weborder-search-items-entry:last-child.is-active {
  border-bottom: none;
  padding-bottom: 0px;
}

.p-weborder-search-items-entry-tit {
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
.p-weborder-search-items-entry-tit::after, .p-weborder-search-items-entry-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #EC7084;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.p-weborder-search-items-entry-tit::after {
  transform: translate3d(0, -50%, 0) rotate(90deg);
  transition: all 300ms ease-out 0ms;
}
.p-weborder-search-items-entry.is-active .p-weborder-search-items-entry-tit::after {
  transform: translate3d(0, -50%, 0) rotate(0deg);
  opacity: 0;
}

.p-weborder-search-items-entry-list {
  display: none;
  padding-bottom: 30px;
}
.p-weborder-search-items-entry.is-active .p-weborder-search-items-entry-list {
  display: block;
}
.p-weborder-search-items-entry:last-child .p-weborder-search-items-entry-list {
  padding-bottom: 0;
}

.p-weborder-search-items-entry-list-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  background-color: #F6F6F6;
  padding: 10px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.p-weborder-search-items-entry-list-item:last-child {
  margin-bottom: 0;
}

.p-weborder-search-items-entry-list-item-img {
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 20px;
}

.p-weborder-search-items-entry-list-item-detail {
  flex: 1;
  padding-top: 5px;
}

.p-weborder-search-items-entry-list-item-detail-code {
  margin-bottom: 5px;
}

.p-weborder-search-items-entry-list-item-detail-name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.p-weborder-search-items-entry-list-item-order {
  position: relative;
  flex: 0 0 350px;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row nowrap;
}

.p-weborder-search-items-entry-list-item-order-label {
  flex: 0 0 50px;
  max-width: 50px;
}

input.p-weborder-search-items-entry-list-item-order-input {
  padding: 0;
  background-color: #ffffff;
  height: 40px;
  width: 150px;
  text-align: center;
}

select.p-weborder-search-items-entry-list-item-order-select {
  background-color: #ffffff;
  font-weight: 400;
  height: 40px;
  width: 150px;
  background: #fff url("../../img/usr/form/icon_select3.png") no-repeat right center/auto 100%;
  text-align: center;
}

.p-weborder-search-items-entry-list-item-order-btn,
a.p-weborder-search-items-entry-list-item-order-btn {
  flex: 0 0 110px;
  max-width: 110px;
  background-color: #4EC6BA;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 300ms ease-out 0ms;
}
.p-weborder-search-items-entry-list-item-order-btn:hover,
a.p-weborder-search-items-entry-list-item-order-btn:hover {
  opacity: 0.7;
}

.p-weborder-search-items-entry-list-item-order__tooltip {
  position: absolute;
  z-index: 10;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 7px 16px;
  padding-right: 34px;
  margin-top: 110px;
  margin-right: -34px;
  display: none;
}

.p-weborder-search-items-entry-list-item-order__tooltip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
}

.p-weborder-search-items-entry-list-item-order__tooltip-tit {
  font-size: 14px;
  line-height: 1;
}

.p-weborder-search-items-entry-list-item-order__tooltip-btn {
  background-color: #4EC6BA;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0px 10px;
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
  margin-left: 10px;
}

.p-weborder-search-items-entry-list-item-order__tooltip-close {
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.p-weborder-search-items-entry-list-item-order__tooltip-close::before, .p-weborder-search-items-entry-list-item-order__tooltip-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 12px;
  height: 1px;
  background-color: #000000;
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.p-weborder-search-items-entry-list-item-order__tooltip-close::after {
  transform: translate3d(0, 0, 0) rotate(135deg);
}

.p-weborder-search__result {
  background-color: #EBF9F7;
  padding: 32px 40px;
  padding-right: 220px;
  position: relative;
  min-height: 120px;
  margin-bottom: 40px;
}

.p-weborder-search__result-tit {
  font-size: 18px;
  color: #00AE9E;
  font-weight: 700;
  margin-bottom: 6px;
}

.p-weborder-search__result-cond {
  font-weight: 700;
}

.p-weborder-search__result-btns {
  position: absolute;
  top: 50px;
  right: 20px;
  display: block;
  width: 170px;
}

.p-weborder-search__result-btn {
  display: block;
  background-color: #fff;
  font-size: 16px;
  color: #00AE9E;
  border: 1px solid #00AE9E;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  transition: opacity 300ms ease-out 0ms;
  cursor: pointer;
}
.p-weborder-search__result-btn:hover {
  opacity: 0.7;
}

.p-weborder-estimate__flow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  margin-bottom: 40px;
  padding: 10px 55px 10px;
}

.p-weborder-estimate__flow-item {
  flex: 1 1 auto;
  text-align: center;
  margin: 0 15px;
  border-bottom: 3px solid #dcdcdc;
}
.p-weborder-estimate__flow-item.is-active {
  border-color: #4EC6BA;
}

.p-weborder-estimate__flow-item-num {
  display: inline-block;
  border-radius: 50%;
  background-color: #DCDCDC;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 8px;
}
.p-weborder-estimate__flow-item.is-active .p-weborder-estimate__flow-item-num {
  background-color: #4EC6BA;
}

.p-weborder-estimate__flow-item-tit {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
  color: #969696;
}
.p-weborder-estimate__flow-item.is-active .p-weborder-estimate__flow-item-tit {
  color: #4D4D4D;
}

.p-weborder-estimate__goods {
  padding: 36px 50px;
  border: 1px solid #dcdcdc;
  margin-bottom: 50px;
}
.p-weborder-estimate__goods.p-weborder-estimate__goods--page-dest {
  padding: 0;
  border: none;
}
.p-weborder-estimate__goods.p-weborder-estimate__goods--page-estimate {
  padding: 0;
  border: none;
}

.p-weborder-estimate__goods-item:nth-child(n+2) {
  border-top: 1px solid #dcdcdc;
  padding-top: 30px;
}

.p-weborder-estimate__goods-item-tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 0px 0 12px;
  padding: 0;
  padding-left: 17px;
  position: relative;
}
.p-weborder-estimate__goods-item-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 20px;
  background-color: #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-weborder-estimate__goods-items {
  padding-bottom: 30px;
}

.p-weborder-estimate__goods-items-entry-tit {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.p-weborder-estimate__goods-items-entry-list {
  padding-bottom: 30px;
}
.p-weborder-estimate__goods-items-entry:last-child .p-weborder-estimate__goods-items-entry-list {
  padding-bottom: 0;
}

.p-weborder-estimate__goods-items-entry-list-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  background-color: #F6F6F6;
  padding: 10px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.p-weborder-estimate__goods-items-entry-list-item:last-child {
  margin-bottom: 0;
}
.p-weborder-estimate__goods--page-estimate .p-weborder-estimate__goods-items-entry-list-item {
  background-color: #ffffff;
  margin-bottom: 0px;
  border: 1px solid #dcdcdc;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-right: 30px;
  padding-left: 12px;
}
.p-weborder-estimate__goods--page-estimate .p-weborder-estimate__goods-items-entry-list-item:nth-child(n+2) {
  border-top: none;
}

.p-weborder-estimate__goods-items-entry-list-item-img {
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 10px;
}

.p-weborder-estimate__goods-items-entry-list-item-detail {
  flex: 1;
  padding-top: 5px;
  padding-left: 10px;
}

.p-weborder-estimate__goods-items-entry-list-item-detail-price {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 5px;
}

.p-weborder-estimate__goods-items-entry-list-item-detail-price-attr {
  margin-right: 5px;
}

.p-weborder-estimate__goods-items-entry-list-item-detail-price-default {
  margin-right: 10px;
}

.p-weborder-estimate__goods-items-entry-list-item-detail-code {
  margin-bottom: 5px;
}

.p-weborder-estimate__goods-items-entry-list-item-detail-name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.p-weborder-estimate__goods-items-entry-list-item-order {
  flex: 0 0 350px;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row nowrap;
  position: relative;
}

.p-weborder-estimate__goods-items-entry-list-item-order-label {
  flex: 0 0 50px;
  max-width: 50px;
  text-align: right;
  margin-right: 10px;
}

.p-weborder-estimate__goods-items-entry-list-item-order-value {
  font-size: 18px;
  font-weight: 700;
}

input.p-weborder-estimate__goods-items-entry-list-item-order-input {
  padding: 0;
  background-color: #ffffff;
  height: 40px;
  width: 150px;
  text-align: center;
}

.p-weborder-estimate__goods-items-entry-list-item-order-total {
  position: absolute;
  bottom: 5px;
  right: -10px;
  text-align: right;
  width: 100%;
}

select.p-weborder-estimate__goods-items-entry-list-item-order-select {
  background-color: #ffffff;
  font-weight: 400;
  height: 40px;
  width: 150px;
  background: #fff url("../../img/usr/form/icon_select3.png") no-repeat right center/auto 100%;
  text-align: center;
}

.p-weborder-estimate__goods-items-entry-list-item-delete-btn-img,
.p-weborder-estimate__goods-items-entry-list-item-delete-btn,
a.p-weborder-estimate__goods-items-entry-list-item-delete-btn {
  flex: 0 0 52px;
  max-width: 52px;
  background-color: #4D4D4D;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 300ms ease-out 0ms;
}
.p-weborder-estimate__goods-items-entry-list-item-delete-btn-img:hover,
.p-weborder-estimate__goods-items-entry-list-item-delete-btn:hover,
a.p-weborder-estimate__goods-items-entry-list-item-delete-btn:hover {
  opacity: 0.7;
}

.p-weborder-estimate__goods-items-entry-list-item-delete-btn-img {
  background: none;
  height: auto;
  line-height: 1;
  border-radius: 0px;
  border: none;
}

.p-weborder-estimate__goods-btns {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-weborder-estimate__goods-btn-img,
.p-weborder-estimate__goods-btn {
  flex: 0 0 140px;
  max-width: 140px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #00AE9E;
  background-color: #fff;
  border: 1px solid #00AE9E;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease-out 0ms;
}
.p-weborder-estimate__goods-btn-img:hover,
.p-weborder-estimate__goods-btn:hover {
  opacity: 0.7;
  color: #fff;
  background-color: #00AE9E;
  border: 1px solid #00AE9E;
}

.p-weborder-estimate__goods-btn-img {
  height: auto;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.p-weborder-estimate__goods-btn-img:hover {
  background-color: transparent;
  border: none;
}

.p-weborder-estimate__btns {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease-out 0ms;
}
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn:hover {
  opacity: 0.7;
}
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--change-img,
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--change {
  display: none;
}
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--submit-btn-img,
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--submit {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #4EC6BA;
  border: 1px solid #4EC6BA;
  border-radius: 6px;
  margin-bottom: 20px;
}
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--submit-btn-img {
  height: auto;
  line-height: 1;
  background: transparent;
  border: none;
  border-radius: 0;
}
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--back {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  border: none;
  background: none;
  position: relative;
}
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000000;
}
.p-weborder-estimate__btns .p-form-back-link,
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--back-arrow-txt {
  font-weight: 700;
  text-decoration: underline;
  margin-left: 12px;
}
.p-weborder-estimate__dest {
  margin-bottom: 50px;
}

.p-weborder-estimate__dest-item {
  margin-bottom: 40px;
}

.p-weborder-estimate__dest-item-tit {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.p-weborder-estimate__dest-item-tit.dest-item-tit-total {
  font-size: 22px;
  color: #00AE9E;
  padding: 0px;
  border: none;
  margin-bottom: 10px;
}

.p-weborder-estimate__dest-item-pan {
  font-size: 18px;
}

.p-weborder-estimate__dest-item-pan--total {
  border: 1px solid #dcdcdc;
  padding: 18px 17px;
}
.p-weborder-estimate__dest-item-pan--total .dest-item-tit-total-val {
  padding-left: 5px;
}

.p-weborder-estimate__dest-item-pan-name {
  margin-bottom: 8px;
}

.p-weborder-estimate__dest-item-pan-addr {
  margin-bottom: 8px;
}

.dest-item-tit-total-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.block-order-estimate--comment,
.p-weborder-estimate__unacceptable {
  margin-bottom: 50px;
}

.p-weborder-estimate__unacceptable-item {
  margin-bottom: 40px;
}

.p-weborder-estimate__unacceptable-item-tit {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.p-weborder-estimate__unacceptable-item-notice {
  font-size: 13px;
  margin: 5px 0;
  letter-spacing: -0.02em;
}

.block-order-estimate--comment-title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.comment-title-sub {
  font-size: 16px;
  font-weight: 700;
  margin-left: 16px;
  color: #EF4A81;
}

.block-order-estimate--comment-content {
  background: #fff;
  border: none;
  margin: 0;
  padding: 5px 0 0;
}

.p-weborder-guide-contents {
  padding: 20px 50px 0;
}

.p-weborder-guide-contents-sec {
  margin-bottom: 36px;
}

h2.p-weborder-guide-contents-sec-tit {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.p-weborder-guide-contents-sec-desc {
  font-size: 15px;
  line-height: 2;
}
.p-weborder-guide-contents-sec-desc a {
  text-decoration: underline;
}

.p-weborder-guide-contact {
  padding: 0px 50px 0;
}

.p-weborder-guide-contact-tit {
  font-size: 22px;
  color: #00AE9E;
  font-weight: 700;
  margin-bottom: 2px;
}

.p-weborder-guide-contact-num {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 2px;
}

.p-weborder-guide-contact-time {
  font-size: 15px;
}

@media only screen and (max-width: 1260px) {
  .p-faq-contents {
    width: calc(100vw - 60px);
  }
}

h2.p-faq-contents-entry-list-tit,
.p-faq-contents-entry-list-tit {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 40px 0 10px;
  position: relative;
  background-color: transparent;
  padding-left: 14px;
}
h2.p-faq-contents-entry-list-tit::before,
.p-faq-contents-entry-list-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 22px;
  background-color: #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  margin-top: -1px;
}

.p-faq-contents-entry-list-item {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #F7F6F6;
}
.p-faq-contents-entry-list-item.is-active {
  animation: anim-p-faq-contents-entry-list-item 300ms ease-out 0ms 1 normal forwards;
}
@keyframes anim-p-faq-contents-entry-list-item {
  0% {
    background-color: #F7F6F6;
  }
  100% {
    background-color: #fff;
  }
}
.p-faq-contents-entry-list-item a {
  text-decoration: underline;
}

h3.p-faq-contents-entry-list-item-tit,
.p-faq-contents-entry-list-item-tit {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  padding: 16px 50px;
  padding-left: 65px;
  position: relative;
  cursor: pointer;
  border: none;
  transition: all 300ms ease-out 0ms;
}
h3.p-faq-contents-entry-list-item-tit:hover,
.p-faq-contents-entry-list-item-tit:hover {
  opacity: 0.75;
}
h3.p-faq-contents-entry-list-item-tit::before,
.p-faq-contents-entry-list-item-tit::before {
  content: "Q";
  position: absolute;
  top: 9px;
  left: 15px;
  width: 36px;
  height: 36px;
  color: #00AE9E;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
}

.p-faq-contents-entry-list-item-tit-txt {
  font-size: 16px;
  color: #4D4D4D;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}
.p-faq-contents-entry-list-item-tit-txt::before, .p-faq-contents-entry-list-item-tit-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background-color: #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  transition: all 300ms ease-out 0ms;
}
.p-faq-contents-entry-list-item-tit-txt::before {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.p-faq-contents-entry-list-item-tit-txt::after {
  transform: translate3d(0, -50%, 0) rotate(90deg);
}
.p-faq-contents-entry-list-item.is-active .p-faq-contents-entry-list-item-tit-txt::before {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.p-faq-contents-entry-list-item.is-active .p-faq-contents-entry-list-item-tit-txt::after {
  transform: translate3d(0, -50%, 0) rotate(180deg);
  opacity: 0;
}

.p-faq-contents-entry-list-item-answer {
  font-size: 16px;
  color: #4D4D4D;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.9;
  padding: 15px 40px 25px;
  padding-left: 65px;
  position: relative;
  opacity: 0;
  transform: translate3d(0, -5px, 0) rotate(0deg);
  display: none;
}
.p-faq-contents-entry-list-item.is-active .p-faq-contents-entry-list-item-answer {
  display: block;
  animation: p-faq-contents-entry-list-item-answer 300ms ease-out 0ms 1 normal forwards;
}
@keyframes p-faq-contents-entry-list-item-answer {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}
.p-faq-contents-entry-list-item-answer::before {
  content: "A";
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  top: 9px;
  left: 15px;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 50%;
  color: #F09B9E;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
}

.p-weborder-complete__content {
  padding-top: 10px;
  text-align: center;
}

.p-weborder-complete__content__inner {
  display: inline-block;
}

.p-weborder-complete__content-tit {
  font-size: 26px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.p-weborder-complete__content-order-number {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0 12px;
  margin-bottom: 24px;
}

.p-weborder-complete__content-order-number-label {
  font-size: 16px;
  margin-bottom: 6px;
}

.p-weborder-complete__content-order-number-num {
  font-size: 22px;
  font-weight: 700;
  color: #00AE9E;
}

.p-weborder-complete__content-desc {
  line-height: 1.9;
}

.p-weborder-complete__content-btns {
  margin-top: 36px;
}

.p-weborder-complete__content-btn {
  width: 200px;
  display: block;
  margin: 0 auto;
  background-color: #4EC6BA;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-radius: 6px;
}

.p-customer-historydetail__contents {
  padding: 0 50px;
}

.p-customer-historydetail__contents__top {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 55px;
}

.p-customer-historydetail__contents__top-l {
  flex: 0 0 50%;
  max-width: 50%;
}

.p-customer-historydetail__contents__top-r {
  flex: 0 0 50%;
  max-width: 50%;
}

.p-customer-historydetail__contents__status {
  padding-left: 155px;
}
.p-customer-historydetail__contents__status img {
  width: 396px;
}

.p-customer-historydetail__contents__items {
  margin-bottom: 45px;
}

h2.p-customer-historydetail__contents__items-tit {
  margin: 0;
  margin-bottom: 22px;
  padding: 0;
  font-size: 22px;
  color: #00AE9E;
  font-weight: 700;
}

.p-customer-historydetail__contents__items-cat + .p-customer-historydetail__contents__items-cat {
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  margin-top: 30px;
}

.p-customer-historydetail__contents__items-cat-tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 20px 0 20px;
  position: relative;
  padding-left: 17px;
}
.p-customer-historydetail__contents__items-cat-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 20px;
  background-color: #00AE9E;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-customer-historydetail__contents__items-cat-cnt-tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.p-customer-historydetail__contents__items-cat-cnt-list {
  margin-bottom: 30px;
}

.p-customer-historydetail__contents__items-cat-cnt-list-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  padding: 20px 25px;
  padding-right: 30px;
  border: 1px solid #dcdcdc;
}
.p-customer-historydetail__contents__items-cat-cnt-list-item:nth-child(n+2) {
  border-top: none;
}

.p-customer-historydetail__contents__items-cat-cnt-list-item-code {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

.p-customer-historydetail__contents__items-cat-cnt-list-item-name {
  flex: 0 0 90%;
  max-width: 90%;
  font-size: 18px;
  font-weight: 700;
}

.p-customer-historydetail__contents__items-cat-cnt-list-item-num {
  flex: 0 0 10%;
  max-width: 10%;
  font-size: 18px;
  text-align: right;
}
.p-customer-historydetail__contents__items-cat-cnt-list-item-num span {
  font-weight: 700;
  margin-left: 4px;
}

.p-customer-historydetail__contents__delivery {
  margin-bottom: 40px;
}

h3.p-customer-historydetail__contents__delivery-tit {
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
}

.p-customer-historydetail__contents__delivery-cnt {
  font-size: 18px;
  line-height: 2;
}

.p-customer-historydetail__contents__content {
  margin-bottom: 40px;
}

h3.p-customer-historydetail__contents__content-tit {
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
}

.p-customer-historydetail__contents__content-cnt {
  font-size: 18px;
  line-height: 2;
}

.p-customer-historydetail__contents__btns.p-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
}

.p-customer-historydetail__contents__btns-btn {
  flex: 0 0 244px;
  max-width: 244px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
}

.p-customer-historydetail__contents__btns-btn.is-order {
  background-color: #EF4A81;
}

.p-customer-historydetail__contents__btns-btn.is-contact {
  background-color: #4EC6BA;
}

.p-customer-historydetail__contents__back {
  text-align: center;
  margin-top: 7px;
}

.p-customer-historydetail__docancel {
  text-align: center;
  margin-top: 7px;
}

.p-customer-historydetail__contents__back .p-form-back-link {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
}

.p-customer-historydetail__docancel .p-form-docancel {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
}


.p-skincare-list.p-skincare-list--moist .p-skincare-list__top-desc-txt1 {
  letter-spacing: -0.01em;
}
.p-skincare-list.p-skincare-list--moist .p-page-tit.p-skincare-list__top-desc-tit::before {
  color: #88A1DB;
}
.p-skincare-list.p-skincare-list--moist .p-skincare-list__toc-tit {
  color: #88A1DB;
}
.p-skincare-list__toc--footer .p-skincare-list.p-skincare-list--moist .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--washing {
  color: #88A1DB;
}
.p-skincare-list.p-skincare-list--moist .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--washing.is-active {
  color: #fff !important;
  background-color: #88A1DB !important;
}
.p-skincare-list.p-skincare-list--moist .p-skincare-list__index::before {
  background-color: #F5F8FF;
}
.p-skincare-list.p-skincare-list--moist h2.p-skincare-list__index-tit {
  color: #88A1DB;
}
.p-skincare-list.p-skincare-list--moist .p-skincare-list__index-list-item a {
  color: #88A1DB;
}
.p-skincare-list.p-skincare-list--moist .p-skincare-list__chapters-item-articles-item-tit {
  color: #88A1DB;
}
.p-skincare-list.p-skincare-list--moist .p-detail-docs__links-item-arrow > svg g {
  stroke: #88A1DB;
}
.p-skincare-list.p-skincare-list--uv .p-page-tit.p-skincare-list__top-desc-tit::before {
  color: #EAA916;
}
.p-skincare-list.p-skincare-list--uv .p-skincare-list__toc-tit {
  color: #EAA916;
}
.p-skincare-list__toc--footer .p-skincare-list.p-skincare-list--uv .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--washing {
  color: #EAA916;
}
.p-skincare-list.p-skincare-list--uv .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--washing.is-active {
  color: #fff !important;
  background-color: #EAA916 !important;
}
.p-skincare-list.p-skincare-list--uv .p-skincare-list__index::before {
  background-color: #FFFAEF;
}
.p-skincare-list.p-skincare-list--uv h2.p-skincare-list__index-tit {
  color: #EAA916;
}
.p-skincare-list.p-skincare-list--uv .p-skincare-list__index-list-item a {
  color: #EAA916;
}
.p-skincare-list.p-skincare-list--uv .p-skincare-list__chapters-item-articles-item-tit {
  color: #EAA916;
}
.p-skincare-list.p-skincare-list--uv .p-detail-docs__links-item-arrow > svg g {
  stroke: #EAA916;
}
.p-skincare-list.p-skincare-list--makeup .p-skincare-list__top-desc-txt1 {
  letter-spacing: -0.01em;
}
.p-skincare-list.p-skincare-list--makeup .p-page-tit.p-skincare-list__top-desc-tit::before {
  color: #F09B9E;
}
.p-skincare-list.p-skincare-list--makeup .p-skincare-list__toc-tit {
  color: #F09B9E;
}
.p-skincare-list__toc--footer .p-skincare-list.p-skincare-list--makeup .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--washing {
  color: #F09B9E;
}
.p-skincare-list.p-skincare-list--makeup .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--washing.is-active {
  color: #fff !important;
  background-color: #F09B9E !important;
}
.p-skincare-list.p-skincare-list--makeup .p-skincare-list__index::before {
  background-color: #FCF5F6;
}
.p-skincare-list.p-skincare-list--makeup h2.p-skincare-list__index-tit {
  color: #F09B9E;
}
.p-skincare-list.p-skincare-list--makeup .p-skincare-list__index-list-item a {
  color: #F09B9E;
}
.p-skincare-list.p-skincare-list--makeup .p-skincare-list__chapters-item-articles-item-tit {
  color: #F09B9E;
}
.p-skincare-list.p-skincare-list--makeup .p-detail-docs__links-item-arrow > svg g {
  stroke: #F09B9E;
}

.p-skincare-list__toc.p-skincare-list__toc--footer {
  text-align: center;
}
.p-skincare-list__toc.p-skincare-list__toc--footer .p-skincare-list__toc-list {
  justify-content: center;
}

.p-skincare-list__toc-tit {
  font-size: 24px;
  color: #00AE9E;
  font-weight: 700;
  margin-bottom: 22px;
}

.p-skincare-list__toc-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}

.p-skincare-list__toc-list-item {
  transition: none;
  backface-visibility: hidden;
  background-color: #B4B4B4;
  transform: skew(-20deg, 0deg);
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  height: 40px;
  line-height: 41px;
  width: 96px;
  text-align: center;
  margin-right: 3px;
}
.p-skincare-list__toc-list-item span {
  display: inline-block;
  transform: skew(20deg, 0deg);
}
.p-skincare-list__toc--footer .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--washing {
  color: rgba(0, 174, 158, 0.7333333333);
  background-color: #EEFCF9;
}
.p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--washing:hover, .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--washing.is-active {
  color: #fff !important;
  background-color: #00AE9E !important;
}
.p-skincare-list__toc--footer .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--moist {
  color: #A2B3DB;
  background-color: #E7EBF5;
}
.p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--moist:hover, .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--moist.is-active {
  color: #fff !important;
  background-color: #A2B3DB !important;
}
.p-skincare-list__toc--footer .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--uv {
  color: #F9BF3D;
  background-color: #FDEECD;
}
.p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--uv:hover, .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--uv.is-active {
  color: #fff !important;
  background-color: #F9BF3D !important;
}
.p-skincare-list__toc--footer .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--makeup {
  color: #F09B9E;
  background-color: #FBE5E6;
}
.p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--makeup:hover, .p-skincare-list__toc-list-item.p-skincare-list__toc-list-item--makeup.is-active {
  color: #fff !important;
  background-color: #F09B9E !important;
}

.p-skincare-list__top {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 70px;
}

.p-skincare-list__top-desc {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 20px;
}

.p-page-tit.p-skincare-list__top-desc-tit {
  margin-bottom: 20px;
}

.p-skincare-list__top-desc-txt1 {
  font-size: 16px;
  line-height: 2.25;
}

.p-skincare-list__top-movie {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 100px;
}
.p-skincare-list__top-movie .hacobune-unit-video-outline[data-v-4060e065],
.p-skincare-list__top-movie .hacobune-app-container[data-v-2c491a14] {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p-skincare-list__top-movie-place {
  position: relative;
  border: 1px solid #c8c8c8;
}
.p-skincare-list__top-movie-place::after {
  content: none;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 47px;
  height: 47px;
  background: url("../../img/usr/common/icon_play_w.png") no-repeat center center/contain;
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

.p-skincare-list__top-movie__popup {
  display: none;
}

.p-skincare-list__index {
  position: relative;
  z-index: 1;
  padding: 32px 100px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}
.p-skincare-list__index::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #EEFCF9;
  transform: translate3d(-50vw, 0, 0) rotate(0deg);
}
@media only screen and (max-width: 1260px) {
  .p-skincare-list__index::before {
    transform: translate3d(-630px, 0, 0) rotate(0deg);
    width: 1260px;
  }
}

h2.p-skincare-list__index-tit {
  flex: 0 0 115px;
  max-width: 115px;
  font-size: 36px;
  color: #00AE9E;
  font-weight: 400;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", serif;
  margin: 0;
  padding: 0;
  position: relative;
  top: -10px;
}

.p-skincare-list__index-list-item {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  line-height: 1.75;
}
.p-skincare-list__index-list-item a {
  font-size: 18px;
  color: #00AE9E;
  font-weight: 700;
  text-decoration: underline;
}
.p-skincare-list__index-list-item.is-disabled {
  color: #ccc !important;
}
.p-skincare-list__index-list-item.is-disabled a {
  color: #ccc !important;
  pointer-events: none;
  text-decoration: none;
}

.p-skincare-list__index-list-item-label {
  font-size: 24px;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", serif;
  margin-right: 22px;
}

.p-skincare-list__chapters {
  padding-top: 70px;
}

h3.p-skincare-list__chapters-item-tit {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
}
h3.p-skincare-list__chapters-item-tit .al {
  font-size: 24px;
  font-weight: 400;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", serif;
}
h3.p-skincare-list__chapters-item-tit .num {
  font-size: 32px;
}
h3.p-skincare-list__chapters-item-tit .ja {
  margin-left: 5px;
  color: #4D4D4D;
}
.is-disabled h3.p-skincare-list__chapters-item-tit {
  color: #ccc;
}
.is-disabled h3.p-skincare-list__chapters-item-tit .ja {
  margin-left: 5px;
  color: #ccc;
}

.p-skincare-list__chapters-item-articles {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 70px;
}

.p-skincare-list__chapters-item-articles-item {
  position: relative;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-left: 0;
  padding: 30px;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.p-skincare-list__chapters-item-articles-item:nth-child(1), .p-skincare-list__chapters-item-articles-item:nth-child(2), .p-skincare-list__chapters-item-articles-item:nth-child(3) {
  border-top: 1px solid #dcdcdc;
}
.p-skincare-list__chapters-item-articles-item:nth-child(3n+1) {
  border-left: 1px solid #dcdcdc;
}
.p-skincare-list__chapters-item-articles-item.is-comingsoon {
  background-color: #F6F6F6;
  pointer-events: none;
}
.p-skincare-list__chapters-item-articles-item.is-comingsoon .p-skincare-list__chapters-item-articles-item-tit {
  color: #969696;
}
.p-skincare-list__chapters-item-articles-item.is-moist .p-skincare-list__chapters-item-articles-item-tit {
  color: #88A1DB;
}
.p-skincare-list__chapters-item-articles-item.is-uv .p-skincare-list__chapters-item-articles-item-tit {
  color: #EAA916;
}
.p-skincare-list__chapters-item-articles-item.is-makeup .p-skincare-list__chapters-item-articles-item-tit {
  color: #E59194;
}

.p-skincare-list__chapters-item-articles-item-tags {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-skincare-list__chapters-item-articles-item-tag {
  background-color: #ffffff;
  font-size: 22px;
  color: #EF4A81;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.1;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", serif;
  line-height: 33px;
  height: 33px;
  padding: 0 10px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.p-skincare-list__chapters-item-articles-item-img {
  margin-bottom: 22px;
}

.p-skincare-list__chapters-item-articles-item-tit {
  font-size: 18px;
  color: #00AE9E;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-skincare-list__chapters-item-articles-item-txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-skincare-list__back-link {
  text-align: center;
  margin-top: 38px;
}
.p-skincare-list__back-link a {
  font-weight: 700;
  text-decoration: underline;
}

.p-p-skincare-detail.p-p-skincare-detail--washing #heading_2 {
  letter-spacing: -0.04em;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__header-img {
  background: url("../../img/usr/skincare/bg_basic_2.png") no-repeat center center/contain;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__header-tit-u .ja {
  color: #88A1DB;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__toc::before {
  background-color: #F5F8FF;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__toc-list > a::after {
  border-top: 1px solid #88A1DB;
  border-right: 1px solid #88A1DB;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body h1, .p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body h2 {
  color: #88A1DB;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body h1::before, .p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body h2::before {
  background-color: #88A1DB;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body .bg {
  background-color: #F5F8FF;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body .bg .tit,
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body .bg h1, .p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body .bg h2, .p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body .bg h3, .p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body .bg h4, .p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body .bg h5 {
  color: #88A1DB;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-p-skincare-detail__body .color {
  color: #88A1DB;
}
.p-p-skincare-detail.p-p-skincare-detail--moist .p-detail-docs__links-item-arrow > svg g {
  stroke: #88A1DB;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__header-img {
  background: url("../../img/usr/skincare/bg_basic_3.png") no-repeat center center/contain;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__header-tit-u .ja {
  color: #EAA916;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__toc::before {
  background-color: #FFFAEF;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__toc-list > a::after {
  border-top: 1px solid #EAA916;
  border-right: 1px solid #EAA916;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body h1, .p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body h2 {
  color: #EAA916;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body h1::before, .p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body h2::before {
  background-color: #EAA916;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body .bg {
  background-color: #FFFAEF;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body .bg .tit,
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body .bg h1, .p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body .bg h2, .p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body .bg h3, .p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body .bg h4, .p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body .bg h5 {
  color: #EAA916;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-p-skincare-detail__body .color {
  color: #EAA916;
}
.p-p-skincare-detail.p-p-skincare-detail--uv .p-detail-docs__links-item-arrow > svg g {
  stroke: #EAA916;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__header-img {
  background: url("../../img/usr/skincare/bg_basic_4.png") no-repeat center center/contain;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__header-tit-u .ja {
  color: #F09B9E;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__toc::before {
  background-color: #FCF5F6;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__toc-list > a::after {
  border-top: 1px solid #F09B9E;
  border-right: 1px solid #F09B9E;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body h1, .p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body h2 {
  color: #F09B9E;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body h1::before, .p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body h2::before {
  background-color: #F09B9E;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body .bg {
  background-color: #FCF5F6;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body .bg .tit,
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body .bg h1, .p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body .bg h2, .p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body .bg h3, .p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body .bg h4, .p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body .bg h5 {
  color: #F09B9E;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-p-skincare-detail__body .color {
  color: #F09B9E;
}
.p-p-skincare-detail.p-p-skincare-detail--makeup .p-detail-docs__links-item-arrow > svg g {
  stroke: #F09B9E;
}

.p-p-skincare-detail__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin-top: -20px;
  margin-bottom: 10px;
}

.p-p-skincare-detail__header-img {
  width: 185px;
  height: 185px;
  max-width: 185px;
  background: url("../../img/usr/skincare/bg_basic_1.png") no-repeat center center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}

h1.p-p-skincare-detail__header-tit {
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
h1.p-p-skincare-detail__header-tit::after, h1.p-p-skincare-detail__header-tit::before {
  content: none;
}

.p-p-skincare-detail__header-tit-u .al {
  font-size: 24px;
  font-weight: 400;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG–¾’©B", "MS Mincho", serif;
}
.p-p-skincare-detail__header-tit-u .num {
  font-size: 26px;
}
.p-p-skincare-detail__header-tit-u .ja {
  font-size: 18px;
  font-weight: 700;
  color: #00AE9E;
  margin-left: 18px;
}

.p-p-skincare-detail__header-tit-b {
  font-size: 24px;
  margin-top: 6px;
}

.p-p-skincare-detail__toc {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}
.p-p-skincare-detail__toc::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #EEFCF9;
  transform: translate3d(-50vw, 0, 0) rotate(0deg);
}
@media only screen and (max-width: 1260px) {
  .p-p-skincare-detail__toc::before {
    transform: translate3d(-630px, 0, 0) rotate(0deg);
    width: 1260px;
  }
}

.p-p-skincare-detail__toc-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: column wrap;
  padding: 40px 0;
}
.p-p-skincare-detail__toc-list > a {
  padding: 4px 0;
  margin: 4px 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  text-decoration: underline;
  padding-left: 1em;
  position: relative;
}
.p-p-skincare-detail__toc-list > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00AE9E;
  border-right: 1px solid #00AE9E;
  margin-top: -2px;
  transform: translate3d(0, -50%, 0) rotate(135deg);
}
.p-p-skincare-detail__toc-list .toc_h3 {
  margin-left: 1.25em;
}
.p-p-skincare-detail__toc-list .toc_h4 {
  margin-left: 2.25em;
}
.p-p-skincare-detail__toc-list .toc_h5 {
  margin-left: 3.25em;
}
.p-p-skincare-detail__toc-list .toc_h6 {
  margin-left: 4.25em;
}

.p-p-skincare-detail__body {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
.p-p-skincare-detail__body::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background: #dcdcdc;
  transform: translate3d(-50vw, 0, 0) rotate(0deg);
}
@media only screen and (max-width: 1260px) {
  .p-p-skincare-detail__body::after {
    transform: translate3d(-630px, 0, 0) rotate(0deg);
    width: 1260px;
  }
}
.p-p-skincare-detail__body h1, .p-p-skincare-detail__body h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 60px 0 15px;
  position: relative;
  padding-left: 17px;
  color: #00AE9E;
  margin-bottom: 32px;
}
.p-p-skincare-detail__body h1::before, .p-p-skincare-detail__body h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 22px;
  background-color: #00AE9E;
  margin-top: -1px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.p-p-skincare-detail__body h3, .p-p-skincare-detail__body h4, .p-p-skincare-detail__body h5, .p-p-skincare-detail__body h6 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 40px 0 15px;
  position: relative;
  margin-bottom: 20px;
}
.p-p-skincare-detail__body h4, .p-p-skincare-detail__body h5, .p-p-skincare-detail__body h6 {
  font-size: 18px;
}
.p-p-skincare-detail__body .img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.p-p-skincare-detail__body p {
  margin: 0;
  padding: 0;
}
.p-p-skincare-detail__body p + p {
  margin-top: 16px;
}
.p-p-skincare-detail__body .txt {
  margin-bottom: 20px;
  margin-top: 20px;
  letter-spacing: -0.03em;
}
.p-p-skincare-detail__body .txt.txt--uv_2_1-1 {
  letter-spacing: -0.04em;
}
.p-p-skincare-detail__body .txt-right {
  display: block;
  text-align: right;
}
.p-p-skincare-detail__body .lg-txt-right {
  display: block;
  text-align: right;
}
.p-p-skincare-detail__body .txt + .img {
  margin-top: 50px;
}
.p-p-skincare-detail__body .img + .img {
  margin-top: 50px;
}
.p-p-skincare-detail__body .img + .txt {
  margin-top: 50px;
}
.p-p-skincare-detail__body .row + .row,
.p-p-skincare-detail__body .txt + .row,
.p-p-skincare-detail__body .img + .row {
  margin-top: 60px;
}
.p-p-skincare-detail__body .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}
.p-p-skincare-detail__body .row h1, .p-p-skincare-detail__body .row h2, .p-p-skincare-detail__body .row h3, .p-p-skincare-detail__body .row h4, .p-p-skincare-detail__body .row h5 {
  padding-top: 0px;
  margin-top: 0px;
  letter-spacing: 0em;
}
.p-p-skincare-detail__body .row .txt:first-child {
  margin-top: 0px;
}
.p-p-skincare-detail__body .row .txt:last-child {
  margin-bottom: 0px;
}
.p-p-skincare-detail__body .row .img:first-child {
  margin-top: 0px;
}
.p-p-skincare-detail__body .row .img:last-child {
  margin-bottom: 0px;
}
.p-p-skincare-detail__body .left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.p-p-skincare-detail__body .right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 40px;
  order: 2;
}
.p-p-skincare-detail__body .bg {
  background-color: #EEFCF9;
  padding: 28px 45px 30px;
  margin-top: 50px;
  margin-bottom: 70px;
}
.p-p-skincare-detail__body .bg .tit,
.p-p-skincare-detail__body .bg h1, .p-p-skincare-detail__body .bg h2, .p-p-skincare-detail__body .bg h3, .p-p-skincare-detail__body .bg h4, .p-p-skincare-detail__body .bg h5 {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  color: #00AE9E;
}
.p-p-skincare-detail__body .bg .tit::before,
.p-p-skincare-detail__body .bg h1::before, .p-p-skincare-detail__body .bg h2::before, .p-p-skincare-detail__body .bg h3::before, .p-p-skincare-detail__body .bg h4::before, .p-p-skincare-detail__body .bg h5::before {
  content: none;
}
.p-p-skincare-detail__body .bg h3, .p-p-skincare-detail__body .bg h4, .p-p-skincare-detail__body .bg h5 {
  font-size: 18px;
}
.p-p-skincare-detail__body li {
  position: relative;
  padding: 0;
  padding-left: 1em;
}
.p-p-skincare-detail__body li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 14px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  transform: translate3d(0, 0%, 0) rotate(0deg);
  background-color: #4D4D4D;
}
.p-p-skincare-detail__body .tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.p-p-skincare-detail__body .tit > span {
  margin-right: 18px;
}
.p-p-skincare-detail__body .color {
  color: #00AE9E;
}

.p-p-skincare-detail_others {
  position: relative;
  margin-top: 70px;
}
.p-p-skincare-detail_others .p-skincare-list__chapters-item-articles {
  margin-bottom: 0px;
}

h2.p-p-skincare-detail_others-tit {
  margin: 0;
  margin-bottom: 22px;
}

.p-skincare-detail__back-link {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

#dropframe {
  text-align: left;
  position: absolute;
  background-color: #dddddd;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  border-left: 1px solid #eeeeee;
  padding: 1px 3px 1px 3px;
}

ul.ziplist_ {
  position: absolute;
  top: auto;
  left: auto;
  background-color: #F0F0F0;
  list-style-type: none;
  padding: 5px 3px 5px 3px;
  margin-top: 50px;
}

ul.ziplist_ li {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
}

ul.ziplist_ li.hover {
  background-color: #FFFF9A;
  cursor: pointer;
}

.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--submit-btn-img, .p-weborder-estimate__btns .p-weborder-estimate__btns-btn--submit,
.p-weborder-search-items-entry-list-item-order-btn,
.p-weborder-search-form__btn {
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
}
.p-weborder-estimate__btns .p-weborder-estimate__btns-btn--submit-btn-img:hover, .p-weborder-estimate__btns .p-weborder-estimate__btns-btn--submit:hover,
.p-weborder-search-items-entry-list-item-order-btn:hover,
.p-weborder-search-form__btn:hover {
  background-color: transparent;
  border: none;
}

.hacobune-univideo .hacobune-app-container {
  padding: 0 !important;
}

.unacceptweekerror_ {
  font-size: 16px;
  color: #EF4A81;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 10px;
}

.p-customer-historydetail__contents__items-pan--total {
  border: 1px solid #dcdcdc;
  padding: 18px 17px;
}

.p-weborder-estimate__dest-item-pan {
  font-size: 18px;
}

.historydetail-item-tit-total-label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.p-customer-historydetail__contents__items-pan--total .historydetail-item-tit-total-val {
  padding-left: 5px;
}

.p-customer-historydetail__contents__items-cat-cnt--list-item-detail-attr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  font-size: 18px;
}

.p-customer-historydetail__contents__items-cat-cnt-list-item-order-total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  font-size: 18px;
  text-align: right;
}

.p-customer-historydetail__contents__items-cat-cnt-list-item-order-total span {
  margin-left: 4px;
}

#history_total_ {
  text-align: center;
  font-size: 15px;
  vertical-align: middle;
}

.p-customer-history-message {
  letter-spacing: 0.03em;
  line-height: 2.1;
  margin-bottom: 32px;
  color: #EF4A81;
  font-weight: 700;
}

.p-customer-historydetail-message {
  letter-spacing: 0.03em;
  line-height: 2.1;
  margin-bottom: 32px;
  color: #EF4A81;
  font-weight: 700;
}

.p-estimate-comment {
  letter-spacing: 0.03em;
  line-height: 2.1;
  margin-bottom: 5px;
  color: #EF4A81;
  font-weight: 700;
}

.u-font-noto-sans {
  font-family: "Noto Sans JP", "ŸàƒSƒVƒbƒN‘Ì", YuGothic, "ŸàƒSƒVƒbƒN", "Yu Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, sans-serif;
  font-optical-sizing: auto;
}

.p-pharmacist-introduce {
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #F1FDFA;
}

.p-pharmacist-introduce-body {
  line-height: 1.9;
  height: 100%;
  text-align: center;
  padding-bottom: 30px;
}

.block-ranking-lightningrecommend,
.block-common-lightningrecommend {
    background: #E5F7F5;
    padding: 2.5rem 3rem;
    margin-top: 40px;
    margin-bottom: 100px;
}
.block-ranking-lightningrecommend--header,
.block-common-lightningrecommend--header {
    text-align: center;
}
.block-ranking-lightningrecommend--goods,
.block-common-lightningrecommend--list {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 15px;
}
.block-ranking-lightningrecommend--goods::-webkit-scrollbar-thumb,
.block-common-lightningrecommend--list::-webkit-scrollbar-thumb {
	background: #d9d5d5;
	border-radius: 6px;
}
.block-ranking-lightningrecommend--goods::-webkit-scrollbar,
.block-common-lightningrecommend--list::-webkit-scrollbar {
	height: 6px;
}
.lightningrecommend-rakning--items,
.lightningrecommend-thumbnail-t {
    display: flex;
    gap: 3rem;
}
.lightningrecommend-rakning--goods,
.lightningrecommend-thumbnail-t--goods {
    width: calc((100% - 12rem) / 5);
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.lightningrecommend-rakning--goods-image {
    position: relative;
    background: white;
    flex: 1;
}
.lightningrecommend-rakning--rank {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    font-size: 1.5rem;
    padding: 5px 11px;
    background: white;
}
.lightningrecommend-rakning--goods-name,
.lightningrecommend-thumbnail-t--goods-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
}
.lightningrecommend-rakning--price-items,
.lightningrecommend-thumbnail-t--price-items {
    text-align: right;
}
.block-ranking-lightningrecommend .price::before ,
.block-common-lightningrecommend .price::before {
    content: "’è‰¿F";
}
.block-ranking-lightningrecommend .lightningrecommend-delivery--price ,
.block-common-lightningrecommend .lightningrecommend-delivery--price {
    font-size: 0.75em;
    margin-top: 5px;
}
.block-ranking-lightningrecommend .lightningrecommend-delivery--price::before,
.block-common-lightningrecommend .lightningrecommend-delivery--price::before {
    content: "”[“ü‰¿ŠiF";
}
.lightningrecommend-rakning--price-items .is-tax,
.lightningrecommend-thumbnail-t--price-items .is-tax {
    font-size: 0.7em;
    margin-left: 0.6rem;
}
.lightningrecommend-rakning--goods-description,
.lightningrecommend-thumbnail-t--goods-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 2;
    white-space: normal;
}
.lightningrecommend-rakning--goods-description .p-weborder-search-items-entry-list-item-order,
.lightningrecommend-thumbnail-t--goods-description .p-weborder-search-items-entry-list-item-order {
    flex: none;
    max-width: none;
    width: 100%;
    margin-top: auto;
}
.is-rank-hide .lightningrecommend-delivery--price {
    display: none;
}

.block-common-normal-lightningrecommend {
    margin-top: 100px;
    margin-bottom: 100px;
}
.block-common-normal-lightningrecommend--header {
    text-align: center;
}
.lightningrecommend-normal-thumbnail-t {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}
.lightningrecommend-normal-thumbnail-t--goods {
    width: calc((100% - 12rem) / 5);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.lightningrecommend-normal-thumbnail-t--goods-image {
    position: relative;
    background: white;
}
.lightningrecommend-normal-thumbnail-t--goods-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
}
.lightningrecommend-normal-thumbnail-t--price-infos {
    text-align: right;
}
.lightningrecommend-normal-thumbnail-t--price-infos .is-tax {
    font-size: 0.7em;
    margin-left: 0.6rem;
}
.lightningrecommend-normal-thumbnail-t--goods-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lightningrecommend--goods-comment {
    line-height: 1.4;
    font-size: 0.9em;
}
.lightningrecommend-rakning--goods-description .p-weborder-search-items-entry-list-item-order-select,
.lightningrecommend-thumbnail-t--goods-description .p-weborder-search-items-entry-list-item-order-select {
    background: white;
    width: 80px;
    padding: 0 1em;
    line-height: 40px;
    margin: 0 auto 0 0;
}
.block-ranking-lightningrecommend .p-weborder-search-items-entry-list-item-order__tooltip,
.block-common-lightningrecommend .p-weborder-search-items-entry-list-item-order__tooltip {
    margin-top: 0;
    margin-right: 0px;
    bottom: 50px;
    padding: 25px 10px 10px;
    left: -5px;
}
.block-ranking-lightningrecommend .p-weborder-search-items-entry-list-item-order__tooltip-btn,
.block-common-lightningrecommend .p-weborder-search-items-entry-list-item-order__tooltip-btn {
    height: auto;
    line-height: 1.6;
    font-size: 12px;
}
.block-ranking-lightningrecommend .p-weborder-search-items-entry-list-item-order__tooltip-tit,
.block-common-lightningrecommend .p-weborder-search-items-entry-list-item-order__tooltip-tit{
    font-size: 12px;
}
.block-ranking-lightningrecommend .p-weborder-search-items-entry-list-item-order__tooltip-close,
.block-common-lightningrecommend .p-weborder-search-items-entry-list-item-order__tooltip-close{
    top: 0;
}
.revireco-outer-head {
  margin-top: 3em;
}

.nosalesgoods_msg_fg {
  letter-spacing: 0.03em;
  line-height: 2.1;
  margin-bottom: 32px;
  color: #EF4A81;
  font-weight: 700;
}

.cart_campaign_msg_red {
  letter-spacing: 0.03em;
  line-height: 2.1;
  margin-bottom: 32px;
  color: #EF4A81;
  font-weight: 700;
}

.cart_campaign_msg_bold {
  letter-spacing: 0.03em;
  line-height: 2.1;
  font-weight: 700;
}

.cart_campaign_msg {
  margin-bottom: 32px;
}

/*# sourceMappingURL=style.css.map */