@charset "UTF-8";
/* css Investigation [top] */

@import url("main.css");

/* PC */
@media print, screen and (min-width: 961px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/* Waku */
.waku_list {
	padding: 10px 0 0 0;
	margin: 0;
	height: auto;
	counter-reset: titleNum;
}

.waku_list .listbox {
	padding: 10px 0;
	margin: 0;
	
	height: auto;
	counter-increment: titleNum;
}

/* h5 */
.waku_list .listbox .list-title {
	padding: 0 0 10px 0;
	margin: 0;
	
	height: auto;
}

.waku_list .listbox .list-title h5 {
	padding: .2em 0 0 2em;
	margin: 0;
	height: auto;
	position: relative;
	font-size: 136%;
	font-weight: 600;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

.waku_list .listbox .list-title h5::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(titleNum);
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #329b54;
  border-radius: 100%;
  color: #fff;
  font-size: .9em;
  text-align: center;
}

/* P */
.waku_list .listbox .moji_list {
	padding: 0;
	margin: 0;
	height: auto;
}

.waku_list .listbox .moji_list p {
	padding: 0;
	margin: 0;
	font-size: 116%;
	font-weight: 400;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Staff */
/*---------------------------------------------------- */
/* Waku */
.waku_staff {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.waku_staff .staffbox {
	padding: 0 0 10px 0;
	margin: 0 0.5%;
	width: 48.2%;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

.waku_staff .staffbox .researcher {
	padding: 14px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	border: solid 2px #dcdcdc;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.94);
}

.waku_staff .staffbox .researcher .waku_researcher {
	padding: 0;
	margin: 0 auto;
	width: 92%;
	height: auto;
}

/* h5 */
.waku_researcher .staff-title {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.waku_researcher .staff-title h5 {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 3px solid #ccc;
	color: #2d2e2f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}

.waku_researcher .staff-title h5::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #1e9244;
}

/* P */
.waku_researcher .moji_staff {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.waku_researcher .moji_staff p {
	padding: 0;
	margin: 0;
	font-size: 116%;
	font-weight: 400;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}


}


/* Tablet */
@media only screen and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/* Waku */
.waku_list {
	padding: 10px 0 0 0;
	margin: 0;
	height: auto;
	counter-reset: titleNum;
}

.waku_list .listbox {
	padding: 10px 0;
	margin: 0;
	
	height: auto;
	counter-increment: titleNum;
}

/* h5 */
.waku_list .listbox .list-title {
	padding: 0 0 10px 0;
	margin: 0;
	
	height: auto;
}

.waku_list .listbox .list-title h5 {
	padding: .1em 0 0 2em;
	margin: 0;
	height: auto;
	position: relative;
	font-size: 124%;
	font-weight: 600;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

.waku_list .listbox .list-title h5::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(titleNum);
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #329b54;
  border-radius: 100%;
  color: #fff;
  font-size: .9em;
  text-align: center;
}

/* P */
.waku_list .listbox .moji_list {
	padding: 0;
	margin: 0;
	height: auto;
}

.waku_list .listbox .moji_list p {
	padding: 0;
	margin: 0;
	font-size: 108%;
	font-weight: 400;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Staff */
/*---------------------------------------------------- */
/* Waku */
.waku_staff {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.waku_staff .staffbox {
	padding: 0 0 10px 0;
	margin: 0 0.5%;
	width: 48.2%;
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

.waku_staff .staffbox .researcher {
	padding: 12px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	border: solid 2px #dcdcdc;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.94);
}

.waku_staff .staffbox .researcher .waku_researcher {
	padding: 0;
	margin: 0 auto;
	width: 92%;
	height: auto;
}

/* h5 */
.waku_researcher .staff-title {
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.waku_researcher .staff-title h5 {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 3px solid #ccc;
	color: #2d2e2f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}

.waku_researcher .staff-title h5::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #1e9244;
}

/* P */
.waku_researcher .moji_staff {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.waku_researcher .moji_staff p {
	padding: 0;
	margin: 0;
	font-size: 108%;
	font-weight: 400;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}


}


/* SP */
@media only screen and (max-width: 568px)  {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/* Waku */
.waku_list {
	padding: 10px 0 0 0;
	margin: 0;
	height: auto;
	counter-reset: titleNum;
}

.waku_list .listbox {
	padding: 10px 0;
	margin: 0;
	
	height: auto;
	counter-increment: titleNum;
}

/* h5 */
.waku_list .listbox .list-title {
	padding: 0 0 10px 0;
	margin: 0;
	
	height: auto;
}

.waku_list .listbox .list-title h5 {
	padding: 0 0 0 2em;
	margin: 0;
	height: auto;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

.waku_list .listbox .list-title h5::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(titleNum);
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #329b54;
  border-radius: 100%;
  color: #fff;
  font-size: .9em;
  text-align: center;
}

/* P */
.waku_list .listbox .moji_list {
	padding: 0;
	margin: 0;
	height: auto;
}

.waku_list .listbox .moji_list p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Staff */
/*---------------------------------------------------- */
/* Waku */
.waku_staff {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.waku_staff .staffbox {
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	display: block;
}

.waku_staff .staffbox .researcher {
	padding: 12px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	border: solid 2px #dcdcdc;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.94);
}

.waku_staff .staffbox .researcher .waku_researcher {
	padding: 0;
	margin: 0 auto;
	width: 92%;
	height: auto;
}

/* h5 */
.waku_researcher .staff-title {
	padding: 0 0 6px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.waku_researcher .staff-title h5 {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 3px solid #ccc;
	color: #2d2e2f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}

.waku_researcher .staff-title h5::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #1e9244;
}

/* P */
.waku_researcher .moji_staff {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.waku_researcher .moji_staff p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

}