.arrow__step {
    text-align: center;
    margin: 10px 0;
}

span{
	font-size: 18px;
}

.txt__small{
	font-size: 16px;
}

.content__2col .txt__small{
	font-size: 16px;
}

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

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

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

.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__2col{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content__2col:last-child{
	margin-bottom: 0;
}

.content__2col img{
	margin-right: 50px;
    width: 300px;
}

.content__2col p{
	margin-bottom: 1em;
}

.txt__num{
	font-size: 24px;
}

span.txt__attention{
	font-weight: bold;
	font-size: 24px;
	color: #FF0000;
}

.content__sub{
	margin-top: 50px;
	border: 1px solid #000;
	border-radius: 20px;
	padding: 30px;
}

.content__sub h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

.content__sub .txt__num{
	padding: 5px 0;
}

.content__2col .txt__num{
	margin-bottom: 10px;
	margin-top: 1em;
}

.content__set .txt__num:first-child{
	margin-top: 0;
}

@media screen and (max-width: 425px){
	.content__2col{
		margin-bottom: 10px;
		flex-direction: column;
	}

	.content__2col img{
		width: 100%;
		height: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 768px){
	.arrow__step img {
    	width: auto;
	}

	body .content__first{
		margin-top: 0px;
	}

	.txt__num{
		font-size: 18px;
	}

	.content__inner span.txt__attention{
		font-size: 18px;
	}

	.content__sub{
		padding: 10px;
		margin-top: 30px;
	}

	.content__sub h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.content__bg > p{
		font-size: 18px;
		margin-bottom: 30px;
	}

	.content__inner ul li{
		width: 160px;
	}

	.content__inner .guide_icons li{
		height: 125px;
	}

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

	.content__inner span{
		font-size: 16px;
		text-align: end;
	}

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

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

	.content__inner .txt__small{
		font-size: 12px;
	}

	.content__2col .txt__small{
		font-size: 12px;
	}

	.guide_icons span{
		font-size: 12px;
	}
}