@charset "UTF-8";

.box-1{
	margin: 50px auto;
	background:#f9f9f9;
}
.box-inner{
	padding:50px;
}
.box-1 p {
    font-size: 2.4rem;
	line-height:200%;
}
.link-container {
  text-align: center;
  margin-top: 4rem;
}
.link-style-requirements {
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background-color: #e94609;
  border-radius: 100vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 1rem;
  max-width: 100%;
  width: 40rem;
  height: 8rem;
}


@media screen and (max-width: 767px) {
	.box-inner{
		padding:25px;
	}
	.box-1 p {
		font-size: 1.6rem;
		line-height:160%;
	}
	.link-style-requirements {
		font-size: 1.6rem;
		width: 26rem;
		height: 5rem;
	}
}