@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Noto Serif JP', sans-serif;
}
/***グローバルナビ***************************/
.g_navi{
	background-color: #C2B6AB;
}
/***メイン***************************/
.main_v h1{
	font-size: 25px;
	color: #494646;
	width: 80%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	margin-bottom: 10px;
	font-weight: bold;
}
div h1::before{
	font-weight: 900px;
}
.main_v h2{
	font-size: 15px;
	line-height: 1.5em;
	width:80%;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #494646;
}
#plivacy_img img{
	width: 70%;
	height: auto;
	border: 1px solid #000000;
	margin-top: 20px;
}
#plivacy_img{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.plivacy_img_s{
	width: 80%;
	text-align: left;
	line-height: 1.2em;
	margin: 40px auto 10px auto;
}
.plivacy_img_h{
	width: 80%;
	text-align: left;
	line-height: 1.2em;
	margin: 0px auto 40px auto;
}
.plivacy_img_s a, .plivacy_img_h a{
	color: #494646;
}
.plivacy_img_s a:hover, .plivacy_img_h a:hover{
	border-bottom: 1px dotted #C2B6AB;
}
/***ページトップ***************************/
#pageTop {
  	position: fixed;
  	bottom: 30px;
	right: 30px;
}
#pagetop a{
	position: fixed;
  	bottom: 30px;
	right: 30px;
	padding: 5px 5px;
	background-color: #494646;
	font-size: 20px;
	color: #ffffff;
	display: block!important;
}
@media screen and (max-width: 810px){
	#pagetop {
		display: none!important;
	}
}
