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

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
	font-feature-settings: "palt";
	color: #000000;
}

a{
  color: #000000;
  text-decoration: none;
}

img{
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ul{list-style: none;}


@media screen and (max-width:834px){ 
	
  body{
		background: url("../images/sp_background.jpg");
		background-position: center;
	}
	
	main{padding: 50px 30px}

	#contents-wrap{
		margin: 0 auto;
		background: #fff;
		border-radius: 25px;
		padding: 50px 30px;
	}
	
	#contents-img{
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	
	#contents-text{margin-bottom: 40px;}
	
	#contents-text p{
		font-size: 16px;
		line-height: 24px;
		text-align: justify;
	}
	
	#contents-link{
		display: flex;
		justify-content: center;
	}
	
	#contents-link a{
		font-size: 16px;
		color: #fff;
		padding: 20px 10px;
		background: #67aedc;
		border-radius: 20px;
	}
	
	#copyright{
		margin: 0 auto;
		display: flex;
		justify-content: center;
		padding: 0 30px 30px;
	}
	
	small{
		font-size: 14px;
		text-align: center;
	}
	
}

@media screen and (min-width:835px){
	
	body{
		background: url("../images/pc_background.jpg");
		background-position: center;
	}
	
	main{padding: 100px 0;}

	#contents-wrap{
		width: 1000px;
		margin: 0 auto;
		background: #fff;
		border-radius: 25px;
		padding: 100px 100px;
	}
	
	#contents-img{
		display: flex;
		justify-content: center;
		margin-bottom: 60px;
	}
	
	#contents-text{margin-bottom: 60px;}
	
	#contents-text p{
		font-size: 20px;
		line-height: 30px;
	}
	
	#contents-link{
		display: flex;
		justify-content: center;
	}
	
	#contents-link a{
		font-size: 20px;
		color: #fff;
		padding: 25px 15px;
		background: #67aedc;
		border-radius: 20px;
	}
	
	#copyright{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		padding-bottom: 30px;
	}
	
	small{font-size: 14px;}
	
}
