/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper {
  height: 438px;
  background-image: url(../../images/bg_ttl.png);
  background-size: cover;
  background-position: center center;
}

main section.s01 .wrapper .bc {
  width: 1200px;
  margin: 0 auto;
  padding-top: 85px;
  text-align: right;
}

main section.s01 .wrapper .bc a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 19px 0 15px;
  border-right: 1px solid #fff;
  line-height: 12px;
  height: 12px;
}

main section.s01 .wrapper .bc a:last-child {
  border: none;
  padding-right: 0;
}

main section.s01 .wrapper h2 {
  margin-top: 115px;
}

main section.s01 .wrapper h2 img {
  display: block;
  margin: 0 auto;
}

/* info */
.s02 {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #F0F0E1;
}

.info_icon {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 4px 8px;
  background-color: #B20000;
  white-space: nowrap;
}

.info_icon02 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 4px 8px;
  background-color: #43672C;
  white-space: nowrap;
}

.date {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.date::before {
  content: '';
  background-image: url(../../images/icon_date.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.info_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  margin-top: 24px;
}

.lead {
  font-size: 20px;
  font-weight: bold;
  color: #B20000;
}

.txt {
  margin-top: 16px;
  font-size: 16px;
  line-height: 180%;
}

.info_table {
  margin-top: 48px;
  border: 1px solid #F0F0E1;
}

.info_table th {
  font-size: 14px;
  white-space: nowrap;
  background-color: #F0F0E1;
  width: 103px;
  padding: 8px 0;
  text-align: center;
}

.info_table td {
  font-size: 14px;
  line-height: 180%;
  padding: 8px 16px;
  width: 300px;
  border: 1px solid #F0F0E1;
}
/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.s01 .wrapper {
    height: 219px;
    padding-top: 108px;
  }
  main section.s01 .wrapper .bc {
    display: none;
  }
  main section.s01 .wrapper h2 {
    margin-top: 0;
  }
  main section.s01 .wrapper h2 img {
    width: 220px;
    display: block;
    margin: 0 auto;
  }
  /* info */
.s02 {
  /* padding: 4.2%; */
  width: 85.3%;
}

.title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 8px;
}

.info_icon {
  font-size: 14px;
}

.info_icon02 {
  font-size: 14px;
}

.date {
  font-size: 12px;
  margin-top: 8px;
}

.info_box {
  flex-direction: column;
  margin-top: 48px;
}

.photo {
  max-width: 100%;
}

.lead {
  font-size: 16px;
}

.txt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 180%;
}

.info_table {
  max-width: 343px;
}

.info_table th {
  padding: 8px 16px;
}

.info_table td {
  padding: 8px;
}
  
}
