@charset "UTF-8";

/*================================================================
# 共通スタイル
================================================================ */
.sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

.ttl_u_bar>a {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px 10px;
	display: block;
	text-decoration: underline;
	letter-spacing: 0.2em;
	transition: 0s;
}

@media screen and (max-width: 640px) {
	.ttl_u_bar>a {
		padding: 0 0 10px;
	}
}

.ttl_u_bar>a:hover {
	border-bottom: 0;
	text-decoration: none;
}

.ttl_u_bar .sub,
.ttl_bg_gy .sub {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.1em;
}

.ttl_u_bar small,
.ttl_bg_gy small {
	display: inline-block;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	line-height: 1.4;
}

.ttl_u_bar img {
	display: block;
}

@media screen and (max-width: 640px) {
	.ttl_left_yoko::before {
		top: 9px;
	}
}

.marker {
	background: linear-gradient(transparent 60%, #fae61f 60%);
	font-style: normal;
}

.popup {
	max-width: 1040px;
	margin: auto;
	padding: 0;
	position: relative;
	line-height: 1.2;
}

@media screen and (max-width: 640px) {
	.popup {
		padding: 0;
	}
}

.popup span {
	padding: 0 24px 0 32px;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.popup span::before {
	width: 20px;
	height: 2px;
	border-radius: 9999px;
	background-color: #751485;
	position: absolute;
	content: "";
	bottom: 8px;
	left: 0;
	display: block;
	transform: rotate(50deg);
}

.popup span::after {
	width: 20px;
	height: 2px;
	border-radius: 9999px;
	background-color: #751485;
	position: absolute;
	content: "";
	right: 0;
	bottom: 8px;
	display: block;
	transform: rotate(-50deg);
}

.ttl_u_bar .popup {
	max-width: 1040px;
	margin: 0 auto 8px;
	padding: 0 20px;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
	.ttl_u_bar .popup {
		padding: 0;
	}
}

.text-link {
	font-weight: 600;
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
}

/*================================================================
# 特集1
================================================================ */
.toku01 .intro {
	display: flex;
	gap: 16px;
}

.toku01 .intro .text {
	flex: 1 1 0;
}

.toku01 .intro .img_cap {
	width: 160px;
	flex: 0 0 auto;
}

.toku01 .block {
	margin: 64px 0 0;
}

.toku01 .region-label span {
	padding: 10px 30px;
	background-color: #9e368f;
	display: inline-block;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}

.toku01 .region-label span+span {
	margin: 0 0 0 8px;
}

.toku01 .block .region-label .tag {
	margin: 0 0 0 8px;
	padding: 3px 16px 2px;
	line-height: 1.4;
}

.toku01 .block .tag {
	margin: 0 0 0 4px;
	padding: 4px 16px 2px;
	border-radius: 9999px;
	background-color: #f18e24;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 640px) {

	.toku01 .region-label span {
		margin: 0;
		padding: 5px 16px;
		font-size: 14px;
	}

	.toku01 .region-label span+span {
		margin: 0;
	}

	.toku01 .block .region-label {
		margin: 0 0 5px;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 5px;
	}

	.toku01 .block .region-label .tag {
		margin: 0;
		padding: 2px 12px;
		font-size: 13px;
	}

	.toku01 .block .tag {
		font-size: 14px;
	}
}

.toku01 .container {
	display: flex;
	align-items: flex-end;
	gap: 16px;
}

@media screen and (max-width: 640px) {
	.toku01 .container {
		flex-wrap: wrap;
		justify-content: center;
		gap: 4px;
	}

	.toku01 .container .img_cap.top20 {
		margin: 0;
	}
}

/*================================================================
# 特集2
================================================================ */
.toku02 .intro .container {
	display: flex;
	gap: 24px;
}

.toku02 .intro .container .text {
	width: 610px;
	flex: 0 0 610px;
}

.toku02 .intro .container .img_cap {
	flex: 1 1 0;
	font-weight: 600;
	text-align: center;
}

.toku02 .intro img {
	width: 160px;
}

.toku02 .intro .pink {
	color: #e7607b;
}

.toku02 .intro .green {
	color: #00aaa4;
}

.toku02 .budget-summary {
	margin: 64px 0 0;
	padding: 24px 16px;
	border-top: 2px solid #6d3540;
	border-bottom: 2px solid #6d3540;
	background: #fffbc7;
	position: relative;
}

.toku02 .budget-summary::before,
.toku02 .budget-summary::after {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #6d3540;
	position: absolute;
	content: "";
	left: -8px;
	z-index: 1;
}

.toku02 .budget-summary::before {
	top: -8px;
}

.toku02 .budget-summary::after {
	bottom: -8px;
}

.toku02 .budget-summary__row {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.toku02 .budget-summary__row::before,
.toku02 .budget-summary__row::after {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #6d3540;
	position: absolute;
	content: "";
	right: -24px;
	z-index: 1;
}

.toku02 .budget-summary__row::before {
	top: -32px;
}

.toku02 .budget-summary__row::after {
	bottom: -32px;
}

.toku02 .budget-summary__item {
	text-align: center;
}

.toku02 .budget-summary .fiscal-year {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: .02em;
}

.toku02 .budget-summary .title {
	margin: 4px 0 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: .01em;
}

.toku02 .budget-summary .amount {
	margin: 6px 0 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #00aaa4;
	white-space: nowrap;
	letter-spacing: .01em;
}

.toku02 .budget-summary .amount small {
	font-size: 20px;
}

.toku02 .budget-summary__symbol {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.toku02 .price-tag {
	margin: 0 0 40px;
}

.toku02 .price-tag span {
	padding: 16px;
	border-radius: 8px;
	background-color: #e4e4e5;
	font-size: 24px;
	font-weight: 600;
}

.toku02 .price-tag small {
	font-size: 16px;
}

.toku02 .unit .text-area {
	margin: 24px 0 0;
	padding: 8px 8px 8px 16px;
	border-left: 6px solid #f7ba90;
}

.toku02 .section02 .unit .text-area {
	border-left: 6px solid #d2cce6;
}

.toku02 .section03 .unit .text-area {
	border-left: 6px solid #bae3f9;
}

.toku02 .ttl_bg_gy .icon img {
	width: 32px;
	margin: 0 8px 0 0;
	transform: translate(0, 1px);
}

.toku02 .container.img {
	display: flex;
	align-items: flex-end;
	gap: 16px;
}

.toku02 .section05 .container.img {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.toku02 .section05 .container img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.toku02 .intro .container {
		display: block;
	}

	.toku02 .intro .container .text {
		width: 100%;
		flex: none;
	}

	.toku02 .intro .container .img_cap {
		width: 200px;
		margin: 24px auto 0;
	}

	.toku02 .intro .container .img_cap img {
		width: 100%;
		height: auto;
	}

	.toku02 .budget-summary {
		margin: 40px 0 0;
		padding: 24px 16px;
	}

	.toku02 .budget-summary__row {
		flex-direction: column;
		gap: 16px;
	}

	.toku02 .budget-summary__row::before,
	.toku02 .budget-summary__row::after {
		right: -24px;
	}

	.toku02 .budget-summary__row::before {
		top: -32px;
	}

	.toku02 .budget-summary__row::after {
		bottom: -32px;
	}

	.toku02 .budget-summary__item {
		width: 100%;
	}

	.toku02 .budget-summary .fiscal-year {
		font-size: 14px;
	}

	.toku02 .budget-summary .title {
		font-size: 19px;
	}

	.toku02 .budget-summary .amount {
		margin: 4px 0 0;
		font-size: 25px;
		white-space: normal;
	}

	.toku02 .budget-summary .amount small {
		font-size: 16px;
	}

	.toku02 .budget-summary__symbol {
		font-size: 28px;
		transform: rotate(90deg);
	}

	.toku02 .price-tag {
		margin: 0 0 24px;
	}

	.toku02 .price-tag span {
		padding: 12px;
		font-size: 20px;
	}

	.toku02 .price-tag small {
		font-size: 14px;
	}

	.toku02 .unit {
		margin: 16px 0 0;
	}

	.toku02 .unit .text-area {
		padding: 8px 8px 8px 12px;
		border-left-width: 4px;
	}

	.toku02 .section02 .unit .text-area,
	.toku02 .section03 .unit .text-area {
		border-left-width: 4px;
	}

	.toku02 .ttl_bg_gy .icon img {
		width: 24px;
		margin: 0 6px 0 0;
	}

	.toku02 .container {
		gap: 16px;
	}

	.toku02 .container img {
		max-width: 100%;
		height: auto;
	}

	.toku02 .section05 .container {
		align-items: flex-start;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
}

/*================================================================
# クローズアップ京都府
================================================================ */
.close_up .ttl_h1 .sub_ttl {
	display: block;
	font-size: 2.4rem;
}

.close_up .close_up_h2 a {
	text-decoration: none;
}

.close_up .container {
	margin: 30px 0 0;
	display: flex;
	gap: 30px;
}

@media screen and (max-width: 640px) {
	.close_up .container {
		margin: 20px 0 0;
		flex-direction: column;
		gap: 15px;
	}
}

/*================================================================
# GOGO！子育て応援隊
================================================================ */
.kosodate .marker {
	background: linear-gradient(transparent 60%, #f7c8d6 60%);
}

.kosodate .ind {
	padding-left: 8em;
	display: block;
}

@media screen and (max-width: 640px) {
	.kosodate .ind {
		padding-left: 0;
		display: inline;
	}
}

/*================================================================
# 府警あんぜん広場
================================================================ */
.fukei .check-list li {
	padding-left: 1.9em;
	position: relative;
}

.fukei .check-list li+li {
	margin: 12px 0 0;
}

.fukei .check-list li::before {
	width: 1.4em;
	height: 1.4em;
	background-image: url(../images/n_fukei_check01.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
}

.fukei .check02 li::before {
	background-image: url(../images/n_fukei_check02.jpg);
}

.fukei .section01 .tel_link {
	font-size: 32px;
	font-weight: 600;
	color: #bf0e53;
}

.fukei .section03 strong {
	font-size: 32px;
	font-weight: 600;
	color: #3b8332;
}

.fukei .section03 .bold {
	font-weight: 600;
}

.fukei .section03 .popup span::before {
	background-color: #3b8332;
}

.fukei .section03 .popup span::after {
	background-color: #3b8332;
}

.fukei .section03 .popup strong {
	font-size: 16px;
	font-weight: 600;
	color: #3b8332;
}

.fukei .section03 .tel_link {
	font-size: 24px;
	font-weight: 600;
	color: #3b8332;
}

.fukei .section04 strong {
	margin: 0 8px 0 0;
	display: inline-block;
	font-size: 20px;
	color: #4e4586;
}

.fukei .section04 .label {
	margin: 8px 0 0;
	padding: 4px 16px;
	background-color: #4e4586;
	display: inline-block;
	font-weight: 600;
	color: #fff;
}

.fukei .badge {
	width: 200px;
	height: 130px;
	margin: 24px 0 0;
	border-radius: 50%;
	background: #f4ea58;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fukei .badge span {
	display: block;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.18;
	color: #4d63b5;
	text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff;
	text-align: center;
	letter-spacing: 0.02em;
}

.fukei .mail {
	font-size: 20px;
	font-weight: 600;
}

/*================================================================
# 人権口コミ講座
================================================================ */
.jinken .marker {
	background: linear-gradient(transparent 60%, #e7f1cf 60%);
	font-style: normal;
}

/*================================================================
# 気になる地域HOT情報
================================================================ */
.tiiki_hot .container {
	display: flex;
	align-items: flex-end;
	gap: 16px;
}

.tiiki_hot .container02 {
	display: flex;
}

@media screen and (max-width: 640px) {
	.tiiki_hot .container02 .img_cap.auto {
		align-items: flex-start;
	}

	.tiiki_hot .container02 .img_cap.auto .cap {
		margin: 0 0 0 48px;
	}

	.tiiki_hot .container02 .img_cap.auto:nth-child(2) .cap {
		margin: 0 0 0 24px;
	}
}

.tiiki_hot .ribbon.green {
	background: #00744a;
}

.tiiki_hot .ribbon.green::before {
	border-color: #00744a transparent transparent transparent;
}

.tiiki_hot .ribbon.green::after {
	border-color: transparent transparent transparent #00744a;
}

/*================================================================
# 熱中症から身を守る行動をお願いします！
================================================================ */
.heat_stroke .section01 .ttl_bg_gy {
	display: flex;
	align-items: center;
}

.heat_stroke .section01 .ttl_bg_gy .icon img {
	width: 25px;
	margin: 0 4px 0 0;
	transform: translate(0, -4px);
}

.heat_stroke .section01 strong {
	padding: 4px 8px;
	background-color: #E60012;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.heat_stroke .section02 .list {
	margin: 30px 0 0;
}

.heat_stroke .section02 .list li {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	position: relative;
	font-weight: 600;
}

.heat_stroke .section02 .list li:before {
	width: 16px;
	height: 16px;
	border-radius: 9999px;
	background-color: #00A8EB;
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
}

.heat_stroke .section02 .ttl_u_bar {
	margin: 10px 0 40px;
}

.heat_stroke .section02 .popup {
	color: #00A8EB;
}

.heat_stroke .section02 .popup span::before {
	background-color: #00A8EB;
}

.heat_stroke .section02 .popup span::after {
	background-color: #00A8EB;
}

.heat_stroke .section03 {
	margin: 40px 0 0;
}

.heat_stroke .section03 .num {
	position: relative;
	font-size: 3rem;
	font-weight: bold;
}

.heat_stroke .section03 .red {
	color: #DE5511;
}

.heat_stroke .section03 .blue {
	color: #00A0E9;
}

/*================================================================
# 暮らしガイド
================================================================ */
.kurashi_box .container {
	margin: 24px 0 0;
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.kurashi_box.pickup .kurashi_h2 {
	margin: 10px auto 40px;
}

.kurashi_box.pickup .popup {
	margin: 0 auto;
	padding: 0;
}

.kurashi_box.pickup .popup span {
	padding: 0 24px;
	font-size: 22px;
	color: #ee7800;
	letter-spacing: 0;
}

.kurashi_box .popup span::before {
	width: 24px;
	background-color: #ee7800;
	bottom: 10px;
	transform: rotate(60deg);
}

.kurashi_box .popup span::after {
	width: 24px;
	background-color: #ee7800;
	bottom: 10px;
	transform: rotate(-60deg);
}

.kurashi_box .list.green {
	margin: 0 0 0 -20px;
	display: flex;
	flex-wrap: wrap;
}

.kurashi_box .list.green li {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	list-style: none;
	position: relative;
	font-weight: 600;
	color: #39b253;
}

.kurashi_box .list.green li:before {
	width: 16px;
	height: 16px;
	border-radius: 9999px;
	background-color: #39b253;
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
}

.kurashi_box .list.green li::marker {
	display: none;
}

.kurashi_box .list.green li .label {
	margin: 0 0 0 3px;
	padding: 2px;
	border: 1px solid #39b253;
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	color: #39b253;
	transform: translate(0, -1px);
}

.music-fusion-in-kyoto .kurashi_box .ttl_u_bar {
	border-bottom: 1px solid #c9427e;
	color: #c9427e;
}

.music-fusion-in-kyoto .kurashi_h2 {
	background: rgba(201, 66, 126, 0.3);
}

.music-fusion-in-kyoto .ttl_left_bar {
	border-left-color: #c9427e;
}

.music-fusion-in-kyoto .invitation {
	margin: 32px 0 0;
	padding: 32px;
	background-color: rgba(201, 66, 126, 0.15);
}

@media screen and (max-width: 640px) {
	.music-fusion-in-kyoto .invitation {
		margin: 24px 0 0;
		padding: 16px;
	}
}

.music-fusion-in-kyoto .invitation a.target::after {
	margin-left: 0;
}

.music-fusion-in-kyoto .invitation strong {
	color: #004ea2;
}

.music-fusion-in-kyoto .ttl_left_yoko::before {
	background-color: #c9427e;
}

/*================================================================
# その他のお知らせ
================================================================ */