@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;}

.privacy{
	max-width:1000px;
	margin:0 auto;}

.privacy .main_com{
	margin-bottom:20px;}

.privacy_list{}

.privacy_list dl{
	margin-bottom:30px;}

.privacy_list dl dt{
	padding:5px 10px;
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	background-color:#000;
	margin-bottom:10px;}

.privacy_list dl dd ul{
	margin-bottom:15px;}

.privacy_list dl dd ul li{
	padding-left:1em;
	text-indent:-1em;}

.privacy_list dl dd span{
	font-size:1.1em;
	display:block;
	font-weight:700;}

.privacy_list dl dd{
	font-size:1em;}


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

#contents{
	margin:20px 20px 0;}

}

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

#contents{
	margin:10px 10px 0;}

.privacy_list dl{
	margin-bottom:20px;}

}