@charset "UTF-8";

.section--chance .section__title .second{
	display:block;
	font-size:37px;
	margin-bottom:50px
}@media screen and (max-width:768px){
	.section--chance .section__title .second{
		font-size:25px;
		line-height:40px;
		margin-bottom:10px
	}
}

.section--reason .section__title .second{
	display:block;
	font-size:37px;
	margin-bottom:50px
}@media screen and (max-width:768px){
	.section--reason .section__title .second{
		font-size:25px;
		line-height:40px;
		margin-bottom:10px
	}
}

.section--attempt .section__title .second{
	display:block;
	font-size:37px;
	margin-bottom:40px;
	line-height:60px
}@media screen and (max-width:768px){
	.section--attempt .section__title .second{
		font-size:25px;
		line-height:40px;
		margin-bottom:10px
	}
}

