@charset "UTF-8";
/* CSS Document */

/*
110.採用情報
120.お知らせ＿一覧
121.お知らせ＿カテゴリ一覧
122.お知らせ＿個別
*/

/*
120.お知らせ＿一覧
121.お知らせ＿カテゴリ一覧
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*全体*/
	#news_l {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/*メインビジュアル*/
	#news_l .mv {
		padding: 120px 0 90px 0;
	}
	
	#news_l .mv h1 {
		position: relative;
		width: 360px;
		margin: 0 auto 0 auto;
		font-size: 38px;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 38px;
		text-align: center;
		color: #4F3B17;
	}
	
	#news_l .mv h1 img {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: auto;
	}
	
	#news_l .mv h1 img:nth-of-type(1) {
		left: 0;
	}
	
	#news_l .mv h1 img:nth-of-type(2) {
		right: 0;
	}
	
	/*カテゴリー*/
	#news_l .cat {
		position: relative;
		width: 940px;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	#news_l .cat  ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#news_l .cat ul li {
		list-style: none;
		position: relative;
		margin: 0 10px 15px 0;
	}
	
	#news_l .cat ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		padding: 14px 25px 14px 45px;
		font-size: 16px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #4F3B17;
		background: #fff;
		border: solid 1px #D0D0D0;
		box-sizing: border-box;
		border-radius: 100px;
		overflow: hidden;
		transition: 0.3s;
	}
	
	#news_l .cat ul li a span {
		z-index: 3;
		position: relative;
	}
	
	/*チェック丸*/
	#news_l .cat ul li a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		background: #fff;
		border: solid 1px #D0D0D0;
		border-radius: 50%;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	/*チェック*/
	#news_l .cat ul li a::after {
		content: "";
	position: absolute;
	top: 50%;
	left: 23px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #D0D0D0;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8 6.1L6.1 10.2L14.2 1.8' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8 6.1L6.1 10.2L14.2 1.8' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: 0.4s;
	}
	
	#news_l .cat ul li a:hover,
	#news_l .cat ul li.current-cat a,
	#news_l .cat ul li.cat-item-all.current-cat a {
		color: #fff;
		background: #F478A3;
		border: solid 1px #F478A3;
	}
	
	#news_l .cat ul li a:hover::before,
	#news_l .cat ul li.current-cat a::before,
	#news_l .cat ul li.cat-item-all.current-cat a::before {
		background: #fff;
		border-color: #fff;
	}

	#news_l .cat ul li a:hover::after,
	#news_l .cat ul li.current-cat a::after,
	#news_l .cat ul li.cat-item-all.current-cat a::after {
		background: #F478A3;
	}
	
	/*記事一覧*/
	#news_l .loop {
		position: relative;
		width: 940px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#news_l .loop a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#news_l .loop a .img {
		position: relative;
		width: 140px;
		height: 95px;
		border-radius: 5px;
		overflow: hidden;
	}
	
	#news_l .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 95px;
		object-fit: cover;
		object-position: center;
		transition: 0.5s;
	}
	
	#news_l .loop a .text {
		position: relative;
		width: 760px;
		height: auto;
	}
	
	#news_l .loop a .text .time {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	
	#news_l .loop a .text .time font {
		display: table;
		position: relative;
		width: auto;
		height: auto;
		padding: 7px 14px 8px 14px;
		margin: 0 20px 0 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #F478A3;
		background: #FFEFF5;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	#news_l .loop a .text .time time {
		font-size: 15px;
		font-family: "Bpmf Huninn", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #9A8765;
	}
	
	#news_l .loop a .text p {
		text-decoration: underline;
		text-decoration-color: transparent;
		text-decoration-thickness: 1px;
		text-underline-offset: 2px;
		transition: text-decoration-color 0.4s;
	}
	
	#news_l .loop a:hover .img img {
		border-radius: 80px;
	}
	
	#news_l .loop a:hover .text p {
		text-decoration-color: #4F3B17;
	}
	
	/*ページネーション*/
	#news_l .pagination {
		margin: 45px auto 150px auto;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*全体*/
	#news_l {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/*メインビジュアル*/
	#news_l .mv {
		padding: 45px 0 60px 0;
	}
	
	#news_l .mv h1 {
		position: relative;
		width: 230px;
		margin: 0 auto 0 auto;
		font-size: 25px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 25px;
		text-align: center;
		color: #4F3B17;
	}
	
	#news_l .mv h1 img {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 35px;
		height: auto;
	}
	
	#news_l .mv h1 img:nth-of-type(1) {
		left: 0;
	}
	
	#news_l .mv h1 img:nth-of-type(2) {
		right: 0;
	}
	
	/*カテゴリー*/
	#news_l .cat {
		position: relative;
		width: 96%;
		height: auto;
		margin: 0 auto 33px auto;
	}
	
	#news_l .cat  ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		left: 7px;
		width: 100%;
		height: auto;
	}
	
	#news_l .cat ul li {
		list-style: none;
		position: relative;
		margin: 0 5px 12px 0;
	}
	
	#news_l .cat ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		padding: 7px 10px 8px 28px;
		font-size: 14px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
		color: #4F3B17;
		background: #fff;
		border: solid 1px #D0D0D0;
		box-sizing: border-box;
		border-radius: 100px;
		overflow: hidden;
	}
	
	#news_l .cat ul li a span {
		z-index: 3;
		position: relative;
	}
	
	/*チェック丸*/
	#news_l .cat ul li a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		width: 13px;
		height: 13px;
		background: #fff;
		border: solid 1px #D0D0D0;
		border-radius: 50%;
		box-sizing: border-box;
	}
	
	/*チェック*/
	#news_l .cat ul li a::after {
		content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	background: #D0D0D0;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8 6.1L6.1 10.2L14.2 1.8' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.8 6.1L6.1 10.2L14.2 1.8' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	}
	
	#news_l .cat ul li.current-cat a,
	#news_l .cat ul li.cat-item-all.current-cat a {
		color: #fff;
		background: #F478A3;
		border: solid 1px #F478A3;
	}
	
	#news_l .cat ul li.current-cat a::before,
	#news_l .cat ul li.cat-item-all.current-cat a::before {
		background: #fff;
		border-color: #fff;
	}

	#news_l .cat ul li.current-cat a::after,
	#news_l .cat ul li.cat-item-all.current-cat a::after {
		background: #F478A3;
	}
	
	/*記事一覧*/
	#news_l .loop {
		position: relative;
		width: 280px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#news_l .loop a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#news_l .loop a .img {
		position: relative;
		width: 100%;
		height: 185px;
		border-radius: 15px;
		overflow: hidden;
	}
	
	#news_l .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 185px;
		object-fit: cover;
		object-position: center;
	}
	
	#news_l .loop a .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	#news_l .loop a .text .time {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	
	#news_l .loop a .text .time font {
		display: table;
		position: relative;
		width: auto;
		height: auto;
		padding: 4px 8px 5px 8px;
		margin: 0 auto 0 0;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: center;
		color: #F478A3;
		background: #FFEFF5;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	#news_l .loop a .text .time time {
		font-size: 14px;
		font-family: "Bpmf Huninn", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: right;
		color: #9A8765;
	}
	
	#news_l .loop a .text p {
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		text-decoration: underline;
		text-decoration-color: transparent;
		text-decoration-thickness: 1px;
		text-underline-offset: 2px;
		transition: text-decoration-color 0.4s;
	}
	
	/*ページネーション*/
	#news_l .pagination {
		margin: 40px auto 45px auto;
	}
	
}

/*
122.お知らせ＿個別
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*全体*/
	#news_p {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/*記事タイトル*/
	#news_p .title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
		width: 960px;
		height: auto;
		margin: 90px auto 80px auto;
	}
	
	#news_p .title .text {
		position: relative;
		width: 500px;
		height: auto;
		margin: 20px auto 0 0;
	}
	
	#news_p .title .text h1 {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 42px;
		text-align: left;
		color: #4F3B17;
	}
	
	#news_p .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#news_p .title .text .cat font {
		display: table;
		position: relative;
		width: auto;
		height: auto;
		padding: 8px 14px 9px 14px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #F478A3;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	#news_p .title .text .cat time {
		font-size: 15px;
		font-family: "Bpmf Huninn", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: right;
		color: #9A8765;
	}
	
	#news_p .title .img {
		position: relative;
		width: 360px;
		height: 240px;
		border-radius: 40px;
		overflow: hidden;
	}
	
	#news_p .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 240px;
		object-fit: cover;
		object-position: center;
	}
	
	#news_p .title img.img01,
	#news_p .title img.img02 {
		z-index: 2;
		display: block;
		position: absolute;
	}
	
	#news_p .title img.img01 {
		top: -20px;
		left: -70px;
		width: 60px;
		height: auto;
	}
	
	#news_p .title img.img02 {
		bottom: -10px;
		right: 40px;
		width: 58px;
		height: auto;
	}
	
	/*記事内容*/
	#news_p .post {
		position: relative;
		width: 960px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#news_p .post p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #4F3B17;
	}
	
	#news_p .post div.h2_top {
		margin-top: 50px;
	}
	
	#news_p .post div.h2_bottom {
		margin-bottom: 30px;
	}
	
	#news_p .post h2 {
		display: inline;
		position: relative;
		padding-bottom: 6px;
		margin: 30px 0 30px 0;
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 50px;
		text-align: left;
		color: #4F3B17;
		border-bottom: dashed 1px #4F3B17;
	}
	
	#news_p .post h3,
	#news_p .post h4 {
		display: table;
		position: relative;
		margin: 30px 0 30px 0;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #F478A3;
	}
	
	#news_p .post img {
		display: block;
		position: relative;
		margin: 30px auto 30px 0;
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#news_p .post iframe {
		display: block;
		position: relative;
		width: 600px;
		height: 340px;
		margin: 30px auto 30px 0;
	}
	
	/*前後記事*/
	#news_p .nav {
		position: relative;
		width: 1280px;
		height: auto;
		margin: 60px auto 150px auto;
	}
	
	#news_p .nav::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		height: 100%;
		border-radius: 500px;
		background: #FCEAF2;
	}
	
	#news_p .nav .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1080px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 70px 0 70px 0;
	}
	
	#news_p .nav .con a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 460px;
		height: auto;
	}
	
	#news_p .nav .con a .img {
		position: relative;
		width: 160px;
		height: 105px;
		border-radius: 10px;
		overflow: hidden;
	}
	
	#news_p .nav .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 105px;
		object-fit: cover;
		object-position: center;
		border-radius: 0;
		transition: 0.5s;
	}
	
	#news_p .nav .con a .text {
		position: relative;
		width: 270px;
		height: auto;
	}
	
	#news_p .nav .con a .text h4 {
		position: relative;
		margin-bottom: 12px;
		font-size: 18px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 18px;
		color: #F478A3;
	}
	
	#news_p .nav .con a .text h4 img {
		position: absolute;
		top: 54%;
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: auto;
	}
	
	#news_p .nav .con a .text p {
		position: relative;
		color: #4F3B17;
	}
	
	#news_p .nav .con a .text p span {
		display: inline;
		padding-bottom: 1px;
		border-bottom: 1px solid transparent;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
		transition: border-color 0.4s ease;
	}
	
	#news_p .nav .con a:hover .text p span {
		border-bottom-color: currentColor;
	}
	
	#news_p .nav .con a.prevpost {
		flex-direction: row;
	}
	
	#news_p .nav .con a.prevpost .text h4 {
		padding-left: 30px;
		text-align: left;
	}
	
	#news_p .nav .con a.prevpost .text h4 img {
		left: 0;
	}
	
	#news_p .nav .con a.nextpost {
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		right: 0;
		flex-direction: row-reverse;
	}
	
	#news_p .nav .con a.nextpost .text h4 {
		padding-right: 30px;
		text-align: right;
	}
	
	#news_p .nav .con a.nextpost .text h4 img {
		right: 0;
	}
	
	#news_p .nav .con a:hover .img img {
		border-radius: 80px;
	}
	
	/*一覧を見るボタン*/
	#news_p .nav .btn {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 120px;
		height: auto;
		padding: 75px 0 0 0;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #F478A3;
		transition: 0.3s;
	}
	
	#news_p .nav .btn font {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 60px;
		height: 60px;
		border-radius: 100px;
		background: #fff;
		border: solid 1px #F478A3;
		box-sizing: border-box;
		transition: 0.3s;
	}
	
	#news_p .nav .btn font::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 30px;
		height: 20px;
		background-image: url(/wp-content/themes/cf_theme/images/page/page120/page120_icon.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#news_p .nav .btn:hover {
		transform: translateY(calc(-50% - 10px)) translateX(-50%);
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*全体*/
	#news_p {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/*記事タイトル*/
	#news_p .title {
		position: relative;
		width: 310px;
		height: auto;
		margin: 30px auto 45px auto;
	}
	
	#news_p .title .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#news_p .title .text h1 {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
		color: #4F3B17;
	}
	
	#news_p .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		margin: 15px auto 0 auto;
	}
	
	#news_p .title .text .cat font {
		display: table;
		position: relative;
		width: auto;
		height: auto;
		padding: 4px 8px 5px 8px;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: center;
		color: #fff;
		background: #F478A3;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	#news_p .title .text .cat time {
		font-size: 13px;
		font-family: "Bpmf Huninn", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: right;
		color: #9A8765;
	}
	
	#news_p .title .img {
		position: relative;
		width: 100%;
		height: 210px;
		border-radius: 20px;
		overflow: hidden;
	}
	
	#news_p .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 210px;
		object-fit: cover;
		object-position: center;
	}
	
	#news_p .title img.img01,
	#news_p .title img.img02 {
		z-index: 2;
		display: block;
		position: absolute;
	}
	
	#news_p .title img.img01 {
		display: none;
		top: -30px;
		left: -35px;
		width: 40px;
		height: auto;
	}
	
	#news_p .title img.img02 {
		bottom: -10px;
		right: 20px;
		width: 40px;
		height: auto;
	}
	
	/*記事内容*/
	#news_p .post {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#news_p .post p {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #4F3B17;
	}
	
	#news_p .post div.h2_top {
		margin-top: 45px;
	}
	
	#news_p .post div.h2_bottom {
		margin-bottom: 20px;
	}
	
	#news_p .post h2 {
		display: block;
		position: relative;
		padding-bottom: 4px;
		margin: 20px 0 20px 0;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 27px;
		text-align: left;
		color: #4F3B17;
		border-bottom: dashed 1px #4F3B17;
	}
	
	#news_p .post h3,
	#news_p .post h4 {
		display: table;
		position: relative;
		margin: 20px 0 20px 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #F478A3;
	}
	
	#news_p .post img {
		display: block;
		position: relative;
		margin: 20px auto 20px 0;
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#news_p .post iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 20px auto 20px 0;
	}
	
	/*前後記事*/
	#news_p .nav {
		position: relative;
		width: 100%;
		height: auto;
		margin: 45px auto 120px auto;
	}
	
	#news_p .nav::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		height: 100%;
		background: #FCEAF2;
	}
	
	#news_p .nav .con {
		position: relative;
		width: 350px;
		height: auto;
		padding: 45px 0 15px 0;
		margin: 0 auto 0 auto;
	}
	
	#news_p .nav .con a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#news_p .nav .con a .img {
		position: relative;
		width: 110px;
		height: 75px;
		border-radius: 15px;
		overflow: hidden;
	}
	
	#news_p .nav .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 75px;
		object-fit: cover;
		object-position: center;
	}
	
	#news_p .nav .con a .text {
		position: relative;
		width: 220px;
		height: auto;
	}
	
	#news_p .nav .con a .text h4 {
		position: relative;
		margin-bottom: 8px;
		font-size: 15px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		color: #F478A3;
	}
	
	#news_p .nav .con a .text h4 img {
		position: absolute;
		top: 52%;
		transform: translateY(-50%) translateX(0);
		width: 13px;
		height: auto;
	}
	
	#news_p .nav .con a .text p {
		position: relative;
		color: #4F3B17;
	}
	
	#news_p .nav .con a.prevpost {
		flex-direction: row;
	}
	
	#news_p .nav .con a.prevpost .text h4 {
		padding-left: 20px;
		text-align: left;
	}
	
	#news_p .nav .con a.prevpost .text h4 img {
		left: 0;
	}
	
	#news_p .nav .con a.nextpost .text h4 {
		padding-right: 20px;
		text-align: left;
	}
	
	#news_p .nav .con a.nextpost .text h4 img {
		right: 0;
	}
	
	#news_p .nav .con a.nextpost .text h4 img {
		left: 75px;
	}
	
	/*一覧を見るボタン*/
	#news_p .nav .btn {
		display: block;
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 90px;
		height: auto;
		padding-left: 65px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: right;
		color: #F478A3;
	}
	
	#news_p .nav .btn font {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: 50px;
		border-radius: 100px;
		background: #fff;
		border: solid 1px #F478A3;
		box-sizing: border-box;
	}
	
	#news_p .nav .btn font::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 30px;
		height: 19px;
		background-image: url(/wp-content/themes/cf_theme/images/page/page120/page120_icon.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
}

/*
ページネーション
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 20px 0 20px;
		font-size: 26px;
		font-family: "Bpmf Huninn", sans-serif;
		font-weight: 400;
		line-height: 26px;
		text-align: center;
		color: #CEC7BA;
		transition: 0.3s;
	}
	
	.pagination ul li a:hover {
		color: #F478A3;
		text-decoration: underline;
	}

	.pagination span {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 20px 0 20px;
		font-size: 26px;
		font-family: "Bpmf Huninn", sans-serif;
		font-weight: 400;
		line-height: 26px;
		text-align: center;
		color: #F478A3;
		transition: 0.2s;
	}
		
	.pagination span.current {
		color: #F478A3;
		text-decoration: underline;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 20px 0 20px;
		font-size: 25px;
		font-family: "Bpmf Huninn", sans-serif;
		font-weight: 400;
		line-height: 25px;
		text-align: center;
		color: #CEC7BA;
	}
	
	.pagination span {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 20px 0 20px;
		font-size: 25px;
		font-family: "Bpmf Huninn", sans-serif;
		font-weight: 400;
		line-height: 25px;
		text-align: center;
		color: #F478A3;
	}
		
	.pagination span.current {
		color: #F478A3;
		text-decoration: underline;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}

}