*,
*::before,
*::after {
  transition: .3s;
}

@font-face {
  font-family: "Yu Mincho";
  src: url("../fonts/YuMincho-Regular.woff2") format("woff2"),
  url("../fonts/YuMincho-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yu Mincho";
  src: url("../fonts/YuMincho-Demibold.woff2") format("woff2"),
  url("../fonts/YuMincho-Demibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.ecz-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

a:hover {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

body {
  font-family: "Yu Mincho";
  font-size: 16px;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

body.js-mobile-menu-open {
  overflow: hidden;
  height: 100%;
}

/* Title common */
.ecz-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ecz-title .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
}

.ecz-title .sub-title {
  white-space: pre-line;
  text-align: center;
  line-height: 1.5;
}

.ecz-heading {
  font-size: 20px;
  font-weight: bold;
  padding: 0.75rem 0;
}

.ecz-btn {
  height: 36px;
  border: none;
  outline: none;
  border-radius: 2px;
  font-size: 22px;
  cursor: pointer;
  padding: 0px 12px;
  color: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6rem;
  background-color: white;
}

.ecz-btn-normal {
  border: 1px solid #ddd;
  padding: 25px 0;
  width: 100%;
}

.ecz-btn-back img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  height: 10px;
  margin-right: 10px;
}

.ecz-btn-next img {
  height: 10px;
  margin-left: 10px;
}

.ecz-btn-black {
  display: flex;
  width: 10rem;
  height: 2rem;
  margin: 3rem auto;
  padding: 1.5rem 0;
  background: black;
  color: white;
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
.ecz-btn-black {
  height: 4.5rem;
}
.ecz-cate-menu ul li a {
  font-size: 13px;
  font-weight: 700;
}
}

@media print, screen and (min-width: 992px) {
.ecz-heading {
  font-size: 24px;
}
}

@media print, screen and (min-width: 1200px) {
.ecz-title .title {
  font-size: 40px;
  font-weight: bold;
}
}
.w-mode_rl {
  writing-mode: tb-rl;
}

.breadcrumb {
  background: none;
}

.ecz-w-s-nowrap {
  white-space: nowrap;
}

@page {
  margin: 0;
}

@media print {
#ecz-menu {
  display: none !important;
}
}