@charset "UTF-8";
/* CSS Document */
.container {
  text-align: center;
}
.mainWrapper.award_2026 {
  background-color: #fff;
}
.award_img {
  width: 500px;
  height: auto;
  margin: 30px auto 10px;
}
.container {
  position: relative;
  background-color: #FDF5DF;
  padding-bottom: 60px;
}
img.img_left {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 180px;
  height: auto;
}
img.img_right {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .award_img {
    width: 242px;
    margin: 20px auto 0px;
  }
  .container {
    padding-bottom: 50px;
  }
  img.img_left, img.img_right {
    width: 70px
  }
}
.container p {
  margin: 0 auto;
  font-family: "maruGothic";
  color: #333;
}
.lead-text {
  font-size: 30px;
  padding-bottom: 34px;
}
.topContent_description {
  font-size: 20px;
  width: 68%;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: none;
  }
  .lead-text {
    width: 70%;
    font-size: 20px;
    padding-bottom: 24px;
  }
  .topContent_description {
    font-size: 14px;
    width: 90%;
  }
}
.award-icons {
  display: block;
  max-width: 500px;
  height: auto;
  margin: 50px auto;
}
.entry-detail {
  background-color: #fff;
}
.entry-detail_text {
  font-size: 18px;
  width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .award-icons {
    width: 90%;
    margin: 40px auto 30px;
  }
  .entry-detail_text {
    font-size: 16px;
    width: 94%;
  }
}
.entry-overview {
  color: #554228;
  max-width: 920px;
  margin: 40px auto 0;
  padding: 0 70px 40px;
  background-color: #FDF5DF;
  border-radius: 30px;
}
.entry-overview h2 {
  font-family: "maruGothic";
  font-size: 26px;
  text-align: center;
  padding: 40px 0 0;
  margin-bottom: 30px;
}
.entry-overview_list {
  display: grid;
  grid-template-columns: 156px 620px;
  gap: 22px 0;
  line-height: 1.8;
}
.entry-overview_list dd {
  margin-inline-start: 30px;
}
.entry-overview_list dt, .form_item_title {
  background-color: #836B4C;
  color: #fff;
  border-radius: 4px;
  width: 156px;
  height: 32px;
  text-align: center;
  font-weight: 600;
}
.form_item_title {
  position: absolute;
  z-index: 1;
}
.form_item_wrap {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 30px 44px;
  width: 730px;
  top: 10px;
  left: 50px;
  line-height: 2;
  margin-bottom: 30px;
}
.entry-overview ol, .entry-overview ul li {
  padding-left: 14px;
  list-style: none;
}
.form_item ul {
  padding-left: 10px;
}
.entry-overview ul li::before {
  content: '・';
}
.btn-blueMaru {
  width: 60%;
  max-width: 360px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 850px) {
  .entry-overview h2 {
    font-size: 22px;
    padding-top: 20px;
  }
  .entry-overview {
    padding: 10px;
  }
  .entry-overview_list {
    display: contents;
  }
  .entry-overview_list dd {
    margin-left: 10px;
    white-space: normal;
    padding: 6px 0 10px;
  }
  .entry-overview_list dt, .form_item_title {
    height: 22px;
  }
  .form_item_wrap {
    width: 100%;
    padding: 20px 10px;
    left: 0;
  }
  .entry-overview ol, .entry-overview ul li {
    padding-left: 4px;
  }
  .btn-blueMaru {
    width: 70%;
  }
}