@font-face {
  font-family: "notosansjp";
  font-display: swap;
  src: url("/css/font/notosansjp-subset.woff2") format("woff2"), url("/css/font//notosansjp-subset.woff") format("woff"), url("/css/font/notosansjp-subset.ttf") format("truetype");
}
.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #content {
    width: 100%;
  }
}

main * {
  font-family: "notosansjp", sans-serif;
  box-sizing: border-box;
}

.breadcrumbList {
  font-size: 1rem;
}
.breadcrumbList a {
  color: #0077ff;
}
.breadcrumbList a:hover {
  text-decoration: underline;
}

#mainContent .pageTitle {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 1rem;
}
#mainContent .pageTitle img {
  width: 30px;
  height: 27px;
}
#mainContent .pageTitle h1 {
  font-size: 23px;
}

.img_box {
  margin-top: 1rem;
}
.img_box img {
  width: 100%;
  height: auto;
}

#eye-catch p {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}

.ticket-top-order-method {
  padding: 1rem 1.2rem;
  position: relative;
}
.ticket-top-order-method .products {
  background-color: #fff;
  box-shadow: 1px 1px 4px #555;
  display: grid;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .ticket-top-order-method .products {
    padding: 0.25rem;
  }
}
.ticket-top-order-method .products .product-item {
  position: relative;
}
.ticket-top-order-method .products .product-item a:hover {
  opacity: 0.5;
}
.ticket-top-order-method .products .product-item img {
  width: 100%;
  height: auto;
  display: block;
}
.ticket-top-order-method .products .product-item .product-link {
  position: absolute;
  width: 180px;
  height: fit-content;
  padding: 3px;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  border: 3px solid orange;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: inset 1px 1px 1px #fff;
}
.ticket-top-order-method .products .product-item .product-link.invoice-link {
  left: 10px;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .ticket-top-order-method .products .product-item .product-link {
    width: 130px;
    font-size: 0.875rem;
    padding: 3px;
    line-height: 1;
  }
}

#ticket-top-order_web {
  padding: 1rem;
  background-color: #6aa9ff;
}
#ticket-top-order_web .flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#ticket-top-order_web h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  flex-shrink: 0;
  color: #fff;
  padding-bottom: 5px;
}
#ticket-top-order_web .products {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  #ticket-top-order_web .products {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
#ticket-top-order_web .products.receipt {
  grid-template-columns: repeat(1, 1fr);
}
#ticket-top-order_web .products .product-link {
  transform: unset;
  left: unset;
  right: 1rem;
}

.mydesign-banner {
  width: 100%;
  margin: 2rem 0 3rem;
  background: #ffffff;
  border: 2px solid #669ad1;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
.mydesign-banner:hover {
  border-color: #0056b3;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.25);
  opacity: 0.5;
  transition: all 0.2s ease;
}
.mydesign-banner .mydesign-banner-link {
  display: flex;
  text-decoration: none;
  color: #495057;
}
@media screen and (max-width: 768px) {
  .mydesign-banner .mydesign-banner-link {
    flex-direction: column;
  }
}
.mydesign-banner .mydesign-banner-image {
  width: 200px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mydesign-banner .mydesign-banner-image {
    width: 100%;
    height: 100px;
  }
}
.mydesign-banner .mydesign-banner-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #b7edfd;
}
.mydesign-banner .mydesign-banner-title {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000000;
}
.mydesign-banner .mydesign-banner-subtitle {
  font-size: 14px;
  margin-bottom: 6px;
  color: #007bff;
}
.mydesign-banner .mydesign-banner-description {
  font-size: 14px;
  color: #333;
}

h2.guide-title {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}

.guide-flex-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1rem auto 0;
  width: calc(100% - 2rem);
}
@media screen and (max-width: 768px) {
  .guide-flex-box {
    flex-direction: column;
  }
}
.guide-flex-box-left {
  flex-shrink: 0;
  width: 180px;
}
.guide-flex-box-left img {
  width: 100%;
  height: auto;
}
.guide-flex-box-right {
  flex: 1;
}
.guide-flex-box-right h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #00a0ea;
  padding-bottom: 2px;
  border-bottom: 1px solid #00a0ea;
  width: fit-content;
  margin-bottom: 10px;
}
.guide-flex-box-right p {
  font-size: 14px;
  color: #000;
}

.order-step-arrow {
  text-align: center;
}
.order-step-arrow img {
  width: 60px;
  height: 60px;
}

li.footmenu_top {
  height: 27px;
}

@media screen and (max-width: 768px) {
  .mb-display-none {
    display: none;
  }
}/*# sourceMappingURL=ticket-easy-webedit.css.map */