p {
    font-size: 17px;
    color: #4a4b65;
    margin-top: 5px;
    margin-bottom: 1rem;
}
body {
	line-height: 1.8;
	font-weight: 450;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #4b505e;
}
hr{
	padding: 10px 10px;
}
li{
	font-size: 17px;
}
.font-size-lg {
    font-size: 1rem !important;
}
h2 {
	font-size: 1.625rem;
	padding: 20px 0 20px 0;
}
h3 {
	font-size: 1.225rem;
	padding: 10px 0 10px 0;
	font-weight: 600;
}
h4 {
	font-size: 1.25rem;
	padding: 10px 0 10px 0;
	font-weight: 600;
}
.directory {
    position: relative;
    margin: 87px 0 40px 0;
    padding: 0.5em 1em;
    border: solid 1px #ebebeb;
}
.directory .box-title {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: -1px;
    padding: 3px 0;
    height: 32px;
    width: 100px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    background: #766df4;
    color: #FFF;
    font-weight: 500;
}
.tips {
    word-break: break-word;
    color: #334eaf;
    background-color: #e7ebf7;
    border-color: #b7c2e8;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .3125rem;
}
.btn-buy {
    background-image: url(../image/button_buy.png);
	display: inline-block;
    padding: .375rem 1rem;
    padding-left: 3rem;
    border-radius: 1rem;
    background-position: center left .75rem;
    background-color: #766cf4;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    white-space: nowrap;
}
.btn-buy:hover {
    background-color: #9F79EE;

}