/*--------------------------------------------------------------------------------------------------

   object
         - index
         - second


--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------*/
.banner-top {
  position: relative;
		background: url(../image/slide_back.png) no-repeat center center;
		background-size: cover;
}
/*.banner-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to left, #DFF3FF 50%, #FBFBEF 50%);
}
.banner-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 50%;
  background: linear-gradient(to left, #FBFBEF 50%, #DFF3FF 50%);
}*/
.banner-top .l-container {
  position: relative;
  width: 1220px;
}
.banner-top img {
  width: calc(100% - 60px);
  padding-left: 60px;
}
.banner-top__text {
  position: absolute;
  left: 0px;
  bottom: 36px;
  font-size: 26px;
  background-color: #fff;
  padding: 10px 15px;
  line-height: 1.3;
}
.banner-top .bx-pager {
  text-align: center;
  margin-top: 8px;
}
.banner-top .bx-pager-item {
  display: inline-block;
  margin: 0 4px;
  position: relative;
  z-index: 1;
}
.banner-top .bx-pager-link {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ccc;
}
.banner-top .bx-pager-link.active {
  background-color: #007ECC;
}

.intro-top {
  padding: 48px 0 40px;
  text-align: center;
  background: url(../image/top/bg-intro-top.png) no-repeat center bottom;
  background-size: cover;
}
.intro-top p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.news-top {
  padding: 80px 0;
}
.news-top .p-news-list {
  padding: 20px 30px 40px 30px;
}

.news-top p.nonews {
	margin: 40px 0;
}

.report-publication-top {
  padding: 80px 0;
  background-color: #FBFBEF;
}
.report-publication-top__info li {
  width: 50%;
  padding: 0 30px;
}
.report-publication-top__info li p {
  margin: 30px 0 40px 20px;
}
.report-publication-top__info li .c-btn {
  margin-left: 20px;
  margin-bottom: 20px;
}
.report-publication-top__info h2 {
margin-bottom: 30px;
}

/*--------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------*/
.info-laboratory {
  padding-top: 40px;
}
.info-laboratory h3 {
  margin-bottom: 40px;
		font-weight: 500;
}
.info-laboratory__desc {
  margin-bottom: 80px;
}
.info-laboratory__desc p {
  margin-bottom: 25px;
  line-height: 1.6;
}
.info-laboratory__desc--map p {
  margin-bottom: 0 !important;
}
.info-laboratory__map {
  /*justify-content: space-between;*/
  margin-top: 38px;
}
.info-laboratory__map iframe {
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
}
.info-laboratory__map-photo {
  width: 36.4%;
}
.info-laboratory__map-photo img {
  width: 100%;
}


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

.about table th {
    padding: 10px 20px;
    border-bottom: 1px solid #CCC;
}

.about table td {
    padding: 10px 20px;
    border-bottom: 1px solid #CCC;
}

.about table td p {
    margin: 0;
}

.about table.enkaku {
	width: 90%;
	margin: 0 auto 60px;
	line-height: 1.6;
}

.about table.enkaku th {
	position: relative;
	width: 160px;
	font-weight: 500;
	text-align: left;
	padding: 10px 10px 30px 26px;
	vertical-align: top;
	border: none;
	background-color: transparent;
}

.about table.enkaku th:before {
	position: absolute;
	content: "";
	top: 0;
	left: 7px;
	background-color: #00CCB4;
	width: 2px;
	height: 100%;
}
	
.about table.enkaku th:after {
	position: absolute;
	content: "●";
	color: #00CCB4;
	left: 0;
	top: 10px;
}

.about table.enkaku td {
	padding: 10px 10px 30px;
	border: none;
}

.about table.enkaku td p {
	margin: 0 !important;
}

.sig {
	text-align: right;
}

.staffBox {
	/*display: flex;
	flex-wrap: wrap;*/
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 0;
}
	
.staffBox div {
	margin: 0 0 40px;
}

.staffBox div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}

.staffBox div .text {
	width: 70%;
	display: block;
	order: 1;
}

.staffBox div .text h4 {
	margin: 0 0 30px;
	color: #007ECC;
	font-weight: 500;
	font-size: 24px;
	position: relative;
}

.staffBox div .text h4:before {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	background-color: #E5FAF7;
	top: -10px;
	left: -10px;
	z-index: -1;
}

.staffBox div .text h4 span.en {
	font-weight: 400;
	font-size: 16px;
	margin-left: 10px;
	color: #999;
}

.staffBox div .text dl {
	margin-bottom: 20px;
}

.staffBox div .text dt {
	padding: 4px 0;
	border-bottom: 1px dotted #CCC;
	color: #007ECC;
}

.staffBox div .text dd {
	margin: 0 0 8px;
	padding: 4px 0;
}

.staffBox div .photo {
	width: 160px;
	position: relative;
	order: 2;
}

.staffBox div .photo img{
	width: 160px;
	height: auto;
}

.staffBox div .photo:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 120px;
	background-color: #E5FAF7;
	bottom: -20px;
	right: -20px;
	z-index: -1;
}

.about .gaikanPhoto {
width: 90%;
margin: 20px auto 0;
padding: 0;
list-style: none;
display: flex;
}

.about .gaikanPhoto li {
width: 46%;
margin: 0 2%;
padding: 0;
}

.about .gaikanPhoto li img {
max-width: 100%;
}


/*--------------------------------------------------------------------------------------------
  wn
--------------------------------------------------------------------------------------------*/
main.wn .p-news-list {
	margin: 0 0 40px;
}

main.wn .p-news-list li a {
	display: block;
	text-decoration: none;
	color: #000;
}


main.wn .p-news-list li a span {
	display: inline-block;
	width: 160px;
}

main.wn .p-news-list li p {
	display: inline-block;
	margin: 0 !important;
}

main.wn .p-news-list li a .p-news-list__title {
	width: calc(100% - 170px);
}

.wnDetail {
	margin: 0 0 40px;
	box-shadow: 0 0 6px #CCC;
	padding: 60px 30px 30px;
}

.wnDetail h3 {
	margin: 0 0 20px !important;
	padding: 12px 8px !important;
	background-color: #E5FAF7;
	font-size: 20px !important;
}

.wnDetail .date {
	text-align: right;
}

.pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 40px;
}

.pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #3C88BB;
	text-indent: 0;
}

.pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: none;
	color: #007ECC !important;
	color: #FFF;
}

.pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}

.pager_wrap ul.pager li.active {
	background-color: #007ECC;
	display: block;
	padding: 10px 15px;
	color: #FFFFFF;
}

.pager_wrap ul.pager li.active a:link, .pager_wrap ul.pager li.active a:visited,
.pager_wrap ul.pager li.active a:hover, .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

.pager_wrap ul.pager li a:hover {
	color: #FFF !important;
	background-color: #007ECC;
}

.photos {
	width: 90%;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photos li {
	width: 30%;
	margin: 0 0 40px;
}

.photos li img {
	max-width: 100%;
	height: auto;
}


/*--------------------------------------------------------------------------------------------
  journals
--------------------------------------------------------------------------------------------*/
.journalPost {
	margin: 40px 0 60px;
}

.journalPost dt {
	padding: 8px;
	display: inline-block;
	background-color: #CEEDFF;
}

.journalPost dd {
	margin: -20px 0 0;
	padding: 40px 20px 20px;
	border: 1px solid #CCC;
}

.journalPost dd li {
	margin: 0 0 8px 20px;
	list-style: disc;
}

.journalPost dd li a {
	display: inline;
}

.journalBox {
	width: 90%;
	margin: 0 auto 80px !important;
}

.journalBox h4 {
	background-color: #CEEDFF;
	font-weight: 400;
	font-size: 20px;
	border-radius: 8px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.journalBox h4 a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px;
}

.journalBox h4 a:hover {
	color: #00B39C;
	text-decoration: underline;
}

.journalBox h4 i {
	margin: 0 8px 0 10px;
}

main.journals .journalBox {
	margin: 0 auto 30px;
}

main.journals .c-btn a {
	width: 400px;
}

.journalBox2 {
display: flex;
flex-wrap: wrap;
margin: 0 0 60px;
}

.journalBox2 h4 {
width: 30%;
margin: 0 3% 24px 0;
	background-color: #CEEDFF;
	font-weight: 400;
	border-radius: 8px;
	line-height: 1.4;
}

.journalBox2 h4 a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px;
}

.journalBox2 h4 a:hover {
	color: #00B39C;
	text-decoration: underline;
}

.journalBox2 h4 i {
	margin: 0 8px 0 10px;
}

.kiyouNumber {
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}

.kiyouNumber dt {
width: 13%;
white-space:nowrap;
}

.kiyouNumber dd {
width: 87%;
}




/*--------------------------------------------------------------------------------------------
  event
--------------------------------------------------------------------------------------------*/

.eventBox {
	width: 90%;
	margin: 0 auto 60px;
	padding: 30px;
	box-shadow: 0 0 6px #CCC;
}

.eventBox h4 {
	margin: 0 0 10px;
	background-color: #CEEDFF;
	font-weight: 400;
	font-size: 20px;
	border-radius: 8px;
	line-height: 1.4;
}

.eventBox h4 a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px;
}

.eventBox h4 a:hover {
	color: #00B39C;
	text-decoration: underline;
}

.eventBox h4 i {
	margin: 0 8px 0 10px;
}

.eventBox dl {
	display: flex;
	flex-wrap: wrap;
}

.eventBox dl dt {
	width: 10%;
}

.eventBox dl dd {
 width: 90%;
}

.eventBox p,
.eventBox2 p {
	margin-bottom: 0 !important;
	color: #F00;
}

.eventBox2 {
	width: 90%;
	margin: 0 auto 60px;
	padding: 30px;
	box-shadow: 0 0 6px #CCC;
}

.eventBox2 h4 {
	margin: 0 0 10px;
	background-color: #CEEDFF;
	font-weight: 400;
	font-size: 20px;
	border-radius: 8px;
	line-height: 1.4;
	padding: 8px;
}

.eventBox2 dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #CCC;
}

.eventBox2 dl dt {
	width: 10%;
}

.eventBox2 dl dd {
 width: 90%;
}

.eventBox2 .theme {
	margin: 0 20px 30px;
	border-bottom: 1px solid #CCC;
}

.eventBox2 .theme:last-child {
	margin: 0 20px;
}

.eventBox2 .theme p {
	margin: 0 0 4px;
	color: #00B39C;
	font-weight: 500;
}

.eventBox2 .theme p i {
	margin-right: 4px;
}

.eventBox2 .theme h5 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 500;
	background-color: #F3F2F1;
	padding: 8px;
}

.eventBox2 .theme dl {
	margin: 0 20px;
	border-bottom: none;
}

.eventBox2 .theme dl dt {
	padding-left: 8px;
	margin-bottom: 6px;
	position: relative;
}

.eventBox2 .theme dl dt:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 16px;
	background-color: #00B39C;
	top: 5px;
	left: 0;
}


/*--------------------------------------------------------------------------------------------
  inquiry
--------------------------------------------------------------------------------------------*/
.hs {
	color: #CC1486;
	font-weight: 700;
}

.inqTb {
	width: 90%;
	margin: 0 auto 40px;
}

.inqTb th {
	font-weight: 400;
	padding: 16px 10px;
	width: 200px;
	border-bottom: 1px dotted #CCC;
}

.inqTb td {
	padding: 16px 10px;
	border-bottom: 1px dotted #CCC;
}

.inqTb td input {
 border: 1px solid #CCC;
	padding: 4px;
	box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
	width:400px;
 font-size: 16px;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.inqTb td textarea {
	width: 100%;
	height: 120px;
	display: block;
	margin: 4px 0;
 border: 1px solid #CCC;
	padding: 4px;
	box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
 font-size: 16px;
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.inqBtn {
	margin: 0 0 60px;
	text-align: center;
}

.inqBtn input {
	margin: 0 8px;
	padding: 8px 30px;
	cursor: pointer;
}

.mw_wp_form .error {
	color: #CC1486 !important;
	font-weight: 500;
}

/*--------------------------------------------------------------------------------------------
  bulletin
--------------------------------------------------------------------------------------------*/
.bullBox {
margin: 0 0 40px;
}

.bullInfo {
display: flex;
justify-content: space-between;
position: relative;
}

.bullInfo.line:before {
position: absolute;
top: 11px;
right: 0;
content: "";
background: url(../image/page_dot.png) repeat-x 0 50%;
width: 100%;
height: 2px;
z-index: -1;
}

.bullInfo h4 a {
color: #000 !important;
}

.bullInfo h4 {
background-color: #FFF;
margin-right: 20px;
padding-right: 20px;
font-weight: 500;
font-size: 16px;
max-width: 650px;
line-height: 1.4;
}

.bullInfo p {
background-color: #FFF;
line-height: 1.4 !important;
margin-bottom: 0 !important;
padding-left: 20px;
white-space: nowrap;
}

.bullsig {
margin-top: 6px !important;
}

/*.kiyouHyoushi {
}

.kiyouHyoushi img {
width: 200px;
height: auto;
}

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

.bulletinDetail .bulletinHyoushi {
width: 200px;
margin-left: 40px;
}

.bulletinDetail .bulletinList {
width: 800px;
}
*/

/*# sourceMappingURL=mobile.css.map */
