body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 86%;
	line-height: 1.7em;
	letter-spacing: 0.04em;
	font-family:
    'メイリオ',
    Meiryo,
    'Lucida Grande',
    Verdana,
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    Osaka,
    'ＭＳ Ｐゴシック',
	sans-serif;
	}

/* header
----------------------------------------------------------------------------------------------- */

#wrapper{
	width:100%;
}

header{
	width:100%;
	overflow: hidden;
}

#top-logo{
	margin: 18px 0px 14px 12px;
}

#top-logo img{
	width: 60%;
}

.bg-slider{
	width: 100%;
	height: 98vw;
	background-position:top center;
	background-size: cover;
	/*display: flex;
	align-items: top;
	justify-content: center;*/
	}

#top-catch{
	position: relative;
	width: 64%;
	float: right;
	margin: 2em 1em 0em 0em;
	z-index: 100;
}

#top-catch img{
	width: 100%;
}

#top-pict{
	position: relative;
	width: 60%;
	float: left;
	margin: -4em 0em 0em 2em;
	z-index: 10;
}

#top-pict img{
	width: 100%;
}

#top-pict2{
	display: none;
}



/* main
----------------------------------------------------------------------------------------------- */

main{
	width:100%;
	overflow: hidden;
	}

nav{
	width: 100%;
	margin: 0px auto 30px;
	line-height: 1.4em;
	background-color: #dedcfe;
}

nav ol{
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 10px 0px;
}
	
nav li{
	padding: 6px 0px 8px;
}

.nav-1 img{
	width:36%;
	border-bottom: 1px solid #0000b4;
	padding-bottom: 3px;
}

.nav-2 img{
	width:80%;
	border-bottom: 1px solid #0000b4;
	padding-bottom: 3px;
}

.nav-3 img{
	width:68%;
	border-bottom: 1px solid #0000b4;
	padding-bottom: 3px;
}

/* お知らせ
----------------------------------------------------------------------------------------------- */

#info{
	width: 94%;
	margin: 0px auto 30px;
}

.content-lead{
	margin-bottom: 40px;
}

.content-lead-center{
	margin-bottom: 40px;
	text-align: center;	
}

.content-head{
	margin: 40px 0px 25px;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	color: #0000b4;
	line-height: 1.1em;
}

.content-head-e{
	font-size: 60%;
	color: #777;
}

.info-post{
	border-bottom: 1px solid #87f384;
	padding: 28px 0px 24px;
}

.info-post-title{
	margin-bottom: 12px;
}

.info-post-title span{
	font-size: 110%;
	background-color: #c3ffc2;
	padding: 10px;
	font-weight: bold;
}

.info-post-pict img{
	width: 70%;
	margin: 12px 6px 2px;
}

/* about
----------------------------------------------------------------------------------------------- */

.about-title-bg{
	background: url(../img/about_title_bg.jpg) no-repeat top left;
	width: 100%;
	height: 30vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: middle;
	justify-content: center;
	display: table;
}

.page-title{
	text-align: center;
	display: table-cell;
	height: 46px;
	vertical-align: middle;
}

.page-title img{
	width: 92%;
	
}	
	
#about{
	width: 94%;
	margin: 0px auto 40px;
}

.content-head-sub{
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	background: url(../img/title_sub_line.jpg) no-repeat bottom center;
	padding-bottom: 20px;
	margin: 30px 0px;
	clear: both;
}

.cogtr-program img{
	width: 100%;
}

.books-set{
	width: 45%;
	margin: 0px 8px 30px;
	float: left;
	font-size: 88%;
	line-height: 1.5em;
	letter-spacing: 0em;
}

.books-set-right{
	width: 45%;
	margin: 0px 10px 30px;
	float: left;
	font-size: 88%;
	line-height: 1.5em;
	letter-spacing: 0em;
}

.books-set img{
	width:100%;
}	
	
.books-set-large{
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	letter-spacing: 0em;
}

.books-set-large .books-pict img{
	width: 100%;
}

.books-title{
	font-weight: bold;
}

.books-pict{
	width: 100%;
	margin-top: 10px;
}

.books-pict img{
	width: 100%;
}

.miwa-syoten-btn{
	display: block;
	width: 70%;
	margin: 3px auto;
	background-color: #fe781f;
	color: #fff;
	border-radius: 6px;
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}


/* member
----------------------------------------------------------------------------------------------- */

.member-title-bg{
	background: url(../img/member_title_bg.jpg) no-repeat top left;
	width: 100%;
	height: 30vw;
	background-position:top center;
	background-size: cover;
	display: flex;
	align-items: middle;
	justify-content: center;
	display: table;
}

.img-center{
	display: block;
	text-align: center;
	margin-top: 30px;
}

.img-center img{
	width: 70%;
	
}


.message-img{
	float: right;
	width: 54%;
	margin-left: 12px;
	margin-bottom: 10px;
}

/* footer
----------------------------------------------------------------------------------------------- */

footer{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

#footer-content{
	width: 94%;
	margin: 0px auto 20px;
	font-size: 80%;
}