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

*{
	margin: 0;
	padding: 0;
}

/*html{height: 100%;}*/

body{
	
	
	/*font-family: 'Shippori Mincho', serif;*/
	font-family: 'Sawarabi Mincho', serif;
	color:#CCCCCC;
	
	/*font-family:
	"游明朝", "ＭＳ 明朝"
	
	
	"Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	height: 100%;*/
	}
/**/
a{
	text-decoration:none;
	color:#EEEEEE;
}
a:link{	text-decoration:none;
	color:#EEEEEE;}
a:active{	text-decoration:none;
	color:#e6e6fa;
}	
a:visited{text-decoration:none;
	color:#e6e6fa;
}

strong{font-weight:normal;}


.wbg{
	/*background:#1E165E;*/	
	background: linear-gradient( 
						#2B0968,
						#1E1E82,
						#1E1E82,
						#180F5C,
						#181055,
						#1E165E,
						 #1E165E,
						 #191970,
						 #13057B,
						 #320E63
						
						 );

	}
	
/*== HEADER text-align:center;==*/
header{

	z-index:9; /* 最前面に来るように */
	/*height:100px;
	background:pink;*/
	/*高さは、hum-styleの header の所で指定*/
}


.ttl-header{
	/*display:flex:
	flex-direction:row;
	justify-content: flex-end;
	flex-wrap:wrap;
	align-items: flex-end;*/
	
	/*text-align:center;
	background:blue;*/

	padding-top:30px;
	padding-bottom:10px;
	
	width:90%;
	margin:0 auto;

	border-bottom:solid 1px #AAA;
}

.ttl-area{
	display:flex;
	flex-direction:column;
	align-items:center;
		justify-content: flex-end;
/**/
	width:26%;
	margin-left:73%;
	/*vertical-align:bottoom;*/
	

		/*float:left;
	background:purple;*/
}

.ttl{
		display:flex;
	flex-direction:row;
	align-content:flex-end;
/**/

	/*float:left;
	background:orange;*/

}

h1{
	font-weight:normal;
	/*display:inline;*/
	font-size:1.2em;
}

.dotte{
	line-height:1.5em;/**/
	margin:0 0.3em;
	
/*	alignment-baseline:  text-after-edge; */
}

.ttl-yk{
		font-weight:normal;
	font-size:1.3em;
}

.sub-ttl{
	font-weight:normal;

	/*float:left;*/
	}
	
.logo{

	width:42%;/**/
	margin-top:0.2em;
	/*float:left;
	background:red;*/
	}
.logo img{
		width:95%;/**/
}


.pg-ttl{

	text-align:center;/**/
	font-size:2em;
	font-weight:normal;
	/*padding-top:50px;
	width:30%;
	margin-left:50%;*/


	/*background:green;*/
}



/*== CONTENTS ==*/
.contents{
	width:80%;
	margin:0 auto;
}

.sk-wrapper{
	
}

.bg-deco{
 /*background-image:url(../img/bg-8.png);
 	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom center;
	background-size: cover;*/
}

.sk-box {
  display: flex;/*定義*/
  flex-direction: row;/*横並び*/
  flex-wrap: wrap;/*折り返す｜　nowrapで、伸縮する*/
  justify-content: space-between;/*横方向均等*/
  align-items:center;/*縦方向均等*/
  
   margin:100px auto;
 	/*padding:60px 0;
 	background:red;*/
}

/*.contents li{
	
	width:250px;250px*/
	/*height:250px;250px*/
	/*margin:60px 25px;60px 25px
	position:relative;*/
	
	
	
	/*text-align:center;
	vertical-align :middle;
		}
*/
.sk-box {
  display: flex;/*定義*/
  flex-direction: row;/*横並び*/
  flex-wrap: wrap;/*折り返す｜　nowrapで、伸縮する*/
  justify-content: space-between;/*横方向均等*/
  align-items:center;/*縦方向均等*/
}
.sk {
	margin:0 auto;
}

.sk img{ width:90%; }

/*
.lft{float:left;}
.cnt{float:left; margin:0 auto;}
.rgt{float:right;}
*/



/*.sk-yk{
		position:absolute;
		top:50px;
		left:20px;
}
.sk-tt{
		position:absolute;
		top:20px;
		left:50px;
}		
*/

/**/

	/*== FOOTER ==*/
.footer{
	width:100%;

}

.ft-contents{
	width:90%;
	margin:0 auto;
	
	height:35px;
	/*background:#1E165E;*/
	padding-top:15px;
	
	border-top:solid 1px #AAAAAA;
	
}

.footer p{
	width:15%;
	margin: 0 auto;
	vertical-align: middle;
	
	color: #CCCCCC;
	
	
}


.footer{
	color:#e6e6fa;
	/*background:#1E165E;*/
	padding-top:15px;

	
}


.ft-menu{
	width:70%;
	margin: 0 auto;/*
	margin-left: 1em;*/
	display:flex;
	flex-direction:column;
	
	/*flex-wrap: wrap;*/
	

}

.ft-wks{
	margin-bottom: 0.4em;
	font-size:0.9em;
	letter-spacing:0.3em;
	
	margin-bottom:0em;
	float:left;/**/
}

.ft-wks-menu{
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	/*white-space:normal;nowrap*/
	
	margin-bottom:0.5em;
	line-height:1.2em;
}
.ft-wks-menu li{

}
.ft-wks-menu a{ 
	font-size:0.8em;
	white-space:nowrap;normal;/**/
	/*font-size:0.5vw;*/
	
	letter-spacing:0.2em;

}

.ft-fvt{
	font-size:0.9em;
}

.footer p{
	width:50%;
	margin:0 auto;
	text-align:center;

	padding-left:0;
	padding-top:20px;
	padding-right:0;
	padding-bottom: 30px;
	
	letter-spacing:0.2em;
	font-size:0.9em;
	color: #e6e6fa;
	
}




/*== ■ media screen ==*//*1140px*/
@media screen and (max-width: 980px){
	
	h1, h2, h3, p, .ttl-yk{
		font-size:1em;
	}
	.dotte{
		line-height:1.2em;
	}
	/**/
	.ttl-area{
		width:30%;
		margin-left:65%;
	}
	
	.logo{
		width:70%;
		
	}
	.contents{/*background:pink;*/}
	.sk-wrapper{
		margin-top:70px;
	}
/**/
	.sk-box{ margin-top:0; margin-bottom:0; }
	.sk{margin-top:50px; width:80%;}
	.sk img{width:100%;}
	
	.ft-menu{
		width:90%;
		font-size:0.8em;
		
	}
	.footer{ margin-top:50px; }	
	.footer p{ width:80%; text-indent:-2em; }
}