@charset "utf-8";
/* CSS Document */

/* 新デザイン用 */
.entry * {box-sizing: content-box;}
body {font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;}
.main {background: #fff;}
.side_outer {display: none;}
.entry {border: none;padding: 0;}
/*.entry a {color: initial;}
.entry a[target="_blank"]::after {content: none;}*/
.article_txt {margin-bottom: 35px;}
.page_title--box {
	background: url("/research/frontiers/common/img/main-visual.png") no-repeat center center;
	background-size: cover;
	width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	font-family: "HiraMinPro-W6",serif;
}
.page_title {
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  font-family: "HiraMinPro-W6",serif;
  color: #fff;
  text-shadow: none;
}
.page_title > small{
  font-size: 1.6rem;
}
.breadcrumb_list {margin-bottom: 90px;}
.breadcrumb_item a[href] {color: #000;}
/* ---------------------*/


.entry {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
}
.concierge_title {
	width: 100%;
	text-align: center;
	color:  #0D3D17;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.concierge_lead {
	font-size: 1.8rem;
	font-weight: bold;
	margin: -60px 0 0;
}
.concierge_item {
	width: calc(50% - 10px);
	a {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 10px;
		color: #000;
	}
	a:hover {
		text-decoration: none;
	}
}
.concierge_item--name {
	display: flex;
	align-items: center;
	gap: 10px;
	& dd {
		display: inline-block;
		width: 143px;
		padding: 2px 5px;
		text-align: center;
		background: #0D3D17;
		color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
	}
	& dt {
		font-size: 1.6rem;
	}
	& span {
		display: inline-block;
		padding-right: 10px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 767px) {
	.page_title--box {
			background: url("/research/frontiers/common/img/main-visual_sp.png") no-repeat center center;
			background-size: auto;
			background-size: cover;
	}
	.breadcrumb_list {margin-bottom: 50px;}
/* ---------------------*/
	
	.concierge_title {
		font-size: 2.4rem;
	}
	.concierge_item {
		width: 100%;
	}
}