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

   second

--------------------------------------------------------------------------------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

@media all and (max-width: 1100px) {
  .banner-top img {
    width: 100%;
  }
  
  .l-header__menu ul {
    height: auto;
  }

  .l-header__menu ul li {
    padding-right: 15px;
    margin-right: 10px;
  }
  .l-header__menu ul li a {
    font-size: 16px;
  }
		.l-header__menu ul li a:hover {
			color: #FFF !important;
		}
}
@media all and (max-width: 959px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .full-width {
    width: 100%;
  }

  .full-max-width {
    max-width: 100%;
  }

  body {
    font-size: 16px;
  }

  .l-container {
    width: 92%;
  }

  .u-flex {
    display: block;
  }
		
.alignleft, .alignright, .aligncenter {
	float: none;
	display: block;
	margin: 0 auto 20px;
}

  .l-header h1 a {
			display: inline-block;
		}
  .l-header .menubt {
    z-index: 3;
    width: 47px;
    height: 47px;
    border-radius: 4px;
    top: 14px;
    right: 12px;
    background-color: #007ECC;
    display: block;
    position: absolute;
    z-index: 1002;
    cursor: pointer;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
  }
  .l-header .menubt span {
    display: block;
    background: #007ECC;
    border-radius: 0;
    position: absolute;
    top: 17px;
    transition: all 0.4s;
    transform: rotate(0deg);
    width: 31px;
    height: 2px;
    right: 8px;
    background-color: #fff;
  }
  .l-header .menubt .top {
    -webkit-transform: translateY(-400%);
    -ms-transform: translateY(-400%);
    transform: translateY(-400%);
  }
  .l-header .menubt .bottom {
    -webkit-transform: translateY(400%);
    -ms-transform: translateY(400%);
    transform: translateY(400%);
  }
  .l-header .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  .l-header .menubt .menuclick2 {
    background-color: rgba(255, 255, 255, 0);
  }
  .l-header .menubt .menuclick3 {
    transform: rotate(215deg);
  }
  .l-header .menubt__text {
    color: #fff;
    font-size: 10px;
    width: 100% !important;
    position: absolute;
    left: 5px;
    bottom: 3px;
  }
  .l-header__logo {
    font-size: 14px;
    margin: 15px 0 3px 0;
  }
  .l-header__logo p {
    font-size: 20px;
    margin-top: 3px;
  }
  .l-header__text-en {
    font-size: 14px;
    padding-bottom: 14px;
  }
  .l-header__menu {
    width: 100%;
    display: none;
  }
  .l-header__menu li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #fff;
  }
  .l-header__menu li::after {
    content: "" !important;
  }
  .l-header__menu li a {
    text-align: left;
    font-size: 20px !important;
    color: #fff;
				padding: 15px 20px;
  }
  .l-header__menu-contact {
    min-height: auto;
    background: none;
    padding: 0;
    width: auto;
    display: block;
  }
  .l-header__menu-contact a {
    padding: 15px 20px !important;
    font-size: 20px !important;
  }
		.l-header__menu ul li .l-header__menu-contact a:hover {
			text-decoration: underline !important;
		}
  nav {
    position: absolute;
    top: 83px;
    left: 0;
    background-color: rgba(0, 126, 204, 0.9);
    z-index: 1002;
    display: none;
  }

  .p-heading {
    font-size: 20px;
    padding: 14px 7px 0 3px;
				font-weight: 500;
  }
  .p-heading::before {
    height: 3px;
  }

  .p-gradation {
    height: 106px;
  }
  .p-gradation h2 {
    font-size: 20px;
    padding: 5px 0 5px 10px;
    width: auto;
    border-left: 3px solid #007ECC;
  }

  .p-breadcumb ul li {
    font-size: 13px;
    margin: 3px 0;
  }
  .p-breadcumb ul li a {
    padding-right: 7px;
  }

  .p-title-pargraph {
    border-top: 3px solid #ccc;
    font-size: 20px;
    padding-top: 12px;
    padding-left: 2px;
  }
  .p-title-pargraph::after {
    top: -3px;
    width: 90px;
    height: 3px;
  }

  .p-news-list li {
    
  }
  .p-news-list__title {
    margin-left: 0;
    width: 100%;
  }
  .p-news-list__date {
    width: 100%;
  }

  .c-btn a {
    width: 80%;
    padding: 12px 10px;
  }
  .c-btn a::before {
    top: calc(50% - 3px);
    right: 20px;
    width: 20px;
    height: 6px;
  }
  .c-btn a:hover::before {
    right: 10px;
  }

  .l-footer {
    border-top: 6px solid #007ECC;
  }
  .l-footer__info {
    padding: 22px 0 0;
  }
  .l-footer__info-logo-text-small {
    font-size: 14px;
  }
  .l-footer__info-logo p {
    font-size: 20px;
  }
  .l-footer__info-logo-text-en {
    font-size: 14px;
    display: block;
    padding-left: 0;
    padding-top: 5px;
  }
  .l-footer address {
    margin-top: 20px;
  }
  .l-footer__menu {
    display: none;
  }
  .l-footer__coppy {
    font-size: 12px;
    padding: 8px 0;
  }
  .l-footer .ptop {
    position: fixed;
    bottom: 20px;
    right: 3%;
    cursor: pointer;
  }
  .l-footer .ptop img {
    width: 35px;
  }
		
		.tap {
			display: flex;
			margin: 20px 0 0;
		}
		
		.tap div {
			width: 100%;
			text-align:center;
		}
		
		.tap div:nth-child(1) a {
			background-color:	#00CCB4;
		}

		.tap div:nth-child(2) a {
			background-color: #007ECC;
		}

		.tap div a {
			padding: 16px 0;
			color: #FFF !important;
		}
		
		.tap div i {
			margin-right: 8px;
		}
		
		main img {
			max-width: 100%;
			height: auto;
		}
		
		main.second .inner h3,
		main.about h3 {
			font-size: 20px;
		}


  /*--------------------------------------------------------------------------------------------
    index
  --------------------------------------------------------------------------------------------*/
  .banner-top #js-bxslder {
    background: linear-gradient(to right, #00CCB4, #007ECC);
    padding-top: 3px;
  }
  .banner-top::before {
    background: none;
  }
  .banner-top::after {
    background: none;
  }
  .banner-top .l-container {
    width: 100%;
    max-width: 100%;
  }
  .banner-top img {
    width: 100%;
    padding-left: 0;
  }
  .banner-top__text {
    left: 14px;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
  }
  .banner-top .bx-pager {
  }

  .intro-top {
    padding: 14px 0 22px;
  }
  .intro-top p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .news-top {
    padding: 26px 0 36px 0;
  }
  .news-top .p-news-list {
    padding: 4px 0 20px 0;
  }
  .news-top .u-al-right {
    text-align: center;
  }

  .report-publication-top {
    padding: 40px 0 0 0;
  }
  .report-publication-top__info li {
    width: 100%;
    padding: 0 0 40px 0;
  }
  .report-publication-top__info li p {
    margin: 20px 0 25px 0;
  }
  .report-publication-top__info li .c-btn {
    margin-left: 0;
				text-align: center;
  }

  /*--------------------------------------------------------------------------------------------
    second
  --------------------------------------------------------------------------------------------*/
  .info-laboratory {
    padding-top: 30px;
  }
  .info-laboratory h3 {
    margin-bottom: 20px;
  }
  .info-laboratory__desc {
    margin-bottom: 53px;
  }
  .info-laboratory__desc p {
    margin-bottom: 17px;
    line-height: 1.4;
  }
  .info-laboratory__map {
    margin-top: 25px;
  }
  .info-laboratory__map iframe {
    width: 100%;
    height: 200px;
  }
  .info-laboratory__map-photo {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .info-laboratory__map-photo img {
    width: auto;
    max-width: 100%;
  }
		
		.about table.enkaku {
			width: 100%;
		}
		
		.about table.enkaku th {
			display: block;
			width: 100%;
			padding: 10px 10px 10px 20px;
		}
		
		.about table.enkaku td {
			display: block;
			width: 100%;
			position: relative;
			margin-bottom: 16px;
			padding: 0 10px 10px 20px;
		}

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

		
		.staffBox {
			display: block;
		}

		.staffBox div {
			width: 100%;
			display: block;
		}
		
		.staffBox div .text {
			width: 100%;
		}
		
		.staffBox div .text h4 {
			font-size: 20px;
		}
		
		.staffBox div .photo {
			width: 100%;
			text-align: center;
		}
		
		.staffBox div .photo:after {
			background-color: transparent;
		}
		
		.eventBox {
			width: 100%;
			padding: 15px;
		}
		
		.eventBox h4 {
			font-size: 18px;
		}
		
		.eventBox dl {
			display: block;
		}
		
		.eventBox dl dt {
			width: 100%;
		}
		
		.eventBox dl dd {
			width: 100%;
			margin-bottom: 8px;
			padding-bottom: 4px;
			border-bottom: 1px dotted #CCC;
		}
		
		.journalBox {
			width: 100%;
			padding: 15px;
		}

		.journalBox h4 {
			font-size: 18px;
		}
		
		main.journals .c-btn a {
  	width: 80%;
  }

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

.journalBox2 h4 {
width: 100%;
margin: 0 0 20px;
}

.kiyouNumber dt {
width: 27%;
}

.kiyouNumber dd {
width: 73%;
}

		
		main.wn .p-news-list li a span {
			display: block;
		}
		
		main.wn .p-news-list li a .p-news-list__title {
			width: 80%;
		}
		
		.p-breadcumb ul li a::after {
			right: -4px;
		}
		
		.wnDetail {
			padding: 0;
			box-shadow: none;
		}
		
		.inqTb {
			width: 100%;
		}
		
		.inqTb th {
			display: block;
			width: 100%;
			border-bottom: none;
			background-color: #F3F2F1;
		}

		.inqTb td {
			display: block;
			width: 100%;
		}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


.inqTb td input {
 border: 1px solid #CCC;
	padding: 4px;
	box-shadow: inset 1px 1px 3px rgb(0 0 0 / 7%);
	width:100%;
 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 input[type="submit"] {
	margin: 0 8px;
	padding: 8px 30px;
	cursor: pointer;
	background-color: #AAA !important;
	font-size: 16px;
}

.eventBox2 {
	width: 100%;
	margin: 0 auto 60px;
	padding: 15px;
	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: block;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: none;
}

.eventBox2 dl dt {
	width: 100%;
}

.eventBox2 dl dd {
 width: 100%;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

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

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

.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;
	line-height: 1.4;
}

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

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

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

.pageNavi {
	width: 90%;
	margin: 0 auto 60px;
	padding: 0;
	list-style: none;
	display: block;
}

.pageNavi li {
	margin: 0 20px 20px;
}

.pageNavi li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	text-decoration: none;
	text-align: center;
	border: 2px solid #CCC;
	color: #000;
	background: linear-gradient(to right, rgba(0, 204, 180, 0.2), rgba(0, 126, 204, 0.2));
}

.pageNavi li a:hover {
	background: linear-gradient(to right, rgba(0, 126, 204, 0.2), rgba(0, 204, 180, 0.2));
	text-decoration: underline;
	color: #007ECC;
}

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

.bullInfo {
display: block;
justify-content: normal;
}

.bullInfo.line:before {
position: absolute;
top: unset;
left: 0;
bottom: 9px;
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: 0;
padding-right: 0;
font-weight: 500;
font-size: 16px;
max-width: none;
line-height: 1.4;
}

.bullInfo p {
background-color: #FFF;
line-height: 1.4 !important;
margin-bottom: 0 !important;
padding-left: 10px;
white-space: nowrap;
text-align: right;
width: 80px;
margin: 0 0 0 auto !important;
}

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

/*.bulletinDetail {
display: flex;
justify-content: unset;
flex-direction: column;
}

.bulletinDetail .bulletinHyoushi {
width: 100%;
margin-left: 0;
margin-bottom: 20px;
order: 1;
display: block;
text-align: center;
}

.bulletinDetail .bulletinList {
width: 100%;
order: 2;
display: block;
}
*/
	
}
@media all and (max-width: 450px) {
  .banner-top__text {
    font-size: 12px;
  }
  
  .kiyouNumber dt {
width: 35%;
}

.kiyouNumber dd {
width: 65%;
}

}

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