@charset "utf-8";
/* CSS Document */

.privacy p{
	padding: 0 10px;
	margin-bottom:50px;
}
.privacy a{
    color: #11116e;
    text-decoration: underline;
}
.privacy a:hover {
    text-decoration: none;
}
.privacy h4{padding-left: 20px;}

.privacy ul{margin-top: 0;}
.privacy li{
    list-style: disc;
    text-indent: 1.0em;
    list-style-position: inside;
	
}
.privacy .consultation{
    border: 1px solid #333;
    padding: 15px;;
    margin-bottom: 20px;

}
.privacy .consultation h4{ 
    text-align: center; 
    font-size: 1.3em;
}
.privacy .consultation h5{ 
    font-size: 1.1em; 
    margin: 0;
    text-indent: 1.0em;
}
.privacy table{ margin-bottom:50px;}
.privacy table th{ min-width: 100px;}

@media screen and (min-width: 769px) {
.privacy a.tel-namber { font-size:2.0em; font-weight: bold;}
}
