section {
  max-width: 1000px;
  font-size: 16px;
  margin: 0 auto;
  font-family: "ヒラギノUD角ゴ W4 JIS2004";
  margin-top: 150px;
  margin-bottom: 100px;
	text-align: center;
	width: 90%;
}
section h1 {
  font-size: 36px;
  text-align: center;
  font-family: "ヒラギノUD角ゴ W6 JIS2004";
  margin-bottom: 40px;
	line-height: 1.6em;
}
.language_wrp{
	text-align: center;
	margin-top: 40px;
}
.language_wrp img{
	width: 600px;
}
p{
	text-align: center;
}
.language_link{
color: #fff;
	border-bottom: #fff solid 1px;
}

@media screen and (max-width: 600px){
	.language_wrp img{
	width: 100%;
}
	section{
		margin-top: inherit;
	}
}
