@charset "utf-8";

/* kyushokusha  *******************/

.header_line{
    background-image: url(../img/common/header_line.svg);
}
.line_dotted:after{
    background-image: url(../img/common/line_dotted.svg);
}
.basewidth_inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
    text-align: justify;
}
.lead_text{
    margin-bottom: 100px;
}

ol>li {
	counter-increment : num;
	list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 2.4rem;
}
ol>li:first-of-type {
    margin-top: 0;
}

ol>li:before {
	content: counter(num)".";
	margin-right: 0.5rem;
	font-weight: bold;
}

ol .line_dotted{
    font-size: 2.4rem;
}
.text{
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.list_line{
    margin-left: 2rem;
}
.list_line .list_item{
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.6rem;
    list-style-type: disc;
}