@charset "utf-8";
/* CSS Document */

@media all{
	
	.plcylist li h3,
	.plcyttl{
		font-family: Ryumin Bold KL
	}

	#firstimage {
		position: relative;
		width: 100%;
		height: 100vh;
		overflow: hidden
	}
	.shade{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.3);
	}
	#firstimage img{
		width: 100%;
		height: 100%;
	}
	#mainttl{
		position: absolute;
		bottom: 170px;
		left: 0;
		width: 100%;
		text-align: center;
		color: #fff;
		letter-spacing: 0.1em;
	}
	#mainttl h1{
		font-size: 2.6rem;
	}
	#mainttl .h1sub{
		font-size: 1.6rem;
	}
	
	#contents{
		width: 100%;
		padding: 40px 0;
		box-sizing: border-box;
		text-align: left;
		line-height: 1.5em
	}
	#contents h1{
		font-size: 1.3rem;
		width: fit-content;
		padding-bottom: 0.2em;
		box-sizing: border-box;
		border-bottom: solid 2px #333;
		margin: 0 auto 2em;
		text-align: center
	}
	.plcylist{
		margin-bottom: 2em
	}
	.plcylist li{
		list-style: decimal;
		margin: 0 0 1em 2em
	}
	.plcylist li h3{
		font-size: 1rem;
		margin-bottom: 0.5em
	}
	.plcylist li p{
		padding: 0 0 0 1em;
		box-sizing: border-box
	}
	.plcydscrpt{
		text-align: justify;
		margin-bottom: 0.5em
	}
	.policybox{
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
		font-size: 1rem;
		padding: 20px;
		box-sizing: border-box
	}
	.policybox a{
		color: #000;
		text-decoration: underline
	}
	.plcyttl{
		font-size: 1.1rem;
		margin-bottom: 0.5em;
		color: #a47944
	}
	
	.textright{
		text-align: right;
		padding-top: 1em;
	}
	
}

@media screen and (max-width: 567px){

	#customer-harassment .scrldwn{
		bottom: 25px;
	}
	#customer-harassment #mainttl{
		bottom: 90px;
	}
	#firstimage {
		height: 100vw;
	}
	#firstimage img{
		object-fit: cover;
		object-position: 50% 50%;
	}
	#mainttl h1{
		font-size: 1.8rem;
	}
	#mainttl .h1sub{
		font-size: 1.2rem;
	}
	
}

@media screen and (min-width: 568px) and (max-width: 1024px){

	#firstimage img{
		object-fit: cover;
		object-position: 50% 50%;
	}
	
	.policybox{
		width: calc(100% - 80px)
	}
	

}

@media screen and (min-width: 1025px), print{

	#firstimage img{
		object-fit: cover;
		object-position: 50% 70%;
	}
	
	#contents{
		padding: 40px 0 80px;
	}
	.policybox{
		width: calc(100% - 40px);
		padding: 40px 20px
	}

}
