@charset "utf-8";


/* ****************************************************************************

　目次
　01. 基本
　03. コンテンツ

-------------------------------------------------------------------------------

*/
/* ==

　01. 基本

=============================================================================== */
#main {
	width: auto;
	min-width: 910px;
	max-width: 950px;
	/*padding: 0 20px;*/
	/*font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;*/
}
/* ==

　02. コンテンツ

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
/*.lVisual01 {
	min-width: 950px;
	height: 180px;
	margin: 0 0 100px;
	background: url(../images/library_bg01.jpg) center center no-repeat;
	background-size: cover;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.lVisual01_in {
	position: relative;
	max-width: 1320px;
	height: 100%;
	margin: 0 auto;
}
.lVisual01_front {
	position: absolute;
	right: 20px;
	bottom: 15px;
	width: 255px;
	height: 62px;
	background: rgba(34, 34, 34, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
}
.lVisual01_tit {
	line-height: 60px;
	margin: 0;
	padding: 0 15px;
	border: none;
	background: none;
	color: #fff;
	font-size: 184%;
}
.lVisual01_en {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 52px;
	padding: 0 15px;
	color: #fff;
	font-size: 117%;
}
/* 見出し
------------------------------------------------------------------------------- */
#main h2 {
	font-size: 18px;
	padding: 10px 15px;
}
#main h3 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/* コンテンツリスト
------------------------------------------------------------------------------- */
#main img.border {
	border: 1px solid #d1d1d1;

}

#main .lBlock01 {
	position: relative;
	margin: 0 0 30px;
	padding: 35px;
	background: #ccc;
}
#main .lBlock01:first-child {
	margin-top: 0;
}
#main .lBlock01_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	/*margin: -35px 0 0;*/
	margin: 0;
	font-size: 100%;
}
#main .lBlock01_list::after {
	content: "";
	display: block;
	width: 31%;
	max-width: 360px;
}
#main .lBlock01 li {
	width: 29.69%;
	max-width: 260px;
	margin: 0px 0 0;
}
#main .lBlock01_wrap {
	display: block;
	/*height: 100%;*/
	padding: 0;
	color: #000;
	/*background-color: #fff;*/
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
#main .lBlock01_wrap_yoko {
	display: block;
	/*height: 100%;*/
	padding: 0px 0 0;
	color: #000;
	/*background-color: #fff;*/
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
#main .lBlock01_img {
	display: block;
	max-width: 130px;
	margin: 0 auto;
	border: 1px solid #d1d1d1;
}
#main .lBlock01_img_yoko {
	display: block;
	max-width: 260px;
	margin: 0 auto;
	border: 1px solid #d1d1d1;
}
#main .lBlock01_caption {
	display: inline-block;
	position: relative;
	line-height: 1.333;
	margin: 15px 0 0;
	font-size: 134%;
	text-align: center;
}
#main .lBlock02 {
	position: relative;
	margin: 0px 0 30px;
	padding: 35px;
	background: #f4f4f4;
}
#main .lBlock02:first-child {
	margin-right: 0;
}
#main .lBlock02_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -35px 0 0;
	font-size: 100%;
}
#main .lBlock02_list::after {
	content: "";
	display: block;
	width: 31%;
	max-width: 360px;
}
#main .lBlock02 li {
	width: 29.69%;
	max-width: 260px;
	margin: 35px 0 0;
}
#main .lBlock02_wrap {
	display: block;
	color: #000;
	text-decoration: none;
}
#main .lBlock02_img {
	display: block;
}
#main .lBlock02_img img {
	width: 100%;
}
#main .lBlock02_caption {
	line-height: 1.4;
	margin: 15px 0 0;
	font-size: 134%;
	text-align: center;
}
#main .lBlock02_link {
	line-height: 1.3;
	margin: 10px 0 0;
	font-size: 117%;
	text-align: center;
}
#main .lBlock02_link a {
	display: inline-block;
	color: #414D6E;
}
#main .lBlock02_link a::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 7px;
	margin: 0 8px 0 0;
	background: url(/common/images/ico_arw04.gif) left top no-repeat;
	background-size: 100% 100%;
	vertical-align: 0.05em;
}
#main .lBlock03 {
	position: relative;
	margin: 80px 0;
	padding: 55px 37px 50px;
	background: #f8f8f8;
}
#main .lBlock03:first-child {
	margin-top: 0;
}
#main .lBlock03_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.5;
	margin: -35px 0 0;
	font-size: 134%;
}
#main .lBlock03_list::after {
	content: "";
	display: block;
	width: 29.69%;
	max-width: 260px;	
}
#main .lBlock03 li {
	width: 32%;
	max-width: 400px;
	margin: 35px 0 0;
}
#main .lBlock03 li a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 15px;
}
#main .lBlock03 li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 7px;
	background: url(/common/images/ico_arw04.gif) left top no-repeat;
	background-size: 100% 100%;
}
#main .lBlock03 li a[href$='.pdf'] {
	padding: 0 0 0 25px;
}
#main .lBlock03 li a[href$='.pdf']::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.32em;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(/common/images/ico_pdf01.gif) left top no-repeat;
	background-size: 100% 100%;
}

