@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 148px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
h1 {
	width: 100%;
	font-size: 30px;
  line-height: 1;
	letter-spacing: .05em;
}

/* ---------------------------------------------------------
#privacy
----------------------------------------------------------*/
#privacy {
	width: 980px;
	padding-top: 50px;
  margin: 0 auto 100px;
}
#privacy h2 {
  font-size: 30px;
  color: #e6132d;
  text-align: center;
  margin-bottom: 60px;
}
#privacy h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #e6132d;
  margin: 20px auto 0;
}
#privacy h3 {  
  font-size: 22px;
  line-height: 30px;
  padding-left: 15px;
  border-left: 5px solid #e6132d;
  margin: 50px 0 20px;
}
#privacy p {
  font-size: 16px;
  line-height: 2;
	text-indent: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#privacy .pdl {
	padding-left: 1em;
}
#privacy .mb {
	margin-bottom: 1em;
}
#privacy ul,
#privacy dl {
	padding-left: 1em;
}
#privacy li,
#privacy dt,
#privacy dd {
	font-size: 16px;
	line-height: 2;
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
}
#privacy dd {
	text-indent: 0;
}
#privacy p a {
  color: #e6132d;
  border-bottom: 1px solid #e6132d;
}
#privacy p a:hover {
  text-decoration: none;
  border: none;
}
#privacy .txt-end {
	padding-top: 20px;
	text-align: right;
}

@media screen and (max-width:768px) {

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
  #main {
    height: 90px;
  }
  h1 {
    font-size: 23px;
  }

/* ---------------------------------------------------------
#privacy
----------------------------------------------------------*/
  #privacy {
		width: 92vw;
    padding-bottom: 10px;
  }
  #privacy h2 {
    font-size: 20px;
		line-height: 1.4;
  }
  #privacy h2::after {
    width: 60px;
    margin: 12px auto 0;
  }
  #privacy h3 {  
    font-size: 17px;
    padding-left: 10px;
    border-left: 4px solid #e6132d;
    margin-bottom: 15px;
  }
  #privacy p,
  #privacy li,
  #privacy dt,
  #privacy dd {
    font-size: 15px;
  }
}