section#whatswater {
    padding-top: 180px;
}
.index section {
    padding: 0px 0 100px;
}
.index main section:last-of-type {
    padding: 0px;
}
.index h2 {
	margin-bottom: 10px !important;
    line-height: 1.2em;
}
.index h2 .sp_br {
    display: inline-block;
}
.index h2 span {
    line-height: 1.5em;
}
ul.archive_list.whatswater li a .box_sammary {
    padding-bottom: 0;
}
.index section .wrap_list_life ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    /* width: 74%; */
    max-width: 600px;
    margin: 0 auto;
}
.index section .wrap_list_life p.lead {
    /* width: 23%; */
    max-width: 600px;
    font-size: 1.25rem;
    line-height: 1.75em;
    /*margin: 0 auto 94px;*/
    margin: 0 auto 32px !important;
}
.index section .wrap_list_life ul.whatswater1st {
/*    justify-content: center;*/
/*    margin-bottom: 32px;*/
		margin-bottom: 0px;
}
.index section .wrap_list_life ul li {
    width: calc((100% - 5%) / 2);
    margin-right: 5%;
    text-align: left;
}
/*.index section .wrap_list_life ul.whatswater1st li {
    margin-right: 0;
}*/
.index section .wrap_list_life ul li:nth-child(even) {
    margin-right: 0;
}
.index section .wrap_list_life ul li:nth-last-child(-n + 2) {
/*	margin-bottom: 0;*/
}
.wrap_thumb.new:before {
	background: black;
}
ul.research .wrap_thumb.new:before {
	background: #F919CF;
}
ul.research .wrap_thumb.latest:before {
	background: black;
}
.wrap_thumb.new:after {
	top: 0;
}
.life .wrap_thumb.new:after {
	content: "Latest Article";
    transform: translate(-1.9em, 2.4em) rotate(90deg);
}
.research .wrap_thumb.new:after {
	content: "New Feature";
    transform: translate(-1.7em, 2.1em) rotate(90deg);
}
.research .wrap_thumb.latest:after {
	content: "Latest Interview";
    transform: translate(-2.4em, 2.8em) rotate(90deg);
}
.whatswater ul.archive_list li a .wrap_thumb {
	border:0;
}
.whatswater .wrap_thumb img {
    border-radius: 50%;
}
ul.archive_list li span.article_category,
.index ul.archive_list.research li span.article_category {
	color: black;
}
ul.archive_list li span.article_category{
	text-align:center;
}
ul.archive_list li a {
	font-weight: unset;
}
footer {
	margin-top: 60px;
}

@media screen and (max-width: 890px) {
	section#whatswater {
	    padding-top: 100px;
	}
	.index section .wrap_list_life ul.whatswater1st {
	    margin-bottom: 0;
	}
	.index section .wrap_list_life ul li {
/*	    margin-bottom: 0;*/
	}
}

@media screen and (max-width: 667px){
/*	.index section .wrap_list_life ul {
	    display: block;
	    width: 100%;
	}*/
	.index section .wrap_list_life p.lead {
	    margin-bottom: 17.5px;
	}
/*	.index section .wrap_list_life ul li {
	    width: 100%;
	    margin-right: 0;
	}*/
	footer {
		margin-top: 40px;
	}
}
