@charset "UTF-8";
/* 緑 */
/* 専用 */
.bgWhite-block {
  background: #FFF;
  border-radius: 10px;
  padding: 35px 35px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .bgWhite-block {
    padding: 35px 20px 40px;
  }
}
.bgWhite-block__paragraph {
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1.7;
  cursor: default;
}
.bgWhite-block__paragraph:first-of-type {
  margin-top: 40px;
}

.secTop,
.secCnts {
  margin-bottom: 40px;
  width: 100%;
}
.secTop:last-child,
.secCnts:last-child {
  margin-bottom: 0;
}
.secTop__paragraph,
.secCnts__paragraph {
  font-weight: 500;
}

.alert {
  border: 1px solid #ff0000;
  margin-bottom: 40px;
  padding: 20px 25px;
  color: #ff0000;
}
.alert__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
}
.alert__flex:last-of-type {
  padding-bottom: 0;
}
.alert__paragraph {
  color: #ff0000;
  font-weight: 500;
  line-height: 1.7;
  margin-left: 9px;
}
