
.conts {
	margin: 0 auto;
    padding: 200px 15px 100px 15px;
	max-width: 1000px;
}
.title {
    background: linear-gradient(transparent 95%, rgb(0, 0, 0) 0%);
	margin-bottom: 50px;
}
.cont {
	margin-bottom: 30px;
}
.cont h1:before {
    content: '■';
    color: #000;
    margin-right: 5px;
}
.cont h1 {
	font-size: 16px;
}
.conts p {
	font-size: 16px;
}

@media screen and (max-width: 968px){
	.conts h1 {
		font-size: 13px;
	}
	.conts p {
		font-size: 13px;
	}
}

.conts a {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    font-style: normal;
	transition: all .3s;
}



@media (hover: hover) {
	.conts a:hover {
		opacity: 50%;
	}
}