@charset "UTF-8";
#bread-area .bread-container {
	max-width: 980px;
}
.content .miniheadline span {
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.main .headline {
        padding: 20px 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
}
/* tendency */
#tendency {
	margin-top: -100px;
    padding-top: 100px;
}
#tendency .table th {
	width: 30%;
	font-weight: bold;
}

/* summary */
#summary {
	padding: 100px 0 0;
}

/* service */
#service .main .headline {
	margin: 30px 0;
}
#service .miniheadline {
	margin: 30px 0;
}
#service .miniheadline span {
	display: block;
	font-size: 24px;
}
#service .main .table tbody {
	background: #ffffff;
}
#service .main .table tbody tr .center {
	background: #ffb700;
}
#service .main .table tbody tr td:first-of-type {
	width: 25%;
	font-weight: bold;
	text-align: center;
}
#service .main .back-og {
	margin-top: 30px;
	padding: 24px;
	background: #fff8e6;
}
#service .main ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
	border: 2px solid #ffb700;
	border-radius: 10px;
	background: #fff;
}
#service .main ul li {
	display: block;
	position: relative;
	padding-left: 40px;
	font-size: 16px;
}
#service .main ul li::before {
	display: block;
	content: "●";
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 24px;
}
@media only screen and (max-width: 768px) {
	#service .main .headline {
		margin: 0 0 20px 0;
		padding: 20px 0;
	}
	#service .main .headline span {
		padding-bottom: 0;
	}
}


