@media screen and (min-width: 601px) {

.agency-list {

}
.agency-list > li {
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 4px #e2e2e2;
	border-radius: 10px;
}
.agency-list > li a {
	display: block;
	padding: 25px 25px 10px;
	color: #444;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.agency-list > li:hover {
	box-shadow: 1px 1px 8px #f80;
}
.agency-list > li a:hover {
	text-decoration: none;
	background-color: #FFFBF0;
}
.agency-list > li .more {
	float: right;
	color: #f80;
	font-size: 15px;
}
.agency-list > li .more:after {
	content: "》";
	font-size: 12px;
	display: inline-block;
	top: -1px;
	right: -5px;
	position: relative;
}
.agency-list .title {
	margin: 0 0 12px;
	padding: 0;
	color: #f80;
	background: none;
	font-size: 20px;
}
.agency-list .description {
	margin-bottom: 20px;
	font-size: 14px;
}
.agency-list a:hover .title {
	color: #f80;
}
.agency-info-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 5px 0;
}
.agency-info-item .material-icons-round {
	color: #777;
	font-size: 20px;
	width: 20px;
}
.agency-info-item .term-list {
	width: calc(100% - 20px);
	padding-left: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.agency-info-item .term-list > li {
	margin: 2.5px 5px 2.5px 0;
}
.agency-info-item .term-list > li:last-child {
	margin-right: 0;
}
.agency-info-item .term-list > li > span,
.agency-info-item .term-list > li > a {
	line-height: 1;
	font-size: 11px;
	border-radius: 5px;
	display: block;
	padding: 8px 10px;
	color: #555;
	background-color: #eee;
}
.agency-info-item .term-list > li > a:hover {
	background-color: #ccc;
	text-decoration: none;
}

}



@media screen and (max-width: 600px) {

.agency-list {

}
.agency-list > li {
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 4px #e2e2e2;
	border-radius: 10px;
}
.agency-list > li a {
	display: block;
	padding: 25px 15px 10px;
	color: #444;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.agency-list > li:hover {
	box-shadow: 1px 1px 8px #f80;
}
.agency-list > li a:hover {
	text-decoration: none;
	background-color: #FFFBF0;
}
.agency-list > li .more {
	float: right;
	color: #f80;
	font-size: 13px;
}
.agency-list > li .more:after {
	content: "》";
	font-size: 10px;
	display: inline-block;
	top: -1px;
	right: -5px;
	position: relative;
}
.agency-list .title {
	margin: 0 0 10px;
	padding: 0;
	color: #f80;
	background: none;
	font-size: 16px;
}
.agency-list .description {
	margin-bottom: 12px;
	font-size: 12px;
}
.agency-list a:hover .title {
	color: #f80;
}
.agency-info-item {
	display: flex;
	align-items: center;
	margin: 4px 0;
}
.agency-info-item .material-icons-round {
	color: #777;
	font-size: 20px;
	margin-right: 10px;
}
.agency-info-item .term-list {
	display: flex;
	flex-wrap: wrap;
}
.agency-info-item .term-list > li {
	margin-right: 5px;
	margin-bottom: 2px;
}
.agency-info-item .term-list > li:last-child {
	margin-right: 0;
}
.agency-info-item .term-list > li > span,
.agency-info-item .term-list > li > a {
	line-height: 1;
	font-size: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	color: #555;
	background-color: #eee;
}
.agency-info-item .term-list > li > a:hover {
	background-color: #ccc;
	text-decoration: none;
}

}
.page-top-pr {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 32px;
    padding: 18px 24px;
    border: 1px solid #f4c7c3;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff7f6 0%, #fff2f0 100%);
    box-shadow: 0 10px 24px rgba(225, 108, 98, 0.12);
    color: #3c4356;
    font-size: 34px;
    font-weight: 500;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.page-top-pr:hover {
    transform: translateY(-1px);
    border-color: #ef9f97;
    box-shadow: 0 14px 30px rgba(225, 108, 98, 0.18);
}

.page-top-pr:after {
    content: "»";
    margin-left: auto;
    color: #f07d73;
    font-size: 48px;
    line-height: 1;
}

.page-top-pr .pr {
    flex-shrink: 0;
    padding: 4px 18px;
    border-radius: 12px;
    background: #e7746c;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .page-top-pr {
        gap: 10px;
        margin-bottom: 20px;
        padding: 14px 16px;
        border-radius: 14px;
        font-size: 20px;
    }

    .page-top-pr:after {
        font-size: 34px;
    }

    .page-top-pr .pr {
        padding: 4px 12px;
        font-size: 18px;
    }
}

.page-top-pr {
	margin-bottom: 24px;
	padding: 16px 56px 16px 18px;
	color: #4f3232;
	font-size: 15px;
	line-height: 1.45;
	border-radius: 16px;
	background: linear-gradient(135deg, #fff6f5 0%, #fffdf7 100%);
	border: 1px solid #f2c8c2;
	box-shadow: 0 8px 18px rgba(232, 122, 102, 0.14);
}
.page-top-pr:hover {
	color: #dc6d5f;
	box-shadow: 0 10px 22px rgba(232, 122, 102, 0.22);
}
.page-top-pr:after {
	font-size: 18px;
	color: #ff7e6f;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.page-top-pr .pr {
	padding: 4px 9px;
	border-radius: 999px;
	background-color: #e6786c;
	font-size: 12px;
	margin-right: 12px;
}
@media (max-width: 767px) {
	.page-top-pr {
		margin-bottom: 16px;
		padding: 14px 42px 14px 14px;
		font-size: 13px;
		line-height: 1.5;
	}
	.page-top-pr:after {
		font-size: 16px;
		right: 12px;
	}
	.page-top-pr .pr {
		margin-right: 9px;
		font-size: 11px;
	}
}
