@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: 0.3s;
}

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

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

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

/*================================================================
# 特集1
================================================================ */
.toku01 .container {
	display: flex;
}

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

.toku01 .ttl_u_bar small {
	padding: 0 0 0 16px;
}

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

.toku01 .list img {
	margin: 0 4px 4px 0;
}

.toku01 .section01 strong {
	color: #0068b7;
}

.toku01 .section02 strong {
	color: #f3981c;
}

.toku01 .section03 strong {
	color: #7c509d;
}

.toku01 .number {
	margin: 16px 0 0;
	list-style: none;
	display: flex;
	gap: 8px;
}

.toku01 .number li {
	margin: 0;
	text-align: center;
}

.toku01 .number li:first-child {
	margin: 40px 0 0;
}

.toku01 .number li:first-child strong {
	font-size: 20px;
}

.toku01 .number .arrow {
	margin: 28px 0 0;
}

.toku01 .number li:last-child {
	margin: 0 0 0 8px;
}

.toku01 .number li:last-child strong {
	font-size: 32px;
}

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

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

.toku02 .yosan {
	margin: 24px 0 0;
	padding: 8px 0;
}

.toku02 .yosan li {
	padding: 16px;
	border-left: 10px solid #5b4819;
	border-radius: 10px;
	background-color: #f9f6ee;
	display: flex;
	align-items: center;
	font-weight: 600;
	gap: 8px;
}

@media screen and (max-width: 640px) {
	.toku02 .yosan li {
		padding: 8px;
		display: block;
	}
}

.toku02 .yosan li+li {
	margin: 8px 0 0;
}

.toku02 .yosan .yosan_tag {
	font-weight: 600;
}

.toku02 .yosan .purple {
	color: #4a4094;
}

.toku02 .yosan strong {
	font-size: 24px;
	color: #4a4094;
}

@media screen and (max-width: 640px) {
	.toku02 .yosan strong {
		font-size: 18px;
	}
}

.toku02 .yosan small {
	margin: 0 0 0 4px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

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

.toku02 .total {
	margin: 8px 0 0;
	font-size: 24px;
}

.toku02 .total strong {
	font-size: 40px;
}

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

	.toku02 .total {
		font-size: 18px;
	}

	.toku02 .total strong {
		font-size: 32px;
	}
}

.toku02 .section01 .ttl_u_bar {
	border-bottom: 1px solid #6bbc6e;
	color: #6bbc6e;
}

.toku02 .section01 .ttl_bg_gy {
	background: #6bbc6e;
	color: #fff;
}

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

.toku02 .section01 .list li:before {
	width: 10px;
	height: 10px;
	background-color: #6bbc6e;
	position: absolute;
	content: '';
	top: 9px;
	left: 0;
}

.toku02 .section02 .ttl_u_bar {
	border-bottom: 1px solid #40bddd;
	color: #40bddd;
}

.toku02 .section02 .ttl_bg_gy {
	background: #40bddd;
	color: #fff;
}

.toku02 .section02 .list li {
	margin: 8px 0 0;
	padding: 0 0 0 16px;
	list-style: none;
	position: relative;
}

.toku02 .section02 .list li:before {
	width: 10px;
	height: 10px;
	background-color: #40bddd;
	position: absolute;
	content: '';
	top: 9px;
	left: 0;
}

.toku02 .section03 .ttl_u_bar {
	border-bottom: 1px solid #f3981c;
	color: #f3981c;
}

.toku02 .section03 .ttl_bg_gy {
	background: #f3981c;
	color: #fff;
}

.toku02 .section03 .list li {
	margin: 8px 0 0;
	padding: 0 0 0 16px;
	list-style: none;
	position: relative;
}

.toku02 .section03 .list li:before {
	width: 10px;
	height: 10px;
	background-color: #f3981c;
	position: absolute;
	content: '';
	top: 9px;
	left: 0;
}

.toku02 .section04 .ttl_u_bar {
	border-bottom: 1px solid #ee869a;
	color: #ee869a;
}

.toku02 .section04 .ttl_bg_gy {
	background: #ee869a;
	color: #fff;
}

.toku02 .section04 .list li {
	margin: 8px 0 0;
	padding: 0 0 0 16px;
	list-style: none;
	position: relative;
}

.toku02 .section04 .list li:before {
	width: 10px;
	height: 10px;
	background-color: #ee869a;
	position: absolute;
	content: '';
	top: 9px;
	left: 0;
}

.toku02 .section05 .ttl_u_bar {
	border-bottom: 1px solid #4a4094;
	color: #4a4094;
}

.toku02 .section05 .ttl_bg_gy {
	background: #4a4094;
	color: #fff;
}

.toku02 .section05 .list li {
	margin: 8px 0 0;
	padding: 0 0 0 16px;
	list-style: none;
	position: relative;
}

.toku02 .section05 .list li:before {
	width: 10px;
	height: 10px;
	background-color: #4a4094;
	position: absolute;
	content: '';
	top: 9px;
	left: 0;
}

.toku02 .section01 .list,
.toku02 .section02 .list,
.toku02 .section03 .list,
.toku02 .section04 .list,
.toku02 .section05 .list {
	margin: 24px 0 0;
}

.toku02 .section01 .list li .marker,
.toku02 .section02 .list li .marker,
.toku02 .section03 .list li .marker,
.toku02 .section04 .list li .marker,
.toku02 .section05 .list li .marker {
	font-weight: 600;
}

/*================================================================
# 特集3
================================================================ */
.toku03 .name {
	font-size: 20px;
}

/*================================================================
# 観桜祭
================================================================ */
.kanousai .label {
	margin: 8px 0 0;
	padding: 2px 16px;
	border-radius: 8px;
	background-color: #e85298;
	display: inline-block;
	color: #fff;
}

.kanousai .tag span {
	border: 1px solid #e85298;
	background: #fff;
	color: #e85298;
}

/*================================================================
# クローズアップ京都府
================================================================ */
.close_up .budget .ttl_left_bar {
	border-left: 10px solid #8fc31f;
}

.close_up .budget .price {
	margin: 24px 0 0;
}

.close_up .budget .price span {
	padding: 4px 16px;
	border: 3px solid #8fc31f;
	border-radius: 8px;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}

.close_up .budget .ttl_left_yoko::before {
	background: #8fc31f;
}

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

.close_up .container.center {
	align-items: center;
}

.close_up .ttl_u_bar small {
	max-width: 1040px;
	margin: -10px auto 0;
	padding: 0 20px 10px;
	display: block;
	font-size: 18px;
	letter-spacing: 0.2em;
}

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

.close_up .popup {
	margin: 0 0 0 20px;
	position: relative;
	line-height: 1.2;
}

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

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

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

.close_up .container01 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

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

.close_up .n_closeup_point {
	width: 1.9em;
	margin-top: -0.3em;
	margin-right: 0.5em;
	margin-bottom: -0.3em;
}

.close_up .fukei_point p {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #a4639d;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.close_up .fukei_point ol li.point_li {
	margin-bottom: 10px;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.close_up .fukei_point ol li.point_li li {
	text-indent: 0em;
}

.close_up .line_ul {
	padding: 15px 30px;
	border: solid 2px #01a75d;
	border-radius: 10px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.close_up .line_ul ul {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.close_up .line_ul p {
	width: 100%;
	text-align: right;
}

.n_closeup_check {
	width: 1.5em;
	margin-right: 0.4em;
	vertical-align: bottom;
}

/*================================================================
# 京都府広報モニター募集
================================================================ */
.monitors_recruitment .red {
	font-size: 20px;
	color: #e60012;
}

/*================================================================
# 京都府知事選挙
================================================================ */
.election .container {
	display: flex;
	align-items: flex-end;
}

.election .label {
	margin: 30px 0 0;
}

.election .label span {
	padding: 6px 8px 6px 18px;
	border-radius: 4px;
	background: #005bac;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.election .blue {
	color: #005bac;
}

.election .red {
	color: #e60012;
}

.election .date {
	font-size: 40px;
	font-weight: 600;
}

.election .date strong {
	font-size: 100px;
}

.election .time {
	font-size: 32px;
	font-weight: 600;
}

.election .time strong {
	font-size: 64px;
}

.election .early-voting .big {
	font-size: 24px;
	font-weight: 600;
}

.election .early-voting .big strong {
	font-size: 40px;
	line-height: 48px;
}

.election .early-voting .small {
	font-size: 18px;
	font-weight: 600;
}

.election .early-voting .small strong {
	font-size: 32px;
	line-height: 40px;
}

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

/*================================================================
# GOGO！子育て応援隊
================================================================ */
.kosodate .container {
	margin: 30px 0 0;
	display: flex;
	line-height: 2;
	gap: 24px;
}

.kosodate .container .title {
	flex: 0 0 auto;
}

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

.kosodate .container dl {
	width: 100%;
	display: flex;
}

.kosodate .container dl dt {
	flex: 0 0 auto;
}

.kosodate .container dl dd {
	flex: 1 1 0;
}

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

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

/*================================================================
# 気になる地域HOT情報
================================================================ */
@media screen and (min-width: 769px) {
	.event_box {
		display: flex;
		align-items: center;
	}

	.event_box .img_cap:nth-child(1) {
		margin-left: 0;
	}

	.event_box .img_cap {
		margin-left: 30px;
	}
}

@media screen and (max-width: 640px) {
	.event_box .img_cap {
		margin-bottom: 30px;
	}

	.event_box .img_cap img {
		width: 100%;
	}

	.col2_73.toku01_flex .txt,
	.inner_box .col2_73.toku01_flex .img {
		width: 100%;
	}

	.col2_73.toku02_flex .txt,
	.inner_box .col2_73.toku02_flex .img {
		width: 100%;
	}

	.col2_73.toku02_flex .txt {
		margin-top: 5%;
		margin-left: 0px;
	}

	.flex.flex2 {
		display: flex;
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.flex.flex2 .img {
		margin-left: 0px;
	}

	.flex.flex3 {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
}

/*================================================================
# 府警あんぜん広場
================================================================ */
.fukei .popup {
	margin: 30px 0 0;
}

.fukei .popup span {
	padding: 0 30px;
	font-size: 20px;
	letter-spacing: 0;
}

.fukei .popup span::before {
	width: 30px;
	background-color: #000;
	left: 0;
}

.fukei .popup span::after {
	width: 30px;
	background-color: #000;
	right: 0;
}

.fukei .popup strong {
	color: #e60012;
}

.fukei .container {
	display: flex;
	gap: 20px;
}

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

	.fukei .container {
		display: block;
	}

}

.fukei .container strong {
	display: block;
	font-size: 20px;
	color: #e60012;
}

.fukei-ist {
	margin-left: 20px;
	list-style-type: decimal;
}

.fukei-ist li {
	margin-bottom: 10px;
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
	.fukei-ist li {
		font-size: 1.4rem;
	}
}

.fukei-ist li::marker {
	color: #751485;
}

.fukei .text-link {
	font-size: 16px;
	font-weight: 600;
}

.fukei .text-link::after {
	margin-left: 5px;
}

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

.fukei ol {
	margin: 30px 0 0;
}

.fukei ol li {
	margin: 20px 0 0 37px;
	font-weight: 600;
	text-indent: -37px;
}

.fukei ol .label {
	margin: 0 10px 0 0;
	padding: 8px;
	background-color: #0091b7;
	color: #fff;
}

.fukei ol .note {
	margin: 10px 0 0 38px;
	font-size: 14px;
	font-weight: 400;
}

.fukei .date .pink {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
}

.fukei .blue {
	color: #0091b7;
}

.fukei .pink {
	color: #c63c61;
}

.fukei .green {
	color: #008d3f;
}

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

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

.fukei .section03 .tel_link {
	font-size: 32px;
	font-weight: 600;
	color: #008d3f;
}

/*================================================================
# 暮らしガイド
================================================================ */
.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: #e3740f;
	letter-spacing: 0;
}

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

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

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

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

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

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

/*================================================================
# その他のお知らせ
================================================================ */
.text-link {
	text-decoration: underline;
}

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