@charset "utf-8";
.title  {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.title span {
  display: block;
  font-size: 21px;
  font-weight: normal;
  margin: 10px 0;
  text-align: center;
}
.main,.about,.last p{
	font-size: 21px;
}

h2{
	font-size: 25px;
	margin-top: 40px;
}

.about {
	margin-top: 40px;
}

ul{
	padding-left:0;
}

.main li{
	list-style:none;
	font-size: 23px;
	margin-top: 20px;
}

.under{
	border-bottom: dashed 2px orange;
	display: inline-block;
	line-height: 1;
}

.main p {
	margin-top: 5px;

}

.last{
	margin-top: 80px;
}

img{
    max-width: 100%;
    height: auto;
}
