.tsuushin{
	padding-top: 100px;
	background-color: #FDF8F2;
	color:#000;
}
.tsuushin > .title{
	font-size:28px;
	line-height: 48px;
	text-align: center;
}
.tsuushin > .text-wrapper{
	text-align: center;
}
.tsuushin > .text-wrapper h2{
	font-size:32px;
	font-weight:bold;
	line-height: 54px;
	margin:150px 0 70px 0;
	position:relative;
}
.tsuushin > .text-wrapper h2:after{
	content: '';
	width: 80px;
	height: 2px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 55px)
}
.tsuushin > .text-wrapper p{
	font-size:24px;
	line-height: 30px;
	margin-bottom:10px;
	transition: all 0.3s;
}
.tsuushin > .text-wrapper p:hover{
	opacity: 0.5;
}
@media(max-width: 750px) {
	.tsuushin{
		padding-top: 60px;
	}
	.tsuushin > .title{
		font-size:14px;
		line-height: 25px;
	}
	.tsuushin > .text-wrapper h2{
		font-size:20px;
		font-weight:bold;
		line-height: 44px;
		margin:50px 0 30px 0;
		position:relative;
	}
	.tsuushin > .text-wrapper h2:after{
		width: 40px;
		bottom: -10px;
		left: calc(50% - 20px)
	}
	.tsuushin > .text-wrapper p{
		font-size:14px;
		line-height: 25px;
	}
}


