.zzc {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

.banner {
	width: 100%;
	margin-top: 131px;
	display: block;
}

.banner_pc {
	display: none;
}

.tab_content {
	width: 100%;
	background: #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab_list {
	max-width: 1300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tab_box {
	padding: 30px 25px;
	font-weight: 400;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	transition: .3s linear;
	/* transition: .5s linear; */
}

.tab_box>a {
	color: #484848;
	text-decoration: none;
}

.bottom_line {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #E71A1E;
	box-shadow: 0 0 5px #E71A1E;
	bottom: 0;
	left: -100%;
	/* display: none; */
	transition: .3s linear;
	text-decoration: none;
}

.bottom_lines {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #E71A1E;
	box-shadow: 0 0 5px #E71A1E;
	bottom: 0;
	left: 0;
}

.tab_box:hover {
	text-shadow: 0 0 15px #a1a1a1;
}

.tab_box:hover>.bottom_line {
	left: 0;
}


.page_content {
	width: 100%;
	padding-top: 100px;
}


.text_title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #121212;
}

.text_title_line {
	width: 30px;
	height: 3px;
	background: #E71A1E;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
}

.text_contents {
	max-width: 1160px;
	padding: 0 20px;
	margin: 0 auto; line-height:200%; padding-bottom:30px;
}

.ql-align-center>img {
	width: 100%;
}

.ql-align-right {
	margin-top: 30px;
	text-align: right;
}

.ql-align-center {
	margin: 40px 0 30px 0;
	text-align: center;
}
 

@media only screen and (max-width: 1360px) {

	.tab_box {
		padding: 25px 20px;
	}
 
}

@media only screen and (max-width: 1100px) {
	.tab_box>a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.tab_box>a {
		font-size: 16px;
	}


	.tab_content {
		overflow-x: auto;
		display: flow-root;
		scrollbar-width: none;
	}

	.tab_list {
		max-width: unset;
		width: 150%;
	}

	.tab_box {
		padding: 25px 45px;
		font-size: 28px;
		text-align: center;
	}

}

@media only screen and (max-width: 900px) {
	 

	.tab_box {
		padding: 25px 25px;
		font-size: 28px;
		text-align: center;
	}
}
 

@media only screen and (max-width: 768px) {
	.banner {
		display: none;
	}

	.banner_pc {
		display: block;
		margin-top: 0;
		max-width: 100% !important;
		font-size: 0;
	}

	.banner_pc>img {
		max-width: 100% !important;
	}

 

}

@media only screen and (max-width: 680px) {
	.tab_box {
		min-width: 10%;
		padding: 15px 25px;
		font-size: 28px;
		/* text-align: center; */
		text-wrap: nowrap;
	}


}

@media only screen and (max-width: 567px) {

	.tab_box {
		min-width: 15%;
	}
}

 
@media only screen and (max-width: 430px) {
	.page_content {
		padding-top: 30px !important;
	}
	.text_title{
		font-size: 22px;
	}

	.text_title_line{
		margin-bottom: 30px;
	}

	.text_contents{
		font-size: 16px;
		margin-bottom: 20px;line-height:200%; padding-bottom:30px;
	}
}