@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}


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



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




/*================================================
 *  ポータル
 ================================================*/
* {
	margin: 0;
	padding: 0;
}

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

body {
  height: 100%;
  line-height: 1.6;
  background: /*#1b1c20*/ url("../images/common/bg.png") no-repeat top/cover fixed;
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI',Meiryo,sans-serif;
  font-size: .18rem;
 /* font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  letter-spacing: .08em;*/
}

body:before {  
	content: '';/*ボックス作成*/
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
}

body:after {  
	content: '';/*ボックス作成*/
  	position: fixed;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -2;

}
/*================================================
 *  #wrappertop #maintop
 ================================================*/


#wrappertop {
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
    z-index: 100;
    position: relative;
    
/*background画像の上に黒
	background:rgba(0,0,0,0.2);*/
}


body > #wrappertop {
	height: auto;
}

#main_head {/*飾りbox*/
	width:100%;
	height: 28px;
	border-bottom: 3px #e1c175 solid;	
	background: rgb(129,17,17);
background: linear-gradient(to bottom, #013e52, #0d6b8a);
}


#maintop {
	box-sizing: border-box;
	float:right;
	width:100%;
	padding:0px 20px 20px 20px;
/*	background:rgba(255,192,203,0.9);	*/
}

#maintop p {
	color:rgba(129,17,17,1);/*official web manual文字*/
	margin-top: 0;
  	margin-bottom:0.5em;
	padding:0;
	text-align: center;
/*	font-size: 1.5rem;
    text-shadow: 1px 1px 10px #4e454a, -1px 1px 10px #4e454a, 1px -1px 10px #4e454a, -1px -1px 10px #4e454a;*/
    background: linear-gradient(180deg, #c90000, #3b0000 70%);
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 6px hsl(0, 0%, 100%));

  font-size:2.25rem;

	padding: 10px 5px 20px;
	margin-bottom:0.5em;
/*	font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-optical-sizing: auto;*/
	line-height: 1.2em;
    
    
}

#maintop img {
	margin-top: 10rem;
	padding-top: 3rem;
	max-width: 350px;
	display: block;
	margin: 0 auto;
}



h1	{
	position: relative;
	text-align:center;
	color:rgba(129,17,17,1);
    font-size:2.0rem;
	font-weight: bold;
	line-height: 2.2rem;
	margin-top: 6rem;
/*	text-shadow: 1px 1px 10px #4e454a, -1px 1px 10px #4e454a, 1px -1px 10px #4e454a, -1px -1px 10px #4e454a;*/
    background: linear-gradient(180deg, #c90000, #3b0000 70%);
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 6px hsl(0, 0%, 100%));

/*  font-size:1.5rem;*/

	padding: 20px 5px 0;
	margin-bottom:0.5em;
	/*font-family: "Noto Serif JP", serif;*/
  font-weight: 900;
  font-optical-sizing: auto;
/*	line-height: 1.2em;*/
}

h1 > span {
	display: block;
	font-weight: bold;
    font-weight: 900;
	}
@media screen and (max-width:767px) {
h1.h1_wide{
    display: none;
}
}

@media screen and (min-width:768px) {
h1.h1_narrow{
    display: none;
}
}


ul {
	text-align:center;
	list-style:none;
	margin-top: 2.0rem;
	margin-left: 10%;
	margin-right: 10%;
}

li {
/*	width:19%;5つ並び*/
	width:33%;/*3つ並び*/
	display: inline-block ;
	margin:0;
	padding:0;
}

ul li a {
		text-decoration:none;
	}
	
.menu {
	display:block;
	padding:8px 0;
	margin: 0.6em 0.3em 0em 0em;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	/*border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; 
	margin: 10px 5px;/*テキストが長くなったら左右を変更*/
	color:#fff/*#fce45f/*#003C62*/;
	background: rgb(129,17,17);
background:linear-gradient(to bottom, #013e52, #0d6b8a);

}
	
.menu:hover  {
	color:#fffff9;
	background: rgba(153,120,45, 0.75);
}



#footer {
  position: sticky;
      bottom: 0px;
  width: 100%;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
    height: 200px;
}

.copy {
	/*padding-top:50px;*/
	font-size:13px;
/*	right: 0;
  	left: 0;
	bottom:0;*/
	text-align: center;
	width:100%;
    height: 200px;
	
	color: #fffff9;
	text-shadow: 1px 1px 10px #4e454a, -1px 1px 10px #4e454a, 1px -1px 10px #4e454a, -1px -1px 10px #4e454a;
}

.inline{
	display: inline-block;
}




/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1199px) {
	
	body:after {  
	background-size: 150% auto ;
	}
	

}


/*================================================
 *  無印とPK（カコミとか背景とかでグループが分かるようにしたい）
 ================================================*/
.group {
    padding:0 0 4em 0; 
    margin: 4em auto 10em;
    border: 1px solid #765c1c;
	width: 95%;
	max-width: 1000px;
}

.group h2 {
    text-align: center;    
	font-size: 21px;
    background: #765c1c;
    color: #fff;
    padding: 10px 0;
    margin-top: 0;
}

.group ul {margin: 2em;}

.group span {
    display: inline-block;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	
	body:after {  
	background-size: 300% auto ;
	}
	
	h1	{
		margin-top: 4rem;
	}
	
	h1,p	{
    font-size:20px;
	line-height: 24px;

	}
	
	ul {
	width:100%;
	display: block ;
		margin: 10px 0 0 0;
	}
	
	li{
	width:45%;
	}
	
	.copy p {
	font-size:11px;
	}
	.group {
    padding:0 0 4em 0; 
    margin: 4em auto 10em;
	width: 100%;
}


.group h2 {
    text-align: center;    
	font-size: 1rem;;
    background: #765c1c;
    color: #fff;
    padding: 10px 0;
    margin-top: 0;
}
	

}