@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;
	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 .main {
	margin: 24px 0 0;
	font-size: 32px;
	font-weight: 600;
	color: #ffda2a;
}

.toku01 .main li+li {
	margin: 8px 0 0;
}

.toku01 .main span {
	padding: 2px 20px;
	background-color: #000;
	display: inline-block;
}

.toku01 .main strong {
	margin: 0 2px;
	font-size: 56px;
	line-height: 64px;
}

.toku01 .indent {
	margin: 8px 0 0 16px;
	text-indent: -16px;
}

.toku01 .name {
	font-size: 20px;
}

.toku01 .label {
	width: 40px;
	height: 40px;
	margin: 0 8px 0 0;
	border-radius: 9999px;
	background-color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #d8000f;
}

.toku01 .section02 .ttl_bg_gy {
	background-color: #d8000f;
	color: #fff;
}

.toku01 .section02 .ttl_left_bar {
	border-left: 10px solid #d8000f;
}

.toku01 .section02 .ttl_left_yoko::before {
	background: #d8000f;
}

.toku01 .section02 .list li {
	font-weight: 600;
}

.toku01 .section02 .list li::marker {
	font-size: 24px;
	line-height: 1;
	color: #d8000f;
}

.toku01 .section02 .list li small {
	font-size: 14px;
	font-weight: 400;
}

.toku01 .container01 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 24px;
}

.toku01 .container01 .img_cap:first-child {
	width: 100%;
}

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

.toku01 .section02 .infomation .title {
	padding: 8px 24px;
	background-color: #1d50a1;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.toku01 .section02 .infomation .inner {
	padding: 40px;
	background-color: #e9f1fa;
}

.toku01 .section02 .infomation .popup span {
	color: #1d50a1;
}

.toku01 .section02 .infomation .popup span::before,
.toku01 .section02 .infomation .popup span::after {
	background-color: #1d50a1;
}

.toku01 .section02 .infomation .ttl_left_bar {
	border-left: 10px solid #1d50a1;
}

.toku01 .hospital-name {
	margin: 16px 0 0;
}

.toku01 .hospital-name li+li {
	margin: 8px 0 0;
}

.toku01 .hospital-number {
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	border-radius: 9999px;
	background-color: #d8000f;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	vertical-align: middle;
	transform: translate(0, -2px);
}

.toku01 .section03 .ttl_bg_gy {
	background-color: #f08300;
	color: #fff;
}

.toku01 .section03 .label {
	color: #f08300;
}

.toku01 .section03 .ttl_left_bar {
	border-left: 10px solid #f08300;
}

.toku01 .section03 .ttl_left_bar strong {
	color: #f08300;
}

.toku01 .section03 .ttl_left_yoko::before {
	background: #f08300;
}

.toku01 .section03 .ttl_left_yoko small {
	font-size: 18px;
	font-weight: 400;
}

.toku01 .section03 .list li {
	font-weight: 600;
}

.toku01 .section03 .list li::marker {
	font-size: 24px;
	line-height: 1;
	color: #f08300;
}

.toku01 .section03 .grid01 {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 20px 28px;
}

.toku01 .section03 .grid01 .img_cap {
	min-width: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

.toku01 .section03 .grid01 .cap {
	width: 100%;
	min-height: 52px;
	margin: -7px 0 0;
	padding: 8px 5px;
	border-radius: 8px;
	background-color: #f58200;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	z-index: 1;
}

.toku01 .section03 .grid01 .img_cap:last-child {
	grid-column: span 2;
}

.toku01 .section03 .grid01 .img_cap .img {
	display: flex;
	justify-content: center;
	gap: 24px;
}

.toku01 .section03 .grid01 .img_cap img {
	width: 130px;
	height: 130px;
	object-fit: contain;
}

.toku01 .section03 .grid01 .img_cap:last-child>img:nth-child(2) {
	margin: 0 0 0 8px;
}

.toku01 .section03 .grid01 .img_cap:last-child .text {
	min-height: 0;
	margin: 0;
	padding: 0;
	grid-column: 1 / -1;
}

.toku01 .section03 .grid01 .img_cap:last-child .text .note {
	margin: 8px 0 0;
	font-size: 16px;
	line-height: 1.618;
	letter-spacing: 0;
}

.toku01 .check-list {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.toku01 .check-list li {
	padding: 0 0 0 1.5em;
	position: relative;
	line-height: 1.5;
}

.toku01 .check-list li+li {
	margin: 8px 0 0;
}

.toku01 .check-list li::before {
	width: 16px;
	height: 16px;
	border: 2px solid #000;
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	box-sizing: border-box;
}

.toku01 .line {
	margin: 24px 0 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media screen and (max-width: 640px) {
	.toku01 .main {
		margin: 16px 0 0;
		font-size: 20px;
		line-height: 1.5;
	}

	.toku01 .main li+li {
		margin: 6px 0 0;
	}

	.toku01 .main span {
		padding: 2px 10px;
	}

	.toku01 .main strong {
		margin: 0 1px;
		font-size: 38px;
		line-height: 46px;
	}

	.toku01 .name {
		font-size: 16px;
	}

	.toku01 .label {
		width: 30px;
		height: 30px;
		margin: 0 6px 0 0;
		font-size: 16px;
	}

	.toku01 .section02 .ttl_left_bar,
	.toku01 .section03 .ttl_left_bar {
		border-left-width: 6px;
	}

	.toku01 .section02 .list li::marker,
	.toku01 .section03 .list li::marker {
		font-size: 20px;
	}

	.toku01 .section02 .list li small {
		font-size: 12px;
	}

	.toku01 .container01 {
		display: block;
	}

	.toku01 .container01 .img_cap {
		width: 100%;
	}

	.toku01 .container01 .img_cap+.img_cap {
		margin: 16px 0 0;
	}

	.toku01 .section02 .infomation {
		margin: 24px 0 0;
	}

	.toku01 .section02 .infomation .title {
		padding: 8px 16px;
		font-size: 18px;
		line-height: 1.5;
	}

	.toku01 .section02 .infomation .inner {
		padding: 24px 16px;
	}

	.toku01 .hospital-name {
		margin: 12px 0 0;
	}

	.toku01 .hospital-name li+li {
		margin: 6px 0 0;
	}

	.toku01 .hospital-number {
		width: 22px;
		height: 22px;
		margin: 0 6px 0 0;
		font-size: 12px;
	}

	.toku01 .section03 .ttl_left_yoko small {
		font-size: 14px;
	}

	.toku01 .section03 .grid01 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 12px;
	}

	.toku01 .section03 .grid01 .img_cap>img {
		width: 100%;
		height: auto;
	}

	.toku01 .section03 .grid01 .img_cap:last-child>img:first-child {
		height: auto;
	}

	.toku01 .section03 .grid01 .cap {
		min-height: 48px;
		margin: -5px 0 0;
		padding: 7px 4px;
		border-radius: 6px;
		font-size: 12px;
	}

	.toku01 .section03 .grid01 .img_cap:last-child {
		grid-column: span 2;
	}

	.toku01 .section03 .grid01 .img_cap .img {
		width: 100%;
		gap: 12px;
	}

	.toku01 .section03 .grid01 .img_cap img {
		width: 130px;
		height: 130px;
	}

	.toku01 .section03 .grid01 .img_cap:last-child>img:nth-child(2) {
		margin: 0 0 0 4px;
	}

	.toku01 .section03 .grid01 .img_cap:last-child .text .note {
		margin: 6px 0 0;
		font-size: 14px;
	}

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

	.toku01 .check-list li {
		padding: 0 0 0 1.6em;
	}

	.toku01 .check-list li::before {
		width: 14px;
		height: 14px;
		top: 5px;
	}

	.toku01 .line {
		margin: 16px 0 0;
		gap: 8px;
	}
}

/*================================================================
# 特集2
================================================================ */
.toku02 .container {
	display: flex;
	align-items: flex-end;
	gap: 24px;
}

.toku02 .voice {
	margin: 50px 0 0;
	display: grid;
	gap: 50px;
}

.toku02 .voice .item {
	margin: 0;
	display: grid;
	align-items: center;
	grid-template-columns: 164px minmax(0, 1fr);
}

.toku02 .voice .img_cap {
	margin: 0;
	text-align: center;
}

.toku02 .voice .img_cap .cap {
	color: #845a4a;
}

.toku02 .voice .item>.voice__text {
	margin: 0;
	padding: 16px 24px;
	border: 2px solid #501918;
	border-radius: 8px;
	background-color: #f4edda;
	position: relative;
	display: inline-block;
}

.toku02 .voice .item>.voice__text::before {
	border-width: 10px 20px 10px 0;
	border-style: solid;
	border-color: transparent #501918 transparent transparent;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	translate: -100% -50%;
}

.toku02 .voice .item>.voice__text::after {
	border-width: 7.8px 15.5px 7.8px 0;
	border-style: solid;
	border-color: transparent #f4edda transparent transparent;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	translate: -100% -50%;
}

@media screen and (max-width: 640px) {
	.toku02 .container {
		align-items: stretch;
		flex-direction: column;
		gap: 20px;
	}

	.toku02 .voice {
		margin: 40px 0 0;
		gap: 32px;
	}

	.toku02 .voice .item {
		grid-template-columns: 84px minmax(0, 1fr);
		gap: 16px;
	}

	.toku02 .voice .img_cap img {
		width: 76px;
		margin: 0 auto;
		display: block;
	}

	.toku02 .voice .img_cap .cap {
		margin: 6px 0 0;
		font-size: 14px;
		line-height: 1.4;
	}

	.toku02 .voice .item>.voice__text {
		padding: 12px 14px;
		border-radius: 6px;
		font-size: 15px;
		line-height: 1.6;
	}

	.toku02 .voice .item>.voice__text::before {
		border-width: 8px 16px 8px 0;
	}

	.toku02 .voice .item>.voice__text::after {
		border-width: 5.5px 12px 5.5px 0;
	}
}

.toku02 .section03 .tel_link {
	margin: 0 0 0 8px;
	font-size: 24px;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.toku02 .section03 .popup {
		line-height: 1.618;
		text-align: center;
	}

	.toku02 .section03 .popup span {
		padding: 0 40px;
		display: inline-flex;
	}


	.toku02 .section03 .popup span::before,
	.toku02 .section03 .popup span::after {
		width: 40px;
		bottom: 16px;
	}

}

/*================================================================
# クローズアップ京都府
================================================================ */
.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;
	align-items: flex-end;
	gap: 30px;
}

@media screen and (max-width: 640px) {
	.close_up .container {
		margin: 20px 0 0;
		align-items: center;
		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 .container {
	display: flex;
	gap: 24px;
}

.fukei .label-blue {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px 10px;
	display: block;
	letter-spacing: 0.2em;
}

.fukei .label01 {
	padding: 8px 24px;
	border-radius: 16px 0 0 0;
	background-color: #00a7c9;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
}

.fukei .section01 .ttl_u_bar small {
	letter-spacing: 0;
}

.fukei .serious-accident .ttl_bg_gy {
	background-color: #e60012;
	color: #fff;
}

.fukei .section02 .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.fukei .serious-accident .item {
	margin: 24px 0 0;
	padding: 15px;
	border: 3px solid #e60012;
	background-color: #fdfadc;
	display: flex;
	flex-direction: column;
}

.fukei .section02 .ttl_left_bar {
	margin: 0;
	padding: 0;
	border: 0;
}

.fukei .section02 .ttl_left_bar strong {
	color: #e60012;
}

.fukei .serious-accident .img_cap {
	min-height: 172px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.fukei .penalty-fee {
	min-width: 80%;
	margin: 20px 0 0 auto;
	border: 2px solid #00a9ce;
	background-color: #fff;
	display: inline-flex;
	line-height: 1;
}

.fukei .penalty-fee span {
	padding: 8px 10px;
	background-color: #00a9ce;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.fukei .penalty-fee strong {
	margin: 0 0 0 auto;
	padding: 8px 12px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.fukei .section02 .block {
	margin: 24px 0 0;
	padding: 24px;
	border: 3px solid #acadad;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 40px 20px;
}

.fukei .section02 .block01 .item {
	width: calc((100% - 40px) / 3);
}

.fukei .section02 .block02 .item {
	width: calc((100% - 20px) / 2);
}

.fukei .section02 .block03 .item {
	width: auto;
}

.fukei .section02 .block03 {
	display: inline-flex;
}

.fukei .section02 .block .penalty-fee {
	min-width: 200px;
	margin: 0 0 0 auto;
}

.fukei .section02 .block03 .penalty-fee {
	margin: auto 0 0 auto;
}

.fukei .section03 .label {
	width: 40px;
	height: 40px;
	margin: 0 8px 0 0;
	border-radius: 9999px;
	background-color: #00a7c9;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.fukei .section03 .answer {
	margin: 0;
	padding: 15px 30px;
	display: flex;
	font-size: 16px;
}

.fukei .section03 .answer .content {
	width: calc(100% - 48px);
	padding: 0 0 0 8px;
}

.fukei .section03 .answer .answer-text {
	margin: 0 0 0 -4px;
	padding: 4px 0 0;
}

.fukei .section03 .ttl_bg_gy {
	color: #00a7c9;
}

.fukei .section03 .ttl_bg_gy .label {
	background-color: #00a7c9;
	color: #fff;
}

.fukei .section03 .answer .label {
	background-color: #7c5a9c;
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
}

.fukei .section03 .answer .tag span {
	border-radius: 0;
	background-color: #7c5a9c;
	font-size: 18px;
	font-weight: 600;
}

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

.fukei .section03 .answer .tag strong {
	color: #f3e61d;
}

.fukei .section04 strong {
	font-size: 28px;
	color: #4e4586;
}

.fukei .section04 .tel_link {
	margin: 0 0 0 8px;
	font-size: 28px;
	font-weight: 600;
	color: #4e4586;
}

.fukei .section04 .period {
	margin: 0 0 0 8px;
	font-size: 28px;
	font-weight: 600;
	color: #4e4586;
}

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

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

	.fukei .container>* {
		width: 100%;
	}

	.fukei .label-blue {
		padding: 0 15px 8px;
		letter-spacing: 0.1em;
	}

	.fukei .label01 {
		padding: 6px 16px;
		border-radius: 12px 0 0 0;
		font-size: 16px;
	}

	.fukei .section02 .grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.fukei .serious-accident .item {
		margin-top: 16px;
		padding: 12px;
	}

	.fukei .serious-accident .img_cap {
		min-height: 0;
	}

	.fukei .penalty-fee {
		width: 100%;
		min-width: 0;
		margin-top: 15px;
	}

	.fukei .penalty-fee span {
		padding: 8px;
		font-size: 14px;
	}

	.fukei .penalty-fee strong {
		padding: 8px 10px;
		font-size: 15px;
	}

	.fukei .section02 .block {
		padding: 15px;
		flex-wrap: nowrap;
		flex-direction: column;
		gap: 24px;
	}

	.fukei .section02 .block01 .item,
	.fukei .section02 .block02 .item,
	.fukei .section02 .block03 .item {
		width: 100%;
	}

	.fukei .section02 .block03 {
		display: flex;
	}

	.fukei .section02 .block .penalty-fee,
	.fukei .section02 .block03 .penalty-fee {
		width: 100%;
		min-width: 0;
		margin: 0;
	}

	.fukei .section03 .label {
		width: 34px;
		height: 34px;
		margin-right: 6px;
		flex-shrink: 0;
	}

	.fukei .section03 .answer {
		padding: 12px 15px;
		font-size: 15px;
	}

	.fukei .section03 .answer .content {
		width: calc(100% - 40px);
		padding-left: 4px;
	}

	.fukei .section03 .answer .answer-text {
		margin-left: 0;
	}

	.fukei .section03 .answer .tag span {
		font-size: 15px;
	}

	.fukei .section04 strong,
	.fukei .section04 .tel_link,
	.fukei .section04 .period {
		font-size: 20px;
	}

	.fukei .section04 .tel_link,
	.fukei .section04 .period {
		margin-left: 4px;
	}

	.fukei .mail {
		font-size: 16px;
		overflow-wrap: anywhere;
	}
}

/*================================================================
# 人権口コミ講座
================================================================ */
.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: #78ae1f;
	letter-spacing: 0;
}

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

.kurashi_box .popup span::after {
	width: 24px;
	background-color: #78ae1f;
	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);
}

.kurashi_guide .kurashi_box :not(.kurashi_h2) a.target:after {
	margin-right: 0;
	margin-left: 0;
	background: url(../../img/common/target.svg) no-repeat;
}

.kurashi_box.gekkan a {
	text-decoration: underline;
	transition: 0.3s;
}

/*================================================================
# その他のお知らせ
================================================================ */
.oshirase .kurashi_box .container {
	margin: 24px 0 0;
	display: flex;
	align-items: flex-end;
	gap: 16px;
}

.oshirase .kurashi_box em {
	font-weight: 700;
	font-style: normal;
	color: #751485;
}