@import url(global.css);

.mainvisual h1::after {
	background: url(../privacy/img/top.jpg);
	background-size: cover;
}

.contents dl {
	width: 80%;
	margin: 0 auto 40px;
}
.contents dl dt {
	font-size: 22px;
	line-height: 1.4;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	margin-bottom: 1em;
}
.contents dl dt span {
	font-style: italic;
	padding-right: 0.5em;
}
.contents dl dd p {
	margin-bottom: 1em;
	text-align: justify;
	text-justify: distribute;
}
.contents dl dd p i {
	font-style: normal;
	font-size: 85%;
	display: block;
}
.contents dl dd ul {
	padding-left: 2em;
}
.contents dl dd ul li {
	text-align: justify;
	text-justify: distribute;
}
.contents a {
	color: #0C3388;
	text-decoration: underline;
}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1140px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1139px){



}




/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.contents dl {
	width: 100%;
}
.contents dl dt {
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.contents dl dd ul {
	padding-left: 0;
}
.contents dl dd ul li {
	margin-top: 10px;
	line-height: 1.4;
	margin: 10px 0 0 3em;
	text-indent: -3em;
}



}







/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

.contents dl dt {
	font-size: 20px;
}



}









