@charset "UTF-8";

/* covid-19.css */
#ContentsInner {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0 60px 0;
  overflow: hidden;
  position: relative;
}

.strong {
  color: #ea6928;
}

#ContentsInner>.lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

#measures {
  margin-top: 50px;
}

#measures h2 {
  font-size: 18px;
  background-color: #6D6155;
  color: #fff;
  line-height: 1.5;
  padding: 8px 20px;
  margin-top: 40px;
  border-radius: 4px;
}

#measures h3 {
  font-size: 1.8rem;
  background-color: #E8E8E8;
  padding: 15px;
  margin: 40px 0 0;
  font-family: 'TBChibiRGothicPlusK DB';
  border-radius: 5px;
}

#measures h4 {
  font-size: 2rem;
  line-height: 1.6;
  font-family: 'TBChibiRGothicPlusK DB'
}

#measures .number {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  background-color: #ea6928;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  float: left;
  margin-right: 10px;
  font-size: 2rem;
  min-width: 30px;
}

#measures .numberBox {
  display: flex;
  align-items: flex-start;
}

#measures .sectionBox {
  padding: 40px 0;
}

.border {
  border-bottom: 1px solid #BBBBBB
}

#measures .sectionBox .box {
  display: flex;
  gap: 20px;
}

#measures .sectionBox .imagebox {
  margin-top: 20px;
}

#measures ul {
  list-style: none;
}

#measures ul li {
  line-height: 1.625;
  text-indent: -1rem;
  padding-left: 1rem;
}

#measures ul li::before {
  content: "・";
}

#measures p {
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0;
}

#measures .note {
  font-size: 13px;
}


#measures .message {
  margin-top: 55px;
  text-align: center;
}

#measures .message p {
  line-height: 1.75;
}

.image {
  text-align: center;
  width: 440px;
  flex-shrink: 0;
}

#measures .notice {
  background-color: #FFF9E6;
  padding: 30px;
  margin: 20px 0;
}