@charset "UTF-8";

.mod-sumai-mb60{
	margin-bottom:60px;
}
.mod-sumai-txt1 p{
	min-height:125px;
}
.mod-sumai-txt2 p{
	min-height:75px;
}
.mod-sumai-mb60 h3 a{
	text-decoration: none;
	color:#333;
	font-weight: normal;
}
.mod-sumai-mb60 h3 a:hover{
	text-decoration: underline;
	font-weight: normal;
}

.volunteer-topics__area {
	height: 460px;
    overflow-y: auto;
    clear: both;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.volunteer-topics__list {
	padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.volunteer-topics__opendate {
	margin: 0;
	color: #999;
}
.volunteer-topics__opendate-new {
	color: #b30000;
}
.volunteer-topics__list-title {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 -10px 0;
}
.volunteer-topics__list-thumb {
	text-align: center;
	margin-top: 15px;
}

@media screen and (min-width: 600px) {
	.lout-row{
		display: flex;
		flex-wrap: wrap;
	}
	.volunteer-topics__list-wrap {
		display: -webkit-flex;
	    display: -ms-flex;
	    display: flex;
	    justify-content: space-between;
	}
	.volunteer-topics__list-content {
		flex: 1;
	}
	.volunteer-topics__list-thumb {
		width: 200px;
		margin-top: 0;
		margin-left: 50px;
	}
}