.mainArea .mainArea__block {
	zoom: 1
}
.mainArea .mainArea__block:after {
	display: block;
	clear: both;
	content: ''
}
.mainArea {
	width: 100%;
	max-width:950px;
	margin: 0 auto
}
.mainArea .mainArea__block .item {
	float: left;
	width: 33.3%;
	padding-bottom: 20px;
	border-right: 1px solid #ccc
}
.mainArea .mainArea__block .item__inner {
	padding: 0 20px
}
.mainArea .mainArea__block .item:nth-of-type(3n) {
	width: 33%;
	border-right: none
}
.mainArea .item__thumbnail {
	width: 100%;
	margin-bottom: 30px;
	padding-top: 35px;
	text-align: center
}
.mainArea .item__tit {
	line-height: 1;
	margin-bottom: 30px;
	text-align: center
}
.mainArea .item__text {
	line-height: 26px;
	text-align: justify;
	letter-spacing: .005em
}

.support_list {
	margin-top:65px
}
.support_list ul {
	width: 100%;
	max-width: 950px;
	text-align: center;
}
.support_list li {
	display:inline-block;
	width:49%;
	vertical-align:top;
}
.support_list img {
	width:40%;
	max-width:400px;
}
.support_list h3 {
	padding:30px 0;
	font-size:20px;
}
.support_list p {
	width:70%;
	text-align:left;
	margin:0 auto;
	font-size:13px;
}

.mainArea .block__title h2 {
	padding:50px 0 20px;
	font-size:30px;
	color:#023061;
	text-align:center;
}

@media screen and (max-width: 767px) {
	.support_list li {
		display:initial;
  	}	
	.titleBlock {
		margin: 0 auto 45px;
		width:80%;
	}
	.support_list p {
		padding-bottom: 60px;
	}
    .mainArea .block__title h2 {
    	padding-bottom:0px;
    }
}