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

.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_bg_gy .img {
	margin: 0 0 10px;
	display: block;
}

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

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

.toku02 .popup span {
	padding: 0 32px 0 40px;
	font-size: 20px;
	color: #754b2f;
}

.toku02 .popup span::before {
	width: 32px;
	height: 3px;
	background-color: #349339;
}

.toku02 .popup span::after {
	width: 32px;
	height: 3px;
	background-color: #349339;
}

/*================================================================
# 府政ダイジェスト
================================================================ */
.digest .digest_box {
	margin: 80px 0 0;
	display: flex;
	gap: 30px;
}

.digest .digest_month {
	height: 65px;
	position: relative;
}

.digest .digest_txt {
	width: calc(100% - 160px);
}

.digest .digest_month span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	transform: translate(-50%, -50%);
}

.digest .expo-icon {
	width: 80px;
}

.digest .container01 {
	margin: 20px 0 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

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

	.digest .digest_month {
		text-align: center;
	}

	.digest .digest_txt {
		width: 100%;
	}
}

/*================================================================
# クローズアップ京都府
================================================================ */
.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 .grid {
	margin: 30px 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

@media screen and (max-width: 640px) {
	.close_up .grid {
		justify-content: center;
		gap: 10px;
		grid-template-columns: repeat(3, 1fr);
	}
}

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

/*================================================================
# 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 .tel {
	font-size: 20px;
	font-weight: 600;
}

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

/*================================================================
# 暮らしガイド
================================================================ */
.kurashi_box.pickup .block+.block {
	margin: 60px auto 40px;
}

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

.kurashi_box.pickup .popup {
	max-width: 1000px;
	margin: 0 auto;
}

.kurashi_box.pickup .popup span {
	padding: 0 24px;
	position: relative;
	font-size: 20px;
	color: #4c912b;
}

.kurashi_box.pickup .popup span::before {
	width: 1em;
	height: 1px;
	border-radius: 9999px;
	background-color: #4c912b;
	position: absolute;
	content: "";
	bottom: 8px;
	left: 0;
	display: block;
	transform: rotate(50deg);
}

.kurashi_box.pickup .popup span::after {
	width: 1em;
	height: 1px;
	border-radius: 9999px;
	background-color: #4c912b;
	position: absolute;
	content: "";
	right: 0;
	bottom: 8px;
	display: block;
	transform: rotate(-50deg);
}

.kurashi_box.tire .kurashi_h2 {
	background: rgba(227, 102, 105, 0.3);
}

.kurashi_box.influenza .kurashi_h2 {
	background: rgba(227, 102, 105, 0.3);
}

.kurashi_shiken .popup {
	margin: 0 0 -48px;
}

.kurashi_shiken .popup span {
	padding: 0 24px;
	font-size: 22px;
	color: #e3740f;
	letter-spacing: 0;
}

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

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

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

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

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