@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　privacy
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/



/* privacy
-----------------------------------------------------------------*/
.privacy{
	padding: 100px 0 140px;	
}
.privacy h2{
	margin-bottom: 20px;
}

.privacy ol.list-top > li{
	margin-top: 25px;
}
.privacy ol.list-top h3{
	text-indent:-1em;
	padding-left: 1em;
}
.privacy ol .low01 > li{
	margin-top: 15px;
}
.privacy ol .low02 > li{
	margin-top: 10px;
}
.privacy ol .low03{
	margin-top: 10px;
}
.privacy ol h4,
.privacy ol h5{
	font-weight: normal;
}

/* sec01 */
.sec01{
	margin-bottom: 100px;
}
.sec01 .low01 ul li{
	text-indent:-1em;
	padding-left: 1em;
}


/* sec02 */
.sec02{
	margin-bottom: 100px;
}
.sec02 table{
	max-width: 1080px;
	width: 100%;
	margin: 50px auto;
	border-collapse: collapse;
	background: #fff;
}
.sec02 table th,
.sec02 table td{
	width: 50%;
	border: 1px solid #d8d8d8;
}
.sec02 table th{
	vertical-align: middle;
	padding: 10px;
	background: #edf2ee;
	text-align: center;
	font-size: 1.8rem;
}
.sec02 table td{
	vertical-align: middle;
	padding: 15px 25px;
}
.sec02 table a:hover{
	color: #094;
}
.sec02 p.ttl{
	margin-top: 25px;
}


/* sec03 */
.sec03{
	margin-bottom: 100px;
}

/* sec-contact */
.sec-contact dl{
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.sec-contact dl > div{
	border: 1px solid #d8d8d8;
	background: #fff;
}
.sec-contact dl > div:nth-child(n+2){
	margin-top: 50px;
}
.sec-contact dl dt{
	padding: 20px 4%;
	background: #edf2ee;
	border-bottom: 1px solid #d8d8d8;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.sec-contact dl dd{
	padding: 20px 4%;
}
.sec-contact dl dd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec-contact dl dd ul li{
	display: flex;
	width: 45%;
}
.sec-contact dl dd ul li:nth-child(n+3){
	margin-top: 15px;
}
.sec-contact dl dd ul li span{
	width: 40%;
	padding-right: 15px;
}
.sec-contact dl dd ul li a{
	width: 60%;
	padding: 0 15px 0 15px;
	background: url(../img/privacy/ico_phone.png) no-repeat left center;
	pointer-events: none;
}
.sec-contact dl > div.flex{
	display: flex;
}
.sec-contact dl > div.flex dt{
	width: 50%;
	text-align: left;
	border-bottom: none;
}
.sec-contact dl > div.flex dd{
	width: 50%;
	border-left: 1px solid #d8d8d8;
}
.sec-contact dl > div.flex ul{
	display: block;
}
.sec-contact dl > div.flex ul li{
	width: 100%;
}





















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  
.page-ttl .ja{
	line-height:1.2;
}

/* privacy
-----------------------------------------------------------------*/
	.privacy{
		padding: 40px 0;	
	}
	.privacy h2{
		margin-bottom: 15px;
	}
	
	.privacy ol.list-top{
		text-align: justify;
	}
	.privacy ol.list-top > li{
		margin-top: 20px;
	}
	.privacy ol.list-top  h3{
		margin-bottom: 4px;
		line-height: 1.5;
	}
	.privacy ol .low01 > li{
		margin-top: 10px;
	}
	.privacy ol .low02 > li{
		margin-top: 7px;
	}

/* sec01 */
	.sec01{
		margin-bottom: 60px;
	}


/* sec02 */
	.sec02{
		margin-bottom: 60px;
	}
	.sec02 table{
		margin: 30px auto;
	}
	.sec02 table th,
	.sec02 table td{
		width: 50%;
		border: 1px solid #d8d8d8;
		word-break: break-all;
	}
	.sec02 table th{
		padding: 10px 5px;
		font-size: 1.3rem;
	}
	.sec02 table td{
		padding: 10px 5px;
		font-size: 1.2rem;
	}
	.sec02 table td p{
		display: flex;
		line-height: 1.4;
	}
	.sec02 table td p span:first-child{
		flex-shrink: 0;
	}
	.sec02 table a:hover{
		color: #094;
	}
	.sec02 p.ttl{
		margin-top: 15px;
	}
	.sec02 p.ttl+p .sp-gap{
		display: block;
		padding-left: 3em;
	}

/* sec03 */
	.sec03{
		margin-bottom: 50px;
	}

/* sec-contact */
	.sec-contact dl > div:nth-child(n+2){
		margin-top: 30px;
	}
	.sec-contact dl dt{
		padding: 10px;
		font-size: 1.6rem;
	}
	.sec-contact dl dd{
		padding: 15px;
		text-align: center;
	}
	.sec-contact dl dd ul{
		display: block;
	}
	.sec-contact dl dd ul li{
		display: block;
		width: 100%;
	}
	.sec-contact dl dd ul li:nth-child(n+2){
		margin-top: 10px;
	}
	.sec-contact dl dd ul li span{
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.sec-contact dl dd ul li a{
		width: auto;
		padding: 0 15px 0 15px;
		pointer-events: auto;
	}
	.sec-contact dl > div.flex{
		display: block;
	}
	.sec-contact dl > div.flex dt{
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #d8d8d8;
	}
	.sec-contact dl > div.flex dd{
		width: 100%;
		border-left: none;
	}



  
}