@charset "UTF-8";


header h1 a {
	display: block;
	padding: 5px 0;
	background: transparent;
}
header h1 span {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/common/logo-toretore-w.svg);
	background-repeat: no-repeat;
	width: 67px;
	height: 38px;
	display: block;
	margin: auto;
}
header h1 img {
	width: 100px;
	transition: .3s;
}
.scrolled header h1 img {
	width: 70px;
}
.scrolled #gnav li a {
	font-size: 1.4rem !important;
}
.scrolled #header {
	background: #fff;
	padding: 0%;
	left: 0;
	top: 0;
	width: 100%;
}
.scrolled #header h1 span {
	background: url(../img/common/logo-toretore-bl.svg);
	width: 68px;
	height: 38px;
}



/* privacy.top */
#privacy{
}
#privacy #mv{
	position: relative;
	height:30vw;
	background:#1D5EA7;
}
#privacy #mv h2{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	transform:translate(-50%,-50%);
	white-space:nowrap;
}

#privacy .breadWrap {
	width: 100%;
	height: 35px;
	padding-top: 10px;
}

#privacy .breadcrumbs{
	width: 80%;
	padding: 10px 16px;
  	list-style: none;
  	background-color: #eee;
}

#privacy ul.breadcrumb {
  	width: 80%;
  	margin: auto;

}
#privacy ul.breadcrumb li {
  	display: inline;
  	font-size: 13px;
	color:#AEAEAE;
}

#privacy ul.breadcrumb li+li:before {
  	padding: 8px;
	color: black;
  	content: ">";
}

#privacy ul.breadcrumb li a {
  	color: #0275d8;
  	text-decoration: none;
}

#privacy ul.breadcrumb li a:hover {
  	color: #01447e;
  	text-decoration: underline;
}

#privacy #area01{
	background:#EBF4F5;
	padding:40px 0 120px 0;
	margin:0 0 50px 0;
}
#privacy #area01 .aa1a{
	max-width:1000px;
	width:90%;
	margin:auto;
	background:#fff;
	padding:50px 120px;
	box-sizing:border-box;
	font-size:14px;
}
#privacy #area01 .cap{
	font-weight:700;
	padding:0 0 60px 0;
	border-bottom:1px solid #E1E1E1;
}
#privacy #area01 h3{
	font-weight:700;
	margin:2em 0 0 0;
}
#privacy #area01 .txt{
	padding:0 0 2em 0;
	border-bottom:1px solid #E1E1E1;
}

@media screen and (max-width:801px){
	header h1 span {
		display: none;
		background: none;
	}
	header h1:after {
		display: none;
		background: none;
	}
	#privacy{
	}
	#privacy #mv h2 {
		font-size: 2rem;
	}
	#privacy ul.breadcrumb {
		width: 94%;
	}

#privacy #area01{
	padding:20px 0 40px 0;
	margin:0 0 20px 0;
}
#privacy #area01 .aa1a{
	width:90%;
	padding:5%;
	font-size:13px;
	line-height:1.5;
}
#privacy #area01 .cap{
	padding:0 0 30px 0;
}
#privacy #area01 h3{
	margin:1em 0 0 0;
}
#privacy #area01 .txt{
	padding:0 0 1em 0;
}
}
