@charset "UTF-8";

/*----------------------------------------

	- content
	- pc（1281px〜）
	- sp（〜640px）

-----------------------------------------*/

/*	title01
-----------------------------------------*/

#title01 {
  text-align: center;
  margin-top: 0;
}

#title01 h2 {
  display: block;
  width: 606px;
  margin: 0 auto;
  padding: 216px 0 188px;
  line-height: 0;
}

#title01 {
  background: url(/recruit/fresh/internship/img/index_title01_bg.jpg) no-repeat center top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  background-size: 100% auto;
}

/*	stit01
-----------------------------------------*/

#stit01 {
  margin-bottom: 50px;
}

/*	footer
-----------------------------------------*/

footer #footer01 {
  display: none;
}

/*インターンシップ用リンクを表示*/
footer #footer02 ul li:nth-child(4) {
  display: block;
}

/*----------------------------------------
	content
-----------------------------------------*/

#content {
  padding-bottom: 120px;
}

#content .box01 {
  width: 870px;
  margin: 0 auto;
}

#content table {
  width: 100%;
}

#content table th {
  width: 160px;
  padding: 35px 40px 30px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #a5a5a5;
  text-align: left;
  box-sizing: border-box;
}

#content table td {
  padding: 35px 0 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
  border-bottom: solid 1px #a5a5a5;
  text-align: left;
  box-sizing: border-box;
}

#content table tr:last-child th,
#content table tr:last-child td {
  border-bottom: none;
}

#content table td ul {
  padding-top: 30px;
}

/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {
/*----------------------------------------
	content
-----------------------------------------*/

}

/*----------------------------------------
	sp（〜640px）
-----------------------------------------*/
@media only screen and (max-width: 640px) {

/*	title01
-----------------------------------------*/

#title01 {
  text-align: center;
  margin-top: 0;
}

#title01 h2 {
  width: 90%;
  padding: 15% 0;
}

/*	stit01
-----------------------------------------*/

#stit01 {
  margin-bottom: 10%;
}

/*----------------------------------------
	content
-----------------------------------------*/

#content {
  padding-bottom: 20%;
}

#content .box01 {
  width: 100%;
}

#content table th {
  display: block;
  width: auto;
  padding: 5% 0 2%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: none;
  box-sizing: border-box;
}

#content table td {
  display: block;
  padding: 0 0 5% 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  box-sizing: border-box;
}

#content table td ul {
  padding-top: 5%;
}

/*----------------------------------------
	footer
-----------------------------------------*/

footer #footer02 ul li {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 2.0;
}

footer #footer02 ul li a:link,
footer #footer02 ul li a:visited {
  border: none !important;
}
}
