@charset "UTF-8";
h1 small {
    font-size: 28px;
}
#bread-area .bread-container {
	max-width: 980px;
}
/* overview */
#overview .main .headline {
	padding-bottom: 0;
	margin: 30px 0;
}
#overview .main .contents {
	padding: 20px 0 0;
	background-color: #ffffff;
}
#overview .miniheadline {
	margin: 30px 0;
}
#overview .miniheadline span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 4px solid #ccc;
}
#overview .backcolor {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 24px;
	font-size: 16px;
	background: #fff8e6;
	padding: 24px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#overview .backcolor-inner {
	background: #fff;
	border: 2px solid #ffb700;
	border-radius: 10px;
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.backcolor-left,
.backcolor-right {
	flex: 1; 
	display: flex;
	flex-direction: column; 
	gap: 20px;
}
#overview .backcolor p {
	font-size: 20px;
}
#overview .backcolor li {
	list-style: disc;
	list-style-position: inside;
}
@media only screen and (max-width: 768px) {
	#overview .main .headline {
		margin: 0 0 20px 0;
        padding-bottom: 20px;
	}
	#overview .backcolor {
		width: 100%;
	}
	#overview .backcolor {
		flex-direction: column;
	}
	#overview .backcolor li {
		text-indent: -1.5em;
		padding-left: 1em;
	}
}


/* service */
#service .main .headline {
	margin: 30px 0;
	padding-bottom: 0;
}
#service .main .headline span {
	font-weight: 800;
}
#service .main .contents {
	padding: 20px 0;
}
#service .miniheadline {
	margin: 30px 0;
}
#service .miniheadline span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 4px solid #ccc;
}
#service .main .table thead tr {
	color: #ffffff;
}
#service .main .table thead tr th {
	background: #ffb700; 
}
#service .main .table thead tr th:first-of-type {
	width: 12%;
}
#service .main .table thead tr th:nth-of-type(2){
	width: 23%;
}
#service .main .table thead tr th:last-of-type{
	width: 15%;
}
#service .main .table tbody {
	background: #ffffff;
}
#service .main .table tbody tr .center {
	background: #f5f5f5;
}
#service .main .table tbody tr td:last-of-type {
	text-align: center;
}
#service .result {
    padding: 20px;
    background: #fff;
}
#service .result > p {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 18px;
}
#service .result li {
    position: relative;
    padding-left: 26px;
}
#service .result li:not(:last-child)  {
    margin-bottom: 1rem;
}
#service .result li::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/check.png) no-repeat center center / cover;
}
@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;
	}
}


/* point */
#point {
	padding: 100px 0 30px 0;
}
#point .main .headline {
	padding-bottom: 0;
	margin: 30px 0;
}
#point .contents {
    padding: 20px 0;
}
#point .headline span {
	font-weight: bold;
}
#point .minihedline {
	margin: 30px 0;
}
#point .minihedline span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 4px solid #ccc;
}
@media only screen and (max-width: 768px) {
	#point {
		padding-top: 40px;
	}
	#point .main .headline {
		margin-bottom: 20px;
		padding: 20px 0;
		margin-top: 0;
	}
}





