#smp {
    width: 90%;
    margin: 0 auto 0 auto;
}

.smp_ttl {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.5em;
}

.smp_honbun h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 25px 0 5px;
}

#smp h5 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 25px 0 5px 18px;
}

.smp_honbun ol {
    margin-left: 0px;
}

.smp_honbun ol li {
    margin-bottom: 10px;
}
.smp_honbun .liststyle01 li{
    margin-bottom: 2px;
}

.smp_honbun .liststyle01>li {
	counter-increment: cnt;
	position: relative;
}
.smp_honbun .liststyle01>li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -2em;
	width: 3.5em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.smp_honbun .liststyle01>li {
  padding-left: 2em!important;
}
.smp_honbun .liststyle01>li{
    counter-increment: cnt;
    position: relative;
}
.smp_honbun p {
    margin-bottom: 10px;
}

/* .smp_honbun li {
    list-style: none;
} */

.smp_honbun li p {
    padding-left: 18px;
}

.boxright {
    margin-top: 30px;
}

.boxright p {
    text-align: right;
}

.boxright p.name {
    margin-top: 10px;
}

.sp_br{
    display: none;
}

@media only screen and (min-width:479px) and (max-width:768px){
    .sp_br{
        display:block;
    }
}