@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.jost {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.reem-kufi {
  font-family: "Reem Kufi", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ▼▼▼ ストアについて
======================================================*/
header #site_title {
  padding-left: 20px;
}
header #site_title img {
  width: 113.57px;
}
header #site_title a:first-of-type {
  display: none;
}

.subject {
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/ttl_group_bg.jpg) no-repeat center/cover;
}

.inner_bg {
  background: url(https://es.dailyservice.co.jp/assets/Expo2025JRWG/img/about/bg.jpg) no-repeat center top/600px;
  padding-top: 40px;
}

.main_wrap {
  color: #3B3938;
}

.read {
  padding: 0 45px 5px;
  line-height: 1.93;
}

.item_wrap {
  margin-top: 30px;
  position: relative;
}
.item_wrap::before, .item_wrap::after {
  content: "";
  position: absolute;
  left: 20px;
}
.item_wrap::before {
  background: #0065B1;
  width: 20px;
  height: 100%;
  top: 0;
}
.item_wrap::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #0065B1 transparent transparent transparent;
  bottom: -8px;
}
.item_wrap .item {
  width: calc(100% - 30px);
  margin-left: auto;
  position: relative;
}
.item_wrap .item::before {
  content: "";
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 14px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50px;
  left: -33px;
}
.item_wrap .item .box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 30px 20px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.item_wrap .item.now::before {
  background: #E60012;
}
.item_wrap .item:not(:first-of-type) {
  margin-top: 30px;
}
.item_wrap .item_ttl {
  border-top: 3px solid #0065B1;
  border-bottom: 3px solid #0065B1;
  padding: 10px 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  position: relative;
}
.item_wrap .item_ttl::before, .item_wrap .item_ttl::after {
  content: "";
  background: #E60012;
  width: 15px;
  height: 3px;
  position: absolute;
}
.item_wrap .item_ttl::before {
  top: -3px;
  right: 0;
}
.item_wrap .item_ttl::after {
  bottom: -3px;
  left: 0;
}
.item_wrap .item .img {
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.item_wrap .item p {
  font-size: 13px;
  line-height: 1.92;
}