@charset "UTF-8";

/******* 委員会 *******/
.mod-block{
	overflow: hidden;
	text-align: center;
}

.mod-block p{
	font-weight: bold;
}

.mod-block .col-3{
    padding: 0 4px;
    margin: 0 0 20px;
	display:inline-block;
}


.committee figure{
    display: inline-block;
    width: 30%;
    margin: 0 2% 30px 0;
    vertical-align: top;
}
.committee figure .img{
    display: block;
    position: relative;
    padding: 3px;
}
.committee figure .img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/frame_green.png);
    position: absolute;
    top: 0;
    left: 0;
}
.committee figure.green .img:before{ background-image: url(../img/frame_green.png); }
.committee figure.blue .img:before{ background-image: url(../img/frame_blue.png); }
.committee figure.purple .img:before{ background-image: url(../img/frame_purple.png); }
.committee figure.red .img:before{ background-image: url(../img/frame_red.png); }

.committee figure figcaption{
    color: #4e3c25;
    font-size: 20px;
    margin-bottom: 20px;
	font-weight: bold
}

/*============================================

SP用CSS

============================================*/
@media screen and (max-width: 767px){
	.committee figure figcaption{
		font-size: 14px;
		font-weight: bold;
		margin: 5px;
	}
	
	.committee figure{
		width: 47%;
		margin-bottom: 30px;
	}
}

/*============================================

SP400pxまで用CSS

============================================*/
@media screen and (max-width: 400px){
    
}



