@media screen and (max-width: 640px) {
	.mod_topicpath {
		display: none;
	}
}
.cont_header.mv {
	background-image: url(/img/csr/mv.jpg);
}

@media screen and (max-width: 640px) {
	.cont_header.mv {
		background-image: url(/img/csr/mv_sp.jpg);
	}
}
.cont_header.mv:after, .cont_header.mv:before {
	width: calc(50% + 14px);
}

@media screen and (max-width: 640px) {
	.cont_header.mv:after, .cont_header.mv:before {
		width: 50%;
		min-width: 151px;
	}
}
.cont_header.mv:after {
	width: 1600px;
}

@media screen and (max-width: 640px) {
	.cont_header.mv:after {
		background-image: url(/common/img/title_deco_sp2.png);
		background-position: right center;
		right: 50%;
		background-position: right center;
		width: 204px;
	}
}
.contentWrap {
	min-width: 1024px;
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.contentWrap {
		min-width: 0;
		padding-top: 25px;
	}
}
.contentWrap:after {
	content: "";
	display: block;
	clear: both;
}

.contentWrap > .main {
	padding-bottom: 110px;
	text-align: center;
	float: left;
	max-width: 777px;
}

@media screen and (max-width: 640px) {
	.contentWrap > .main {
		padding-bottom: 30px;
		float: none;
	}
}
.contentWrap.index {
	max-width: 100%;
}

.contentWrap.index .main {
	width: 100%;
	float: none;
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	.contentWrap.index .main {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
.contentWrap > aside {
	max-width: 197px;
	float: right;
}

@media screen and (max-width: 640px) {
	.contentWrap > aside {
		float: none;
		max-width: 100%;
	}
}
.intro {
	padding-bottom: 70px;
}

@media screen and (max-width: 640px) {
	.intro {
		padding-bottom: 40px;
	}
}
.intro .tit {
	font-size: 2.8rem;
	letter-spacing: 0.12em;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
	.intro .tit {
		font-size: 1.6rem;
		line-height: 1.32;
		margin-bottom: 15px;
	}
}
.intro .read {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.intro .read {
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.78;
	}
}
.in {
	position: relative;
	z-index: 0;
}

.in:before {
	z-index: -1;
	content: "";
	position: absolute;
	display: block;
	background-color: #F0F0F0;
	top: 160px;
	bottom: 0;
	left: -50vw;
	right: -50vw;
}

.detail_box {
	margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
	.detail_box {
		margin-bottom: 25px;
	}
}
.detail_box .ph.main {
	position: relative;
	max-width: 1024px;
	width: 100%;
	height: 520px;
	margin: 0 auto;
	-webkit-transition: opacity 1.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 1.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}

.detail_box .ph.main.active {
	opacity: 1;
}

@media screen and (max-width: 640px) {
	.detail_box .ph.main {
		width: 130%;
		height: 210px;
		margin-left: -15%;
		margin-right: -15%;
	}
	.wateraid .detail_box .ph.main {
		position: relative;
	}
}
.detail_box .tit_box {
	text-align: left;
	position: absolute;
	left: 50%;
	margin-left: -553px;
	margin-top: -50px;
	width: 510px;
	height: 234px;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-gradient(linear, right top, left top, from(#009d95), to(#0da867));
	background-image: linear-gradient(to left, #009d95 0%, #0da867 100%);
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	-webkit-transition: opacity 0.8s cubic-bezier(0, 0.18, 0.355, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1);
	transition: opacity 0.8s cubic-bezier(0, 0.18, 0.355, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1);
	transition: clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1), opacity 0.8s cubic-bezier(0, 0.18, 0.355, 1);
	transition: clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1), opacity 0.8s cubic-bezier(0, 0.18, 0.355, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1);
}

.ie .detail_box .tit_box {
	opacity: 0;
}

.detail_box .tit_box.active {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}

.ie .detail_box .tit_box.active {
	opacity: 1;
}

@media screen and (max-width: 640px) {
	.detail_box .tit_box {
		position: relative;
		left: 0;
		margin-left: 0;
		margin-top: -20px;
		width: 230px;
		height: 177px;
		padding: 18px;
		padding-right: 0;
	}
}
.detail_box .tit_box .tit {
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 1;
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.detail_box .tit_box .tit {
		font-size: 1.4rem;
		letter-spacing: 0.15;
		line-height: 1.71;
	}
}
.detail_box .tit_box .cap {
	margin-top: 25px;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.15em;
	line-height: 1.9;
	font-weight: 700;
	margin-right: -20px;
}

@media screen and (max-width: 640px) {
	.detail_box .tit_box .cap {
		font-size: 1.2rem;
		margin-top: 0.5em;
	}
}
.detail_box .txt_box {
	position: relative;
	left: 50%;
	margin-left: -43px;
	background-color: #fff;
	width: 595px;
	min-height: 264px;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	-webkit-transition: opacity 0.8s cubic-bezier(0, 0.18, 0.355, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1);
	transition: opacity 0.8s cubic-bezier(0, 0.18, 0.355, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1);
	transition: clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1), opacity 0.8s cubic-bezier(0, 0.18, 0.355, 1);
	transition: clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1), opacity 0.8s cubic-bezier(0, 0.18, 0.355, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.18, 0.355, 1);
}
.ie .detail_box .txt_box {
	opacity: 0;
}

.detail_box .txt_box.active {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}

.ie .detail_box .txt_box.active {
	opacity: 1;
}

@media screen and (max-width: 640px) {
	.detail_box .txt_box {
		position: relative;
		left: 0;
		margin-left: 0;
		margin-bottom: 0px;
		width: 100%;
		min-height: auto;
		padding: 18px;
	}
}
.detail_box .txt_box .txt {
	text-align: left;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.78;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 640px) {
	.detail_box .txt_box .txt {
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.58;
	}
}
.desc_box {
	max-width: 1024px;
	width: 100%;
	min-height: 340px;
	margin: 0 auto;
	padding: 50px 80px;
	border-top: 1px solid #D4D4D4;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wateraid .desc_box {
	padding-bottom: 0;
}
@media screen and (max-width: 640px) {
	.desc_box {
		min-height: 0;
		padding: 25px 0 40px;
	}
	.wateraid .desc_box {
		padding-bottom: 80px;
	}
}
.photo_credit {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.78;
	padding-top: 3px;
}
.detail_box .photo_credit {
		max-width: 1024px;
		width: 100%;
		margin: 0 auto 15px auto;
		text-align: right;
}
.desc_box .photo_credit {
		position: absolute;
		bottom: -22px;
		right: 0px;
}
@media screen and (max-width: 640px) {
	.photo_credit {
		font-size: 1.1rem;
	}
	.desc_box .photo_credit {
		position: static;
		text-align: right;
	}
	.detail_box .photo_credit {
		position: absolute;
		margin: 0 calc(48% - 50vw);
		width: 100vw;
		line-height: 1.3;
	}
}
.desc_box > dt {
	font-size: 2rem;
	letter-spacing: 0.11em;
	line-height: 1.75;
	font-weight: 700;
	text-align: left;
	max-width: 465px;
}

@media screen and (max-width: 640px) {
	.desc_box > dt {
		font-size: 1.5rem;
		max-width: 100%;
	}
}
.desc_box > dd {
	max-width: 425px;
	margin-top: 20px;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.desc_box > dd {
		margin-top: 0.5em;
		max-width: 100%;
	}
}
.desc_box > dd .txt {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.78;
	margin-top: 0.5em;
}

@media screen and (max-width: 640px) {
	.desc_box > dd .txt {
		font-size: 1.1rem;
		font-weight: 500;
		line-height: 1.59;
	}
}
.desc_box > dd .link {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.78;
	color: #05A57F;
}

@media screen and (max-width: 640px) {
	.desc_box > dd .link {
		font-size: 1.1rem;
	}
}
.no-touchevents .desc_box > dd .link:hover {
	text-decoration: underline;
}

.desc_box > dd figure {
	position: absolute;
	top: 50px;
	margin-left: 484px;
	max-width: 377px;
	width: 100%;
	height: 240px;
}

@media screen and (max-width: 640px) {
	.desc_box > dd figure {
		position: static;
		margin-left: 0;
		margin-top: 25px;
		max-width: 100%;
		height: 0;
		padding-top: 63.6%;
	}
}
.list_box {
	padding-top: 80px;
	padding-bottom: 0;
	max-width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.list_box {
		padding-top: 40px;
	}
}
.list_box > .tit {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-bottom: 20px;
	color: #05A57F;
}

@media screen and (max-width: 640px) {
	.list_box > .tit {
		font-size: 1.6rem;
		margin-bottom: 0px;
	}
}
.list_box .list_detail {
	position: relative;
	padding: 50px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail {
		padding: 40px 0;
	}
}
.list_box .list_detail:after {
	content: "";
	display: block;
	clear: both;
}

.list_box .list_detail .wrapLink {
	position: absolute;
	z-index: 1;
	top: 50px;
	bottom: 50px;
	left: 0;
	right: 0;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .wrapLink {
		display: none;
	}
}
.no-touchevents .list_box .list_detail .wrapLink:hover ~ .ph {
	opacity: 0.7;
}

.no-touchevents .list_box .list_detail .wrapLink:hover ~ .txt_box .title span {
	border-color: #313131;
}

.list_box .list_detail .ph {
	float: left;
	max-width: 330px;
	width: 100%;
	height: 210px;
	margin-right: 50px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .ph {
		float: none;
		max-width: 100%;
		height: 0;
		padding-top: 63.4%;
	}
}
.list_box .list_detail .txt_box {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .txt_box {
		text-align: center;
		margin-top: 15px;
	}
}
.list_box .list_detail .date {
	display: block;
	color: #646464;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .date {
		text-align: right;
		font-size: 1.2rem;
		font-weight: 700;
		letter-spacing: 0;
		margin-bottom: 1em;
	}
}
.list_box .list_detail .title {
	display: block;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.75;
	margin-bottom: 10px;
}

.list_box .list_detail .title span {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 1px solid rgba(49, 49, 49, 0);
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .title {
		margin-top: 3px;
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
}
.list_box .list_detail .txt {
	text-align: left;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.78;
	margin-bottom: 1em;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .txt {
		font-size: 1.1rem;
		line-height: 1.59;
	}
}
.list_box .list_detail .mod_btn01 {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 640px) {
	.list_box .list_detail .mod_btn01 {
		min-width: 137px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.pagerWrap {
	padding: 25px 0;
}

@media screen and (max-width: 640px) {
	.pagerWrap {
		padding: 10px 0;
	}
}
.pagerWrap .pager {
	position: relative;
	width: 280px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.pagerWrap .pager {
		width: 200px;
	}
}
.pagerWrap .pager:after {
	content: "";
	display: block;
	clear: both;
}

.pagerWrap .pager a {
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin: 0 0.1em;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media screen and (max-width: 640px) {
	.pagerWrap .pager a {
		font-size: 1.2rem;
		line-height: 2;
	}
}
.no-touchevents .pagerWrap .pager a:hover {
	opacity: 0.5;
}

.pagerWrap .pager a.tp_arr i {
	width: 26px;
	height: 26px;
	border: none;
	margin: 0 6px;
}

.pagerWrap .pager a.tp_arr i:after {
	width: 6px;
	height: 6px;
	margin-left: 13px;
}

.pagerWrap .pager a.tp_arr i:before {
	width: 20px;
}

.pagerWrap .pager a.tp_arr:hover i:before {
	width: 20px;
}

.pagerWrap .pager span {
	display: inline-block;
}

.pagerWrap .pager span.active {
	color: #05A57F;
}

.pagerWrap .pager .prev {
	position: absolute;
	left: 0;
	top: -1px;
}

.pagerWrap .pager .prev a {
	margin: 0 25px;
}

.pagerWrap .pager .next {
	position: absolute;
	right: 0;
	top: -1px;
}

.pagerWrap .pager .next a {
	margin: 0 25px;
}

.newsDetail {
	position: relative;
	width: 777px;
	text-align: left;
	padding-bottom: 60px;
	border-bottom: 2px solid #05a57f;
}

@media screen and (max-width: 640px) {
	.newsDetail {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
.newsDetail .category {
	border-bottom: 2px solid #05a57f;
	margin-top: 0;
	height: 35px;
}

@media screen and (max-width: 640px) {
	.newsDetail .category {
		height: auto;
	}
}
.newsDetail .category > a {
	display: inline-block;
	min-width: 172px;
	height: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	border-radius: 5px 5px 0 0;
	background-color: #05a57f;
	letter-spacing: 0;
	font-size: 0;
}

@media screen and (max-width: 640px) {
	.newsDetail .category > a {
		min-width: 128px;
		height: 26px;
		padding-right: 10px;
	}
}
.newsDetail .category > a.site {
	padding-left: 15px;
}

@media screen and (max-width: 640px) {
	.newsDetail .category > a.site {
		padding-left: 10px;
	}
}
.newsDetail .category > a.site span {
	top: 10px;
}

.newsDetail .category .ico {
	position: relative;
	top: 3px;
	width: 60px;
	height: 30px;
	fill: #fff;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.newsDetail .category .ico {
		width: 38px;
		height: 20px;
	}
}
.newsDetail .category span {
	position: relative;
	top: 6px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	color: #fff;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.newsDetail .category span {
		font-size: 1.1rem;
		letter-spacing: 0.05em;
	}
}
.newsDetail .status_box {
	text-align: right;
	padding: 30px 0;
	font-size: 0;
	letter-spacing: 0;
	line-height: 1;
}

@media screen and (max-width: 640px) {
	.newsDetail .status_box {
		padding: 10px 0 30px;
	}
}
.newsDetail .status_box .date {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #05a57f;
	margin-right: 5px;
}

@media screen and (max-width: 640px) {
	.newsDetail .status_box .date {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}
.newsDetail .status_box .label {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 72px;
	height: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 10px;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-align: center;
	border: 1px solid;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.newsDetail .status_box .label {
		font-size: 0.9rem;
		letter-spacing: 0;
		width: 48px;
		height: 14px;
	}
}
.newsDetail .status_box .label.news {
	border-color: #b89513;
	color: #b89513;
}

.newsDetail .status_box .label.topics {
	border-color: #ff598b;
	color: #ff598b;
}

.newsDetail .title {
	font-size: 2.5rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: #05a57f;
	margin-bottom: 30px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.newsDetail .title {
		font-size: 1.5rem;
	}
}
.newsDetail h2, .newsDetail h3 {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	padding-left: 14px;
	position: relative;
	margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
	.newsDetail h2, .newsDetail h3 {
		font-size: 1.1rem;
		padding-left: 10px;
		margin-bottom: 20px;
	}
}
.newsDetail h2:before, .newsDetail h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	top: 3px;
	bottom: 3px;
	left: 0;
	background-color: #05a57f;
}

@media screen and (max-width: 640px) {
	.newsDetail h2:before, .newsDetail h3:before {
		top: 1px;
		bottom: 1px;
	}
}
.newsDetail p {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.78;
	margin-top: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 640px) {
	.newsDetail p {
		font-size: 1.1rem;
		line-height: 1.6;
		margin-top: 1.5em;
	}
}
.newsDetail a {
	color: #05a57f;
	text-decoration: underline;
}

.no-touchevents .newsDetail a:hover {
	text-decoration: none;
}

.newsDetail img {
	width: 100%;
	height: auto;
	border: 1px solid #e9e9e9;
}

.newsDetail .entry_content_block:after {
	content: "";
	display: block;
	clear: both;
}

.newsDetail .entry_content_block .img_place_left {
	width: 373px;
	float: left;
	margin-right: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block .img_place_left {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: 1.5em;
	}
}
.newsDetail .entry_content_block .img_place_left + p {
	margin-top: 1.5em;
}

.newsDetail .entry_content_block .img_place_right {
	width: 373px;
	float: right;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block .img_place_right {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 1.5em;
	}
}
.newsDetail .entry_content_block .img_place_right + p {
	margin-top: 1.5em;
}

.newsDetail .entry_content_block.img_place_3columns, .newsDetail .entry_content_block.img_place_4columns {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	margin-top: 40px;
}

.newsDetail .entry_content_block.img_place_3columns li, .newsDetail .entry_content_block.img_place_4columns li {
	display: inline-block;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns li, .newsDetail .entry_content_block.img_place_4columns li {
		display: block;
	}
}
.newsDetail .entry_content_block.img_place_3columns figure, .newsDetail .entry_content_block.img_place_4columns figure {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns figure, .newsDetail .entry_content_block.img_place_4columns figure {
		text-align: center;
	}
}
.newsDetail .entry_content_block.img_place_3columns figure span, .newsDetail .entry_content_block.img_place_4columns figure span {
	display: block;
	margin-bottom: 5px;
}

.newsDetail .entry_content_block.img_place_3columns figure figcaption, .newsDetail .entry_content_block.img_place_4columns figure figcaption {
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns figure figcaption, .newsDetail .entry_content_block.img_place_4columns figure figcaption {
		font-size: 1.1rem;
	}
}
.newsDetail .entry_content_block.img_place_3columns li + li {
	margin-left: 24px;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns li + li {
		margin-left: 0;
		margin-top: 15px;
	}
}
.newsDetail .entry_content_block.img_place_3columns figure {
	width: 243px;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_3columns figure {
		width: 100%;
	}
}
.newsDetail .entry_content_block.img_place_4columns li + li {
	margin-left: 27px;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_4columns li + li {
		margin-left: 0;
		margin-top: 15px;
	}
}
.newsDetail .entry_content_block.img_place_4columns figure {
	width: 174px;
}

@media screen and (max-width: 640px) {
	.newsDetail .entry_content_block.img_place_4columns figure {
		width: 100%;
	}
}
.sideNav {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.sideNav {
		width: calc(100% - 40px);
		margin: 0 auto;
		padding-bottom: 40px;
	}
}
.sideNav .catWrap {
	margin-top: 12px;
}

.sideNav .catWrap + .catWrap {
	margin-top: 45px;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap + .catWrap {
		margin-top: 20px;
	}
}
.sideNav .catWrap .catTit {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	color: #05a57f;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #05a57f;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap .catTit {
		font-size: 1.8rem;
		padding-bottom: 0;
	}
}
.sideNav .catWrap .catTit span {
	position: absolute;
	right: 0;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap .catTit span {
		top: 3px;
	}
}
.sideNav .catWrap .catList > li {
	border-bottom: 1px solid #e9e9e9;
	position: relative;
}

.sideNav .catWrap .catList a {
	display: block;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.03em;
	padding: 10px 0 10px 45px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap .catList a {
		font-size: 1.1rem;
		letter-spacing: 0;
		padding: 10px 0 8px 30px;
	}
}
.sideNav .catWrap .catList a:after, .sideNav .catWrap .catList a:before {
	content: "";
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width: 640px) {
	.sideNav .catWrap .catList a:after, .sideNav .catWrap .catList a:before {
		left: 10px;
	}
}
.sideNav .catWrap .catList a:before {
	width: 10px;
	height: 2px;
	background-color: #009d95;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.sideNav .catWrap .catList a:after {
	border-top: 2px solid #009d95;
	border-right: 2px solid #009d95;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	margin-left: 2px;
}

.no-touchevents .sideNav .catWrap .catList a:hover {
	opacity: 0.5;
}

.no-touchevents .sideNav .catWrap .catList a:hover:before {
	width: 12px;
}

.no-touchevents .sideNav .catWrap .catList a:hover:after {
	-webkit-transform: translate(3px, 0) rotate(45deg);
	transform: translate(3px, 0) rotate(45deg);
}

.tabMenu > li a {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.85;
}

@media screen and (max-width: 640px) {
	.tabMenu > li a {
		font-size: 1rem;
		letter-spacing: 0;
		line-height: 1.4;
	}
}
.tabMenu > li.all {
	width: 140px;
}

@media screen and (max-width: 640px) {
	.tabMenu > li.all {
		width: 80px;
	}
}
.tabMenu > li.lens {
	width: 160px;
}

@media screen and (max-width: 640px) {
	.tabMenu > li.lens {
		width: 30%;
	}
}
.tabMenu > li.health {
	width: 220px;
}

@media screen and (max-width: 640px) {
	.tabMenu > li.health {
		width: 38%;
	}
}
.tabMenu > li.spa {
	width: 160px;
}

@media screen and (max-width: 640px) {
	.tabMenu > li.spa {
		width: 30%;
	}
}
.tabMenu > li.site {
	width: 140px;
}

@media screen and (max-width: 640px) {
	.tabMenu > li.site {
		width: 80px;
	}
}
.wp-pagenavi {
	margin-top: 40px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.wp-pagenavi {
		margin-top: 20px;
	}
}
.wp-pagenavi > * {
	line-height: 1;
	margin: 0 5px 5px;
}

@media screen and (max-width: 640px) {
	.wp-pagenavi > * {
		margin: 0 2px 5px;
	}
}
.wp-pagenavi .current, .wp-pagenavi a {
	display: inline-block;
	width: 34px;
	line-height: 30px;
	background-color: #fff;
	border: 2px solid #009d95;
	border-radius: 100%;
	color: #009d95;
	font-size: 1.3rem;
	text-decoration: none;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}

@media screen and (max-width: 640px) {
	.wp-pagenavi .current, .wp-pagenavi a {
		width: 30px;
		line-height: 26px;
	}
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
	color: #fff;
	background-color: #009d95;
}

/* jpiha PC */
@media screen and (min-width: 641px) {
	#jpiha .detail_box .photo_wrap {
		width: 1024px;
		margin: 0 auto 35px;
		background: #ffffff;
	}
	#jpiha .detail_box .ph_base {
		position: relative;
		width: 640px;
		margin: 0 auto;
	}
	#jpiha .detail_box .photo_wrap .ph_base .ph.main {
		width: 640px;
		height: 427px;
	}
	#jpiha .detail_box .ph_base .photo_credit {
		position: absolute;
		right: 0;
	}
}

/* jpiha SP */
@media screen and (max-width: 640px) {
	#jpiha .detail_box .photo_wrap .ph.main {
		width: 100vw;
		height: auto;
		aspect-ratio: 640 / 427;
		margin-left: -20px;
		margin-right: 0;
		background-size: contain;
	}
	#jpiha .detail_box .ph_base .photo_credit {
    display: block;
  }
}
