@charset "UTF-8";
.main_title_area{
	background: #F8F8F8;
	background-size: cover;
}
.main_title_area .wrap{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}
.main_title_area .breadcrumbs{
	position: absolute;
	top: 0;
	left: 20px;
}
.main_title_area .main_title{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 1024px){
	.main_title_area .wrap{
		height: 60vw;
	}
	.main_title_area .main_title{
		font-size: 21px;
	}
}

#policy{
	padding: 120px 0 10px;
}
#policy #sec01{
	margin-bottom: 110px;
}
#policy h3{
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	padding: 0 1em;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	background: #F6F6F6;
}
#policy h4{
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.13;
}
#policy p + h4{
	margin-top: 40px;
}
#policy .in{
	margin: 0 50px 90px;
}
#policy *{
	font-size: 15px;
	line-height: 2.13;
}
#policy p.mb1em{
	margin-bottom: 1.5em;
}
#policy p.small{
	font-size: 13px;
}
#policy p.tar{
	margin-top: 50px;
	text-align: right;
}
#policy dl{
	display: flex;
}
#policy dl dt{
	width: 4em;
}
#policy dl dd:before{
	content: ":";
	margin-right: 1em;
}
#policy dl dd{
	width: calc(100% - 5.4em);
	margin-left: 1.4em;
	text-indent: -1.4em;
}
#policy dl dd span{
	margin-left: 0;
	text-indent: 0;
}

@media screen and (max-width: 1024px){
	#policy{
		padding: 80px 0 30px;
	}
	#policy #sec01{
		margin-bottom: 50px;
	}
	#policy h3{
		height: 50px;
		margin-bottom: 30px;
		font-size: 16px;
	}
	#policy h4{
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 2;
	}
	#policy p + h4{
		margin-top: 25px;
	}
	#policy .in{
		margin: 0 0 50px;
	}
	#policy p{
		font-size: 14px;
		line-height: 1.85;
	}
	#policy p.small{
		font-size: 12px;
	}
	#policy dl dd .sp{
		display: inline-block !important;
	}
}