*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(html, body, h1, h2, h3, h4, p, dl, dd) {
  margin: 0;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(caption, th, td) {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}

:where(img, picture, svg) {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(fieldset) {
  margin: 0;
  border: 0;
  padding: 0;
}

:where(button, input, select, textarea) {
  color: inherit;
  font: inherit;
}

:where(button, label) {
  cursor: pointer;
}

html {
  line-height: 1.5;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
  height: 1px;
}

textarea {
  resize: vertical;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  color: #333;
  line-height: inherit;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Noto Sans JP", Meiryo, sans-serif;
}

a {
  color: #313131;
  text-decoration: none;
}

footer nav ul li a {
  display: block;
  vertical-align: top;
  padding: 5px;
  padding: 5px 5px 2px;
}

a:hover,
a:active {
  color: #393;
}

.c-paper-gray {
  background-color: #f3f4f6;
  padding: 16px;
}

.t-text {
  padding: 0;
  line-height: 1.6;
}

.t-text,
.t-checkbox,
.t-radio,
.t-form {
  margin-top: 10px;
  padding: 0 10px;
}

.c-paper-gray .t-text:first-child {
  margin-top: 0;
}

.block-link {
  cursor: pointer;
}

.block-link:hover,
.block-link:active {
  transition-duration: 0.5s;
  color: #393;
}

.p-card .thumbnail {
  width: 100%;
  height: auto;
}

.block-link:hover .thumbnail,
.block-link:hover .banner,
.block-link:active .thumbnail,
.block-link:active .banner {
  opacity: 0.6;
  transition-duration: 0.2s;
}

.l-footer__nav a,
.l-footer__related-links a {
  color: #fff;
  text-decoration: none;
}

.t-accordion__items a {
  color: #0085c3;
}

a:active {
  background-color: transparent;
}

.t-bx__viewport a {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.t-media a {
  display: block;
}

.t-text a {
  color: #0085c3;
}

.delete a {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 1;
  margin: 0;
  border-radius: 0;
  width: 25%;
}

.tab a {
  color: #99f;
}

.p-masthead__nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 0;
  width: 100%;
  max-width: 640px;
  height: 100%;
  font-size: 12px;
  list-style: none;

  @media (width >= 768px) {
    font-size: 16px;
  }

  @media (width >= 1615px) {
    width: 1600px;
  }

  @media (width >= 1270px) {
    width: 1255px;
  }
}

.p-masthead__nav a {
  display: block;
  box-sizing: border-box;
  height: 45px;
  font-weight: bold;
  line-height: 45px;
}

.page-top-scroll a {
  display: block;
  transition: background-color 0.5s linear;
  border-radius: 10px;
  background-color: rgb(20 20 20 / 50%);
  padding: 10px 10px 20px;
  color: #fff;
  text-decoration: none;
}

.pagination li a {
  display: block;
  border: 1px solid #fff;
  background-color: #44b0dd;
  width: 42px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}

.tab li a {
  float: left;
  border-top-left-radius: 10px;
  width: 10em;
  height: 2em;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  background: #e7e7e7;
  color: #444;
  line-height: 2em;
}

div.menu a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8dc70f',EndColorStr='#59a110');
  border: 1px solid #177911;
  background: linear-gradient(to bottom, #91cf0e, #91cf0e 50%, #64aa10 51%, #59a110);
  color: #fff;
  text-shadow: 1px 1px 1px #434343;
}

.block-link:hover a,
.block-link:active a {
  transition-duration: 0.5s;
  color: #393;
  text-decoration: underline;
}

.about .container {
  margin-right: auto;
  margin-left: auto;
  width: 960px;
}

.about .container .catch {
  position: relative;
}

footer nav ul li a img {
  vertical-align: middle;
  margin-right: 5px;
}

.l-footer__copyright img {
  vertical-align: baseline;
}

.sp-header-menu-component img {
  width: 58px;

  @media (width <= 530px) {
    width: auto;
    height: 51px;
  }
}

.t-media__img {
  float: left;
  margin-right: 10px;

  img {
    max-width: 80px;
    height: auto;
  }
}

.about img {
  width: 100%;
  height: auto;
}

.p-project-lists img {
  width: 100%;
  height: auto;
}

.contents .cards img {
  margin-right: 2px;
  width: 100%;
  max-width: 300px;
  height: auto;
}

.hb-ms-scedule .hb-ms-ctr h3 img {
  border: 1px solid #ccc;
}

.st-table01 .avatar ul li img {
  width: 40px;
  height: auto;
}

.about .container .catch img {
  margin-bottom: 70px;
  width: 960px;
  height: auto;
}

.about .container .catch .caption {
  position: absolute;
  top: 149px;
  right: -7px;
  font-size: 10px;
  text-align: center;
}

.ta-list .unit {
  position: relative;
  cursor: pointer;
  margin: 5px 0;
  background: #fff;
  padding: 5px 15px 5px 5px;
  width: 295px;
}

.ta-list .unit .item {
  float: left;
  width: 60px;
}

.ta-list .unit .item img {
  width: 60px;
  height: auto;
}

.contents {
  margin: 10px auto 0;
  width: 100%;
  max-width: 768px;
}

.footer {
  padding-top: 30px;
  width: 100%;
  font-size: 12px;
}

.result {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.result .count {
  position: absolute;
  right: 0;
  bottom: 0;
}

p {
  margin: 0;
  padding: 0;
}

footer nav ul {
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}

.privacy p,
.privacy h3,
.privacy h4,
.privacy ol,
.privacy ul,
.regulation p,
.regulation h3,
.regulation h4,
.regulation ol,
.regulation ul {
  margin-bottom: 1em;
}

.privacy ul,
.privacy ol,
.regulation ul,
.regulation ol {
  padding-left: 1.5em;
}

.privacy ul,
.regulation ul {
  list-style-type: disc;
}

.privacy ol,
.regulation ol {
  list-style-type: decimal;
}

.privacy h3,
.regulation h3 {
  border-bottom: 1px dashed #cdcdcd;
  border-left: 7px solid #8cbc00;
  padding-left: 10px;
  font-weight: bold;
  font-size: 14px;
}

.privacy h4,
.regulation h4 {
  font-weight: bold;
}

.border {
  border-bottom: 2px solid #b8b4a1;
}

.l-card-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;

  @media (width >= 375px) {
    grid-template-columns: repeat(3, 1fr);
  }

  @media (width >= 1024px) {
    grid-template-columns: repeat(4, 1fr);
  }
}

.l-card-items--tame {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;
  list-style: none;

  @media (width >= 375px) {
    grid-template-columns: repeat(3, 1fr);
  }

  @media (width >= 768px) {
    grid-template-columns: repeat(4, 1fr);
  }

  @media (width >= 1024px) {
    grid-template-columns: repeat(5, 1fr);
  }
}

.l-card-items--mora {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-top: 16px;

  @media (width >= 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-container {
  margin: 32px auto;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 960px;
}

.btn-square-01-wrap {
  padding: 2px 0;
}

.good-btn-wrap {
  position: relative;
  padding-right: 30px;
  width: 70px;
}

.good-btn-wrap .good-btn {
  display: block;
  background-size: 30px;
  background-repeat: no-repeat;
  padding-left: 35px;
  line-height: 31px;
}

.good-btn-wrap .good-btn.good-btn--more {
  background-image: url("../images/ico_good01.png");
}

.good-btn-wrap .good-btn.good-btn--more:hover {
  background-image: url("../images/ico_good01.png");
}

.good-btn-wrap .good-btn.good-btn--more:active {
  transition-duration: 0s;
  background-image: url("../images/ico_good02.png");
}

.good-btn-wrap .counter {
  position: absolute;
  top: 50%;
  left: 73px;
  margin-top: -10px;
  text-decoration: none;
}

.c-red {
  color: red;
}

.c-red02 {
  color: #e70033;
}

.item-part {
  margin: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  line-height: 1.5;

  @media (width <= 530px) {
    padding: 10px;
  }
}

.text-input-style-01 {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 8px;
  font-size: 14px;
}

.textarea-style-01 {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  width: 578px;
  height: 150px;
  font-size: 14px;
}

.text-input-style-01:focus {
  background-color: #fcfbc2;
}

input,
textarea {
  font-family: sans-serif;
}

.t-form__input input {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

form input::placeholder {
  color: #aaa;
}

.select-area input {
  display: none;
}

.sexs input {
  appearance: auto;
}

.heading.xx-large {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;

  @media (width >= 1270px) {
    font-size: 24px;
  }
}

.heading.xx-large.with-icon {
  position: relative;
  padding-left: 45px;
}

.heading.xx-large .ico-wrap {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 45px;
  text-align: center;
}

.heading.xx-large .ico-wrap img {
  vertical-align: top;
  width: auto;
  height: 36px;
}

.heading.small {
  font-weight: bold;
  font-size: 16px;
}

.heading.active {
  background-color: #ffff9a;
}

.ico-bar-06 {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.2em;
  color: #fff;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.5;
  word-break: keep-all;
}

.ico-bar-06.new {
  background-color: #ff451f;
}

.ico-bar-06.few {
  background-color: #36f;
}

.ico-bar-06.recommend {
  background-color: #ff398d;
}

.ico-bar-06.pet {
  background-color: #d45b07;
}

.ico-bar-06.report {
  background-color: #ff7f0e;
}

.ico-bar-06.repeat {
  background-color: #524d50;
}

.ico-bar-06.already {
  background-color: #919191;
}

.ico-bar-06.post {
  background-color: #f63b4d;
}

.ico-bar-06.return {
  background-color: #11b0dd;
}

.itemicon {
  margin-right: 1px;
  box-shadow: 1px 1px 0 0 #ccc !important;
  padding: 0 5px;
  padding: 0 0.3em;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
  text-shadow: none;
}

.page-top-scroll {
  position: fixed;
  right: 30px;
  bottom: -10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 14px;
  text-align: center;
}

.page-top-scroll a:hover {
  background-color: rgb(20 20 20 / 90%);
}

.page-top-scroll.is-visible {
  opacity: 1;
}

.paging {
  position: relative;
  background: #d8d4c6;
  width: 100%;
  height: 30px;
}

.st-table01 {
  margin-top: 10px;
  border: 1px solid #c9c9c9;
  width: 100%;

  @media (width <= 530px) {
    font-size: 12px;
  }
}

table th {
  white-space: nowrap;
}

.st-table01 th,
.st-table01 td {
  padding: 10px;
}

.st-table01 th {
  vertical-align: top;
  background-color: #eee;
  width: 30%;
  font-weight: bold;
  white-space: inherit;

  @media (width <= 530px) {
    padding: 8px;
  }
}

.st-table01 td {
  background-color: #fff;
  width: 70%;
}

.st-table01 .bd-raw {
  border-bottom: 1px solid #c9c9c9;
}

.telephone-area ul {
  display: table;
}

.hb-ms-scedule ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab ul {
  position: absolute;
  bottom: -1px;
  margin: 0 0 0 10px;
}

footer nav ul li {
  float: left;
  border-bottom: 1px solid #ccc;
}

.tab ul,
.tab li {
  margin: 0;
  padding: 0;
}

div.header nav ul {
  display: flex;
  position: relative;
  z-index: 9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff',EndColorStr='#ededed');
  margin: 0;
  border-top: 1px solid #ccc;
  border-bottom: none;
  background: linear-gradient(#fff, #ededed);
  padding: 0;
  width: 100%;
}

.st-table01 .avatar ul {
  padding-bottom: 5px;
  width: 450px;
}

.new-signup-input li,
.new-signup-confirm li {
  list-style-type: none;
}

.telephone-area li {
  display: table-cell;
}

.t-media > li {
  zoom: 1;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}

.t-button__group li {
  display: table-cell;
  margin-right: 10px;
}

.about li {
  margin: 0;
  width: 100%;
  list-style: none;
}

.p-project-lists {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  list-style: none;

  li {
    width: 100%;

    @media (width >= 320px) {
      float: left;
      width: 33.3333%;
    }

    @media (width >= 480px) {
      float: left;
      width: 33.3333%;
    }

    @media (width >= 640px) {
      float: left;
      width: 25%;
    }

    @media (width >= 800px) {
      float: left;
      width: 25%;
    }

    @media (width >= 960px) {
      float: left;
      width: 20%;
    }
  }
}

li:hover {
  opacity: 1;
}

li:active {
  background-color: transparent;
}

.pagination li {
  display: inline-block;
  float: none;
  margin: 3px;
}

.tab li {
  float: left;
  border-top-left-radius: 10px;
  width: 10em;
  height: 2em;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  background: #e7e7e7;
  color: #444;
  line-height: 2em;
  list-style: none;
  text-align: center;
}

.p-card--top--mora li {
  display: inline-block;
  margin-right: 10px;
}

.p-masthead__nav li {
  position: relative;
  text-align: center;

  @media (width >= 768px) {
    width: 130px;
  }

  /* 1615px以上 */
  @media (width >= 1615px) {
    font-size: 18px;
  }
}

ul.coupon li {
  padding-left: 1.3em;
  line-height: 2em;
  text-indent: -1.3em;
}

div.header nav li {
  display: block;
  flex-grow: 1;
  float: left;
  float: none;
  box-sizing: border-box;
  margin: 0;
  border-left: 1px ridge #ccc;
  border-collapse: collapse;
  padding: 0;
  padding: 4px 0 0;
  width: 25%;
  height: 50px;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  list-style: none;
  text-align: center;
  text-shadow: none;
}

footer nav ul li:nth-child(odd) {
  margin-bottom: 0 !important;
  background: url("https://image.moratame.net/s/cmn/2px_dot_ccc.png") repeat-y right top;
  background-size: 1px 1px;
  width: 40% !important;

  @media (width <= 321px) {
    min-height: 40px;
  }
}

footer nav ul li:nth-child(even) {
  margin-bottom: 0 !important;
  width: 60% !important;

  @media (width <= 321px) {
    min-height: 40px;
  }
}

.new-signup-input .birthday li {
  display: inline-block;
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background: #fff;
  width: 30%;
  min-height: 34px;
  line-height: 35px;
}

.radio-menu {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
}

.new-signup-input .sexs li {
  display: inline-block;
  list-style: none;
}

.t-media > li:last-child {
  border: 0;
}

.t-button__group li:last-child {
  margin-right: 0;
}

.st-table01 .avatar ul li {
  float: left;
  margin: 0 10px 5px 0;
  width: 40px;
  text-align: center;
}

.badge {
  display: inline-block;
  position: absolute;
  vertical-align: baseline;
  border-radius: 9px;
  border-radius: 0;
  padding: 4px;
  min-width: 10px;
  height: auto;
  color: #fff;
  font-weight: normal;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
}

.badge.card-badge {
  top: 0;
  left: 0;
  box-shadow: rgb(0 0 0 / 30%) 1px 1px 1px;
  border-radius: 0 0 5px;
  border-bottom-right-radius: 5px;
  padding: 0 0.5em;
  height: auto;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  line-height: 16px;
}

@media (width >= 1270px) {
  .badge.card-badge {
    font-size: 11px;
  }
}

@media (width >= 1615px) {
  .badge.card-badge {
    font-size: 12px;
  }
}

.badge.new {
  background-color: #ff451f;
}

.badge.few {
  background-color: #36f;
}

.badge.recommend {
  background-color: #ff398d;
}

.badge.pet {
  background-color: #d45b07;
}

.badge.report {
  background-color: #ff7f0e;
}

.badge.already {
  background-color: #919191;
}

.badge.post {
  background-color: #f63b4d;
}

.badge.return {
  background-color: #11b0dd;
}

@media (width >= 1270px) {
  .badge.card-badge {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (width >= 1615px) {
  .badge.card-badge {
    font-size: 12px;
    line-height: 24px;
  }
}

.p-card--top {
  position: relative;
  border: 1px solid #e7e7ea;
  background-color: #fdfcfb;
}

.p-card--top--mora {
  position: relative;
  box-sizing: content-box;
  min-height: 158px;
}

.p-card__detail {
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;

  @media (width >= 1615px) {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.p-card .count {
  font-size: 14px;
}

.js-menu__link {
  position: relative;
  border-bottom: 1px solid #ddd;
  background: #eee;
  padding: 10px 30px 10px 20px;
  line-height: 1.5;
}

.js-menu__link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "\f13a";
  color: #666;
  font-weight: 900;
  font-family: "Font Awesome 5 Free", sans-serif;
}

.js-menu__link.active::after {
  content: "\f139";
}

.js-submenu__link {
  position: relative;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  padding: 10px 20px;
  line-height: 1;
}

.js-submenu__link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "\f13a";
  color: #666;
  font-weight: 900;
  font-family: "Font Awesome 5 Free", sans-serif;
}

.js-submenu__link.active::after {
  content: "\f139";
}

.submenu {
  display: none;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  line-height: 1.75;
}

.submenu-child {
  display: none;
  background: #fff;
}

.d {
  display: block;
}

.p-project-lists__dl.p-project-lists__dl--tame {
  width: 100%;
  overflow: hidden;
}

.heading__sub-title {
  font-size: 12px;
}

@media (width >= 1270px) {
  .heading__sub-title {
    font-size: 18px;
  }
}

.page-top-scroll a:link,
.page-top-scroll a:active,
.page-top-scroll a:hover,
.page-top-scroll a:visited {
  color: #fff;
}

@media (width >= 1270px) {
  .contents {
    max-width: 1255px;
  }
}

@media (width >= 1615px) {
  .contents {
    max-width: 1600px;
  }
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

.box {
  position: relative;
}

.p-masthead__nav a:hover,
.p-masthead__nav a:active {
  border-bottom: 3px solid #e52c06;
  color: #e52c06;
  text-decoration: none;
}

.p-masthead__nav a span::before {
  color: #6f6056;
}

.p-masthead__nav a:hover span::before,
.p-masthead__nav a:active span::before {
  color: #e52c06;
}

body.t-mymenu .tab-content-1 .container {
  width: 100%;
}

.ico {
  display: inline-block;
  background-repeat: no-repeat;
}

.c-label-2 {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}

.c-label-2.c-label-2--favorite {
  background-color: #ff398d;
}

.c-label-2.c-label-2--few {
  background-color: #36f;
}

.c-label-2.c-label-2--already {
  background-color: #919191;
}

#fb {
  display: inline-block;
}

.c-blue {
  color: #00e;
}

.font-bold {
  font-weight: bold;
}

p.sms-delivery {
  margin: 0;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 3px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.text-center {
  text-align: center;
}

textarea.textarea {
  padding: 0.3rem;
}

textarea.textarea:focus {
  outline: 3px solid #99c419;
  border-radius: 0.5rem;
}

.title {
  margin: 0;
  background: #90a1b8;
  padding: 10px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-shadow: none;
}

.title span {
  padding-left: 1em;
  font-size: 85%;
}

.small {
  font-weight: 400;
  font-size: 12px;
}

div.page,
div.header,
div.content,
div.footer {
  border: 0 solid;
  background: #fcfcfc;
  padding: 0;
  overflow: hidden;
  color: #000;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.p-project-lists__thumbnail-wrap h2 {
  font-size: 0 !important;
}

div.content h2 {
  font-size: 15px;
}

.button {
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8FA7C9',EndColorStr='#496b9a');
  margin-right: 0;
  margin-left: auto;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
  border: 1px solid #496b9a;
  border-radius: 0.3em;
  background: #496b9a;
  background: linear-gradient(to bottom, #8fa7c9, #496b9a);
  width: 90px;
  height: 20px;
  text-align: center;
  text-decoration: none;
}

.button p {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-shadow: none;
}

.button:hover {
  border: 1px solid #6586b5;
  background: #496b9a;
  background: linear-gradient(to bottom, #b3c3d9, #496b9a);
}

.login {
  background-image: url("https://www.moratame.net/s/images/common/login.png");
}

.mymenu {
  background-image: url("https://www.moratame.net/s/images/common/my_menu.png");
}

details,
footer,
header,
hr,
menu,
nav,
section {
  display: block;
}

footer nav {
  margin-bottom: 0;
}

div.header nav {
  display: block;
  margin: 0;
  padding: 0;
}

.item-part .telephone-area ul li {
  display: inline-block;
  margin-right: 3px;
  width: 70px;
}

div.header nav li:first-child {
  border-bottom: 1px solid #ccc;
}

div.header nav li a.ui-link {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

div.content div.container {
  background: #fff;
  padding: 0;
}

div.block div.head {
  outline: none;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.item-part a:hover,
.item-part a:focus {
  text-decoration: none;
}

div.block div.head a {
  padding: 0;
  color: #fff;
  text-decoration: none;
}

div.block div.body {
  margin: 0 1px;
  border: 0;
  border-radius: 0;
  padding-bottom: 10px;
}

div.block div.body ul {
  margin: 0;
}

.error {
  margin: 10px 0;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
  border-radius: 0.5em;
  background: #ff5024;
  padding: 5px 0 5px 10px;
  padding-top: 4px;
  color: red;
  font-size: 12px;
  line-height: 1.4;
  text-shadow: none;
}

p.answer {
  margin: 0;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 3px 0;
  padding-right: 10px;
  padding-left: 10px;
}

p.answer textarea {
  width: 95%;
}

div.block div.title {
  margin: 5px 0;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #fb9605;
  background: #fff;
  background: none repeat scroll 0 0 #fff;
  padding: 0 10px;
  color: #000;
  text-align: left;
  text-shadow: none;
}

div.header,
div.contents {
  overflow: visible;
}

div.block div.contents {
  margin: 5px 15px 3px;
  font-weight: 400;
}

div.block div.form {
  margin: 5px 15px;
}

div.block div.form .small {
  font-weight: 400;
  font-size: 10px;
}

div.block div.form ul {
  padding-left: 20px;
}

div.block div.form div.button {
  padding-right: 12px;
}

.new-signup-input .zipcode li input,
.new-signup-input .address1 li input,
.new-signup-input .address2 li input,
.new-signup-input .tel li input {
  box-shadow: none;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 0.5em;
  width: 89%;
  height: 37px;
  color: #000;
}

.new-signup-input .password li input {
  box-shadow: none;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 0.5em;
  width: 89%;
  color: #000;
}

.new-signup-input .email li input {
  box-shadow: none !important;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 0.5em;
  width: 89%;
  color: #000;
}

.new-signup-input .sexs li input {
  display: none;
}

div.block div.form input {
  margin: 5px 0 0;
  font-size: 18px;
}

select:invalid {
  color: red;
}

.c-form__select select {
  appearance: none;
  border: 0;
  border: red 2px solid;
  background: transparent;
  padding: 0 40px 0 6px;
  width: 100%;
  height: 30px;
  color: #333;
  font-size: 13px;
}

select:focus {
  opacity: 1;
}

.t-select__select select {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0 40px 0 6px;
  width: 100%;
  height: 30px;
  color: #333;
  font-size: 13px;
}

.new-signup-input .prefecture li select {
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  background: #fff;
  padding: 0.5em;
  width: 89%;
  min-height: 36px;
  color: #000;
}

.new-signup-input .birthday li select {
  display: inline-block;
  position: relative;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  background: transparent;
  padding: 0.3em;
  width: 100%;
  color: #5a5a5a;
}

div.block div.form select {
  font-size: 15px;
}

div.comment table {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
  border-collapse: collapse;
  width: 100%;
}

div.block div.form table {
  border: 0;
}

.t-table__block tbody th {
  background: #eee;
  width: 25%;
}

.t-table__block thead th {
  vertical-align: top;
  border-right: 1px solid #fff;
  background: #ababab;
  padding: 6px;
  width: 25%;
  color: #fff;
  text-align: left;
  text-align: center;
}

.t-table__block tbody th,
.t-table__block tbody td {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  padding: 6px;
  text-align: center;
}

.t-table .t-table__block tbody th {
  width: 90px;
}

.t-table__block thead th:last-child {
  border: 0;
}

.t-table__block tbody th:last-child,
.t-table__block tbody td:last-child {
  border-right: 0;
}

.t-table .t-table__block tbody th,
.t-table .t-table__block tbody td {
  text-align: left;
  white-space: normal;
  word-break: break-all;
}

div.block div.form table th {
  border: 0;
  background-color: #fff;
  padding-right: 10px;
  font-size: 13px;
  text-align: right;
}

@media (width <= 530px) {
  .st-table01 td {
    padding: 8px;
  }
}

div.block div.form table td {
  border: 0;
  font-weight: 400;
  font-size: 13px;
}

a.button.zip {
  margin-top: 3px;
  margin-left: auto;
  width: auto;
}

div.block div.input {
  margin: 5px 0 0;
}

.disabled p {
  margin-top: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-shadow: none;
}

ul.coupon p {
  display: inline;
}

.price-box th p {
  white-space: normal;
  overflow-wrap: break-word;
}

.c-on2 + div p {
  color: #333;
  font-weight: 700;
}

.c-on + div p {
  font-weight: 700;
}

div.block div.input p {
  margin: 0;
}

#tabs {
  position: relative;
  zoom: 1;
  padding: 0.2em;
}

body.t-mymenu .telephone-area ul li {
  display: inline-block;
  width: 80px;
}

.new-signup-input .email li:first-child {
  padding-bottom: 10px;
}

#tabs ul li {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1',EndColorStr='#e7e7e7');
  border: 1px #e9e9e9 solid;
  background: linear-gradient(to bottom, #e1e1e1, #e4e4e4 50%, #e7e7e7 51%, #e9e9e9);
}

#tabs div.mora {
  border-bottom: 3px #b76b6b solid;
}

#tabs div.tame {
  border-bottom: 3px #6c8fb7 solid;
}

.item-ico-abs-2 {
  position: absolute;
  top: -5px;
  left: -5px;
}

.itemicon.new {
  background-color: #ff451f;
}

.itemicon.already {
  background-color: #919191;
}

.itemicon.return {
  background-color: #11b0dd;
}

.itemicon.few {
  background-color: #36f;
}

.itemicon.pet {
  background-color: #d45b07;
}

.itemicon.item-ico-tame {
  background: #319be3;
}

.itemicon.item-ico-mora {
  background: #f25932;
}

div.comment {
  padding: 5px 3px 0;
}

div.comment td.title {
  vertical-align: middle;
  margin: 0;
  background: none;
  padding: 0;
  width: auto;
  color: #000;
  text-align: left;
  text-shadow: none;
}

div.comment td.link {
  width: 100px;
}

div.comment a.button {
  display: block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: auto;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
  border: 1px solid #b5739d;
  border-radius: 0.9em;
  background: #b5739d;
  width: 100px;
  text-align: center;
  text-decoration: none;
}

div.comment a.button p {
  margin-top: 1px;
}

div.comment a.button:hover {
  border: 1px solid #7577b7;
  background: #7577b7;
}

.hb-ms-scedule .hb-ms-ctr h3 {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  width: 82px;
}

div.comment td.title h3 {
  margin: 0;
  padding: 0;
}

div.comment td.note {
  margin: 0;
  padding: 0;
  padding: 3px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 12px;
}

@media (width <= 321px) {
  footer nav ul li a {
    font-size: 12px !important;
  }
}

div.footer {
  margin-top: 5px;
}

.disabled {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#a9a9a9');
  margin-top: 5px;
  box-shadow: none;
  border: initial;
  border-radius: 0.5em;
  background: #a9a9a9;
  background: linear-gradient(to bottom, #ccc, #a9a9a9);
  width: auto;
  height: initial;
  color: #fff;
}

div.mymenu {
  margin-top: 10px;
}

.tab {
  position: relative;
  margin: 50px 0 0;
  width: 700px;
}

.hb-cmn-btn-02 {
  display: block;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 40%);
  border: 1px solid #db1d1a;
  border-radius: 4px;
  background: #e72419;
  background-image: linear-gradient(to bottom, #fc422e, #d50e0e);
  padding: 10px 0 0;
  width: 100%;
  height: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-shadow: none;
}

.hb-cmn-btn-03 {
  display: block;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 40%);
  border: 1px solid #6e6e6e;
  border-radius: 4px;
  background: #949494;
  background-image: linear-gradient(to bottom, #a5a5a5, #b8b8b8);
  padding: 10px 0 0;
  height: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-shadow: none;
}

section h1 {
  margin: 0;
  background-size: 24px 24px;
  padding: 5px 39px;
  font-size: 16px;
}

.hb-ms-date {
  margin: 0;
  border: none;
  padding: 0 15px;
  color: red;
  font-weight: 700;
  font-weight: normal;
  font-size: 14px;
}

.hb-ms-scedule h1 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.25em;
}

.hb-ms-scedule .hb-ms-ctr {
  position: relative;
  padding: 10px 0 5px 92px;
  min-height: 82px;
  font-size: 14px;
}

.hb-ms-scedule .hb-ms-ctr p.hb-ms-detail {
  margin: 0;
  font-weight: 700;
  font-weight: normal;
  line-height: 1.25em;
  line-height: 19px;
}

.hb-ms-scedule .hb-ms-btn {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  line-height: 125%;
}

.pagination {
  margin: 10px auto;
  padding: 0;
  list-style: none outside none;
  text-align: center;
}

.pagination .ui-link {
  color: #fff;
}

.pagination li a.active {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

#page {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body #page {
  height: auto;
}

.page div.footer {
  bottom: 0;
}

body#body {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5ccd4',endColorstr='#cbd2d8',GradientType=1);
  background: #c5ccd4;
  background: linear-gradient(to right, #c5ccd4 0%, #c5ccd4 80%, #cbd2d8 80%, #cbd2d8 100%);
  background-size: 8px 8px;
  background-repeat: repeat;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  display: none;
}

.c-on {
  background-position: left bottom;
}

.c-on2 {
  background-position: left bottom;
}

img.ba {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
  width: 100%;
  max-width: 117px;
  height: auto;
}

.trigger {
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  background-color: #f3f3f3;
  height: 46px;
  text-align: center;
}

div#msgwindow {
  display: none;
  position: absolute;
  z-index: 110;
  box-shadow: 3px 3px 5px 0 #777;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  color: red;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}

p.count {
  font-size: 13px;
  line-height: 20px;
}

.t-media__img span {
  display: block;
  margin-top: 1px;
  background-color: #000;
  padding: 1px 0;
  width: 50px;
  color: #fff;
  font-size: 9px;
  text-align: center;
}

p.count span {
  color: #f30;
  font-weight: 700;
}

body.t-mymenu .menu a:hover,
body.t-mymenu .menu a:focus {
  text-decoration: none;
}

body.t-mymenu .tab-content-1 .pagination li a {
  background-color: #307ee8;
}

#menu a {
  text-decoration: none;
}

#menu li a {
  display: grid;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  padding: 10px 0 10px 15px;
  color: #fff;
  line-height: 1.8;
}

#menu a:hover {
  text-decoration: none;
}

#header nav a:link,
#header nav a:visited,
#header nav a:active,
#header nav a:hover {
  color: #333;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#list ul:last-child {
  border-bottom: 1px solid #ccc;
  padding: 0;
}

div.block p.count {
  font-size: 12px;
}

div.error {
  margin: 10px 0;
  box-shadow: none;
  border-radius: 0;
  background: #ff5024;
  padding: 5px 0 5px 10px;
  color: #fff;
  font-size: 13px;
  text-shadow: none;
}

#recommend p.heading {
  margin: 0;
  padding: 0 13px;
  font-weight: 700;
  font-size: 15px;
}

.delete {
  position: relative;
}

div#header div#alert {
  position: relative;
  margin: 10px;
  border: 2px solid #666;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
}

div#header div#alert::before {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 30px;
  z-index: 1;
  border: 8px solid transparent;
  border-bottom-width: 0;
  border-top-color: #fff;
  width: 0;
  content: "";
}

div#header div#alert::after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 30px;
  border: 8px solid transparent;
  border-bottom-width: 0;
  border-top-color: #666;
  width: 0;
  content: "";
}

.label {
  display: inline-block;
  padding: 0 0.2em;
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  line-height: 14px;
}

.p-masthead {
  position: relative;
  box-sizing: border-box;
  border-bottom: none;
  background-image: none;
  padding: 0;
  width: 100%;
  color: #000;
}

.p-project-list {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  background-color: #f9f9f9;
}

.p-project-lists__thumbnail-wrap {
  position: relative;
}

.p-project-lists__thumbnail-wrap .c-label-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-project-lists__block {
  position: relative;
  padding: 0 5px 5px;
}

.p-project-lists__dl dt {
  margin-top: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 10px;
}

.p-project-lists__dl dd {
  margin-top: 6px;
  font-size: 12px;
  line-height: 12px;
}

@media (width >= 480px) {
  .p-project-lists__dl dd {
    margin-top: 4px;
    font-size: 14px;
    line-height: 14px;
  }
}

.p-project-lists__dl.p-project-lists__dl--tame dt {
  float: left;
  width: 100%;
}

.p-project-lists__dl.p-project-lists__dl--tame dt.sp-top-project-company {
  overflow: hidden;
  font-size: 10px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-project-lists__dl.p-project-lists__dl--tame dt.sp-top-project-sname {
  padding-top: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.1;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-project-lists__dl.p-project-lists__dl--tame dd {
  float: left;
  width: 100%;
}

button {
  appearance: none;
  font-weight: 400;
}

.t-select__layout::before {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  background: #757575;
  background: linear-gradient(to bottom, #a4a4a4 0%, #757575 100%);
  width: 30px;
  height: 30px;
  content: "";
}

.t-button__default,
.t-button__green {
  display: block;
  box-sizing: border-box;
  box-shadow:
    inset 0 1px 1px rgb(255 255 255 / 30%),
    0 0 0 rgb(0 0 0 / 10%),
    0 1px 1px rgb(0 0 0 / 10%);
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  background: #eee;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  padding: 0 10px;
  width: 100%;
  min-width: 250px;
  min-height: 40px;
  color: #333;
  font-size: 14px;
  line-height: 2.4;
  font-family: Arial, sans-serif;
  text-align: center;

  @media (width >= 768px) {
    font-size: 16px;
  }
}

.t-arrow-right::after {
  position: absolute;
  position: relative;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMUJGNTE5MUYyMzBFMzExQTM0NUI2NTVFRUQ3NDQwRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMjIzQTZDNUU0QjcxMUUzQjFFREUzOEZDNkM4Mjk3MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMjIzQTZDNEU0QjcxMUUzQjFFREUzOEZDNkM4Mjk3MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OTU2NmRkMy1hYThmLTQ5MDQtYjVmMC1hNDk4ODE5NzBhM2IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzFCRjUxOTFGMjMwRTMxMUEzNDVCNjU1RUVENzQ0MEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5w0CprAAABMUlEQVR42oTSTytEURjH8XNvyp9sFKEkdpMXYMOOKa9AWWgyi2kmO+5CShHZ3JUsKKUsZTVKyUoWsrBWFuyQBRsbiuH71HPq6XTv9dSnW8+c35znnnOjNE37nXNV1LGNE7y7gkqSxMU81zUwjH1sYcD9UxLsxIfpNdBECW1FQRlzWcO/2h/HFWbQkRds4UAX3eNHf+vDKdbQhSgM+rrGtC5uaU8Wr+rogzYcBxM8oYKVoD+FG0z4cJwxvrzrLsp4NjsP4UJuIy8o9YkXfJlepDfQ4wqOexY7ekC+vvUGzrKC7djEAnpN/w413PopbHAEe5hEt+kf6Z892B18sKyjlcyRy30u4Riv4btIcAPzGDX9RyziUg8q88sZC0JNPZzzvJDfUeZ/w5ze36HuWFh/AgwAe3E6s1GcnDYAAAAASUVORK5CYII=");
  background-size: 7px 8px;
  background-repeat: no-repeat;
  width: 7px;
  height: 8px;
  content: "";
}

.t-arrow-left::after {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(-180deg);
  margin-top: -4px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMUJGNTE5MUYyMzBFMzExQTM0NUI2NTVFRUQ3NDQwRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMjIzQTZDNUU0QjcxMUUzQjFFREUzOEZDNkM4Mjk3MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMjIzQTZDNEU0QjcxMUUzQjFFREUzOEZDNkM4Mjk3MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0OTU2NmRkMy1hYThmLTQ5MDQtYjVmMC1hNDk4ODE5NzBhM2IiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzFCRjUxOTFGMjMwRTMxMUEzNDVCNjU1RUVENzQ0MEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5w0CprAAABMUlEQVR42oTSTytEURjH8XNvyp9sFKEkdpMXYMOOKa9AWWgyi2kmO+5CShHZ3JUsKKUsZTVKyUoWsrBWFuyQBRsbiuH71HPq6XTv9dSnW8+c35znnnOjNE37nXNV1LGNE7y7gkqSxMU81zUwjH1sYcD9UxLsxIfpNdBECW1FQRlzWcO/2h/HFWbQkRds4UAX3eNHf+vDKdbQhSgM+rrGtC5uaU8Wr+rogzYcBxM8oYKVoD+FG0z4cJwxvrzrLsp4NjsP4UJuIy8o9YkXfJlepDfQ4wqOexY7ekC+vvUGzrKC7djEAnpN/w413PopbHAEe5hEt+kf6Z892B18sKyjlcyRy30u4Riv4btIcAPzGDX9RyziUg8q88sZC0JNPZzzvJDfUeZ/w5ze36HuWFh/AgwAe3E6s1GcnDYAAAAASUVORK5CYII=");
  background-size: 7px 8px;
  background-repeat: no-repeat;
  width: 7px;
  height: 8px;
  content: "";
}

.t-arrow-up::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARlJREFUeNpi/P//PwM5gImBTMDS09ODLsYDxOVAnALETUA8nRgbWYHYHYiTgFgCiPOB2JOQRhBbF2qbFFRMBYgrgFgfn0YRIC4CYlMkMWYgtoIaJolNI0hBMhCHYwsHIA4G4mwg5kDXCPJHKlQRCJwF4iogPgzlswFxOhDHImvUAeIyIFaAin0F4kVA3AHEbUB8H8krJUDsA8SMII3FUH8wQhWANC0EYlDK2AE14B1UTg3qElOQxhCoH0HgIDTePiP5cTEQzwLiX1C+JcgyJmiEg8ADIO4G4utA/A9J43cgngLEG4H4N1QsjAlJchIQ7wPiP1hC9ikQt0AD6w8sqL8B8Sqov77jSZ6XgLgPiJWA+Dkj3XMHQIABAJnoNtcCJYDWAAAAAElFTkSuQmCC");
  background-size: 7px 8px;
  background-repeat: no-repeat;
  width: 7px;
  height: 8px;
  content: "";
}

.t-arrow-down::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  background: url("data:image/png;base64,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");
  background-size: 8px 7px;
  background-repeat: no-repeat;
  width: 8px;
  height: 7px;
  content: "";
}

.t-border-top {
  border-top: 1px solid #e2e2e2;
}

.t-arrow-right {
  position: relative;
}

.t-arrow-left {
  position: relative;
}

.t-arrow-up {
  position: relative;
}

.t-arrow-down {
  position: relative;
}

#browser,
.browser {
  display: none;
}

.t-head {
  margin-top: 10px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 3px;
}

.t-head__text {
  padding-left: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
}

.t-crosshead {
  position: relative;
  margin-top: 32px;
  border-top: 2px solid #f76b1f;
  border-bottom: 2px solid #e2e2e2;
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  background-color: #f8f8f8;
  width: 100%;
  min-height: 35px;
}

.t-crosshead__inner {
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.t-crosshead__text {
  padding-left: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.3;
  text-align: center;
}

.t-subhead {
  margin-top: 10px;
  border-top: 1px solid #fceae0;
  border-bottom: 1px solid #fceae0;
  background: #fffaec;
}

.t-subhead__text {
  padding: 3px 10px 2px;
  line-height: 1.5;
}

.t-column-head {
  margin-top: 15px;
}

.t-column-head__text {
  position: relative;
  padding: 0 0 0 1.2em;
  font-size: 14px;
  line-height: 1.2;
}

.t-column-head__text::before {
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 7px;
  background: #004098;
  background-color: #f76b1f;
  width: 10px;
  height: 10px;
  content: "";
}

.t-text em {
  background: #ffe0cf;
}

.t-text__middle {
  font-size: 14px;
  overflow-wrap: break-word;
}

.t-text__small {
  font-size: 12px;
  overflow-wrap: break-word;
}

.t-text__ex {
  margin-top: 5px;
  color: #666;
  font-size: 10px;
  word-break: break-all;
  overflow-wrap: break-word;
}

.t-caption {
  color: #666;
  font-size: 10px;
}

.t-caption__text {
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
}

.t-caption__text::before {
  position: absolute;
  left: 0;
  content: "\203b";
}

.t-button {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 320px;
}

.t-button__default i,
.t-button__green i {
  margin: -2px 8px 0 0;
}

a.t-button__default,
a.t-button__green {
  line-height: 2.4;
}

a.t-button__small-text {
  font-size: 12px;
  line-height: 3.3;
}

.t-button__green {
  border: 1px solid #9fc777;
  border: none;
  background: #4a9a00;
  background: linear-gradient(to bottom, #8bda00 0%, #4a9a00 100%);
  color: #fff;
  font-size: inherit;
  line-height: 2.9 !important;
}

a.t-button__green {
  color: #fff;
}

.t-button__group.t-button--disable {
  border-spacing: 10px 0;
}

.t-button--disable {
  outline: 0;
  color: #b9b9b9;
}

.t-button__group {
  display: flex;
  box-sizing: content-box;
}

.t-select__layout {
  position: relative;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  height: 31px;
}

.t-select__layout::after {
  position: absolute;
  top: 11px;
  right: 10px;
  border: 5px solid transparent;
  border-top: 9px solid #fff;
  width: 0;
  height: 0;
  content: "";
}

.t-select__select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  content: "";
}

.t-checkbox input[type="checkbox"] {
  display: none;
}

.t-checkbox__item + label {
  display: block;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 2px;
  padding: 8px 15px 5px;
  line-height: 1.2;
}

.t-checkbox__item + label::before {
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border: 1px solid #a4a4a4;
  border-radius: 2px;
  background: #fff;
  width: 22px;
  height: 22px;
  content: "";
}

.t-checkbox__item:checked + label::after {
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -5px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMUJGNTE5MUYyMzBFMzExQTM0NUI2NTVFRUQ3NDQwRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGM0I1MDNDM0VBRTExMUUzOEY3RUUxNThGNzNGRTFEMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGM0FGMzc0N0VBRTExMUUzOEY3RUUxNThGNzNGRTFEMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiYWRkYzkxYi0zNDAzLTQ4YzAtODRjNC1mOTk2MmM0MGY4OGEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzFCRjUxOTFGMjMwRTMxMUEzNDVCNjU1RUVENzQ0MEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6oo7NYAAABWElEQVR42rRWi22DQAwlpw5wIzAClRig3QA2SDZIJ2gyQdmAdIJ2gzAAUhkhI7ABfZZ8kuM6HAnXJ1nC6PDzPX/EZpqmLKAsy2wN+r6nGDkeP2Bv8C8uS48vWAX7AVmVlAABKfOCXQ97T0nwAturd7tUBJ6lkaAaDC6h7l743wje0EMKgj3LEzCSNMFZS1BwS0rUyH5MQWDpfkTwTr5wosUqpWMMlHku/AHBD/qQ4+AtZ3NeSLJlk7rX1kHHw7EVmraR4LmhOxX1YhLAPjmDgCpColvyRG1567CjYaChiEggdS+k7sa3f2sAkpNxsFUk5ipQt7cJmKTh61oZm6uAbzCLJyMjz3UIvX7mAl6tAlizpJetQdupzLzS/WoVPEJAAV5vtR33+7iGQA6ODnSEdffsk7ldNKjpJP9w78KKLbtOtGL9yEZcsk2pdZ9najKLjfxt+Q/8CjAALb5hWW7RnrEAAAAASUVORK5CYII=")
    no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  content: "";
  font-size: 15px;
}

.t-radio input[type="radio"] {
  display: none;
}

.t-radio label {
  display: block;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 2px;
  padding: 8px 15px 5px;
  line-height: 1.2;
}

.t-radio label::before {
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border: 1px solid #a4a4a4;
  border-radius: 22px;
  background: #fff;
  width: 22px;
  height: 22px;
  content: "";
}

.t-radio input[type="radio"]:checked + label::after {
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  border-radius: 10px;
  background: #333;
  width: 10px;
  height: 10px;
  content: "";
}

.t-form__input {
  margin-top: 10px;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  background: #fff;
  height: 30px;
  overflow: hidden;
}

.t-table__block {
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
  width: 100%;
}

.t-table__block tbody td.p-0 {
  padding: 0;
}

.t-media {
  border-bottom: 1px solid #e2e2e2;
}

.t-media__inner {
  zoom: 1;
  padding: 10px;
  overflow: hidden;
}

.t-media__body {
  overflow: hidden;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.t-media__body-title {
  font-weight: 700;
}

.t-accordion__title {
  border-bottom: 1px solid #e2e2e2;
  padding: 8px 25px 8px 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.t-accordion__items {
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.4;
}

.t-accordion__item {
  padding: 10px;
  font-size: 14px;
}

.t-bx__viewport {
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 16px;
}

.p-registration-info-edit {
  border: 1px solid #ddd;
}

.p-registration-info-edit__block {
  padding: 20px;
}

.p-registration-info-edit .delete {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #d9534f;
  padding: 5px 20px;
  max-width: 120px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.js-menu__link,
.js-submenu__link {
  position: relative;
}

.js-menu__link::after,
.js-submenu__link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "\f13a";
  color: #666;
  font-weight: 900;
  font-family: "Font Awesome 5 Free", sans-serif;
}

.js-menu__link.active::after,
.js-submenu__link.active::after {
  content: "\f139";
}

* .min {
  display: none;
}

@media (width <= 530px) {
  * .min {
    display: block;
  }
}

.sp-min {
  display: none;
}

@media (width <= 639px) {
  .sp-min {
    display: block;
  }
}

header {
  position: relative;
  z-index: 8;
  background: #fff;
  width: 100%;
}

@media (width <= 1614px) {
  header {
    margin: 0 auto;
    max-width: 1255px;
  }
}

#menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(250px);
  z-index: 10;
  transition: transform 0.3s ease-in-out;
  background-color: #004098;
  width: 100%;
  max-width: 250px;
  height: 100%;
  font-size: 14px;
}

#menu.open {
  transform: translate(0);
}

#menu .menu-close {
  display: none;
  position: absolute;
  top: 7px;
  left: -40px;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

#menu.open .menu-close {
  display: block;
}

#menu-btn {
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  border: none;
  background: url("../images/btn-hbg.png");
  background-size: contain;
  background-color: transparent;
  padding-top: 34px;
  padding-right: 0;
  padding-left: 0;
  width: 48px;
  height: 51px;
  color: #fff;
  font-size: 10px;
  text-align: center;

  @media (width >= 768px) {
    padding-top: 36px;
    width: 58px;
    height: 62px;
  }
}

.menu-background {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.3s ease-in-out;
  background-color: rgb(0 0 0 / 50%);
  width: 0;
  height: 0;
  content: "";
}

.menu-background.open {
  opacity: 1;
  width: 100%;
  height: 100%;
}

body.is-drawer-open {
  overflow: hidden;
}

#menu .menu__item {
  padding-bottom: 0;
  padding-left: 0;
}

#menu .menu__item .menu__link {
  display: block;
  cursor: pointer;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  background: none;
  background-color: transparent;
  padding: 10px 0 10px 15px;
  width: 100%;
  color: #fff;
  font: inherit;
  line-height: 1.8;
  text-align: left;
}

#menu .menu__item .menu__link::after {
  margin-left: 8px;
  content: "\f13a";
  color: #fff;
  font-weight: 900;
  line-height: 1;
  font-family: "Font Awesome 5 Free", sans-serif;
}

#menu .menu__item .menu__link.on::after {
  content: "\f139";
  font-weight: 900;
}

#menu .menu__item .submenu {
  background: #fff;
}

#menu .menu__item .submenu li {
  border-bottom: 1px solid #004098;
  color: #004098;
}

#menu .menu__item .submenu li:last-child {
  border-bottom: none;
}

#menu .menu__item .submenu li.t-sidemenu-sub-ttl {
  background: #d8e4f4;
  padding: 10px 0 10px 15px;
  font-weight: bold;
}

#menu .menu__item .submenu a {
  color: #004098;
}

.select-box {
  margin: 10px;
}

input[type="text"] {
  appearance: none;
}

.select-area label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  border-radius: 2px;
  padding: 10px 20px;
  color: #3e4956;
  font-size: 14px;
  line-height: 1;
}

.sp-header-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  background-color: #fff;
  height: 51px;
}

@media (width >= 768px) {
  .sp-header-menu {
    height: 62px;
  }
}

.sp-header-menu-component {
  position: absolute;
  top: 0;
}

.sp-header-menu-component-hbg {
  right: 0;
}

.p-masthead__nav-item {
  color: #004098;
  font-weight: bold;

  &.is-active {
    border-bottom: 3px solid #004098;
  }
}

@media (width <= 639px) {
  .heading.xx-large.enclosing-btn {
    padding-right: 0;
    padding-left: 35px;
  }
}

@media (width <= 530px) {
  .heading__sub-title {
    display: block;
    padding-right: 0;
  }
}

.row {
  overflow: hidden;

  @media (width <= 959px) {
    margin: 0;
  }
}

.row::after {
  clear: none;
}

.price-bgbox {
  margin: 20px auto 0;
  background-color: #fef8f3;
  padding: 40px;

  @media (width <= 639px) {
    padding: 10px;
  }
}

.c-form__select::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-width: 12px 8px 0;
  border-style: solid;
  border-color: #8b8b8b transparent transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
}

.c-form__select {
  position: relative;
}

.txt-alert {
  padding: 10px 0 0;
  color: red;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.p-card__detail .badge.card-badge {
  height: auto;
}

@media (width <= 639px) {
  .heading.xx-large .ico-wrap {
    width: 38px;
  }

  .heading.xx-large .ico-wrap img {
    height: 26px;
  }
}

@media (width <= 530px) {
  body.toppage .heading.xx-large.enclosing-btn {
    padding-left: 45px;
  }

  body.toppage .heading.xx-large .ico-wrap {
    top: 3px;
    width: 46px;
  }

  body.toppage .heading.xx-large .ico-wrap img {
    height: 39px;
  }
}

ul.coupon label {
  padding: 0.5em 0.5em 0.5em 0;
}

ul.coupon em {
  margin-left: 0.5em;
  color: #f76b1f;
}

.select-area input[type="text"],
.select-area input[type="password"],
.select-area input[type="tel"] {
  display: block;
}

ul.coupon input[type="text"] {
  margin: 0.5em 0 0.5em 1.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 1em;
}

ul.coupon input:checked + p {
  font-weight: bold;
}

#input-coupon-code {
  display: inline-block;
  margin: 0.5em 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  width: auto;
  height: 34px;
  line-height: 1.4286;
}

.c-section-heading {
  display: flex;
  align-items: center;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  background: #eee;
  padding: 6px 10px;
  font-weight: normal;
}

.checkbox::before {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s linear;
  margin-top: -7px;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  width: 7px;
  height: 11px;
  content: "";
}

body.item-apply .checkbox::before {
  top: 65%;
  left: 17px;
  transition: none;
}

.checkbox::after {
  position: absolute;
  top: 50%;
  left: 10px;
  transition: border-color 0.2s linear;
  margin-top: -10px;
  border: 1px solid #a4a4a4;
  border-radius: 6px;
  width: 22px;
  height: 22px;
  content: "";
}

body.item-apply .checkbox::after {
  top: 60%;
}

.item-part .t-column-head__text::before {
  background-color: #004098;
}

.st-table01 .form-control {
  display: inline-block;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-image: none;
  background-color: #fff;
  padding: 6px;
  width: 100%;
  height: 34px;
  color: #555;
  font-size: 14px;
  line-height: 1.4286;
}

body.item-confirm .t-radio {
  padding: 0;
}

body.t-mymenu .sub-tab-box {
  border-bottom: #004098 solid 8px;
  width: 100%;
  height: 50px;
}

body.t-mymenu :is(.p-mymenu-main-tab, .p-mymenu-sub-tab) {
  display: flex;
  margin-top: 10px;
  width: 100%;
  list-style: none;
  text-align: center;
}

body.t-mymenu .p-mymenu-main-tab__item {
  cursor: pointer;
  border: 3px solid #004098;
  border-bottom: 8px solid #004098;
  border-radius: 0;
  background-color: #fff;
  padding: 10px;
  padding: 0;
  width: 50%;
  height: 100%;
  color: #004098;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
}

@media (width <= 639px) {
  body.t-mymenu .p-mymenu-main-tab__item {
    padding: 4px;
    font-size: 13px;
    line-height: 17px;
  }
}

body.t-mymenu .p-mymenu-main-tab__item:last-child {
  border-left: none;
}

body.t-mymenu .p-mymenu-sub-tab__item {
  cursor: pointer;
  border: #004098 solid 3px;
  border-bottom: #004098 solid 8px;
  border-radius: 0;
  background-color: #fff;
  padding: 2px 0 8px;
  width: 50%;
  height: 50px;
  color: #004098;
  font-size: 15px;
  line-height: 36px;
}

@media (width <= 639px) {
  body.t-mymenu .p-mymenu-sub-tab__item {
    padding: 5px 0 8px;
    font-size: 13px;
    line-height: 1.3;
  }
}

body.t-mymenu .p-mymenu-sub-tab__item:last-child {
  border-left: #004098 solid 3px;
}

body.t-mymenu .p-mymenu-main-tab__item.is-active,
body.t-mymenu .p-mymenu-sub-tab__item.is-active {
  background-color: #004098 !important;
  color: #fff !important;
}

body.t-mymenu .tab-content {
  display: none;
  clear: both;
  padding-top: 20px;
  width: 100%;
}

body.t-mymenu .tab-content-1 {
  padding-top: 1px;
}

body.t-mymenu .is-active {
  display: block;
}

body.t-mymenu .p-registration-info-edit {
  margin-top: 10px;
}

body.t-mymenu .js-submenu__link::after {
  content: "\f13a";
  font-weight: 900;
  font-family: "Font Awesome 5 Free", sans-serif;
}

body.t-mymenu .js-submenu__link.active::after {
  content: "\f139";
  font-weight: 900;
  font-family: "Font Awesome 5 Free", sans-serif;
}

body.t-mymenu .t-column-head:first-child {
  margin-top: 0;
}

body.t-mymenu .t-column-head__text::before {
  background-color: #004098;
}

.hb-ms-scedule .schedule-box {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
}

@media (width <= 639px) {
  body.t-mymenu .tab-content-1 .schedule-box {
    width: 100%;
  }
}

body.t-mymenu .tab-content-1 .schedule-box .hb-cmn-btn-02 {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbed00), color-stop(1, #efe200));
  padding: 0;
  color: #333;
  line-height: 30px;
}

body.t-mymenu .tab-content-1 .schedule-box .hb-cmn-btn-03 {
  border: none;
  background: linear-gradient(to bottom, #b9b9b9, #aeaeae);
  padding: 0;
  color: #fff;
  line-height: 30px;
}

body.t-mymenu .tab-content-1 .pagination li a.active {
  background-color: #fff;
}

body.t-mymenu .sub-tab-content {
  display: none;
}

body.t-mymenu .sub-tab-content.is-active {
  display: block;
}

.hb-ms-scedule {
  display: grid;
  gap: 16px;

  @media (width >= 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hb-ms-scedule .schedule-box .userinfo-box {
  padding: 0 15px;
}

.hb-ms-scedule .schedule-box .btn-box {
  margin-top: auto;
  padding: 0 15px 10px;
}

.t-accordion__title:hover {
  cursor: pointer;
}

.t-support-menu__wrapper {
  padding-bottom: 40px;
}

.t-button__green:hover {
  text-decoration: none;
}

.t-button__blue {
  display: block;
  margin: auto;
  border: none;
  background: #307ee8;
  background: linear-gradient(to bottom, #4188e8, #307ee8);
  line-height: 1.2;
}

.t-button__default {
  display: block;
  margin: auto;
  box-shadow: none;
}

.t-point-border {
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #e53e3e;
}

.t-point__point {
  display: inline;
  color: #e53e3e;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

@media (width <= 639px) {
  .t-point__point {
    display: block;
    margin-top: 8px;
  }
}

.t-point__point-num {
  font-size: 30px;
  font-family: sans-serif;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 51px;
  min-height: 100vh;

  &.is-no-navbar {
    padding-top: 0;
  }
}

@media (width >= 768px) {
  .body-wrapper {
    padding-top: 62px;

    &.is-no-navbar {
      padding-top: 0;
    }
  }
}

footer {
  margin-top: auto;
}

.l-footer {
  background: #004098;
  width: 100%;
  color: #fff;
  font-size: 10px;
}

.l-footer__nav,
.l-footer__related-links {
  margin: auto;
  padding: 0 10px;
  max-width: 1370px;
  overflow: hidden;
  text-align: center;
}

.l-footer__nav-item,
.l-footer__related-links-item {
  display: inline-block;
  margin: 10px 10px 0 0;
  border-right: 1px dotted #efefef;
  padding-right: 10px;
  height: 15px;
}

.l-footer__nav {
  margin-bottom: 5px;
  padding: 0;
  font-size: 14px;
}

@media (width <= 530px) {
  .l-footer__nav {
    font-size: 11px;
  }
}

.l-footer__nav-item {
  margin-right: 0;
  padding-right: 0;
  width: 7em;
  text-align: center;
}

.l-footer__related-links {
  margin: 0 auto;
  max-width: 425px;

  @media (width >= 768px) {
    max-width: none;
  }
}

.l-footer__related-links-item:nth-child(2),
.l-footer__related-links-item:nth-child(4) {
  border-right: none;

  @media (width >= 768px) {
    border-right: 1px dotted #efefef;
  }
}

.l-footer__copyright {
  box-sizing: border-box;
  margin-top: 10px;
  background: #002d6b;
  padding-top: 8px;
  padding-bottom: 10px;
  height: 28px;
  text-align: center;
}

.c-button {
  display: grid;
  place-items: center;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: 4px;
  width: 100%;
  max-width: 640px;
  height: 40px;
  text-align: center;

  &.c-button--orange {
    background: #f76b1f;
    color: #fff;
  }

  &.c-button--review {
    background: #fff100;
    color: #000;
  }

  &.c-button--confirm,
  &.c-button--auth-tel {
    background: #1b94d3;
    color: #fff;
  }

  &.c-button--correct {
    border: 1px solid #1b94d3;
    background: #fff;
    color: #1b94d3;
  }

  &.c-button--gray {
    position: relative;
    background-color: #e5e5e5;
    width: 100%;

    &::before {
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translateY(-50%);
      background-image: url("../images/arrow03.png");
      background-size: contain;
      background-color: #e5e5e5;
      width: 10px;
      height: 16px;
      content: "";
    }
  }
}

.c-item-visual {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
  height: auto;
}

.fs-15 {
  font-size: 12px;
}

.fs-16 {
  font-size: 12px;
}

.fs-18 {
  font-size: 18px;
}

.br {
  border-right: 1px dotted #e5e5e5;
}

.monitor-attention__box {
  margin-top: 16px;
  border-radius: 8px;
  background-color: #fceae0;
  padding: 16px;
}

.c-heading {
  background: #ededed;
  padding: 10px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}

.c-drawer-category {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 4px;
}

.enq-section-heading {
  background: #fffad9 !important;
}

.select-area label::before {
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border: 1px solid #a4a4a4;
  border-radius: 22px;
  background: #fff;
  width: 22px;
  height: 22px;
  content: "";
}

.select-area input[type="radio"]:checked + label::after {
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-radius: 10px;
  background: #333;
  width: 10px;
  height: 10px;
  content: "";
}

.telephone-area .t-form__input {
  margin-right: 8px;
}

.t-table {
  padding: 10px;
  font-size: 12px;

  @media (width >= 768px) {
    font-size: 14px;
  }
}

.checkbox {
  display: block;
  position: relative;
  vertical-align: middle;
  transition: background-color 0.2s linear;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0 20px 8px 0;
  border-radius: 8px;
  padding: 12px 12px 2px 42px;
  font-size: 14px;
}

input[type="checkbox"]:checked + .checkbox::before {
  opacity: 1;
}

.p-item-detail {
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e2e2e2;
  max-width: 640px;
}

.cost-em {
  color: #f76b1f;
}

.review-line {
  vertical-align: top;
  margin: 10px 0;
  border-top: 1px solid #ccc;
}

.review-text {
  margin-bottom: 5px;
  font-size: 85%;
}

.comment {
  background-color: #fff100;
  color: #000;
}

.family-balloon {
  position: relative;
  box-sizing: border-box;
  margin: 32px auto 20px;
  border-radius: 4px;
  background-color: #e8e5d6;
  padding: 10px;
  width: 100%;
  max-width: 640px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.family-balloon::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 5px 0;
  border-style: solid;
  border-color: #e8e5d6 transparent transparent;
  width: 0;
  height: 0;
  content: "";
}

.c-balloon {
  position: relative;
  margin-top: 4px;
  border-radius: 2px;
  background: #f76b1f;
  padding: 2px 4px;
  width: fit-content;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.c-balloon::after {
  position: absolute;
  top: 50%;
  top: -4px;
  right: 100%;
  left: 10px;
  margin-top: 0;
  border-width: 0 3px 4px;
  border-style: solid;
  border-color: rgb(247 107 31 / 0%);
  border-color: transparent transparent #f76b1f;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
}

.c-grid--row {
  margin-top: 1px;
  margin-left: 1px;
}

.c-grid--col {
  margin-top: -1px;
  margin-left: -1px;
}

.comment-textarea {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  height: 150px;
  font-size: 14px;
  line-height: 1.3;
}

.p-order-confirm__page-alert {
  margin-top: 16px;
  margin-bottom: 12px;
  border: 1px solid red;
  padding: 15px;
  color: red;
  font-size: 13px;
  text-align: center;
}

.p-order-confirm__tradelaw-box {
  border: solid;
  border-color: red;
  padding: 1rem;
  color: red;
  font-size: 12px;

  @media (width >= 768px) {
    font-size: 14px;
  }
}

.p-order-confirm__tradelaw-title {
  margin-bottom: 15px;
  font-weight: bold;
}

.p-order-confirm__tradelaw-text {
  margin-bottom: 0.5rem;
}

.p-order-confirm__tradelaw-text--lg {
  margin-bottom: 2rem;
}

.p-order-confirm__bottom-text {
  margin-top: 0;
}

.p-order-confirm__error {
  color: red;
  text-align: center;
}

.sr-only {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.c-section-heading__title {
  display: flex;
  flex-grow: 1;
  align-items: center;
  box-sizing: border-box;
  padding-right: 3px;
  min-width: 0;
}

.t-table .t-table__block {
  margin: 0 auto;
  border: 1px solid #e2e2e2;
}

.monitor-text__red {
  color: #d90000;
}

.cell-strong {
  background: #fffad9 !important;
  color: #f76b1f !important;
}

.heading-ttl {
  margin: 0;
  padding: 20px 0;
  color: #343434;
  font-weight: normal;
  font-size: 21px;
  text-align: center;
}

.select-area {
  padding-bottom: 20px;
}

.form-ttl {
  margin-bottom: 20px;
  background: #f3f3f3;
}

.element-ttl {
  display: inline;
  vertical-align: middle;
  margin-left: 5%;
  padding-right: 4px;
  color: #343434;
  font-weight: normal;
  font-size: 16px;
  line-height: 38px;
}

.required {
  display: inline;
  border-radius: 6px;
  background-color: #1d2088;
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
}

.input-area {
  margin-left: 5%;
}

.side-text {
  font-size: 13px;
}

.new-signup-input .sexs li input[type="radio"]:checked + label::after {
  position: absolute;
  top: 53%;
  left: -11px;
  margin-top: -9px;
  border-radius: 14px;
  background: #333;
  width: 14px;
  height: 14px;
  content: "";
}

.new-signup-input .sexs li label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  border-radius: 2px;
  padding: 10px 20px;
  color: #3e4956;
  line-height: 1;
  text-align: left;
}

.new-signup-input .sexs li label::before {
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -17px;
  border: 1px solid #a4a4a4;
  border-radius: 22px;
  background: #fff;
  width: 32px;
  height: 32px;
  content: "";
}

.new-signup-input .birthday li::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 20;
  margin: -2px -3px 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #5a5a5a;
  width: 0;
  height: 0;
  content: "";
}

.new-signup-input .submit-area {
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
}

.new-signup-input .submit-area a.c-button {
  display: grid;
  place-items: center;
  text-decoration: none;
}

.new-signup-input__complete-message {
  margin: 16px 0;
  color: #343434;
  font-size: 16px;
}

.sync-address-btn {
  cursor: pointer;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  background: #f3f3f3;
  padding: 8px 20px;
  color: #343434;
  font-size: 14px;
  line-height: 1.5;
}

.sync-address-btn:hover {
  background: #e8e8e8;
}

.u-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.u-text-ellipsis {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.u-indent-2 {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.u-img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-anchor-blue:link,
.u-anchor-blue:visited,
.u-anchor-blue:hover {
  color: #0085c3;
}
