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

.panel {
	display: none;
}

.panel.active {
	display: block;
}

.tab-area{
	display: flex;
	justify-content: center;
}

.tab {
	border: 2px solid #81838D;
	background-color: #fff;
	cursor: pointer;
	padding: 15px;
	margin: 10px;
	font-size: 24px;
}

.tab:hover{
	border: 2px solid #C00000;
	color: #C00000;
}

.tab.active{
	border: 2px solid #C00000;
	color: #C00000;
}

.panel__title{
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}

.txt__step{
	font-weight: bold;
	font-size: 24px;
}

.content__2col{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}

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

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

.content__attention{
	padding: 20px;
	border: 1px solid #FF0000;
	border-radius: 10px;
	margin-top: 10px;
}

.step__txt{
	font-size: 24px;
	font-weight: bold;
}

.content__attention ul{
	margin-top: 10px;
}

.content__attention li{
	list-style: disc;
	margin-left: 1em;
}

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

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

	.panel__title{
		font-size: 18px;
	}

	.content__2col{
		flex-direction: column;
	}

	.arrow__step img{
		width: auto;
	}

	.tab{
		font-size: 18px;
	}

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

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

	.txt__step{
		font-size: 18px;
	}

	.step__txt{
		font-size: 18px;
	}

	h3{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 22px;
	}
}