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

/*----------------------------------------
	privacy
----------------------------------------*/
body #top {
  height: 62px !important;
  background: none !important;
}

body #top header .pc_nav ul {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
}

.privacy_policy{
	width: 780px;
	margin: 0 auto;
}
.policy{
	color: #42b5ba;
	font-size: 30px;
	letter-spacing: 0.15rem;
	margin-top: 30px;
}

.policy1{
	margin-bottom: 20px;
}

.kakukoumoku{
	color: #42b5ba;
	margin:20px 0 15px;
}

.madoguti{
	margin-top: 10px;
}
/*---------------------------------------
   tokushou
---------------------------------------*/
.shoutorihiki{
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
  text-align: center;
}

.tokutei{
	width: 800px;
	margin: 0 auto;
	padding-left: 140px;
}

.hyouki{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.15rem;
}

.hyouhidari{
	padding: 10px;
	background-color: #bfbfbf;
}

.hyoumigi{
	padding: 10px;
}

@media screen and (max-width: 979px){

body #top {
  height: 58px !important;
}

body #top header .pc_nav ul {
    position: static !important;
}

.privacy_policy{
	width: 100%;
	margin: 0 auto;
}

.shoutorihiki{
	font-size: 20px;
}

.tokutei{
	width: 100%;
	margin: 0 auto;
	padding-left: 0px;
}

.hyouki{
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.15rem;
}
}
/*tel banner*/

.underBan{display: none;}

@media only screen and (max-width: 740px){
  .underBan{
    display: flex;
    justify-content: center;
    position: fixed;
    bottom:0;
    width: 100%;
    z-index: 9999;
  }
  .underBan p{
    width: 100%;
    margin:0;
  }
}
