@charset "utf-8";
html,
body{
	font: 1.000em/1.400em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*:first-child+html font-size:small;
	*html font:x-small;
	color:#333333;
	text-align:left;
	letter-spacing:0.100em;
	width: 100%;
	min-width: 1000px;
	height: auto;
	padding:0;
	margin:0;
  	-webkit-text-size-adjust: 100%;
	background-repeat:no-repeat;/* 繰り返ししない */
	background-position:center top;/* 位置 */
}
a {
	color: #2252C1;
	text-decoration: none;
}
a:hover {
	color: #2252C1;
	text-decoration: underline;
	opacity: 0.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-ms-filter: "alpha(opacity=60)";
}
a[target="_blank"]:after {
	margin: 0px 3px;
	vertical-align: middle;
	content: url('../img/portal/common/icon_blank_b.png');
}
p {
	font-size: 1.000em;
	text-indent: 1.000em;
	line-height: 1.500em;
}
sup {
	font-size: 0.625em ;
	line-height: 0.625em;
	vertical-align: super;
}
aside{
	display:block;
	color: #333333;
	font-size:0.750em;
	line-height:1.500em;
}
aside ul {
	padding: 16px 0px 32px 0px;
	margin: 0px 0px 0px 28px;

}
aside ul li {
	text-indent: -28px;
}
h2{
	font-size: 2.250em;
	line-height: 1.000em;
	font-weight: normal;
}
h3{
	font-size: 1.250em;
	line-height: 1.000em;
	font-weight: normal;
}
h4{
	font-size: 1.000em;
	line-height: 1.000em;
	font-weight: normal;
}
.PageTop {
	display: block;
	width: inherit;
	margin: 0px auto 12px auto;
	padding: 8px 8px 8px 8px;
	font-size: 0.750em;
	text-align: right;
	clear: both;
}
.PageTop a {
	color: #2252C1;
	padding: 8px 8px 8px 8px;
}
.PageTop a:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 4px 4px 0px 0px;
	border-bottom: 10px solid #2252C1;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.erorr {
	color: red;
}

/* header */
header#PageTop{
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 120px;
	min-width: 1000px;
	border-top: 4px solid #2252C1;
	z-index: 89;
	background: #FFFFFF;
	transition: all .3s ease;
}
header#PageTop:before {
	content: '';
	position: absolute;
	top: -4px;
	width: 64px;
	height: 4px;
	background: #EB6666;
	box-shadow: 0px 0 0 #EB6666, 64px 0 0 #FF9326, 128px 0 0 #348ECA, 192px 0 0 #16B395;
}
header#PageTop > div {
	position:  relative;
	width: 1000px;
	height: 100px;
	margin: 0px auto 0px auto;
}
header#PageTop .headerLogo h1 {
	position: static;
	float: left;
	transition: all .3s ease;
}
header#PageTop .headerLogo a:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-ms-filter: "alpha(opacity=60)";
}
header#PageTop .headerLogo h1 {
	overflow: hidden;
	display: block;
	font-size: 0.875em;
	text-align: center;
	letter-spacing: -0.01em;
	margin: 20px 0px 18px 0px;
	width: 280px;
}
header#PageTop .headerLogo h1 img {
	padding: 10px 0px 0 0px;
	transition: transform 0.3s, top 0.3s;
	transform: scale(1);
}
header#PageTop .headerNavi {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 16px 0px 0 0px;
	transition: all .3s ease;
}
header#PageTop .headerNavi ul {
	margin: 0px 0px 0px 0px;
}
header#PageTop .headerNavi ul li {
	float: none;
	display: inline-block;
	font-size: 0.750em;
	vertical-align: middle;
	padding: 0px 0px 0px 2px;
}
/*header#PageTop .headerNavi ul li:last-child {
	padding: 0px 0px 0px 8px;
	margin-top: -4px;
	border-left: none;
}*/
header#PageTop .headerNavi ul li a[target="_blank"]:after {
	margin: 0px 3px;
	vertical-align: middle;
	content: url('../img/portal/common/icon_blank_o.png');
}
header#PageTop .headerMenu {
	display: inline-block;
	position: absolute;
	top: 40px;
	right: 0px;
	margin: 26px 0px 0px 0px;
	transition: all .3s ease;
}
header#PageTop .headerMenu ul {
	margin: 0px 0px 0px 0px;
}
header#PageTop .headerMenu ul li {
	float: none;
	display: inline-block;
	font-size: 1.000em;
	vertical-align: middle;
	padding: 0px 4px 30px 0px;
}
header#PageTop .headerNavi ul li a,
header#PageTop .headerMenu ul li a{
	color: #333333;
	margin: 0px 0px 0px 12px;
}
header#PageTop .headerNavi ul li:before,
header#PageTop .headerMenu ul li.menu1:before,
header#PageTop .headerMenu ul li.menu2:before,
header#PageTop .headerMenu ul li.menu3:before,
header#PageTop .headerMenu ul li.menu4:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 20px;
	background-color: #CCCCCC;
}
header#PageTop .headerMenu ul li.trans:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
	margin: 0px 0px 3px 6px;
}
header#PageTop .headerMenu ul li.trans-w a{
	position: relative;
	padding-right: 12px;
}
header#PageTop .headerMenu ul li:last-child {
	font-size: 0.875em;
	font-weight: bold;
	vertical-align: middle;
	padding: 4px 8px 4px 10px;
	margin: -30px 0px 0px 0px;
}
header#PageTop .headerMenu ul li:nth-of-type(5) a{
	font-size: 0.875em;
	font-weight: bold;
	padding: 4px 18px 4px 10px;
	background: #FF9326;
}
header#PageTop .headerMenu ul li:nth-of-type(5) a:after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #FFFFFF transparent transparent transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 6px;
}

header#PageTop .headerMenu ul li:last-child {
	background: #2CB200;
}
header#PageTop .headerMenu ul li.box a {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
header#PageTop.fixed{
	height: 80px;
}
/*header#PageTop.fixed{
	display: block;
	position: fixed;
	width: 100%;
	height: 80px;
	border: none;
	border-bottom: 4px solid #2252C1;
	background: #FFFFFF;
	z-index: 89;
}
header#PageTop.fixed:before {
	content: '';
	position: absolute;
	bottom: -4px;
	width: 64px;
	height: 4px;
	background: #EB6666;
	box-shadow: 0px 0 0 #EB6666, 64px 0 0 #FF9326, 128px 0 0 #348ECA, 192px 0 0 #16B395;
}*/
header#PageTop.fixed > div {
	height: 80px;
}
header#PageTop.fixed .headerLogo h1 {
	display: block;
	font-size: 0.750em;
	text-align: center;
	margin: 8px 0px 0px 0px;
}
header#PageTop.fixed .headerLogo h1 img {
	padding: 0px 0px 0px 0px;
	transition: transform 0.3s, top 0.3s;
	transform: scale(0.8);
}
header#PageTop.fixed .headerNavi {
	margin: 10px 0px 0 0px;
}
header#PageTop.fixed .headerMenu {
	margin: 4px 0px 0px 0px;
}
header#PageTop.fixed .headerMenu ul li {
	padding: 0px 4px 14px 0px;
}
header#PageTop.fixed .headerMenu ul li:nth-of-type(5),
header#PageTop.fixed .headerMenu ul li:last-child {
	font-size: 0.875em;
	font-weight: bold;
	vertical-align: middle;
	padding: 4px 8px 4px 10px;
	margin: -14px 0px 0px 0px;
}

/* headerMegamenu */
.megamenu1{
	display: block;
	position: fixed;
	width: 100%;
	height: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	margin: 0px auto 0px auto;
	z-index: 88;
	overflow: hidden;
	transition: all .3s ease;
}
.megamenu1.megamenu_fixed{/* スクロール時 */
	margin: -40px auto 0px auto;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.megamenu_open{
	border-top: 1px solid #EEEEEE;
	height: 414px;
}

.megamenu-wrapper{
	width: 1000px;
	margin: 32px auto 0px auto;
}
.megamenu-inner{
	display: block;
	float: left;
	margin: 0px 24px 0px 0px;
}
.megamenu-inner:last-child{
	margin: 0px 0px 0px 0px;
}
.megamenu-inner.inner-wd-s{
	width: 204px;
}
.megamenu-inner.inner-wd-m{
	width: 210px;
}
.megamenu-inner.inner-wd-l{
	width: 310px;
}
.megamenu-inner-box > li{
	display: block;
	text-align: center;
	float: left;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid;
	transition: all .3s ease;

	position:relative;
	z-index:2;
	overflow:hidden
}
.megamenu-inner-box > li::after {
	display:block;
	content:"";
	position:absolute;
	z-index:-1;
	top:50%;
	left:50%;
	width:0;
	height:0;
	margin:0;
	border-radius:50%;
	transition: all .3s ease;
}
.megamenu-inner-box > li:hover::after {
	width:140px;
	height:140px;
	margin:-70px 0 0 -70px
}
.megamenu-inner-box.box-gre > li:hover::after {
	width:160px;
	height:160px;
	margin:-80px 0 0 -80px
}
.megamenu-inner-box.box-gra > li:hover::after {
	width:220px;
	height:220px;
	margin:-110px 0 0 -110px
}
.megamenu-inner-box.box-red > li::after {
	background: #FCDEDE;
}
.megamenu-inner-box.box-nav > li::after {
	background: #D7E1F1;
}
.megamenu-inner-box.box-yel > li::after{
	background: #FFEFDF;
}
.megamenu-inner-box.box-blu > li::after,
.megamenu-inner-box.box-gra > li.op-blu::after{
	background: #E6F1F9;
}
.megamenu-inner-box.box-pur > li::after,
.megamenu-inner-box.box-gra > li.op-pur::after{
	background: #E7E4EF;
}
.megamenu-inner-box.box-gre > li::after,
.megamenu-inner-box.box-gra > li.op-gre::after{
	background: #E4FCF8;
}
.megamenu-inner-box.box-gre2 > li::after {
	background: #D8EBE4;
}
.megamenu-inner-box.box-gra > li::after{
	background: #EEEEEE;
}
.megamenu-inner-box.box-red > li:hover {
	border-color: #FCDEDE;
}
.megamenu-inner-box.box-nav > li:hover{
	border-color: #D1D9EC;
}
.megamenu-inner-box.box-yel > li:hover{
	border-color: #FFEFDF;
}
.megamenu-inner-box.box-blu > li:hover,
.megamenu-inner-box.box-gra > li.op-blu:hover{
	border-color: #E6F1F9;
}
.megamenu-inner-box.box-pur > li:hover,
.megamenu-inner-box.box-gra > li.op-pur:hover{
	border-color: #E7E4EF;
}
.megamenu-inner-box.box-gre > li:hover,
.megamenu-inner-box.box-gra > li.op-gre:hover{
	border-color: #E4FCF8;
}
.megamenu-inner-box.box-gre2 > li:hover {
	border-color: #D8EBE4;
}
.megamenu-inner-box.box-gra > li:hover{
	border-color: #EEEEEE;
}
.megamenu-inner-box.box-red > li a:hover .megamenu-inner-text{
	color: #EB6666;
}
.megamenu-inner-box.box-nav > li a:hover .megamenu-inner-text{
	color: #5E89C6;
}
.megamenu-inner-box.box-yel > li a:hover .megamenu-inner-text{
	color: #FF9326;
}
.megamenu-inner-box.box-blu > li a:hover .megamenu-inner-text{
	color: #348ECA;
}
.megamenu-inner-box.box-pur > li a:hover .megamenu-inner-text{
	color: #8878AE;
}
.megamenu-inner-box.box-gre > li a:hover .megamenu-inner-text{
	color: #16B395;
}
.megamenu-inner-box.box-gre2 > li a:hover .megamenu-inner-text{
	color: #539D84;
}
.megamenu-inner-box > li a:hover{
	opacity: 1;
	text-decoration: none;
	transition: all .3s ease;
}
.megamenu-inner-box.box-wd-s > li{
	width: 98px;
}
.megamenu-inner-box.box-wd-m > li{
	width: 151px;
}
.megamenu-inner-box.box-wd-l > li{
	width: 210px;
}
.megamenu-inner-box.box-ht-s > li{
	height: 54px;
}
.megamenu-inner-box.box-ht-m > li{
	height: 62px;
}
.megamenu-inner-box.box-ht-l > li{
	height: 98px;
}
.megamenu-inner-box.box-1 > li{
	margin: 0px 0px 8px 0px;
}
.megamenu-inner-box.box-2 > li,
.megamenu-inner-box.box-3 > li{
	margin: 0px 8px 8px 0px;
}
.megamenu-inner-box.box-2 > li:nth-child(even),
.megamenu-inner-box.box-3 > li:nth-child(3n){
	margin: 0px 0px 8px 0px;
}
.megamenu-inner-title{
	text-align: center;
	padding: 0px 0px 12px 0px;
}
.megamenu-red{
	color: #EB6666;
}
.megamenu-nav{
	color: #5E89C6;
}
.megamenu-yel{
	color: #FF9326;
}
.megamenu-blu{
	color: #348ECA;
}
.megamenu-pur{
	color: #8878AE;
}
.megamenu-gre{
	color: #16B395;
}
.megamenu-gre2{
	color: #539D84;
}
.inner-title-middle{
	padding-top: 10px;
	clear: both;
}
.megamenu-inner-box.box-red > li{
	border-color: #FBD2D2;
}
.megamenu-inner-box.box-nav > li{
	border-color: #BFD0E8;
}
.megamenu-inner-box.box-yel > li{
	border-color: #FFE4CA;
}
.megamenu-inner-box.box-blu > li{
	border-color: #DAEAF5;
}
.megamenu-inner-box.box-pur > li{
	border-color: #8878AE;
}
.megamenu-inner-box.box-gre > li{
	border-color: #D1FAF2;
}
.megamenu-inner-box.box-gre2 > li{
	border-color: #C1DFD4;
}
.megamenu-inner-box.box-gra > li{
	border-color: #EEEEEE;
}
.megamenu-inner-box.box-sd{
	display: table-cell;
}
.megamenu-inner-box.box-lg .megamenu-inner-img,
.megamenu-inner-box.box-lg .megamenu-inner-text{
	margin: 0px auto;
	clear: both;
}
.megamenu-inner-img{
	position: relative;
	width: 56px;
	height: 64px;
}
.megamenu-inner-img img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.megamenu-inner-text{
	display: table-cell;
	width: 94px;
	height: 28px;
	font-size: 0.750em;
	letter-spacing: 0;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	transition: all .3s ease;
}
.megamenu-inner-box.box-sd .megamenu-inner-img{
	display: table-cell;
	vertical-align: middle;
	height: 54px;
	float: left;
}
.megamenu-inner-box.box-sd .megamenu-inner-text{
	width: 92px;
	height: 54px;
}
.megamenu-inner-box.box-sd .box-main .megamenu-inner-text{
	width: 142px;
	height: 62px;
	font-size: 100%;
	text-align: left;
}
.megamenu-inner-box.box-sd .box-main .megamenu-inner-img{
	display: table-cell;
	vertical-align: middle;
	height: 62px;
}
.megamenu-inner-box.box-sd .box-op .megamenu-inner-text-s{
	display: inline-block;
	width: 56px;
	height: 18px;
	font-size: 0.500em;
	letter-spacing: 0;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	color: #FFFFFF;
	background: #999999;
	float: left;
}
.megamenu-inner-box.box-sd .box-op .megamenu-inner-text{
	display: inline-block;
	width: 140px;
	height: 18px;
	text-align: left;
	line-height: 1.25;
}
.megamenu-inner-box.box-sd .box-op .megamenu-inner-img{
	width: 200px;
	height: 36px;
}
.megamenu-inner-box.box-sd .box-op.op-blu{
	height: 64px;
	border-color: #348ECA;
}
.megamenu-inner-box.box-sd .box-op.op-blu .megamenu-inner-text{
	color: #348ECA;
}
.megamenu-inner-box.box-sd .box-op.op-pur{
	border-color: #8878AE;
}
.megamenu-inner-box.box-sd .box-op.op-pur .megamenu-inner-text{
	color: #8878AE;
}
.megamenu-inner-box.box-sd .box-op.op-gre{
	border-color: #16B395;
}
.megamenu-inner-box.box-sd .box-op.op-gre .megamenu-inner-text{
	color: #16B395;
}
/* **************************************************** */
/* **************************************************** */
/* **************************************************** */
/* **************************************************** */
/* **************************************************** */
.megamenu-inner-inquiry{
	display: block;
	float: left;
	margin: 0px 24px 0px 0px;
}
.megamenu-inner-inquiry:last-child{
	margin: 0px 0px 0px 0px;
}
.megamenu-inner-inquiry.inner-wd-l{
	width: 695px;
}
.megamenu-inner-inquiry.inner-wd-s{
	width: 280px;
}
.inquiry-megamenu{
	display: block;
	position: fixed;
	width: 100%;
	height: 0px;
	background-color: #FDFAF5;
	border-top: 1px solid #FFFFFF;
	margin: 0px auto 0px auto;
	z-index: 88;
	overflow: hidden;
	transition: all .3s ease;
}
.inquiry-megamenu.megamenu_fixed{/* スクロール時 */
	margin: -40px auto 0px auto;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.inquiry-megamenu_open.inquiry-megamenu{
	border-top: 1px solid #EEEEEE;
	height: 262px;
}
.inquiry-megamenu .megamenu-inner-box a{
	display: block;
	overflow: hidden;
}
.inquiry-megamenu .megamenu-inner-box.box-wd-l > li{
	width: 400px;
}
.inquiry-megamenu .megamenu-inner-box.box-wd-m > li{
	width: 280px;
}
.inquiry-megamenu .megamenu-inner-box.box-wd-s > li{
	width: 136px;
}
.inquiry-megamenu .megamenu-inner-box.box-ht-s > li{
	height: 64px;
}
.inquiry-megamenu .megamenu-inner-box.box-ht-s > li{
	height: 64px;
}
.inquiry-megamenu .megamenu-inner-box.box-ht-l > li{
	height: 136px;
}
.inquiry-megamenu .megamenu-inner-box.box-1 > li{
	margin: 0px 0px 8px 0px;
}
.inquiry-megamenu .megamenu-inner-box.box-1.hover-none > li::after{
	background: none;
}
.inquiry-megamenu .megamenu-inner-box.box-2 > li,
.inquiry-megamenu .megamenu-inner-box.box-3 > li{
	margin: 0px 8px 8px 0px;
}
.inquiry-megamenu .megamenu-inner-box.box-2 > li:nth-child(even),
.inquiry-megamenu .megamenu-inner-box.box-3 > li:nth-child(3n){
	margin: 0px 0px 8px 0px;
}
.inquiry-megamenu .megamenu-inner-box.box-lg .megamenu-inner-img,
.inquiry-megamenu .megamenu-inner-box.box-lg ..megamenu-inner-text{
	margin: 0px auto;
	clear: both;
	height: 48px;
}
.inquiry-megamenu .megamenu-inner-box.box-lg .megamenu-inner-img,
.inquiry-megamenu .megamenu-inner-box.box-lg .megamenu-inner-text{
	margin: 0px auto;
	clear: both;
	width: 280px;
	height: 48px;
	line-height: 125%;;
	letter-spacing: 0;
	padding: 8px 8px 0px 8px;
}
.inquiry-megamenu .megamenu-inner-box.box-lg .megamenu-inner-img{
	height: 72px;
}
.inquiry-megamenu .megamenu-inner-box.box-lg .megamenu-inner-img img{
	margin: 0px auto 18px auto;
}
.inquiry-megamenu .megamenu-inner-img{
	position: relative;
	width: 74px;
	margin: auto;
}
.inquiry-megamenu .megamenu-inner-img img{
	position: relative;
	height: 64px;
}
.inquiry-megamenu .megamenu-inner-text{
	display: table-cell;
	width: auto;
	height: 38px !important;
	font-size: 1.000em;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	color: #333333;
	transition: all .3s ease;
	padding: 4px 0px 0px 0px;
}
.inquiry-megamenu .megamenu-inner-box.box-sd .megamenu-inner-img{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100px;
}
.inquiry-megamenu .megamenu-inner-aside{
	display: inline-block;
	position: absolute;
	bottom: 3px;
	right: 6px;
	color: #999999;
	font-size: 75.0%;
	letter-spacing: 0;
}
.inquiry-megamenu .megamenu-inner-box.box-sd .megamenu-inner-text{
	width: 400px;
	line-height: 140%;;
	padding-right: 0px; 
}
.inquiry-megamenu .megamenu-inner-box > li:hover::after {
	width: 380px;
	height: 380px;
	margin: -190px 0 0 -190px;
}
.inquiry-megamenu .megamenu-inner-title{
	font-size: 1.250em;
	letter-spacing: 0;
}
.inquiry-megamenu .megamenu-inner-title .title-s{
	font-size: 0.750em
}
.inquiry-megamenu .megamenu-inner-link{
	display: block;
	padding: 2px 2px 2px 2px;
}
.inquiry-megamenu .megamenu-inner-link a{
	display: inline-block;
	position: relative;
	width: 188px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 40px;
	font-size: 87.5%;
	border-radius: 4px;
	background: #64AE94;
	margin: 0px 0px 6px 6px;
	float: left;
}

.inquiry-megamenu .megamenu-inner-link a::after {
	display:block;
	content:"";
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	width:0;
	height:0;
	margin:0;
	border-radius:50%;
	transition: all .3s ease;
	background: rgba(255,255,255,0.50);
}
.inquiry-megamenu .megamenu-inner-link a:hover::after {
	width:240px;
	height:240px;
	margin:-120px 0 0 -120px;
}

/* **************************************************** */
/* **************************************************** */
/* **************************************************** */
/* **************************************************** */
/* **************************************************** */

#mask{
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 0px;
	top: 0px;
	left: 0px;
	background: #333333;
	opacity: 0;
	z-index: -1;
	transition: all .3s ease;
}
#mask.mask_open{
	opacity: 0.4;
	z-index: 87;
}

/* footer */
footer{
	display: block;
	background: #FFFFFF;
}
footer .cta{
	background: #2252C1;
}
footer .cta .inner{
	position: relative;
	width: 748px;
	margin: 0 auto;
	padding: 60px 0 40px 0;
}
footer .cta h2{
	color: #fff;
    font-size: 1.750em;
    text-align: center;
	margin-bottom: 54px;
}
footer .cta h2 span{
	color: #fcff26;
}
footer .cta_man{
	position: absolute;
	top: -8px;
	right: 12px;
	width: 120px;
}
footer .cta_links{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .cta_cont{
	margin-bottom: 36px;
}
footer .cta_cont p{
	text-align: center;
	color: #fff;
	font-size: 0.875em;
	margin-bottom: 12px;
}
footer .cta_cont a{
	display: block;
	position: relative;
	font-size: 1.125em;
	color: #2252C1;
	font-weight: bold;
	width: 340px;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 40px;
	z-index:2;
	overflow:hidden;
}
footer .cta_cont a:hover,
footer .cta_tel a:hover{
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
footer .cta_cont a::before {
	display:block;
	background: #E4EEFD;
	content:"";
	position:absolute;
	z-index:-1;
	top:50%;
	width:0;
	height:0;
	margin:0;
	transition: all .3s ease;
}
footer .cta_cont a:hover::before {
	width:400px;
	height:400px;
	margin:-200px 0 0 0;
}
footer .cta_cont a span{
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 4px 0 0 80px;
	letter-spacing: 0;
}
footer .cta_cont a span b{
	font-size: 0.75em;
}
footer .cta_cont a img{
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 0 0 8px;
	width: 44px;
}
footer .cta_cont a::after{
    position: absolute;
    content: "";
    top: 49%;
    right: 32px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2252C1;
    border-right: 2px solid #2252C1;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
	transition: all .3s ease;
}
footer .cta_cont a:hover::after{
    right: 20px;
}
footer .cta_tel{
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 8px;
	margin: 0 auto 24px auto;
}
footer .tel_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	height: 36px;
	margin: 4px 68px 0 68px;
	text-align: left;
}
footer .tel_inner img {
	display: inline-block;
	width: 20px;
	position: absolute;
	left: 54px;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .tel_inner .cta_tellink {
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 240px;
	position: absolute;
	left: 90px;
	top: 58%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .tel_inner span {
	display: inline-block;
	font-size: 11px;
	width: 284px;
	line-height: 1.5em;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
footer .cta aside{
	font-size: 0.625em;
	color: #fff;
}
footer .cta aside a{
	color: #fff;
	text-decoration: underline;
}
footer .existing{
	border-top: 1px solid #fff; 
	width: 1000px;
	margin: 0 auto;
}
footer .cta .existing .inner{
	width: 640px;
	padding: 48px 0 60px 0;
}
footer .cta .existing h2{
	margin-bottom: 40px;
}
footer .existing .cta_cont{
	margin-bottom: 0;
}
footer .existing .cta_cont a{
	width: 300px;
	height: 48px;
}
footer .existing .cta_cont a span {
	padding: 4px 0 0 32px;
}
footer .footerNavi {
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
}
footer .footerNavi nav{
	display: inline;
	float: left;
	width: 228px;
	padding: 12px 20px 24px 0px;
}
footer .footerNavi nav:last-child{
	float: right;
	padding: 12px 0px 24px 0px;
}
footer .footerNavi nav ul{
	border-bottom: 1px solid #CCCCCC;
	padding: 12px 0px 12px 0px;
}
footer .footerNavi nav ul:last-child{
	border-bottom: none;
	padding: 12px 0px 0px 0px;
}
footer .footerNavi nav ul li{
	display: block;
	font-size: 0.875em;
	letter-spacing: 0.06em;
	line-height: 2.500em;
}
footer .footerNavi nav ul li.title{
	font-size: 1.000em;
	font-weight: bold;
}
footer .footerNavi nav ul li.Tw{
	letter-spacing: -0.01em;
}
footer .footerNavi nav ul li.Tw:before{
	margin: 4px 4px;
	vertical-align: text-top;
	content: url('../img/portal/common/logo_twitter.png');
}
footer .footerNavi nav ul li.FB:before{
	margin: 4px 4px;
	vertical-align: text-top;
	content: url('../img/portal/common/logo_facebook.png');
}
footer .footerNavi nav ul li.YT:before{
	margin: 4px 4px;
	vertical-align: text-top;
	content: url('../img/portal/common/logo_youtube.png');
}
footer .footerNavi nav a{
	color: #333333;
}
footer .footerNavi nav a[target="_blank"]:after {
	margin: 0px 3px;
	vertical-align: middle;
	content: url('../img/portal/common/icon_blank_g.png');
}
footer .footerLogo{
	display: block;
	clear: both;
	height: 64px;
	background: #2252C1;
}
footer .footerLogo article{
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
}
footer .footerLogo article .Copyright {
	display: block;
	float: left;
	font-size: 0.875em;
	vertical-align: middle;
	color: #FFFFFF;
	padding: 24px 0px 0px 0px;
}
footer .footerLogo article a {
	display: block;
	float: right;
	vertical-align: middle;
	padding: 18px 0px 0px 0px;
}
footer .footerLogo article a[target="_blank"]:after {
	content: none;
}


/* Contens */
#Contents {
	display: block;
	margin: 120px 0px 0px 0px;
}
#Contents a.LinkBox {
	display: block;
	clear: both;
	width: 180px;
	height: 48px;
	font-size: 1.000em;
	line-height: 1.000em;
	padding: 12px 8px 12px 8px;
	margin: 8px auto 0px auto;
	background: #FFFFFF;
	border: 1px solid;
}
#Contents a.LinkBox:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 4px 8px 0px 0px;
	border-left: 10px solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
#Contents a.LinkBox:hover{
	color: #FFFFFF;
	background: #2252C1;
	text-decoration: underline;
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	-ms-filter: "alpha(opacity=100)";
}
#Contents .ShowImage {
	display: block;
	min-width: 1400px;
	text-align: center;
	margin: 0px auto 0px auto;
}
#Contents .IndexTopInfo {
	display: block;
	margin: 0px auto 0px auto;
}
#Contents .IndexTopInfo article {
	display: block;
}
#Contents .IndexTopInfo {
	display: block;
	position: relative;
	width: 1000px;
	margin: 16px auto 0px auto;
	overflow: hidden;
}
#Contents .IndexTopInfo div.IndexTopBnr {
	display: block;
	position: relative;
	width: 560px;
	height: 112px;
	float: left;
	margin: 12px 0px 0px 0px;
	background: #E6F1F9;
}
#Contents .IndexTopInfo h2 {
	display: block;
	font-size: 1.125em;
	color: #2252C1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#Contents .IndexTopInfo .blog h2 {
	color: #FF9326;
}
#Contents .IndexTopInfo div.event {
	display: block;
	position: relative;
	width: 560px;
	height: 112px;
	float: left;
	padding: 12px 0px 12px 12px;
	margin: 12px 0px 0px 0px;
	background: #E6F1F9;
}
#Contents .IndexTopInfo div.blog {
	display: block;
	position: relative;
	width: 428px;
	height: 112px;
	float: left;
	padding: 12px 0px 12px 12px;
	margin: 12px 0px 0px 12px;
	background: #FCF4EA;
}
#Contents .IndexTopInfo div.event div, 
#Contents .IndexTopInfo div.blog div {
	display: block;
	position: relative;
}
#Contents .IndexTopInfo div.event a{
	display: inline-block;
	float: left;
	width: 262px;
	color: #FFFFFF;
	font-size: 1.25em;
	text-align: center;
	line-height: 56px;
	padding: 4px 0px 0px 0px;
	margin: 8px 12px 0px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #64AE94;
}
#Contents .IndexTopInfo div.event a:last-of-type{
	background: #5E89C6;
}
#Contents .IndexTopInfo div.event a span{
	font-size: 0.750em;
	
}
#Contents .IndexTopInfo div.event a:last-of-type{
	
}
#Contents .IndexTopInfo div.blog div {
	display: block;
	position: relative;
	min-height: 62px;
	font-size: 0.875em;
	line-height: 1.250em;
	padding: 12px 12px 12px 12px;
	margin: 8px 90px 0px 0px;
	border: 2px solid #999999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #FFFFFF;
}
#Contents .IndexTopInfo div.blog div:before ,
#Contents .IndexTopInfo div.blog div:after {
	content: "";
	position: absolute;
	top: 12px;
	right: -16px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent transparent #999999;
	border-width: 0px 0px 16px 16px;
}
#Contents .IndexTopInfo div.blog div:after {
	top: 14px;
	right: -11px;
	border-color: transparent transparent transparent #FFFFFF;
}
#Contents .IndexTopInfo div.blog img {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 90px;
}
#Contents .IndexTopInfo div.blog a {
	color: #FF9326;
}
#Contents .IndexTopInfo div.blog a:after {
	display: none;
}

#Contents .IndexTopInfo .TopInfoBlog h2{
	background: #FF9326;
}
#Contents .IndexTopInfo dl {
	display: inline-block;
	vertical-align:  text-top;
	padding: 14px 10px 11px 10px;
}
#Contents .IndexTopInfo a {
	display: inline-block;
	vertical-align: text-top;
	overflow: hidden;
}
#Contents .IndexTopInfo .TopInfoBlog a {
	color: #FF9326;
}
#Contents .IndexTopInfo .TopInfoBlog a[target="_blank"]:after {
	margin: 0px 3px;
	vertical-align: middle;
	content: url('../img/portal/common/icon_blank_o.png');
}
#Contents .IndexTopInfo dt {
	display: inline-block;
	float: left;
	font-size: 0.875em;
	letter-spacing: 0em;
	text-align: left;
	margin: 0px 12px 0px 0px;
}
#Contents .IndexTopInfo dd {
	display: inline-block;
	float: left;
	max-width: 620px;
	font-size: 0.875em;
	letter-spacing: 0em;
	text-align: left;
}
#Contents .IndexTopInfo a.link {
	display: inline-block;
	position:  absolute;
	right: 0px;
	font-size: 0.875em;
	letter-spacing: 0em;
	padding: 14px 0px 0px 0px;
}
#Contents .IndexTopInfo a.link:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 4px 8px 0px 0px;
	border-left: 10px solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
#Contents .IndexContents {
	display: block;
	margin: 0px auto 0px auto;
}
#Contents .IndexContents p {
	text-indent: 0em;
}
#Contents .IndexContents article {
	display: block;
	clear: both;
	text-align: center;
	padding: 60px 0px 60px 0px;
	margin: 0px auto 0px auto;
}
#Contents .IndexContents h2 {
	display: block;
	padding: 0px 0px 40px 0px;
}
#Contents .IndexContents h2:after {
	content:"";
	display: block;
	width: 60px;
	height: 4px;
	margin: 20px auto 0px auto;
	background: #2252C1;
}
#Contents .IndexContents .IndexFunction p {
	font-size: 1.250em;
	padding: 0px 0 40px 0px;
}
#Contents .IndexContents .IndexFunction {
	display: block;
	padding: 60px 0px 0px 0px;
}
#Contents .IndexContents .IndexFunction .Function {
	display: block;
	position: relative;
	width: 1000px;
	padding: 0px 0px 60px 0px;
	margin: 0px auto 0px auto;
}
#Contents .IndexContents .IndexFunction .Function .Devices {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0px 0px 40px 0px;
	z-index: 1;
}
#Contents .IndexContents .IndexFunction .Function .FuncBox {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 0px;
	float: right;
	text-align: left;
	width: 570px;
	height: 380px;
	margin: 8px 40px 8px 0px;
	z-index: 2;
}
#Contents .IndexContents .IndexFunction .Function a {
	display: inline-block;
	text-align: left;
	width: 280px;
	height: 80px;
	margin: 0px 2px 20px 0px;
	background: #FFFFFF;
}
#Contents .IndexContents .IndexFunction .Function a .index-func-text {
	display: inline-block;
	font-size: 1.250em;
	font-weight: bold;
	line-height: 26px;
	width: 155px;
	vertical-align: middle;
	margin: 28px 0px 28px 0px;
}
#Contents .IndexContents .IndexFunction .Function a .index-func-text2 {
	display: inline-block;
	font-size: 1.250em;
	font-weight: bold;
	line-height: 26px;
	width: 155px;
	vertical-align: middle;
	margin: 16px 0px 16px 0px;
}
#Contents .IndexContents .IndexFunction .Function a:nth-of-type(2n) {
	margin: 0px 0 20px 0px;
}
#Contents .IndexContents .IndexFunction .Function a:nth-of-type(1) {
	color: #FF9326;
	border: 1px solid #FF9326;
}
#Contents .IndexContents .IndexFunction .Function a:nth-of-type(2) {
	color: #EB6666;
	border: 1px solid #EB6666;
}
#Contents .IndexContents .IndexFunction .Function a:nth-of-type(3) {
	color: #16B395;
	border: 1px solid #16B395;
}
#Contents .IndexContents .IndexFunction .Function a:nth-of-type(4) {
	color: #927AB6;
	border: 1px solid #927AB6;
}
#Contents .IndexContents .IndexFunction .Function a:nth-of-type(5) {
	letter-spacing: -0.05em;
	color: #348ECA;
	border: 1px solid #348ECA;
}
#Contents .IndexContents .IndexFunction .Function a:nth-of-type(6) {
	color: #E5803E;
	border: 1px solid #E5803E;
	letter-spacing: -0.1em;
}
#Contents .IndexContents .IndexFunction .Function a:nth-of-type(7) {
	color: #2252C1;
	border: 1px solid #2252C1;
	letter-spacing: -0.1em;
}
#Contents .IndexContents .IndexFunction .Function a:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 4px 8px 0px 12px;
	border-left: 10px solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
#Contents .IndexContents .IndexFunction .Function a img {
	display: inline-block;
	float: right;
	padding: 4px 0px 0px 0px;
}
#Contents .IndexContents .IndexFunction .Topics {
	display: block;
	clear: both;
	padding: 60px 0px 60px 0px;
	margin: 0px auto 0px auto;
	background: #F0F7FF;
}
#Contents .IndexContents .IndexFunction .Topics h3 {
	display: block;
	font-weight: bold;
	padding: 0px 0px 24px 0px;
}
#Contents .IndexContents .IndexFunction .Topics div {
	display: block;
	clear: both;
	width: 920px;
	margin: 0px auto 0px auto;
}
#Contents .IndexContents .IndexFunction .Topics div a {
	display: inline-block;
	width: 218px;
	height: 150px;
	padding: 8px 8px 0px 8px;
	margin: 0px 8px 0px 0px;
	background: #FFFFFF;
	color: #2252C1;
	border: 1px solid #CCCCCC;
}
#Contents .IndexContents .IndexFunction .Topics div a:last-child {
	margin: 0px 0px 0px 0px;
}
#Contents .IndexContents .IndexFunction .Topics div a p{
	display: block;
	font-size: 1.000em;
	font-weight: bold;
	text-align: center; 
	line-height: 1.4em;
	height: 48px;
	padding: 8px 0px 8px 0px;
	margin: 0px auto 0px auto;
}
#Contents .IndexContents .IndexFunction .Topics div a p.line2{
	padding: 0px 0px 8px 0px;
}
#Contents .IndexContents .IndexFunction .Topics div a p:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	margin: 4px 8px 0px 0px;
	border-left: 10px solid;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
#Contents .IndexContents .IndexFunction .Topics div a img{
	margin: 0px auto 0px auto;
	clear: both;
}
#Contents .IndexContents .IndexFunction .Topics h3:nth-of-type(2) {
	display: block;
	font-weight: bold;
	padding: 60px 0px 24px 0px;
}
#Contents .IndexContents .IndexFunction .Topics div.Appli a {
	display: inline-block;
	position: relative;
	width: 296px;
	height: 120px;
	padding: 12px 12px 0px 12px;
	margin: 0px 8px 8px 0px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#Contents .IndexContents .IndexFunction .Topics div.Appli a:nth-of-type(1) {
	color: #2252C1;
	border: 1px solid #2252C1;
}
#Contents .IndexContents .IndexFunction .Topics div.Appli a:nth-of-type(2) {
	color: #348ECA;
	border: 1px solid #348ECA;
}
#Contents .IndexContents .IndexFunction .Topics div.Appli a:nth-of-type(3) {
	color: #16B395;
	border: 1px solid #16B395;
	margin: 0px 0px 0px 0px;
}
#Contents .IndexContents .IndexFunction .Topics div.Appli a p{
	height: 34px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 8px;
	border-bottom: 4px solid;
}
#Contents .IndexContents .IndexFunction .Topics div.Appli a img{
	display: inline-block;
	margin: 8px 8px 8px 8px;
}
#Contents .IndexContents .IndexFunction .Topics div.Appli a img.sp{
	display: none;
}
#Contents .IndexContents .IndexFunction .Topics div.Appli a :before {
	display: inline-block;
	position: absolute;
	content: "";
	bottom: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-left: 12px solid;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}


#Contents .IndexContents .IndexWorkstyle {
	display: block;
	background: #FDEEEE;
}
#Contents .IndexContents .IndexWorkstyle h2:after {
	background: #EB6666;
}
#Contents .IndexContents .IndexWorkstyle ul {
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
}
#Contents .IndexContents .IndexWorkstyle li {
	display: inline-block;
	width: 296px;
	height: 196px;
	margin: 0px 16px 16px 0px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#Contents .IndexContents .IndexWorkstyle li:nth-of-type(3){
	margin: 0px 0px 16px 0px;
}
#Contents .IndexContents .IndexWorkstyle li:nth-of-type(4),
#Contents .IndexContents .IndexWorkstyle li:nth-of-type(5){
	margin: 0px 16px 0px 0px;
}
#Contents .IndexContents .IndexWorkstyle li:nth-of-type(6){
	margin: 0px 0px 0px 0px;
}
#Contents .IndexContents .IndexWorkstyle li p{
	display: inline-block;
	width: 230px;
	height: 56px;
	float: right;
	text-align: left;
	line-height: 1.500em;
	padding: 6px 6px 6px 6px;
}
#Contents .IndexContents .IndexWorkstyle li span{
	display: inline-block;
	width: 56px;
	height: 56px;
	float: left;
	font-size: 1.000em;
	letter-spacing: 0em;
	color: #FFFFFF;
	padding: 17px 0px 0px 0px;
	background: #EB6666;
}
#Contents .IndexContents .IndexWorkstyle li img{
	margin: 12px auto 0px auto;
}


#Contents .IndexContents .IndexCase {
	display: block;
	background: #F8F5FA;
}
#Contents .IndexContents .IndexCase h2:after {
	background: #927AB6;
}
#Contents .IndexContents .IndexCase ul {
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
}
#Contents .IndexContents .IndexCase li {
	display: inline-block;
	width: 296px;
	height: 336px;
	margin: 0px 16px 16px 0px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#Contents .IndexContents .IndexCase li:last-child {
	margin: 0px 0px 16px 0px;
}
#Contents .IndexContents .IndexCase li p {
	display: block;
	height: 74px;
	font-size: 1.000em;
	font-weight: bold;
	line-height: 1.500em;
	padding: 24px 8px 12px 8px;
}
#Contents .IndexContents .IndexCase li.line2 p {
	padding: 12px 8px 12px 8px;
}


#Contents .IndexContents .IndexTrial {
	display: block;
	background: #E0F4D9;
}
#Contents .IndexContents .IndexTrial h2:after {
	background: #2CB200;
}
#Contents .IndexContents .IndexTrial div {
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
}
#Contents .IndexContents .IndexTrial img {
	display: block;
	float: right;
}
#Contents .IndexContents .IndexTrial p {
	text-align: left;
}
#Contents .IndexContents .IndexTrial aside{
	display: block;
	float: left;
	margin: 8px 0px 0px 0px;
}
#Contents .IndexContents .IndexTrial aside ul{
	padding: 0px 0px 0px 0px;
}
#Contents .IndexContents .IndexBlog {
	display: block;
	border-bottom: 1px solid #CCCCCC;
}
#Contents .IndexContents .IndexBlog ul {
	display: block;
	width: 920px;
	margin: 0px auto 20px auto;
}
#Contents .IndexContents .IndexBlog ul li {
	clear: both;
	overflow: hidden;
}
#Contents .IndexContents .IndexBlog ul li a {
	display: inline-block;
	float: left;
	padding: 8px 0px 8px 0px;
}
#Contents .IndexContents .IndexBlog time {
	display: inline-block;
	float: left;
	width: 120px;
	font-size: 0.875em;
	text-align: left;
	padding: 8px 0px 8px 0px;
}
#Contents .IndexContents .IndexBlog p {
	display: inline-block;
	float: left;
	width: 110px;
	font-size: 0.750em;
	vertical-align: text-top;
	padding: 2px 0px 2px 0px;
	margin: 6px 0px 6px 0px;
	color: #FFFFFF;
}
#Contents .IndexContents .IndexBlog h3 {
	display: inline-block;
	max-width: 656px;
	font-size: 0.875em;
	line-height: 1.400em;
	vertical-align: text-top;
	text-align: left;
	margin: 0px 0px 0px 12px;
}

#Contents .IndexContents .IndexBlog p.info {
	background: #EB6666;
}
#Contents .IndexContents .IndexBlog p.event {
	background: #FF9326;
}
#Contents .IndexContents .IndexBlog p.solution {
	background: #348ECA;
}
#Contents .IndexContents .IndexBlog p.function {
	background: #927AB6;
}
#Contents .IndexContents .IndexBlog p.support {
	background: #16B395;
}
#Contents .IndexContents .IndexBlog p.other {
	background: #E5803E;
}

#Contents .IndexContents .IndexEvent {
	display: block;
	border-bottom: 1px solid #CCCCCC;
}
#Contents .IndexContents .IndexEvent ul {
	display: block;
	width: 920px;
	margin: 0px auto 20px auto;
}
#Contents .IndexContents .IndexEvent ul li {
	clear: both;
	overflow: hidden;
}
#Contents .IndexContents .IndexEvent ul li a {
	display: inline-block;
	float: left;
	padding: 8px 0px 8px 0px;
}
#Contents .IndexContents .IndexEvent time {
	display: inline-block;
	float: left;
	width: 120px;
	font-size: 0.875em;
	text-align: left;
	padding: 8px 0px 8px 0px;
}
#Contents .IndexContents .IndexEvent p {
	display: inline-block;
	float: left;
	width: 110px;
	font-size: 0.750em;
	padding: 2px 0px 2px 0px;
	margin: 6px 0px 6px 0px;
	color: #FFFFFF;
}
#Contents .IndexContents .IndexEvent p.seminar {
	background: #EB6666;
}
#Contents .IndexContents .IndexEvent p.exhibition {
	background: #348ECA;
}
#Contents .IndexContents .IndexEvent p.adsem {
	background: #927AB6;
}
#Contents .IndexContents .IndexEvent p.nandemo {
	background: #16B395;
}
#Contents .IndexContents .IndexEvent h3 {
	display: inline-block;
	float: left;
	max-width: 656px;
	font-size: 0.875em;
	line-height: 1.400em;
	text-align: left;
	margin: 0px 0px 0px 12px;
}

#Contents .IndexContents .IndexNews {
	display: block;
}
#Contents .IndexContents .IndexNews ul {
	display: block;
	width: 920px;
	margin: 0px auto 20px auto;
}
#Contents .IndexContents .IndexNews ul li {
	clear: both;
	overflow: hidden;
}
#Contents .IndexContents .IndexNews ul li a {
	display: inline-block;
	float: left;
	padding: 8px 0px 8px 0px;
}
#Contents .IndexContents .IndexNews time {
	display: inline-block;
	float: left;
	width: 120px;
	font-size: 0.875em;
	text-align: left;
	padding: 8px 0px 8px 0px;
}
#Contents .IndexContents .IndexNews p {
	display: inline-block;
	float: left;
	width: 110px;
	font-size: 0.750em;
	vertical-align: text-top;
	padding: 2px 0px 2px 0px;
	margin: 6px 0px 6px 0px;
	color: #FFFFFF;
}
#Contents .IndexContents .IndexNews p.news {
	background: #EB6666;
}
#Contents .IndexContents .IndexNews p.event {
	background: #FF9326;
}
#Contents .IndexContents .IndexNews p.update {
	background: #348ECA;
}
#Contents .IndexContents .IndexNews p.case {
	background: #927AB6;
}
#Contents .IndexContents .IndexNews p.press {
	background: #16B395;
}
#Contents .IndexContents .IndexNews h3 {
	display: inline-block;
	max-width: 656px;
	font-size: 0.875em;
	line-height: 1.400em;
	vertical-align: text-top;
	text-align: left;
	margin: 0px 0px 0px 12px;
}

.IndexMainImage {
	position: relative;
	background: #F0F7FF;
	text-align: center;
}
div#Slides {
	display: block;
	position: relative;
	max-width: 1400px;
	min-width: 1000px;
	max-height: 560px;
	margin: 0px auto 0px auto;
	line-height: 0px;
	overflow: hidden;
}
div#Slides .Slide {
	display: none;
	position: relative;
	margin: 0px auto 0px auto;
	line-height: 0px;
}
div#Slides .Slide a:beforea {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left:0px;
	width: 80px;
	height: 100%;
	background: green;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(240,247,255,1) 0%, rgba(240,247,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(240,247,255,1) 0%,rgba(240,247,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(240,247,255,1) 0%,rgba(240,247,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F7FF', endColorstr='#00F0F7FF',GradientType=1 ); /* IE6-9 */
	z-index: 2;
}
div#Slides .Slide a:aftera {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right:0px;
	width: 80px;
	height: 100%;
	background: blue;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(240,247,255,0) 0%, rgba(240,247,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(240,247,255,0) 0%,rgba(240,247,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(240,247,255,0) 0%,rgba(240,247,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00F0F7FF', endColorstr='#F0F7FF',GradientType=1 ); /* IE6-9 */
	z-index: 2;
}
div#Slides .active {
	display: block;
}
div#SlidesNavi {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 100%;
	height: 40px;
	text-align:  center;
	z-index: 4;
}
div#SlidesNavi div {
	display: inline-block;
	position: relative;
	margin: 0 10px 20px 10px;
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	cursor: pointer;
	z-index: 3;
}
div#SlidesNavi div.active {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
div#SlidesNavi div:after {
    font-family: 'メイリオ, Meiryo';
    font-size: 1em;
    position: absolute;
    top: 0;
    right: -10px;
    content: '●';
    text-align: center;
    color: #333;
    z-index: 3;
}
div#SlidesNavi span {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:100%;
	height:80px;
	background: #FFFFFF;
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter: alpha(opacity=60);
	z-index: 1;
}
div#SlidesNavi .Slide img {
	display: block;
	max-height: 80px;
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	filter: alpha(opacity=25);
}
div#SlidesNavi .Slide.active img {
	background: red;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
#SlidesAction b.prev{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 64px;
	z-index: 3;
	cursor: pointer;
}
#SlidesAction b.prev:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	height:24px;
	width: 4px;
	margin: 0px 0px 0px 0px;
	transform: rotate(-45deg);
	background:  #FFFFFF;
}
#SlidesAction b.prev:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	height:24px;
	width: 4px;
	margin: -14px 0px 0px 0px;
	transform: rotate(45deg);
	background:  #FFFFFF;
}
#SlidesAction b.next{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 64px;
	z-index: 3;
	cursor: pointer;
}
#SlidesAction b:hover{
	background: #000000;
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter: alpha(opacity=40);
}
#SlidesAction b.next:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	height:24px;
	width: 4px;
	margin: -14px 0px 0px 0px;
	transform: rotate(-45deg);
	background:  #FFFFFF;
}
#SlidesAction b.next:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	height:24px;
	width: 4px;
	margin: 0px 0px 0px 0px;
	transform: rotate(45deg);
	background:  #FFFFFF;
}

#lightpop{
	margin-top: -262px !important;
}
#lightpop-box-inner{
	padding: 20px 10px 10px 10px !important;
}
#lightpop-data-close{
	float: right;
	padding: 16px 16px 0px 8px !important;
}

/*
#carouselThum{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 80px;
	text-align:  center;
	z-index: 2;
}
#carouselThum div:nth-child(1){
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter: alpha(opacity=40);
}
#carouselThum div{
	display: inline-block;
	position: relative;
	width: 198px;
	height: 80px;
	z-index: 3;
}
#carouselThum div img{
	display: inline-block;
	width: 198px;
	height: 80px;
}
*/


#Spheader{
	z-index:9999;
	display: block;
	border-top: 1px solid #006BB1;
	clear: both;
}
#Spheader b{
	display: block;
	color: #FFFFFF;
	font-size: 300%;
	line-height: 160px;
	text-align: center;
	margin: 60px 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #FDB624;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	cursor: pointer;
	clear: both;
}
/*partner_flyer_downlode_buttom*/
.linkflyer{
	display: block;
	width: 480px;
	height: 80px;
	margin: 0 auto;
	padding: 12px 24px;
	background-color: #2252C1;
	border-radius: 8px;
}
.linkflyer .linkflyer_text{
	display: block;
	float: left;
	margin-top: 12px;
	color: #FFFFFF;
}
.linkflyer img{
	display: block;
	float: right;
	margin-top: -24px;
	margin-bottom: 24px;
}
.linkflyer2{
	display: inline-block;
	position: relative;
	width: 300px;
	height: 80px;
	margin: 0 8px;
	padding: 18px 60px 12px 16px;
	background-color: #2252C1;
	border-radius: 8px;
}
.linkflyer2 .linkflyer_text2{
	display: block;
	float: left;
	text-align: left;
	color: #FFFFFF;
}
.linkflyer2 img{
	position: absolute;
	right: 8px;
	top: -12px;
	width: 60px;
}
.linkflyer::after,
.linkflyer2::after{
	display: none;
}

#PamphletDownload{
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 426px;
	height: 246px;
	letter-spacing: 0;
	z-index: 9999;
}
#PamphletDownload img{
	display: none;
	position: absolute;
	top: 30px;
	left: 20px;
	width: 144px;
	transform: rotate(-10deg);
}

#PamphletDownload div.ControlWindow{
	display: none;
}
#PamphletDownload div.HideWindow{
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 38px;
	height: 38px;
	background: url("../img/portal/common/window_hide.svg");
	cursor: pointer;
}
#PamphletDownload div.ShowWindow{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 38px;
	height: 38px;
	background: url("../img/portal/common/window_show.svg");
	cursor: pointer;
}
#PamphletDownload div.WindowBody{
	display: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-top: 12px solid #2252C1;
	width: 396px;
	height: 208px;
	background: #F6F8FD;
	padding: 16px 16px 16px 156px;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(51,51,51,.65));
	filter: drop-shadow(0px 0px 4px rgba(51,51,51,.65));
}
#PamphletDownload div.WindowBody h1{
	display: block;
	color: #2252C1;
	font-size: 112.5%;
	font-weight: bold;
	margin: 0px 0px 12px 0px; 
}
#PamphletDownload div.WindowBody p{
	display: block;
	text-indent: 0;
	margin: 0px 0px 12px 0px; 
}
#PamphletDownload div.WindowBody a{
	display: block;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	background: #FF9326;
}
#PamphletDownload div.WindowBody a:after{
	display: none;
}
.FixedNavi{
	position: fixed;
	right: -54px;
	top: 130px;
	z-index: 87;
}
.FixedNavi a{
	display: block;
	position: relative;
	padding: 12px 4px 30px 10px;
	margin: 0 0 16px 0;
	width: 54px;
	text-align: center;
	background-color: #FFFFFF;
	border: 3px solid #2252C1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 12px 0 0 12px;
	-webkit-transition: background-color ease .15s, -webkit-transform ease .15s;
	transition: background-color ease .15s, transform ease .15s, -webkit-transform ease .15s;
}
.FixedNavi a:hover{
	background-color: #E4EEFD;
	opacity: 1;
	text-decoration: none;
	-webkit-transform: translate(-4px, 0);
	transform: translate(-4px, 0);
}
.FixedNavi a#FixedNaviWebinar img {
	width: 20px;
	display: block;
	margin: 0 0 8px 1px;
}
.FixedNavi a#FixedNaviPamphlet img {
	width: 22px;
	display: block;
	margin: 0 0 8px 0;
}
.FixedNavi p{
	display: inline-block;
	padding-right: 17px;
	color: #2252C1;
	font-weight: bold;
	font-size: 0.875em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-decoration: none;
	text-indent: 0 !important;
}
.FixedNavi p::before{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 12px;
	left: 13px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #2252C1;
}
.FixedNavi p::after{
	content: '';
	display: inline-block;
	position: absolute;
	left: 17px;
	bottom: 17px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#PopupBanner{
	display: block;
	position: fixed;
	right: 56px;
	bottom: -170px;
	z-index: 86;
}
#PopupBanner a{
	display: block;
}
#PopupBanner a:hover{
	opacity: 0.9;
}
#PopupBannerBtn{
	display: block;
	position: absolute;
    right: -8px;
    top: -8px;
    cursor: pointer;
	z-index: 87;
}
