@charset "UTF-8";

/*-------------------------
__reg_style
-------------------------*/
body {
padding: 30px 20px;
}
h1 {
font-size: 1.8em;
font-weight: 700;
text-align: left;
padding-bottom: 30px;
}
dl {
margin-left: 15px;
margin-right: 15px;
}
dt {
font-size: 1.5em;
line-height: 1.8;
font-weight: 700;
text-align: left;
}
dd {
text-align: left;
padding-bottom: 30px;
}
p {
font-size: 1.4em;
line-height: 1.8;
text-indent: 1em;
}
ul {
padding-left: 14px;
}
li {
font-size: 1.4em;
line-height: 1.8;
list-style: inside;
list-style-type: circle;
text-indent: -1em;
}
.concluded {
text-align: right;
}
a {
color: #000;
}
a:hover {
text-decoration: none;
}
