/*============================
MV
============================*/
#mv {
	background-image: url(../img/activity/mv.jpg);
}

/*============================
栃木県助産師会の歴史
============================*/
.intro {
	padding-top: 1rem;
}

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

.intro .anc_list_wrap {
	max-width: 9.30rem;
	margin: auto;
}

.intro .anc_list_wrap .list {
	display: flex;
	flex-wrap: wrap;
}

.intro .anc_list_wrap .list .link {
	width: 100%;
	max-width: 3.00rem;
	margin: 0 0.05rem 0.10rem;
}

.intro .anc_list_wrap .list .link a {
	background-color: #5BB48F;
	color: #FFF;
	height: 0.50rem;
	display: block;
	position: relative;
	border: 2px solid #5BB48F;
}

.intro .anc_list_wrap .list .link a::after {
	content: "";
	width: 0.20rem;
	height: 0.07rem;
	background-image: url(../img/activity/icon_anc_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.intro .anc_list_wrap .list .link a:hover::after {
	background-image: url(../img/activity/icon_anc_arrow_on.svg);
	top: 55%;
}

.intro .anc_list_wrap .list .link a:hover {
	background-color: #FFF;
	color: #5BB48F;
}

.intro .anc_list_wrap .list .link a span {
	display: block;
	text-align: center;
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 1.25;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* SPリンク */
@media screen and (max-width: 640px) {
	.intro .anc_list_wrap select {
		width: calc(100% - 0.2rem);
		margin: auto;
		box-sizing: border-box;
		background-color: #5BB48F;
		color: #FFF;
		height: 0.50rem;
		display: block;
		position: relative;
		border: none;
		text-align: center;
		font-size: 0.16rem;
		font-weight: bold;
	}
}


/* 個別ボックス */
.activity_box {
	padding-top: 0.70rem;
}
@media screen and (max-width: 640px) {
	.activity_box {
		padding-top: 0.30rem;
	}
	.activity_box:last-child {
		margin-bottom: 0.60rem;
	}
}

.activity_box .box {
	padding: 0.40rem;
	border-radius: 0.20rem;
	background-color: rgba(91, 180, 143, 0.1);
}
@media screen and (max-width: 640px) {
	.activity_box .box {
		padding: 0.30rem 0.20rem;
	}
}

.activity_box:nth-child(odd) .box {
	background-color: rgba(241, 133, 159, 0.1);
}

.activity_box .box .activity_title {
	font-size: 0.24rem;
	font-weight: 700;
	color: #5BB48F;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	.activity_box .box .activity_title {
		font-size: 0.18rem;
	}
}


.activity_box:nth-child(odd) .box .activity_title {
	color: #F1859F;
}

.activity_box .box .lead {
	font-size: 0.16rem;
	line-height: 2;
	padding-bottom: 0.30rem;
}
@media screen and (max-width: 640px) {
	.activity_box .box .lead {
		font-size: 0.15rem;
	}
}

.activity_box .box .kakomi {
	background-color: #FFF;
	padding: 0.30rem;
	border-radius: 0.10rem;
	border: 2px solid #5BB48F;
	margin-top: 0.30rem;
}
@media screen and (max-width: 640px) {
	.activity_box .box .kakomi {
		padding: 0.15rem;
	}
}

.activity_box:nth-child(odd) .box .kakomi {
	border: 2px solid #F1859F;
}

.activity_box .box .flex_box.small .kakomi {
	padding: 0.20rem;
}


.activity_box .box .kakomi:nth-of-type(1) {
	margin-top: 0;
}

/* flexboxのリスト */
.activity_box .box .kakomi .flex_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.16rem;
	line-height: 1.875;
	border-bottom: 1px solid #5BB48F;
	padding: 0.25rem 0;
}
@media screen and (max-width: 640px) {
	.activity_box .box .kakomi .flex_list {
		border-bottom: none;
	}
}


.activity_box .box .kakomi .flex_list:first-child {
	padding-top: 0;
}

.activity_box .box .kakomi .flex_list:last-child {
	padding-bottom: 0;
	border: 0;
}

.activity_box .box .kakomi .flex_list .kakomi_title {
	width: 1.90rem;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.activity_box .box .kakomi .flex_list .kakomi_title {
		width: 100%;
		border-bottom: 1px solid #5BB48F;
		margin-bottom: 0.15rem;
	}
}


.activity_box .box .kakomi .flex_list .textbox {
	width: calc(100% - 1.90rem);
}
@media screen and (max-width: 640px) {
	.activity_box .box .kakomi .flex_list .textbox {
		width: 100%;
	}
}


.activity_box .box .kakomi .textbox .text {
	font-size: 0.15rem;
	line-height: 1.875;
	letter-spacing: 0;
}

.activity_box .box .kakomi .textbox .text.small {
	font-size: 0.14rem;
}

.activity_box .box .kakomi .textbox .text a {
	color: #111;
}

/* サブタイトル */
.activity_box .box .kakomi .textbox .sub_title {
	font-size: 0.17rem;
	font-weight: 700;
	color: #5BB48F;
}

.activity_box .box .kakomi .textbox .text + .sub_title {
	padding-top: 0.15rem;
}

/* 番号つきリスト */
.activity_box .box .kakomi .textbox .num_list {
	padding-left: 0.12rem;
}

/* リンク（ボタン） */
.activity_box .box .kakomi .textbox .more_btn {
	padding-top: 0.15rem;
}

.activity_box .box .kakomi .textbox .more_btn a {
	display: inline-block;
	line-height: 0;
	padding: 0.20rem 0.40rem 0.22rem 0.30rem;
	color: #FFF;
	background-color: #5BB48F;
	border-radius: 0.06rem;
	font-size: 0.16rem;
	font-weight: 500;
	position: relative;
}
@media screen and (max-width: 640px) {
	.activity_box .box .kakomi .textbox .more_btn a {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		margin:0.1rem 0 0.2rem;
	}
}

.activity_box .box .kakomi .textbox .more_btn a:hover {
	opacity: 0.7;
}

.activity_box .box .kakomi .textbox .more_btn a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
}

/* センター揃えのタイトル */
.activity_box .box .kakomi .center_title {
	font-size: 0.20rem;
	font-weight: 700;
	color: #5BB48F;
	text-align: center;
	padding-bottom: 0.25rem;
}

.activity_box:nth-child(odd) .box .kakomi .center_title {

	color: #F1859F;
}

/* キャプション */
.activity_box .box .kakomi .caption {
	padding-top: 0.10rem;
	font-size: 0.12rem;
}

.activity_box .box .kakomi .caption.right {
	text-align: right;
}

/* フルサイズのリスト */
.activity_box .box .kakomi .full_list .kakomi_title {
	font-size: 0.20rem;
	font-weight: 700;
	color: #5BB48F;
	padding-bottom: 0.15rem;
}

/* 囲みなしのflexbox */
.activity_box .box .flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
	.activity_box .box .flex_box {
		flex-flow: column-reverse;
		padding-top: 0;
	}
}

.activity_box .box .flex_box .textbox {
	width: 100%;
	max-width: 4.55rem;
}

.activity_box .box .flex_box.small .textbox {
	max-width: 5.60rem;
}

.activity_box .box .flex_box.small.type02 .textbox {
	max-width: 7.50rem;
}

.activity_box .box .flex_box .textbox .activity_sub_title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}


.activity_box .box .flex_box .textbox a {
	color: #111;
	font-weight: 500;
	text-decoration: underline;
}

.activity_box .box .flex_box .textbox a:hover {
	text-decoration: none;
}

.activity_box .box .flex_box .kakomi .sub_title {
	font-size: 0.18rem;
	font-weight: 700;
	padding-bottom: 0.15rem;
	color: #5BB48F;
}

.activity_box:nth-child(odd) .box .flex_box .kakomi .sub_title {
	color: #F1859F;
}

.activity_box .box .flex_box .kakomi .text {
	font-size: 0.15rem;
	line-height: 2;
}

.activity_box .box .flex_box .ph_box {
	width: 100%;
	max-width: calc(100% - 4.80rem);
	padding: 0.20rem 0.10rem;
	background-color: #FFF;
	border-radius: 0.10rem;
	box-sizing: border-box;
}

.activity_box .box .flex_box .ph_box img {
	display: block;
}

.activity_box .box .flex_box.small .ph_box {
	max-width: 3.30rem;
	padding: 0.10rem;
	height: fit-content;
}
@media screen and (max-width: 640px) {
	.activity_box .box .flex_box.small .ph_box {
		margin-bottom: 0.2rem;
	}
}


.activity_box .box .flex_box.small.type02 .ph_box {
	max-width: 1.20rem;
	padding: 0;
	background-color: transparent;
}
@media screen and (max-width: 640px) {
	.activity_box .box .flex_box.small.type02 .ph_box {
		margin-left: auto;
		margin-right: auto;
	}
}


/* サポートコンテンツ */
.activity_box .box .support_box {
	padding-top: 0.50rem;
}

.activity_box .box .support_box:nth-of-type(1) {
	padding-top: 0;
}

.activity_box .box .support_box .support_title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
	border-bottom: 1px solid #5BB48F;
}
@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_title {
		font-size: 0.17rem;
		line-height: 1.5;
	}
}


.activity_box .box .support_box .support_title .small_text {
	font-size: 0.15rem;
}
@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_title .small_text {
		font-size: 0.13rem;
		display: block;
		padding-top: 0.05rem;
	}
}


.activity_box .box .support_box .support_flex {
	padding-top: 0.20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.activity_box .box .support_box:nth-child(even) .support_flex {
	flex-direction: row-reverse;
}

.activity_box .box .support_box .support_flex .ph_wrap {
	width: 100%;
	max-width: 3.50rem;
	border-radius: 0.10rem;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_flex .ph_wrap {
		max-width: 100%;
		margin-bottom: 0.15rem;
	}
}


.activity_box .box .support_box .support_flex .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.activity_box .box .support_box .support_flex .textbox {
	width: 100%;
	max-width: calc(100% - 3.80rem);
}
@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_flex .textbox {
		max-width: 100%;
	}
}


.activity_box .box .support_box .support_flex .textbox .text {
	font-size: 0.15rem;
	line-height: 2;
}

.activity_box .box .support_box .support_kakomi {
	margin-top: 0.20rem;
	background-color: #FFF;
	border: 2px solid #5BB48F;
	padding: 0.25rem;
	border-radius: 0.10rem;
}

@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_kakomi {
		padding: 0.15rem;
		border-radius: 0.05rem;
	}
}

.activity_box .box .support_box .support_kakomi .link_list .link {
	margin-bottom: 0.15rem;
}

.activity_box .box .support_box .support_kakomi .link_list .link:last-child {
	margin-bottom: 0;
}

.activity_box .box .support_box .support_kakomi .link_list .link a,
.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .text a {
	color: #111;
	font-size: 0.15rem;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_kakomi .link_list .link a,
	.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .text a {
		line-height: 1.5;
	}
}

.activity_box .box .support_box .support_kakomi .link_list .link a:hover,
.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .text a:hover {
	text-decoration: underline;
}

.activity_box .box .support_box .support_kakomi .link_list .link a.pdf::after,
.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .text a.pdf::after {
	content: "PDF";
	display: inline-block;
	font-size: 0.12rem;
	font-weight: 700;
	color: #FFF;
	background-color: #F27163;
	padding: 0.02rem 0.03rem 0.03rem;
	border-radius: 0.03rem;
	line-height: 1;
	position: relative;
	top: -0.01rem;
	margin-left: 0.06rem;
}

@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_kakomi .link_list .link a.pdf::after,
	.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .text a.pdf::after {
		font-size: 0.10rem;
	}
}

/* .activity_box .box .support_box .support_kakomi.kakomi_box .kakomi_text .ph_text_box {
	border-bottom: 1px dotted #5BB48F;
} */

/* instagram */
.activity_box .box .support_box .support_kakomi .link_list .link a.instagram {
	position: relative;
	top: -0.03rem;
}
@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_kakomi .link_list .link a.instagram {
		top:0;
	}
}

.activity_box .box .support_box .support_kakomi .link_list .link a.instagram span::before {
	content: "";
	display: inline-block;
	width: 0.18rem;
	height: 0.18rem;
	display: inline-block;
	background-image: url(../common/img/icon_insta_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.04rem;
	margin-right: 0.06rem;
}
@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_kakomi .link_list .link a.instagram span::before {
		content: none;
	}
	.activity_box .box .support_box .support_kakomi .link_list .link a.instagram span::after {
		content: "";
		display: inline-block;
		width: 0.18rem;
		height: 0.18rem;
		display: inline-block;
		background-image: url(../common/img/icon_insta_black.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
		top: 0.04rem;
		margin-left: 0.06rem;
	}
}

.activity_box .box .support_box .support_kakomi .link_list .link a::before,
.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .text a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #5BB48F;
	display: inline-block;
	margin-right: 0.08rem;
	position: relative;
	top: -0.02rem;
}

.activity_box .box .support_box .support_kakomi .caption {
	font-size: 0.12rem;
	text-align: right;
	padding-top: 0.15rem;
}

/* 写真とテキストの囲みレイアウト */
.activity_box .box .support_box .support_kakomi .ph_text_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.activity_box .box .support_box .support_kakomi .ph_text_box .ph {
	width: 1.30rem;
	border-radius: 0.06rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_kakomi .ph_text_box .ph {
		width: 100%;
		border-radius: 0.06rem;
	}
}

.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text {
	width: calc(100% - 1.50rem);
}

@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text {
		width: 100%;
		padding-top: 0.10rem;
	}
}

.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .kakomi_title {
	font-size: 0.16rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}

.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .kakomi_title a {
	color: #5BB48F;
	text-decoration: underline;
}

.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .kakomi_title a.newwin::after {
	content: "";
	width: 0.20rem;
	height: 0.12rem;
	display: inline-block;
	background-image: url(../common/img/icon_newwin_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .kakomi_title a:hover {
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .kakomi_title {
		font-size: 0.15rem;
		line-height: 1.45;
		padding-bottom: 0.06rem;
	}
	.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .text a {
		font-size: 0.14rem;
	}
}

.activity_box .box .support_box .support_kakomi .ph_text_box .kakomi_text .text a.instagram::before {
	width: 0.16rem;
	height: 0.16rem;
	border: 0;
	margin-right: 0.06rem;
	background-image: url(../common/img/icon_insta_black.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.03rem;
}



.activity_box .box .support_box .support_full_box {
	padding-top: 0.25rem;
}

.activity_box .box .support_box .support_sub_title {
	font-size: 0.18rem;
	font-weight: 700;
	color: #5BB48F;
	padding-bottom: 0.10rem;
}
@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_sub_title {
		font-size: 0.16rem;
		line-height: 1.5;
	}
}

.activity_box .box .support_box .support_full_box .text {
	font-size: 0.15rem;
	line-height: 1.875;
	letter-spacing: 0;
}

.activity_box .box .support_box .support_more_btn {
	padding-top: 0.30rem;
	text-align: center;
}

.activity_box .box .support_box .support_more_btn .text {
	font-size: 0.15rem;
	padding-bottom: 0.15rem;
}

.activity_box .box .support_box .support_more_btn .btn a {
	margin: auto;
	background-color: #F1859F;
	border: 1px solid #F1859F;
	color: #FFF;
}

.activity_box .box .support_box .support_more_btn .btn a:hover {
	color: #F1859F;
}

.activity_box .box .support_box .support_more_btn .btn a::after {
	background: url(../img/common/arrow_wh.svg) no-repeat center;
}
@media screen and (max-width: 640px) {
	.activity_box .box .support_box .support_more_btn .btn a::after {
		background-size: contain;
	}
}

.activity_box .box .support_box .support_more_btn .btn a::before {
	background: #FFF;
}

.activity_box .box .support_box .support_more_btn .btn a:hover::after {
	background-image: url(../img/common/arrow_bk.svg);
}

.activity_box .box .flex_box.small .more_btn {
	padding-top: 0.30rem;
}

.activity_box .box .flex_box.small .lead + .more_btn {
	padding-top: 0;
}

/* 小さめFlexboxのmoreボタン */
.activity_box .box .flex_box.small .more_btn .btn a {
	background-color: #5BB48F;
	border: 1px solid #5BB48F;
	color: #FFF;
	text-decoration: none;
}

.activity_box:nth-child(odd) .box .flex_box.small .more_btn .btn a {
	background-color: #F1859F;
	border: 1px solid #F1859F;
}

.activity_box .box .flex_box.small .more_btn .btn a:hover {
	color: #5BB48F;
}

.activity_box:nth-child(odd) .box .flex_box.small .more_btn .btn a:hover {
	color: #F1859F;
}

.activity_box .box .flex_box.small .more_btn .btn a::before {
	background: #FFF;
}

.activity_box .box .flex_box.small .more_btn .btn a::after {
	background: url(../img/common/arrow_wh.svg) no-repeat right center;
}
@media screen and (max-width: 640px) {
	.activity_box .box .flex_box.small .more_btn .btn a::after {
		background-position: right center;
		background-size: auto 100%;
	}
}

.activity_box .box .flex_box.small .more_btn .btn a:hover::after {
	background-image: url(../img/common/arrow_bk.svg);
}

.activity_box .box .flex_box.small .more_btn .btn .caption {
	font-size: 0.13rem;
	padding-top: 0.10rem;
}

/* テキストリスト */
.activity_box .box .flex_box.small .text_list .text {
	font-size: 0.15rem;
	line-height: 2;
}

.activity_box .box .flex_box.small .text_list .text::before {
	content: "●";
	color: #5BB48F;
	display: inline-block;
	padding-right: 0.06rem;
}

.activity_box:nth-child(odd) .box .flex_box.small .text_list .text::before {
	color: #F1859F;
}

.activity_box .box .flex_box.small .text_list .text a {
	color: #5BB48F;
	text-decoration: underline;
}

.activity_box:nth-child(odd) .box .flex_box.small .text_list .text a {
	color: #F1859F;
}

.activity_box .box .flex_box.small .text_list .text a:hover {
	text-decoration: none;
}