@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;
	}
}


/* ===== kokotomo base.css から移植（agencyページ用） ===== */
@media screen and (min-width: 601px) {


/*-----------------------------------
	無料相談窓口ページ agency
------------------------------------*/
.agency-search-box {
	background-color: #FFFBF0;
	margin-bottom: 40px;
	padding: 40px 50px 30px;
	border-radius: 10px;
	box-shadow: 0 0 1px #f80;
}
}
@media screen and (min-width: 601px) {

.agency-search-box h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 21px;
	color: #555;
	text-align: center;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
@media screen and (min-width: 601px) {

.agency-search-box h2 img {
	margin-right: 8px;
}
}
@media screen and (min-width: 601px) {

.area-table {
	margin-bottom: 0;
}
}
@media screen and (min-width: 601px) {

.area-table tr {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: 2px solid #F8EED4;
}
}
@media screen and (min-width: 601px) {

.area-table th,
.area-table td {
	padding: 0;
	font-size: 17px;
	background: none;
	border: none;
}
}
@media screen and (min-width: 601px) {

.area-table th {
	color: #836449;
	font-weight: bold;
	text-align: left;
	width: 80px;
}
}
@media screen and (min-width: 601px) {

.area-table td {
	width: calc(100% - 80px);
	padding-left: 35px;
	box-sizing: border-box;
}
}
@media screen and (min-width: 601px) {

.area-table td ul li {
	display: inline-block;
	margin-right: 1em;
}
}
@media screen and (min-width: 601px) {

.area-table td ul li:last-child {
	margin-right: 0;
}
}
@media screen and (min-width: 601px) {

.area-table td a {
	color: #555;
}
}
@media screen and (min-width: 601px) {

.area-table td a:hover {
	color: #f80;
}
}
@media screen and (min-width: 601px) {

.area-table td a .count {
	display: inline-block;
	font-size: 11px;
	margin-left: 2px;
	color: #f80;
}
}
@media screen and (min-width: 601px) {

.agency-search-box__field {
	padding: 30px 30px 30px;
}
}
@media screen and (min-width: 601px) {



.area-table__form {
	width: 100%;
	margin-top: 15px;
}
}
@media screen and (min-width: 601px) {

.area-table__form tr {
	padding: 0;
	border-bottom: 2px solid #F8EED4;
}
}
@media screen and (min-width: 601px) {

.area-table__form tr:first-child {
	border-top: 2px solid #F8EED4;
}
}
@media screen and (min-width: 601px) {

.area-table__form th,
.area-table__form td {
	padding: 10px 0;
	font-size: 16px;
}
}
@media screen and (min-width: 601px) {

.area-table__form th {
	font-weight: normal;
	width: 150px;
}
}
@media screen and (min-width: 601px) {

.area-table__form td {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: calc(100% - 150px);
}
}
@media screen and (min-width: 601px) {

.area-table__form .checkbox-wrap {
	width: calc(100% / 4);
	position: relative;
}
}
@media screen and (min-width: 601px) {

#area-table-tr__online .checkbox-wrap {
	width: 100%;
	line-height: 2;
}
}
@media screen and (min-width: 601px) {

#area-table-tr__other .checkbox-wrap {
	width: 100%;
	line-height: 2;
}
}
@media screen and (min-width: 601px) {

.area-table__form .checkbox-wrap label {
	margin-bottom: 3px;
}
}
@media screen and (min-width: 601px) {

.area-table__form .accordion-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
	color: #444;
	background-color: #eee;
	border: none;
	padding: 4px;
	letter-spacing: 1px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}
}
@media screen and (min-width: 601px) {

.area-table__form .accordion-btn:after {
	position: absolute;
	content: "＋";
	color: #f80;
	font-size: 18px;
	top: 0;
	right: 15px;
}
}
@media screen and (min-width: 601px) {

.area-table__form .accordion-btn.open:after {
	content: "－";
}
}
@media screen and (min-width: 601px) {

.area-table__form .accordion-contents {
	width: 100%;
	box-sizing: border-box;
	display: none;
}
}
@media screen and (min-width: 601px) {

.area-table__form .accordion-contents .checkbox-wrap-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
}
@media screen and (min-width: 601px) {

.area-table__form .accordion-contents .checkbox-wrap {
	font-size: 13px;
	letter-spacing: 0;
}
}
@media screen and (min-width: 601px) {

/*
	絞り込み filter
*/
.filter-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}
}
@media screen and (min-width: 601px) {

.filter-box__member {
	padding: 0 30px;
	margin-bottom: 25px;
}
}
@media screen and (min-width: 601px) {

.filter-box__common {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #eee;
	border-radius: 10px;
}
}
@media screen and (min-width: 601px) {

.filter-box__admin-topic .filter-item {
	margin-right: 10px;
}
}
@media screen and (min-width: 601px) {

.filter-box--chat-not .filter-item {
	margin-right: 10px;
	margin-bottom: 0;
}
}
@media screen and (min-width: 601px) {

.filter-box--chat-not .filter-item:last-child {
	margin-right: 0;
}
}
@media screen and (min-width: 601px) {

.filter-box--chat-not .filter-item select {
	max-width: 250px;
}
}
@media screen and (min-width: 601px) {

.filter-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
}
@media screen and (min-width: 601px) {

.filter-main:after {
	display: block;
	content:"";
	width: 32%;
}
}
@media screen and (min-width: 601px) {

.filter-main select,
.filter-main input,
.form-filter button {
	font-size: 14px;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 5px;
}
}
@media screen and (min-width: 601px) {

.filter-main select,
.filter-main input {
	padding: 8px 15px;
	color: #555;
	background-color: #fff;	
	border: solid 1px #ddd;
}
}
@media screen and (min-width: 601px) {

.filter-main__topic select {
	width: 144px;
}
}
@media screen and (min-width: 601px) {

.filter-main__topic input {
	width: 200px;
}
}
@media screen and (min-width: 601px) {

.filter-main__agency-top select,
.filter-main__agency-top input {
	width: calc((100% / 2) - 5px);
}
}
@media screen and (min-width: 601px) {

.filter-main__agency-bottom select,
.filter-main__agency-bottom input {
	width: calc((100% / 3) - 5px);
}
}
@media screen and (max-width: 600px) {


/*-----------------------------------
	専門相談機関ページ agency
------------------------------------*/
.agency-search-box {
	background-color: #FFFBF0;
	margin-bottom: 40px;
	padding: 25px 20px 15px;
	border-radius: 10px;
	box-shadow: 0 0 1px #f80;
}
}
@media screen and (max-width: 600px) {

.agency-search-box h2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	color: #555;
	text-align: center;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
@media screen and (max-width: 600px) {

.agency-search-box h2 img {
	margin-right: 8px;
}
}
@media screen and (max-width: 600px) {

.area-table {
	margin-bottom: 0;
}
}
@media screen and (max-width: 600px) {

.area-table tr {
	display: block;
	padding: 15px 0;
	border-bottom: 2px solid #F8EED4;
}
}
@media screen and (max-width: 600px) {

.area-table th,
.area-table td {
	padding: 0;
	font-size: 16px;
	background: none;
	border: none;
}
}
@media screen and (max-width: 600px) {

.area-table th {
	display: block;
	color: #836449;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
}
@media screen and (max-width: 600px) {

.area-table td {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
}
@media screen and (max-width: 600px) {

.area-table td ul li {
	display: inline-block;
	margin-right: 1em;
}
}
@media screen and (max-width: 600px) {

.area-table td ul li:last-child {
	margin-right: 0;
}
}
@media screen and (max-width: 600px) {

.area-table td a {
	color: #555;
}
}
@media screen and (max-width: 600px) {

.area-table td a:hover {
	color: #f80;
}
}
@media screen and (max-width: 600px) {

.area-table td a .count {
	display: inline-block;
	font-size: 11px;
	margin-left: 2px;
	color: #f80;
}
}
@media screen and (max-width: 600px) {

.area-table__form {
	width: 100%;
	margin-top: 15px;
}
}
@media screen and (max-width: 600px) {

.area-table__form tr {
	padding: 15px 0;
	margin-bottom: 0;
	border-bottom: 2px solid #F8EED4;
}
}
@media screen and (max-width: 600px) {

.area-table__form tr:first-child {
	border-top: 2px solid #F8EED4;
}
}
@media screen and (max-width: 600px) {

.area-table__form th,
.area-table__form td {
	font-size: 15px;
}
}
@media screen and (max-width: 600px) {

.area-table__form th {
	font-weight: normal;
}
}
@media screen and (max-width: 600px) {

.area-table__form td {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
}
@media screen and (max-width: 600px) {

.area-table__form .checkbox-wrap {
	width: calc(100% / 3);
	line-height: 2.1;
	position: relative;
	margin-bottom: 0;
}
}
@media screen and (max-width: 600px) {

#area-table-tr__online .checkbox-wrap {
	width: 100%;
}
}
@media screen and (max-width: 600px) {

#area-table-tr__other .checkbox-wrap {
	width: 100%;
}
}
@media screen and (max-width: 600px) {

.area-table__form .checkbox-wrap label {
	font-size: 14px;
	margin-left: 3px;
}
}
@media screen and (max-width: 600px) {

.area-table__form .accordion-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0 10px;
	color: #444;
	font-size: 12px;
	background-color: #eee;
	border: none;
	padding: 4px;
	letter-spacing: 1px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}
}
@media screen and (max-width: 600px) {

.area-table__form .accordion-btn:after {
	position: absolute;
	content: "＋";
	color: #f80;
	font-size: 17px;
	top: 0;
	right: 15px;
}
}
@media screen and (max-width: 600px) {

.area-table__form .accordion-btn.open:after {
	content: "－";
}
}
@media screen and (max-width: 600px) {

.area-table__form .accordion-contents {
	width: 100%;
	box-sizing: border-box;
	display: none;
}
}
@media screen and (max-width: 600px) {

.area-table__form .accordion-contents .checkbox-wrap-box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
}
@media screen and (max-width: 600px) {

.area-table__form .accordion-contents .checkbox-wrap label {
	font-size: 12px;
	letter-spacing: 0;
}
}
@media screen and (max-width: 600px) {




/*
	絞り込み filter
*/
.filter-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 12px;
}
}
@media screen and (max-width: 600px) {

.filter-box__common {
	margin-bottom: 20px;
	padding: 15px 10px;
	background-color: #eee;
	border-radius: 10px;
}
}
@media screen and (max-width: 600px) {

.filter-box__admin-topic .filter-item {
	margin-right: 8px;
}
}
@media screen and (max-width: 600px) {

.filter-box__admin-topic .filter-item select {
	padding: 6px 0px 6px 6px;
}
}
@media screen and (max-width: 600px) {

.filter-box--chat-not .filter-item {
	margin-right: 8px;
	margin-bottom: 0;
}
}
@media screen and (max-width: 600px) {

.filter-box--chat-not .filter-item:last-child {
	margin-right: 0;
}
}
@media screen and (max-width: 600px) {

.filter-box--chat-not .filter-item select {
	max-width: 120px;
}
}
@media screen and (max-width: 600px) {

.filter-box__member {
	margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {

.filter-box__member .filter-item:first-of-type {
	margin-right: 10px;
	margin-bottom: 0;
}
}
@media screen and (max-width: 600px) {

.filter-box__member .filter-item__icon span {
	left: 8px;
}
}
@media screen and (max-width: 600px) {

.filter-box__member .filter-item__icon select {
	padding-right: 4px;
	padding-left: 30px;
}
}
@media screen and (max-width: 600px) {

.filter-box__member .filter-member__status {
	margin: 0;
}
}
@media screen and (max-width: 600px) {

.filter-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}
}
@media screen and (max-width: 600px) {

.filter-main:after {
	display: block;
	content:"";
	width: 32%;
}
}
@media screen and (max-width: 600px) {

.filter-main select,
.filter-main input,
.form-filter button {
	font-size: 13px;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 5px;
}
}
@media screen and (max-width: 600px) {

.filter-main select,
.filter-main input {
	padding: 8px 0 8px 10px;
	box-sizing: border-box;
	color: #555;
	background-color: #fff;	
	border: solid 1px #ddd;
}
}
@media screen and (max-width: 600px) {

.filter-main__topic select {
	width: 32%;
	max-width: 32%;
}
}
@media screen and (max-width: 600px) {

.filter-main__topic input {
	margin-top: 2%;
	margin-left: calc((100% - 200px) / 2);
	width: 200px;
}
}
@media screen and (max-width: 600px) {

.filter-main__agency-top select,
.filter-main__agency-top input {
	width: calc((100% / 2) - 4px);
}
}
@media screen and (max-width: 600px) {

.filter-main__agency-bottom select,
.filter-main__agency-bottom input {
	width: calc((100% / 3) - 4px);
}
}


/* ===== listing-tabs（kokotomo support.css から移植） ===== */



/* ===== listing-tabs（kokotomo common/listing-tabs.css を移植） ===== */
/* ============================================================
   一覧ページ共通タブUI
   ・自助会(support)、相談窓口(agency)、メンタルクリニック(clinic)、
     就労支援事業所(facility) の検索ページで共通利用
   ・タブ数は 2 or 3 を想定
   ・タブ内の検索フォーム・地域グリッド等は各CPT個別のCSSで装飾
   ============================================================ */

.listing-tabs__nav {
	display: flex;
	gap: 4px;
	margin-bottom: 20px;
	border-bottom: 2px solid #f80;
}
.listing-tabs__btn {
	flex: 1 1 auto;
	padding: 12px 20px;
	background-color: #f7f7f7;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	font-size: 15px;
	font-weight: 600;
	color: #555;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	transition: background-color .15s, color .15s;
}
.listing-tabs__btn .material-icons-round {
	font-size: 20px;
	color: inherit;
}
.listing-tabs__btn:hover {
	background-color: #fff4e0;
	color: #f80;
}
.listing-tabs__btn.is-active {
	background-color: #f80;
	color: #fff;
	border-color: #f80;
}
.listing-tabs__panel {
	display: none;
}
.listing-tabs__panel.is-active {
	display: block;
}

@media screen and (max-width: 600px) {
	.listing-tabs__nav {
		gap: 2px;
	}
	.listing-tabs__btn {
		padding: 10px 8px;
		font-size: 12px;
		border-radius: 6px 6px 0 0;
	}
	.listing-tabs__btn .material-icons-round {
		font-size: 16px;
	}
}

/* セレクト非表示: PCでは visibility:hidden で隙間保持、スマホでは display:none で詰める */
.listing-filter__select-hidden {
	visibility: hidden;
}
@media (max-width: 767px) {
	.listing-filter__select-hidden {
		display: none;
	}
}


/* ===== form-filter（kokotomo base.css から移植） ===== */
@media screen and (min-width: 601px) {

.filter-main select,
.filter-main input,
.form-filter button {
	font-size: 14px;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 5px;
}
}
@media screen and (min-width: 601px) {

.filter-agency-box {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #eee;
	border-radius: 10px;
}
}
@media screen and (min-width: 601px) {

.form-filter button {
	margin: 0 auto;
	padding: 8px 140px;
	display: block;
	color: #fff;
	background-color: #f80;
	border: solid 1px #f80;
}
}
@media screen and (min-width: 601px) {

.form-filter button:hover {
	cursor: pointer;
	opacity: 0.7;
}
}
@media screen and (max-width: 600px) {

.filter-main select,
.filter-main input,
.form-filter button {
	font-size: 13px;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 5px;
}
}
@media screen and (max-width: 600px) {

.filter-agency-box {
	margin-bottom: 20px;
	padding: 20px 10px;
	background-color: #eee;
	border-radius: 10px;
}
}
@media screen and (max-width: 600px) {

.form-filter button {
	display: block;
	padding: 8px 0;
	width: 100%;
	text-align: center;	
	color: #fff;
	background-color: #f80;
	border: solid 1px #f80;
}
}
@media screen and (max-width: 600px) {

.form-filter button:hover {
	cursor: pointer;
	opacity: 0.7;
}
}


/* ===== SNSシェアボタン（日記用スタイルをagency詳細に適用） ===== */
@media screen and (min-width: 601px) {

.single-agency .sns-bar .sns-list {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 15px;
	padding-left: 0;
	position: static;
	top: auto;
	overflow: visible;
}

.single-agency .sns-bar .sns-list li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

.single-agency .sns-bar .sns-list li:before {
	display: none;
}

.single-agency .sns-bar .sns-list li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(200, 200, 200, 0.3);
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.single-agency .sns-bar .sns-list li.twitter a {
	background-color: #000;
}

.single-agency .sns-bar .sns-list li.facebook a {
	background-color: #3b5998;
}

.single-agency .sns-bar .sns-list li.line a {
	background-color: #25af00;
}

.single-agency .sns-bar .sns-list li a:hover {
	opacity: 0.7;
}

.single-agency .sns-bar .icon-x,
.single-agency .sns-bar .icon-facebook-svg {
	display: block;
	color: #fff;
}

.single-agency .sns-bar .sns-label--line {
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0;
}
}
@media screen and (max-width: 600px) {

.single-agency .sns-bar .sns-list {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 15px;
	padding-left: 0;
	position: static;
	top: auto;
	overflow: visible;
}

.single-agency .sns-bar .sns-list li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

.single-agency .sns-bar .sns-list li:before {
	display: none;
}

.single-agency .sns-bar .sns-list li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(200, 200, 200, 0.3);
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.single-agency .sns-bar .sns-list li.twitter a {
	background-color: #000;
}

.single-agency .sns-bar .sns-list li.facebook a {
	background-color: #3b5998;
}

.single-agency .sns-bar .sns-list li.line a {
	background-color: #25af00;
}

.single-agency .sns-bar .sns-list li a:hover {
	opacity: 0.7;
}

.single-agency .sns-bar .icon-x,
.single-agency .sns-bar .icon-facebook-svg {
	display: block;
	color: #fff;
}

.single-agency .sns-bar .sns-label--line {
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0;
}
}

/* ===== agency詳細ページの外枠・ボタン・地域タグ調整 ===== */
@media screen and (min-width: 601px) {
.single-agency .article__type-box {
	padding: 40px 30px;
	background-color: #fff;
	box-shadow: 0 0 3px #ddd;
	border-radius: 6px;
	position: relative;
}
}
@media screen and (max-width: 600px) {
.single-agency .article__type-box {
	padding: 25px 15px;
	background-color: #fff;
	box-shadow: 0 0 3px #ddd;
	border-radius: 6px;
	position: relative;
}
}
.single-agency .article__type-box a.btn {
	display: inline-block;
	padding: 12px 40px;
	color: #fff !important;
	background-color: #f80;
	border-radius: 30px;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.single-agency .article__type-box a.btn:hover {
	opacity: 0.75;
}
.single-agency .agency-info-item .area-term-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}
.single-agency .agency-info-item .area-term-list li {
	margin: 0;
	padding: 3px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #7a5a36;
	background: #fff4e8;
	border-radius: 12px;
}
