@charset "utf-8";

.section{
  margin-bottom: 60px;
}
.section p{
  text-align: center;
}

.htx{
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
}
.htx span{
  display: inline-block;
  padding: 20px 80px;
  font-size: 28px;
  position: relative;
}

.htx span:after{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -3px;
  background-color: #000;
  z-index: 1;
}
.logo{
  margin-bottom: 15px;
}

.url{
  margin-bottom: 30px;
}
.url a{
  border-bottom: 1px dotted #ffdc07;
  color: #222;
  font-size: 90%;
}

.body{
  margin-bottom: 30px;
}






