footer {
	margin-top: 0;
}

/*============================
MV
============================*/
#mv {
	background-image: url(../img/about/mv.jpg);
}
@media screen and (max-width: 640px) {
	#mv {
		background-image: url(../img/about/mv_sp.jpg);
	}
}


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

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

.history .lead {
	text-align: center;
	font-size: 0.18rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.history .lead {
		font-size: 0.15rem;
		text-align: left;
	}
}


.history .cont_kakomi {
	margin: 0.50rem auto 0;
	max-width: 10.00rem;
	background-color: rgba(241, 133, 159, 0.1);
	border-radius: 0.20rem;
	padding: 0.30rem;
	box-sizing: border-box;
}

.history .cont_kakomi .kakomi_title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.20rem;
}

.history .cont_kakomi .list {
	font-size: 0.16rem;
	line-height: 1.75;
}

.history .cont_kakomi .list .text::before {
	content: "●";
	color: #F1859F;
	display: inline-block;
	padding-right: 0.08rem;
}

/*============================
栃木県助産師会の歴史
============================*/
.admission {
	padding: 1rem 0;
}
@media screen and (max-width: 640px) {
	.admission {
		padding: 0.6rem 0;
	}
}


.admission .lead {
	text-align: center;
	font-size: 0.18rem;
	line-height: 2;
}

.admission .cont_kakomi {
	margin: 0.30rem auto 0;
	max-width: 10.00rem;
	background-color: rgba(91, 180, 143, 0.1);
	border-radius: 0.20rem;
	padding: 0.30rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	.admission .cont_kakomi {
		padding: 0.3rem 0.20rem;
	}
}


.admission .cont_kakomi:nth-child(even) {
	background-color: rgba(241, 133, 159, 0.1);
}

.admission .cont_kakomi .kakomi_title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.20rem;
	width: 1.70rem;
}
@media screen and (max-width: 640px) {
	.admission .cont_kakomi .kakomi_title {
		width: 100%;
		border-bottom: 1px solid #5BB48F;
		padding-bottom: 0.15rem;
		margin-bottom: 0.2rem;
	}
}

@media screen and (max-width: 640px) {
	.admission .cont_kakomi:nth-child(even) .kakomi_title {
		border-bottom: 1px solid #F1859F;
	}
}



.admission .cont_kakomi .textbox {
	width: 7.70rem;
	padding-left: 0.50rem;
	border-left: 1px solid #5BB48F;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.admission .cont_kakomi .textbox {
		width: 100%;
		padding-left: 0.15rem;
		border-left: none;
	}
}


.admission .cont_kakomi:nth-child(even) .textbox {
	border-left: 1px solid #F1859F;
}
@media screen and (max-width: 640px) {
	.admission .cont_kakomi:nth-child(even) .textbox {
		border-left:none;
	}
}


.admission .cont_kakomi .list {
	font-size: 0.15rem;
	line-height: 1.75;
}

.admission .cont_kakomi .list .text {
	text-indent: -0.12rem;
	margin-left: 0.12rem;
	padding: 0.05rem 0;
}

.admission .cont_kakomi .list .text a {
	font-weight: 500;
	color: #111111;
	text-decoration: underline;
}

.admission .cont_kakomi .list .text a:hover {
	text-decoration: none;
}

.admission .cont_kakomi .list .text::before {
	content: "●";
	color: #5BB48F;
	display: inline-block;
	padding-right: 0.08rem;
}

.admission .cont_kakomi:nth-child(even) .list .text::before {
	color: #F1859F;
}

.admission .cont_kakomi .caption {
	font-size: 0.13rem;
	text-indent: -0.12rem;
	padding-top: 0.08rem;
}

/* 入会の流れ */
.flow_wrap .sub_title {
	text-align: center;
	font-size: 0.28rem;
	font-weight: 700;
	padding: 0.70rem 0 0.30rem;
}

.flow_wrap .flow_list .detail {
	background-color: #FCF7F2;
	border-radius: 0.10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.15rem 0;
	padding-right: 0.20rem;
	align-items: center;
	margin-bottom: 0.30rem;
	min-height: 0.77rem;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail {
		border-radius: 0.06rem;
		min-height: auto;
		margin-bottom: 0.40rem;
		padding-right: 0;
	}
}

.flow_wrap .flow_list.-after .detail {
	background-color: rgba(241, 133, 159, 0.1);
}


.flow_wrap .flow_list .detail::before {
	content: "";
	width: 1px;
	height: calc(100% - 0.30rem);
	background-color: #6E4403;
	position: absolute;
	top: 0.15rem;
	left: 0.77rem;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail::before {
		content: none;
	}
}

.flow_wrap .flow_list.-after .detail::before{
	background-color: #F1859F;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_list.-after .detail::before{
		content: none;
	}
}

.flow_wrap .flow_list .detail::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 10px solid #dadada;
	border-bottom: 0;
	position: absolute;
	bottom: -0.20rem;
	left: 50%;
	transform: translateX(-50%);
}

.flow_wrap .flow_list .detail:last-child::after {
	content: none;
}


.flow_wrap .flow_list .detail .num {
	width: 0.78rem;
	font-size: 0.24rem;
	font-weight: 500;
	color: #6E4403;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .num {
		width: 100%;
		font-size: 0.24rem;
		top: -0.25rem;
		position: relative;
		font-family: 'Poppins', sans-serif;
	}
	.flow_wrap .flow_list .detail .num span {
		position: relative;
		border-bottom: 1px solid #6E4403;
		padding: 0 0.05rem;
	}
	.flow_wrap .flow_list.-after .detail .num span {
		border-bottom: 1px solid #F1859F;
	}
}

.flow_wrap .flow_list.-after .detail .num {
	color: #F1859F;
}

.flow_wrap .flow_list .detail .textbox {
	width: calc(100% - 1.04rem);
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .textbox {
		width: 100%;
		box-sizing: border-box;
		padding:0 0.2rem 0.05rem;
	}
}


.flow_wrap .flow_list .detail .textbox .text {
	font-size: 0.15rem;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .textbox .text {
		font-size: 0.14rem;
		line-height: 1.85;
		padding-bottom: 0.10rem;
		text-align: justify;
	}
}

.flow_wrap .flow_list .detail .textbox .text a {
	color: #111111;
	font-weight: 600;
	text-decoration: underline;
}

.flow_wrap .flow_list .detail .textbox .text a:hover {
	text-decoration: none;
}

.flow_wrap .flow_list .detail .textbox .flow_kakomi {
	background-color: #FFF;
	padding: 0.15rem;
	border-radius: 0.06rem;
	font-size: 0.16rem;
	margin-top: 0.10rem;
	line-height: 1.65;
}

@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .textbox .flow_kakomi {
		padding: 0.13rem;
		border-radius: 0.04rem;
		font-size: 0.15rem;
	}
}

.flow_wrap .flow_list .detail .flex_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .flex_box {
		display: block;
	}
}

.flow_wrap .flow_list .detail .flex_box .text {
	width: calc(100% - 2.00rem);
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_list .detail .flex_box .text {
		width: 100%;
	}
}

.flow_wrap .flow_list .detail .flex_box .qr_box {
	max-width: 1.60rem;
}

.flow_wrap .flow_contact {
	border: 2px solid #F1859F;
	padding: 0.40rem;
	border-radius: 0.10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact {
		padding: 0.20rem;
		text-align: center;
	}
}


.flow_wrap .flow_contact .title {
	font-size: 0.20rem;
	font-weight: 700;
	color: #F1859F;
	width: 0.70rem;
	text-align: center;
	margin-right: 0.30rem;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact .title {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
}


.flow_wrap .flow_contact .textbox {
	width: 4.80rem;
}

.flow_wrap .flow_contact .textbox .tel_num {
	font-size: 0.20rem;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact .textbox .tel_num {
		line-height: 1.5;
	}
	.flow_wrap .flow_contact .textbox .tel_num a {
		color: #000;
		font-weight: 600;
		text-decoration: underline;
	}
	.flow_wrap .flow_contact .textbox .tel_num .small_text {
		font-size: 0.15rem;
		display: block;
	}
}


.flow_wrap .flow_contact .textbox .address {
	font-size: 0.15rem;
	padding-top: 0.15rem;
}
@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact .textbox .address {
		font-size: 0.13rem;
	}
}

.flow_wrap .flow_contact .btn_wrap {
	width: 2.70rem;
}

@media screen and (max-width: 640px) {
	.flow_wrap .flow_contact .btn_wrap {
		width: calc(100% - 0.10rem);
		margin-top: 0.2rem;
		padding-bottom: 0.10rem;
	}
}

.flow_wrap .flow_contact .btn_wrap a {
	display: block;
	line-height: 0;
	padding: 0.23rem 0 0.25rem;
	font-size: 0.16rem;
	font-weight: 700;
	text-align: center;
	border-radius: 0.06rem;
	background-color: #F1859F;
	color: #FFF;
}

.flow_wrap .flow_contact .btn_wrap a:hover {
	opacity: 0.7;
}

.flow_wrap .flow_contact .btn_wrap a span {
	position: relative;
	display: inline-block;
	padding-left: 0.32rem;
}

.flow_wrap .flow_contact .btn_wrap a span::before {
	content: "";
	width: 0.30rem;
	height: 0.17rem;
	display: inline-block;
	background-image: url(../common/img/icon_mail02_white.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -0.08rem;
	left: 0;
}

/*============================
各種データダウンロード
============================*/
.download {
	padding: 0.70rem 0;
	background-color: #FCF7F2;
}
@media screen and (max-width: 640px) {
	.download {
		padding: 0.50rem 0;
	}
}


.download .dl_list_wrap .title {
	font-size: 0.20rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	.download .dl_list_wrap .title {
		font-size: 0.18rem;
	}
}

.download .dl_list_wrap .dl_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 0.40rem;
}

.download .dl_list_wrap .dl_list .detail {
	width: 100%;
	max-width: 3.80rem;
	margin: 0 0.15rem;
}
@media screen and (max-width: 640px) {
	.download .dl_list_wrap .dl_list .detail {
		margin: 0 0.1rem 0.2rem;
	}
}


.download .dl_list_wrap .dl_list .detail a {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.14rem;
	font-size: 0.18rem;
	color: #111111;
	font-weight: 700;
	background-color: #FFF;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	.download .dl_list_wrap .dl_list .detail a {
		font-size: 0.16rem;
	}
}


.download .dl_list_wrap .dl_list .detail a:hover {
	opacity: 0.7;
}

.download .dl_list_wrap .dl_list .detail a span {
	display: inline-block;
	padding-left: 0.15rem;
}

.download .dl_list_wrap .dl_list .detail a::before {
	content: "";
	width: 0.40rem;
	height: 0.50rem;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 640px) {
	.download .dl_list_wrap .dl_list .detail a::before {
		content: "";
		width: 0.30rem;
		height: 0.37rem;
	}
}


.download .dl_list_wrap .dl_list .detail a.pdf {
	border: 2px solid #F1859F;
}

.download .dl_list_wrap .dl_list .detail a.pdf::before {
	background-image: url(../img/common/pdf_file_icon.png);
}

.download .dl_list_wrap .dl_list .detail a.word {
	border: 2px solid #92BBD5;
}

.download .dl_list_wrap .dl_list .detail a.word::before {
	background-image: url(../img/common/doc_file_icon.png);
}

/*============================
役員紹介
============================*/
.profile {
	padding: 0.70rem 0 2px;
}
@media screen and (max-width: 640px) {
	.profile {
		padding: 0.50rem 0 2px;
	}
}


.profile .profile_table {
	padding-bottom: 0.40rem;
}

.profile .profile_table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.16rem;
	line-height: 1.875;
	border-top: 1px solid #999999;
}

@media screen and (max-width: 640px) {
	.profile .profile_table table {
		font-size: 0.15rem;
	}
}

.profile .profile_table table .title {
	padding: 0.20rem;
	text-align: left;
	background-color: #F2F2F2;
	border-bottom: 1px solid #999999;
}
@media screen and (max-width: 640px) {
	.profile .profile_table table .title {
		display: block;
		padding: 0.10rem;
	}
}


.profile .profile_table table .td_text {
	padding: 0.20rem;
	text-align: left;
	border-bottom: 1px solid #999999;
}
@media screen and (max-width: 640px) {
	.profile .profile_table table .td_text {
		display: block;
		padding: 0.10rem;
	}
}

.profile .profile_table table .td_text .list {
	display: flex;
	flex-wrap: wrap;
}

.profile .profile_table table .td_text .list .text {
	width: 50%;
}

@media screen and (max-width: 640px) {
	.profile .profile_table table .td_text .list .text {
		width: 100%;
	}
}

/* 定款ダウンロードリンク */
.profile .teikan {
	padding-bottom: 1.00rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.profile .teikan {
		padding-bottom: 0.50rem;
	}
}

.profile .teikan a {
	font-size: 0.16rem;
	color: #111;
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	.profile .teikan a {
		font-size: 0.14rem;
	}
}

.profile .teikan a:hover {
	text-decoration: none;
}

.profile .teikan 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;
	margin-left: 0.06rem;
	line-height: 1;
	position: relative;
	top: -0.01rem;
}

@media screen and (max-width: 640px) {
	.profile .teikan a.pdf::after {
		font-size: 0.10rem;
	}
}

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

/* 写真帯 */
.profile .ph_list {
	display: flex;
	justify-content: space-between;
}