*[data-url]
{
	cursor:pointer;
}
body
{
	padding-top:217px;
	@media(max-width:1199px)
	{
		padding-top:150px;
	}
}
#head
{
	
	z-index:1000;
	display:flex;
	background-color: #fff;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	@media(min-width:1600px)
	{
		padding-left:4%;
		padding-right:4%;
	}
	@media(max-width:1599px)
	{
		padding-left:calc(50% - 590px);
		padding-right:calc(50% - 590px);
	}

	@media(max-width:1199px)
	{
		padding-left:0;
		padding-right:0;
	}

	@media(min-width:1200px)
	{
		padding-top:20px;
		padding-bottom:20px;
		align-items:center;
		#menu-button
		{
			display: none;
		}
	}

	@media(min-width:1200px)
	{
		
	}
	
	#head-menu
	{
		flex:1;
		ul
		{
			&#socil-menu
			{
				margin-bottom:10px;
				z-index:100;
				li
				{
					a
					{
						transition-duration:0.5s;
						i
						{
							width: 35px;
							height: 35px;
							line-height: 35px;
							border-radius: 100%;
							text-align: center;
							background-color: $default-color;
							color:#fff;
							&.base
							{
								font-size:13px;
								background-color: #ee4d2d;
							}
							&.fa-map-marker-alt
							{
								background-color: #ECB849;
							}
							&.fa-line
							{
								background-color: #07B53B;
							}
						}
						>span
						{
							color:#fff;
						}
						&:hover
						{
							>span
							{
								transition-duration:0.5s;
								color:$main-color;
//                color:#fff;
							}
						}
					}
				}
				@media(min-width:1200px)
				{
					display: flex;
					justify-content:flex-end;
					align-items:center;
					li
					{
						padding-left:10px;
						a
						{
							display: flex;
							align-items:center;
							i
							{
								span
								{
									transform: scale(0.8);
									display: block;
									width:100%;
									height:100%;
								}
							}
							>span
							{
								padding-left: 5px;
								color:$main-color;
								font-size:0.78vw;
							}
						}
					}
				}
				@media(max-width:1199px)
				{
					position: fixed;
					bottom:0px;
					right:10px;
					li
					{
						margin-bottom:10px;
						a
						{
							i
							{
								display: block;
								width:50px;
								height:50px;
								line-height:50px;
								border-radius: 5px;
							}
							>span
							{
								display: none;
							}
						}
					}
				}
			}
			@media(min-width:1200px)
			{
				&#main-menu
				{
					display: flex;
					justify-content:flex-end;
					li
					{
						padding-left:10px;
						a
						{
							color:$main-color;
							padding:8px 20px;
							display: inline-block;
							transition-duration:0.5s;
							border-radius: 5px;
							&:hover
							{
								background-color: $main-color;
								color:#fff;
							}
						}
						&:last-child
						{
							a
							{
								background:$default-color;
								color:#fff;
								&:hover
								{
									background-color: #fff;
									color:#333;
								}
							}
						}
					}
				}
			}
		}
	}
	@media(min-width:1200px)
	{
			
		#logo
		{
			picture
			{
				display: block;
				img
				{
					display: block;
					height: 50px;
				}
			}
		}
	}
	@media(max-width:1199px)
	{
		#logo
		{
			padding:5px;
			height: 40px;
			picture
			{
				height: 40px;
				img
				{
					height: 40px;
				}
			}
		}
		#head-menu
		{
			display: flex;
			justify-content:flex-end;
			
			ul#main-menu
			{
				display: none;
				&.active
				{
					border-top: 1px solid #f1f1f1;
					display: block;
					width: 100%;
					position: fixed;
					top:50px;
					left: 0px;
					z-index:1000;
					background: #fff;
					height: calc(100vh - 50px);
					li
					{
						border-bottom: 1px solid #f1f1f1;
						a
						{
							display: block;
							text-align: center;
							color:#333;
							padding:20px 0;
						}
					}
				}
			}
			button#menu-button
			{
				cursor: pointer;
				width: 50px;
				height: 50px;
				background: $main-color;
				color:#fff;
				border:0px;
			}
		}
	}
}

.article-header
{
		padding-bottom:100px;
		h1,h2
		{
				font-size:2em;
				line-height: 150%;
				letter-spacing: 2px;
				span.en-title
				{
						display: block;
						font-size:50%;
				}
		}
	.breadcrumb
	{
		padding:50px 0;
		display: flex;
		flex-wrap: wrap;
		font-size:15px;
		color:#666;
		li
		{
			a
			{
				color:#333;
			}
			&::after
			{
				font-family: "Font Awesome 5 Free";
				font-weight: 600;
				content: "\f105";
				padding-right:3px;
			}
			&:last-child
			{
				&::after
				{
										display: none;
				}
			}
		}
	}
	.banner
	{
		display: block;
		img
		{
			display: block;
			width: 100%;
		}
	}
	@media(max-width:979px)
	{
		padding-bottom:50px;
	}
}

#foot
{
		padding-top:100px;
		padding-bottom:100px;
		background: #CB1408;
		color:#fff;
		.foot-menu
		{
				ul
				{
						li
						{
								a
								{
										color:#fff;
								}
						}
				}
		}
		@media(min-width:767px)
		{
				display: flex;
				.foot-icon
				{
						width: 30%;
				}
				.foot-menu
				{
						width: 70%;
						display: flex;
						justify-content:end;
						>ul
						{
								display: flex;
								width: 100%;
								>li
								{
										width: 50%;
										span
										{
												font-weight: 600;
										}
										ul
										{
												padding:20px 0;
												li
												{
														padding:10px 0;
												}
										}
								}
						}
				}
		}
		@media(max-width:766px)
		{
				padding-top:50px;
				padding-bottom:50px;
				.foot-icon
				{
						margin-bottom:50px;
						picture
						{
								display: block;
								img
								{
										display: block;
										max-width:100%;
										margin-left:auto;
										margin-right:auto;
								}
						}
				}
				.foot-menu
				{
						>ul
						{
								>li
								{
										margin-bottom: 20px;
										span
										{
												display: block;
												margin-bottom: 20px;
												font-weight: 600;
										}
										ul
										{
												li
												{
														padding:10px 0;
												}
										}
								}
						}
				}
		}
}


#bottom-typea
{
	padding-top:100px;
	padding-bottom:100px;
	background-color: #f1f1f1;
	text-align: center;
	h3
	{
		font-size: 20px;
		font-weight: 600;
		line-height: 150%; /* 30px */
		letter-spacing: 2px;
		margin-bottom:60px;
	}
	ul
	{
		display: flex;
		li
		{
			
			i
			{
				display: block;
				text-align: center;
				color:#CB1408;
				font-size:50px;
				margin-bottom:15px;
			}
			span
			{
				display: block;
				&.t
				{
					margin-bottom:15px;
					font-size: 20px;
					font-weight: 400;
					line-height: 150%; /* 30px */
					letter-spacing: 2px;
				}
				&.d
				{
					font-size: 16px;
					font-weight: 400;
					line-height: 150%; /* 24px */
					letter-spacing: 1.6px;
				}
			}
		}
		@media(min-width:768px)
		{
			li
			{
				width: calc(90% / 6);
				margin-left:2%;
				margin-right:2%;
				flex:1;
				&:nth-child(6n)
				{
					margin-right:0px;
				}
				&:nth-child(2n + 1)
				{
					margin-left: 0px;;
				}
			}
		}
		@media(max-width:767px)
		{
			flex-wrap:wrap;
			li
			{
				width: calc(50% - 10px);
				margin:0 10px 20px 10px;
				&:nth-child(2n)
				{
					margin-right: 0px;
				}
				&:nth-child(2n + 1)
				{
					margin-left: 0px;
				}
			}
		}
	}
}

#change-list
{
	text-align: center;
	padding-bottom:100px;
	h2
	{
		padding:100px 0 50px 0;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; /* 30px */
		letter-spacing: 2px;
		
	}
	section
	{
		display: flex;
		article
		{
			picture
			{
				display: block;
				img
				{
					display: block;
					width: 100%;
				}
			}
			h3
			{
				color: #CB1408;
				text-align: center;
				font-size: 20px;
				font-style: normal;
				font-weight: 400;
				line-height: 150%; /* 30px */
				letter-spacing: 2px;
				margin-bottom:10px;
			}
			p
			{
				font-size: 16px;
				font-weight: 400;
				line-height: 150%; /* 24px */
				letter-spacing: 1.6px;
			}
			@media(min-width:768px)
			{
				margin:0 2%;
				flex:1;
				width:calc(92% / 4);
				&:nth-child(4n)
				{
					margin-right: 0px;
				}
				&:nth-child(4n + 1)
				{
					margin-left: 0px;
				}
			}
			
		}
		@media(max-width:767px)
		{
			flex-wrap:wrap;
			article
			{
				margin:0 10px 30px 10px;
				width:calc(50% - 10px);
				&:nth-child(2n)
				{
					margin-right: 0px;
				}
				&:nth-child(2n + 1)
				{
					margin-left: 0px;
				}
			}		
		}
	}
}


