@charset "utf-8";
/* CSS Document */

.main {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}

.main h1{
	margin: 50px auto 40px auto;
	padding: 0;
	font-weight: bold;
    font-size:33px;
    color: #4f4f4f;
  position: relative;
  display: inline-block;
}
.main h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4f4f4f;
  border-radius: 2px;
}
.pp{
width: 100%;
background: #fff;
height: auto;
margin: 0 auto 100px;
padding: 0px 0px;
overflow: hidden;
border-top: 3px solid #C20D23;
}

.pp p{
	text-align: left;
	font-size: 15px;
}
.pp h3{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #C20D23;
    border-bottom: 1px dotted #ccc;
    line-height: 160%;
}
