@charset "utf-8";


/* --------------------------------------------

Privacy policy

---------------------------------------------- */ 


.main__description {
	width: 90%; max-width: 872px;
	margin: 0 auto 3em;
	padding: 3.5em 3%;
	text-align: center;
	line-height: 2;
	background: #ebf0f5;
}
.main__description br { 
	display: block;
}

.privacy_item {
	width: 85%; max-width: 872px; /* 94%; */
	margin: 0 auto;
	padding: 2.5em 0 2em;
	border-bottom: 1px dashed #d6d6d6;
}

.privacy_item:last-child { 
	margin: 0 auto 8em; 
	border-bottom: none;
	}

.privacy_item p a {
	display: inline-block;
	padding: 0 0.25em;
	text-decoration: none;
	line-height: 1;
	color: #60a6d5;
	border-bottom: 1px solid #60a6d5;
}

.privacy_item__title {
	width: 100%;
	margin: 0 0 1.2em;
	font-size: 16px; font-size: 1.6rem;
	text-align: left;
	color: #000;
}

.privacy_item__tel {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px; font-size: 2rem;
	color: #df4321;
}

.privacy_item__tel::before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 23px;
	margin-right: 0.25em;
	vertical-align: text-top;
	background: url("../img/tel_icon.png") top center no-repeat;
	background-size: contain;
}

.privacy_item__tel + span {
	display: inline-block;
	margin-left: 1em;
	font-size: 12px; font-size: 1.2rem;
	vertical-align: text-bottom;
}

.space { 
	display: block;
	padding: 5em;
}


@media screen and (max-width:599px){
.main__description { 
	text-align: left;
	padding: 3.5em 8%;
	}
.main__description br { 
	display: none;
	}
}






