.notice-box {
  width: 100%;
  margin: 20px auto;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius:10px;
}

.notice-header {
  background: repeating-linear-gradient(
    45deg,
    #d81b60,
    #d81b60 10px,
    #c2185b 10px,
    #c2185b 20px
  );
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2em;
  border-radius: 10px 10px 0 0;
}

.notice-body {
  padding: 20px 10px;
  color: #333;
}

.notice-body ul {
  padding-left: 20px;
  margin: 15px 0;
}

.notice-body li {
  margin-bottom: 8px;
}

.intro {
  margin-bottom: 10px;
}

.ministry {
  margin: 20px 10px;
  font-weight: bold;
  background-color :white;
  padding:10px;
  text-align:center;
  border-radius: 10px;
}

.mhlw-img{
    width:50%;
}

.link-text {
  color: #d81b60;
  font-weight: bold;
  text-decoration: underline;
}

.company {
  margin-top: 30px;
}