@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  使用カラー

ベースカラー
*ライトレモンイエロー
#fff7ac
rgb(255,247,172)

サブカラー
*ダークレッド
#670001
rgb(103,0,1)

差し色
*ミディアムブルー
#316cba
rgb(49,108,186)



ミルキーホワイト milky white
#fffff9
rgb(255,255,249)

チャコールグレイ charcoal gray
#4e454a
rgb(78,69,74)

マホガニー mahogany
#6b3f31
rgb(107,63,49)

ローアンバー raw umber
#866629
rgb(134,102,41)



プルシャンブルー prussian blue
#192f60
rgb(25,47,96)

deepskyblue
#00bfff
rgb(0,191,255)

スカイブルー sky blue
#a0d8ef
rgb(160,216,239)



コチニールレッド cochineal red
#c82c55
rgb(200,44,85)





 ================================================*/



/*================================================
 *  一般・共通設定
 ================================================*/
* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	font-size:18px;
	color:#4e454a;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	line-height:1.7;
	height: 100%;
}

body:after {  
	content: '';
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -2;
  	background: linear-gradient(to bottom,rgba(0,191,255,0.8),rgba(49,108,186,0.8));
}

#wrapper:after {  
	content: '';
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
	background-image:url("../images/common/background.png");
	background-position: top center;
	background-size: 100% auto ;
	background-repeat: no-repeat;
}

#contents {
	position:relative;
	overflow:hidden;
	width:1200px;
	margin:0 auto;
	height:100%;
}

#main {
	box-sizing: border-box;
	float:right;
	width:80%;
	padding:30px 50px 0px 50px;
	background:rgba(255,255,249,0.8);
	height:100%;
	min-height:100vh;
}

#sub {
	overflow:hidden;
	position:fixed;
	box-sizing: border-box;
	width:240px;
	height:100%;
	background:rgba(255,255,249,0.2);
	z-index: 50;
	font-size:15px;
	box-shadow: 0px 0px 10px 0px #316cba ;
}

h1	{
	position: relative;
	text-align:center;
    font-size:32px;
	font-weight: bold;
	padding: 0.3em 1.5em;
	line-height: 1.2;
	z-index: 10;
	color: #fffff9;
	background: #670001;
	border:solid 1px rgba(255,255,249,0.5);
	margin: 6px;
	box-shadow: 0px 0px 0px 6px #670001;
}
h1:before {  
	content: '';
  	position: absolute;
	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
  	background-image:url("../images/common/h1_01.png");
	background-position: top -10px left;
	background-size: auto 170% ;
	background-repeat: no-repeat;
}
h1:after {  
	content: '';
  	position: absolute;
	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
  	background-image:url("../images/common/h1_02.png");
	background-position: top -10px right;
	background-size: auto 170% ;
	background-repeat: no-repeat;
}
h1 > span {
	font-weight: bold;
	}

h2 {
	position: relative;
	font-size:24px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.3em 1em; 
	text-align: center;
	vertical-align: middle;
	color:#fffff9;
	clear: both ;
	text-decoration: none;
	background: rgba(49,108,186,0.8);
	border:solid 1px #fffff9;
	border-radius: 50px;
	margin: 0.5em 4px;
	box-shadow: 0px 0px 0px 4px rgba(49,108,186,0.8);
}
h2 img {
	height:25px;
	padding:0px;
	margin:2px 5px ;
	vertical-align: middle;
}
h2 > span {
	font-weight: bold;
	}

h3 {
	position: relative;
	font-size:22px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.25em 0.5em;
	margin-top:1em;
	margin-bottom:0.5em;
	vertical-align: middle;
	clear: both ;
	text-decoration: none;
	color:#4e454a;
	background-color: rgba(255,247,172,0.8);
	border:solid 2px rgba(49,108,186,0.5);
}
h3 img {
	height:25px;
	padding:0px;
	margin:0px 5px ;
	vertical-align: middle;
}
h3 > span {
	font-weight: bold;
	}
h3 > span > span {
	font-weight: bold;
	}

h4 {	
	font-size:19px;
	clear: both ;
	color:#fffff9;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.2em 0.5em;
	margin-top:1em;
	margin-bottom:0.5em;
	background-color: rgba(25,47,96,0.8);
	border-left: 10px ridge rgba(255,255,249,0.6);
	
}
h4 img {
	height:32px;
	vertical-align:middle;
	padding:0px 6px 0px 0px;
}


section{
	overflow: hidden;
	margin-bottom:1em;
	clear: both ;
}

a:hover {
	color:#670001;
	text-decoration: underline;
}
p {
	text-align: left;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	padding:0;
}
p img{
	height:1.5em;
	margin:0em 0.2em;
	}

img {
	vertical-align:middle;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
li {
	margin-left:2em;
}

.center{
	text-align: center;
	margin: 0 auto;
}
.clear{
	clear: both ;
}

.inline{
	display: inline-block;
}
.bold {
	font-weight:bold;
}

.bold > span  {
	font-weight: bold;
}

.before { /*スマホヘッダー固定用の空白*/
	height:10px;
}


/*================================================
 *  番号付き見出し
 ================================================*/
.number{
	margin-left: 9%;
	margin-right: 9%;
	text-align: justify;
}

.number h3 {
	font-weight: bold;
	clear: both ;
	background-color: inherit;
	border:none;
	color:#c82c55;
	font-size: 1.2em !important;
	line-height: 0.5;
	padding-left:1.75em;
	text-indent:-1.75em;
	margin-bottom: 0 ;
	padding-bottom: 0;
	text-align: left;
}
.number_img{ /*数字画像*/
	height: 1.5em;
	margin: 0em 0.25em 0em 0em;
	vertical-align: middle;
}
.number img{
	margin-top: 0em;
}
.number p{
	color:#192f60;
}
.number p img{
	height: 1.5em;
	margin-bottom: 0.2em;
}
.number ul{
	color:#4e454a;
}




/*================================================
 *  表
 ================================================*/
table {
	width:100%;
	border-collapse:collapse;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	border: solid 1px #4e454a;
	line-height: 1.5;
	background: rgba(255,255,249,0.6);/*#fffff9*/
}
th,td {
  	border: solid 1px #4e454a;
	vertical-align: middle; 
	padding:0.3em 0.5em;
}
th {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#4e454a;
	background: rgba(255,247,172,0.6);
}
td {
	text-align: justify;
	font-size:18px;
	color:#4e454a;
}
th img {
	height:1.5em;
	vertical-align:middle;
	margin:0.1em;
}
th span {
	font-weight:bold;
}
td img {
	height:25px;
	vertical-align:middle;
	margin:5px;
}

.th_01 {
	background: rgba(255,247,172,1);
}






/*================================================
 *  表（ボタン）
 ================================================*/
.table_btn {
	width:100%;
	border-collapse:collapse;
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	border: solid 1px #4e454a;
	table-layout: fixed;
	line-height: 1.2;
	background: rgba(255,255,249,0.6);/*#fffff9*/
}
.table_btn th {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#4e454a;
	padding: 5px 2px;
	background: rgba(0,191,255,0.2);
}
th>span {
	text-align:center;
	font-weight:bold;
}
.table_btn td {
	text-align:center;
	font-size:18px;
	color:#4e454a;
	padding:2px 1px;
	
	font-weight:bold;
}
.table_btn td img {
	height:25px;
	vertical-align:middle;
	margin:2px;
}

.th_02 {
	background: rgba(0,191,255,0.4) !important;
}


/*================================================
 * index（top）ページ用
 ================================================*/

#topmain {
	box-sizing: border-box;
	float:right;
	width:80%;
	padding: 0px; /*余白なし*/
	background:rgba(255,255,249,0.8);
	height:100%;
	min-height:100vh;
}


.topimg {
    text-align: center;
	margin: 0 auto;
}
.topphoto { /*メインビジュアル（基本）*/
    width: 100%;
    height: auto;
}
.topphoto_sm { /*メインビジュアル（スマートフォン）*/
	display: none;
}


.topcopy {
	font-size:13px;
	text-align: left;
	margin: 20px 50px;
	color:#4e454a;
}
.topcopy img {
	height: 15px;
}
.topcopy p{
  	padding-left: 1em;
  	text-indent: -1em;
	margin-top: 0em;
  	margin-bottom:0em;
}


.topics {
  	text-align: center;
	background-color: rgba(0,191,255,0.2);
	font-size: 14px;
	padding: 1.5em 5px 0px 5px;
	line-height: 1.2;
  }
.topics_in { 
	display: inline-block;
	width: 30%;
	margin: 0% 1% 1% 1%;
	vertical-align: text-top;
}
.topics_inin { 
	display: inline-block;
	width: 100%;
	border-left: solid 1px #316cba;
	padding-left: 1em;
	margin-bottom: 1em;
}
.topics_inin dt {	
	clear: both ;
	color:#316cba;
	font-weight: bold;
	padding: 0em;
	text-align: left;
}
.topics_inin ul{
	margin: 0px;
}
.topics_inin ul li {
	list-style: none;
	margin: 0;
	text-align: left;
	font-weight: bold;
	padding-top: 0.5em;
}
.topics_inin a{
	color: #4e454a;
	text-shadow: none;
	text-decoration: none;
}
.topics_inin a > span {
	font-weight: bold;
	}
.topics_inin a:hover{
	color:#670001;
	text-decoration: underline;
	text-shadow: none;
}
.topics_inin a > span:hover{
	text-decoration: underline;
}
.topics_inin ul li ul li{
	list-style: none;
	margin-left: 2em;
	text-align: left;
	font-weight: normal;
	padding-top: 0.25em;
  	text-indent: -1em;
}
.topics_inin ul li ul li a {
	color: #4e454a;
	background-image:url("../images/common/space.png");
	background-position: left center;
	background-size: auto 0.8em;
	background-repeat: no-repeat;
	padding-left: 1em;
}



/*================================================
 *  囲み
 ================================================*/

.kakomi {
	margin-top: 0.5em;
  	margin-bottom:0.5em;
  	/*padding: 0.5em 1em;*/
	background-color: rgba(255,255,249,0.5);
	clear: both;
	border:solid 1px rgba(25,47,96,0.8);
   }
.kakomi p {
	padding: 0em 1em 0em 1em;
   }
.kakomi ul {
	padding: 0.75em 0.5em 0em 0.5em;
   }
.kakomi ul li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-right: 1em;
	color: #192f60;
   }
.kakomi h3 {
	margin-top: 0em;
	margin-bottom: 0em;
	border-top:solid 0px rgba(25,47,96,0.8);
	border-left:solid 0px rgba(25,47,96,0.8);
	border-right:solid 0px rgba(25,47,96,0.8);
	border-bottom:solid 1px rgba(25,47,96,0.8);
   }
.kakomi h4 {
	margin-top: 0em;
	margin-bottom: 0em;
   }


/*================================================
 *  ヘッダー（sub=メニューの上のロゴ、クリックでTOPページへ）
    スマートフォン非表示
 ================================================*/
header {
	position:relative;
}

.logo {
	text-align:center;
	font-size:18px;
	padding:10px 5px;
	font-weight: bold;
	/*background:rgba(255,255,249,0.5);*/
	height: 150px;
	border-bottom: 1px solid rgba(49,108,186,0.8);
}
.logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding:0px 15px;
}

.logo a {
	text-decoration: none;
	color: #192f60;
}

.logo a:hover {
	color: #316cba;
}

.qr {
	position:relative;
	text-align:center;
	font-size:12px;
	color: #fffff9;
	padding-top: 15px;
	border-top: 1px solid rgba(49,108,186,0.8);
}
.qr img {
    display: block;
    max-width: 40%;
    margin: 0 auto;
    padding: 4px 0 8px 0;
}


/*================================================
 *  グローバルナビゲーション（sub=メニューの中身）
 ================================================*/
nav {
	overflow:hidden;
	position:relative;
	text-align: center;
	line-height: 1.2;
}
nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	display:none;   /*全画面非表示*/
}
nav dl {
	margin:0px;
	padding: 8px 8px;
	background:rgba(255,255,249,0.7);
}
nav dt {
	margin:0;
	padding:10px 2px;
	color: #316cba;
	font-weight: bold; 
	cursor:pointer;
	border-top:solid 4px rgba(107,63,49,0);
	border-bottom:solid 4px rgba(107,63,49,0);
}
nav dt:hover {
	color:#00bfff;
	font-weight: bold; 
	text-shadow: 1px 1px 5px rgba(255,255,255,0.5), -1px 1px 5px rgba(255,255,255,0.5), 1px -1px 5px rgba(255,255,255,0.5), -1px -1px 5px rgba(255,255,255,0.5);
}

nav ul{
	margin:0px;
	padding:0px;
	display: none;
}
nav li {
	list-style:none;
	margin:0;
	background:rgba(0,191,255,0.3);
	padding:4px 0px;
}
nav li a {
	display:block;
	color:#4e454a;
	text-decoration:none;
	font-size: 14px;
	text-shadow: none;
	padding:7px 2px;
}
nav li a:hover {
	color:#fffff9;
	font-weight: bold;
	text-decoration:none;
	text-shadow: 1px 1px 5px rgba(0,191,255,0.8), -1px 1px 5px rgba(0,191,255,0.8), 1px -1px 5px rgba(0,191,255,0.8), -1px -1px 5px rgba(0,191,255,0.8);
}
nav .now {
	position: relative;
	background: #670001;
	border:solid 1px rgba(255,255,249,0.5);
	margin: 3px;
	padding: 0px;
	box-shadow: 0px 0px 0px 3px #670001;
}
nav .now a{
	color:#fffff9;
	font-weight: bold;
	text-decoration:none;
}

nav .now:before {  
	content: '';
  	position: absolute;
	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	background-image:url("../images/common/h1_01.png");
	background-position: top -10px left;
	background-size: auto 170% ;
	background-repeat: no-repeat;
}

nav .now:after {  
	content: '';
  	position: absolute;
	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
  	background-image:url("../images/common/h1_02.png");
	background-position: top -10px right;
	background-size: auto 170% ;
	background-repeat: no-repeat;
}

/*================================================
 *  backnextボタン
 ================================================*/


.backnext a {
	display: inline-block;
	text-decoration:none;
	text-align:center;
	width: 40px;
	height: 40px;
	opacity: 0.5;
}
.backnext a:hover {
	opacity: 1;
}

.back {
	float: left;
	margin-bottom: 1em;
}
.next {
	float: left;
	margin-bottom: 1em;
	margin-left: 1em;
}

.arrow_left{
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
	background-color: #fffff9;
    border: solid 1px #316cba;
	border-radius: 50px;
}
.arrow_left::after{
    position: absolute;
    top: 0;
    bottom: 0;
	left: 15px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #316cba;
    border-right: 2px solid #316cba;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.arrow_right{
    position: relative;
	top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
	background-color: #fffff9;
    border: solid 1px #316cba;
	border-radius: 50px;
}
.arrow_right::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 15px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #316cba;
    border-right: 2px solid #316cba;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*================================================
 *  フッター
 ================================================*/

.copy {
	padding:20px 0px 40px 0px;
	font-size:13px;
	text-align:center;
	color:#192f60;
	clear: both;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right: 80px;
	z-index: 20;
}
.totop a {
	display:block;
	text-decoration:none;
	opacity: 0.7;
}

.totop a:hover {
	opacity: 1;
}

.arrow_totop{
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
    width: 40px;
    height: 40px;
	background-color: #c82c55;
    border: solid 1px #fffff9;
	border-radius: 50%;
}
.arrow_totop::before{
    position: absolute;
    top: -2px;
    bottom: 0;
	right: 11px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #fffff9;
    border-right: 1px solid #fffff9;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow_totop::after{
    position: absolute;
    top: 15px;
    bottom: 0;
	right: 11px;
    margin: auto;
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #fffff9;
    border-right: 1px solid #fffff9;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*================================================
 *  画像
 ================================================*/


.photo_em {
	width:100%;
}

.photo { /*画像全体のbox*/
	text-align: center;
	clear: both ;
	margin: 0 auto;
 }

.photo_main_0 { /*100％ 線なし*/
	width:100%;
}
.photo_main_1 { /*100％ 線あり*/
	width:100%;
	border: solid 1px #fffff9;
}

.photo_main { /*80％*/
	width:80%;
	border: solid 1px #fffff9;
	margin-top: 0.5em;
}
.photo_main_50 { /*50％*/
	width:40%;
	/*border: solid 1px #fffff9;*/
	margin-top: 0.5em;
}


.photo_right {
	float: right;
	width:40%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px #fffff9;
}

.photo_right_02 {
	float: right;
	width:25%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px #fffff9;
}

.photo_right_number {
	float: right;
	width:45%;
	margin-top: 0.5em !important;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px #fffff9;
}

/*================================================
 *  画像（横並び)
 ================================================*/

.block_50 { /*2300用*/
  	display: inline-block;
	width: 49%;
	vertical-align: text-top;
	margin: 0 auto;
}

.block_30 { 
	display: inline-block;
	width: 30%;
	vertical-align: text-top;
	margin: 0% 1%;
}

.block_25 { 
	display: inline-block;
	width: 22%;
	vertical-align: text-top;
	margin: 0% 1%;
}

/*================================================
 *  cap
 ================================================*/

.cap {/*本文より小さいテキスト*/
	margin-top: 0.5em;
	font-size:17px;
	text-align: justify;
	color:#670001 !important;
	padding-left: 1em;
  	text-indent: -1em;
	clear: both;
}
.cap img {
	height:1.5em;
	vertical-align:bottom;
	margin:0.1em;
}

.capphoto{/*画像cap*/
	padding-top: 0;
	padding-bottom: 1em;
	font-size:17px;
	color:#316cba !important;
	/*text-align: justify;*/
	line-height: 1.2;
}

.capcenter {/*h2へのリンク*/
	margin: 0px;
	font-size:17px;
	text-align:center;
}
.capcenter a {
	display: inline-block;
	color:#316cba;
	margin: 0px 5px;
	background-image:url("../images/common/space.png");
	background-position: left center;
	background-size: auto 0.8em;
	background-repeat: no-repeat;
	padding-left: 1em;
	text-decoration: none;
}
.capcenter a:hover {
	color:#670001;
	text-decoration: underline;
}
.capcenter img {
	height: 10px;
	margin-bottom: 5px;
}



/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:1199px) {
	body {
		font-size:15px;
	}
	
	#contents {
	box-sizing: border-box;
	width:100%;
	}
	
	#main {
	box-sizing: border-box;
	float:left;
	margin-left: 240px;
	width:auto;
	padding:30px 30px 0px 30px;
	}
	
	h1	{
    	font-size:26px;
	}
	h2	{
    	font-size:21px;
	}
	h3	{
    	font-size:19px;
	}
	h4	{
    	font-size:17px;
	}
	
	.backnext a {
	width: 30px;
	height: 30px;
	}
	.arrow_left::after{
    width: 12px;
    height: 12px;
	left: 10px;
	}
	.arrow_right::after{
    width: 12px;
    height: 12px;
	right: 10px;
	}
	
	

	.cap {/*本文より小さいテキスト*/
	font-size:14px;	
	}
	.capphoto{/*画像cap*/
	font-size:14px;	
	}
	.capcenter {/*h2へのリンク*/
	font-size:14px;
	}
	th,td {
	font-size:15px;
	/*padding:3px 5px;*/
	}
	td img {
	height:20px;
	}
	
	.th_01 {
	font-size:15px;
	padding:3px 5px;
	}
	
	.table_btn th {
	font-size:15px;
	}
	.table_btn td {
	font-size:15px;
	line-height: 1.5;
	padding-top: 4px;
	}
	.table_btn td img {
	height:20px;
	}

	#topmain {
	box-sizing: border-box;
	float:left;
	margin-left: 240px;
	width:auto;
	padding:0px 0px 0px 0px;
	}
	.topcopy {
	margin: 0px 30px;
	}
	.topics {
	padding: 1.5em 20px 0px 20px;
	}
	
	.before { /*スマホヘッダー固定用の空白*/
	height:40px;
	}

}




/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	body {
		font-size:13px;
	}
	
	#main {
		float:none;
		width:100%;
		margin: 0 auto;
		padding:70px 20px 0px 20px;
	}
	
	#sub {
		position:fixed;
		top:0px;
		left:0px;
		float: left;
		width:100%;
		height: auto;
	}
	
	#contents {
	background-position: center top;
	background-size: 100% auto;
	}
	
	#contentstop {
	position:relative;
	overflow:hidden;
	margin-left:0px;
	padding-top:40px;
	}
	
	header {
		display:none;   /*スマートフォン非表示*/
	}
	.qr {
		display:none;   /*スマートフォン非表示*/
	}
	nav {
		display:block;
		position:relative;
		width:100%;
		background:rgba(160,216,239,1);
	}
	nav dl {
	background:rgba(255,255,249,0.8);
	}
	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
		display:block;
		cursor:pointer;
		margin-bottom:0;
		margin-top:0;
		padding:13px 40px 13px 10px;
		background:#fffff9;
		border-top:none;
		border-left:none;
		border-right:none;
		border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; 
		font-size:13px;	
		text-align: left;
		line-height:1.2;
		border-bottom: ridge 0px #316cba; 
		box-shadow: 0px 0px 0px #fffff9 inset;
	}
	nav h3 a { 
		text-decoration: none;
		color: #192f60;
		text-shadow: none;
		}
	nav h3 a >span {
	font-weight:bold;
	}
	nav h3 a:hover { 
		background:none;
		color: #316cba;
		text-shadow: none;
		text-decoration: none;
		}
	nav h3:before {  
	display:none; 
	}
	nav h3:after {  
	display:none; 
	}
	
	dl {
		margin:0px;
	}
	#navBtn {
		display:inline-block;
		position:absolute;
		top:5px;
		right:5px;
		width:30px;
		height:30px;
		background:#192f60;
		border:1px solid #fffff9;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#fffff9;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#fffff9;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
	
	h1	{
    	font-size:20px;
	}
	h2	{
    	font-size:17px;
	}
	h2 img {
		height:20px;
	}
	h3	{
    	font-size:15px;
	}
	h3 img {
		height:20px;
	}
	h4	{
    	font-size:13px;
	}
	h4 img {
		height:24px;
	}

	
	.number{
	margin-left: 5%;
	margin-right: 5%;
	}
	
	.photo_main {
	width:90%;
	}
	
	.photo_right {
	width:90%;
	float:none;
	margin: 0.5em auto 0em auto;
	}
	.photo_right_number {
	width:100%;
	float:none;
	margin: 0.5em auto 0em auto;
	}
	
	.totop {
	bottom:15px;
	}
	.totop img {
	height: 35px;
	}

	.arrow_totop{
    width: 30px;
    height: 30px;
	}
	.arrow_totop::before{
	top: -2px;
	right: 8px;
    width: 12px;
    height: 12px;
	}
	.arrow_totop::after{
	top: 13px;
	right: 8px;
    width: 12px;
    height: 12px;
	}
	
	
	.copy {
	font-size:11px;
	}
	.cap {
	font-size:12px;
	}
	.capphoto{/*画像cap*/
	font-size:12px;
	}
	.capcenter {
	font-size:12px;
	}
	.capcenter a {
	font-size:12px;
	}
	
	th,td {
	font-size:13px;
	}
	td img {
	height:20px;
	}
	
	.th_01 {
	font-size:13px;
	padding:3px 5px;
	}
	
	.table_btn th {
	font-size:13px;
	}
	.table_btn td {
	font-size:13px;
	line-height: 1.5;
	padding-top: 4px;
	}
	.table_btn td img {
	height:20px;
	}
	

	
	#topmain {
	float:none;
	width:100%;
	margin: 0 auto;
	padding:40px 0px 0px 0px;
	}
		
	.topphoto { /*メインビジュアル（基本）*/
	display: none;
    }
	.topphoto_sm { /*メインビジュアル（スマートフォン）*/
	display:inline-block;
	width: 100%;
    height: auto;
	}

	.topcopy {
	font-size:11px;
	margin: 0px 20px;
	}
	.topcopy img {
	height: 12px;
	}
	
	.topics_in { 
	font-size:12px;
	}
	
}

/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小）
 ================================================*/
@media screen and (max-width:490px) {
	
	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	font-size:13px;	
	padding:5.5px 55px 5.5px 10px;
	}
	
	.topics_in { 
	display:block;
	width: auto;
	}
}



/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小）
 ================================================*/
@media screen and (max-width:430px) {
	
	nav h3 {   /*全画面のheaderのかわり（sub=メニューの上のゲームタイトル、クリックでTOPページへ）*/
	font-size:12px;	
	padding:6px 40px 6px 10px;
	}
	
	h1	{
	font-size:19px;
	}
	h2	{
	font-size:16px;
	}
	
	.photo_main_50 { /*50％*/
	width:70%;
	}
	
	.photo_right_02 {
	float: right;
	width:50%;
	margin-top: 0.5em;
	margin-left: 1em;
  	margin-bottom:2em;
	border: solid 1px #fffff9;
	}
	
	.block_30 { 
	display: block;
	width: 90%;
	margin: 0 auto;
	}
	.block_25 { 
	display: block;
	width: 50%;
	margin: 0 auto;
	}
}

/*================================================
 *  スマートフォン向けデザイン（ゲームタイトルのフォントサイズ縮小、改行あり)
 ================================================*/
@media screen and (max-width:400px) {
	
	#main {
	padding:70px 15px 0px 15px;
	}
	th,td {
	font-size:12px;
	}
	.th_01 {
	font-size:12px;
	}
	td img {
	height:18px;
	}
}
