@import url(https://fonts.googleapis.com/css?family=Mako);

/*----------------------- about -----------------------*/

.about2 {
    width: 340px;
    margin-left: 50px;
    padding: 30px 30px 20px;
    border: solid 1px #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #26b6bc;
}

.about2 h4 {
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.about2 li {
    padding: 10px 0 10px 35px;
    font-size: 15px;
    line-height: 1.8em;
    text-align: left;
    position: relative;
}
.about2 li:before {
    width: 18px;
    height: 18px;
    content: url('../images/heart.svg');
    content: url('../images/heart.png')\9;
    position: absolute;
    left: 7px;
    top: 12px;
}

.about2 + .w70 {
    position: absolute;
    right: 80px;
    top: 12em;
}

#NCBNProjectImg {
    width: 830px;
    height: 500px;
    position: relative;
}
#NCBNProjectImg > img{
	pointer-events:none;
}
#NCBNProjectImg .linkBtn {
    width: 9em;
    padding-right: 5px;
    position: absolute;
    right: 168px;
    bottom: 115px;
    font-size: 0.8em;
}

ul.NC{
	margin-bottom: 20px;
}
ul.NC li{
	width:32%;
	margin-bottom:1.5%;
	padding:10px ;
	line-height: 1;
	border:solid 1px #26b6bc;
	font-size:0.85em;
	box-sizing: border-box;
}
ul.NC li span{
	margin:5px 0 0;
	display: block;
	font-size:0.9em;
}

@media screen and (max-width:640px) {

	.about2 {
		width: 100%;
		margin-left: 0;
		padding: 20px 15px 15px;
		box-sizing: border-box;
	}
	.about2 li {
		padding: 10px 0 10px 20px;
		font-size: 0.8em;
		line-height: 1.8em;
		text-align: left;
		position: relative;
	}
	.about2 li:before {
		width: 15px;
		height: 15px;
		left: 0;
		top: 12px;
	}
	.about2 li br{
		display: none;
	}
	.about2 + .w70 {
		margin: 20px auto 0;
		position: static;
		right: auto;
		top: auto;
	}
	
	#NCBNProjectImg {
		width: 100%;
		height: auto;
	}
	#NCBNProjectImg .linkBtn {
		width: 9em;
		padding-right: 5px;
		margin: 0 auto;
		right: calc(50% - 4.5em);
		bottom: 29vw;
		font-size: 1em;
	}

	ul.NC{
		margin-bottom: 20px;
	}
	ul.NC li{
		width:49%;
		margin-bottom:2%;
		padding:7px ;
		font-size:0.75em;
	}
	ul.NC li span{
		margin:5px 0 0;
		display: block;
		font-size:0.9em;
	}

}


/*----------------------- cooperation -----------------------*/

.cooperationChart {
    width: 680px;
    margin: 60px auto 120px;
}

.cooperationChart li {
    padding-left: 180px;
    margin-bottom: 30px;
    font-size: 0.9em;
	line-height: 1.5em;
    position: relative;
}
.cooperationChart li:not(:last-child)::after {
    content: url('../images/cooperation_arrow.svg');
    display: block;
    margin-top: 30px;
}

.cooperationChart .balloon {
    width: 5em;
	height: 5em;
    margin: 0 auto 15px;
	padding-top: 2em;
	line-height: 1;
    background-color: #ccc;
    font-weight: bold;
	box-sizing: border-box;
}
.cooperationChart li img {
    position: absolute;
    left: 0;
    top: 0;
}

.cooperation .aside .flexBetween {
	width: 680px;
	margin:0 auto;
    padding: 10px 0 20px;
	align-items: center;
    position: relative;
}
.cooperation .aside img {
    position: absolute;
    left: 10px;
    top: -5px;
}
.cooperation .aside p {
    margin-left: 130px;
}
.cooperation .aside .linkBtn {
    width: 16em;
}

.cooperation .aside table {
    width: 680px;
    padding: 10px 20px 20px;
    margin: 10px auto 0;
    background-color: #fff;
    color: #26b6bc;
    font-size: 0.9em;
	border-collapse: separate;
}
.cooperation .aside table:last-child {
	margin-top: 20px;
}
.cooperation .aside table thead th {
    border-bottom: solid 1px #26b6bc;
    font-size: 1.1em;
}
.cooperation .aside table th {
    padding: 10px 10px 10px 0;
    border-bottom: dashed 1px #26b6bc;
    text-align: left;
		width: 30%;
}
.cooperation .aside table td {
    padding: 10px;
    border-bottom: dashed 1px #26b6bc;
}
.cooperation .aside table a {
    text-decoration: none;
}

.cooperation .docLink1 {
    display: block;
    padding: 10px;
    background-color: #26b6bc;
    color: #fff !important;
}

.cooperation .docLink2 {
    display: block;
    padding: 10px;
    border: solid 1px #26b6bc;
    color: #26b6bc;
}

.cooperation .docLink1:after,
.cooperation .docLink2:after {
    padding-left: 5px;
    font-size: 0.8em;
    vertical-align: 0.1em;
    margin-right: -0.5em;
}

.cooperation .docLink1:after {
    content: '▶︎';
}

.cooperation .docLink2:after {
    content: '▼';
}

.cooperation .bkNum {
    width: 100%;
    position: relative;
}

.cooperation .bkNum ul {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-left: solid 1px #26b6bc;
    border-bottom: solid 1px #26b6bc;
    border-right: solid 1px #26b6bc;
    display: none;
    box-sizing: border-box;
}

.coopExp ul {
    z-index: 5;
}

.coopConsent ul {
    z-index: 4;
}

.coopTakebk ul {
    z-index: 3;
}

.cooperation .bkNum li {
    padding: 7px;
    border-top: dotted 1px #26b6bc;
}

.cooperation .bkNum li:first-child {
    border-top: 0;
}

.cooperation .bkNum a {
    color: #666666;
    padding-right: 0.5em;
}

.cooperation .bkNum a:hover {
    color: #26b6bc;
}

.cooperation .bkNum a:before {
    content: '▶︎';
    font-size: 0.6em;
    padding-right: 5px;
    vertical-align: 0.2em;
}


@media screen and (max-width:640px) {
	.cooperation h3 + p.center{
		text-align: left !important;
	}
	.cooperation h3 + p.center br{
		display: none;
	}

	.cooperationChart {
		width: 100%;
		margin: 40px auto 60px;
	}
	.cooperationChart li {
		padding-left: 0;
		margin-bottom: 20px;
		font-size: 0.8em;
	}
	.cooperationChart li:not(:last-child)::after {
		content: url('../images/cooperation_arrow.svg');
		display: block;
		margin-top: 20px;
	}

	.cooperationChart .balloon {
		position: absolute;
		left:5px;
		top:-10px;
	}
	.cooperationChart li img {
		width:50% !important;
		height: auto;
		display: block;
		margin: 15px auto 10px;
		position: static;
		left: auto;
		top: auto;
	}
	.cooperationChart li img.static {
		width:100% !important;
	}

	.cooperation .aside .flexBetween {
		width: 100%;
	}
	.cooperation .aside img {
		display: block;
		width:40% !important;
		margin:0 auto 10px;
		position: static;
		left: auto;
		top: auto;
	}
	.cooperation .aside p {
		width:100%;
		margin-left: 0;
		text-align: center !important;
	}
	.cooperation .aside .linkBtn {
		width: 16em;
	}

	.cooperation .aside table {
		width: 100%;
		padding: 10px 15px 15px;
		margin: 10px auto 0;
	}
	.cooperation .aside table thead th {
		border-bottom: solid 1px #26b6bc;
		font-size: 1.1em;
	}
	.cooperation .aside table th {
		width:100%;
		display: block;
		padding: 10px 0;
		border-bottom:0;
		text-align: left;
		box-sizing:border-box;
	}
	.cooperation .aside table td {
		width:100%;
		display: block;
		padding: 0 0 10px;
		border-bottom: 0;
		box-sizing:border-box;
	}
	.cooperation .aside table td:last-child {
		border-bottom: dashed 1px #26b6bc;
	}
	.cooperation .aside table a ,
	.cooperation .aside table span {
		font-size:0.8em;
	}

	.cooperation .bkNum li {
		padding: 12px;
		border-top: dotted 1px #26b6bc;
	}
}


/*----------------------- participation -----------------------*/

.participation ul {
    width: 740px;
    margin: 40px auto 70px;
    text-align: left;
	counter-reset:participation;
}

.participation li {
	padding-left:70px;
    margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
    position: relative;
}
.participation li::before {
	display: block;
	counter-increment: participation;
	content: counter(participation);
    width: 1.8em;
    height: 1.8em;
    padding-top: 0.4em;
    font-size: 1.5em;
    line-height: 1;
	border-radius: 50%;
	text-align: center;
	font-family: 'Mako', sans-serif;
	color: #fff;
	background-color: #e60020;
    position: absolute;
    left: 0;
    top: calc(50% - 0.9em);
	box-sizing: border-box;
}
.participation li:nth-child(3n+1)::before {
	background-color: #ec6d88;
}
.participation li:nth-child(3n+2)::before {
	background-color: #f08307;
}

.participation li:not(:last-child)::after {
    display: block;
    content: '';
	width:30px;
	height:45px;
    background: url('../images/cooperation_arrow.svg') no-repeat center center;
	background-size: contain;
    position: absolute;
    left: calc(1.4em - 15px);
    top: calc(100% - 2px );
}

.participation li span{
	display: block;
	width:170px;
}
.participation li p{
	width:480px;
    padding: 0 !important;
    font-size: 1em !important;
}


.participation .aside h4 {
    margin-top: 30px;
    color: #000 !important;
}

.participation .aside div {
    width: 300px;
}

.participation .aside div.mov {
    width: 450px;
    height: 222px;
    margin-right: 30px;
    background: #fff;
}


/*mov*/

#movThum {
	width:450px;
	height: auto;
    cursor: pointer;
}
#movThum img{
    width:100%;
	height: auto;
}

#lBoxBk {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    z-index: 1000;
    display: none;
}

#lBox {
    width: 800px;
    height: 396px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -404px;
    margin-top: -200px;
    background-color: #26b6bc;
    border: solid 4px #26b6bc;
    z-index: 1001;
    display: none;
}

#closeBtn {
    color: #26b6bc;
    font-size: 1.1em;
    font-family: 'Mako', sans-serif;
    position: absolute;
    right: 0;
    top: -2em;
    cursor: pointer;
}

#closeBtn img {
    vertical-align: -0.2em;
}


@media screen and (max-width:640px) {
	.participation ul {
		width: 100%;
		margin: 20px auto 50px;
		text-align: left;
	}

	.participation li {
		padding-left: 60px;
		display: block;
		justify-content: space-between;
		align-items: center;
	}

	.participation li::before {
		width: 1.8em;
		height: 1.8em;
		padding-top: 0.4em;
		font-size: 1.5em;
		left: 0;
		top: calc(50% - 0.9em);
	}

	.participation li span{
		display: block;
		width:80%;
		margin:0 auto;
	}
	.participation li p{
		width:100%;
		padding: 0 !important;
		font-size: 0.8em !important;
	}

	.participation li p br{
		display: none;
	}

	.participation .aside h4 {
		margin: 10px 0 15px !important;
		color: #000 !important;
	}

	.participation .aside div{
		width: 100%;
	}
	.participation .aside h4 + img{
		display: none;
	}

	.participation .aside div.mov {
		height: auto;
		margin-right: 0;
	}
	.participation .aside div.mov img{
		vertical-align: bottom;
	}


	/*mov*/

	#movThum {
		width:100%;
		height: auto;
		cursor: pointer;
	}
	#movThum img{
		width:100%;
		height: auto;
	}

	#lBoxBk {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0.85);
		cursor: pointer;
		z-index: 1000;
		display: none;
	}

	#lBox {
		width: 90vw;
		height: 45Vw;
		position: fixed;
		left: 5vw;
		top: calc(50% - 22vw);
		margin-left: 0;
		margin-top: 0;
	}
	#lBox video{
		width:100%;
	}

}


/*----------------------- ethical -----------------------*/

.requirement {
    width: 780px;
    margin: 40px auto 60px;
    padding: 30px;
    border: dotted 2px #26b6bc;
    position: relative;
}

.requirement img {
    position: absolute;
    bottom: 100%;
    left: 30px;
}

.requirement ul {
    width: 720px;
    margin: 0 auto;
    text-align: left;
    font-size: 0.9em;
}

.requirement li {
    padding: 25px 0 25px 70px;
    line-height: 1.8em;
    position: relative;
}

.requirement .balloon {
	width: 2em;
	height: 2em;
	padding-top: 0.5em;
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: calc(50% - 1em);
	box-sizing: border-box;
}

@media screen and (max-width:640px) {
	.ethical .lead {
		text-align: left !important;
	}
	.ethical .lead br,
	.requirement li br{
		display: none;
	}
	
	.requirement {
		width: 100%;
		margin: 60px auto 20px;
		padding: 15px ;
		box-sizing: border-box;
	}

	.requirement img {
		width:10% !important;
		height: auto;
		position: absolute;
		bottom: 100%;
		left: 30px;
	}

	.requirement ul {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		font-size: 0.9em;
		box-sizing: border-box;
	}

	.requirement li {
		padding: calc(2em + 20px) 0 15px;
		line-height: 1.8em;
	}

	.requirement .balloon {
		font-size: 1.1em;
		left: calc(50% - 1em);
		top: 0.5em;
	}
}


/*----------------------- faq -----------------------*/

#pageContents.faq h3 {
	width:14em;
    margin: 0 auto;
    border-bottom: none;
	vertical-align: middle;
	position: relative;
}
#pageContents.faq h3::before,
#pageContents.faq h3::after{
	content: '';
	display: block;
	width:60px;
	height: 15px;
	background:url(../images/faq_title_deco.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	bottom:calc(0.8em + 7px);
}
#pageContents.faq h3::before{
	right:calc(100% + 1em);
}
#pageContents.faq h3::after{
	left:calc(100% + 1em);
	transform: rotateY(180deg);
}


#pageContents.faq h4 {
    margin-top: 70px;
    padding-bottom: 3px;
    font-size: 18px;
	line-height: 1.4em;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 2px #26b6bc;
    color: #26b6bc;
}

.faq dl {
    text-align: left;
}

.faq dt {
    margin:10px 0 20px;
    padding: 25px 0 25px 70px;
    color: #ec6d88;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    border-bottom: dotted 2px #ec6d88;
    position: relative;
}

.toggleBtn {
    position: absolute;
    right: 10px;
    top: calc(50% - 0.5em);
    cursor: pointer;
}

.faq dd {
    margin: 0;
    padding-left: 140px;
    padding-bottom: 30px;
    font-size: 0.9em;
    line-height: 1.8em;
    position: relative;
    display: none;
}

.faq .balloon {
    width: 2.2em;
    height: 2.2em;
    padding-top: 0.6em;
    background-color: #ec6d88;
    font-size: 1.2em;
	text-align: center;
	line-height: 1;
    position: absolute;
    left: 0;
    top: calc(50% - 1.3em);
	box-sizing: border-box;
}

.faq .balloon:after {
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-top: 10px solid #ec6d88;
    top: calc(100% - 2px);
    left: calc(50% - 7px);
}

.faq dd .balloon {
    padding-top: 0.5em;
    left: 70px;
    top: 0;
    background-color: #26b6bc;
    font-size: 1.5em;
}

.faq dd .balloon::after {
    border-top: 10px solid #26b6bc;
}


@media screen and (max-width:640px) {
	#pageContents.faq h3 {
		width:11em;
	}
	#pageContents.faq h3::before,
	#pageContents.faq h3::after{
		width:40px;
		height: 10px;
		bottom:calc(0.8em + 5px);
	}
	#pageContents.faq h3::before{
		right:calc(50% + 2em);
	}
	#pageContents.faq h3::after{
		left:calc(50% + 2em);
	}

	#pageContents.faq h4 {
		margin-top: 50px;
		font-size: 1.1em;
	}

	.faq dl {
		text-align: left;
	}

	.faq dt {
		margin-bottom: 20px;
		padding: 10px 2em 10px 3em;
		color: #ec6d88;
		font-size: 0.85em;
		line-height: 1.5em;
		letter-spacing: 0.05em;
		border-bottom: dotted 2px #ec6d88;
		position: relative;
	}

	.toggleBtn {
		right: 0;
	}

	.faq dd {
		padding-left: 3em;
		padding-bottom: 15px;
		font-size: 0.8em;
	}

	.faq .balloon {
		font-size: 1em;
		left: 0;
	}
	.faq .balloon::after {
		border: 5px solid transparent;
		border-top: 8px solid #ec6d88;
		top: calc(100% - 2px);
		left: calc(50% - 5px);
	}

	.faq dd .balloon {
		left: 0;
		font-size: 1em;
	}
	.faq dd .balloon::after {
		border-top: 8px solid #26b6bc;
	}
}


/*----------------------- contact -----------------------*/

.contact {
    padding: 60px 0;
    text-align: center;
}
.contact p {
    width: 780px;
    margin: 0 auto;
}
.contact p:first-child{
	font-size:1em !important;
}

.contact .map{
	width:100%;
	max-width: 800px;
	margin:-105px auto 30px;
}
.contact .map > img{
	max-width: 100%;
}
.contact .balloon{
	width:110px;
	position:absolute;
	right:90px;
	top:40px;
}

@media screen and (max-width:640px) {
	.contact {
		padding: 40px 4%;
		box-sizing: border-box;
	}

	.contact p {
		width: 100%;
		margin: 0 auto;
	}

	.contact .map{
		margin:0 auto;
	}
	.contact .balloon{
		width:90px;
		right:20px;
		top:40px;
	}
}

/*----------------------- utilization -----------------------*/
.utilization{
    counter-reset: number 0; 
}

.utilization img {
    margin: 40px 0 60px;
}

.utilization h3 + .center{
    text-align: center;
	margin-bottom: 40px !important;
}

/* style（提供のあり方） */
.utilization .style {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}

.utilization .style div {
    width: 49%;
    border: 2px solid #08abb1;
    box-sizing: border-box;
}

.utilization .style div h4 {
    color: #fff;
    text-align: center;
    background-color:#08abb1;
    padding:0.5em;
    width:100%;
    box-sizing: border-box;
}
.utilization .style div:nth-child(2) {
    border: 2px solid #F08307;
    
}
.utilization .style div:nth-child(2) h4 {
    background-color: #F08307;
}

.utilization .style div p {
    display: block;
    width:100%;
    vertical-align: top;
    padding: 1.5em 1.5em 0.5em !important;
    background-color: #fff;
    text-align: left;
    font-size: 0.8em;
    box-sizing: border-box;
}

@media screen and (max-width:640px) {
	.utilization h3 + .center{
		text-align: left !important;
	}
	.utilization h3 + .center br{
		display: none;
	}

	.utilization .style {
		width: 100%;
		flex-flow: column nowrap;
	}

	.utilization .style div {
		width: 100%;
		margin-bottom:20px;
	}

	.utilization .style div h4 {
		padding:0.4em;
	}

}


/* step */
.utilization .step{
    position: relative;
    width:100%;
    padding:0 0 20px;
	line-height: 1.4em;
    box-sizing: border-box;
}
.utilization h5{
    font-weight: bold;
}

/* stepbox */
.utilization .stepbox{
    display: block;
    border:2px solid #08abb1;
    padding:1em 0.5em;
    margin:10px auto;
}
.utilization .stepbox.w36{
    width:370px;
}
.utilization .stepbox.w18{
    width:180px;
}

.utilization .stepbox p{
    font-size:0.8em;
    padding: 0 20px !important;
}

.utilization .stepbox li{
    padding-left:2.5em;
    font-size:0.8em;
    text-align: left;
}

.utilization a.redbtn{
    display: inline-block;
    padding:0.4em 2em;
    background-color:#E60020;
    color:#fff;
    border-radius: 2.5em;
		line-height: 1.5em;
    text-decoration: none;
    font-size:0.8em;
    font-weight: bold;
}
.utilization a.redbtn:not(:last-child){
		margin-bottom: 0.8em;
}
.utilization .contact_info {
	display: grid;
	padding: 0 10%;
}
.utilization a.redbtn:after{
    content:"▶";
    display: inline-block;
    padding-left:0.5em;
    font-size:0.8em;
}
@media screen and (max-width:640px) {
	.utilization a.redbtn{
    font-size:0.7em;
    box-sizing: border-box;
		width: 50vw;
		position: absolute;
		left: calc(50% - 25vw);
	}
	.utilization a.redbtn--01{
		top: 24%;
	}
	.utilization a.redbtn--02{
		top: 95.5%;
	}
	.utilization a.redbtn--03{
		top: 11%;
	}
}

/* arrow */
.flex{
    display: flex;
    justify-content: space-around;
}
.arrow-down{
    position: relative;
    width:6px;
    height:30px;
    border-right:6px solid #08abb1;
    box-sizing: border-box;
    margin:0 auto;
}
.arrow-down:after{
  content: "";
  position: absolute;
  bottom: -5px;
  right: -15px;
  border-top: 15px solid #08abb1;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* step number */
.utilization h5.num{
    font-size:1.1em;
    line-height:1.6em;
    font-weight:bold;
    padding:0.4em 0 0.4em 1.6em;
    text-align: center;
    color:#08abb1;
    display: inline-block;
    position: relative;
}
.utilization h5.num:before{
    counter-increment: number 1;
    content: counter(number) " ";
    display: block;
    width:1.5em;
    height:1.5em;
    position: absolute;
    top:0.75em;
    left:0;
    font-size:0.8em;
    line-height:1.5em;
    vertical-align: middle;
    color:#fff;
    text-align: center;
    background-color:#26b6bc;
    border-radius: 50%;
    overflow: hidden;
    box-sizing:border-box;
    font-family: 'Roboto Condensed', sans-serif;
}

.utilization .user{
    width:200px;
    height:200px;
    margin:10px auto;
    border-radius: 50%;
    position: relative;
    background:url(../images/ut_user.svg) no-repeat center center #F7F7F5;
    background-size:50% auto;
}
.utilization .user h5{
    position: absolute;
    top:20px;
    left:0;
    width:100%;
    text-align: center;
}

.utilization .officer{
    width:300px;
    height:300px;
    margin:10px auto;
    border-radius: 50%;
    position: relative;
    background:url(../images/ut_officer.svg) no-repeat center 50% #F7F7F5;
    background-size:50% auto;
}
.utilization .officer h5{
    position: absolute;
    top:40px;
    left:0;
    width:100%;
    text-align: center;
}

.utilization .officer .utaccept{
    position: absolute;
    top:15px;
    right:-10px;
    width:80px;
}
.utilization .officer .utmail{
    position: absolute;
    bottom:0;
    left:50%;
    width:180px;
    margin-left:-90px;
    text-align: center;
}

/* 調査結果の報告 area */
.utilization .step-res{
    position: relative;
}
.utilization .step2{
    position: absolute;
    bottom:200px;
    left:20px;
    background-color:#fff;
    z-index: 2;
}
.utilization .arrow-step2{
    position: absolute;
    width:140px;
    height:70%;
    top:100px;
    left:120px;
    border-top:5px solid #08abb1;
    border-left:5px solid #08abb1;
    border-bottom:5px solid #08abb1;
    z-index: 1;
}
.utilization .arrow-step2:after{
	left: 100%;
	top: -15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(8, 171, 177, 0);
	border-left-color: #08abb1;
	border-width: 13px;
}
.utilization .step3{
    background:url(../images/ut_step3.svg) no-repeat 95% center;
    background-size: 300px auto;
}
.utilization .step3 .txtarea{
    width:60%;
    text-align: left;
}
.utilization .step3 .txtarea h5{
    font-weight: bold;
    margin-left:1.5em;
}

/* 審査結果に問題がある場合 area */
.utilization .step-apply{
    position: relative;
}

.utilization .bottom-space{
    position: relative;
	bottom: 40px;
}

.utilization .gray{
    display: block;
    position: absolute;
    bottom:130px;
    left:30px;
    background-color:#98A3A3;
    z-index: 2;
    color:#fff;
    padding:10px 20px;
}

.utilization .sub-gray{
    display: block;
    position: absolute;
    bottom:130px;
    left:30px;
    background-color:#98A3A3;
    z-index: 2;
    color:#fff;
    padding:10px 20px;
}

.utilization .grayframe{
    display: block;
    position: absolute;
    bottom:240px;
    left:10px;
    border:2px solid #98A3A3 !important;
    background-color:#fff;
    color:#98A3A3;
    padding:10px 20px;
    z-index: 2;
}

.utilization .sub-grayframe{
    display: block;
    position: absolute;
    bottom:230px;
    left:10px;
    border:2px solid #98A3A3 !important;
    background-color:#fff;
    color:#98A3A3;
    padding:10px 20px;
    z-index: 2;
}

.utilization .arrow-step5{
    position: absolute;
    width:95px;
    height:10%;
    top:422px;
    left:82px;
    border-left:5px solid #98A3A3;
    border-bottom:5px solid #98A3A3;
    z-index: 1;
}

.utilization .sub-arrow-step5{
    position: absolute;
    width:95px;
    height:10%;
    top:392px;
    left:82px;
    border-left:5px solid #98A3A3;
    border-bottom:5px solid #98A3A3;
    z-index: 1;
}

.utilization .gray:after{
    bottom:100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(152, 163, 163, 0);
	border-bottom-color: #98A3A3;
	border-width: 12px;
	margin-left: -12px;
    
}
.utilization .arrow-step5:after, 
.utilization .sub-arrow-step5:after {
    bottom:100%;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(152, 163, 163, 0);
	border-bottom-color: #98A3A3;
	border-width: 12px;
	margin-left: -15px;
}

.utilization .meeting1{
    width:200px;
    height:200px;
    margin:10px auto;
    border-radius: 50%;
    position: relative;
    background:url(../images/ut_meeting1.svg) no-repeat 40px 100px #F7F7F5;
    background-size:60% auto;
}
.utilization .meeting1 h5{
    position: absolute;
    top:45px;
    left:0;
    width:100%;
    text-align: center;
}

.utilization .meeting2{
    width:200px;
    height:200px;
    margin:10px auto;
    border-radius: 50%;
    position: relative;
    background:url(../images/ut_meeting2.svg) no-repeat 40px 90px #F7F7F5;
    background-size:60% auto;
}
.utilization .meeting2 h5{
    position: absolute;
    top:35px;
    left:0;
    width:100%;
    text-align: center;
}

.utilization .stepbox.step6{
    display: block;
    width:600px;
}

.utilization .step-cap{
    position: relative;
    top:-40px;
    background-color: #fff;
}

.utilization .arrow-m{
    margin-top:-40px;
}

.utilization .step10{
    padding-bottom:0;
}
.utilization .step10 img{
    margin:0 auto;
    padding:0;
}

.utilization .step11{
    width:260px;
    height:260px;
    border:3px solid #e60020;
    margin:10px auto;
    border-radius: 50%;
    position: relative;
    background:url(../images/ut_distribution.svg) no-repeat center 70px #F7F7F5;
    background-size:75% auto;
}
.utilization .step11 h5{
    display: inline-block;
    margin: 20px auto;
    color:#e60020 !important;
}
.utilization .step11 .hart{
    position: absolute;
    top:-20px;
    right:-40px;
}
.utilization .step11.share{
    width:380px;
    height:380px;
    background-position:center 85%;
    background-size:56% auto;
}
.utilization .step11.share h5{
    margin: 60px auto;
}

.utilization .circle200{
    width:200px;
    height:200px;
}


/*審査結果に問題がない場合*/
.noproblem {
    position: relative;
}

.utilization .noproblem .stepbox{
    position: absolute;
    width:200px;
    background-color:#08abb1;
    color:#fff !important;
    top:10px;
    left:55%;
}
.utilization .noproblem .stepbox:after{
    right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(8, 171, 177, 0);
	border-right-color: #08abb1;
	border-width: 15px;
	margin-top: -15px;
}

.noproblem .arrow-down{
    position: relative;
    width:6px;
    height:120px;
    border-right:6px solid #08abb1;
    box-sizing: border-box;
    margin:0 auto;
}
.fukidashi-up{
    position: relative;
}
.fukidashi-up:before{
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left:-18px;
  border-bottom: 20px solid #08abb1;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
.fukidashi-up:after{
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left:-15px;
  border-bottom: 17px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

/* tab menu */
.utilization #case{
	line-height: 1.4em;
}
.utilization #case ul.case{
    width:100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    box-sizing: border-box;
}
.utilization #case ul.case li{
    width:49.7%;
}
.utilization #case ul.case li a{
    display: block;
    width:100%;
    background-color: #08abb1;
    margin:0;
    padding:1em 0;
    color:#fff;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    line-height:1em;
    text-decoration: none;
}
.utilization #case ul.case li:nth-child(2) a{
    background-color: #f08307;
}

.utilization #case ul.case li a.on{
    padding:1.5em 0;
}
.utilization .case1{
    border:3px solid #08abb1;
    width:100%;
    padding:30px;
    box-sizing: border-box;
    display: none;
}
.utilization .case2{
    border:3px solid #f08307;
    width:100%;
    padding:30px;
    box-sizing: border-box;
    display: none;
}


/* 各種資料 area */
.utilization .doc{
  padding:60px 0 0;
    width:100%;
    box-sizing: border-box;
}
.utilization .doc h2{
    color:#08abb1;
    font-size:1.2em;
    border-bottom:2px solid #08abb1;
    margin-bottom:1em;
    padding-bottom:0.3em;
    text-align: left;
}
.utilization .doc li{
    display: flex;
    border-bottom:1px dotted #08abb1;
    padding:0.2em 0;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.utilization .doc li p{
    width:60%;
    line-height: 1em;
    padding:1em 0 0 !important;
    box-sizing:border-box;
}
.utilization .doc li a.dl{
    display: block;
    width:30%;
    background-color:#08abb1;
    padding:1em;
    color:#fff;
    border-radius: 0.2em;
    font-size:0.8em;
    line-height: 1em;
    text-decoration: none;
	position: relative;
	box-sizing: border-box;
}
.utilization .doc li a.dl:hover{
    background-color:#555;
}
.utilization .doc li a::after{
    position: absolute;
    content:"▶";
    font-size:0.7em;
    display: block;
    top:calc(50% - 0.7em);
    right:20px;
    color:#fff;
}

@media screen and (max-width:640px) {

	#pageContents.utilization .forSP img {
		width: 100%;
		height: auto;
		margin: 10px auto ;
	}
	#pageContents.utilization .step .forSP img {
		margin: 0 auto;
	}
	
	#pageContents.utilization .step .forSP{
		position: relative;
	}
	#pageContents.utilization .step .forSP a {
		display: block;
		width: 50vw;
		padding: 0.4em 0;
		font-size: 0.7em;
		position: absolute;
		left: calc(50% - 25vw);
		box-sizing: border-box;
	}
	#pageContents.utilization .step .forSP a:nth-child(2) {
		top: 25%;
	}
	#pageContents.utilization .step .forSP a:nth-child(3) {
		top: 29.5%;
	}
	#pageContents.utilization .step .forSP a:nth-child(4) {
		top: 34%;
	}
	.utilization .step{
		padding:0;
	}
	#pageContents.utilization .forSP {
		position: relative;
	}
	#pageContents.utilization .forSP .case1-btn {
		display: block;
		width: 50vw;
		padding: 0.4em 0;
		font-size: 0.7em;
		position: absolute;
		left: calc(50% - 25vw);
		box-sizing: border-box;
    	top: 23%;
    	line-height: 1.3;
	}
	#pageContents.utilization .forSP .case2-btn {
		display: block;
		width: 50vw;
		padding: 0.4em 0;
		font-size: 0.7em;
		position: absolute;
		left: calc(50% - 25vw);
		box-sizing: border-box;
    	top: 7%;
    	line-height: 1.3;
	}
	
	/* tab menu */
	.utilization .case1,
	.utilization .case2{
		padding:0;
	}
	
	/* 各種資料 area */
	.utilization .doc{
	  padding:40px 0 0;
	}
	.utilization .doc h2{
		font-size:1.1em;
	}
	.utilization .doc li{
		display: block;
		padding:1em 0;
	}
	.utilization .doc li p{
		width:100%;
		line-height: 1em;
		padding: 0 !important;
		box-sizing:border-box;
	}
	.utilization .doc li a.dl{
		width:100%;
	}
	.utilization .doc li a:after{
		font-size:0.7em;
		right:10px;
	}
}

/*----------------------- contact reseracher -----------------------*/

.contactR {
    padding: 70px 0 100px;
    position: relative;
}

.contactR p {
    margin-bottom: 60px !important;
    text-align: center !important;
}
.contactR p a{
	display: inline-block;
	width:260px;
}

.contactR > .balloon {
	width:80px;
    position: absolute;
	left:170px;
	top:100px;
}
.contactR > .balloon:last-child {
	left:auto;
	right:170px;
}

@media screen and (max-width:640px) {
	.contactR {
		padding: 40px 0 70px;
		text-align: center;
	}

	.contactR p {
		margin-bottom: 20px !important;
	}
	.contactR p a{
		display: inline-block;
		width:260px;
	}

	.contactR > .balloon {
		display: inline-block;
		width:70px;
		margin:0 20px 20px;
		position: static;
		left:auto;
		top:auto;
	}

}


/*----------------------- achievements -----------------------*/

.achievements ul.tab{
	display: flex;
	justify-content: space-around;
	border-bottom:1px solid #ccc;
	width:100%;
	margin:40px auto;
}
.achievements ul.tab li{
	display: block;
	background-color:#f3f3f3;
	border:1px solid #ccc;
    width: 45%;
    font-size: 0.8em;
	margin-bottom: -1px;
}
.achievements ul.tab li a{
	display: block;
	padding:1em;
	color:#000;
	font-size:1.2em;
	text-decoration: none;
}
.achievements ul.tab li.on{
	border-bottom:1px solid #fff;
	background-color:#fff;
}
.achievements ul.tab li.on a{
	color:#08abb1;
}

/* 現在の収集状況 */
#acCur .inner{
	width:90%;
	margin:0 auto;
}
#acCur .thumb{
	width:100%;
	border:1px solid #ccc;
	padding:20px;
	box-sizing: border-box;
	margin-bottom:30px;
}
#acCur img{
	width:100%;
	height:auto;
	margin:0 auto;
}
#acCur .linkBtn{
	width:400px;
	padding:0 !important;
	line-height: 1.5em !important;
}
#acCur .linkBtn a{
	width:100%;
	display: block;
	position: relative;
	padding:10px 30px;
	box-sizing: border-box;
	text-align: center;
}
#acCur .linkBtn a:after{
	position: absolute;
	top:50%;
	right:20px;
	margin-top:-1em;
}

/* ご協力頂いた研究 / 利活用実績 */
#acRes {
	display: none;
}
.achievements h4{
	display: block;
	font-size:1.2em;
	line-height: 1em;
	color:#444;
	text-align: left;
	border-bottom:1px solid #ccc;
	margin:50px 0 20px 0;
	padding-bottom:0.5em;
}
.achievements h4:before{
	content:'●';
	display: inline-block;
	padding-right:0.5em;
	font-size:0.7em;
	line-height: 1em;
	vertical-align: middle;
	color:#26b6bc;
}


.achievements table{
	width:100%;
	border:1px solid #999;
	border-collapse: collapse;
	line-height: 1.4em;
	overflow: scroll;
	table-layout:fixed;
	word-wrap:break-word;
}
.achievements thead th,
.achievements thead td{
	text-align: center;
	padding:0.7em 1em;
	border:1px solid #999;
	font-size:0.9em;
	font-weight: bold;
	background-color:#c6e2e2;
	white-space: nowrap;
	box-sizing: border-box;
	vertical-align:middle;
}
.achievements:not(.ac2) thead th{
	width:36%;
}
.achievements.ac2 th:first-child{
	width:10%;
}
.achievements tbody td,
.achievements tbody th{
	text-align: left;
	padding:0.7em 1em;
	border:1px solid #999;
	font-size:0.9em;
	box-sizing: border-box;
	vertical-align:middle;
}
.achievements tr:nth-child(odd){
	background-color:#f2f2f2;
}

.achievements table + p.forSP{
	font-size: 0.6em;
	color:#666;
	margin-top:5px;
}

.year_sort {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}
.year_sort .year_sort_text > p {
	font-size: 0.9em;
	margin-bottom: 0!important;
}
.year_sort .year_sort_select {
	position: relative;
}
.year_sort .year_sort_select select {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  text-indent: 0.01px;
  text-overflow: '';
}
.year_sort .year_sort_select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.4em;
	transform: translate(50%, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
.year_sort .year_sort_select select {
	min-width: 230px;
	height: auto;
	padding: 0.7em 1em;
	border: 1px solid #000;
	border-radius: 3px;
	color: #000;
	font-size: 0.9em;
	cursor: pointer;
	box-sizing: border-box;
}
.year_sort .year_sort_select select:focus {
	outline: 1px solid #c6e2e2;
}
@media screen and (max-width:640px) {
	.year_sort {
		display: block;
	}
	.year_sort .year_sort_text {
		margin-bottom: 0.5em;
	}
	.year_sort .year_sort_select select {
		min-width: auto;
		width: 100%;
	}
}

/* NCGMバイオバンクの研究活動・成果 */
.achievements ul {
    width: 600px;
    margin: 40px auto 60px;
}
.achievements li {
    width: 180px;
    font-size: 0.8em;
}
.achievements li img{
    margin-bottom: 10px
}

.achievements .linkBtn {
    width: 36em;
    margin: 0 auto;
}

@media screen and (max-width:640px) {
	.achievements ul.tab li{
		width: 45%;
		font-size: 0.7em;
	}
	.achievements ul.tab li a{
		padding:1em 0.5em;
		line-height: 1.3em;
	}

	/* 現在の収集状況 */
	#acCur .inner{
		width:100%;
		margin:0 auto;
	}

	#acCur .linkBtn{
		width:100%;
	}
	#acCur .linkBtn a{
		width:100%;
		display: block;
		position: relative;
		padding:10px 30px;
		box-sizing: border-box;
		text-align: center;
	}

	/* ご協力頂いた研究 */
	#acRes .lead{
		text-align: left !important;
	}
	#acRes .lead br{
		display: none;
	}

	.achievements #acRes th,
	.achievements #acRes td{
		display: block !important;
		border:0 !important;
		font-size:0.75em !important;
	}
	.achievements #acRes th{
		border-top:1px solid #999 !important;
	}
	.achievements #acRes td{
		border-top:1px dotted #999 !important;
	}
	.achievements #acRes thead th{
		width:100% !important;
		border-top:0 !important;
	}

	/* 利活用実績 */
	.achievements #acEx table{
		display: flex;
		justify-content: space-between;
		font-size:0.8em;
	}
	.achievements #acEx table.table2{
		display: table;
	}
	.achievements #acEx tbody{
		display: flex;
		justify-content: space-between;
		flex-grow: 1;
	}
	.achievements #acEx thead{
		width:110px;
		border-right:1px solid #999;
		box-sizing: border-box;
	}
	.achievements #acEx thead tr,
	.achievements #acEx tbody tr{
		display: flex;
		flex-flow:column nowrap;
		flex-grow: 1;
	}
	.achievements #acEx table:not(.table1) tbody tr{
		width:calc(83vw - 110px);
	}
	.achievements #acEx th,
	.achievements #acEx td{
		width:100% !important;
		border:0 !important;
	}
	.achievements #acEx th{
		padding:0.7em 0.3em !important;
	}
	.achievements #acEx th:not(:first-child),
	.achievements #acEx td:not(:first-child){
		border-top:1px dotted #999 !important;
	}

	/* NCGMバイオバンクの研究活動・成果 */
	.achievements ul {
		width: 100%;
		margin: 20px auto 30px;
	}
	.achievements li {
		width: 32%;
		font-size: 0.7em;
		line-height: 1.4em;
	}
	.achievements .linkBtn {
		width: 100%;
	}
	.achievements .linkBtn a{
		font-size: 0.85em;
		line-height: 1.4em;
	}
}


/*----------------------- news -----------------------*/

#pageContents.news h3 {
    text-align: left;
    border-bottom: solid 2px #26b6bc;
}

#pageContents.news dl {
    /*font-family: 'midge';*/
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 0 !important;
    text-align: left;
}

#pageContents.news dt {
    clear: left;
    float: left;
    margin: 0 0 0.5em;
    width: 7.8em;
    padding-left: 5px;
    padding-top: 0.6em;
    color: #08abb1;
    border-top: 1px dotted #ccc;
}

#pageContents.news dd {
    margin-bottom: 0.5em;
    margin-left: 8.2em;
    padding-top: 0.6em;
    border-top: 1px dotted #ccc;
}
#pageContents.news dd > a {
	color: #08abb1;
}

#pageContents.news dt:first-child,
#pageContents.news dt:first-child+dd {
    border-top: 0;
}

#pageContents.news .infoBtn {
    float: right;
    padding-left: 12px;
    font-size: 11px;
    background: url(../images/arrow_red.png) no-repeat left center;
}

@media screen and (max-width:640px) {
	#pageContents.news dl {
		font-size:0.75em;
	}
	#pageContents.news dt {
		clear: both;
		float: none;
		margin: 0 0 0;
		width: 100%;
		padding-top: 0.8em;
		padding-left: 0;
	}
	#pageContents.news dd {
		margin-bottom: 0.8em;
		padding-top: 0.2em;
		margin-left: 0;
		border-top: none;
	}

}



/*----------------------- site map -----------------------*/

#pageContents.sitemap {
    padding-top: 40px;
    padding-bottom: 20px;
}

#pageContents.sitemap h3 {
    border-bottom: 0;
    font-size: 18px;
    text-align: left;
}

#pageContents.sitemap .tLeft {
    padding-left: 80px;
}

#pageContents.sitemap .tLeft:first-child {
    padding-left: 0;
}

#pageContents.sitemap ul {
    font-size: 13px;
}

#pageContents.sitemap li {
    color: #999;
    margin-top: 10px;
    padding-left: 12px;
    text-align: left;
    background: url(../images/arrow_red.png) no-repeat left 3px;
}

#pageContents.sitemap li.withLayer {
    padding-left: 0;
    margin-right: 20px;
    background: none;
    color: #26b6bc;
}

#pageContents.sitemap p {
    text-align: left !important;
    padding: 0;
}
#pageContents.sitemap .sitemap_image{
	margin-top: -30px;
	text-align: right;
}

#pageContents.sitemap li ul float:left {

}
#pageContents.sitemap li ul li {
    margin-top: 5px;
}
#pageContents.sitemap a {
    color: #666;
}
#pageContents.sitemap a:hover {
    color: #08abb1;
}

@media screen and (max-width:640px) {
	#pageContents.sitemap .dTable {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	} 
	#pageContents.sitemap ul {
		font-size: 13px;
	}
	#pageContents.sitemap li ul li {
    margin-top: 10px;
	}
	#pageContents.sitemap .tLeft {
		padding-left: 0;
		width: calc((100% - 20px) / 2);
	}
	#pageContents.sitemap li.withLayer {
		margin: 0;
	}
	#pageContents.sitemap .sitemap_image{
		margin: auto;
    margin-top: 30px;
    width: 50%;
		max-width: 200px;
	}
}
@media screen and (max-width:420px) {
	#pageContents.sitemap .tLeft {
		width: 100%;
	}
}

/*------------------ js-Show tr -------------------*/
.achievements #acEx tbody tr.show_tr {
	display: revert;
}
.achievements #acEx tbody tr.hide_tr {
	display: none;
}
@media screen and (max-width:640px) {
	.achievements #acEx tbody tr.show_tr {
		display: flex;
	}
}