.content .year__title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: #AF87D8;
}
.content .year__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.content .year__graph-title {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.content .year__graph-img img {
  width: 100%;
  vertical-align: middle;
}
.content .year__box {
  padding: 0 0 24px;
}
.content .year__box-title {
  font-size: 14px;
  font-size: 0.875rem;
  width: 35%;
  color: #fff;
  padding: 4px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ED9F89;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  margin: 0 0 8px;
}
.content .year__box-text {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* 2019-08-22追加 */
.content .year__box-text a{
  display: inline;
  text-decoration:underline; 
  color: #FF0066;
}
/* /2019-08-22追加 */

.content .year__head {
  color: #ED9F89;
  text-align: center;
}
