/* CSS Document */


/*----------------------------------*/
/* ページ全体
/*----------------------------------*/
body {
/*	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; */
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	background: #bc955e;
	width: 100%;
}

a {
	color: #dad1bf;
	text-decoration: none;
	font-weight: bold;
	padding: 16px;
	background: #bc955e;
}

a:hover {
	text-decoration: none;
	color: #bc955e;
	background: #dad1bf;
}


/*----------------------------------*/
/* ヘッダ
/*----------------------------------*/
h1 {
	text-align: center;
	margin: 5vh;
	color: #dad1bf;
	line-height: 180%;
}

ul {
	list-style: none;
}

#top-img {
	width: 100%;
}

/*----------------------------------
/* ナビゲーション
/*----------------------------------

/* PC表示 */
header {
	margin-bottom: 3vh;
}
header nav {
	margin-right: -16px;
}
header nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
header nav ul li a{
/*	color: #000; */
	color: #dad1bf;
	text-decoration: none;
	font-weight: bold;
	padding: 16px;
}
#nav_toggle{
	display: none;
}


/*----------------------------------
/* セクション
/*----------------------------------
/*---- PC/スマホ共通 ----*/

h2 {
	width: 50%;
	text-align: center;
	padding: 5vh 5vh 2vh;
	margin:0 auto 5vh auto;
	border-bottom: 2px solid #933833;

}


h3 {
	border-left: 8px solid #933833;
	padding: 2vh 2vh 2vh 1em;
	margin: 3vh 0;

}

section {
	width: 60%;
	margin: 5vh auto;
}

section > p {
	margin: 0 2em;
	line-height: 240%;
}

section > ol {
	margin: 0 3em 5vh;
	line-height: 280%;
}

section > dl {
	margin: 0 2em 5vh;
}

section > dl > dt {
	font-weight: bold;
	margin-bottom: 2vh;
}

section > dl > dd {
	margin: 0 1em 5vh;
}

section > dl > dd > ul > li {
	line-height: 240%;
}

section > dl > dd > p {
	line-height: 240%;
}



section#card-container  {
	display: flex;
	justify-content: center;
	margin: 5vh auto;
}

section#card-container > div {
	width: 25%;
	border: 1px solid #666;
	margin: 5vh;
	background: #fff;
}

section#card-container > div > img {
	display: block;
	width: 60%;
	margin: 2vh auto;
}

section#card-container > div > a {
	display: block;
	padding: 3vh;
	text-align: center;
	font-size: 1.4em;
	background: #fff;
	color: #bc955e;
	font-weight: bold;
	text-decoration: none;
}

p.remarks {
	font-size: 0.8em;
	line-height: 120%;
}

section#financial ol li {
/*	color: #000; */
	color: #dad1bf;
	text-decoration: none;
	font-weight: bold;
	padding: 16px;
}

section#activity ol li {
/*	color: #000; */
	color: #dad1bf;
	text-decoration: none;
	font-weight: bold;
	padding: 16px;
}

section#inqury {
	margin-bottom: 5em;
}

footer {
	background-color: #c4bc97;
    width: 100%;
    min-height: 3em;
	padding: 1em;
    position: fixed;
    bottom: 0;
	text-align: center;
}

/*----------------------------------*/
/* Facebookフィード
/*----------------------------------*/
.bl_facebookFeed {
	margin: 3em 0 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/* .bl_facebookFeed {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.bl_facebookFeed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
