@charset "UTF-8";




/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
	
	/* タイトル
	----------------------*/
	.title_str .tit h1 span{
		display: block;
		margin: 30px auto 0;
		font-size: 18px;
		letter-spacing: 3px;
	}
	.title_str .tit h1 img {
		width: 327px;
	}
	#privacy{
		position: relative;
		overflow: hidden;
	}
	#privacy .wrap{
		position: relative;
	}
	#privacy .lead{
		margin-bottom: 130px;
		text-align: left;
		line-break: strict;
	}
	
	#privacy .deco.deco_r{
		top: 350px;
		right: -300px;
		width: 197px;
	}
	#privacy .deco.deco_l{
		bottom: 350px;
		left: -250px;
		width: 162px;
	}
	
	/* リスト
	---------------------*/
	#privacylist{
		position: relative;
	}
	#privacylist > li + li{
		margin-top: 80px;
	}
		#privacylist > li > dl > dt{
			font-weight: bold;
			font-size: 22px;
			letter-spacing: 3px;
			position: relative;
			padding-left: 60px;
		}
			#privacylist > li > dl > dt:after{
				content: '';
				display: block;
				position: absolute;
				width: 32px;
				height: 17px;
				left: 6px;
				top: 0.5em;
			}
				#privacylist > li:nth-of-type(1) > dl > dt:after{
					background: url("../../common/img/num_01.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(2) > dl > dt:after{
					background: url("../../common/img/num_02.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(3) > dl > dt:after{
					background: url("../../common/img/num_03.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(4) > dl > dt:after{
					background: url("../../common/img/num_04.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(5) > dl > dt:after{
					background: url("../../common/img/num_05.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(6) > dl > dt:after{
					background: url("../../common/img/num_06.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(7) > dl > dt:after{
					background: url("../../common/img/num_07.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(8) > dl > dt:after{
					background: url("../../common/img/num_08.png")no-repeat bottom center/cover;
				}
			#privacylist > li > dl > dt:before{
				content: '';
				display: block;
				position: absolute;
				width: 45px;
				height: 5px;
				border-radius: 5px;
				background-color: #e8e8e8;
				left: 0;
				bottom: -22px;
			}
	
		#privacylist > li > dl > dd{
			margin-left: 60px;
			position: relative;
			padding-top: 30px;
			margin-top: 20px;
		}
			#privacylist > li > dl > dd:after{
				content: '';
				display: block;
				position: absolute;
				width: 100%;
				height: 2px;
				background-color: #e8e8e8;
				border-radius: 2px;
				top: 0;
				left: 0;
			}
	
}




/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {

	#privacy{
		position: relative;
		overflow: hidden;
	}
	#privacy .wrap{
		position: relative;
	}
	#privacy .lead{
		margin-bottom: 60px;
		text-align: left;
		line-break: strict;
	}
	
	#privacy .deco.deco_r{
		top: 350px;
		right: -300px;
		width: 197px;
	}
	#privacy .deco.deco_l{
		bottom: 350px;
		left: -250px;
		width: 162px;
	}
	
	/* リスト
	---------------------*/
	#privacylist{
		position: relative;
	}
	#privacylist > li + li{
		margin-top: 40px;
	}
		#privacylist > li > dl > dt{
			font-weight: bold;
			font-size: 20px;
			letter-spacing: 3px;
			position: relative;
			padding-left: 60px;
		}
			#privacylist > li > dl > dt:after{
				content: '';
				display: block;
				position: absolute;
				width: 32px;
				height: 17px;
				left: 6px;
				top: 0.5em;
			}
				#privacylist > li:nth-of-type(1) > dl > dt:after{
					background: url("../../common/img/num_01.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(2) > dl > dt:after{
					background: url("../../common/img/num_02.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(3) > dl > dt:after{
					background: url("../../common/img/num_03.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(4) > dl > dt:after{
					background: url("../../common/img/num_04.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(5) > dl > dt:after{
					background: url("../../common/img/num_05.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(6) > dl > dt:after{
					background: url("../../common/img/num_06.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(7) > dl > dt:after{
					background: url("../../common/img/num_07.png")no-repeat bottom center/cover;
				}
				#privacylist > li:nth-of-type(8) > dl > dt:after{
					background: url("../../common/img/num_08.png")no-repeat bottom center/cover;
				}
			#privacylist > li > dl > dt:before{
				content: '';
				display: block;
				position: absolute;
				width: 45px;
				height: 5px;
				border-radius: 5px;
				background-color: #e8e8e8;
				left: 0;
				bottom: -12px;
			}
	
		#privacylist > li > dl > dd{
			margin-left: 60px;
			position: relative;
			padding-top: 20px;
			margin-top: 10px;
		}
			#privacylist > li > dl > dd:after{
				content: '';
				display: block;
				position: absolute;
				width: 100%;
				height: 2px;
				background-color: #e8e8e8;
				border-radius: 2px;
				top: 0;
				left: 0;
			}
	
	
	
}