.content__top{
	margin-bottom: 30px;
}

.txt__attention{
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	margin: 10px 0;
	text-align: center;
}

.txt__small{
	font-size: 16px;
}

.content__bg--gray p{
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.content__bg--gray .content__inner ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content__bg--gray .content__inner ul li{
	width: 300px;
	height: 200px;
    padding: 18px 20px;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.content__bg--gray .content__inner ul li a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.guide_icons li a img{
	width: 35%;
    margin: 20px auto;
}

.content__bg li{
	font-size: 18px;
	list-style: disc;
	margin-left: 1em;
}

h3{
	font-size: 24px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    text-align: center;
}

.txt__recommend , .txt__data{
	margin-top: 50px;
}

.txt__recommend{
	text-align: center;
}

.txt__small.right{
	text-align: right;
}


@media screen and (max-width: 768px){
	body .content__first{
		margin-top: 0px;
	}
	
	.txt__attention{
		font-size: 18px;
	}

	.content__bg--gray .content__inner ul li{
		width: 160px;
	}

	.content__bg--gray .content__inner .guide_icons li{
		height: 125px;
	}

	.content__bg--gray .content__inner ul li{
		padding: 9px 10px;
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.content__bg--gray .content__inner span{
		font-size: 12px;
		text-align: end;
	}

	.content__bg--gray .content__inner span img{
		width: 50%;
		height: 50%;
	}

	.content__bg--gray p{
		font-size: 18px;
	}

	.txt__small{
		font-size: 12px;
	}

	h3{
		font-size: 22px;
	}
}