@charset "utf-8";
/*------------------------------------------------------------
	publications
------------------------------------------------------------*/
#main {
	background-color: #EFF9FB;
}
#main .headLine01::before {
	background-color: #97D4E7;
}
#main .headLine04 {
	background: #DEF2F7;/**/
	box-shadow: 0 0 0 0.8rem #DEF2F7;/**/
}
#main .headLine03 {
	border-left-color: #97D4E7;
}
#main .innerBox {
	margin-bottom: 7.2rem;
}
#main .innerBox:last-of-type {
	margin-bottom: 0;
}
#main .innerBox .photo {
	margin-bottom: 3.2rem;
	width: 21rem;
}
#main .innerBox .comBtnList02 {
	width: 32.5rem;
}
#main .innerBox .comBtnList02 li {
	width: 32.5rem;
}
#main .innerBox .comBtnList02 a {
	padding: 0.8rem 0.5rem;
	font-size: 1.8rem;
	border-radius: 2.2rem;
	background-image: url(../img/common/icon14.png);
	background-size: 2rem auto;
	background-position: right 1.2rem center;
}
#main .innerBox .text {
	margin-bottom: 3.3rem;
	line-height: 2;
}
#main .tabPanel {
	padding: 4rem;
	background-color: #fff;
}
#main .tabPanel .tabLink {
	margin: -1rem 0 4rem;
}
#main .tabPanel .tabLink li {
	margin: 1rem 1.4rem 0 0;
	width: 12rem;
	border: 1px solid #373737;
}
#main .tabPanel .tabLink li.on a {
	color: #4F727C;
	border-bottom-color: #97D4E7;
}
#main .tabPanel .tabLink li:nth-child(5n) {
	margin-right: 0;
}
#main .tabPanel .tabLink a {
	padding: 1rem 0 0.5rem;
	display: block;
	text-align: center;
	border-bottom: 0.4rem solid #C3C3C3;
}
#main .tabPanel .tabBox .photoList li {
	width: 47%;
}
#main .tabPanel .tabBox .photoList li a{
	display: block;
}
#main .tabPanel .tabBox .photoList li a:hover{
	opacity: 0.65;
}

#main .tabPanel .tabBox .photoList .photoBox {
	margin: 0 auto 3rem;
	width: 67.8%;
}
#main .tabPanel .tabBox .photoList .textBox .ttl {
	margin-bottom: 0.4rem;
	font-weight: 700;
}
#main .tabPanel .tabBox .photoList .textBox .txt {
	line-height: 2;
}
#main .tabPanel .comTextList li {
	width: 50%;
}
@media all and (min-width: 897px) {
	#main .tabPanel .tabLink a:hover {
		color: #4F727C;
		border-bottom-color: #97D4E7;
	}
}
@media all and (max-width: 896px) {
	#main .innerBox {
		margin-bottom: 7.2rem;
	}
	#main .innerBox:last-of-type {
		margin-bottom: 0;
	}
	#main .innerBox .photo {
		margin: 0 auto 3.2rem;
		width: 62.7%;
	}
	#main .innerBox .photo img {
		width: 100%;
	}
	#main .innerBox .comBtnList02 {
		margin: 0 auto;
	}
	#main .tabPanel {
		padding: 1.4rem;
	}
	#main .tabPanel .tabLink {
		margin: -1rem 0 2rem;
	}
	#main .tabPanel .tabLink li {
		margin: 1rem 2.5% 0 0;
		width: 18%;
	}
	#main .tabPanel .tabLink a {
		padding-top: 0.4rem;
		font-size: 1.4rem;
		border-width: 0.2rem;
	}
	#main .tabPanel .tabBox .photoList {
		display: block;
	}
	#main .tabPanel .tabBox .photoList li {
		margin-bottom: 1.3rem;
		width: auto;
	}
	#main .tabPanel .tabBox .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .tabPanel .tabBox .photoList .photoBox {
		margin-bottom: 1.5rem;
	}
	#main .tabPanel .tabBox .photoList .photoBox img {
		width: 100%;
	}
	#main .tabPanel .tabBox .photoList .textBox {
		padding: 0 1rem;
	}
	#main .tabPanel .comTextList {
		display: block;
	}
	#main .tabPanel .comTextList li {
		width: auto;
	}
}