<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@keyframes newsTicker {
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
}

@media only screen and (min-width: 768px), print {

/* ****************************************************

top.css

1: layout common setting
4: main
99: extra

***************************************************** */

/*1: layout common setting
=========================================*/
/*4: main
=========================================*/



/* -- globalContents -- */
#globalContents #contents .wrap{
	width: 1000px;
	margin: 0 auto;
}
/* -- mainHead -- */
#globalContents #contents .mainHead{
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
}
#globalContents #contents .mainHead .titleText{
	display: block;
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
}
#globalContents #contents .mainHead .captionText{
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: -10px;
	text-align: center;
}
#globalContents #contents .draggable{
	padding: 0 0 4px;
	overflow: hidden;
}
/* -- topBtnLink01 -- */
#globalContents #contents .topBtnLink01{
	text-align: center;
}
#globalContents #contents .topBtnLink01 a{
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 50px 13px;
	margin: 30px 0 0;
	border-top: double 3px #a4a4a4;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	background: #494949 url(/img/index_ic05.png) no-repeat 93% 50%;
	text-align: center;
	color: #ffffff;
}
#globalContents #contents .topBtnLink01 a:hover{
	background: #989898 url(/img/index_ic05.png) no-repeat 93% 50%;
	text-decoration: none;
}
/* -- topBtnLink02 -- */
#globalContents #contents .topBtnLink02{
	position: relative;
	width: 235px;
	margin: 25px auto 0;
}
#globalContents #contents .topBtnLink02:after{
  display:block;
  content:"";
  position:absolute;
  top:37%;
  left:87.4%;
  width:14px;
  height:13px;
  margin:0;
  background: url(/img/index_ic30.png) no-repeat 0 0;
  z-index:5;
}
#globalContents #contents .topBtnLink02:hover:after{
  top:34%;
  background: url(/img/index_ic21.png) no-repeat 0 0;
}
#globalContents #contents .topBtnLink02 a{
	display: block;
	padding: 10px 0 8px;
	border: solid 1px #b9b9b9;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
	background: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
  position:relative;
  z-index:2;
  overflow:hidden;
}
#globalContents #contents .topBtnLink02.on a{
	background: #0ca2c2;
	border: solid 1px #0ca2c2;
	color: #ffffff;
	font-weight: bold;
}
#globalContents #contents .topBtnLink02 a:after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#0ca2c2;
  transition:.4s
}
#globalContents #contents .topBtnLink02 a:hover{
  color:#ffffff;
	border: solid 1px #0ca2c2;
}
#globalContents #contents .topBtnLink02 a:hover:after {
	width:240px;
	height:240px;
	margin:-120px 0 0 -120px;
}



/* -- mainView -- */
#globalContents #contents #mainView{
	overflow: hidden;
	position: relative;
	display: block;
	min-width: 1000px;
	max-width: 1920px;
	margin: 0 auto;
}
#globalContents #contents #mainView .mainView__lead {
	background: url(/img/index_ti01.jpg) no-repeat 50% 0/100% auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#globalContents #contents #mainView .mainView__lead02 {
	background: url(/img/index_ti03.jpg) no-repeat 50% 0/100% auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
#globalContents #contents #mainView .mainCarouselList:not(.slick-initialized) {
	overflow: hidden;
	min-width: 1000px;
	max-width: 1920px;
	max-height: 656px;
	aspect-ratio: 1920 / 656;
	opacity: 0;
}
#globalContents #contents #mainView .mainCarouselItem{
	position: relative;
	min-width: 1000px;
	max-width: 1920px;
	max-height: 656px;
	aspect-ratio: 1920 / 656;
}
#globalContents #contents #mainView .slick-list.draggable{
	padding: 0;
}
#globalContents #contents #mainView .mainCarouselControl{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 19px;
	margin-top: 20px;
}
#globalContents #contents #mainView .mainCarouselPager .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 19px;
}
#globalContents #contents #mainView .mainCarouselPager .slick-dots &gt; li {
	display: flex;
	margin: 0;
	font-size: 0;
	list-style: none;
}
#globalContents #contents #mainView .mainCarouselPager .slick-dots &gt; li &gt; button{
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #dddddd;
	text-indent: -9999em;
	opacity: 1;
	transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}
#globalContents #contents #mainView .mainCarouselPager .slick-dots &gt; li &gt; button:hover{
	opacity: 0.7;
}
#globalContents #contents #mainView .mainCarouselPager .slick-dots &gt; li.slick-active &gt; button{
	background-color: #0ca2c2;
}
#globalContents #contents #mainView .slick-arrow {
	position: relative;
	display: block;
	width: 11px;
	height: 18px;
	border: 0;
	background: transparent;
	color: transparent;
	overflow: hidden;
	text-indent: -9999em;
	opacity: 1;
	transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}
#globalContents #contents #mainView .slick-arrow:hover{
	opacity: 0.7;
}
#globalContents #contents #mainView .slick-arrow::before {
	position: absolute;
	top: calc(50% - 6px);
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	border-top: 2px solid #444444;
	border-left: 2px solid #444444;
	transform: rotate(-45deg);
	content: '';
}
#globalContents #contents #mainView .slick-arrow.slick-next {
	transform: rotateY(180deg);
}
#globalContents #contents #mainView .mainCarouselSwitch {
	display: flex;
	align-items: center;
}
#globalContents #contents #mainView .mainCarouselSwitchPause,
#globalContents #contents #mainView .mainCarouselSwitchPlay {
	appearance: none;
	width: 14px;
	height: 16px;
	overflow: hidden;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: -100vw;
	white-space: nowrap;
	transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
}
#globalContents #contents #mainView .mainCarouselSwitchPause {
	background-image: url('/img/index_ic39.svg');
	background-position: 1px 0;
	background-size: 10px 16px;
}
#globalContents #contents #mainView .mainCarouselSwitchPlay {
	background-image: url('/img/index_ic38.svg');
	background-position: 1px 0;
	background-size: 14px 16px;
}
#globalContents #contents #mainView .fundSlider{
	position: absolute;
	width: 267px;
	height: 100%;
	bottom: 0;
	right: -30px;
	background: url(/img/index_bg05.png) 0 0;
	z-index: 10;
}
#globalContents #contents #mainView .fundSlider a:hover{
	text-shadow:0px 0px 1px #ffffff !important;
}
.ie9 #globalContents #contents #mainView .fundSlider a:hover{
	font-weight: bold;
}
#globalContents #contents #mainView .fundSlider a .pcOnly img{
	width: 139px;
}
#globalContents #contents #mainView .fundSlider a:hover img{
	opacity: 1;
}
#globalContents #contents #mainView .fundSlider a:hover span{
	text-decoration: underline !important;
}
/* -- slick-slider -- */
#globalContents #contents #mainView .fundSlider .slick-slider{
	position: relative;
	top: 24px;
	right: 30px;
}
#globalContents #contents #mainView .fundSlider .slick-slider li{
	height: 152px;
	padding: 7px 0;
	background: url(/img/index_bg06.png) no-repeat 100% 0;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a{
	display: table;
	width: 100%;
	color: #ffffff;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a span{
	display: table-cell;
	vertical-align: middle;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a span.pcOnly{
	background: url(/img/index_im04.png) no-repeat 0 0;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a:hover span img{
	opacity: 0.7;
}
#globalContents #contents #mainView .fundSlider .slick-slider li a span.sliderText{
	padding: 0 0 0 5px;
	font-size: 15px;
	font-size: 1.5rem;
}
#globalContents #contents #mainView .fundSlider .slick-slider .slick-arrow{
	padding: 0 0 0 60px;
	text-align: center;
	cursor: pointer;
}
#globalContents #contents #mainView .fundSlider .slick-slider .slick-list{
	padding: 0 0 5px;
	margin: 15px 0 10px;
}
#globalContents #contents .mainBannerArea{
	position: relative;
	padding: 50px 0 23px;
	z-index: 20;
	background-color: #f5f5f5;
}
#globalContents #contents .mainBannerArea .mainBannerAreaInner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#globalContents #contents .mainBannerArea .linkCol01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#globalContents #contents .mainBannerArea .linkCol01.slick-slider {
	display: block;
}
#globalContents #contents .mainBannerArea .linkCol01 li {
	background: #ffffff;
	margin-right: 12px;
	max-width: 495px;
	min-width: 1px;
}
#globalContents #contents .mainBannerArea .linkCol01 li:last-child {
	margin-right: 0px;
}
#globalContents #contents .mainBannerArea .linkCol01 img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
#globalContents #contents .mainBannerArea .linkCol01__dot {
	position: relative;
	margin: 20px auto 0;
	display: table;
	min-height: 27px;
}
#globalContents #contents .mainBannerArea .linkCol01__dot .slick-prev {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor : pointer;
}
#globalContents #contents .mainBannerArea .linkCol01__dot .slick-prev img {
	transform: rotate(-90deg);
}
#globalContents #contents .mainBannerArea .linkCol01__dot .slick-next {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	cursor : pointer;
}
#globalContents #contents .mainBannerArea .linkCol01__dot .slick-next img {
	transform: rotate(90deg);
}
#globalContents #contents .mainBannerArea .linkCol01__dot .slick-dots {
	display: flex;
	padding: 0 100px;
}
#globalContents #contents .mainBannerArea .linkCol01__dot .slick-dots li button {
	position: relative;
	background: transparent;
	border:0;
	font-size: 0pt;
	padding: 0 15px;
	cursor : pointer;
	overflow: visible;
}
#globalContents #contents .mainBannerArea .linkCol01__dot .slick-dots li button:nth-child(n + 2) {
	display: none;
}
#globalContents #contents .mainBannerArea .linkCol01__dot .slick-dots li button::before {
	position: absolute;
	top: -15px;
	left: 10px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-family: "slick";
	text-align: center;
	background-color: #FFFFFF;
}
#globalContents #contents .mainBannerArea .linkCol01__dot .slick-dots li.slick-active button::before {
	background-color: #0ca2c2;
}

/* -- newsContents -- */
#globalContents #contents #newsContents{
	padding: 0 0 50px;
	background: url(/img/index_bg01.gif) 0 0;
}
#globalContents #contents #newsContents .mainLinkArea{
	background-color: #ffffff;
	z-index: 20;
}
#globalContents #contents #newsContents .mainLinkArea .mainLinkAreaInner {
	width: 1000px;
	margin: 0 auto;
	padding: 32px 0 50px;
	background-color: #ffffff;
	z-index: 20;
}
#globalContents #contents #newsContents .mainLinkArea .mainLink{
	display: flex;
}
#globalContents #contents #newsContents .mainLinkArea .mainLink &gt; li {
	margin-left: 20px;
	width: calc((100% - 60px) / 4);
}
#globalContents #contents #newsContents .mainLinkArea .mainLink &gt; li:first-child {
	margin-left: 0;
}
#globalContents #contents #newsContents .mainLinkArea .mainLink &gt; li &gt; a {
	border: 1px solid #cccccc;
	border-radius: 5px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 25px 10px 20px;
	color: #252525;
	text-decoration: none;
}
#globalContents #contents #newsContents .mainLinkArea .mainLink &gt; li &gt; a:hover {
	opacity: .7;
}
#globalContents #contents #newsContents .mainLinkArea .mainLink &gt; li &gt; a .mainLink__image {
}
#globalContents #contents #newsContents .mainLinkArea .mainLink &gt; li &gt; a .mainLink__text {
	display: inline-block;
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}
#globalContents #contents #newsContents .mainLinkArea .mainLink &gt; li &gt; a .mainLink__image img{
	width: 57px;
}
#globalContents #contents #newsContents .wrap{
	position: relative;
}
#globalContents #contents #newsContents #newsTab .wrap{
	padding-top: 60px;
}
#globalContents #contents #newsContents .moreNewsBtn{
	display: none;
}
#globalContents #contents #newsContents .rssLinks{
	position: absolute;
	top: 15px;
	right: 0;
	padding: 0 0 0 18px;
	background: url(/img/index_ic19.png) no-repeat 0 50%;
	background-size: 10px;
}
#globalContents #contents #newsContents .rssLinks a{
	color: #333333;
}
/* -- newsContents tabWrap01 -- */
#globalContents #contents #newsContents .tabWrap01{
	margin: 30px 0 0;
}
#globalContents #contents #newsContents .tabNavi li{
	float: left;
	position: relative;
	width: 235px;
	margin: 0 20px 0 0;
}
#globalContents #contents #newsContents .tabNavi li:after{
  display:block;
  content:"";
  position:absolute;
  top:43%;
  left:87.4%;
  width:14px;
  height:8px;
  margin:0;
  background: url(/img/index_ic06.png) no-repeat 0 0;
  z-index:5;
}
#globalContents #contents #newsContents .tabNavi li:last-child{
	margin: 0;
}
#globalContents #contents #newsContents .tabNavi li.on:after,
#globalContents #contents #newsContents .tabNavi li:hover:after{
	background: url(/img/index_ic05.png) no-repeat 93% 50%;
}
#globalContents #contents #newsContents .tabNavi li a{
	display: block;
	padding: 10px 0 8px;
	border: solid 1px #b9b9b9;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
	background: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
  position:relative;
  z-index:2;
  overflow:hidden;
}
#globalContents #contents #newsContents .tabNavi li.on a{
	background: #0ca2c2;
	border: solid 1px #0ca2c2;
	color: #ffffff;
	font-weight: bold;
}
#globalContents #contents #newsContents .tabNavi li a:after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#0ca2c2;
  transition:.4s
}
#globalContents #contents #newsContents .tabNavi li a:hover{
  color:#ffffff;
	border: solid 1px #0ca2c2;
}
#globalContents #contents #newsContents .tabNavi li a:hover:after {
	width:240px;
	height:240px;
	margin:-120px 0 0 -120px;
}
/* -- newsContents tabWrap02 -- */
#globalContents #contents #newsContents .tabWrap02{
	margin: 20px 0 0;
	padding: 30px;
	background: #e8e8e8;
}
#globalContents #contents #newsContents .tabNavi_02 li{
	float: left;
	position: relative;
	width: 226px;
	margin: 0 12px 0 0;
}
#globalContents #contents #newsContents .tabNavi_02 li:last-child{
	margin: 0;
}
#globalContents #contents #newsContents .tabNavi_02 li a{
	display: block;
	padding: 10px 0 8px;
	border: solid 1px #b9b9b9;
	-webkit-border-radius: 4px 4px 0 0;
		 -moz-border-radius: 4px 4px 0 0;
					border-radius: 4px 4px 0 0;
	background: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333333;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
  position:relative;
  z-index:2;
  overflow:hidden;
}
#globalContents #contents #newsContents .tabNavi_02 li.on a{
	background: #0ca2c2;
	border: solid 1px #0ca2c2;
	font-weight: bold;
	color: #ffffff;
}
#globalContents #contents #newsContents .tabNavi_02 li a:after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#0ca2c2;
  transition:.4s
}
#globalContents #contents #newsContents .tabNavi_02 li a:hover{
  color:#ffffff;
	border: solid 1px #0ca2c2;
}
#globalContents #contents #newsContents .tabNavi_02 li a:hover:after {
	width:240px;
	height:240px;
	margin:-120px 0 0 -120px;
}
#globalContents #contents #newsContents .tabWrap02 .tabPanel_02{
	background: #ffffff;
  padding-bottom: 30px;
}

/* -- newsContents newsArea01 -- */
#globalContents #contents #newsContents .newsArea01{
	margin: 10px 0 0;
}
#globalContents #contents #newsContents .tabWrap02 .newsArea01{
	position: relative;
	margin: -1px 0 0;
	padding: 10px 30px 20px;
	border-top: solid 2px #0ca2c2;
	z-index: 30;
}
#globalContents #contents #newsContents .newsArea01 a dl{
	display: block;
	padding: 1em 20px 1em 0;
	border-bottom: solid 1px #b9b9b9;
	background: url(/img/index_ic04.png) no-repeat 100% 55%;
	background-size: 9px;
}
#globalContents #contents #newsContents .newsArea01 dl{
	display: block;
	padding: 1em 20px 1em 0;
	border-bottom: solid 1px #b9b9b9;
	background: none;
}
#globalContents #contents #newsContents .newsArea01 dl dt{
	float: left;
	color: #333333;
	text-decoration: none;
}
#globalContents #contents #newsContents .newsArea01 dl dt .newsIc{
	display: inline-block;
	min-width: 6.1em;
	margin: 0 9px;
	padding: 2px 8px 1px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #ffffff;
	text-align: center;
}
#globalContents #contents #newsContents .newsArea01 dl dt .newsIc.type01 {
	background-color: #39b381;
}
#globalContents #contents #newsContents .newsArea01 dl dt .newsIc.type02 {
	background-color: #d89f3b;
}
#globalContents #contents #newsContents .newsArea01 dl dt .newsIc.type03 {
	background-color: #f97282;
}
#globalContents #contents #newsContents .newsArea01 dl dt .newsIc.type04 {
	background-color: #8957a1;
}
#globalContents #contents #newsContents .newsArea01 dl dt .newsIc.type05 {
	background-color: #f26b4c;
}
#globalContents #contents #newsContents .newsArea01 dl dd{
	position: relative;
	overflow: hidden;
}
#globalContents #contents #newsContents .newsArea01 adl dd{
	text-decoration: underline;
}
#globalContents #contents #newsContents .newsArea01 a[target^="_blank"] dl dd:after{
	position: absolute;
	content: "";
	width:11px;
	height: 9px;
	bottom: 8px;
	margin: 0 0 0 10px;
	background: url(/common/img/com_ic15.png);
}
#globalContents #contents #newsContents .newsArea01 a[href$=".pdf"] dl dd:after{
	position: absolute;
	content: "";
	width:17px;
	height: 17px;
	bottom: 4px;
	margin: 0 0 0 10px;
	background: url(/common/img/com_ic01.png);
	background-size: 17px;
}
#globalContents #contents #newsContents .newsArea01 .newsCol:hover{
	text-decoration: none;
}
/* .topBtnLink01.newsBtn */
#globalContents #contents #newsContents .topBtnLink01.newsBtn .newsCol{
  position:relative;
	display: inline-block;
	width: 170px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 0 13px;
	margin: 30px 0 0;
	border-top: none;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	background: none;
	background-color: #494949;
	text-align: center;
	color: #ffffff;
	transition: all 0.3s ease 0s;
  z-index:2;
  overflow:hidden;
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn a:after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
	background-color: #989898;
  transition:.3s
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn a:hover {
	text-decoration: none;
}
#globalContents #contents #newsContents .topBtnLink01.newsBtn a:hover:after {
  width:180px;
  height:180px;
  margin:-90px 0 0 -90px;
}
/* .topBtnLink01.newsBtn02 */
#globalContents #contents #newsContents .topBtnLink02.newsBtn02 {
  margin-top: 0;
}
#globalContents #contents #newsContents .topBtnLink02.newsBtn02 a{
}
#globalContents #contents #newsContents .tabWrap02 .newsArea01 dl dt{
	min-width: 265px;
}

#globalContents #contents .newsLinks {
	width: 1000px;
	margin: 40px auto 50px;
	padding: 8px 0 6px;
	border: solid 1px #b9b9b9;
	background: #ffffff;
	z-index: 20;
}
#globalContents #contents .newsLinks li {
	float: left;
	padding: 9px 0 8px;
	width: 33.3%;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
#globalContents #contents .newsLinks li + li {
	border-left: solid 1px #e5e5e5;
}
#globalContents #contents .newsLinks li a {
	padding: 0 0 0 20px;
	background: url(/img/index_ic04.png) no-repeat 0 0.3em;
	background-size: 9px;
}

/* -- marketView -- */
#globalContents #contents #newsContents #marketView{
	padding: 100px 0 40px;
}
/* -- videoContents -- */
#globalContents #contents #newsContents #videoContents{
	padding: 60px 0 40px;


}
#globalContents #contents .videoContainer {
	position: relative;
	width: 640px;
	height: 360px;
	margin: 30px auto 0;
}
#globalContents #contents .videoContainer02 {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
#globalContents #contents .videoContainer02 .h5_player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.heading05{
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 3px 0 0 10px;
	margin-top:12px;
	line-height:1.5;
	border-left: solid 3px #c8c8c8;
}
#globalContents #videoContents .heading05 {
	display: table;
	width: 100%;
}
#globalContents #videoContents .heading05 &gt; .hdgM {
	display: table-cell;
	vertical-align: middle;
}
#globalContents .heading05 + * {
	margin-top: 20px;
}
.colLayout01.count2 &gt; .col { width: 48.4%; /*max-width: 360px;*/ }
.colLayout01.count3 &gt; .col { width: 31.2%; /*max-width: 232px;*/ }
.colLayout01 {
	clear: both;
	margin: 30px 0 0 0;
}
.colLayout01 &gt; .col {
	float: left;
	margin: 0 0 0 3.2%;
}
.colLayout01.count2 &gt; .col:nth-of-type(2n+1),
.colLayout01.count3 &gt; .col:nth-of-type(3n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.colLayout01.count2 &gt; .col:nth-of-type(n+3),
.colLayout01.count3 &gt; .col:nth-of-type(n+4) {
	margin-top: 20px !important;
}
/* -- fundContents -- */
#globalContents #contents #fundContents{
	clear: both;
	margin: 0 0 50px;
	padding: 58px 0 0;
	background: url(/img/index_bg03.jpg) no-repeat 50% 0;
}
#globalContents #contents #fundContents .noteTextBox{
	margin: 10px 0 0;
	text-align: left;
}
#globalContents #contents #fundContents .tabWrap01{
	margin: 30px 0 0;
}
#globalContents #contents #fundContents .tabNavi{
	width: 900px;
	margin: 0 auto;
	padding: 0 0 12px;
}
#globalContents #contents #fundContents .tabNavi.typeOne{
	width: 350px;
}
#globalContents #contents #fundContents .tabNavi li{
	float: left;
	position:relative;
	width: 440px;
	margin: 0 20px 0 0;
}
#globalContents #contents #fundContents .tabNavi.typeOne li{
	float: none;
	margin: 0 auto;
}
#globalContents #contents #fundContents .tabNavi li:last-child{
	margin: 0;
}
#globalContents #contents #fundContents .tabNavi li:after{
  display:block;
  content:"";
  position:absolute;
	width: 14px;
	height: 8px;
	top: 45%;
	right: 20px;
	/*background: url(/img/index_ic06.png) no-repeat;*/
	z-index: 3;
}
#globalContents #contents #fundContents .tabNavi li.on:after,
#globalContents #contents #fundContents .tabNavi li:hover:after{
	/*background: url(/img/index_ic05.png) no-repeat;*/
}
#globalContents #contents #fundContents .tabNavi li a{
	display: block;
	padding: 10px 0 8px;
	border: solid 1px #b9b9b9;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
					border-radius: 3px;
	background: #ffffff;
	font-size: 18px;
	color: #333333;
	text-align: center;
	position:relative;
	z-index:2;
	overflow:hidden;
}
#globalContents #contents #fundContents .tabNavi li.on a{
	background: #0ca2c2;
	color: #ffffff;
	font-weight: bold;
	cursor: default;
}
#globalContents #contents #fundContents .tabNavi li a:hover {
	color: #ffffff;
	text-decoration: none;
  background:#0ca2c2;
}
#globalContents #contents #fundContents .tabNavi li a span{
	position:relative;
}
#globalContents #contents #fundContents .tabNavi li a span:before{
  display:block;
  content:"";
  position:absolute;
	width: 27px;
	height: 22px;
	top: 2px;
	left: 0;
	background: url(/img/index_ic07.png)	no-repeat 0 0;
	background-size: 24px;
	z-index: 3;
}
#globalContents #contents #fundContents .tabNavi li a span {
	padding-left: 35px;
}
#globalContents #contents #fundContents .tabNavi li:last-child a span:before{
	width: 22px;
	height: 27px;
	top: 0;
	left: 0;
	background: url(/img/index_ic08.png)	 no-repeat 0 50%;
	background-size: 19px;
}
#globalContents #contents #fundContents .tabNavi li:last-child a span {
	padding-left: 28px;
}
#globalContents #contents #fundContents .tabNavi li.on a span:before,
#globalContents #contents #fundContents .tabNavi li:hover a span:before{
	background: url(/img/index_ic07on.png)	no-repeat 0 0;
	background-size: 27px;
}
#globalContents #contents #fundContents .tabNavi li:last-child.on a span:before,
#globalContents #contents #fundContents .tabNavi li:last-child:hover a span:before{
	background: url(/img/index_ic08on.png)	no-repeat 0 0;
	background-size: 20px;
}
/* -- fundContents fundArea01 -- */
#globalContents #contents #fundContents .fundArea01{
	padding: 20px 0 0;
}
#globalContents #contents #fundContents .fundArea01 .fundCol{
	position: relative;
	float: left;
	width: 300px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol.second{
	width: 350px;
	margin: 0 24px;
	padding: 0 24px;
	border-right: solid 1px #f0f0f0;
	border-left: solid 1px #f0f0f0;
}
#globalContents #contents #fundContents .fundArea01 .fundCol:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 74px;
	height: 74px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol.first:after{
	background: url(/img/index_ic09.png) no-repeat 0 0;
	background-size: 74px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol.second:after{
	left: 24px;
	background: url(/img/index_ic10.png) no-repeat 0 0;
	background-size: 74px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol.third:after{
	background: url(/img/index_ic11.png) no-repeat 0 0;
	background-size: 74px;
}
#globalContents #contents #fundContents .fundArea01 .fundCol:last-child{
	margin: 0;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dt{
	display: inline-block;
	width: 100%;
	padding: 5px 0 3px;
	background: #f0f0f0;
	text-align: center;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dd{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}
#globalContents #contents #fundContents .fundArea01 .fundCol a + dl dd{
	font-size: 30px;
	font-size: 3.0rem;
}
#globalContents #contents #fundContents .fundArea01 .fundCol a p{
	margin: 15px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dd.ratioTx{
	display: block;
	float: left;
	width: 35%;
	margin: 0 0 0 20%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dd.ratioTx.noDividend{
	float: none;
	width: 100%;
	margin: 0%;
}
#globalContents #contents #fundContents .fundArea01 .fundCol dl dd.bunpaiTx{
	display: block;
	float: left;
	width: 35%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
/* -- fundContents fundArea02 -- */
#globalContents #contents #fundContents .fundArea02{
	display: none;
	padding: 20px 0 0;
}
#globalContents #contents #fundContents .fundArea02.open{
	display: block;
}
#globalContents #contents #fundContents .fundArea02 .fundCol{
	position: relative;
	float: left;
	margin-bottom: 43px;
	width: 240px;
}
#globalContents #contents #fundContents .fundArea02 .fundCol + .fundCol{
	margin: 0 0 43px 20px;
	padding: 0 0 0 20px;
	border-left: solid 1px #f0f0f0;
}
#globalContents #contents #fundContents .fundArea02 .fundCol.No04,
#globalContents #contents #fundContents .fundArea02 .fundCol.No08{
	margin: 0 0 43px;
	padding: 0;
	border-left: none;
	width: 220px;
}
#globalContents #contents #fundContents .fundArea02 .fundCol:after{
	position: absolute;
	content: "";
	top: 0;
	left: 20px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
}
#globalContents #contents #fundContents .fundArea02 .fundCol.No04:after{ background: url(/img/index_ic23.png) no-repeat 0 0; background-size: 40px; left: 0; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No05:after{ background: url(/img/index_ic24.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No06:after{ background: url(/img/index_ic25.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No07:after{ background: url(/img/index_ic26.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No08:after{ background: url(/img/index_ic27.png) no-repeat 0 0; background-size: 40px; left: 0; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No09:after{ background: url(/img/index_ic28.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol.No10:after{ background: url(/img/index_ic29.png) no-repeat 0 0; background-size: 40px; }
#globalContents #contents #fundContents .fundArea02 .fundCol dl{
	width: 100%;
}
#globalContents #contents #fundContents .fundArea02 .fundCol a + dl + dl{
	margin: 10px 0 0;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dt{
	display: inline-block;
	width: 100%;
	padding: 5px 0 3px;
	background: #f0f0f0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
#globalContents #contents #fundContents .fundArea02 .fundCol a + dl dt{
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dd{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
}
#globalContents #contents #fundContents .fundArea02 .fundCol a + dl dd{
	width: 100%;
	font-size: 24px;
	font-size: 2.4rem;
}
#globalContents #contents #fundContents .fundArea02 .fundCol a p{
	margin: 0 0 0 50px;
	min-height: 42px;
	font-size: 13px;
	font-size: 1.3rem;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dd.ratioTx{
	display: block;
	float: left;
	width: 40%;
	margin: 0 0 0 15%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dd.ratioTx.noDividend{
	float: none;
	width: 100%;
	margin: 0%;
}
#globalContents #contents #fundContents .fundArea02 .fundCol dl dd.bunpaiTx{
	display: block;
	float: left;
	width: 40%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
/* -- fundContents ratioIc -- */
#globalContents #contents #fundContents .ratioIc{
	display: inline-block;
	width: 15px;
	height: 13px;
}
/*#globalContents #contents #fundContents .ratioIc.up{
	background: url(/img/index_ic12.png) no-repeat 0 0;
	background-size: 11px;
}
#globalContents #contents #fundContents .ratioIc.down{
	background: url(/img/index_ic13.png) no-repeat 0 0;
	background-size: 11px;
}
#globalContents #contents #fundContents .ratioIc.keep{
	background: url(/img/index_ic20.png) no-repeat 0 0;
	background-size: 13px;
	vertical-align: middle;
}*/
#globalContents #contents #fundContents .ratioIc.up + span{
	color: #ed6c46;
}
#globalContents #contents #fundContents .ratioIc.down + span{
	color: #38b280;
}
#globalContents #contents .topBtnLink01.fundBtnOpen,
#globalContents #contents .topBtnLink01.fundBtnClose{
	display: none;
	width: 300px;
	margin: 30px auto;
	text-align: center;
	background: url(/img/index_ic05.png) no-repeat 13% 50%;
}
#globalContents #contents .topBtnLink01.fundBtnOpen.on,
#globalContents #contents .topBtnLink01.fundBtnClose.on{
	display: block;
}
#globalContents #contents .topBtnLink01.fundBtnClose{
	background: url(/img/index_ic18.png) no-repeat 13% 50%;
}
#globalContents #contents .topBtnLink01.fundBtnOpen:hover,
#globalContents #contents .topBtnLink01.fundBtnClose:hover{
	background: url(/img/index_ic05.png) no-repeat 13% 50%;
}
#globalContents #contents .topBtnLink01.fundBtnOpen span,
#globalContents #contents .topBtnLink01.fundBtnClose span{
	display: block;
	padding: 15px 0 13px;
	width: 300px;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	background: #494949;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
	position:relative;
	z-index:2;
	overflow:hidden;
}
#globalContents #contents .topBtnLink01.fundBtnOpen span:before,
#globalContents #contents .topBtnLink01.fundBtnClose span:before{
  display:block;
  content:"";
  position:absolute;
  top:42%;
  left:20%;
  width:14px;
  height:8px;
  background: url(/img/index_ic05.png);
}
#globalContents #contents .topBtnLink01.fundBtnClose span:before{
  background: url(/img/index_ic18.png);
}

#globalContents #contents .topBtnLink01.fundBtnOpen span:after,
#globalContents #contents .topBtnLink01.fundBtnClose span:after{
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#989898;
  transition:.3s
}
#globalContents #contents .topBtnLink01.fundBtnOpen span:hover,
#globalContents #contents .topBtnLink01.fundBtnClose span:hover{
	text-decoration: none;
}
#globalContents #contents .topBtnLink01.fundBtnOpen span:hover:after,
#globalContents #contents .topBtnLink01.fundBtnClose span:hover:after{
  width:310px;
  height:310px;
  margin:-155px 0 0 -155px;
}

/* -- fundContents newsArea01 -- */
#fundContents .newsArea01{
	margin: 10px 0 100px;
}
#fundContents .tabWrap02 .newsArea01{
	position: relative;
	margin: -1px 0 0;
	padding: 10px 30px 20px;
	border-top: solid 2px #0ca2c2;
	z-index: 30;
}
#fundContents .newsArea01 dl {
	display: block;
	position: relative;
	padding: 1em 20px 1em 0;
	border-bottom: solid 1px #b9b9b9;
}
#fundContents .newsArea01 a {
	display: block;
	position: relative;
	background: url(/img/index_ic04.png) no-repeat 100% 55%;
	background-size: 9px;
}
#fundContents .newsArea01 dl:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: 10%;
	left: 5px;
}
#fundContents .newsArea01 dl.first:before{ background: url(/img/index_ic09.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl.second:before{ background: url(/img/index_ic10.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl.third:before{ background: url(/img/index_ic11.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl.fourth:before{ background: url(/img/index_ic23.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl.fifth:before{ background: url(/img/index_ic24.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl.sixth:before{ background: url(/img/index_ic25.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl.seventh:before{ background: url(/img/index_ic26.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl.eighth:before{ background: url(/img/index_ic27.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl.ninth:before{ background: url(/img/index_ic28.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl.tenth:before{ background: url(/img/index_ic29.png) no-repeat 0 0 / 50px auto; }
#fundContents .newsArea01 dl dt{
	float: left;
	padding: 0 0 0 70px;
	color: #333333;
	text-decoration: none;
}
#fundContents .newsArea01 dl dt .newsIc{
	display: inline-block;
	min-width: 6.1em;
	margin: 0 9px;
	padding: 2px 8px 1px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #ffffff;
	text-align: center;
}
#fundContents .newsArea01 dl dt .newsIc.type01 {
	background-color: #39b381;
}
#fundContents .newsArea01 dl dt .newsIc.type02 {
	background-color: #d89f3b;
}
#fundContents .newsArea01 dl dt .newsIc.type03 {
	background-color: #f97282;
}
#fundContents .newsArea01 dl dt .newsIc.type04 {
	background-color: #8957a1;
}
#fundContents .newsArea01 dl dt .newsIc.type05 {
	background-color: #f26b4c;
}
#fundContents .newsArea01 dl dd{
	position: relative;
	overflow: hidden;
}
#fundContents .newsArea01 a[target^="_blank"] dl dd::after{
	position: absolute;
	content: "";
	width:11px;
	height: 9px;
	bottom: 8px;
	margin: 0 0 0 10px;
	background: url(/common/img/com_ic15.png);
}
#fundContents .newsArea01 a[href$=".pdf"] dl dd::after{
	position: absolute;
	content: "";
	width:17px;
	height: 17px;
	bottom: 4px;
	margin: 0 0 0 10px;
	background: url(/common/img/com_ic01.png);
	background-size: 17px;
}
#fundContents .newsArea01 a:hover{
	text-decoration: none;
}


/* -- otherContents -- */
#globalContents #contents #otherContents{
	margin: 0 0 50px;
}
#globalContents #contents #otherContents .otherLinkLayout{
	padding: 30px;
	background: url(/img/index_bg02.gif) 0 0;
}
#globalContents #contents #otherContents .otherLinkLayout .linkCol01{
	position: relative;
	float: left;
	margin: 0 32px 0 0;
}
#globalContents #contents #otherContents .otherLinkLayout .linkCol01:last-child{
	margin: 0;
}
#globalContents #contents #otherContents .otherLinkLayout .linkCol01 .linkText{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 9px 0 6px;
	background: #333333 url(/img/index_ic15.gif) no-repeat 98.5% 80%;
	color: #ffffff;
	text-align: center;
	opacity: 0.85;
}
.important-news-wrap {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 19px 0 14px;
}
.important-news-wrap .important-news {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
}
.important-news-wrap .important-news .important-news__head {
	width: 170px;
	flex-shrink: 0;
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.important-news-wrap .important-news .important-news__head .important-news__title {
	font-size: 1.7rem;
	font-weight: bold;
	color: #c20c0c;
	padding-left: 33px;
	position: relative;
}
.important-news-wrap .important-news .important-news__head .important-news__title::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 18px;
	top: 4px;
	left: 0;
	background: url(/img/index_ic40.png) no-repeat 0 0;
	background-size: contain;
}
.important-news-wrap .important-news .important-news__body .important-news-list-wrap .important-news-link-list li {
	padding-left: 16px;
	position: relative;
}
.important-news-wrap .important-news .important-news__body .important-news-list-wrap .important-news-link-list li a {
	color: #c20c0c;
	font-size: 1.7rem;
}
.important-news-wrap .important-news .important-news__body .important-news-list-wrap .important-news-link-list li + li {
	margin-top: 8px;
}
.important-news-wrap .important-news .important-news__body .important-news-list-wrap .important-news-link-list li::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 12px;
	top: 6px;
	left: 0;
	background: url(/img/index_ic41.png) no-repeat 0 0;
	background-size: contain;
}
/* -- increasedDividend -- */
#increasedDividend{
	padding-top: 50px;
}
#increasedDividend .wrap .colWrap.threeCol{
	margin-top: 50px;
}
#increasedDividend .wrap .colWrap.threeCol .col{
	position: relative;
	float: left;
	width: 300px;
	margin: 0 40px 50px 0;
	overflow: hidden;
}
#increasedDividend .wrap .colWrap.threeCol.type-two .col{
	width: 480px;
}
#increasedDividend .wrap .colWrap.threeCol .col:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 70px;
	background: #b9b9b9;
}
#increasedDividend .wrap .colWrap.threeCol .col:nth-child(3n),
#increasedDividend .wrap .colWrap.threeCol.type-two .col:nth-child(even){
	margin-right: 0px;
}
#increasedDividend .wrap .colWrap.threeCol.type-two .col:nth-child(3n){
	margin-right: 40px;
}
#increasedDividend .wrap .colWrap.threeCol .col a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 6px;
}
#increasedDividend .wrap .colWrap.threeCol .col a:after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 6px;
	width: 0px;
	height: 0px;
	border-top: 7px solid transparent;
	border-right: 7px solid #0ca2c2;
	border-bottom: 7px solid #0ca2c2;
	border-left: 7px solid transparent;
}
#increasedDividend .wrap .colWrap.threeCol .col a .imgCol{
	display: table;
	position: relative;
}
#increasedDividend .wrap .colWrap.threeCol .col a .imgCol img{
	display: table-cell;
	width: 139px;
	height: 139px;
}
#increasedDividend .wrap .colWrap.threeCol .col a .imgCol p{
	display: table-cell;
	vertical-align: middle;
	width: 161px;
	padding-left: 5px;
	font-size: 15px;
}
#increasedDividend .wrap .colWrap.threeCol.type-two .col a .imgCol p{
	width: 341px;
}
#increasedDividend .wrap .lead {
	margin-top: 30px;
	text-align: center;
	font-size: 2.0rem;
}
#increasedDividend .wrap .lead + * {
	margin-top: 20px;
}
/* btnLink03 */
.topBtnLayout-pdf &gt; .btnLink03{
	margin: 0 0 3em;
}
.topBtnLayout-pdf &gt; .btnLink03 a{
	margin: 0 auto;
	position: relative;
	display: table;
	height: 100%;
	background-color: #0ca2c2;
	border: solid 1px #0ca2c2;
	border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	transition: color .3s;
}
.topBtnLayout-pdf &gt; .btnLink03 a span{
	display: table-cell;
	padding:10px 50px 10px 30px;
	border-top:#ef8092 solid 1px;
	border-radius: 5px;
	background-image:url(/common/img/com_ic36.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position:95% 50%;
}
.topBtnLayout-pdf &gt; .btnLink03 a.type-pdf span{
	background-image: url(/common/img/com_ic38.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position:95% 50%;
}
.topBtnLayout-pdf &gt; .btnLink03 a:hover{
	opacity: 0.6;
}
/* -- cautionContents -- */
#globalContents #contents #cautionContents {
	display: none;
	margin-bottom: 4em;
}
#globalContents #contents #cautionContents .wrap {
	padding: 5px 25px;
	border: 2px solid #0ca2c2;
	background: #ffffff;
}
#globalContents #contents #cautionContents .wrap &gt; .newsArea01 {
	margin: 0;
}
#globalContents #contents #cautionContents .wrap &gt; .newsArea01 &gt; .cautionCol:last-child dl {
	border-bottom: none;
}
/* -- tickerContents -- */
#globalContents #contents #tickerContents {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	border: 1px solid #0ca2c2;
	border-radius: 3px;
	background-color: #fff;
	padding: 12px 15px 12px 15px;
	width: 1000px;
	z-index: 31;
	box-shadow: 5.657px 5.657px 12px 0px rgba(0, 0, 0, 0.2);
}
#globalContents #contents #tickerContents .tickerClose {
	flex-shrink: 0;
}
#globalContents #contents #tickerContents .tickerClose &gt; a {
	display: block;
	width: 32px;
	height: 32px;
	background: url("/img/index_ic31.png") no-repeat 0 0;
	background-size: contain;
	margin-right: 20px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
#globalContents #contents #tickerContents .tickerClose &gt; a:hover {
	opacity: .7;
}
#globalContents #contents #tickerContents .tickerAnchor {
	position: relative;
	width: 100%;
	flex-grow: 1;
	overflow: hidden;
	padding-right: 35px;
}
#globalContents #contents #tickerContents .tickerAnchor::after {
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	width: 12px;
	height: 8px;
	background: url("/img/index_ic32.png") no-repeat 0 0;
	background-size: contain;
	transform: rotate(-90deg);
}
#globalContents #contents #tickerContents .tickerAnchor .tickerAnchor__inner {
	width: 100%;
	overflow: hidden;
}
#globalContents #contents #tickerContents .tickerAnchor .tickerAnchor__item {
	display: block;
	font-size: 1.7rem;
	color: #333;
	white-space: nowrap;
	animation: 10s newsTicker 0s linear infinite;
}
#globalContents #contents #tickerContents .tickerAnchor .tickerAnchor__item &gt; span {
	margin-right: 370px;
}
#globalContents #contents #tickerContents .tickerAnchor:hover .tickerAnchor__item {
	text-decoration: underline;
	color: #0ca2c2;
}

/*99: extra
=========================================*/
#globalContents #contents .top-banner {
	text-align: center;
	margin: 0 auto 50px;
	width: 1000px;
}
#globalContents #contents .top-banner img {
	width: 100%;
	height: auto;
}


/*=================================

	clearfix

=================================*/
#globalContents #contents #newsContents .mainLinkArea:after,
#globalContents #contents #newsContents .tabNavi:after,
#globalContents #contents #newsContents .newsArea01 a dl:after,
#globalContents #contents .newsLinks:after,
#globalContents #contents #fundContents .tabNavi:after,
#globalContents #contents #newsContents .tabNavi_02:after,
#globalContents #contents #fundContents .fundArea01:after,
#globalContents #contents #fundContents .fundArea01 .fundCol dl:after,
#globalContents #contents #fundContents .fundArea02:after,
#globalContents #contents #fundContents .fundArea02 .fundCol:after,
#globalContents #contents #fundContents .fundArea02 .fundCol dl:after,
#globalContents #contents #otherContents .otherLinkLayout:after,
#globalContents #contents #newsContents .newsArea01 a dl:after,
.colLayout01:after,
#globalContents #contents #newsContents #increasedDividend .wrap .colWrap.threeCol:after{
	content: "";
	display: block;
	clear: both;
}

}</pre></body></html>