@charset "UTF-8";
/* CSS Document */
html, body {
	height:100%;
	}
body{
	background-image:url(../img/top_back.jpg);
	background-size:cover;	
	}
.sp { }	
.pc { display:none;}	


/*content-------------------*/
.content {
	text-align:center;
	max-width:800px;
	min-width:0px;
	width:90%;
	margin:0 auto;
	line-height:180%;
	background-color:rgba(255,255,255,1.00);
	}
.sapaser {
	max-width:800px;
	min-width:0px;
	width:90%;
	height:3em;
	margin:0 auto;
	}
.content br {
	display:none;
	}	
.content img {
	width: 100%;
	}
.content .subject {
	padding:3em 2em 1.5em;
	}
.content .subject h1 {
	text-align:center;
	margin:0em 0 0.75em; 
	font-size:2em;
	}
.content .subject .ja {
	text-align:left;
	margin:0 0 2em;
	}
.content .subject  .ja h2 {
	text-align:center;
	font-size:1em;
	margin-bottom:0.5em;
	}	
.content .subject .ja h2 span {
	border-bottom:1px solid #000;
	}
.content .subject .eng {
	text-align:left;
	font-size:１em;
	color:#999;
	margin:0 0 4em;
	 }
.content .subject .eng  h2 {
	text-align:center;
	font-size:1em;
	margin-bottom:0;
	}	
.content .button {
	padding-bottom:3em;
	}	
.content .button a {
	font-size:1em;
	display:inline-block;
	width:8em;
	margin:0 1.75em;
	letter-spacing:0.1em;
	background-color:#999;
	color:#fff;
	}
.content .button a:hover { background-color:#666 }
.content .button a.other:hover { background-color:#666}
.content  .credit {
	font-size:0.75em;	
	line-height:1.5;
	}
	
	
/*-------------------------------------------------------------------------
  768px
---------------------------------------------------------------------------*/
@media screen and (min-width : 768px){
.sp { display:none; }
.pc { display:block;}
.content {
	text-align:center;
	max-width:800px;
	min-width:0px;
	width:70%;
	margin:0 auto;
	line-height:180%;
	background-color:rgba(255,255,255,1.00);
	}
.sapaser {
	max-width:800px;
	min-width:0px;
	width:70%;
	height:3em;
	margin:0 auto;
	}
.content .subject .ja,
.content .subject .eng {
	text-align:left;
	}
.content .subject h1 {
	text-align:center;
	margin:0em 0 0.75em; 
	font-size:3.25em;
	}
.content .subject .ja {
	text-align:left;
	margin:0 0 2em;
	}
.content .subject  .ja h2 {
	text-align:center;
	font-size:1.3em;
	margin-bottom:0.5em;
	}	
.content .subject .ja h2 span {
	border-bottom:1px solid #000;
	}
.content .subject .eng {
	text-align:left;
	font-size:1.05em;
	color:#999;
	margin:0 0 4em;
	 }
.content .subject .eng  h2 {
	text-align:center;
	font-size:1em;
	margin-bottom:0;
	}	
.content .button {
	padding-bottom:3em;
	}	
.content .button a {
	font-size:1em;
	display:inline-block;
	width:8em;
	margin:0 1.75em;
	letter-spacing:0.1em;
	background-color:#999;
	color:#fff;
	}
}


/*-------------------------------------------------------------------------
  1024px
---------------------------------------------------------------------------*/
@media screen and (min-width : 1024px) {
.content {
	text-align:center;
	max-width:800px;
	min-width:0px;
	width:70%;
	margin:0 auto;
	line-height:180%;
	background-color:rgba(255,255,255,1.00);
	}
.sapaser {
	max-width:800px;
	min-width:0px;
	width:70%;
	height:3em;
	margin:0 auto;
	}
.content br{
	display:inline;
	}	
.content .subject {
	padding:3em 6em 1.5em;
	}	
.content .subject .ja,
.content .subject .eng {
	text-align:center;
	}
.content .subject h1 {
	text-align:center;
	margin:0em 0 0.75em; 
	font-size:3.25em;
	}
.content .subject .ja {
	text-align:left;
	margin:0 0 2em;
	}
.content .subject  .ja h2 {
	text-align:center;
	font-size:1.3em;
	margin-bottom:0.5em;
	}	
.content .subject .ja h2 span {
	border-bottom:1px solid #000;
	}
.content .subject .eng {
	text-align:left;
	font-size:1.05em;
	color:#999;
	margin:0 0 4em;
	 }
.content .subject .eng  h2 {
	text-align:center;
	font-size:1em;
	margin-bottom:0;
	}	
.content .button {
	padding-bottom:3em;
	}	
.content .button a {
	font-size:1em;
	display:inline-block;
	width:8em;
	margin:0 1.75em;
	letter-spacing:0.1em;
	background-color:#999;
	color:#fff;
	}
}
