@charset "UTF-8";
/* ===================================================================

	home CSS

=================================================================== */
.home_area{
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
}
@media all and (max-width: 767px){
.home_area > .visual_area{
	display: none;
}
}
.news_ttl_area{
	width: 100%;
	margin: 0 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.news_ttl_area > li:first-child{
	width: 60%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;	font-size: 1.8rem;
	position: relative;
}
ul.news_ttl_area > li:last-child{
	width: 40%;
	text-align: right;
	position: relative;
	padding: 0 30px 0 0;
}
@media all and (max-width: 767px){
.news_ttl_area{
	width: 100%;
	margin: 0 0 20px 0;
}

ul.news_ttl_area > li:first-child{
	width: 100%;
	font-size: 1.8rem;
	margin: 0 0 10px 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
ul.news_ttl_area > li:last-child{
	width: 100%;
	text-align: right;
	position: relative;
	padding: 0 30px 0 0;
}
}
ul.news_ttl_area ul.text li{
	display: inline-block;
	padding: 0 18px 0 0;
	margin: 0 14px 0 0;
	border-right: 1px solid #000000;
	font-size: 1.8rem;
	line-height: 1;
	position: relative;
}
ul.news_ttl_area ul.text li:last-child{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-right: 0px solid #000000;
}
ul.news_ttl_area .text_back:after {
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size: 10.0rem;
	line-height: 1;
	font-weight: bold;
  top: -120%;
  left: 32%;
	text-shadow: 1px 1px 0	#ccc, -1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, 0px 1px 0 #ccc, 0 -1px 0 #ccc, -1px 0 0 #ccc, 1px 0 0	#ccc;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	z-index: -1;
	content: 'News';
}
ul.news_ttl_area .text_back_lib:after {
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size: 10.0rem;
	line-height: 1;
	font-weight: bold;
  top: -120%;
  left: 32%;
	text-shadow: 1px 1px 0	#ccc, -1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px -1px 0 #ccc, 0px 1px 0 #ccc, 0 -1px 0 #ccc, -1px 0 0 #ccc, 1px 0 0	#ccc;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	z-index: -1;
	content: 'Library';
}




@media all and (max-width: 767px){
ul.news_ttl_area .text_back:after ,
ul.news_ttl_area .text_back_lib:after {
  position: absolute;
  display: inline-block; 
  white-space: nowrap;
  font-size: 6.0rem; 
  line-height: 1; 
  font-weight: bold;
  top: -50%;
  left: 0;
}
}
.news_ttl_area .list{
	font-size: 1.4rem;
}
.news_ttl_area .list::after {
  margin-left: 6px;
  line-height: 1;
  display: inline-block;
  content: "\e832";
  font-family: 'fontello';
  font-size: 1.2rem;
  top: 9px;
  position: absolute;
}
/* news_area */
.news_area{
	width: 100%;
	padding: 0 0 0;
	margin: 0 0 0;
}
.news_area .inner_base{
	position: relative;
	padding-right: 0;
	padding-left: 0;
}
.news_area .topics {
	width: 100%;
	margin: 0 auto 80px;
	padding: 0 0 10px 0;
	line-height: 1.4;
  font-size: 1.6rem;
  background-color: #ffffff;
  box-sizing: border-box;
}
.news_area .news_list_item{
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}
.news_area .news_meta{
	width: 100%;
	padding: 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #000;
}
@media all and (max-width: 767px){
.news_area .topics {
	border-bottom: 2px solid #000;
}
.news_area{
	margin: 0 0 0;
}
.news_area .news_list_item{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
.news_area .news_meta{
	width: 100%;
	padding: 10px 0;
	margin: 0 0 0 0;
	border-bottom: 0px solid #000;
	border-top: 2px solid #000;
}
}

.news_area .news_list_item .time{
	margin: 0 14px 0 0;
	padding: 0;
	font-size: 1.3rem;
	box-sizing: border-box;
	display: inline-block;
}
.news_area .news_list_item .cat{
	margin: 0;
	padding: 0;
	line-height: 1;
	display: inline-block;
}
.news_area .news_list_ttl{
	font-size: 1.8rem;
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: 500;
}
.news_area .news_list_item p{
	font-size: 1.5rem;
	color: #000000;
	line-height: 1.6;
	display: block;
	margin: 0 0 10px 0;
}
.news_area .news_list_item .list{
	text-align: right;
	font-size: 1.3rem;
	position: relative;
	line-height: 1;
}

/* library_area */
.library_area{
	width: 100%;
	padding: 0 0 0;
	margin: 0 0 0;
}
.library_area .inner_base{
	position: relative;
	padding-right: 0;
	padding-left: 0;
}
.library_area .library_set{
	width: 100%;
	margin: 0 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
  position: relative;
}
.library_area .library_set:after{
	position: absolute;
  content: '';
	display: inline-block;
  width: 100%;
  top: 30px;
  left: 30px;
  right: -30px;
  bottom: -30px;
  z-index: -1;
	background-image: url(../images/com/bg_01_all.png);
	background-position: left top;
	vertical-align: middle;
}
@media all and (max-width: 1260px){
.library_area .library_set:after{
  left: 0;
  right: 0;
}
}
@media all and (max-width: 767px){
.library_area .library_set:after{
  top: -120px;
  left: 0;
  right: 0;
  bottom: -30px;
}
}

.library_area .library_set li{
	width: 18.3%;
	margin: 0 0 20px 0;
	padding: 0;
}
.library_area .library_set li img{
	width: 100%;
}
.library_area .library_set li img{
	border: 1px solid #808080;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 480px){
.library_area .library_set li{
	width: 40.0%;
	margin: 0 auto 20px;
	padding: 0;
}
}