html{scroll-behavior:smooth}
body {
  background-color: #efefef;
}
.mb-32 {
  margin-bottom: 32px;
}

.mb-8 {
  margin-bottom: 8px!important;
}
.mb-12 {
  margin-bottom: 12px!important;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.header_title {
  color: #FFFFFF;
  background-color: #0061FA;
  padding: 16px 25px;
  height: 56px;
  line-height: 24px;
}

.header_title h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.header_subtitle {
  color: #0061FF;
  background-color: #F3F6FF;
  padding: 24px 25px 16px 25px;
  height: 56px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.header_subtitle h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.header_subtitle_list {
  color: #0061FF;
  background-color: #F3F6FF;
  padding: 16px 16px;
  height: 192px;
}

.header_subtitle_list li {
  background-color: #FFFFFF;
  padding: 12px;
  height: 48px;
  margin: 8px 0px;
  border: 1px solid #E2E8FE;
  border-radius: 8px;
  font-weight: bold;
  list-style:none;
}

.header_subtitle_list a {
  text-decoration: none;
}

.detail_list {
  color: #0061FF;
  background-color: #FFFFFF;
}

.detail_list li {
  background-color: #FFFFFF;
  padding: 12px;
  border: 1px solid #E2E8FE;
  border-radius: 8px;
  font-weight: bold;
  list-style:none;
}

.detail_list li p {
  height: 24px;
  line-height: 24px;
}

.detail_list a {
  text-decoration: none;
}

.background-gray-info {
  background: rgba(242,242,242,1);
  padding: 12px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
}

.background-gray-info div {
  margin-right:5px
}

.background-gray-info div p {
  margin-bottom: 0px;
}

.display-flex p {
  margin-right:4px
}

.background-gray-info img {
  width: 20px;
  height: auto;
}

.fixed {
    position: fixed;
    top: 0;
    /* left: 0; */
    width: 100%;
    max-width: 375px;
    margin: auto;
    z-index: 1000;
    /* background-color: #fff; 固定時の背景色 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 見やすいようにシャドウを追加 */
}


.main.list-group {
  border-radius: 0;
}

.main .list-group-item {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 12px;
  padding-bottom: 8px;
  border-top: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.main .item_desc {
  font-size: 14px;
  color: #0061FA;
  font-weight: bold;
  line-height: 140%;
  /* padding-right: 6px; */
}

.main .item_desc .title {
  font-size: 12px;
}

.main a.item_arrow {
  flex: 0 0 19px;
}

.main .item_img {
  width: 80px;
  height: 88px;
  background-color: #fff;
  display: inline-block;
}
.main .item_img_spec {
  width: 120px;
  height: 88px;
  background-color: #fff;
  display: inline-block;
}

.main .item_img_spec img {
  width: 120px;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
  position: relative;
  display: block;
  left: 50%;
  top: 50%;
}
.main .item_img img {
  width: 80px;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
  position: relative;
  display: block;
  left: 50%;
  top: 50%;
}

.main a.item_arrow .bi-chevron-down::before {
  -webkit-text-stroke-width: 0.8px;
  font-size: 12px;
}

.jump_festa {
  width: 100%;
  max-width: 375px;
  min-height: 100vh;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}
.jump_festa .jump_festa__banner>img {
  width: 100%;
}

.jump_festa .jump_festa__desc {
  padding-left: 25px;
  padding-right: 25px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}


.jump_festa .jump_festa__footer {
  padding: 32px 25px;
}

.jump_festa .jump_festa__footer .header,
.jump_festa .jump_festa__footer .header a {
  text-align: center;
  font-size: 12px;
  color: #707070;
  line-height: 22px;
}

.jump_festa .jump_festa__footer .desc {
  font-size: 12px;
  color: #707070;
}

/* iframe itself */
.jump_festa .item-detail-block {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0,0,0,.125);

}

.jump_festa .item-detail-block>iframe {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.list-group .list-group-item.collapsed span i.bi-chevron-down::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: .3s transform ease-in-out;
}
  

ul.list-group .list-group-item span i.bi-chevron-down::before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transition: .3s transform ease-in-out;
}

.text-under-none {
  text-decoration: none;
}