@charset "utf-8";
/* CSS Document */

.privacy_policy {
	margin-bottom: 50px;
}

.privacy_policy h2 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #2f99a2;
	font-weight: normal;
	border-bottom: 1px dotted gray;
	line-height: 1.4;
	margin-bottom: 1em;
}
.privacy_policy p {
	margin-bottom: 1em;
}
.privacy_policy dl.policy {
	margin: 25px;
}
.policy > dt {
	font-size:16px;
	font-size: 1.6rem;
	font-weight:bold;
	margin-bottom: .3em;
}
.policy dd {
	margin:0 0 30px 20px;
}
.privacy_bottom {
	text-align: right;
}
.privacy_bottom p {
	line-height: 1.8em;
}
.privacy_bottom .name {
	font-size: 1em;
	font-weight: bold;
}
.privacy_bottom em {
	font-size: 1.4em;
	margin-left: 0.5em;
	font-style: normal;
}
.privacy_bottom p.contact_info {
	margin-bottom: 0;
}
.privacy_bottom .tell_no {
	margin-top: -1em;
	font-weight: bold;
}

.policy dl dt {
	font-weight: bold;
}

.table_style {
    display: table;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
	width: 80%;
	margin: 1em 0;
}
.table_style > dl {
    position: relative;
    display: table-row;
}
.table_style > dl > dt, 
.table_style > dl > dd {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 1.4;
    padding: 10px 10px;
    margin: 0;
    border-bottom: 1px solid #ccc;
	
}
.table_style > dl > dt {
	width: 180px;
	background: #f5f5f5;
	border-right: 1px solid #ccc;
	font-weight: normal;
	color: #2f99a2;
}
.table_style > dl.table_head > dt,
.table_style > dl.table_head > dd {
	background: #f5f5f5;
	color: #2f99a2;
	font-weight: bold;
	text-align: center;
}

div.contact_info {
	margin: 3em 45px;
}
.contact_info h3 {
	color: #2f99a2;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	line-height: 1.7
}
.contact_info dl {
	margin: 1em;
}
.contact_info dt{
	font-weight: bold;
	float: left;
	width: 160px;
	line-height: 1.4;
	clear: both;
}
.contact_info dd {
	margin-bottom: 10px;
}

/*--------------- プライバシーマーク　*/
.pmark figure {
	width: 23%;
}

@media screen and (max-width: 768px) {
	.table_style {
		width: 90%;
	}
	
	
}/* end media query */


@media screen and (max-width: 480px) {
	
	.privacy_policy h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.privacy_policy dl.policy {
    	margin: 25px 0;
	}
	.policy dd {
    	margin: 0 0 30px;
	}
	.table_style {
		width: 100%;
	}
	.table_style > dl > dt {
    	width: 40%;
	}
	div.contact_info {
    	margin: 3em 10px;
	}
	.contact_info dt {
		float: none;
		width: 100%;
	}
	.policy_contact {
		width: 100%;
	}
	.policy_contact .table_style > dl > dt {
    	width: 30%;
	}
	
	.pmark figure {
		width: 31%;
	}
	
} /* end media query */



/*----------- 問い合わせフォーム用 privacy policy -------------*/

.policy_contact {
	width: 80%;
	height: 250px;
	overflow-y: auto;
	border: 1px solid #ccc;
	margin: 2em auto;
	padding: 1em;
}
.policy_contact h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 1em;
}
.policy_contact dt {
	font-size: 14px;
	font-weight: bold;
    margin-bottom: .3em;
}
.policy_contact dd {
    margin: 0 0 1em 25px;
	font-size: 14px;
}