/*============================
コンテナ
============================*/
.in1000 {
	max-width: 10rem;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 640px) {
	.in1000 {
		box-sizing: border-box;
		padding: 0 0.2rem;
	}
}

/*============================
MV
============================*/
#mv {
	width: calc(100% - 1rem);
	margin-left:auto;
	height: 100vh;
	min-height: 3.3rem;
	max-height: 4.00rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0 0 0 0.6rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#mv {
		width: 100%;
		margin-left:0.2rem;
		height: 40.00vw;
		min-height: auto;
		max-height: auto;
		border-radius: 0 0 0 0.3rem;
	}
}

#mv::after {
	content: '';
	width: calc(50% - 3.95rem);
	min-width: 2.50rem;
	height: 0.8rem;
	background: rgba(241, 133, 159, 0.1);
	display: block;
	position: absolute;
	bottom: -0.80rem;
	right: 0;
	z-index: -1;
	border-radius: 0 0 0 0.6rem;
}

@media screen and (max-width: 640px) {
	#mv::after {
		width: 1.50rem;
		min-width: 1.50rem;
		height: 0.50rem;
		bottom: -0.50rem;
		border-radius: 0 0 0 0.3rem;
	}
}

/* タイトル */
#mv .title_box {
	width:100%;
	max-width: 6.00rem;
	padding: 0.40rem;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#mv .title_box {
		padding: 0.20rem 0.20rem;
	}
}

#mv .title_box .title {
	font-size: 0.4rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	position: relative;
	font-family: 'Zen Kaku Gothic New',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}
@media screen and (max-width: 640px) {
	#mv .title_box .title {
		font-size: 0.26rem;
	}
}

#mv .title_box .title::after {
	content: "一般社団法人 栃木県助産師会";
	display: block;
	font-size: 0.16rem;
	font-weight: 500;
	color: #fff;
	padding-top: 0.3rem;
}
@media screen and (max-width: 640px) {
	#mv .title_box .title::after {
		font-size: 0.12rem;
		padding-top: 0.10rem;
	}
}


/*============================
パンくず
============================*/
#pankuz {
	padding-top: 0.17rem;
}

#pankuz .list {
	display: flex;
	justify-content: flex-end;
	font-size: 0.13rem;
	font-weight: 500;
}

@media screen and (max-width: 599px) {
	#pankuz .list {
		font-size: 0.11rem;
	}
}

#pankuz .list .item {
	white-space: nowrap;
}

#pankuz .list .item a {
	color: #F1859F;
	text-decoration: underline;
	position: relative;
	padding-right: 0.3rem;
}

@media screen and (max-width: 599px) {
	#pankuz .list .item a {
		padding-right: 0.24rem;
	}
}

#pankuz .list .item a::after {
	content: '';
	position: absolute;
	width: 0.1rem;
	height: 1px;
	background-color: #000;
	top: 50%;
	transform: translateY(-50%);
	right: 0.1rem;
}

@media screen and (max-width: 599px) {
	#pankuz .list .item a::after {
		width: 0.06rem;
	}
	#pankuz .list .item.current {
		text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	}
}

/*============================
共通スタイル
============================*/
.sec_title {
	font-size: 0.36rem;
    font-weight: 800;
}
@media screen and (max-width: 640px) {
	.sec_title {
		font-size: 0.24rem;
		line-height: 1.4;
	}
}



/* 小さいボタン */
.btn_mini a,.btn_mini span {
	font-size: 0.14rem;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	width: 1.60rem;
	padding: 0.08rem;
	border-radius: 0.20rem;
	position: relative;
	transition: all .3s;
	text-decoration: none;
	text-align: center;
	color: #2F475C;
}

.btn_mini a::after,.btn_mini span::after {
	content: '';
	display: inline-block;
	width: 0.05rem;
	height: 0.08rem;
	background: url(../common/img/icon_btnarrow_navy.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
}

.btn_mini a:hover,.btn_mini span:hover,a:hover .btn_mini span {
	transform: scale(1.05, 1.05);
	color: #fff;
	background: #2F475C;
}

.btn_mini a:hover::after,.btn_mini span:hover::after,a:hover .btn_mini span::after {
	background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
	background-size: cover;
}


/* ボタン */
.btn_common a, .btn_common span {
	width: 3.6rem;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #FF7A59;
    display: block;
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0.2rem 0;
    margin: auto;
	position: relative;
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	.btn_common a, .btn_common span {
		width: 2.5rem;
		font-size: 0.15rem;
		padding: 0.15rem 0 0.17rem;
	}
}


.btn_common a:hover ,a:hover .btn_common span{
	transform: scale(1.1);
}

.btn_common a::after ,.btn_common span::after {
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.15rem;
    background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}

@media screen and (max-width: 640px) {
	.btn_common a::after ,.btn_common span::after {
		height: 0.12rem;
		background-size: contain;
		right: 0.10rem;
	}
}

.btn_common.navy a {
    color: #fff;
    background: #2F475C;
}


/*============================
下部お問い合わせリンク
============================*/
#lower_bottom_contact {
	padding: 0.9rem 0 1.2rem;
}
@media screen and (max-width: 640px) {
	#lower_bottom_contact {
		padding: 0.5rem 0 0.60rem;
	}
}


#lower_bottom_contact .lead {
	font-size: 0.24rem;
	text-align: center;
	line-height: 2;
	margin-bottom: 0.45rem;
}
@media screen and (max-width: 640px) {
	#lower_bottom_contact .lead {
		font-size: 0.16rem;
		margin-bottom: 0.20rem;
	}
}


/* ボタン */
.btn_contact a {
	max-width: 6.8rem;
	width: 100%;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #FF7A59;
    display: block;
    border-radius: 0.7rem;
    box-sizing: border-box;
    padding: 0.4rem 0;
    margin: auto;
	position: relative;
}
@media screen and (max-width: 640px) {
	.btn_contact a {
		font-size: 0.18rem;
		padding: 0.25rem 0;
	}
}


.btn_contact a:hover {
	transform: scale(1.1);
}

.btn_contact a::before {
    content: '';
    display: inline-block;
    width: 0.44rem;
    height: 0.3rem;
    background: url(../img/common/icon_mail.svg) no-repeat center;
    background-size: cover;
    position: relative;
    top: 0.05rem;
    left: -0.15rem;
}
@media screen and (max-width: 640px) {
	.btn_contact a::before {
		width: 0.23rem;
		height: 0.16rem;
		top: 0.03rem;
	}
}



/*============================
お問い合わせ
============================*/
#contact_bnr {
	background: #FDEAE5;
	padding: 0.6rem 0;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
	#contact_bnr {
		padding: 0.6rem 0 0.4rem;
	}
}


#contact_bnr .cont_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap {
		flex-flow: column-reverse;
	}
}


/* テキストエリア */
#contact_bnr .cont_wrap .left_wrap {
	width: 55%;
	box-sizing: border-box;
	padding-left: 0.40rem;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .left_wrap {
		width: 100%;
		box-sizing: border-box;
		padding-left: 0;
	}
}


#contact_bnr .cont_wrap .left_wrap .sec_title {
	margin-bottom: 0.25rem;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .left_wrap .sec_title {
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
		font-size: 0.2rem;
		text-align: center;
	}
}

#contact_bnr .cont_wrap .left_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .left_wrap .text {
		font-size: 0.14rem;
		margin-bottom: 0.30rem;
	}
}


#contact_bnr .cont_wrap .left_wrap .btn_common a {
	margin-left: 0;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .left_wrap .btn_common a {
		margin: auto;
	}	
}


/* 画像エリア */
#contact_bnr .cont_wrap .right_wrap {
	width:45%;
	text-align: right;
	position: relative;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .right_wrap {
		width:100%;
		text-align: center;
	}
}

#contact_bnr .cont_wrap .right_wrap .ph_wrap {
	width:80%;
	margin-left: auto;
	margin-right: 0.2rem;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .right_wrap .ph_wrap {
		width:2rem;
		margin: auto;
		margin-top: -1rem;
	}
}


/* 星 */
#contact_bnr .cont_wrap .right_wrap .star_01 {
	position: absolute;
	top: 1rem;
	left: 0.7rem;
	animation: twinkle 5s infinite;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .right_wrap .star_01 {
		top: -1rem;
	}	
}


#contact_bnr .cont_wrap .right_wrap .star_02 {
	position: absolute;
	top: 1.3rem;
	left: 0.4rem;
	animation: twinkle 4s infinite;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .right_wrap .star_02 {
		top: -0.5rem;
	}
}

#contact_bnr .cont_wrap .right_wrap .star_03 {
	position: absolute;
	top: 2.2rem;
	left: 0.8rem;
	animation: twinkle 3s infinite;
}
@media screen and (max-width: 640px) {

	#contact_bnr .cont_wrap .right_wrap .star_03 {
		top: -0.20rem;
		left: 0.5rem;
	}
	
}

#contact_bnr .cont_wrap .right_wrap .star_04 {
	position: absolute;
	top: 0.8rem;
	right: 0;
	animation: twinkle 2s infinite;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .right_wrap .star_04 {
		top: -0.8rem;
		right: 0.40rem;
	}
}

#contact_bnr .cont_wrap .right_wrap .star_05 {
	position: absolute;
	top: 1.2rem;
	right: -0.4rem;
	animation: twinkle 4s infinite;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .right_wrap .star_05 {
		top: -0.4rem;
		right: 0.2rem;
	}
}

#contact_bnr .cont_wrap .right_wrap .star_06 {
	position: absolute;
	top: 2.4rem;
	right: -0.2rem;
	animation: twinkle 6s infinite;
}
@media screen and (max-width: 640px) {
	#contact_bnr .cont_wrap .right_wrap .star_06 {
		top: 0;
		right: 0.3rem;
	}
}


/*============================
充実したサポート
============================*/
#suport {
	background: #FDEAE5;
	padding: 0.8rem 0;
}
@media screen and (max-width: 640px) {
	#suport {
		padding: 0.5rem 0;
	}
}


#suport .sec_title {
	text-align: center;
	margin-bottom: 0.60rem;
}
@media screen and (max-width: 640px) {
	#suport .sec_title {
		margin-bottom: 0.3rem;
	}
}


#suport .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#suport .list .item {
	width: 32%;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	#suport .list .item {
		width: 100%;
	}
}


/* 画像 */
#suport .list .item .ph_wrap {
	width: 100%;
	height: 2.7rem;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#suport .list .item .ph_wrap {
		margin-bottom: 0.10rem;
	}
}


#suport .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#suport .list .item .ph_wrap img {
		object-fit: contain;
	}
}


/* タイトル */
#suport .list .item .item_title {
	font-size: 0.26rem;
	font-weight: bold;
	color: #FF7A59;
	text-align: center;
	margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
	#suport .list .item .item_title {
		font-size: 0.2rem;
	}
}


/* テキスト */
#suport .list .item .text {
	font-size: 0.16rem;
	line-height: 1.65;
	text-align: center;
	box-sizing: border-box;
	padding: 0 0.3rem;
}
@media screen and (max-width: 640px) {
	#suport .list .item .text {
		font-size: 0.14rem;
	}
}


/* スマホ時スライド */
.suport_slide {
	position: relative;
}

@media screen and (max-width: 640px) {
	.suport_slide {
		position: relative;
	}
	
	.suport_slide .prev-arrow {
		position: absolute;
		width: 0.50rem;
		top: 35%;
		transform: translateY(-50%);
		right: -0.1rem;
		z-index: 10;
	}
}

@media screen and (max-width: 640px) {
	.suport_slide .next-arrow {
		position: absolute;
		transform: translateY(-50%);
		width: 0.50rem;
		top: 35%;
		left: -0.1rem;
		z-index: 10;
	}
}


#breadcrumb {
	padding: 0.2rem 0;
	width: calc(100% - 0.8rem);
    margin-left: auto;
}
@media screen and (max-width: 640px) {
	#breadcrumb {
		width: calc(100% - 0.2rem);
	}
}

#breadcrumb span {
	line-height: 2.5;
}

#breadcrumb span a {
	color: #FF7A59;
}

/*=======================
CMSページャー
=======================*/
.list_navi_wrap {
	text-align: center;
	font-size: 0.16rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.05em;
	padding:0.50rem 0;
}

.list_navi_wrap .wp-pagenavi {
	display: flex;
	justify-content: center;
}

/* 現在のページ*/
.list_navi_wrap .wp-pagenavi .current {
	display: block;
	font-size: 0.16rem;
	color: #FFF;
	width: 0.50rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #F1859F;
	border: 1px solid #F1859F;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .current {
		font-size: 0.14rem;
		width: 0.40rem;
		padding: 0.19rem 0 0.21rem;
	}
}

/* 数字リンク*/
/*.list_navi_wrap .wp-pagenavi .page.larger {*/
.list_navi_wrap .wp-pagenavi .page {
	display: block;
	font-size: 0.16rem;
	color: #F1859F;
	width: 0.50rem;
	line-height: 0;
	padding: 0.24rem 0 0.26rem;
	background-color: #FFF;
	border: 1px solid #F1859F;
	text-decoration: none;
	margin: 0 0.08rem;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .page {
		font-size: 0.14rem;
		width: 0.40rem;
		padding: 0.19rem 0 0.21rem;
	}

	.list_navi_wrap .wp-pagenavi .page.larger {
		/* display: none; */
	}
}

.list_navi_wrap .wp-pagenavi .page.larger:hover {
	background-color: #F1859F;
	border: 1px solid #F1859F;
	color: #FFF;
}

/* 前のページ */
.list_navi_wrap .wp-pagenavi .previouspostslink {
	display: block;
	font-size: 0.16rem;
	color: #F1859F;
	line-height: 0;
	padding: 0.24rem 0.20rem 0.26rem 0.30rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink {
		font-size: 0.14rem;
		padding: 0.19rem 0 0.21rem 0.25rem;
		margin-right: 0.30rem;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink::before {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../common/img/pager_prev_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .previouspostslink::before {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover {
	color: #F1859F;
}

.list_navi_wrap .wp-pagenavi .previouspostslink:hover::before {
	left: -0.06rem;
}

/* 次のページ */
.list_navi_wrap .wp-pagenavi .nextpostslink {
	display: block;
	font-size: 0.16rem;
	color: #F1859F;
	line-height: 0;
	padding: 0.24rem 0.30rem 0.26rem 0.20rem;
	text-decoration: none;
	margin: 0 0.08rem;
	position: relative;
	border: none;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink {
		font-size: 0.14rem;
		padding: 0.19rem 0.25rem 0.21rem 0;
		margin-left: 0.30rem;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink::after {
	content: "";
	width: 0.10rem;
	height: 0.16rem;
	background-image: url(../common/img/pager_next_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 49%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.list_navi_wrap .wp-pagenavi .nextpostslink::after {
		height: 0.14rem;
		top: 46%;
	}
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover {
	color: #F1859F;
}

.list_navi_wrap .wp-pagenavi .nextpostslink:hover::after {
	right: -0.06rem;
}
