@charset "UTF-8";

/* ---------------------------------------------------
| 共通
--------------------------------------------------- */
main{
  padding:10rem 0 4rem;
}
#policy{
  position: relative;
}
#policy h2{
  margin: 0 0 3rem;
  line-height: 1.4;
}
#policy h3{
  margin: 3rem 0 1rem;
  line-height: 1.4;
}
#policy p{
  margin: 0 0 2rem;
  line-height: 1.8;
}
#policy a{
  color: #2e6eb1;
  text-decoration: underline;
}
#policy a:hover{
  text-decoration: none;
}
#policy #cont ul li{
  line-height: 1.8;
}
.signature{
  margin-top:3em;
}
.signature p{
  text-align:right;
}
/* --------- responsive --------- */
@media screen and (max-width:767px){
  #policy h2{
    margin: 0 0 2rem;
  }
  #policy #cont ul li{
    font-size: 1.4rem;
    text-align: justify;
  }
  #policy h3{
    font-size: 1.6rem;
  }
}
/* ---------------------------------------------------
| 個人情報保護方針 / 公表事項
--------------------------------------------------- */
.privacy h4{
  margin:1.5rem 0 .5rem;
}
.privacy ol li{
  line-height: 1.8;
  margin: 0 0 0 1.6rem;
  text-indent: -1.6rem;
}
.privacy ul:last-child{
  margin: 2rem 0 0;
}
.privacy table.public{
  margin:1rem 0 2rem;
}
.privacy table.public th,.privacy table.public td{
  padding:.8rem 1.2rem;
  border:1px solid #333;
  font-weight:400;
}

/* --------- responsive --------- */
@media screen and (max-width:767px){
  .privacy table.public{
    font-size: 1.3rem;
  }
  .privacy ol li{
    text-align: justify;
    font-size: 1.4rem;
    margin: 0 0 0 1.4rem;
    text-indent: -1.4rem;
  }
  .privacy ul:last-child{
    margin: 2rem 0 0;
  }
}

/* ---------------------------------------------------
| 勧誘方針
--------------------------------------------------- */
.solicitation ol li {
	line-height: 1.8;
	margin: 0 0 0 2.6rem;
	text-indent: -2.6rem;
}

/* --------- responsive --------- */
@media screen and (max-width:767px){
  .solicitation ul li {
    font-size: 1.4rem;
    text-align: justify;
  }
  .solicitation ol li {
    text-align: justify;
    font-size: 1.4rem;
    margin: 0 0 0 2.4rem;
    text-indent: -2.4rem;
  }
  .solicitation ol:last-child li {
    text-indent: 0;
    margin: 0;
  }
}

/* ---------------------------------------------------
| 採用活動における個人情報の取得
--------------------------------------------------- */
.recruit ol {
}

.recruit ol li {
	list-style:decimal;
	line-height: 1.8;
	margin:0 0 1.5rem 2.6rem;
}

/* --------- responsive --------- */
@media screen and (max-width:767px){
  .recruit ol li {
    text-align: justify;
    font-size: 1.4rem;
	  padding: 0 0 0 2.4rem;
  }
}