@charset "utf-8";



/*----------------------------------------------------*/ 
/* information
------------------------------------------------------*/ 
#information {
	background: #f2f8fe;
	padding: 0px 0 20px;
}

#information .category {
	text-align: center;
	transform: translateY(-50%);
	margin-bottom: 0;
}

#information h2 {
	text-align: center;
	font-size: 138%;
	margin-bottom: 30px;
}

#information .articlelist {
	max-width: 1000px;
	margin: 0 auto 20px auto;
}

#information .articlelist li {
	padding: 0 0 8px 0;
	margin-bottom: 8px;
	border-bottom: 1px dashed #c8c3c3;
}

#information .articlelist li span {
	display: inline-block;
}

#information .articlelist li span.date {
	margin-right: 2em;
}

#information .articlelist li span.title a {
	color: #333;
	text-decoration: none;
}

#information .articlelist li span.title a:hover {
	text-decoration: underline;
}

#information .ichiran {
	text-align:center;
}

#information .ichiran a {
	display: inline-block;
	padding: 3px 1em;
	background: #FFF;
	color: #b9a349;
	text-decoration: none;
	border: 1px solid #b9a349;
}

#information .ichiran a:hover {
	background: #b9a349;
	color: #FFF;
	border: 1px solid #b9a349;
}

@media only screen and (max-width: 767px) {

#information .articlelist {
	max-width: 1000px;
	margin: 0 20px 20px 20px;
}

}

/*----------------------------------------------------*/ 
/* top_blog
------------------------------------------------------*/ 
#top_blog {
	background: #f2f8fe;
	padding: 0px 0 20px;
}
#top_blog .category {
	text-align: center;
	transform: translateY(-50%);
	margin-bottom: 0;
}

#top_blog h2 {
	text-align: center;
	font-size: 138%;
	margin-bottom: 30px;
}

#top_blog .articlelist {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top_blog .articlelist li {
	padding: 0 0 8px 0;
	margin-bottom: 15px;
	width: 23%;
}

@media only screen and (max-width: 767px) {
	
#top_blog .articlelist li {
	padding: 0 0 8px 0;
	margin-bottom: 15px;
	width: 48%;
}
	
}
	
#top_blog .articlelist li a {
	color: #444;
	text-decoration: none;
}

#top_blog .articlelist li .thumb {
}

#top_blog .articlelist li .thumb img {
	aspect-ratio: 2 / 1.5;
	object-fit: cover;
	width: 100%;
	height: auto;
}

#top_blog .articlelist li a p  {
	margin: 10px 0 0 0;
}

#top_blog .articlelist li a p.date  {
	text-align: right;
	font-size: 88% ;
}

#top_blog .ichiran {
	text-align:center;
}

#top_blog .ichiran a {
	display: inline-block;
	padding: 3px 1em;
	background: #FFF;
	color: #b9a349;
	text-decoration: none;
	border: 1px solid #b9a349;
}

#top_blog .ichiran a:hover {
	background: #b9a349;
	color: #FFF;
	border: 1px solid #b9a349;
}


/*----------------------------------------------------*/ 
/* top_service
------------------------------------------------------*/ 

#top_service {
	width: 100%;
	padding: 50px 0 50px;
}

#top_service .category {
	text-align: center;
	margin-bottom: 20px;
}

#top_service h2 {
	text-align: center;
	font-size: 138%;
	margin-bottom: 30px;
}

#top_service .service {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

#top_service .service > div {
	width: 50%;
}

#top_service .service > div .photo {
	margin-bottom: 15px;
 text-align: center;
}

#top_service .service > div h3 {
	text-align: center;
	margin-bottom: 15px;
}

#top_service .service > div h3 span{
	display: block;
	font-weight: normal;
	font-size: 14px;
}

#top_service .service > div h3 a {
	color: #333;
	text-decoration: none;
}

#top_service .service > div h3 a:hover {
	text-decoration: underline;
}

#top_service .service > div p {
	text-align: center;
	line-height: 1.6;
}

@media only screen and (max-width: 767px) {

	#top_service .service {
	max-width: 1000px;
	margin: 0 20px;
	overflow: hidden;
}

#top_service .service > div {
	width: 100%;
	float:none;
}

#top_service .service > div .photo {
	text-align: center;
}
#top_service .service > div .photo img {
	max-width: 100%;
}
	
}
/*----------------------------------------------------*/ 
/* top_menu
------------------------------------------------------*/ 
#top_menu {
	background:#fcf2f3 ;
	width: 100%;
	padding: 30px 0 50px;
}

#top_menu ul {
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
}

#top_menu ul li {
	float: left;
	width: 33%;
}

#top_menu ul li img {
	max-width: 100%;
}


@media only screen and (max-width: 767px) {

#top_menu ul {
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}

#top_menu ul li {
	float: none;
	width: 100%;
	text-align: center;
	margin:  0 0 10px 0;
}

}
