/* ------------------------------------------------------------
Privacy Policy
---------------------------------------------------------------*/
#page_privacy-policy h3{
	color: #3DB7FC;
    font-size: 2.1em;
    line-height: 1.8em;
    margin-bottom: 50px;
}
#page_privacy-policy h4{
	color: #2E95AF;
    font-size: 1.13em;
    margin-bottom: 10px;
}
#page_privacy-policy a:hover{
	opacity: 0.7
}
#page_privacy-policy .c-txt{
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
#page_privacy-policy .wrapper{
	display: flex;
    flex-flow: column;
    gap: 30px;
}
#page_privacy-policy ol{
	color: #1D1D1D;
    line-height: 1.8em;
	margin-top: 20px;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
#page_privacy-policy ol li{
	list-style-type: decimal;
	margin-left: 1.7em;
	margin-bottom: 20px;
}
#page_privacy-policy ol li:last-child{
	margin-bottom: 0;
}
#page_privacy-policy .top-n{
	margin-top: 0;
}
#page_privacy-policy .bg-gray{
	background: #F2F2F2;
    border-radius: 10px;
    text-align: center;
    color: #1D1D1D;
    padding: 60px 30px;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
#page_privacy-policy .address::before{
	content: '';
	background-image: url("../images/privacy-policy/icon-address.svg");
	display: inline-block;
	width: 11px;
	height: 15px;
	background-size: contain;
	margin-right: 5px;
}
#page_privacy-policy .tel::before{
	content: '';
	background-image: url("../images/privacy-policy/icon-tel.svg");
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: contain;
	margin-right: 5px;
}
#page_privacy-policy .fax::before{
	content: '';
	background-image: url("../images/privacy-policy/icon-fax.svg");
	display: inline-block;
	width: 15px;
	height: 15px;
	background-size: contain;
	margin-right: 5px;
}
#page_privacy-policy .tel,
#page_privacy-policy .fax{
	margin-top: 10px;
}
#page_privacy-policy .bg-gray .c-txt{
	margin-bottom: 13px;
}
#page_privacy-policy .bg-gray img{
	max-width: 250px;
	width: 100%;
    margin: 30px auto 0;
}
#page_privacy-policy .text-r{
	text-align: end;
}
#page_privacy-policy .sec-inner p.title{
	color: #2E95AF;
    font-size: 1.13em;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
	margin-top: 80px;
    border-bottom: 1px solid #CCCCCC;
}


























