@charset "utf-8";
/*=================================================================

common

=================================================================*/
html {
  font-size: 10px;
}
body {
  font-family: YakuHanJPs, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Open Sans", 游ゴシック体, YuGothic, "YuGothic M", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #1b232c;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: #222f33;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
a:hover {
  color: #222f33;
  opacity: .8;
}
.wrap {
  width: 1032px;
  margin: 0 auto;
  min-height: calc(100vh - 500px);
}
.contents {
  padding: 0 16px 30px;
}
.contentLeft {
  width: 700px;
  float: left;
}
.contentRight {
  width: 260px;
  float: right;
}
.pageContents {
	line-height: 1.8;
}
.contentSection {
	margin-bottom: 30px;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.moduleLink a {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
.moduleLink a::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-position: left top;
  background-image: url(/hq/research-support/assets/images/common/icn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.iconPdf::after,.iconWord::after,.iconExcel::after,.iconExternal::after,.iconExternalW::after {
  margin-left: 4px;
  position: relative;
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.iconPdf::after {
  top: 4px;
  width: 14px;
  height: 18px;
  background-image: url(/hq/research-support/assets/images/common/icn_pdf.png);
}
.iconWord::after {
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url(/hq/research-support/assets/images/common/icn_word.png);
}
.iconExcel::after {
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url(/hq/research-support/assets/images/common/icn_excel.png);
}
.iconExternal::after {
  width: 13px;
  height: 12px;
  background-image: url(/hq/research-support/assets/images/common/icn_external.png);
}
.iconExternalW::after {
  width: 13px;
  height: 12px;
  background-image: url(/hq/research-support/assets/images/common/icn_external_w.png);
}
.moduleButton a {
  display: inline-block;
  padding: 12px 30px;
  background: #146345;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 30px;
}
.moduleButton a span.linkExternal::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 13px;
  height: 12px;
  background-position: center center;
  background-image: url(/hq/research-support/assets/images/common/icn_external_w.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/*=================================================================

header

=================================================================*/
.naviUniWrap {
	width: 1032px;
	margin: 0 auto;
}
.naviUniInner {
  height: 72px;
  margin: 0 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.naviUniLogo {
  width: 60%;
}
.naviUniLogo a {
	display: inline-block;
}
.naviUniLogo .naviUniLogoHead {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 0;
  width: 148px;
  height: 52px;
  float: left;
  background: url(/hq/research-support/assets/images/common/logo_uni.png) no-repeat left top;
}
.naviUniLogo .naviUniLogoMain {
	display: inline-block;
	font-size: 2.7rem;
	font-weight: 400;
	line-height: 1;
	border-left: 3px solid #006e44;
	margin: 14px 0 0 8px;
	padding: 0 0 10px 8px;
}
.naviUni {
	width: 40%;
}
.naviUni ul {
	margin: 0;
	padding: 0;
}
.naviUni ul li {
	list-style: none;
	line-height: 1.8;
	float: right;
	font-size: 1.3rem;
	margin-left: 20px;
	padding-left: 12px;
	position: relative;
}
.naviUni ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 3px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #13814e;
}
.naviUni ul li a {
	font-weight: 400;
	padding-left: 0;
}
.naviUni ul li a:hover {
	text-decoration: none;
}
.naviUni ul li span::after {
	top: 2px;
}
.pageTitleWrap {
  background: -webkit-linear-gradient(-60deg, #093637, #44a074);
  background: linear-gradient(-60deg, #093637, #44a074);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 1032px;
  height: 140px;
}
.pageTitleWrap h1 {
	width: 1032px;
	margin: 0;
	padding: 0 16px;
  color: #FFF;
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: 6px;
}
.naviGlobal {
	background-color: #0f1922;
	min-width: 1032px;
}
.naviGlobal > ul {
	width: 1032px;
	margin: 0 auto;
	padding: 0 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: relative;
}
.naviGlobal > ul li {
	text-align: center;
	list-style: none;
	-webkit-flex-grow: 1;
	flex-grow: 1;
  width: 33%;
	font-size: 1.6rem;
	border-style: solid;
	border-color: #0f1922;
	border-width: 0 1px;
}
.naviGlobal ul > li:first-child {
	border-width: 0 1px 0 0;
}
.naviGlobal ul > li:last-child {
	border-width: 0 0 0 1px;
}
.naviGlobal ul > li a {
	color: #fff;
	display: block;
	height: 100%;
	padding: 18px 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #0f1922;
	border-radius: 4px 4px 0 0;
}
/*.naviGlobal ul li.current a,*/
.naviGlobal ul li a:hover,
.naviGlobal ul .menuMega:hover .initBottom {
	border-color: #fff;
	background-color: #fff;
	color: #222f33;
	opacity: 1;
}
.naviGlobal ul li a em,
.naviGlobal ul li .initBottom em {
	text-align: left;
	font-style: normal;
	position: relative;
	display: inline-block;
	padding-left: 16px;
}
.naviGlobal ul li a em::before,
.naviGlobal ul li .initBottom em::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #13814e transparent transparent transparent;
}
.naviGlobal ul .menuMega .menuSecondLevel {
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.naviGlobal ul .menuMega .menuSecondLevel {
  position: absolute;
  top: 57px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1002px;
  padding: 40px 20px 20px;
  margin: 0 0 0 15px;
  border-color: #0f1922;
  border-width: 0 1px 1px;
  border-style: solid;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 4px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 0 4px 2px 2px rgba(0,0,0,0.2);
}
.naviGlobal ul .menuMega .menuSecondLevel::after{
  content: '';
  display: block;
  width: 32%;
}
.naviGlobal ul .menuMega:hover .menuSecondLevel {
  top: 62px;
  visibility: visible;
  opacity: 1;
}
.naviGlobal ul .menuMega .menuSecondLevel li {
  font-size: 1.4rem;
  text-align: left;
  width: 32%;
  border: none;
  margin-bottom: 20px;
}
.naviGlobal ul .menuMega .menuSecondLevel li a {
  position: relative;
  display: inline-block;
  border: none;
  padding: 0 0 0 12px;
  color: #222f33;
}
.naviGlobal ul .menuMega .menuSecondLevel li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #16975a;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);  
  z-index: 1;
}
/*=================================================================

footer

=================================================================*/
.siteFooter {
	background-color: #101211;
	min-width: 1032px;
}
.naviFooterWrap {
	width: 1032px;
	margin: 0 auto;
	padding: 30px 16px;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}
.pageScroll {
	width: 1032px;
	margin: 0 auto;
	padding: 0 16px;
	text-align: right;
	font-size: 1.2rem;
	position: relative;
}
.pageScroll a {
	display: block;
	text-align: center;
	max-width: 200px;
	margin: 0 0 0 auto;
	padding: 10px 0;
	color: #fff;
	border-radius: 4px 4px 0 0;
	background-color: #101211;
}
.pageScroll a:hover {
	opacity: 1;
}
.pageScroll a em {
	position: relative;
	display: inline-block;
	font-style: normal;
	padding-left: 16px;
}
.pageScroll a:hover em {
	opacity: .8;
}
.pageScroll a em::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #13814e transparent;
}
.pageScroll a:hover em::before {
	opacity: 1;
}
.naviFooterLogo {
	width: 220px;
	font-size: 1.4rem;
	text-align: center;
	margin: 0;
}
.naviFooterLogo a {
	display: block;
	color: #fff;
}
.naviFooterLogo a:hover {
	text-decoration: none;
}
.naviFooterLogo a .sectionParent {
	display: inline-block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 0;
    width: 64px;
	height: 100px;
	margin: 0 auto;
    background: url(/hq/research-support/assets/images/common/logo_uni_footer.png) no-repeat left top;
}
.naviFooterLogo a .sectionChild {
	border-top: 2px solid #fff;
	display: block;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
.naviFooter {
	widht: -webkit-calc(100% - 220px);
	width: calc(100% - 220px);
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-left: 40px;
}
.naviFooter ul {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 0 0 0 20px;
	margin: 0;
}
.naviFooter ul li {
	list-style: none;
	margin-bottom: 10px;
	position: relative;
	padding-left: 12px;
	font-size: 1.2rem;
}
.naviFooter ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #13814e;
}
.naviFooter ul li a {
	color: #fff;
}
.naviFooter ul li a:hover {
	text-decoration: none;
}
.copy {
	background-color: #101211;
	width: 1032px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	color: #fff;
}
/*=================================================================

breadcrumb

=================================================================*/
.breadcrumb {
	width: 1032px;
	margin: 9px auto 10px;
	padding: 0 16px;
}
.breadcrumb ol {
	padding: 0;
	margin: 0;
	width: 100%;
}
.breadcrumb ol li {
	font-size: 1.2rem;
	position: relative;
	display: inline-block;
	margin-right: 24px;
}
.breadcrumb ol li.current {
	font-weight: 700;
}
.breadcrumb ol li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 5px;
    height: 5px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    border-top: 1px solid #1b1b23;
    border-right: 1px solid #1b1b23;
}
.breadcrumb ol li:last-child::after {
    content: none;
}
.breadcrumb ol li a {
	position: relative;
}
.breadcrumb ol li a:hover {
	text-decoration: none;
}
.breadcrumb ol li a::before {
    content: "";
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
    opacity: 0;
    background: #1b1b23;
}
.breadcrumb ol li a:hover::before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}
/*=================================================================

local navigation

=================================================================*/
.naviLocalTitle {
	position: relative;
	font-size: 2rem;
	padding: 0 0 12px;
	margin: 0;
}
.naviLocal,
.naviLocalCommon {
	margin: 0 0 20px;
}
.naviLocal ul,
.naviLocalCommon ul {
	padding: 0;
	margin: 0;
}
.naviLocal ul li,
.naviLocalCommon ul li {
	margin-bottom: 2px;
	list-style: none;
}
.naviLocal ul li em,
.naviLocal ul li a,
.naviLocalCommon ul li em,
.naviLocalCommon ul li a {
	display: block;
	font-style: normal;
	position: relative;
	padding: 12px 40px 12px 14px;
	background-color: #eee;
}
.naviLocal ul li.current em,
.naviLocal ul li.current a {
	background-color: #cfcfcf;
}
.naviLocal ul li a:hover,
.naviLocalCommon ul li a:hover {
	text-decoration: none;
}
.naviLocal ul li a::before,
.naviLocalCommon ul li a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #16975a;
    position: absolute;
    right: 18px;
    top: 50%;
    margin: -4px 0 0;
    z-index: 1;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.naviLocal ul li a:hover::before,
.naviLocalCommon ul li a:hover::before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
.naviLocal ul li ul,
.naviLocalCommon ul li ul {
	background-color: #eee;
	padding: 0 12px 12px 12px;
}
.naviLocal ul li ul li a,
.naviLocalCommon ul li ul li a {
	background-color: #f6f6f6;
}
.naviLocal ul li .buttonRSS {
	background-color: #eee;
	padding: 0 12px 12px 12px;
}
.naviLocal ul li .buttonRSS a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    margin: 0 auto;
	padding: 0;
    border: 1px solid #d3d8d9;
	background-color: #fff;
    border-radius: 4px;
	opacity: 1;
}
.naviLocal ul li .buttonRSS a::before {
	content: none;
}
.naviLocal ul li .buttonRSS a:hover {
	text-decoration: none;
	background-color: #f6f6f6;
}
.naviLocal ul li .buttonRSS a img {
    width: 11px;
	height: auto;
    margin-right: 8px;
    vertical-align: middle;
}
.naviLocal ul li .buttonRSS a p {
	font-size: 1.2rem;
	margin: 0;
	letter-spacing: 1px;
}
.buttonBlogLink p {
	margin-bottom: 10px;
	background-color: #0f1922;
}
.buttonBlogLink p a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-style: normal;
	position: relative;
	padding: 20px 40px 20px 14px;
}
.buttonBlogLink p a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #16975a;
    position: absolute;
    right: 18px;
    top: 50%;
    margin: -4px 0 0;
    z-index: 1;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.buttonBlogLink p a:hover::before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
.bannerList {
	padding: 0;
	margin: 0;
}
.bannerList li {
	list-style-type: none;
	margin: 0 0 10px;
	line-height: 0;
}
/*=================================================================

heading

=================================================================*/
.titleLarge {
	position: relative;
    font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 18px;
}
.titleLarge::after {
    content: '';
    display: block;
    background: #eaeeed;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.titleLarge em {
	font-style: normal;
	display: inline-block;
    position: relative;
	padding-bottom: 16px;
}
.titleLarge em::after {
	content: '';
    display: block;
    background: -webkit-linear-gradient(-60deg, #093637, #44a074);
    background: linear-gradient(-60deg, #093637, #44a074);
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
	box-sizing: content-box;
    padding-right: .5em;
}
.titleMedium {
    font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 18px;
}
.titleMedium em {
	font-style: normal;
	display: block;
    position: relative;
	padding-left: 16px;
}
.titleMedium em::after {
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    background: #13814d;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 3px 0 3px;
}
.titleSmall {
    font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.titleBlogEntry {
	font-size: 2.8rem;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 16px;
	letter-spacing: .8px;
}
.titleBlogEntry::after {
	position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    content: "";
    background: #f9fafa url(../images/common/bg_blog_title_border.png) repeat left top;
}
/*=================================================================

home

=================================================================*/
.home .contents {
	padding-top: 40px;
}
.menuIndexWrap .menuIndex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin: 0 0 40px;
}
.menuIndexWrap .menuIndex li {
  width: -webkit-calc((100% - 20px)/ 2);
  width: calc((100% - 20px)/ 2);
  background-color: #eee;
  list-style-type: none;
}
.menuIndexWrap .menuIndex li:nth-child(odd) {
	margin-right: 20px;
}
.menuIndexWrap .menuIndex .menuIndexChildTitle {
  background: #0f1922;
  font-size: 1.6rem;
  font-weight: 700;
}
.menuIndexWrap .menuIndex .menuIndexChildTitle a {
  color: #fff;
  display: block;
  padding: 12px 68px 12px 20px;
  position: relative;
}
.menuIndexWrap .menuIndex .menuIndexChildTitle a:hover {
	text-decoration: none;
}
.menuIndexWrap .menuIndex .menuIndexChildTitle a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #16975a;
  position: absolute;
  right: 18px;
  top: 50%;
  margin: -4px 0 0;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.menuIndexWrap .menuIndex .menuIndexChildTitle a:hover::before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}
.menuIndexWrap .menuIndex .menuIndexChildTitle a::after {
  content: '';
  display: block;
  width: 48px;
  height: 100%;
  background: #1f3140;
  position: absolute;
  right: 0;
  top: 0;
}
.menuIndexWrap .menuIndex .menuIndexChildLinks {
	padding: 12px 20px;
}
.menuIndexWrap .menuIndex .menuIndexChildLinks ul {
	padding: 0;
	margin: 0;
}
.menuIndexWrap .menuIndex .menuIndexChildLinks ul li {
	width: auto;
	line-height: 1.8;
	margin-bottom: 6px;
}
.menuIndexWrap .menuIndex .moduleLink li ul {
  padding: 4px 0 0 20px;
}
.menuIndexWrap .menuIndex .moduleLink li ul li a {
  padding: 0 0 0 14px;
}
.menuIndexWrap .menuIndex .moduleLink li ul li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #16975a;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1;
}
/*=================================================================

webpage,entry

=================================================================*/
.naviAnchorSection {
	margin-bottom: 35px;
}
.naviAnchorSection ul {
    padding: 14px 22px;
	margin: 0;
    background: url(/hq/research-support/assets/images/common/bg_dot.gif) repeat;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.naviAnchorSection ul li {
	list-style: none;
	margin-right: 20px;
    padding: 2px 0;
    line-height: 2;
}
.naviAnchorSection ul.moduleLink li a::before {
	background-image: url(/hq/research-support/assets/images/common/icn_arrow_02.png);
    top: 7px;
}
.contentLinkList {
	padding: 0;
	margin: 0 0 20px;
}
.contentLinkList li {
	list-style: none;
	margin-bottom: 6px;
}
.blogEntryList {
	padding: 0;
	margin: 20px 0 30px;
	border-top: 1px solid #d3d8d9;
}
.blogEntryList li {
	list-style-type: none;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
	border-bottom: 1px solid #d3d8d9;
}
.blogEntryList li span {
	padding: 10px 0;
}
.blogEntryList li span.blogEntryDate {
	width: 146px;
}
.blogEntryCategory {
	font-size: 1.1rem;
}
.blogEntryList li span.blogEntryCategory {
	width: 134px;
	padding-right: 16px;
}
.blogEntryList li span.blogEntryCategory a {
	text-align: center;
	font-weight: 700;
	display: block;
	color: #fff;
	background-color: #595d66;
	padding: 2px 4px;
	margin: .2em 0;
	border-radius: 2px;
}
.blogEntryList li span.blogEntryCategory a:hover {
	text-decoration: none;
}
.blogEntryList li span.blogEntryListTitle {
    -webkit-flex-flex: 1;
	flex: 1;
}
.naviArchive .naviArchiveMonthly {
	margin-right: 4px;
}
.naviArchive .naviArchiveCategory {
	margin-left: 4px;
}
.naviArchive form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 1.2rem;
}
.naviArchive > form > div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: 200px;
	flex-basis: 200px;
	position: relative;
	height: 31px;
}
.naviArchive > form > div::before {
    position: absolute;
	box-sizing: content-box;
    z-index: -1;
    top: -1px;
    left: -1px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1px;
    content: "";
    border-radius: 4px;
    background: -webkit-gradient(linear,left top,left bottom,from(#ececec),to(#bfc4ca));
    background: -webkit-linear-gradient(top,#ececec 0,#bfc4ca 100%);
    background: linear-gradient(to bottom,#ececec 0,#bfc4ca 100%);
}
.naviArchive > form > div::after {
	position: absolute;
    top: 50%;
    right: 6px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: "";
    pointer-events: none;
    border-width: 6px 3px 0 3px;
    border-style: solid;
    border-color: #13814d transparent transparent;
}
.naviArchive label {
	display: block;
	height: 100%;
}
.naviArchive select {
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    cursor: pointer;
    color: #101211;
    border: 0;
    border-radius: 4px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#e8edef));
    background: -webkit-linear-gradient(top,#fefefe 0,#e8edef 100%);
    background: linear-gradient(to bottom,#fefefe 0,#e8edef 100%);
	-webkit-appearance: none;
    -moz-appearance: none;
}
.naviArchive select::-ms-expand {
    display: none;
}
.naviArchive select:hover {
    background: -webkit-gradient(linear,left top,left bottom,from(#e8edef),to(#fefefe));
    background: -webkit-linear-gradient(top,#e8edef 0,#fefefe 100%);
    background: linear-gradient(to bottom,#e8edef 0,#fefefe 100%);
}
.pagerBlogEntryList {
    position: relative;
	padding: 2px;
}
.pagerBlogEntryList a {
	text-decoration: none;
}
.pagerBlogEntryList .pagerArrow {
	width: 100px;
    height: 32px;
	font-size: 1.2rem;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    border-radius: 16px;
    background-color: #146345;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.pagerBlogEntryList .pagerArrow:hover {
	background-color: #125338;
}
.pagerBlogEntryList .pagerArrow::before {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: "";
    border-style: solid;
}
.pagerBlogEntryList .pagerArrow.prev {
	float: left;
}
.pagerBlogEntryList .pagerArrow.next {
	float: right;
}
.pagerBlogEntryList .pagerArrow.prev::before {
	left: 8px;
    border-width: 3px 6px 3px 0;
    border-color: transparent #7ab881 transparent transparent;
}
.pagerBlogEntryList .pagerArrow.next::before {
	right: 8px;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #7ab881;
}
.pagerBlogEntryList .pagerArrow a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
	opacity: 1;
}
.pagerNumWrap {
    font-size: 1.4rem;
    font-weight: 700;
	position: absolute;
	top: -2px;
	left: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: auto;
	max-width: calc(100% - 240px);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.pagerNumWrap .pagerNum {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 2px;
    border: 1px solid #d6dedb;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
	opacity: 1;
}
.pagerNumWrap .pagerNum.current,
.pagerNumWrap .pagerNum:hover {
	color: #fff;
	background-color: #146345;
    border: 1px solid #d6dedb;
}
.pagerBackButton {
    font-size: 1.2rem;
	position: absolute;
	top: 2px;
	left: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: auto;
	max-width: calc(100% - 240px);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.pagerBackButton a {
    position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    height: 32px;
    margin: auto;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #146345;
	opacity: 1;
}
.pagerBackButton a:hover {
	background-color: #125338;
}
.pagerBackButton a em {
	font-style: normal;
	position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 26px;
}
.pagerBackButton a em::before {
	position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 13px;
    margin: -6px 0 0;
    content: "";
    background: url(/hq/research-support/assets/images/common/icn_list.png) no-repeat center center;
    background-size: contain;
}
.entry .blogEntryCategory {
	display: block;
	margin-bottom: 10px;
}
.entry .blogEntryCategory a {
	text-align: center;
	font-weight: 700;
	display: inline-block;
	color: #fff;
	background-color: #595d66;
	padding: 2px 10px;
	margin-right: 10px;
	border-radius: 2px;
}
.entry .blogEntryCategory a:hover {
	text-decoration: none;
}
.entry .blogEntryDate {
	display: block;
	margin-bottom: 4px;
}
.entry article {
	margin-bottom: 40px;
}
.entry .textSection {
	float: left;
	width: 430px;
}
.entry .imageSection {
	float: right;
	width: 250px;
}
.entry .imageSection figure {
	margin-bottom: 16px;
}
.entry .imageSection figure img {
	width: 100%;
	height: auto;
}
.entry .imageSection figure figcaption {
	font-size: 1.2rem;
	padding-top: 4px;
}

