@charset "utf-8";

/*------------------------------------------------
▼ttl▼
------------------------------------------------*/
h2.ttl{
	font-size: 2em;
	font-weight: bold;
	position: relative;
	text-align: center;
	margin:0 0 40px;
}

h2.ttl span{
	width: 100%;
	font-size: 0.5em;
	position: absolute;
	bottom: -30px;
	left: 0;
}

@media screen and (max-width: 750px) {
	h2.ttl{
		font-size: 1.5em;
		margin:0 0 30px;
	}
}

/*------------------------------------------------
▼header▼
------------------------------------------------*/
header#top{
	width: 100%;
	height: auto!important;
	position: absolute;
	top: 0;
	z-index: 1;
}

header#intro{
	width: 100%;
	height: auto!important;
	background-color: #0C3558;
	border-bottom: 5px solid #DE050E;
}

header h1 img{
	width: 100px;
	height: auto;
}

header{
	width: 100%;
	height: 80px;
}

header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px;
}

header h1 a:link,
header h1 a:visited{
	color: #dddddd;
	text-decoration: none;
}


#wrap{
}
/*---スクロールヘッダー---*/
.header_sc{
	transform: translateY(0%);
	transition: .5s;
	z-index: 999;
}
 
.header_sc.hide{
	transform: translateY(-100%);
}


/*--- header SP---*/
@media screen and (max-width: 750px) {
header{
	justify-content: center;
}
}





/*------------------------------------------------
▼main▼
------------------------------------------------*/
main{
}

section{
}

.wrapper{
	width: 1200px;
	margin: 0px auto;
}

/*--- main SP---*/
@media screen and (max-width: 750px) {
main{
}

.wrapper{
	width: 100%;
}
	
}



/*------------------------------------------------
▼footer▼
------------------------------------------------*/
footer{
	background-color: #0C3558;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 0.8em;
}

footer ul{
	padding: 10px;
}

footer ul li{
	display: inline;
	margin: 0 20px;
	box-sizing: border-box;
}

footer ul li a{
	color: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
}

footer img{
	width: auto;
	height: 40px;
}


.foot_copy{
}

/*--- footer SP---*/
@media screen and (max-width: 750px) {
	footer{
		padding-bottom: 60px;
	}
	footer ul{
		margin: 20px 0;
		padding: 0px;
		display: flex; flex-wrap: wrap; flex-direction: row;
	}
	
	
	footer ul li{
		width : 50% ; 
		width : calc(100% / 2) ;
		margin: 0px;
	}
	footer ul li{
		padding: 10px;
}
	footer ul li a{
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
		text-decoration: none;
		border: 1px solid #FFFFFF;
}
	
}


/*------------------------------------------------
▼aside▼
------------------------------------------------*/
aside{}

/*--- aside SP---*/
@media screen and (max-width: 750px) {
aside{}
	
}




