#content-main h5 {
    font-size: 120%;
    background: url(/images/common/innobiz-h5-icon.png) no-repeat 0 7px;
    padding-left: 23px;
    font-weight: 400;
	margin: 50px 0 10px 0;
}
#content-main ul.text li {
    font-weight: 300;
    padding-left: 15px;
    margin-left: 10px;
    background: url(/images/common/innobiz-li-icon.png) 0 11px no-repeat;
}
#content-main span.t {
    font-weight: bold;
    color: #ff4b07;
}
#content-main span.c {
    font-weight: bold;
    color: #0776ff;
}
#content-main .link-button a {
    background: #e44835;
    display: inline-block;
    border: 1px solid #e44835;
	padding: 5px 20px;
    color: white;
    margin: 5px;
    border-radius: 30px;
}
#content-main .link-button a:hover {
    background: white;
    color: #434748;
    border: 1px solid #434748;
}
#content-main .link-button {
    margin: 15px 0 0 33px;
	display: block;
}
#content-main .tt {
    margin-top: 0px;
}
#content-main h6 {
	margin-top: 15px;
}
#content-main span.under {
	font-weight: bold;
    background: linear-gradient(to top, #fff3c2 50%, transparent 50%);
}
#content-main h4 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#content-main div.text-box{
	border: 3px double #888;
	/* background: #eee; */
    padding: 30px;
}
#content-main .text-box p {
    font-size: 18px;
	margin-bottom: 10px;
}
#content-main .center {
	text-align: center;
}
#content-main .right {
	text-align: right;
	}
#content-main .under-line{
	text-decoration: underline;	
	font-weight: bold;
}
#content-main div.step div {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 0.6%;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0 0 10px;
    margin-top: 10px;
    height: 110px;
}
#content-main div.step div span {
    font-weight: bold;
    display: block;
    text-align: center;
    background: aliceblue;
    padding: 10px 0 5px;
    margin-bottom: 5px;
}