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




/*-----------------------*/
.center{ text-align:center;}
.clear{ clear:both;}
.mb10{ margin-bottom:10px;}
.mt20{ margin-top:20px;}
.displayBlock{
  display: block;
}

/*-----------------------*/


html {
  scroll-behavior: smooth;
}

a:hover img{
	opacity:0.5;
}



/* ----------------------ページ背景---------------------- */
body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Verdana, メイリオ, Meiryo, sans-serif;
	/*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;*/
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #20bbff), color-stop(0.00, #3f66d9));
	background: -webkit-linear-gradient(#214dcc, #20bbff);
	background: -moz-linear-gradient(#214dcc, #20bbff);
	background: -o-linear-gradient(#214dcc, #20bbff);
	background: -ms-linear-gradient(#214dcc, #20bbff);
	background: linear-gradient(#214dcc, #20bbff);

	box-sizing:border-box;
}



/*============== wrap ==============*/
.wrap{
	width:100%;
	overflow:hidden;
}



/*============== header ==============*/
header iframe{
	display:none;
}



/*============== スマホ用ナビゲーション ==============*/
.pull-down-inner {
	width: 100%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	background-color:#3B77BA;
}

.pull-down-inner h1 {
	width:170px;
	height:50px;
	display: block;
}
/*MENU*/
.pull-down-inner span {
	font-size:11px;
	position:absolute;
	bottom:-8px;
}


.menu-icon {
	color: #fafafa;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 15px;
	cursor: pointer;
}

.menu-icon.current {
	opacity: 0.3;
}

.pull-down-list li {
	color:#fff;
}
.pull-down-list li a {
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	color:#fff;
}

.pull-down-list li img{
	width:50px;
	height:50px;
	vertical-align:middle;
}

.pull-down-list li a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	color: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.5em;
}

.pull-down-list li:nth-child(odd) {
	background:#5B95D7;
}
.pull-down-list li:nth-child(even) {
	background: #3B77BA; 
}

.theme-headline {
	font-size: 32px;
	line-height: 1.5;
	margin: 15px;
}






/*============== main ==============*/
.main{
	background-color:#fff;
	overflow:hidden;
}


/*================ サイドバー ================*/
.sidebar{
	display:none;
}





/*================ コンテンツ ================*/
.contents{
  width: calc(100% - 2em);
  margin: 2em auto;
}

.contents .header{
	margin-bottom:30px;
}








/*================ フッタ ================*/	
.footer{
	margin:20px auto;
	padding:10px 0 100px 0;
	width:90%;
	text-align:center;
	border-radius:10px;

	box-shadow:rgba(12, 84, 148, 0.8) 3px 3px 4px 1px;
	-webkit-box-shadow:rgba(12, 84, 148, 0.8) 3px 3px 4px 1px;
	-moz-box-shadow:rgba(12, 84, 148, 0.8) 3px 3px 4px 1px;
	
	background-image:url(../img/footer/bg_footer.jpg);
	background-color:#3583da;
	background-repeat:no-repeat;
	background-position:bottom center;
	-moz-background-size:contain;
	background-size:contain;
	

}
.footer ul:after{
	content:"";
	display:block;
	clear:both;
}
.footer ul{
	text-align:center;
}
.footer ul.nav1{
	border-bottom:1px solid #fff;
}
	.footer ul li{
		float:left;
		margin-left:10px;
	}
	.footer ul li.noLink{
		font-size:14px;
		color:#ddd;
		padding:5px;
	}
		.footer ul li a{
			display:block;
			padding:5px;
			text-decoration:none;
			font-size:14px;
			color:#fff;
		}
		.footer ul li a:hover{
			color:#FFDAA8;
		}

