@charset "UTF-8";
/*
 Theme Name:   en-top-page
 Description:  トップページ(英語版)のテーマ
 Version:      1.0.0
*/

body {
	margin: 0;
	font-family: serif;
	color: #555;
}

a {
	text-decoration: none;
	color: #555;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}

/* header */
.site-logo {
    height: 65px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.l-header {
	position: fixed;
	z-index: 9999;
	top: 0;
	margin: 0;
	width: 100%;
	height: 139px;
	background: #fff;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .3);

}

.l-header_table tr {
	height: 30px;
}

.c-header_table {
    width: 100%;
    border-collapse:  collapse;
	max-height: 85px;
}

.c-head-data {
    width: 80px;
    border: solid 1px; 
    border-top: none;
	border-bottom: none;
    border-color: #dcdcdc;
    text-align: center;
}

.c-head-data a {
    color: #555;
}

.search {
	width: 95%;
    height: 60px;
    padding-left: 20px;
}

.serch_result {
	width: 80%
}

.hamburger-Menu {
	display: none;
}

/* header-menu */
.global-nav {
    min-width: 910px;
    padding: 0;
    background: #f1f1f1;
    border: solid 1px; 
    border-color: #dcdcdc;
	margin-bottom: 10px;
}

.global-nav a {
    display: block;
    text-decoration: none;
    color: #555;
}

.head-menu {
    font-weight: 500;
    position: relative;
    width: 100%;
    height: 50px;
	line-height: 50px;
    margin: 0 auto;
    padding: 0;
    display:flex;
}

.head-menu > li {
    font-size: max(1.6vw,1.0em);
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
	list-style-type: none;
}

.head-menu > li > a {
	border-left: 1px solid #e0e0e0;
}

.u-clearfix:after {
    display: block;
    clear: both;
    height: 0; 
    content: '';
}

/* .menu-item-7 {
	line-height: 25px; 
    margin-top: 1px; 
} */

.l-modalHeader {
    top: 0;
    left: 0;
    width: 99%;
    height: 55px;
    border: solid 1px;
    border-color: #dcdcdc;
	padding-top: 10px;
    padding-bottom: 20px;
}

.l-modal-header_table {
    width: 99%;
    border-collapse: collapse;
}

.modal-text {
    margin: 0;
    width: auto;
}

.modal-icon {
    width: 60px;
    border: solid 1px;
    border-color: #dcdcdc;
    text-align: center;
}

.modal-icon img {
    padding-top: 5px;
    width: 65%;
}

.breadcrumbs {
	margin-left: 20px
}

.hamburger-Menu {
	display: none;
}

/* footer */
.c-footer-link li {
	display: inline;
}

.c-footer-table {
	table-layout: fixed;
	width: 80%;
	border-collapse: separate;
    border-spacing: 40px 15px;
	margin:auto;
}

.c-footer-table th {
	text-align:left;
}

.c-footer-table td {
	text-align:left;
	vertical-align: top;
}

.f-contents_title {
	font-size: large;
    font-weight: bold;
	border-bottom: 1px solid rgb(220, 220, 220);
	text-decoration: none;
}

.c-footer {
    border-top: 1px solid #f1f1f1; 
    background: #f8f8f8;
}

.c-footer__inner {
    font-size: 1rem; 
    width: 100%;
	padding: 17px 0 17px;
    text-align: center;
}

.link-line {
    color: #555;
    width: 80%;
    margin-bottom: 5px;
}

.link-table {
    margin: auto;
    width: 80%;
    border-collapse: separate;
    border-spacing: 20px 5px;
    padding-bottom: 20px;
}

.link-table tr {
    height: 30px;
}

.c-mobile-footer-table {
	display: none;
}

/* main */
.main {
	margin-top: 118px;
}

.post-main {
	margin-top: 150px;
}

.l-main {
    margin: 40px 0;
    display: flex;
}

.l-post-main {
    margin: auto;
    width: 80%;
}

.menu-title-table {
	table-layout: fixed;
	width: 85%;
	margin: 15px auto 0 auto;
    margin-bottom: 5px;
}

.title-text {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 0 auto;
	vertical-align: middle;
	background-color: #9DC4E6;
}

.l-main_search {
	margin: 160px 150px;
	display: flex;
}

.image-slider {
	margin-top: -10px;
}

/* タブメニュー */
.contents_news_title {
	text-align: center;
	font-size: 50px;
	margin-top: 50px;
}

.news_list {
    margin: 0 0 12px;
    text-align: center;
}

ul.tab-group {
    display: table;
    padding: 0;
    width: 80%;
    margin: auto;
}

ul.tab-group li {
    display: table-cell;
    border: solid 1px;
    border-color: #dcdcdc;
    text-align: center;
	list-style-type: none;
}

ul.tab-group li+li {
    border-left: none;
}

ul.tab-contents {
    padding-left: 0;
    display: table;
	width: 80%;
    margin: auto;
    overflow: hidden;
}

ul.tab-contents li {
    display: table;
    border: solid 1px;
    border-top: none;
    border-bottom: none;
    border-color: #dcdcdc;
    padding-bottom: 20px;
    float: left;
	width: -webkit-fill-available;
}

ul.tab-contents li:first-child {
    padding-top: 20px;
}

ul.tab-contents li:last-child {
    padding-bottom: 20px;
    border-bottom: solid 1px;
    border-color: #dcdcdc;
}

ul.tab-contents a {
    display: table-cell;
    width: 90%;
}

.tab {
    width: 150px;
    display: inline-block;
    padding: 12px 0;
    color: #999;
    text-align: center;
    font-size: 13px;
    font-family: serif;
    cursor: pointer;
    transition: ease 0.2s opacity;
}

.panel-group {
    height: 100px;
    border-top: none;
}

.panel {
    display: none;
}

.tab.is-active {
    background: #9DC4E6;
    color: #FFF;
    transition: all 0.2s ease-out;
}

.panel.is-show {
    display: block;
}

.newsdays {
	padding-left: 30px;
	width: 190px;
}

.newstopic {
	overflow-wrap: anywhere;
}

.category_text {
    color: #FFF;
    font-size: smaller;
    text-align: center;
    margin: auto;
}

.category_report {
	background-color: #ff0040;
	border-radius: 30px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.category_survey {
	background-color: #00830d;
	border-radius: 30px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.category_info {
	background-color: #0202ab;
	border-radius: 30px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

/* 研究紹介 */
.contents_inv_title {
	text-align: center;
	font-size: 50px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-top: 30px;
}

.inv-contents-img {
	background-image: url("../../common/images/backGroundImage.png");
	margin-bottom: 50px;
	background-size: cover;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
	width: 100%;
}

.inv-contents-area {
    width: 80%;
    margin: auto;
    background-color: white;
}

.inv-table {
    margin: auto;
	width: 100%;
    border-collapse: separate;
    border-spacing: 30px;
    margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 30px;
	table-layout: fixed;
}

.inv-table td {
    text-align: center;
    vertical-align: top;
    border: solid 1px;
    border-color: #dcdcdc;
    padding: 11px;
}

.inv-img {
	margin-bottom: 15px;
    object-fit: cover;
}

.inv-contents {
    line-height: normal;
}

.inv-table-pc {
	display: '';
}

.inv-table-mobile {
	display: none;
}

.inv-table-tablet {
	display: none;
}

/* スマホ・タブレット用 */
@media(max-width:900px) {
	
	/* header */
	.l-header {
		height: 87px;
	}
	
	.logo-area {
		width: 80%;
	}
	
	.head-menu {
		display: none;
	}
	
	.icon-eng {
		display: none;
	}
	
	.head-data img {
		width: 50%;
		margin-top: 7px;
	}
	
	.search {
		width: 75%;
	}
	
	.l-modal-header_table {
		width: 93%;
	}
	
	/* footer */
	.c-footer__inner {
		font-size: 0.8rem; 
	}

	.c-footer-table {
		display: none;
	}
	
	.c-mobile-footer-table {
		display: block;
		table-layout: fixed;
		width: 75%;
		border-collapse: separate;
		border-spacing: 0px 15px;
		margin:auto;
	}
	
	.f-contents_title {
		margin-left: -245px;
	}
	
	/* header-menu */
	.hamburger-Menu {
		display: block;
	}
	
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
		right: 20px;
        top: 20px;
        width: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #000;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #fff;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #fff;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
	
	nav.MenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: #000055;
        text-align: center;
        width: 100%;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
    }

    nav.MenuSP ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.MenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }

    nav.MenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.MenuSp ul li:hover {
        background: #ddd;
    }

    nav.MenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
    }

    nav.MenuSp.active {
        opacity: 100;
    }

    nav.MenuSp.active ul {
        padding-inline-start: 0;
    }
	
	/* main */
	.main {
		margin-top: 53px;
	}

    .post-main {
        margin-top: 100px;
    }
	
	.l-main {
		margin: 30px 20px;
		margin-top: 0;
	}
	
	.title-text {
		font-size: 1.5rem;
		font-weight: 500;
		margin: 0 auto;
		vertical-align: middle;
		display: block;
	}
	
	.menu-contents-table {
		width: 90%;
		border-spacing: 0px 25px;
	}
	
	/* タブメニュー */
	.contents_news_title {
		font-size: 30px;
	}
	
	.newsdays {
		display: table-row-group;
	}
	
	/* 研究紹介 */
	.contents_inv_title {
		font-size: 30px;
	}
	
	.inv-table {
		width: '';
		margin-left: -16px;
		margin-top: -50px;
	}
	
	.inv-img {
		width: 210px;
	}

	.inv-table-pc {
		display: none;
	}

	.inv-table-tablet {
		display: block;
	}

	.l-main_search {
		margin: 110px 50px;
	}
}

@media(max-width:500px) {

	.logo-area {
		width: 225px;
	}
	
	.inv-table-tablet {
		display: none;
	}

	.inv-table-mobile {
		display: block;
	}
	
	.inv-table {
		width: '';
		margin-left: -36px;
		margin-top: -50px;
	}
}

@media(max-width:375px) {
	
	.logo-area {
		width: 210px;
	}

	.inv-img {
		width: 195px;
	}
}

@media(max-width:360px) {
	
	.logo-area {
		width: 195px;
	}

	.inv-img {
		width: 185px;
	}
}