.content__top{
	margin-bottom: 30px;
}

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

.content__2col{
	display: flex;
	justify-content: space-between;
}

.content__2col .content__inner{
	text-align: center;
	width: 48%;
}

.txt_title{
	color: #fff;
	background-color: #C00000;
	margin-bottom: 10px;
	padding: 5px;
}

.txt{
	text-align: left;
	margin-bottom: 1em;
}

.content__2col .content__inner h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content__2col .content__inner img{
	width: 100%;
	margin-bottom: 10px;
}

.txt__small{
	font-size: 16px;
}

.sim__1 .content__inner div{
	text-align: center;
}

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

.sim__1 img , .sim__2 img{
	margin: 10px 0;
}

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

.app__inner{
	margin-top: 30px;
}

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

.guide_icons li{
	font-size: 18px;
}

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

	.content__2col{
		flex-direction: column;
	}

	.content__2col .content__inner{
		width: 100%;
	}

	.content__2col .content__inner:first-child{
		margin-bottom: 30px;
	}

	.content__2col .content__inner h3{
		font-size: 22px;
	}

	.anker{
		flex-wrap: nowrap;
		width: 100%;
		margin-bottom: 10px;
	}

	.anker p{
		word-break: break-all;
	}

	.sim__1 h3, .sim__2 h3{
		font-size: 22px;
	}

	.sim__2 li{
		font-size: 16px;
	}

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