@charset "UTF-8";
/*--ブログボックス表示--*/
@media screen and (min-width: 641px) {


figure h3 {
	padding: 42% 0 5px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border: none;
	width: auto;
}
figure h4{
    height: 40px;
    padding: 0px;
	font-size: 90%;
	color: #252525;
	font-weight: bold;
    overflow: hidden;
	margin: 5px auto;
	line-height: 20px;
}
figure p {
	color: #fff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
figure span{
	font-size: 80%;
	color: #666;
	border: none;
	display: block;
}
#blogs figure {
	position: relative;
	overflow: hidden;
	margin: 0;
}
#blogs figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
#blogs figure:hover figcaption {
	opacity: 1;
}

#seminars figure {
	position: relative;
	overflow: hidden;
	margin: 0;
}
#seminars figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
#seminars figure:hover figcaption {
	opacity: 1;
}

.blog_content{
	width: 1052px;
}
.b_box{
	width: 240px;
	height: 240px;
	margin: 30px 17px 20px 0;
	border: 2px solid #edece4;
	display: block;
	float: left;
	background: #fff;
}
.b_img{
	width: 240px;
	height: 158px;
	overflow: hidden;
}
.b_img img{
	width: 100%;
}
.figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.figure:hover figcaption {
	opacity: 1;
}
.bt_box{
	width: 210px;
	height: 78px;
	padding: 10px;
    margin: 0 auto;
}

.index_rss{
width: 1030px;
    height: 280px;
    margin: 45px auto 0;
    overflow: hidden;

}
}
/* ----------スマホ向けの変更を行います！------------------------------------------ */
@media screen and (max-width: 640px) {
/* ------------------------------------------------------------------------------- */
igure h3 {
	padding: 35% 0 5px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border: none;
	width: auto;
}
figure h4{
	font-size: 100%;
	color: #252525;
    overflow: hidden;
	margin: 5px auto;
	line-height: 18px;
}
figure p {
	color: #fff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
figure span{
	font-size: 80%;
	color: #666;
	border: none;
	display: block;
}
#blogs figure {
	position: relative;
	overflow: hidden;
	margin: 0;
}
#blogs figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}


#seminars figure {
	position: relative;
	overflow: hidden;
	margin: 0;
}
#seminars figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}


.b_box{
    width: auto;
    height: auto;
    border-top: 1px solid #edece4;
    border-bottom: 1px solid #edece4;
    display: block;
    float: none;
    padding: 12px;
    margin-top: -1px;
}
.blog_content {
width: 100%;
background: #fff;
margin-top: 30px;
}


.b_img {
overflow: hidden;
    float: left;
    width: 120px;
    height: 80px;
}
    .figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}

.bt_box{
	    overflow: hidden;
    text-align: justify;
    padding: 1px 0 0px 12px;
}

.b_img img {
    vertical-align: bottom;
    height: auto;
        max-width: 100%!important;

}
}
