@charset "UTF-8";
/* CSS Document */


.contents_inner {
    width: 85%;
    padding: 80px;
    margin: 0 auto;
    background: #fff;
}

.page_title {
	background-image: url(../img/recruit/title_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pp_title {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.first_text {
    margin: 20px 0 40px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 28px;
}
.pp_list {
  margin-bottom: 50px;
}
.pp_list li {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}
.contents_inner h3 {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 24px;
}
.pp_sub {
  padding-left: 35px;
}
.pp_date {
  text-align: right;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 20px;
}
.pp_last {
	margin-bottom: 40px;
}
.register .mv-area {
    background: url(../img/register_bg_pc.png) center top / 100% auto no-repeat;
    margin-bottom: 0!important;
}
.form-wrapper .mv-area {
    padding: 21px 0 90px!important;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
.contents {
  background: #f5f5f5;
  padding: 40px 0;
}
.contents_inner {
    width: 90%;
    padding: 30px 8%;
    margin: 0 auto;
    background: #fff;
}

.pp_title {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.first_text {
    margin: 20px 0 40px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 20px;
}
.pp_list {
  margin-bottom: 30px;
}
.pp_list li {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.contents_inner h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 23px;
}
.pp_sub {
  padding-left: 25px;
}
.pp_date {
  text-align: right;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 20px;
}
.pp_last {
	margin-bottom: 20px;
}

}
