.wrap {
  width: 300px;
  margin: 30px;
}
.widget-covid19 {
  width: 300px;
  height: auto;
  background: #E1EDFF url(/vol1/contents/covid19/images/bg_widget_v3.jpg) 0 0
    no-repeat;
  background-size: 100% auto;
  color: #fff;
  padding: 10px;
  margin: 0 auto 56px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .widget-covid19 {
    margin: 0 auto 48px;
  }
}
.widget-covid19-link {
  display:block;
}
.widget-covid19-link:hover {
  text-decoration: none!important;
}
.widget-covid19-title {
  font-size: 20px;
  font-weight: 300;
  color: #366EBF;
  line-height: 1;
  text-align: center;
  font-family: Roboto,sans-serif;
  margin: 0;
}
.widget-covid19-title-cap {
  font-size: 14px;
  padding: 0 5px;
}
.widget-covid19-title-2 {
  font-size: 20px;
  font-weight: 300;
  display:block;
  color: #366EBF;
  line-height: 1.1;
  text-align: center;
}
.widget-covid19-head{
  position:relative;
  text-align: center;
  margin-bottom: 5px;
}
.widget-covid19-date {
  font-size: 11px;
  font-weight: normal;
  color: #00327A;
}
.widget-covid19-subtitle {
  font-size: 11px;
  display: inline-block;
  color: #FFFFFF;
  background-color: #366EBF;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 2px 4px;
  margin-bottom: 4px;
}
.widget-covid19-row {
  display: flex;
  justify-content: start;
  align-items: start;
}
.widget-covid19-box {
  width: 50%;
  text-align: center;
}
.widget-covid19-box-label {
  width: 100%;
  height: 30px;
  font-size: 11px;
  font-weight: 500;
  color:#00327A;
  display: block;
  line-height: 1;
  padding:0;
  text-align: center;
}
.widget-covid19-box-number {
  font-size: 26px;
  font-family: Roboto,sans-serif;
  color: #366EBF;
  padding: 0;
  display: block;
  font-weight: 500;
  line-height: 1;
}
.widget-covid19-box-number > span{
  font-size: 26px;
  padding-right:2px;
  transform: translateY(1px);
}
.widget-covid19-note {
  display: block;
  line-height: 1;
  padding: 10px 0 0 0;
  text-align: center;
}
.widget-covid19-note-label{
  display: inline-block;
  font-size: 13px;
  color: #55c6ff;
  padding: 0 8px;
}
.widget-covid19-note-txt{
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  padding: 0 8px;
}
.widget-button {
  display: block;
  padding: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #366EBF;
  text-align: center;
  background-color: #FFFFFF;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
}
.widget-button:hover {
  text-decoration: underline!important;
}
.widget-button:visited,
.widget-button:active {
  color: #366EBF;
}
.widget-covid19-button span {
  display: inline-block;
  vertical-align: top;
  color: #366EBF;
}
.widget-covid19-button-arrow {
  display: inline-block;
  width: 7px;
  height: 11px;
  background: transparent url(/vol1/contents/covid19/images/arrow_blue.svg)
    center 0 no-repeat;
  background-size: contain;
  vertical-align: top;
  margin: 4px 0 0 10px;
}
.widget-covid19-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px;
}
.widget-covid19-flexbox-small {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 10px;
}
.widget-covid19-flexbox .widget-covid19-box-label {
  font-size:12px;
  width: 110px;
  text-align: center;
  padding: 3px 3px 4px 3px;
}
.widget-covid19-flexbox .widget-covid19-box-number {
  padding: 4px 0 0 0;
}
