﻿@charset "utf-8";

.title {
 text-align: center;
 margin: 60px 0 40px 0;
 font-size: 22px;
 font-weight: 500;
}

.title01 {
 font-size: 18px;
 font-weight: 500;
 text-align: left;
 margin: 40px 0 15px 0;
}
.title01 span {
 color: #f4a70c;
}
.txt01 {
 text-indent: 1em;
 line-height: 1.8em;
}
.title02 {
 font-size: 15px;
 font-weight: 500;
 margin: 20px 0 3px 0;
 line-height: 1.8em;
}
#document {
 margin-bottom: 110px;
}
ul.list01 {
 margin-top: 10px;
}
ul.list01 li {
 position: relative;
 padding:0 0 0 12px;
 margin-bottom: 10px;
 font-size: 15px;
}
ul.list01 li:before {
 background: #393939;
 content: "";
 height: 3px;
 width: 3px;
 left: 0;
 position: absolute;
 border-radius: 2px;
 top: 10px;
}