@charset "utf-8";

img {
	max-width: 100%;
}
.wow {
   visibility: hidden;
}
.fix-contact {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: 0;
	z-index: 10;
}

.page-header {
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 45px;
}
.page-header.reform-plan {
	padding-top: 580px;
}
.page-header.reform-plan .kv {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-header.reform-plan .kv img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.page-header.reform-plan .kv img.pc {
	display: block;
}
.page-header.reform-plan .kv img.sp {
	display: none;
}
.page-header .rp-nav ul {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	line-height: 1;
}
.page-header .rp-nav li {
	font-size: 13px;
	line-height: 1;
}
.page-header .rp-nav li a {
	display: block;
	padding: 1.25em 1.5em;
	color: #141414;
	font-weight: bold;
}
.page-header .rp-nav li.active a,
.page-header .rp-nav li a:hover {
	color: #89ba4d;
}
.page-header.reform-plan .rp-nav li a,
.page-header.reform-plan .rp-nav li.active a,
.page-header.reform-plan .rp-nav li a:hover {
	color: #fff;
}
.page-header.reform-plan .rp-nav li a:hover {
	color: #89ba4d;
}
.page-header.reform-plan .title-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	background-color: rgba(255,255,255,.88);
	max-width: 460px;
	width: 80%;
	padding: 40px 30px 30px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.page-header.reform-plan .title-wrap h1 img {
	width: 78%;
}
.page-header.reform-plan .title-wrap h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.67;
	letter-spacing: .05em;
	text-indent: .05em;
	margin-top: 2em;
}
.page-header.reform-plan .title-wrap h2 .sp {
	display: none;
}

.page-header .main-title {
	margin: 40px auto;
	width: 360px;
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
	padding: 25px 0;
}
.page-header .main-title img {
	width: 257px;
}
.page-header .page-title {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #89ba4d;
}


.contents-header {
	text-align: center;
}
.contents-header h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: #89ba4d;
}
.contents-header h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
	text-indent: .05em;
	line-height: 1.6;
}
.contents-header p {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .05em;
	text-indent: .05em;
	line-height: 1.6;
	margin-bottom: 1.2em;
}
.contents-header h1 + p,
.contents-header h1 + h2 {
	margin-top: 1.6em;
}
.contents-header p:last-child {
	margin-bottom: 0;
}
.contents-header .sp {
	display: none;
}
.main-contents .pc {
	display: block;
}
.main-contents .sp {
	display: none;
}


@media only screen and (max-width: 640px) {
	.fix-contact {
		display: none;
	}
	.page-header .main-title {
		width: 260px;
		margin: 30px auto;
	}
	.page-header .main-title img {
		width: 186px;
	}
	.page-header.reform-plan {
		padding-top: 81.25%;
	}
	.page-header.reform-plan .kv {
		padding-top: 81.25%;
		height: auto;
	}
	.page-header.reform-plan .kv img.pc {
		display: none;
	}
	.page-header.reform-plan .kv img.sp {
		display: block;
	}
	.page-header.reform-plan .title-wrap {
		position: static;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		width: 100%;
		max-width: 100%;
		padding: 40px 20px 0;
	}
	.page-header.reform-plan .title-wrap h1 img {
		width: 224px;
	}
	.page-header.reform-plan .title-wrap h2 {
		font-size: 11px;
		line-height: 1.6;
	}
	.page-header.reform-plan .title-wrap h2 .sp {
		display: block;
	}
	.contents-header {
		width: 90%;
		margin: auto;
	}
	.contents-header h2 {
		font-size: 12px;
	}
	.contents-header p {
		font-size: 12px;
		line-height: 1.6;
		text-align: left;
	}
	.contents-header .sp {
		display: block;
	}
	.main-contents .pc {
		display: none;
	}
	.main-contents .sp {
		display: block;
	}
	.page-header .rp-nav li {
		font-size: 11.5px;
	}
}



/* -----------------------------------
	REFORM PLAN - COMMON
----------------------------------- */

#content .main-contents .voice-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

#content .main-contents .voice-list li {
	width: 30%;
	margin-right: 5%;
	padding-bottom: 50px;
	position: relative;
}
#content .main-contents .voice-list li:nth-child(3n) {
	margin-right: 0;
}
#content .main-contents .voice-list li .btn-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
#content .main-contents .voice-list li .btn-detail a {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: .05em;
	text-indent: .05em;
	color: #89ba4d;
	border: 1px solid #89ba4d;
	border-radius: 1.25em;
	width: 100%;
	max-width: 120px;
	margin: auto;
}
#content .main-contents .voice-list li .btn-detail a:hover {
	background-color: #89ba4d;
	color: #fff;
}
#content .main-contents .voice-list li .thumb {
	width: 100%;
}
#content .main-contents .voice-list li .thumb a {
	display: block;
	width: 100%;
	padding-top: 66%;
	position: relative;
}
#content .main-contents .voice-list li .thumb a:hover {
	opacity: .5;
}
#content .main-contents .voice-list li .thumb a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
#content .main-contents .voice-list li .title h4 {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: .2em;
	margin-top: 1em;
}
#content .main-contents .voice-list li .title p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.67;
}
#content .main-contents .voice-list li .detail {
	font-size: 12px;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #9c9c9c;
}
#content .main-contents .voice-list li .detail p {
	line-height: 1.67;
}
#content .main-contents .btn-voice {
	width: 100%;
	padding-top: 50px;
}
#content .main-contents .btn-voice a {
	display: block;
	width: 100%;
	max-width: 200px;
	font-size: 14px;
	line-height: 1.7;
	padding: .36em;
	text-align: center;
	color: #89ba4d;
	border: 1px solid #89ba4d;
	margin: auto;
}
#content .main-contents .btn-voice a:hover {
	background-color: #89ba4d;
	color: #fff;
}


#content .main-contents .works-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

#content .main-contents .works-list li {
	width: 30%;
	margin-right: 5%;
	padding-bottom: 45px;
	position: relative;
	margin-bottom: 50px;
}
#content .main-contents .works-list li:nth-child(3n) {
	margin-right: 0;
}
#content .main-contents .works-list li .btn-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
#content .main-contents .works-list li .btn-detail a {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: .05em;
	text-indent: .05em;
	color: #89ba4d;
	border: 1px solid #89ba4d;
	border-radius: 1.25em;
	width: 100%;
	max-width: 120px;
	margin: auto;
}
#content .main-contents .works-list li .btn-detail a:hover {
	background-color: #89ba4d;
	color: #fff;
}
#content .main-contents .works-list li .thumb {
	width: 100%;
}
#content .main-contents .works-list li .thumb a {
	display: block;
	width: 100%;
	padding-top: 66%;
	position: relative;
}
#content .main-contents .works-list li .thumb a:hover {
	opacity: .5;
}
#content .main-contents .works-list li .thumb a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
#content .main-contents .works-list li h4 {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: .2em;
	margin-top: 1em;
}



@media only screen and (max-width: 640px) {
	#content .main-contents .voice-list li {
		margin-right: 0;
		width: 100%;
		padding: 0 20px 50px;
		margin-bottom: 40px;
	}
	#content .main-contents .voice-list li:last-child {
		margin-bottom: 0;
	}
	#content .main-contents .works-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	#content .main-contents .works-list li:nth-child(3n) {
		margin-right: 4%;
	}
	#content .main-contents .works-list li:nth-child(2n) {
		margin-right: 0;
	}
	#content .main-contents .works-list li h4 {
		font-size: 12px;
		margin-top: .75em;
		line-height: 1.3;
	}
}

/* -----------------------------------
	PAGE - REFORM PLAN
----------------------------------- */

#content.page-reform-plan {
	padding-top: 50px;
	padding-bottom: 100px;
}
#content.page-reform-plan .main-contents h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #89ba4d;
	margin-bottom: 50px;
}
#content.page-reform-plan .main-contents ul + h2 {
	margin-top: 100px;
}

.page-reform-plan .main-contents .nav-feature {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.page-reform-plan .main-contents .nav-feature li {
	width: 30%;
	margin-right: 5%;
	padding-bottom: 50px;
	position: relative;
}
.page-reform-plan .main-contents .nav-feature li:nth-child(3n) {
	margin-right: 0;
}
.page-reform-plan .main-contents .nav-feature li .btn-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.page-reform-plan .main-contents .nav-feature li .btn-detail a {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: .05em;
	text-indent: .05em;
	color: #89ba4d;
	border: 1px solid #89ba4d;
	border-radius: 1.25em;
	width: 100%;
	max-width: 120px;
	margin: auto;
}
.page-reform-plan .main-contents .nav-feature li .btn-detail a:hover {
	background-color: #89ba4d;
	color: #fff;
}

.page-reform-plan .main-contents .nav-feature li .number {
	text-align: center;
	margin-bottom: 20px;
}
.page-reform-plan .main-contents .nav-feature li .number img {
	width: 46px;
}
#content.page-reform-plan .main-contents .nav-feature li h3 {
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
#content.page-reform-plan .main-contents .nav-feature li p {
	font-size: 12px;
	line-height: 2;
}

@media only screen and (max-width: 640px) {
	#content.page-reform-plan {
		padding-top: 80px;
	}
	#content.page-reform-plan .main-contents h2 {
		margin-bottom: 30px;
	}
	.page-reform-plan .main-contents .nav-feature li {
		margin-right: 0;
		width: 100%;
		padding: 0 20px 50px;
		margin-bottom: 40px;
	}
	.page-reform-plan .main-contents .nav-feature li:last-child {
		margin-bottom: 0;
	}
	#content.page-reform-plan .main-contents ul + h2 {
		margin-top: 80px;
	}
}

/* -----------------------------------
	PAGE - FEATURE
----------------------------------- */

#content.page-feature {
	padding-top: 0;
}
#content.page-feature .feature-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

#content.page-feature .heading-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 40px;
}
#content.page-feature .heading-wrap .number {
	width: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#content.page-feature .heading-wrap .number img {
	width: 100%;
}

#content.page-feature .heading-wrap .heading2 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 20px;
}
#content.page-feature .heading-wrap .heading2 h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
}
#content.page-feature .feature-wrap h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.8;
	border-bottom: 4px double #89ba4d;
	padding-bottom: .2em;
	margin-bottom: 1em;
}
#content.page-feature .feature-wrap h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.8;
	border-bottom: 4px double #8c8c8c;
	padding-bottom: .2em;
	margin-bottom: 1em;
}
#content.page-feature .feature-wrap * + h3,
#content.page-feature .feature-wrap * + h4 {
	margin-top: 2em;
}
#content.page-feature .feature-wrap p {
	font-size: 13px;
	letter-spacing: .05em;
	line-height: 1.8;
	margin-bottom: 1.8em;
}
#content.page-feature .green-number {
}
#content.page-feature .green-number li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
}
#content.page-feature .green-number .num {
	width: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#content.page-feature .green-number .num span {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 30px;
	line-height: 30px;
	background-color: #89ba4d;
	text-align: center;
	border-radius: 50%;
	font-family: 'Montserrat';
}

#content.page-feature .green-number .txt {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-left: 15px;
}
#content.page-feature .green-number .txt span {
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: .05em;
}
#content.page-feature .img-r {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#content.page-feature .img-r .txt {
	width: 48%;
	padding-right: 4%;
}
#content.page-feature .img-r .img {
	width: 52%;
}
#content.page-feature .img-r .img img {
	width: 100%;
}
#content.page-feature .column-2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#content.page-feature .column-2 > div {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
#content.page-feature .column-2 > div:nth-child(even) {
	margin-right: 0;
}
#content.page-feature figure img {
	width: 100%;
}
#content.page-feature figure figcaption {
	font-size: 12px;
	text-align: center;
	text-indent: .05em;
	letter-spacing: .05em;
	line-height: 1.8;
	margin-top: 1em;
}

@media only screen and (max-width: 640px) {
	#content.page-feature .heading-wrap .number {
		width: 60px;
	}
	#content.page-feature .heading-wrap .heading2 {
		padding-left: 10px;
	}
	#content.page-feature .heading-wrap .heading2 h2 {
		font-size: 16px;
		line-height: 1.4;
	}
	#content.page-feature .feature-wrap h3 {
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
		padding-bottom: .5em;
		margin-bottom: 1.5em;
	}
	#content.page-feature .feature-wrap p {
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 1.6em;
	}
	#content.page-feature .img-r {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#content.page-feature .img-r .txt {
		width: 100%;
		padding-right: 0;
	}
	#content.page-feature .img-r .img {
		width: 100%;
		margin-bottom: 40px;
	}
	#content.page-feature .column-2 {
		margin-bottom: 20px;
	}
	#content.page-feature .column-2 > div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
}



/* -----------------------------------
	CATEGORY - VOICE
----------------------------------- */

#content.category-voice {
	padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
}

/* -----------------------------------
	CATEGORY - WORKS
----------------------------------- */

#content.category-works {
	padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
}


/* -----------------------------------
	SINGLE - COMMON
----------------------------------- */
#content img {
	height: auto;
}
#content .prevnext {
	padding-top: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#content .prevnext .prev {
	width: 50%;
	border-right: 1px solid #cfcfd3;
}
#content .prevnext .next {
	width: 50%;
}
#content .prevnext > div > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 12% 0 16%;
}
#content .prevnext > div > a:hover {
	opacity: .5;
}
#content .prevnext > div > a:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	z-index: 1;
}
#content .prevnext .prev a:after {
	border-top: 1px solid #787878;
	border-left: 1px solid #787878;
	left: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#content .prevnext .next a:after {
	border-top: 1px solid #787878;
	border-right: 1px solid #787878;
	right: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content .prevnext > div > a .thumb {
	max-width: 120px;
	width: 100%;
}
#content .prevnext > div > a .thumb .thumb-wrap {
	width: 100%;
	padding-top: 66.67%;
	position: relative;
}
#content .prevnext > div > a .thumb .thumb-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#content .prevnext > div > a .info {
	width: 100%;
}
#content .prevnext > div > a .info h3 {
	font-size: 13px;
	letter-spacing: .05em;
	line-height: 1.8;
	margin-top: 1em;
}
#content .prevnext > div > a .info p {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.8;
}



@media only screen and (max-width: 640px) {
	#content .prevnext {
		padding-top: 60px;
	}
	#content .prevnext > div > a {
		padding: 0 20px;
	}
	#content .prevnext > div > a:after {
		width: 12px;
		height: 12px;
		margin-top: -6px;
	}
	#content .prevnext .prev a:after {
		left: 5px;
	}
	#content .prevnext .next a:after {
		right: 5px;
	}
	#content .prevnext > div > a .thumb {
		max-width: 100%;
	}
	#content .prevnext > div > a .info h3 {
		text-align: left;
		margin-top: .5em;
		font-size: 11px;
	}
	#content .prevnext > div > a .info p {
		font-size: 11px;
	}
}






/* -----------------------------------
	SINGLE - VOICE
----------------------------------- */

#content.single-voice {
	padding-bottom: 100px;
}
#content.single-voice .main-contents-header {
	padding-bottom: 50px;
}
#content.single-voice .main-contents-header h2 {
	color: #89ba4d;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.8;
	border-bottom: 4px double #89ba4d;
	padding-bottom: .2em;
	margin-bottom: 1em;
}
#content.single-voice .main-contents-header h1 {
	font-size: 20px;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: .25em;
}
#content.single-voice .main-contents-header p {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.8;
	margin-bottom: 0;
}

#content.single-voice .main-contents p {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: .05em;
	margin-bottom: 1.8em;
}
#content.single-voice .main-contents h4 {
	color: #89ba4d;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: .05em;
	margin-bottom: 1.8em;
}
#content.single-voice .main-contents h4:before {
	content: '—';
	display: inline-block;
	margin-right: .5em;
}
#content.single-voice .main-contents img.aligncenter {
	display: block;
	margin: auto;
}



@media only screen and (max-width: 640px) {
	#content.single-voice .main-contents-header {
		padding-bottom: 30px;
	}
	#content.single-voice .main-contents-header h2 {
		font-size: 14px;
	}
	#content.single-voice .main-contents-header h1 {
		font-size: 16px;
		line-height: 1.4;
	}
	#content.single-voice .main-contents-header p {
		font-size: 12px;
	}
}




/* -----------------------------------
	SINGLE - WORKS
----------------------------------- */

#content.single-works {
	padding-bottom: 100px;
}
#content.single-works .main-contents-header {
	padding-bottom: 50px;
}
#content.single-works .main-contents-header h1 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 1.8;
	border-bottom: 4px double #89ba4d;
	padding-bottom: .2em;
	margin-bottom: 1em;
}
#content.single-works .slideWorks-nav {
	margin-bottom: 50px;
}
#content.single-works .slideWorks-nav .slick-slide {
	padding: 0 5px;
}
#content.single-works .worksDetail {
	max-width: 672px;
	width: 100%;
	margin: auto;
}
#content.single-works .worksTable {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	border-right: 1px solid #cfcfd3;
	border-bottom: 1px solid #cfcfd3;
	margin-bottom: 50px;
}
#content.single-works .worksTable li {
	width: 50%;
	border-top: 1px solid #cfcfd3;
	border-left: 1px solid #cfcfd3;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: .05em;
	text-indent: .05em;
	padding: .75em 1em;
}
#content.single-works .worksText {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: .05em;
	margin-bottom: 50px;
}
#content.single-works .worksImg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#content.single-works .worksImg ul {
	width: 47%;
	margin-bottom: 6%;
}
#content.single-works .worksImg ul span {
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 1em;
	line-height: 1.8;
	letter-spacing: .05em;
	text-indent: .05em;
}

@media only screen and (max-width: 640px) {
	#content.single-works .main-contents-header h1 {
		font-size: 14px;
	}
	#content.single-works .main-contents-header {
		padding-top: 0;
		padding-bottom: 30px;
	}
	#content.single-works .slideWorks {
		margin-bottom: 15px;
	}
	#content.single-works .slideWorks-nav {
		margin-bottom: 40px;
	}
	#content.single-works .worksTable li {
		width: 100%;
	}
	#content.single-works .worksTable {
		margin-bottom: 40px;
	}
	#content.single-works .worksImg ul {
		width: 100%;
		margin-bottom: 12px;
	}
	#content.single-works .worksImg {
		margin-bottom: 20px;
	}
}

