<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ======================================================
 * home.css
 * ------------------------------------------------------
 * css for homepage setting
====================================================== */
#contents {
	overflow: hidden;
	padding-bottom: 0;
}
.contentsBody {
	width: auto;
}
#main {
	float: none;
	width: auto;
}
#side {
	display: none;
}
#footer {
	z-index: 2;
}
.fixedImage {
	position: fixed;
	top: 93px;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/img/index_main_bg01.jpg) no-repeat 50% 0;
	background-size: cover;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#contents {
		padding-bottom: 25px;
	}
	.contentsBody {
		padding: 0;
	}
	.fixedImage {
		display: none;
	}
}
.clearCol {
	clear: left;
}


/* section
------------------------------------------------------ */
.section {
	position: relative;
	padding: 40px 0 30px;
	z-index: 2;
}
.sectionHead {
	display: none;
}
.sectionHero {
	min-height: 446px;
}
.sectionHero &gt; .cautionBox {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}
.sectionHero.js-heroOpenning {
	opacity: 0;
	z-index: -1;
}
.sectionHero.js-heroOpenning.is-active {
	z-index: 2;
}
.sectionGuide {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.7);
	/* box-shadow */
		-moz-box-shadow:0px -4px 10px 0px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow:0px -4px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow:0px -4px 10px 0px rgba(0, 0, 0, 0.15);
	z-index: 3;
}
.sectionGuide:before,
.sectionGuide:after {
	content: "";
	position: absolute;
	bottom: -25px;
	display: block;
}
.sectionGuide:before {
	right: 50%;
	width: 160px;
	height: 86px;
	margin-right: 552px;
	background: url(/img/index_ex01.png) no-repeat 0 0;
}
.sectionGuide:after {
	left: 50%;
	width: 156px;
	height: 176px;
	margin-left: 550px;
	background: url(/img/index_ex02.png) no-repeat 0 0;
}
.sectionPickup {
	background: #e0f0f8;
	/* box-shadow */
		-moz-box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.3);
	box-shadow:0px 4px 6px -4px rgba(0, 0, 0, 0.3);
}
.sectionLifeevent {
	padding: 80px 0;
}
.sectionBanners {
	padding: 40px 0;
	background: url(/img/index_banners_bg01.png) repeat 0 0;
	/* box-shadow */
		-moz-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.sectionUtility {
	display: none;
}
.sectionInformation {
	margin-top: 80px;
	padding: 0;
	background: #ffffff;
	/* box-shadow */
		-moz-box-shadow:0px -1px 6px 0 rgba(0, 0, 0, 0.3);
		-webkit-box-shadow:0px -1px 6px   rgba(0, 0, 0, 0.3);
	box-shadow:0px -1px 6px 0 rgba(0, 0, 0, 0.3);
}
.sectionBottom {
	background: #eeeeee;
}
@media screen and (max-width: 767px) {
	.section {
		padding: 0;
	}
	.sectionHead {
		display: block;
		margin: 15px 3%;
	}
	.sectionHero {
		min-height: inherit;
	}
	.sectionHero &gt; .cautionBox {
		width: auto;
		margin-top: 15px;
	}
	.sectionHero.js-heroOpenning {
		opacity: 1;
		z-index: 2;
	}
	.sectionGuide {
		background: #ffffff;
		/* box-shadow */
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		box-shadow: none;
	}
	.sectionGuide:before,
	.sectionGuide:after {
		content: inherit;
		display: none;
	}
	.sectionPickup {
		/* box-shadow */
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		box-shadow: none;
	}
	.sectionLifeevent {
		padding: 0;
	}
	.sectionBanners {
		padding: 30px 0;
		background: #0e3881;
		/* box-shadow */
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		box-shadow: none;
	}
	.sectionUtility {
		display: block;
		padding: 0 0 30px;
		background: #0e3881;
	}
	.sectionUtility .sideCta {
		margin-bottom: 0;
		padding: 15px 3%;
		background: #ffffff;
	}
	.sectionUtility .sideCtaButtons,
	.sectionUtility .sideCtaLinks.row {
		display: none;
	}
	.sectionInformation {
		margin-top: 0;
		padding: 0 3%;
		/* box-shadow */
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		box-shadow: none;
	}
}


/* hero
------------------------------------------------------ */
.hero {
	display: table;
	table-layout: fixed;
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
}
.heroLeftside {
	display: table-cell;
	width: 675px;
	vertical-align: top;
}
.heroRightside {
	display: table-cell;
	width: 325px;
	border-left: 1px solid #dddddd;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.hero {
		display: block;
		width: auto;
	}
	.heroLeftside {
		display: block;
		width: auto;
	}
	.heroRightside {
		display: block;
		width: auto;
		border-left: none;
	}
}

/* ----- notification ----- */
.notification {
	position: relative;
	padding-right: 140px;
	background: #f5f5f5;
}
.notificationTag {
	float: left;
	min-width: 140px;
	padding: 10px 5px;
	background: #d32f2f;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
}
.notificationTitle {
	overflow: hidden;
	padding: 0 15px;
	line-height: 1.1;
}
.notifications {
	overflow: hidden;
}
.notifications &gt; div {
	display: none;
	padding: 10px 0px;
	overflow: hidden;
}
.notifications &gt; div:first-child,
.bx-wrapper .notifications &gt; div {
	display: block;
}
.notifications a {
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}
.notificationLink {
	position: absolute;
	top: 5px;
	right: 24px;
	display: block;
	padding: 5px 12px 5px 28px;
	border: 1px solid #777777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #777777 !important;
	text-decoration: none !important;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
}
.notificationLink:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	width: 12px;
	height: 10px;
	margin-top: -5px;
	background: url(/common/img/com_ic50.png) no-repeat 0 0;
}
.notificationLink:hover {
	background: #777777;
	color: #ffffff !important;
}
.notificationLink:hover:after {
	background-image: url(/common/img/com_ic81.png);
}
@media screen and (max-width: 767px) {
	/* ----- notification ----- */
	.notification {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding-right: 0;
		border-bottom: 1px solid #cccccc;
		background: #ffffff;
	}
	.notification:after {
		content: normal !important;
	}
	.notificationTag {
		float: none;
		display: table-cell;
		width: 6.25em;
		min-width: inherit;
		padding: 7px 10px;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
	.notificationTitle {
		overflow: inherit;
		display: table-cell;
		padding: 0 10px;
		line-height: 1.1;
		vertical-align: middle;
	}
	.notificationTitle .bx-wrapper {
		overflow: hidden;
	}
	.notifications &gt; div {
		padding: 0px;
		text-align: left;
	}
	.notifications a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 7px 0px;
	}
	.notificationLink {
		display: none;
	}
}

/* ----- carouselHero ----- */
.hero .carouselWrap {
	padding: 23px 23px 40px;
}
.carouselHero &gt; .carouselItem {
	display: none;
}
.carouselHero &gt; .carouselItem:first-child,
.bx-wrapper .carouselHero &gt; .carouselItem {
	display: block;
}
.hero .bx-wrapper {
	position: relative;
}
.hero .bx-wrapper .bx-controls {
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100%;
	padding: 0 20px;
	line-height: 0;
}
/* PAGER */
.hero .bx-wrapper .bx-pager {
	display: inline-block;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #cccccc;
	line-height: 0;
}
.hero .bx-wrapper .bx-pager .bx-pager-item,
.hero .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.hero .bx-wrapper .bx-pager.bx-default-pager {
	vertical-align: top;
	padding-top: 5px;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a {
	background: #cccccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a:hover,
.hero .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0079c7;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.hero .bx-wrapper .bx-controls-direction {
	display: inline-block;
}
.hero .bx-wrapper .bx-prev {
	left: 0;
	background-position: 0 0;
}
.hero .bx-wrapper .bx-next {
	position: relative;
	bottom: -2px;
	margin-left: 10px;
	background-position: -10px 0;
}
.hero .bx-wrapper .bx-controls-direction a {
	display: inline-block;
	outline: 0;
	width: 10px;
	height: 16px;
	text-indent: -9999px;
	background-image: url(/common/img/com_slider_ic01.png);
	background-repeat: no-repeat;
	z-index: 50;
}
.hero .bx-wrapper .bx-prev {
	position: absolute;
	bottom: -2px;
}
.hero .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.hero .bx-controls-auto {
	position: absolute;
	right: 0;
	bottom: 0;
}
.hero .bx-controls-auto a {
	display: inline-block;
	width: 12px;
	height: 16px;
	outline: 0;
	text-indent: -9999px;
	background-image: url(/common/img/com_slider_ic02.png);
	background-repeat: no-repeat;
}
.hero .bx-controls-auto .bx-start {
	margin-right: 16px;
	background-position: 0 0;
}
.hero .bx-controls-auto .bx-start:hover,
.hero .bx-controls-auto .bx-start.active {
	background-position: 0 -16px;
}
.hero .bx-controls-auto .bx-stop {
	margin-right: 1px;
	background-position: -12px 0;
}
.hero .bx-controls-auto .bx-stop:hover,
.hero .bx-controls-auto .bx-stop.active {
	background-position: -12px -16px;
}
@media screen and (max-width: 767px) {
	.hero .carouselWrap {
		padding: 0;
	}
	.hero .bx-wrapper {
		text-align: center;
	}
	.hero .bx-wrapper .bx-controls {
		position: relative;
		left: auto;
		bottom: auto;
		display: inline-block;
		width: auto;
		padding: 10px 20px;
		vertical-align: top;
	}
	/* PAGER */
	.hero .bx-wrapper .bx-pager.bx-default-pager {
		padding-top: 0;
	}
	/* DIRECTION CONTROLS (NEXT / PREV) */
	.hero .bx-wrapper .bx-controls-direction {
		display: block;
	}
	.hero .bx-wrapper .bx-prev {
		left: 2px;
		background-position: 0 -8px;
	}
	.hero .bx-wrapper .bx-next {
		right: 2px;
		background-position: -6px -8px;
	}
	.hero .bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		bottom: auto;
		width: 6px;
		height: 10px;
		margin-top: -5px;
		background-size: 12px auto;
	}
	/* AUTO CONTROLS (START / STOP) */
	.hero .bx-controls-auto {
		display: none;
	}
}

/* ----- sideLogin ----- */
@media print, screen and (min-width: 768px) {
	.hero .sideLogin {
		margin: 0;
		padding: 10px 24px 8px;
	}
	.hero .sideLoginTitle {
		margin-bottom: 15px;
	}
	.hero .sideLoginTitle &gt; img {
		width: 240px;
	}
	.hero .buttonLogin {
		margin-bottom: 8px;
	}
	.hero .buttonLoginIB,
	.hero .buttonLoginII {
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		border-radius: 6px;
		background: #ffffff;
	}
	.hero .buttonLoginIB &gt; a,
	.hero .buttonLoginII &gt; a {
		display: inline-block;
		width: 276px;
		height: 61px;
		text-indent: -9999px;
		outline: none;
	}
	.hero .buttonLoginIB &gt; a {
		background: url(/img/index_main_bt01.png) no-repeat 0 0 !important;
		background-size: 276px auto !important;
	}
	.hero .buttonLoginII &gt; a {
		background: url(/img/index_main_bt02.png) no-repeat 0 0 !important;
		background-size: 276px auto !important;
	}
	.hero .buttonLoginIB &gt; a:hover,
	.hero .buttonLoginII &gt; a:hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-ms-filter: "alpha(opacity=60)";
	}
	.hero .sideLogin .iconLinkWhite {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* ----- heroRightsideButton ----- */
.heroRightsideButton {
	padding: 10px 0;
	text-align: center;
}
.heroRightsideButton &gt; .buttonWrap {
	margin: 0;
}
.heroRightsideButton .button {
	min-width: 276px;
}
.heroRightsideButton .button &gt; span {
	padding: 0 15px;
}
.heroRightsideButton .button &gt; span:before {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	margin-top: 0;
	margin-right: 17px;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
	.hero .fujisan_branchButton {
		margin-bottom: 2px;
	}
	.hero .fujisan_branchButton &gt; a {
		display: inline-block;
		width: 283px;
		height: 56px;
		text-indent: -9999px;
		vertical-align: top;
		outline: none;
	}
	.hero .fujisan_branchButton &gt; a {
		background: url(/img/index_main_bt03.png) no-repeat 0 0 !important;
	}
	.hero .fujisan_branchButton &gt; a:hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-ms-filter: "alpha(opacity=60)";
	}
}
@media screen and (max-width: 767px) {
	.heroRightsideButton {
		margin-bottom: 15px;
		padding: 0 15px;
	}
	.hero .fujisan_branchButton &gt; a {
		display: inline-block;
		width: 300px;
	}
}


/* utilityNavi
------------------------------------------------------ */
#utilityNavi {
	opacity: 0;
	z-index: -1;
}
#utilityNavi.is-active {
	z-index: 200;
}
@media screen and (max-width: 767px) {
	#utilityNavi {
		position: relative;
		bottom: auto;
		right: auto;
		display: block;
		margin-bottom: 25px;
		margin-left: 0;
		padding: 0 3%;
		opacity: 1;
		z-index: 2;
	}
	#utilityNavi ul {
		overflow: hidden;
		margin: 0 -5px;
		border: none;
		/* border-radius */
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		border-radius: 0;
		background: url(/img/index_ex02.png) no-repeat 95% 100%;
		background-size: 78px auto;
		/* box-shadow */
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		box-shadow: none;
	}
	#utilityNavi ul:after {
		content: "";
		display: block;
		height: 90px;
		box-sizing: border-box;
	}
	#utilityNavi ul &gt; li,
	#utilityNavi ul:after {
		float: left;
		width: 33.33%;
		padding: 0 5px;
	}
	#utilityNavi ul &gt; *:nth-child(n+4) {
		margin-top: 15px;
	}
	#utilityNavi ul &gt; *:nth-child(3n+1) {
		clear: left;
	}
	#utilityNavi ul &gt; li + li {
		border-top: none;
	}
	#utilityNavi ul &gt; li &gt; a {
		position: relative;
		display: block;
		width: auto;
		height: auto;
		background: none !important;
		color: #000000;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		text-indent: inherit;
	}
	#utilityNavi ul &gt; li &gt; a:before {
		content: "";
		display: block;
		height: 70px;
		margin-bottom: 10px;
		border: 1px solid #dddddd;
		/* border-radius */
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		border-radius: 6px;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	}
	#utilityNavi ul &gt; li &gt; a:after {
		content: "";
		position: absolute;
		top: 12px;
		left: 50%;
		display: block;
		width: 67px;
		height: 45px;
		margin-left: -34px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 67px auto;
	}
	#utilityNavi ul &gt; li &gt; a.naviLinkAtm:after {
		background-image: url(/img/index_utility_im01.png);
	}
	#utilityNavi ul &gt; li &gt; a.naviLinkRate:after {
		background-image: url(/img/index_utility_im02.png);
	}
	#utilityNavi ul &gt; li &gt; a.naviLinkFee:after {
		background-image: url(/img/index_utility_im03.png);
	}
	#utilityNavi ul &gt; li &gt; a.naviLinkMarket:after {
		background-image: url(/img/index_utility_im04.png);
	}
	#utilityNavi ul &gt; li &gt; a.naviLinkCsr:after {
		background-image: url(/img/index_utility_im05.png);
	}
  #utilityNavi ul &gt; li &gt; a.naviLinkSustainability:after {
		background-image: url(/img/index_utility_im05.png);
	}
}


/* guide
------------------------------------------------------ */
.guide {
	width: 1000px;
	margin: 0 auto;
}
.guideLeftside {
	float: left;
	width: 740px;
	border: 3px solid #cccccc;
}
.guideRightside {
	float: right;
	min-width: 220px;
	max-width: 250px;
}
.guide [data-icon-image] {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 42px;
	height: 36px;
	margin-top: -18px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
@media screen and (max-width: 767px) {
	.guide {
		width: auto;
	}
	.guideLeftside {
		float: none;
		width: auto;
		border: none;
	}
	.guideRightside {
		display: none;
	}
	.guide [data-icon-image] {
		left: 5px;
		width: 33px;
		height: 23px;
		margin-top: -12px;
		background-position: -21px 0;
		background-size: 54px;
	}
}

/* ----- guideTab ----- */
.guideTab {
	background: #56a1d1;
}
.guideTabLabels {
	float: left;
	width: 234px;
	background: #ffffff;
	/* box-shadow */
		-moz-box-shadow: 3px 0px 10px -4px #333333;
		-webkit-box-shadow: 3px 0px 10px -4px #333333;
	box-shadow: 3px 0px 10px -4px #333333;
}
.guideTabLabels &gt; li + li {
	border-top: 1px solid #cccccc;
}
.guideTabLabels &gt; li &gt; a {
	position: relative;
	display: block;
	padding: 26px 25px 24px 60px;
	color: #000000;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.1;
	text-decoration: none;
}
.guideTabLabels &gt; li &gt; a:hover,
.guideTabLabels &gt; li &gt; a.is-selected {
	background: #0079c7;
	color: #ffffff;
}
.guideTabLabels &gt; li &gt; a.is-selected:after {
	content: "";
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	width: 16px;
	height: 100%;
	background: url(/img/index_guide_bg01.png) no-repeat 0 0;
	background-size: 16px 100%;
}
.guideTabPanel {
	float: right;
	display: none;
	width: 500px;
	padding: 20px 24px 17px;
}
.guideTabPanel.is-active {
	display: block;
}
.guideTabPanel &gt; *:last-child {
	margin-bottom: 0 !important;
}
.siteLinksLabel {
	display: none;
}
.siteLinks {
	margin: -4px;
}
.siteLinks &gt; li {
	float: left;
	display: table;
	padding: 4px;
}
.siteLinks &gt; li:before {
	content: "";
	display: table-cell;
	width: 1px;
	height: 55px;
}
.siteLinks .button {
	display: table-cell;
	width: 100%;
	margin-bottom: 0;
	padding: 12px 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: middle;
}
.siteLinks .button &gt; figure {
	vertical-align: top;
}
.siteLinkLabel {
	display: table;
	width: 100%;
	vertical-align: top;
}
.siteLinkLabel &gt; span {
	display: table-cell;
	vertical-align: middle;
}
.guide .button.buttonNewsList {
	margin-top: 12px;
}
@media screen and (min-width: 768px) {
	[target="_blank"] .siteLinkLabel &gt; span:after {
		content: "";
		position: relative;
		top: -1px;
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px;
		width: 14px;
		height: 12px;
		background: url(/common/img/com_blank_ic01.gif) no-repeat 0 0;
		vertical-align: middle;
	}
}
@media screen and (max-width: 767px) {
	.guideTab {
		background: #ffffff;
	}
	.guideTabLabels {
		display: none;
	}
	.guideTabPanel {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		border: 1px solid #dddddd;
		border-bottom: none;
	}
	.siteLinksLabel {
		position: relative;
		display: block;
		padding: 20px 50px 16px 60px;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.siteLinksLabel:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 25px;
		height: 25px;
		margin-top: -13px;
		background: url(/common/img/com_ic09.png) no-repeat 0 0;
		background-size: 50px auto;
	}
	.siteLinksLabel.is-open:after {
		background-position: -25px 0;
	}
	.siteLinks {
		margin: 0;
	}
	.siteLinks &gt; li {
		float: none;
		width: auto;
		display: block;
		padding: 0;
		border-top: 1px solid #dddddd;
	}
	.siteLinks &gt; li:before {
		content: inherit;
		display: none;
	}
	.siteLinks .button {
		position: relative;
		display: block;
		width: auto;
		padding: 14px 10px 12px;
		border: none;
		/* border-radius */
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		border-radius: 0;
		background: none;
		/* box-shadow */
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: normal;
		text-align: left;
	}
	.siteLinks .button:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		width: 6px;
		height: 10px;
		margin-top: -5px;
		background: url(/common/img/com_link_ic05.png) no-repeat 0 0;
		background-size: 6px auto;
	}
	.siteLinks .button[target="_blank"]:after {
		width: 11px;
		height: 9px;
		margin-top: -5px;
		background-image: url(/common/img/com_blank_ic01.gif);
		background-position: -7px 0;
		background-size: 18px auto;
	}
	.siteLinks .button &gt; figure {
		display: none;
	}
}

/* ----- sideCta ----- */
.guide .sideCta {
	margin: 0;
}
.guide .sideCta &gt; .sideCtaButtons {
	display: none;
}

/* pickup
------------------------------------------------------ */
.pickup {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.pickup {
		width: auto;
		padding: 20px 3% 25px;
	}
}

/* ----- pickupLink ----- */
.pickupLink {
	border: 1px solid #dddddd;
	/* box-shadow */
		-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
}
.pickupLinkLabel {
	display: table;
	width: 100%;
	padding: 15px 15px 13px 15px;
	background: #0079c7;
}
.pickupLinkLabelText {
	display: table-cell;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}
.pickupLinkLabelText h3 {
	position: relative;
	font-weight: bold;
	padding-left: 38px;
}
.pickupLinkLabelIcon {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 32px;
	margin-top: -14px;
}
.pickupLinkBox {
	position: relative;
	display: block;
	padding: 16px 8px 14px;
	background: #f7f7f7;
}
.pickupLinkBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 24px;
	height: 12px;
	margin-left: -12px;
	background: url(/img/index_pickup_bg01.png) no-repeat 0 0;
}
a.pickupLinkBox:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.pickupLinkBox .iconLink {
	margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
	.pickupLinkLabel {
		padding: 10px 8px 8px 7px;
	}
	.pickupLinkLabelText {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.pickupLinkLabelText h3 {
		padding-left: 24px;
	}
	.pickupLinkLabelIcon {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 20px;
		margin-top: -8px;
	}
	.pickupLinkBox {
		padding: 10px 7px 8px;
	}
	.pickupLinkBox:before {
		width: 12px;
		height: 6px;
		margin-left: -6px;
		background-size: 12px auto;
	}
	a.pickupLinkBox:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	.pickupLinkBox .iconLink {
		margin-top: 0.5em;
		font-size: 12px;
		font-size: 1.2rem;
	}
}


/* lifeevent
------------------------------------------------------ */
.lifeeventWrap {
	padding-bottom: 40px;
	background: url(/img/index_lifeevent_bg01.png) repeat 0 0;
	/* box-shadow */
		-moz-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.lifeevent {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.lifeeventWrap {
		padding-bottom: 0;
		border-bottom: 1px solid #dddddd;
		background: #ffffff;
		/* box-shadow */
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		box-shadow: none;
	}
	.lifeevent {
		width: auto;
	}
}

/* ----- lifeeventHeading ----- */
.lifeeventHeading {
	padding: 40px 350px 40px 142px;
}
.lifeeventHeading:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 130px;
	height: 124px;
	background: url(/img/index_ex03.png) no-repeat 0 0;
}
.lifeeventHeading .headline {
	margin-bottom: 0;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}
.lifeeventHeading .headlineHilight {
	font-size: 36px;
	font-size: 3.6rem;
}
.lifeeventHeading .button {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -1.2em 0 0;
}
@media screen and (max-width: 767px) {
	.lifeeventHeading {
		padding: 20px 50px 16px 60px;
		border-top: 1px solid #dddddd;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.lifeeventHeading:before {
		top: 50%;
		left: 5px;
		width: 33px;
		height: 23px;
		margin-top: -12px;
		background: url(/img/index_lifeevent_ic01.png) no-repeat 0 0;
		background-size: 33px auto;
	}
	.lifeeventHeading:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		display: block;
		width: 25px;
		height: 25px;
		margin-top: -13px;
		background: url(/common/img/com_ic09.png) no-repeat 0 0;
		background-size: 50px auto;
	}
	.lifeeventHeading.is-open:after {
		background-position: -25px 0;
	}
	.lifeeventHeading .headline,
	.lifeeventHeading .headlineHilight {
		margin-bottom: 0;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.lifeeventHeading .button {
		display: none;
	}
}

/* ----- lifeeventLinks ----- */
.lifeeventLinks {
	position: relative;
}
.lifeeventLinks:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -50px;
	width: 1920px;
	height: 65px;
	margin-top: -32px;
	background: url(/img/index_lifeevent_bg02.png) no-repeat 0 0;
}
.lifeeventLink {
	float: left;
	position: relative;
	padding-right: 1px;
	border-right: 1px dashed #2aa7ff;
}
.lifeeventLink:first-child {
	border-left: 1px dashed #2aa7ff;
}
.lifeeventLink &gt; a {
	display: block;
}
.lifeeventLink &gt; a:hover {
	background: rgba(255, 255, 255, 0.3);
}
.lifeeventLinkText {
	display: none;
}
@media screen and (max-width: 767px) {
	.lifeeventLinks:before {
		content: inherit;
		display: none;
	}
	.lifeeventLink {
		float: none;
		padding-right: 0;
		border-top: 1px solid #dddddd;
		border-right: none;
	}
	.lifeeventLink:first-child {
		border-left: none;
	}
	.lifeeventLink &gt; a {
		position: relative;
		display: block;
		width: auto;
		padding: 14px 10px 12px;
		border: none;
		/* border-radius */
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		border-radius: 0;
		background: none;
		/* box-shadow */
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
		box-shadow: none;
		color: #333333;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
	}
	.lifeeventLink &gt; a:hover {
		background: none;
	}
	.lifeeventLink &gt; a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		width: 6px;
		height: 10px;
		margin-top: -5px;
		background: url(/common/img/com_link_ic05.png) no-repeat 0 0;
		background-size: 6px auto;
	}
	.lifeeventLink &gt; a[target="_blank"]:after {
		width: 11px;
		height: 9px;
		margin-top: -5px;
		background-image: url(/common/img/com_blank_ic01.gif);
		background-position: -7px 0;
		background-size: 18px auto;
	}
	.lifeeventLink figure {
		display: none;
	}
	.lifeeventLinkText {
		display: block;
	}
}


/* banners
------------------------------------------------------ */
.banners {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.banners {
		width: auto;
		padding: 20px 3%;
		background: url(/img/index_banners_bg01.png) repeat 0 0;
		background-size: 13px auto;
	}
	.banners .bannerLink {
		margin-bottom: 0;
	}
}


/* information
------------------------------------------------------ */
.information {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
.information .sectionLv1 {
	margin-top: 50px;
}
.information .headline01 {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
}
.information .tab {
	margin-bottom: 20px;
}
.information .news .newsArticle:last-child {
	border-bottom: 1px dotted #aaaaaa;
}
.information .tabBox {
	padding: 0 23px 12px;
	border: 1px solid #dddddd;
}
.information .tabPanel &gt; .buttonWrap,
.information .tabBox &gt; .buttonWrap {
	margin: 12px 0 0;
	text-align: right;
}
.information .tabBox .newsIconWrap {
	max-width: 294px;
}
.information .button.buttonNewsList {
	padding: 10px 0 8px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.information {
		width: auto;
	}
	.information .sectionLv1 {
		margin-top: 25px;
	}
	.information .headline01 {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.information .tab {
		margin-bottom: 15px;
	}
	.information .tabBox {
		padding: 0 12px 15px;
	}
	.information .tabPanel &gt; .buttonWrap,
	.information .tabBox &gt; .buttonWrap {
		margin: 12px 0 0;
		text-align: right;
	}
	.information .button.buttonNewsList {
		display: block;
		padding: 13px 0 11px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.information .button.buttonNewsList &gt; span {
		padding: 0 20px 0 20px;
	}
	.information .button.buttonNewsList &gt; span:before {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		margin-top: 0;
		margin-right: 5px;
		vertical-align: middle;
	}
	.information .buttonWrap02 &gt; .button.buttonNewsList &gt; span {
		display: inline-block;
		padding: 0 0 0 20px;
	}
	.information .buttonWrap02 &gt; .button.buttonNewsList &gt; span:before {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -6px;
	}
	.information .tabBox .newsIconWrap {
		max-width: 294px;
	}
}

/* ----- extraordinary ----- */
.extraordinary {
	margin-bottom: 20px;
	padding: 12px 23px;
	border: 1px solid #dddddd;
}
.extraordinary &gt; *:last-child {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	.extraordinary {
		margin-bottom: 15px;
		padding: 12px 10px;
		border: 1px solid #dddddd;
	}
}

/* ----- linkBox ----- */
.linkBox {
	border: 1px solid #dddddd;
}
a.linkBox {
	color: #1177bb;
	text-decoration: none;
}
.linkBox figure {
	text-align: center;
}
a.linkBox:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
a.linkBox:hover .iconLink {
	color: #d81b28;
}
.linkBoxBody {
	padding: 15px;
	border-top: 1px solid #dddddd;
}
.linkBoxDetail {
	font-size: 13px;
	font-size: 1.3rem;
	color: #777777;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.linkBox {
		border: none;
	}
	a.linkBox:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	.linkBoxBody {
		padding: 10px 0 0;
		border-top: none;
	}
	.linkBoxDetail {
		display: none;
	}
	.snsBanner {
		width: 230px;
		margin: 0 auto;
		padding: 5px 0;
	}
}


/* bottom
------------------------------------------------------ */
.bottom {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.bottom {
		width: auto;
	}
}

/* ----- carouselBottom ----- */
.bottom .carouselWrap {
	padding: 0 60px;
}
.carouselBottom &gt; .carouselItem {
	float: left;
	display: none;
	padding: 0 8px;
	text-align: center;
}
.carouselBottom &gt; .carouselItem:nth-child(1),
.carouselBottom &gt; .carouselItem:nth-child(2),
.carouselBottom &gt; .carouselItem:nth-child(3),
.carouselBottom &gt; .carouselItem:nth-child(4),
.bx-wrapper .carouselBottom &gt; .carouselItem {
	display: block;
}
.bottom .bx-wrapper {
	position: relative;
}
.bottom .bx-wrapper .bx-controls {
	width: 100%;
	height: 0;
	line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bottom .bx-wrapper .bx-controls-direction {
	display: inline-block;
}
.bottom .bx-wrapper .bx-prev {
	left: -32px;
	background-position: 0 -16px;
}
.bottom .bx-wrapper .bx-next {
	right: -32px;
	background-position: -12px -16px;
}
.bottom .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	display: inline-block;
	outline: 0;
	width: 12px;
	height: 20px;
	margin-top: -10px;
	text-indent: -9999px;
	background-image: url(/common/img/com_slider_ic01.png);
	background-repeat: no-repeat;
	z-index: 50;
}
.bottom .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
@media screen and (min-width: 768px) {
	.carouselBottom &gt; .carouselItem {
		width: 220px !important;
	}
}
@media screen and (max-width: 767px) {
	.bottom .carouselWrap {
		padding: 15px 20px;
	}
	.carouselBottom &gt; .carouselItem,
	.carouselBottom &gt; .carouselItem:nth-child(3),
	.carouselBottom &gt; .carouselItem:nth-child(4) {
		float: left;
		display: none;
		padding: 0;
		text-align: center;
	}
	.carouselBottom &gt; .carouselItem:nth-child(1),
	.carouselBottom &gt; .carouselItem:nth-child(2),
	.bx-wrapper .carouselBottom &gt; .carouselItem {
		display: block;
	}
	/* DIRECTION CONTROLS (NEXT / PREV) */
	.bottom .bx-wrapper .bx-prev {
		left: -13px;
		background-position: 0 -8px;
	}
	.bottom .bx-wrapper .bx-next {
		right: -13px;
		background-position: -6px -8px;
	}
	.bottom .bx-wrapper .bx-controls-direction a {
		width: 6px;
		height: 10px;
		margin-top: -5px;
		background-size: 12px auto;
	}
	.bottom .bx-wrapper .bx-controls-direction a.disabled {
		display: none;
	}
}


/* override
------------------------------------------------------ */
/* ----- gridLayout ----- */
.banners .gridLayout,
.information &gt; .gridLayout {
	margin-left: -20px;
	margin-right: -20px;
}
.banners .gridLayout .grid,
.information &gt; .gridLayout &gt; .grid {
	padding-left: 20px;
	padding-right: 20px;
}

/* ----- buttonNewsList ----- */
.button.buttonNewsList {
	padding: 0.6em 0 0.4em;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.button.buttonNewsList &gt; span:before {
	left: 15px;
}
.has-indexLink {
	position: relative;
}
.has-indexLink .cautionBoxHeadline,
.has-indexLink .headline01 {
	padding-right: 50%;
}
.cautionBox.has-indexLink .buttonNewsList {
	position: absolute;
	top: 15px;
	right: 20px;
	max-width: 50%;
}
.sectionLv1.has-indexLink .buttonNewsList {
	position: absolute;
	top: -0.5em;
	right: 0px;
	max-width: 50%;
}
.sectionHero .cautionBoxBody &gt; * {
	margin-bottom: 10px;
}
.sectionInformation .cautionBox .list {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	.button.buttonNewsList {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.has-indexLink .cautionBoxHeadline,
	.has-indexLink .headline01 {
		padding-right: 0;
	}
	.cautionBox.has-indexLink .buttonNewsList,
	.sectionLv1.has-indexLink .buttonNewsList {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		max-width: none;
		margin-top: 8px;
		padding: 13px 0 11px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.cautionBox.has-indexLink .buttonNewsList &gt; span,
	.sectionLv1.has-indexLink .buttonNewsList &gt; span {
		padding: 0 20px 0 20px;
	}
	.cautionBox.has-indexLink .buttonNewsList &gt; span:before,
	.sectionLv1.has-indexLink .buttonNewsList &gt; span:before {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		margin-top: 0;
		margin-right: 5px;
		vertical-align: middle;
	}
}

/* ----- footer ----- */
@media screen and (max-width: 767px) {
	#footer {
		z-index: 5;
	}
}


@media print {
	#contents {
		padding-top: 0 !important;
	}
	.fixedImage {
		position: absolute;
		bottom: auto;
		height: 1080px;
	}
}

@media screen and (min-width: 768px) {
	#readspeakerModule.readspeakerModule-home {
		float: none;
		margin: 0 0 11px;
		text-align: center;
	}
	.readspeakerModule-home #xp1 {
		margin: 0;
	}
}

/* Clearfix
------------------------------------------------------ */
.notification:after,
.guide:after,
.guideTab:after,
.siteLinks:after,
.lifeeventLinks:after,
.carouselBottom:after {
	content:" ";
	display:block;
	clear:both;
}</pre></body></html>