.line-at-pull {
	background: #fff;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10000;
	
	cursor: pointer;
	
	width: 230px;
	padding: 10px;
	
	border: 1px solid #00B100;
}

.line-at-pull .closebox {
	position: absolute;
	right: 5px;
	top: 5px;
}

.line-at-pull p {
	margin-bottom: 0;
	margin-top: 10px;
}

.line-at-pull .logo-box {
	font-size: 1.5rem;
	line-height: 1.5;
}

.line-at-pull .img-logo {
	display: block;
	float: left;
	width: 70px;
	height: auto;
	margin-right: 10px;
}

.line-at-pull .text-logo {
	width: 70px;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}

.line-at-pull-sp {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0;
	z-index: 10000;
}

.linemeblock {
	text-align: center;
	line-height: 1.1;
}

.line-at-pull-sp a {
	width: 50%;
	display: block;
	float: left;
	border-left: 1px solid #ccf;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}

.line-at-pull-sp a:first-child {
	border-left: 0;
}

.line-at-pull-sp a i {
	display: block;
	margin: 0 auto;
	font-size: 27px;
}

.line-at-pull-sp a .img-logo {
	display: block;
	margin: 0 auto;
	width: 27px;
	height: auto;
}

.hidden {
	display: none;
}

ul.tc-normal-disc {
    margin-left: 20px;
}

ul.tc-normal-disc li {
    list-style-type: disc;
    list-style-position: outside;
}

#sp-footer .copyright {
	padding-bottom: 50px;
}

#footer .logo img {
	height: 50px;
}

.tc-fee-detail-table th {
	width: 35%;
}
.tc-fee-detail-table td {
	width: 39%;
}
.tc-fee-detail-table td.sp-childhead {
	width: 26%;
}

@media screen and (max-width: 930px) {
    .tc-fee-detail-table th,
    .tc-fee-detail-table td,
    .tc-fee-detail-table td.sp-childhead {
        box-sizing: border-box;
        width: 100%;
    }
    
    .home-notice {
	    clear: both;
	    margin-bottom: 5px;
	    margin-top: -15px;
	    color: #c51f1f;
	    text-indent: -1em;
	    margin-left: 1em;
	    font-weight: bold;
	}
	
	.home-carryup {
	    margin-top: 20px;
	}
}