.lead strong {
  color: #f5002f;
  font-weight: bold;
}

/*----------------------------------------------------------
trialLink
----------------------------------------------------------*/
.trialLink {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(7, 14, 13, 0.24);
}

.trialLink strong {
  color: #f5002f;
  font-weight: bold;
  display: block;
  font-size: 2rem;
}

.trialLink::after {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
  display: inline-block;
  background-image: url(../img/arrow_white.png);
  background-size: 36%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5022f;
  border-radius: 50%;
  position: absolute;
}

.trialLink span {
  font-size: 1.6rem;
  line-height: 1.4;
}

/*----------------------------------------------------------
dfBox
----------------------------------------------------------*/
.dfBox > * {
  background: #fff;
  padding: 18px 20px 24px;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.dfBox img {
  margin-bottom: 12px;
  order: 1;
}

.dfBox span {
  font-size: 1rem;
  display: block;
  text-align: center;
  color: #999;
  font-weight: bold;
  margin-bottom: 16px;
}

.dfBox > * > span {
  order: 2;
  width: 100%;
}

.dfBox span span {
  font-weight: normal;
  margin: 0;
}

.dfBox h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
  order: 3;
  width: 100%;
}

.dfBox p {
  order: 4;
  width: 100%;
}

/*----------------------------------------------------------
--------------------------env----------------------------
----------------------------------------------------------*/
.env {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.env_ttl {
  background: #edeeee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
}

.env_ttl, .env_box {
  letter-spacing: 0;
}

.env_box span {
  display: block;
  font-size: 1.2rem;
  margin-top: 12px;
}

.env_anno {
  text-align: right;
}

/*----------------------------------------------------------
merit
----------------------------------------------------------*/
.merit > * {
  border: 1px solid #717879;
  position: relative;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.merit > * > span {
  position: absolute;
  background: #ffda6f;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column;
      flex-flow: column;
  border-radius: 50%;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  order: 1;
}

.merit > * > span span {
  display: block;
  color: #000;
  font-weight: bold;
}

.merit img {
  width: 140px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  order: 2;
}

.merit h3 {
  text-align: center;
  order: 3;
  width: 100%;
}

.merit h3::after {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background: #f5002f;
  margin-left: auto;
  margin-right: auto;
}

.merit strong {
  font-weight: bold;
  text-align: center;
  display: block;
  order: 4;
  width: 100%;
}

.merit strong span {
  font-weight: bold;
}

.merit p {
  order: 5;
  width: 100%;
}

/*----------------------------------------------------------
linkBox
----------------------------------------------------------*/
.linkBoxBtnBox > * {
  background: #fff;
}

.linkBoxBtnBox > *:first-child a {
  background: #525b5c;
  border-color: #525b5c;
}

.linkBoxBtnBox > *:first-child a::before {
  background-image: url(../img/arrow_gray.png);
}

.linkBoxBtnBox > *:last-child a::before {
  background-image: url(../img/arrow_red.png);
}

.linkBoxBtnBox .linkBox_ttl {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
}

.linkBoxBtnBox .linkBox_ttl span {
  display: block;
  font-weight: bold;
}

.linkBoxBtnBox > *:first-child .linkBox_ttl,
.linkBoxBtnBox > *:first-child .linkBox_ttl span {
  color: #525b5c;
}

.linkBoxBtnBox > *:last-child .linkBox_ttl,
.linkBoxBtnBox > *:last-child .linkBox_ttl span {
  color: #f5002f;
}

.linkBoxBtnBox .lead {
  line-height: 1.4;
}