@charset "utf-8";
/* CSS Document */
#contents .content_main {
  padding-bottom: 52px;
}
#contents .inner {
  width: 900px;
}
#contents.pipa .txt {
  color: #b62883;
  font-size: 117%;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 32px;
}
#contents.pipa ul {
  padding: 0 25px;
}
#contents.pipa li {
  color: #535353;
  font-size: 117%;
  position: relative;
  padding-left: 15px;
  margin-bottom: 35px;
}
#contents.pipa li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 7px;
  background: #b62883;
  border-radius: 3px;
}
p.sign {
	width:800px;
	margin:50px auto 0;
	text-align:right;
}

@media screen and (max-width : 1040px){
#contents .inner {
  width: auto;
  padding: 0 10px;
}
}
@media screen and (max-width : 767px){
#contents .content_main {
  padding-bottom: 20px;
}
#contents.pipa .txt {
  font-size: 12px;
  margin-bottom: 20px;
}
#contents.pipa ul {
  padding: 0 10px;
}
#contents.pipa li {
  font-size: 12px;
  padding-left: 15px;
  margin-bottom: 20px;
}
#contents.pipa li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 5px;
  background: #b62883;
  border-radius: 3px;
}
p.sign {
	width:90%;
	margin:50px auto 0;
	text-align:right;
}
}