@charset "UTF-8";

/*-------------------------
__contents_style
-------------------------*/

.pc_none{display: none;}
@media screen and (max-width: 767px) {
.pc_none{display: inherit;}
.sph_none{display: none;}
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
}

#content p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
}

#content ul, #content ol, #content dl {
  font-size: 1.5rem;
  line-height: 1.66667;
  text-align: left;
}

#content a {
  color: inherit;
  text-decoration: none;
}

#content .inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
}

/*===================お問い合わせ====================*/

#content{
	padding-top:50px;}

#contents{}

#content h1{
	max-width:1000px;
	margin:30px auto 30px;
	position: relative;
	text-align: center;
	font-size:2.8em;}

#content h1 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;}

#content h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;}

.sitemap{
	max-width:1000px;
	margin:50px auto;}

.sitemap ul li{
	float:left;
	height: auto;
	width: 50%;
	width: calc((100% - 20px) / 2);
	width: -webkit-calc((100% - 20px) / 2);
	width: -moz-calc((100% - 20px) / 2);
	margin-right:20px;
	margin-bottom:20px;}

.sitemap ul li:nth-child(even){
	margin-right:0px;}

.sitemap ul li a{
	text-decoration:none;
	display:block;
	background-color:#ddd;
	border:4px solid #ddd;
	padding:8px 10px;
	font-weight:700;
	box-sizing:border-box;}

.sitemap ul li a:hover{
	box-sizing:border-box;
	background-color:#fff;
	border:4px solid #ddd;}

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

.sitemap{
	margin:20px 20px;}

}

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

.sitemap{
	margin:10px 10px;}

.sitemap ul li{
	float:none;
	width:100%;
	margin-bottom:10px;}

}