@charset "UTF-8";
/* covid-19.css */
#ContentsInner{
    width: 900px;
}

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

#measures {
  margin-top: 50px;
}

#measures h2{
    font-size: 16px;
}
#measures h3{
    font-size: 1.8rem;
    background-color: #E8E8E8;
    padding: 15px;
	margin: 40px 0 0;
	font-weight: 600;
    border-radius: 5px;
}

#measures h4{
    font-size: 2rem;
	line-height: 1.6;
	font-weight: 600;
}
#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;
}