.outline {
  margin-top: 20px;
}

.outline__item {
/*
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
*/
  margin-bottom: 20px;
}

.outline__label {
/*
  -webkit-flex-basis: 26%;
  -moz-flex-basis: 26%;
  -ms-flex-basis: 26%;
  flex-basis: 26%;
*/
}

.outline__label span {
  position: relative;
  display: inline-block;
  padding: 15px 0 17px;
  width: 220px;
  background: #eb5e00;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-family: "a-otf-ud-shin-go-pr6n", Meiryo, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.2;
}

.outline__label span:after {
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 20px;
  height: 100%;
  background: url("./arw-label.svg") right center no-repeat;
  background-size: 100% 100%;
  content: "";
}

.outline__detail {
  -webkit-flex-basis: 74%;
  -moz-flex-basis: 74%;
  -ms-flex-basis: 74%;
  flex-basis: 74%;
  align-items: center;
  font-size: 1.8rem;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.outline__detail p {
    margin-top: 5px;

}

.attention {
    font-size: 1.6rem;
}

thead th {
    padding: 10px 12px;
    background: #004896;
    color: #fff;
    font-size: 1.4rem;
}

td {
  text-align: center;
}


.outer.-bg-yellow {
    background: #ffc;
    padding-top: 20px;
    padding-bottom: 20px;
}

