@charset "utf-8";

/* for toppage */
.anchors {
	margin: 15px 0 20px;
	padding: 10px 0;
}

.anchors li {
	display: inline-block;
	margin: 0 0 10px 10px;
	padding: 0 15px 0 0;
	border-right-color: #d8d8d8;
}
.anchors a {
	font-weight: 600;
	color: #383838;
}

#main_content #kojin p {
	margin-left: 10px;
}
#main_content #ssl p {
	margin-left: 10px;
}

#main_content h5 {
	margin-top: 30px;
	padding-bottom: 5px;
}

.text-green2 {
	color: #6ecfb4;
}

.tplh4_tplh5{ font-size: 18px; font-weight: bold; padding: 12px 0 15px 12px; border-bottom: 1px solid #5cb89e;}
.tplh5_noline{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}

#privacy_list {
	list-style-position: outside;
	list-style-type: decimal;
}
#privacy_list li  {
	margin-bottom: 15px;
	padding-left :10px;
}

@media (min-width: 768px) {
.table.by-tel th {
	font-weight: 300;
	width: 250px;
	display: table-cell;
	vertical-align: middle;
}
}
@media (max-width: 767px) {
.table.by-tel th {
	font-weight: 300;
	width: 400px;
}
}

@media (min-width: 768px) {
.table_contact th{
	background-color: #D8EEE8;
	border-right: 1px solid #D8D8D8;
	width:auto;
}
}
@media (max-width: 767px) {
.table_contact th{
	background-color: #D8EEE8;
	border-bottom: 1px solid #D8D8D8;
	width:auto;
}
}

.table_contact{
	border-bottom: 1px solid #d8d8d8;
	margin-left: 10px;
}