@charset "UTF-8";

/* -------------------------------------- */
.p-cat{
    margin-bottom: 337px;
    position: relative;
    z-index: 5;
}
.p-cat_inner{
	display: flex;
	align-items:flex-start;
	height: 61px;
	position: relative;
	z-index: 1;
}

.p-cat_inner .c-pagenavi{
    position: absolute;
    z-index: 1;
    bottom: -120px;
    left: 0;
    right: 0;
}

.p-cat_box{
  border: 2px rgb(2, 58, 167) solid;
  border-radius: 4px;
  background-color: rgb(237, 242, 251);
  width: 295px;
  position: relative;
  z-index: 5;
}
.p-cat_box:nth-child(n+2){
	margin-left: 30px;
}

.p-cat_btn-search,
.p-cat_btn{
	color: #023aa7;
	font-size: 15px;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	text-align: left;
	padding: 18px 27px;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.7;
}

.p-cat_btn-search i,
.p-cat_btn i{
	position: absolute;
	top: 0;
	right: 11px;
	bottom: 0;
	margin: auto;
	border-width: 2px;
	transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);

}
.p-cat_btn.on i{
	transform: rotate(90deg);
}
.p-cat_btn i:before{
	transition: opacity 0.4s cubic-bezier(0.26, 0.06, 0, 1);
}
.p-cat_btn.on i:before{
	opacity: 0;
}

.p-cat_btn-search{
	background: #023aa7;
	color: #fff;
	text-align: center;
}

.p-cat_list{padding: 20px 27px;position: relative;z-index: 1;display: none;font-weight: bold;}
.p-cat_list:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: rgb(2, 58, 167);
	height: 2px;
	top: 0px;
	right: 10px;
	left: 10px;
}

.p-cat_list a{
	display: block;
	font-size: 14px;
	line-height: 1.4;
}
.p-cat_list a:nth-child(n+2){
	margin-top: 22px;
}
/*@media screen and (max-width: 1170px) {
  .p-cat_box{
    width: 30.7%;
  }
  .p-cat_box:nth-child(n+2) {
      margin-left: 3%;
  }

}*/

/* ------------------------- */
.p-laboratory_bg span{
	background: #b5cdfa;
	left: calc(12%);
}

.p-laboratory{}
.p-laboratory_inner{
    position: relative;
    z-index: 1;
    left: 0;
    top: -137px;
}
.p-laboratory_list{
	display: flex;
	flex-wrap: wrap;
}
.p-laboratory_list_box{
	width: 31.8%;
	margin-left: 2.3%;
	background: #fff;

	transition: opacity 400ms cubic-bezier(0.26, 0.06, 0, 1), color 400ms cubic-bezier(0.18, 0.06, 0.23, 1), background-color 400ms cubic-bezier(0.18, 0.06, 0.23, 1), border-color 400ms cubic-bezier(0.18, 0.06, 0.23, 1), box-shadow 400ms cubic-bezier(0.26, 0.06, 0, 1);
}
.p-laboratory_list_box a{
	padding: 27px 9%;
	display: block;
}
.p-laboratory_list_box:nth-child(3n+1){
	margin-left: 0;
}
.p-laboratory_list_box:nth-child(n+4){
	margin-top: 28px;
}
.p-laboratory_list_img{
	max-width: 196px;
	margin: 0 auto 31px;
}
.p-laboratory_list_cat1{
    margin-bottom: 14px;
}
.p-laboratory_list_cat1 span{
	font-size: 12px;
	background: #023aa7;
	color: #fff;
	border-radius: 5px;
	padding: 2px 8px;
	display: inline-block;
	font-weight: bold;
}
.p-laboratory_list_head{
	font-weight: bold;
}
.p-laboratory_list_name-jp{
	font-size: 24px;
	line-height: 1.2;
}
.p-laboratory_list_post{}
.p-laboratory_list-en{
	font-size: 12px;
	color: #023aa7;
	font-weight: normal;
	display: block;
	margin: -4px 0 0;
	font-weight: bold;
}
.p-laboratory_list_name{
	font-size: 14px;
	/* font-weight: bold; */
	margin-top: 13px;
	line-height: 1.5;
}
.p-laboratory_list_mes{
    font-size: 18px;
    font-weight: bold;
    color: #023aa7;
    margin-top: 26px;
    line-height: 1.6;
}
.p-laboratory_list_mes span{
	text-decoration: underline;
}
.p-laboratory_list_data{
    margin-top: 22px;
    line-height: 1.7;
}
.p-laboratory_list_txt{
	color: #555555;
	font-size: 14px;
}
.p-laboratory_list_txt:nth-child(n+2){
	margin-top: 17px;
}
.p-laboratory_list_txt_b{
	/* color: #000; */
	font-weight: bold;
}
.p-laboratory_list_link{
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: 26px;
}
.p-laboratory_list_link .c-arrow1{
	width: 24px;
	height: 24px;
	border-width: 2px;
	margin: 0 0 0 7px;
	position: relative;
	z-index: 1;
	left: 0;
	top: 8px;
}

@media screen and (max-width: 1770px) {
	.p-laboratory_bg span {
	    left: calc(9%);
	}
}
@media screen and (max-width: 1650px) {
	.p-laboratory_bg span {
	    left: calc(6%);
	}
}




/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

@media screen and (min-width: 768px) {
	.p-laboratory_list_box:hover {
	    box-shadow: 1.928px 2.298px 25.23px 3.77px rgb(120 125 130 / 70%);
	}
	.c-pagenavi .page:hover{
	    background: #023aa7;
	    color: #fff;
	}
	.p-cat_list a:hover{
		color: #053084;
	}
	.p-cat_btn-search:hover{
		background: #fff;
		color: #000;
		text-align: center;
	}
}


/*---------------------------------------------------------
    スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {

	/* -------------------------------------- */
	.p-cat{
    margin-bottom: 143px;
}
	.p-cat_inner{
    display: block;
    height: auto;
}

	.p-cat_inner .c-pagenavi{
	    bottom: -77px;
	}

	.p-cat_box{
    width: auto;
}
	.p-cat_box:nth-child(n+2){
    margin: 6px 0 0;
}
	.p-cat_btn{}
	.p-cat_btn i{}
	.p-cat_btn.on i{}
	.p-cat_btn i:before{}
	.p-cat_btn.on i:before{}

	.p-cat_list{}
	.p-cat_list:before{}

	.p-cat_list a{}
	.p-cat_list a:nth-child(n+2){
    margin-top: 10px;
}

	/* ------------------------- */
	.p-laboratory_bg span{}

	.p-laboratory{}
	.p-laboratory_inner{
    top: -62px;
}
	.p-laboratory_list{
    display: block;
}
	.p-laboratory_list_box{
    width: auto;
}
	.p-laboratory_list_box a{
    padding: 27px 7%;
}
	.p-laboratory_list_box:nth-child(3n+1){}
	.p-laboratory_list_box:nth-child(n+2){
    margin: 20px 0 0;
}
	.p-laboratory_list_img{
    margin: 0 auto 22px;
}
	.p-laboratory_list_cat1{
    margin: 0 0 9px;
}
	.p-laboratory_list_cat1 span{
    font-size: 11px;
    padding: 1px 6px;
}
	.p-laboratory_list_head{}
	.p-laboratory_list_name-jp{
    font-size: 18px;
}
	.p-laboratory_list_post{}
	.p-laboratory_list-en{}
	.p-laboratory_list_name{
    font-size: 13px;
    margin-top: 9px;
}
	.p-laboratory_list_mes{
    font-size: 16px;
    margin-top: 15px;
}
	.p-laboratory_list_data{
    margin-top: 18px;
}
	.p-laboratory_list_txt{
    font-size: 13px;
}
	.p-laboratory_list_txt:nth-child(n+2){
    margin-top: 8px;
}
	.p-laboratory_list_txt_b{}
	.p-laboratory_list_link{
    margin-top: 12px;
}
	.p-laboratory_list_link .c-arrow1{}
}

