@charset "UTF-8";

main {
}
.inner {
  width: 1200px;
  margin: 0 auto 100px;
  background: #fff;
  padding: 60px 100px;
}

.btn_next {
  display: block;
  text-align: center;
  margin: 30px auto 0;
  padding: 22px;
  background: #dc000c;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 100px;
  width: 375px;
  border: none;
  cursor: pointer;
}
.btn_next:disabled {
  opacity: .4;
  cursor: not-allowed;
}

header {
  text-align: center;
  background: #383838;
  color: #fff;
  padding: 20px;
}
header h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
}
.step {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.step li {
  margin: 0 15px;
}
.step_title h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 40px;
}
.inner {
}
.terms_inner {
  padding: 40px;
  background: #f8f8f8;
  border: 1px solid #000;
  height: 530px;
  overflow-y: scroll;
}
.terms_inner p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 32px;
}
.terms_inner h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 30px 0 5px;
}
.terms_attention {
  padding: 50px 30px;
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: 500;
}
.terms_attention a {
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: underline;
  color: #0031ff;
}
.terms_check {
  align-items: center;
  padding: 20px;
  border: 1px solid #000;
  text-align: center;
  font-size: 2rem;
  border-radius: 100px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: 375px;
  margin: 0 auto 20px;
  cursor: pointer;
}
.terms_check input {
    margin-right: 10px;
}
.terms_agree {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width:480px){
main {
}
.inner {
  width: 90%;
  margin: 0 5% 5%;
  background: #fff;
  padding: 8%;
}

.btn_next {
  display: block;
  text-align: center;
  margin: 20px auto 0;
  padding: 17px;
  background: #dc000c;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 100px;
  width: 90%;
}

header {
  text-align: center;
  background: #383838;
  color: #fff;
  padding: 20px;
}
header h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.step {
  display: flex;
  justify-content: center;
  margin: 25px 5%;
}
.step li {
  margin: 0 15px;
}
.step_title h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.terms_inner {
  padding: 5%;
  background: #f8f8f8;
  border: 1px solid #000;
  height: 330px;
  overflow-y: scroll;
}
.terms_inner p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 18px;
}
.terms_inner h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 15px 0 5px;
}
.terms_attention {
  padding: 20px 0;
  font-size: 1rem;
  line-height: 18px;
  font-weight: 500;
}
.terms_attention a {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  color: #0031ff;
}
.terms_check {
  padding: 15px;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 100px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto 15px;
}
.terms_check input {
    margin-right: 10px;
}
.terms_agree {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
}