/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*::selection {
	background-color: #FEFF01;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 500;
	background-color: white;
	color: black;
	padding: 0 5vw;

}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}

header {
	box-sizing: border-box;
	/* max-width: 1280px; */
	margin: 0 auto;
	padding: 40px 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: sticky;
	top: 0;
	background-color: #fff;
	align-items: center;
	text-transform: uppercase;
	z-index: 10;
}

strong {
	font-weight: 600;
}

hr {
	color: #6D6E71;
}

h2 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
}

h3 {
	display: inline-block;
	font-size: 1.0em;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #6D6E71;
}

.text h3 {
	padding-top: 0.5em;
	border-top: 1px solid #6D6E71;
}

h4 {
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

h5 {}

h6 {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	letter-spacing: 0.3em;
}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: rgb(125, 125, 125);
}

p {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.025rem;
}

.divider {
	width: 100%;
	border-bottom: 1px solid #6D6E71;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.white {
	background-color: white;
	color: black;
}

.white_72 {
	background-color: rgba(255, 255, 255, 0.72);
	color: black;
}

.white_72 p {
	color: #6D6E71;
}

.black {
	background-color: white;
	color: black;
}

.active {
	color: #000 !important;
}

#jp_sel {
	color: #999;
}

.active a {
	color: #000 !important;
}

.black_text {
	color: black;
}

.black_text a {
	color: black;
}

.white_text {
	color: white;
}

.white_text a {
	color: white;
}

.container_12 {
	padding: 0 64px;
	box-sizing: border-box;
}

/*-----------------
	header
----------------*/

.logo_container {
	margin: 0 auto;
	width: 170px;
}

.logo_container img {
	max-width: 100%;
}


.logo {
	text-align: center;
	text-transform: uppercase;
}

.logo h1 {
	display: inline-block;
	font-size: 1.25em;
	letter-spacing: 0.4em;
	margin-right: -0.4em;
	font-weight: 600;
}

.logo h2 {
	font-size: 1em;
	display: inline-block;
	letter-spacing: 0.6em;
	margin-right: -0.6em;
	margin-top: 0;
	margin-bottom: 0;
}

.logo_footer h1 {
	font-size: 1.25em;
	letter-spacing: 0.4em;
	margin-right: -0.4em;
	font-weight: 600;
}

.logo_footer h2 {
	font-size: 1em;
	letter-spacing: 0.6em;
	margin-right: -0.6em;
	margin-top: 0;
	margin-bottom: 0;
}

.logo a {
	text-decoration: none;
}

.nav_bar {
	margin-top: 1.5em;
	margin-bottom: 1em;
	text-align: center;
}

.navigation {
	color: white;
}

.navigation a {
	color: #aaa;
	text-decoration: none;
	font-size: 17px;
	font-weight: 400;
	margin: 0 0.2rem;
}

.navigation a:hover {
	color: #D7522B;
	text-decoration: none;
}

.navigation li {
	display: inline-block;
}

.parent li {
	margin-right: 7px;
	margin-left: 7px;
	text-transform: uppercase;
}

.child li {
	letter-spacing: 0.15em;
	text-transform: capitalize;
	letter-spacing: 0;
	display: inline;
}

.lang_sel {
	text-transform: uppercase;
	text-align: right;
	position: absolute;
	top: 14px;
	right: calc(64px - 2px);
}

.lang_sel li {
	display: inline-block;
}

.lang_sel li:not(:last-child):after {
	content: '/';
	transform: translateY(1px);
	font-size: 1.1rem;
	font-weight: 300;
	padding: 0 0.1rem 0 0.1rem;
	display: inline-block;
}

.selected {
	color: #D7522B;
}

.intro {
	margin-bottom: 1em;
	margin-top: 1em;
}

.carousel_img {
	position: relative;
	height: 500px;
	overflow: hidden;
}

.thumb {
	position: relative;
	height: 225px;
	margin-bottom: 20px;
}

.category {
	text-transform: capitalize;
}

.page_content p {
	margin-bottom: 1.5rem;
	line-height: 1.35;
}

.page_content p strong {
	background-color: #FEFF01;
	font-weight: 500;
}

.page_content p a {
	background-color: #FEFF01;
	font-weight: 500;
	text-decoration: underline;
}

.page_content p a:hover {
	text-decoration: none;
}

.lead_image {
	overflow: hidden;
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 2rem;
}

.lead_video {
	margin-bottom: 2rem;
}


.project_content p {
	margin: 0 0 1.5rem;
}

.overlay {
	position: absolute;
	bottom: 2px;
	z-index: 1;
	left: 0;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: calc(100% - 2px);
	text-align: left;
	display: flex;
	align-items: flex-end;
	font-family: 'Helvetica';
	transition: .3s;
	display: flex !important;
	opacity: 0;
}

.project_content.overlay_active .overlay {
	display: flex !important;
	transition: .3s;
	opacity: 1;
}

.project_title {
	margin: 0 0 24px !important;
}

.project_title h6 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .05rem;
}

.project_title p {
	color: #808080;
	font-weight: 400;
	margin: 1rem 0 0;
}

.project_title p a {
	color: #808080;
	text-decoration: underline;
}

.project_title p a:hover {
	text-decoration: none;
}

.overlay a {
	color: #fff;
}

.overlay_container {
	position: relative;
}

.overlay_content {
	padding: 20px;
	font-weight: 500;
}

.overlay h5 {
	font-size: 1rem;
	text-transform: uppercase;
	text-transform: capitalize;
	margin: 0 0 .3rem;
}

.overlay p {
	line-height: 1.35 !important;
	font-style: italic;
	font-size: 0.85rem !important;
	overflow: hidden;
	margin: 0;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: capitalize; */
}


.bottom_content img {
	margin-bottom: 2rem;
}

.sidebar_item {
	margin-bottom: 1rem;
	font-size: 18px;
}

.sidebar_item:first-of-type {
	margin-top: 3rem;
}

.sidebar_item div {
	display: table-cell;
}

.sidebar_item .left {
	position: relative;
	width: 8rem;
	padding: 4px 1rem 0 0;
	border-right: 1px solid #000;
}

.sidebar_item .right {
	padding-left: 1rem;
}

.sidebar_item .right ul li {
	margin-bottom: .5rem;
}

.home_news {
	margin-bottom: 3rem;
}

.home_news p {
	font-size: 0.8em;
	margin-bottom: 1em;
}

.home_news h3 {
	font-size: 0.8em;
	margin-bottom: 0em;
}

footer {
	margin-top: 4em;
	text-align: center;
	padding: 1.2em;
	color: black;
}

footer a {
	color: black;
}

footer p {
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 0;
	margin-top: -0.2em;
}


.video,
.video-container {
	position: relative;
	padding-bottom: 56.25% !important;
	/* padding-bottom: 62.5%; */
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed,
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contact_form {
	font-size: 1.2em;
}

.contact_form input,
.contact_form textarea {
	font-size: 0.75em;
	width: 100%;
	border: none;
	padding: 1em;
	resize: none;
	margin-bottom: 1em;
	background-color: #eee;
}

#ss-submit {
	width: 100px;
}

#ss-submit:hover {
	width: 100px;
	background-color: #6D6E71;
	;
}

.owl-pagination {
	padding-bottom: 1em;
}

.owl-carousel {
	position: relative;
	margin-bottom: 3em;
}

.owl-item a>* {
	transition: .75s;
}

.owl-item a:hover>* {
	/*transform: scale(1.05);*/
}

/*.owl-theme .owl-buttons i{
  margin-top: 2px;
}
*/
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	width: 32px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: unset !important;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 20px;
	top: 50%;
	color: #aaa;
	width: 32px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: unset !important;
}


.client_logo {
	height: 200px;
	margin-bottom: 20px;
}

.client_logo img {
	max-height: 100%;
}

.description {
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_content h3 {
	margin-bottom: 0.2em;
}

.news_item {
	margin-bottom: 20px;
}

.ja {}

.en {}

.hidden {
	display: none !important;
}

.social {
	margin-top: 1em;
}

.social img {
	/* 	filter: invert(100%); */
	vertical-align: middle;
}

.social li {
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	max-width: 25px;
}

article {
	margin-bottom: 2rem;
}

.pressimg img {
	max-width: 100%;
	max-height: 100%;
}

.homevideo {
	margin-bottom: 3em;
}


/**
 * added by tasko from here
 */

.dept {
	display: inline-block;
	padding-left: 10px;
	position: relative;
	top: -4px;
}

.dept a {
	font-size: 0.75em;
	letter-spacing: .2em;
}

.dept a:not(:last-child):after {
	content: ' | ';
	color: #000;
	position: relative;
	top: -1px;
}


.logo {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -45px;
	z-index: 1;
}

.home-btns {
	position: absolute;
	top: 50%;
	left: 0%;
	text-align: center;
	width: 100%;
}

.home-btns a {
	display: inline-block;
	background: rgba(255, 255, 255, .8);
	padding: .75em;
	box-sizing: border-box;
	vertical-align: bottom;
	height: 4em;
	width: 14em;
	font-size: 13px;
	letter-spacing: .2em;
	line-height: 1.25;
	margin: 0 3.5em;
	transition: all .5s ease;
}

.home-btns a:hover {
	color: #000;
	background: rgba(255, 255, 255, .9);
}

.home-btns .btn01 {
	padding-top: 1.35em;
}

#owl-demo {
	margin-bottom: 0;
	position: relative;
}

.owl-carousel .owl-wrapper-outer,
.owl-wrapper,
.owl-item {
	height: calc(100vh - 112px) !important;

}

/* .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	height: 100% !important;
} */

#owl-demo .fullbg {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
}

#owl-demo .fullbg .caption {
	opacity: 0;
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	z-index: 2;
	letter-spacing: 0.05rem;
}

#owl-demo .fullbg .caption h5 {
	font-size: 20px;
}

#owl-demo .fullbg .caption p {
	font-size: 14px;
	margin: 1rem 0 0;
}

#owl-demo .fullbg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: .3s ease;
	z-index: 1;
}

#owl-demo .fullbg .caption {}

#owl-demo a:hover .caption,
#owl-demo a:hover .fullbg::after {
	opacity: 1;
}


#owl-demo .owl-item {
	height: 100%;
}


form label,
textarea,
input,
select {
	display: block;
}

form label {
	margin-bottom: .5em;
}

textarea,
input,
select {
	margin-bottom: 20px;
}

.contact .page_content {
	margin-top: 2rem;
}

.contact-form {
	/*padding-left: 10px;*/
	margin-bottom: 48px;
}

.contact-form label {
	font-size: 18px;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
	width: 100%;
	line-height: 1.25em;
	padding: .5em;
	box-sizing: border-box;
	border: 1px solid #000 !important;
	height: 2.75rem;
	font-size: 18px;
}

.contact-form textarea {
	height: 10rem;
}

.contact-form select {
	font-size: 12px;
	-webkit-appearance: none;
	/*Removes default chrome and safari style*/
	-moz-appearance: none;
	/*Removes default style Firefox*/
	background: url('../images/select_arrow.png') no-repeat 99% 50%;
	background-size: 8px 6px;
	border-radius: 0;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .15);
	cursor: pointer;
}

.contact-form select:hover {
	background-color: #f8f8f8;
}

.contact-form button {
	font-size: 18px;
	-webkit-appearance: none;
	/*Removes default chrome and safari style*/
	-moz-appearance: none;
	/*Removes default style Firefox*/
	background: #000;
	border: 1px solid #000;
	border-radius: 0;
	width: 160px;
	cursor: pointer;
	color: #fff;
	padding: 10px;
}

.contact-form button:hover {
	position: relative;
	top: 2px;
	left: 2px;
	box-shadow: none;
}

.contact-form .message {
	margin: 1rem 0 1.25rem;
}

/*

.artist {
	background: #000;
	color: #fff;
}

.artist a {
	color: #fff;
}

.artist a:hover {
	color: #ccc;
}

.artist .project_content p {
	color: #fff;	
}

.artist .dept a:not(:last-child):after{
	color: #fff;
}
*/

.pos_relative {
	position: relative;
}

.pos_relative .link_more {
	font-size: 15px;
}

.pos_relative .link_more a {
	color: #999;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.floatright {
	float: right !important;
}

.home {
	overflow-x: hidden;
	padding: 0;
}

.home footer {
	margin-top: 0;
}

@media screen and (max-width: 960px) {
	body.home {
		min-width: 100% !important;
	}

	body.home .home-btns {
		margin-top: -80px;
	}

	body.home .home-btns a {
		padding: 1.25em;
		font-size: 14px;
		height: 5em;
		width: 19em;
		margin: 0 auto;
		display: block;
	}

	body.home .home-btns .btn01 {
		margin-bottom: 2em;
	}

	body.home .home-btns .btn01 {
		padding-top: 1.95em;
	}
}

header a,
.lang_sel a {
	transition: .35s !important;
}

header a:hover,
.lang_sel a:hover {
	color: #000 !important;
}

.lang_sel ul li a {
	font-size: 13px;
	letter-spacing: .1rem;
	font-weight: 400;
	color: #999;
}


.head_nav {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.header_logo {
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.025rem;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 0.25rem));
}

.header_logo a:hover {
	color: #000 !important;
}

.head_nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-5px);
	box-sizing: border-box;
}

.head_nav ul li:nth-child(3) {
	margin-right: 23%;
}

.head_nav ul li:nth-child(4) {
	margin-left: 23%;
}


.head_nav ul li a {
	font-weight: 600;
	line-height: 2rem;
	letter-spacing: 0.05rem;
	font-size: 18px;
	color: #aaa;
	position: relative;
	top: 3px;
}

.head_nav ul li a:hover {
	color: #000;
}

.nav_container {
	text-align: center;
	width: 100%;
	margin: 20px 0 0;
}

.nav_container_projects {
	margin: 0 auto;
	width: 28%;
}

.nav_container_projects a {
	letter-spacing: 0;
	color: #aaa;
}

/*-----------------
	about
----------------*/

.about .container_12 {
	width: 100%;
	margin-top: 20px;
}

.about .container_12 .clearfix {
	margin: 0;
	float: none;
}

.about .container_12 .clearfix .about_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about .container_12 .clearfix .about_wrap {
	max-width: 960px;
	margin: 0 auto;
}

.about .container_12 .clearfix .about_wrap .about_chronology {
	width: 30%;
	font-size: 18px;
}

.about .container_12 .clearfix .about_wrap .about_prof_txt {
	width: 46%;
	font-size: 20px;
}

.about .container_12 .clearfix .about_wrap .about_prof_img {
	width: 50%;
}

.about .container_12 .clearfix .about_wrap .about_prof_img img {
	width: 100%;
}

.about .bio {
	display: flex;
	justify-content: space-between;
	margin: 0 0 3rem;
}

.about .bio>* {
	float: none;
	margin: 0;
}

.about .bio>.grid_8 {
	width: calc(58% - 64px);
}

.about .bio>.grid_6 {
	width: 42%;
}

.about .awards {
	display: flex;
	justify-content: space-between;
}

.about .awards>* {
	float: none;
	width: 33.3% !important;
}

/*-----------------
	contact
----------------*/

.contact .container_12 {
	width: 660px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact .container_12 .grid_6 {
	/* display: none;
	margin: auto;
	display: block;
	float: none;
	margin: 0;
	width: 660px; */
}

.contact_sns a {
	display: block;
	font-weight: 400;
	margin-bottom: 16px;
	letter-spacing: 0.025rem;
	position: relative;
	color: #000 !important;
}

.contact_sns a i {
	margin-right: 0.5rem;
	font-size: 24px;
}


.contact_sns a span {
	position: absolute;
	top: 4px;
}

.contact_sns a:hover {
	color: #808080 !important;
}

/*-----------------
		work
----------------*/

.projects .nav_container .navigation li:first-child {
	/* display: none; */
}

.container_12.project_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 24px auto 0 !important;
}

.container_12.project_content .project_photo {
	width: 50%;
}

.container_12.project_content .project_desc {
	/* width: calc(50% - 32px);
	margin: 0;
	padding: 0 32px 0 0; */
}

.container_12.project_content .project_desc>* {
	margin: 0 0 32px;
}

.container_12.project_content .project_desc p {
	/*
	text-align:justify;
	word-break:break-word; 
	text-justify:inter-ideograph;
	text-justify:inter-character;
	word-wrap:break-word;
	overflow-wrap:break-word;
	*/
}

.container_12.project_content .project_desc img {
	width: 100%;
}

.container_12.project_content .cols2 {
	display: flex;
}

.container_12.project_content .cols2>* {
	width: 50%;
	margin: 0;
}

.container_12.project_content .cols2>*:first-child {
	padding: 0 32px 0 0;
}

.container_12.project_content .project_desc a,
.container_12.page_content a {
	transition: .3s;
}

.container_12.project_content .project_desc a:hover,
.container_12.page_content a:hover {
	color: #000;
}

.container_12.project_content .project_desc:last-child {
	margin-top: 0;
}

.projects_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.projects_lists:after {
	content: "";
	display: block;
	width: calc(33.3% - 15px);
}

.projects_lists .project_content {
	width: calc(33.3% - 20px);
	margin-bottom: 1.5vw;
}

.projects_lists .project_content a {
	width: 100%;
}

.pagination {
	text-align: center;
	display: flex;
	justify-content: space-between;
	width: 100% !important;
}

.pagination a:first-child.next {
	margin: 0 0 0 auto;
}




.sp_nav_overlay li {
	list-style: none;
	display: none;
}

.projects .project_content .grid_4 p {
	font-weight: 400;
	font-family: 'Helvetica Neue';
}

/*-----------------
		news
----------------*/

.press .container_12 .clearfix,
.news .container_12 .clearfix {
	margin: 0 auto 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: none;
}

.press .container_12 .clearfix>article,
.news .container_12 .clearfix>article {
	width: 50%;
}

.press .container_12 .clearfix>.col:nth-child(odd),
.news .container_12 .clearfix>.col:nth-child(odd) {
	width: calc(50% - 24px);
	margin: 0 24px 32px 0;
}

.press .container_12 .clearfix>.col:nth-child(even),
.news .container_12 .clearfix>.col:nth-child(even) {
	width: calc(50% - 24px);
	margin: 0 0 32px 24px;
}

.press .container_12 .clearfix>.desc,
.news .container_12 .clearfix>.desc {
	margin: 0 0 0 48px;
}

.press .container_12 .clearfix>.image,
.news .container_12 .clearfix>.image {
	width: calc(50% - 48px);
}

.container_12.page_content .news_link p {
	margin-bottom: 1rem;
}

.container_12.page_content .news_link a {
	color: #000;
}

.container_12.page_content .news_link a .img {
	margin: 0 0 1rem;
}

.container_12.page_content .news_link a img {
	width: 100%;
	height: calc((50vw - 64px - 24px) * 0.5625);
	object-fit: cover;
	transition: .3s;
}

.container_12.page_content .news_link a:hover {
	color: #808080;
}

.container_12.page_content .news_link a:hover img {
	opacity: .8;
}

.container_12.page_content .news_link time {
	font-size: 15px;
}



.press article h2,
.news article h2 {
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 1rem;
}

.press article time,
.news article time {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.025rem;
	display: block;
	margin-bottom: 1rem;
}

.press article p,
.news article p {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 1rem;
}

.press_list ul {
	max-width: 45rem;
	margin: 1rem auto;
}

.press_list ul li {
	margin: 0 0 2rem;
}

.press_list ul li .headline {
	color: #000;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: .5rem;
	display: block;
}

.press_List ul li .date {
	display: block;
	font-size: 18px;
}

.press_list ul li a {
	display: block;
	color: #808080;
	transition: none !important;
}

.press_list ul li a span {
	transition: .3s;
}

.press_list ul li a:hover .headline {
	color: #808080;
}

.press_list ul li a:hover .date {
	color: #808080;
}