@charset "utf-8";

#privacy {
	padding-bottom: 0;
}

#greeting{
    margin-top: 4em;
}

#privacy h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

#privacy h2 {
	font-weight: 500;
	font-size: 181.25%;
	margin-bottom: 2em;
}

#privacy .txt {
	line-height: 2em;
	margin-bottom: 0.5em;
}

#privacy .content ul li {
	margin-top: 0.5em;
}

#privacy .content ul {
	margin-top: 0em;
	margin-bottom: 0em;
}

#privacy #breadcrumb {
    position: absolute;
    top:440px; 
    left: 0;
    z-index: 20;
    width: 100%;
    margin: 0; 
}


#privacy #breadcrumb ol {
    margin: 0;
    padding-left: 2%; 
    padding-top: 10px; 
}

#privacy .main_ttl {
	background-image: url("../img/common/head_blue.jpg");
	background-size: cover;
	position: relative;
}

#privacy .title {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 35px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	text-shadow: 1px 1px 5px #535d64;
}

#privacy .content {
	margin-top: -5em;
}

#privacy .privacy_content {
	width: 100%;
	height: 100%;
	background-repeat: repeat-y;
	background-position: top center;
}


/* ===============================================
	ブレイクポイント
=============================================== */
@media screen and (max-width: 768px) {
	#privacy .title {
		font-size: 25px;
	}
    #privacy  #breadcrumb {
    top: 280px;
}
}

@media screen and (max-width: 500px) {
	#privacy .title {
		font-size: 21px;
	}
}

@media screen and (max-width: 425px) {
	#privacy .title {
		font-size: 23px;
	}
}

@media screen and (max-width: 323px) {
	#privacy .title {
		font-size: 20px;
	}
}