@charset "UTF-8";

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

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

	.sp {
		display: block;
	}
}

.ttl_u_bar a {
	text-decoration: underline;
	transition: 0s;
}

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

.ttl_u_bar .left-space,
.ttl_bg_gy .left-space {
	padding: 0 0 0 10px;
}

.ttl_u_bar .right-space,
.ttl_bg_gy .right-space {
	padding: 0 10px 0 0;
}

.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 {
	position: relative;
	line-height: 1.2;
}

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

.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: 1000px;
	margin: 0 auto 8px;
	font-size: 16px;
}

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

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

/*================================================================
# 特集1
================================================================ */
@media screen and (max-width: 640px) {
	.toku01 .text-center {
		text-align: center;
	}
}

.toku01 .section02 {
	margin: 40px 0 0;
}

.toku01 .section02 .budget {
	margin: 16px 0 0;
	padding: 20px 24px 16px;
	border-left: 10px solid #915da3;
	border-radius: 10px;
	background-color: #f5f2e9;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: #915da3;
	gap: 10px;
}

.toku01 .section02 .budget strong {
	padding: 0 4px;
	font-size: 24px;
}

.toku01 .section02 .budget span {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.toku01 .section02 .budget.total {
	align-items: flex-end;
	font-size: 24px;
	gap: 5px;
}

.toku01 .section02 .budget.total .title span {
	font-size: 24px;
	font-weight: 600;
}

.toku01 .section02 .budget.total strong {
	padding: 0 2px;
	font-size: 40px;
	line-height: 40px;
}

@media screen and (max-width: 640px) {
	.toku01 .section02 .budget {
		margin: 12px 0 0;
		padding: 14px 10px 12px;
		border-left: 5px solid #915da3;
		border-radius: 8px;
		background-color: #f5f2e9;
		display: flex;
		align-items: flex-start;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		color: #915da3;
		gap: 0px;
	}

	.toku01 .section02 .budget strong {
		padding: 0 2px;
		font-size: 20px;
		line-height: 1;
	}

	.toku01 .section02 .budget span {
		font-size: 11px;
		font-weight: 400;
		line-height: 1.4;
		color: #000;
	}

	.toku01 .section02 .budget.total {
		flex-wrap: wrap;
		align-items: flex-end;
		font-size: 14px;
		gap: 0;
	}

	.toku01 .section02 .budget.total .title span {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.3;
	}

	.toku01 .section02 .budget.total strong {
		padding: 0 1px;
		font-size: 26px;
		line-height: 1;
	}
}

.toku01 .section03 .revenue {
	margin: 50px 0 0;
}

.toku01 .section03 .expenditure {
	margin: 80px 0 0;
}

.toku01 .section03 .revenue .title,
.toku01 .section03 .expenditure .title {
	margin: 40px 0 0;
	font-size: 40px;
	font-weight: 600;
}

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

	.toku01 .section03 .revenue .title,
	.toku01 .section03 .expenditure .title {
		font-size: 32px;
	}
}

.toku01 .section03 .revenue .title {
	color: #ea617c;
}

.toku01 .section03 .expenditure .title {
	color: #13ae67;
}

.toku01 .section03 .amount {
	margin: 0 0 0 8px;
	font-size: 24px;
	color: #000;
}

@media screen and (max-width: 640px) {
	.toku01 .section03 .amount {
		font-size: 20px;
	}
}

.toku01 .section03 .title02 {
	margin: 40px 0 0;
}

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

	.toku01 .section03 .revenue .title,
	.toku01 .section03 .expenditure .title {
		font-size: 32px;
	}
}

.toku01 .section03 .list li span {
	margin: 0 8px 0 0;
}

@media screen and (max-width: 640px) {
	.toku01 .section03 .list {
		margin: 16px 0 0 16px;
	}

	.toku01 .section03 .list li span {
		margin: 0 4px 0 0;
	}
}

.toku01 .section03 .img_cap {
	margin: 40px 0 0;
}

.toku01 .section04 .list {
	margin: 24px 0 0;
	list-style: none;
}

.toku01 .section04 .list li {
	display: flex;
	align-items: center;
	gap: 12px;
}

@media screen and (max-width: 640px) {
	.toku01 .section04 .list li {
		flex-wrap: wrap;
		gap: 5px;
	}
}

.toku01 .section04 .label span {
	padding: 5px 10px;
	background-color: #916c68;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

@media screen and (max-width: 640px) {
	.toku01 .section04 .label {
		width: 100%;
	}
}

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

.toku01 .section05 .container {
	display: flex;
	gap: 40px;
}

.toku01 .section05 strong {
	font-size: 24px;
	line-height: 16px;
}

.toku01 .section05 strong.big {
	font-size: 40px;
	line-height: 1.618;
}

.toku01 .section05 .green strong {
	color: #5ab651;
}

.toku01 .section05 .blue strong {
	color: #059DD4;
}

.toku01 .section05 .orange strong {
	color: #f0832c;
}

.toku01 .section05 .pink strong {
	color: #ea617c;
}

.toku01 .section05 .brown strong {
	color: #643735;
}

.toku01 .section05 .ttl_bg_gy {
	border-radius: 10px 10px 0 0;
	background-color: #86c471;
	color: #fff;
}

.toku01 .section05 .blue .ttl_bg_gy {
	background-color: #62afdc;
}

.toku01 .section05 .orange .ttl_bg_gy {
	background-color: #f39e54;
}

.toku01 .section05 .pink .ttl_bg_gy {
	background-color: #ee8595;
}

.toku01 .section05 .brown .ttl_bg_gy {
	background-color: #bc9381;
}

.toku01 .section05 .ttl_left_bar {
	padding: 0;
	border: 0;
	line-height: 1.618;
	color: #5ab651;
}

.toku01 .section05 .blue .ttl_left_bar {
	color: #059DD4;
}

.toku01 .section05 .orange .ttl_left_bar {
	color: #f0832c;
}

.toku01 .section05 .pink .ttl_left_bar {
	color: #ea617c;
}

.toku01 .section05 .brown .ttl_left_bar {
	color: #643735;
}

.toku01 .section05 .img-row {
	display: flex;
	gap: 5px;
}

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

	.toku01 .section05 .img-row .left,
	.toku01 .section05 .img-row .right {
		width: 50%;
	}

	.toku01 .section05 .img-row img {
		max-width: 100%;
	}
}

.toku01 .section05 .right {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.toku01 .section05 .list-item {
	list-style: none;
}

.toku01 .section05 .list-item li {
	margin: 16px 0 0;
	padding: 0 0 0 16px;
	position: relative;
	font-weight: 600;
}

.toku01 .section05 .list-item li:before {
	width: 10px;
	height: 10px;
	border-radius: 9999px;
	background-color: #5ab651;
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
}

.toku01 .section05 .blue .list-item li:before {
	background-color: #059DD4;
}

.toku01 .section05 .orange .list-item li:before {
	background-color: #f0832c;
}

.toku01 .section05 .pink .list-item li:before {
	background-color: #ea617c;
}

.toku01 .section05 .brown .list-item li:before {
	background-color: #643735;
}

.toku01 .section05 .check-list {
	margin: 24px 0 0;
}

.toku01 .section05 .check-list li {
	margin: 10px 0 0;
	padding: 0 0 0 24px;
	position: relative;
}

.toku01 .section05 .check-list li:before {
	width: 20px;
	height: 19px;
	background: url(../images/n_toku01_check_blue.jpg) no-repeat center top / contain;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.toku01 .section05 .orange .check-list li:before {
	background: url(../images/n_toku01_check_orange.jpg) no-repeat center top / contain;
}

.toku01 .section05 .brown .check-list li:before {
	background: url(../images/n_toku01_check_brown.jpg) no-repeat center top / contain;
}

.toku01 .section05 .title {
	font-weight: 600;
}

.toku01 .section05 .unit {
	margin: 24px 0 0;
}

.toku01 .section05 .step {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

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

	.toku01 .section05 .step {
		font-size: 14px;
	}
}

.toku01 .section05 .step .line {
	display: flex;
	align-items: flex-end;
}

.toku01 .section05 .step li strong {
	line-height: 30px;
}

.toku01 .section05 .step li strong.big {
	line-height: 40px;
}

.toku01 .section05 .step li strong.small {
	display: block;
	font-size: 20px;
	line-height: 24px;
}

.toku01 .section05 .step img {
	margin: 0 0 10px;
}

.toku01 .section05 .bold {
	font-weight: 600;
}

/*================================================================
# クローズアップ京都府
================================================================ */
.close_up .section01 .container {
	margin: 32px 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.close_up .section01 .container .title {
	padding: 8px 16px;
	border-radius: 8px;
	background: #d50f19;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.close_up .section01 .container .outline {
	padding: 4px 8px;
	border: 1px solid #000;
	border-radius: 5px;
	font-weight: 400;
}

.close_up .section01 .container p {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #595757;
}

.close_up .section01 .container .list {
	margin: 0;
}

.close_up .section01 .container .list li {
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
	position: relative;
}

.close_up .section01 .container .list li::before {
	width: 10px;
	height: 10px;
	border-radius: 9999px;
	background-color: #d50f19;
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	display: block;
}

@media screen and (max-width: 640px) {
	.close_up .section01 .container {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.close_up .section01 .container .title {
		font-size: 16px;
	}

	.close_up .section01 .container p {
		font-size: 14px;
	}

	.close_up .section01 .container .list li {
		padding: 0 0 0 12px;
	}

	.close_up .section01 .container .list li::before {
		width: 6px;
		height: 6px;
		top: 9px;
	}
}

/*================================================================
# GOGO！子育て応援隊
================================================================ */
.kosodate .pink {
	color: #e8447e;
}

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

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

/*================================================================
# 4つの広域振興局　今年度の取り組み
================================================================ */
.tiiki_special {
	margin: 0 10px 0 5px;
	padding: 1px 10px;
	background: #751485;
	font-weight: normal;
	color: #fff;
}

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

.regional_bureaus .mv {
	display: flex;
	gap: 40px;
}

@media screen and (max-width: 640px) {
	.regional_bureaus .tiiki.txt16 {
		display: inline-block;
		line-height: 1.5;
	}

	.regional_bureaus .mv {
		flex-wrap: wrap;
		justify-content: center;
	}
}

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

@media screen and (max-width: 640px) {
	.regional_bureaus .container {
		flex-direction: column;
	}
}

.regional_bureaus .container .text {
	flex: 1 1 0;
}

.regional_bureaus .container .img {
	flex: 0 0 auto;
}

.regional_bureaus .text-link {
	margin: 30px 0 0;
	display: flex;
	font-weight: 600;
	gap: 10px;
}

.regional_bureaus .tiiki_next_image {
	margin-bottom: 50px;
	padding: 20px 20px;
	background: #aaa;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.regional_bureaus .tiiki_next_image.tango {
	background: rgba(59, 130, 197, 0.15);
}

.regional_bureaus .tiiki_next_image span {
	background: linear-gradient(transparent 60%, #b2c4e5 30%);
	display: inline;
}

.regional_bureaus .tiiki_next_image.chutan {
	background: rgba(241, 141, 0, 0.15);
}

.regional_bureaus .tiiki_next_image.chutan span {
	background: linear-gradient(transparent 60%, #face93 30%);
}

.regional_bureaus .tiiki_next_image.nantan {
	background: rgba(233, 84, 107, 0.15);
}

.regional_bureaus .tiiki_next_image.nantan span {
	background: linear-gradient(transparent 60%, #f6baba 30%);
}

.regional_bureaus .tiiki_next_image.yamashiro {
	background: rgba(85, 168, 61, 0.15);
}

.regional_bureaus .tiiki_next_image.yamashiro span {
	background: linear-gradient(transparent 60%, #bed7a5 30%);
}

.regional_bureaus .tiiki.ribbon {
	padding: 3px 0 3px 20px;
	background: #751485;
	font-size: 2rem;
}

.regional_bureaus .tiiki.ribbon::before {
	border-color: #751485 transparent transparent transparent;
}

.regional_bureaus .tiiki.ribbon i {
	width: 35px;
	height: 35px;
	margin-left: 3px;
	padding: 0 0 0 8px;
	border: 2px solid #751485;
	border-radius: 35px;
	background: #fff;
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	color: #751485;
}

.regional_bureaus .tiiki.ribbon::after {
	border-color: transparent transparent transparent #751485;
}

.regional_bureaus .label {
	margin: 30px 0 10px;
	padding: 2px 15px;
	border-radius: 5px;
	background: #d6dff1;
	display: inline-block;
	font-weight: bold;
}

.regional_bureaus .tango .label {
	background: #d6dff1;
}

.regional_bureaus .chutan .label {
	background: #fde4c5;
}

.regional_bureaus .nantan .label {
	background: #fadbda;
}

.regional_bureaus .yamashiro .label {
	background: #ddeacf;
}

@media screen and (max-width: 640px) {
	.regional_bureaus .col2_73.toku_01_col2_82 .img {
		width: 100%;
	}

	.regional_bureaus .col2_73.toku_01_col2_82 .txt {
		width: 100%;
	}

	.regional_bureaus .inner_box .col3-1>div:not(:nth-of-type(3n)) {
		margin-right: 0;
	}

	.regional_bureaus .toku02_kiban h4 {
		height: auto;
	}

	.regional_bureaus .img_cap.auto.toku02_posi img {
		width: 80%;
		margin: 0 auto;
	}

	.regional_bureaus .tiiki.ribbon {
		padding: 3px 0 3px 0.8em;
		font-size: 1.4rem;
	}

	.regional_bureaus .tiiki.ribbon i {
		width: 2em;
		height: 2em;
		padding-left: 0.5em;
		display: inline-flex;
		justify-content: flex-start;
		align-items: center;
	}
}

/*================================================================
# 府警あんぜん広場
================================================================ */
.fukei .section01 strong {
	color: #e23876;
}

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

.fukei .section01 .day strong {
	padding: 0 5px;
	font-size: 40px;
	font-weight: 600;
}

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

.fukei .section01 .text span {
	padding: 0 0 0 10px;
}

.fukei .section02 strong {
	color: #00abdb;
}

.fukei .section02 .tel {
	margin: 0;
}

.fukei .section02 .tel .text {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 600;
}

.fukei .section02 .tel .number {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.618;
	color: #00abdb;
}

.fukei .section03 strong {
	color: #e87323;
}

.fukei .section04 strong {
	color: #009f5f;
}

.fukei .section05 strong {
	color: #5f7fbd;
}

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

.fukei .section05 .day strong {
	padding: 0 5px;
	font-size: 40px;
	font-weight: 600;
}

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

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

/*================================================================
# 人権問題法律相談
================================================================ */
.jinken-rescue .popup {
	margin: 30px 0 0;
}

.jinken-rescue .popup span {
	padding: 0 28px;
	font-size: 20px;
	color: #0096d7;
	letter-spacing: 0;
}

.jinken-rescue .popup span::before {
	width: 24px;
	background-color: #0096d7;
}

.jinken-rescue .popup span::after {
	width: 24px;
	background-color: #0096d7;
}

@media screen and (max-width: 640px) {
	.jinken-rescue .popup {
		text-align: center;
	}
}

.jinken-rescue .right {
	text-align: right;
}

.jinken-rescue strong.label {
	margin-left: 10px;
	padding: 0 5px;
	border-top: 2px solid #ef845c;
	border-bottom: 2px solid #ef845c;
	display: inline-block;
	font-size: 20px;
	color: #ef845c;
}

@media screen and (max-width: 640px) {
	.jinken-rescue strong.label {
		margin: 10px 0 0;
	}
}

.jinken-rescue em.label {
	margin: 0;
	padding: 0 5px;
	display: block;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	color: #ef845c;
}

@media screen and (max-width: 640px) {
	.jinken-rescue em.label {
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	.jinken-rescue .img {
		text-align: center;
	}

	.jinken-rescue img {
		width: 100%;
	}
}

/*================================================================
# 暮らしガイド
================================================================ */
.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 {
	max-width: 1000px;
	margin: 0 auto;
}

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

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

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

.kurashi_guide__p2boshu .kurashi_box.pickup .kurashi_h2 {
	background: rgba(202, 133, 159, 0.3);
}

.kurashi_guide__p2event .kurashi_box.pickup .popup span {
	color: #77ae1e;
}

.kurashi_guide__p2event .kurashi_box .popup span::before {
	background-color: #77ae1e;
}

.kurashi_guide__p2event .kurashi_box .popup span::after {
	background-color: #77ae1e;
}

.kurashi_box .red-label {
	margin: 0 0 0 4px;
	padding: 2px 10px;
	border-radius: 20px;
	background: #da4444;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.03em;
	transform: translate(0, -1px);
}

.kurashi_guide__p2event .container {
	margin: 20px 0 0;
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.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);
}

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