.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;
}

li{
	font-size: 18px;
}

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

.content__2col{
	display: flex;
	align-items: center;
}

.content__inner--right{
	width: 65%;
	margin-left: 50px;
}

.feature01 .content__2col{
	margin-bottom: 30px;
	justify-content: center;
}

.connectDR__title , .withDR__title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.feature01 .content__2col img{
	margin-right: 0;
}

h3+img{
	margin-bottom: 30px;
}

.txt__bold{
	font-weight: bold;
	margin-bottom: 0.5em;
}

@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;
	}

	.content__2col{
		flex-direction: column;
	}

	.content__inner--right{
		margin-left: 0px;
	}

	.connectDR__title , .withDR__title{
		font-size: 18px;
	}

	.feature01 .content__2col img{
		margin-bottom: 10px;
	}

	h3+img{
		margin-bottom: 10px;
	}
}