@charset "utf-8";
/* CSS Document */

  
.privacy {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.privacy h2 {
  border: 2px #CCCCCC solid;
  height: 125px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -mms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  line-height: 125px;
  background: #FFF;
  z-index: 10;
  padding-left: 50px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
.privacy h2:before {
  content: "";
  position: absolute;
  background: #fff;
  margin: 1px;
  border: 12px #CCCCCC solid;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: -10;
}

.privacy section{
	margin: 30px auto;
}

.privacy section span.em{
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #1F9C83;
	margin-bottom: 10px;
}

@media screen and (max-width:767px) {
.privacy section{
	width: 94%;
}
}