@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Noto Serif JP', sans-serif;
}
/***グローバルナビ***************************/
.g_navi{
	background-color: #C2B6AB;
}
/***メイン***************************/
@media only screen and (max-width: 900px) {
	.about_question{
		display: none!important;
	}
}
.about_question ul{
	display: table;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.about_question li{
	display: table-cell;
	padding: 10px 5px;
}
h1{
	font-size: 30px;
	color: #494646;
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	margin-bottom: 10px;
	font-weight: bold;
}
h2{
	font-size: 20px;
	color: #494646;
	width: 80%;
	padding-bottom: 5px;
	tex-align: left;
	margin:40px auto 10px auto;
	border-bottom: 3px solid #494646;
	
}
.accordion{
	width: 60%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #494646;
}
@media only screen and (max-width: 810px) {
	.accordion{
		width: 80%;
	}
}
.accordion dt{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #494646;
	padding-top: 10px;
	line-height: 1.5em;
}

.accordion dd{
	font-size: 15px;
	padding: 10px 10px;
	line-height: 1.5em;
}
dd a{
	color: #494646;
}
dd a:hover{
	border-bottom: 1px dotted #C2B6AB
}
.button{
	position: relative;
}
#relative{
	position: absolute;
	right: 0;
}
/***ページトップ***************************/
#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;
	}
}