@charset "UTF-8";
/* CSS Document */

#contents .titleWrap{
	background-image: url(../images/column/titlebk.png)
}

/*-----------------------------------*/

.columnList{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin: 70px 0 40px;
	position: relative;
}
.columnList::after{
	content: "";
	display: block;
	width: 22%;
}
.columnList .post{
	width: 22%;
	margin-bottom: 30px;
	text-align: center;
}

.columnList .pic{
	background: #eeeeee;
	border-radius: 100%;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	margin-bottom: 15px;
	 -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.columnList.article{
	font-size: 0.875em;
}
.columnList .article .date{
	display: block;
	margin-bottom: 5px;
	color: #818181;
}

.columnList .post a:hover .pic {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 767px) {
.columnList{
		margin: 30px 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	}
.columnList .post{
		width: 45%;
		margin-bottom: 15px
	}
.columnList::after{
	width: 45%;
}
.columnList.article{
		font-size: 0.75em;
	}
}
/*----------------------------------*/
.column{
	line-height: 1.8;
	margin-bottom: 60px;
}
.columnTtl{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.columnTtl::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
.columnTtl h3{
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 0 1.2em;
	z-index: 10;
	font-size: 1.75em;
}
.imgBig{
	text-align: center;
	margin-bottom: 50px;
}
.col1{
	margin-bottom: 50px;
}
.column .pic{
	text-align: center;
}
.col1 .pic{
	width: 44%;
}
.col1 .pic img{
	max-height: 350px;
}
.col1 .txt{
	width: 52%;
}
.causeTtl{
	display: block;
	background: #4072b3;
	border-radius: 50px;
	color: #fff;
	padding: 0.1em 0;
	text-align: center;
	margin: 0.5em 0;
}
.column .cause li{
	margin-top: 0.6em;
	position: relative;
	padding-left: 1.2em;
}
.column .cause li::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "\f14a";
	font-family: "FontAwesome";
}
.col02 {
	margin-bottom: 20px;
}
.col02 li{
	width: 33%;
}

.col3{
	background: #F0F0F0;
	padding: 15px;margin: 25px 0;
}
.col3 dt{
	width: 30%;
	margin: 0.5em 0;
	color: #4072b3;
	font-weight: 700;
	
}
.col3 dd{
	width: 70%;
	margin: 0.5em 0;
}

span.note{
	display: block;
	font-size: 0.75em;
}
.column .cause.flexb li{
	width: 50%;
}
.column .cause.flexb{
	margin-bottom: 0.5em;
}
.picList{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	position: relative;
}
.picList li{
	width: 30%;
	margin-bottom: 20px;
}
.picList li p{
	font-size: 0.875em;
	line-height: 1.4;
	margin-top: 0.3em;
}
.picList::after{
	content: "";
	width: 30%;
	display: block;
}
.tx_c{
	color: #4072b3;
	font-weight: 700;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
@media (max-width: 767px) {
	.column{
	margin-bottom: 40px;
}
.columnTtl{
	margin-bottom: 30px;
}

.imgBig{
	margin-bottom: 30px;
}
.col1{
	margin-bottom: 30px;
}
.col1 .pic{
	width: 100%;
	margin-bottom: 20px;
}
.col1 .pic img{
	max-height: 350px;
}
.col1 .txt{
	width: 100%;
	margin-bottom: 20px;
}
	.col02 li{
	width: 50%;
}
	.col3{
	padding: 15px;
		margin: 25px 0;
}
.col3 dt{
	width: 100%;
	
}
.col3 dd{
	width: 100%;
	margin: 0 0 0.5em;
}
	.column .cause.flexb li{
	width: 100%;
}
	.picList li{
	width: 100%;
}

.picList::after{
	content: none

}
}