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

.privacy .marT1{margin-top: 1em;}
.privacy .marB1{margin-bottom: 1em;}


/*------------------------------------------------------------------------
	プライバシーポリシー　index.html
------------------------------------------------------------------------*/
.privacy #pageTtlMain:not(.topTtlMain) {
    height: 163px;
	padding-top: 137px;
}
.privacy h2.ttl-blugry{
	margin-top: 3em; 

}

/* 資料請求ボタン */
.privacy .linkBtn{
	text-align: center;
	margin: 3em 0 0 0;
}
.privacy .linkBtn a{
	display: inline-block;
	border-radius: 5px;
	box-shadow: 2px 2px 5px 4px rgba(152,179,210,0.3);
	font-size: 20px;
	padding: 10px 40px;
	line-height: 1.5;
	position: relative;
}
.privacy .linkBtn a:hover{
	text-decoration: none;
	color: #000;
	box-shadow: 2px 2px 5px 4px rgba(152,179,210,0.6);
}

/*--------------------------------------------------------
    privacy/employee.html
------------------------------------------------------------*/
#employee ol.list-numK > li {
	list-style-type: none;
	counter-increment: cnt;
    padding-left: 2.0em;
    text-indent: -2.0em;
}
#employee ol.list-numK > li::before {
	content: "(" counter(cnt) ") ";
    margin-right: 0.4em;
}
#employee ol.list-numC {
    padding-left: 1.3em;
    text-indent: -1.3em;
}
#employee ol.list-numC > li {
  line-height: 1.5;
  margin-bottom: 0.3em;
}












/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC-large
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1920px){

	
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:970px){
	.privacy #pageTtlMain:not(.topTtlMain) {
	    padding: 64px 0 0 0;
	    height: 158px;
	}



}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){


}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){

}

