@charset "utf-8";

body {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100% !important;
}
body.iPhone {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100% !important;
}
#wrapper.noscroll {
	position: fixed;
	overflow-x: hidden;
	overflow-y: hidden;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
}
.spOnly {
	display: block;
}
.pcOnly {
	display: none !important;
}

#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 150%;
	overflow: hidden;
	padding-top: 40px;
}
#wrapper .spOpenBtn {
	height: 40px;
	display: block;
	position: fixed;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 40px;
	background-image: url(../images/sp_menubtn_open.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 40px 40px;
	cursor: pointer;
	z-index: 1000;
}



/* header */
#languageBox {
	display: none;
}
#header {
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	transform: none;
	-webkit-transform: none;
}
#header p.logo {
	width: 80px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 10px;
}
#header p.logoTxt {
	width: 130px;
	height: 9px;
	position: absolute;
	top: 14px;
	left: 98px;
}
#header p.logo img,
#header p.logoTxt img {
	width: 100%;
}
#header .headerMenu {
	width: 100% !important;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header .headerMenu ul {
	display: none;
}

/* footer */
#footer {
	width: 100%;
	background-color: #3C495C;
	border-top-width: 35px;
	border-top-style: solid;
	border-top-color: #343F4F;
	padding-top: 15px;
	position: relative;
	color: #BBC0C4;
	margin-top: 220px;
}
#footer a {
	color: #BBC0C4;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul.spOnly {
	height: 220px;
	padding-top: 20px;
	padding-left: 50%;
	list-style: none;
	margin-bottom: 0px;
	position: absolute;
	top: -255px;
	right: 0px;
	width: 100%;
	background-color: #F4F3F5;
}
#footer ul.spOnly li {
	height: 34px;
	width: 200px;
	background-color: #FFF;
	border: 2px solid #251E1C;
	position: relative;
	text-align: center;
	float:none;
	margin: 20px;
	margin-left: -100px;
}
#footer ul.spOnly li a {
	height: 30px;
	width: 198px;
	display: block;
}
#footer ul.spOnly li:after {
	display: block;
	position: absolute;
	right: -2px;
	top: 6px;
	color: #251E1C;
	content: "〉";
	font-weight: bold;
	font-size: 13px;
}
#footer .footerBox {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
}
#footer #gotoTopBtn {
	position: absolute;
	right: 0;
	left: 0;
	top: -50px;
	margin: auto;
	background-image: url(../images/sp_pagetop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
}
#footer .footerLeft {
	float: none;
	position: relative;
	width: 100%;
}
#footer .footerRight {
	float: none;
	position: relative;
	width: 100%;
}
#footer .footerBox h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer .footerBox p {
	font-size: 12px;
	line-height: 21px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
#footer .footerBox .fmenu01,
#footer .footerBox .fmenu02,
#footer .footerBox .fmenu03,
#footer .footerBox .fmenu04,
#footer .footerBox .fmenu05 {
	display: none;
}
#footer .footerBox .fmenu06 {
	position: relative;
	left: auto;
	top: auto;
	font-size: 11px;
	border: none;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#footer .footerBox .fmenu06 ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .footerBox .fmenu06 ul li {
	position: relative;
	left: auto;
	top: auto;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: left;
	margin: 0;
}
#footer .footerBox .fmenu06 a {
	color: #5C8CC7;
	width: 100%;
	display: block;
}
#footer .footerBox .fmenu06 ul li:after {
	display: block;
	position: absolute;
	right: 8px;
	top: 8px;
	color: #5C8CC7;
    content: "〉";
}
#footer .footerBox ul {
	list-style: none;
}
#footer .footerBox ul li {
	color: #5C8CC7;
	font-size: 14px;
	width: 150px;
	line-height: 1.35em;
}
#footer .footerBox .fmenu06 ul li {
	width: 100%;
}
#footer .footerBox ul li ul {
	padding-top: 10px;
}
#footer .footerBox ul li ul li {
	color: #BBC0C4;
	font-size: 13px;
	margin-top: 8px;
}
#footer .footerBox address {
	color: #FFF;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 9px;
}



#globalNaviSP {
	position: fixed;
	top: 40px;
	bottom: 0px;
	right: -100%;
	width: 100%;
	padding-top: 0px;
	display: block;
	opacity: 0;
	z-index: 1000;
	transform: translateZ(0);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C9D2EB;
	background-color: #FFFFFF;
}
#globalNaviSPbg {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 0 );
	z-index: 900;
	opacity: 0;
	transform: translateZ(0);
}
#globalNaviSP .globalNaviBox {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#globalNaviSP .spCloseBtn {
	height: 40px;
	display: block;
	position: absolute;
	top: -42px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 40px;
	background-image: url(../images/sp_menubtn_close.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 40px 40px;
	z-index: 1000;
	cursor: pointer;
	transform: translateZ(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden
}
#globalNaviSP ul {
	list-style-type: none;
	width: 100%;
	min-width: 270px;
	box-sizing: border-box;
	transform: translateZ(0);
}
body.iPhone #globalNaviSP ul {
	min-height: 101%;
}
#globalNaviSP li.gMenu {
	position: relative;
	line-height: 50px;
	display: block;
	background-color: #FFF;
	color: #4B70B4;
	margin: 0px;
	padding: 0px 10px 0 10px;
	width: 100%;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C9D2EB;

}
#globalNaviSP li.gMenu a {
	display: block;
	line-height: 50px;
	color: #4B70B4;
	margin: 0px;
	padding: 0 0 0 0;
	/* [disabled]padding: 0 50px 0 20px; */
	font-weight: bold;
	font-size: 18px;
}
#globalNaviSP li h2 {
	display: block;
	line-height: 50px;
	color: #4B70B4;
	margin: 0px;
	padding: 0 50px 0 0;
	font-weight: bold;
	font-size: 18px;
}
#globalNaviSP li.gMenu a:before {
	display: block;
	position: absolute;
	left: 13px;
	right: 50px;
	top: 0px;
	color: #4B70B4;
	content: " ";
	/* [disabled]content: "> "; */
	margin-right: 8px;
	z-index: 10;
}
#globalNaviSP li span {
	height: 50px;
	display: block;
	position: absolute;
	right:0px;
	top:0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}
#globalNaviSP li span:after {
	display: block;
	position: absolute;
	right:17px;
	top:0px;
	color: #96A1A1;
    content: "＋";
}
#globalNaviSP li span.closeBtn:after {
	display: block;
	position: absolute;
	right:17px;
	top:0px;
	color: #96A1A1;
    content: "－";
}
#globalNaviSP li .subMenuArea {
	display: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C9D2EB;
	padding: 0 10px 0 10px;
	background-color: rgba( 255, 255, 255, 1 );
}
#globalNaviSP ul.subMenu li {
	line-height: 1.35em;
	margin-top: 12px;
	margin-bottom: 10px;
}
#globalNaviSP ul.subMenu li a {
	line-height: 1.35em;
	padding: 0 0 0 1em;
	display: inline-block;
	color: #4B70B4;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	text-indent: -1em;
}
#globalNaviSP ul.subMenu li a:before {
	display: inline-block;
	width: 1em;
	position: relative;
	color: #4B70B4;
	content: "> ";
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#globalNaviSP ul.subMenu li a.bottomMenu {
	margin-left: 15px;
}
#globalNaviSP li .subMenuArea h3 {
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: -5px;
	color: #3070B8;
}
#globalNaviSP li ul li.bottomMenu:after {
	display: block;
	position: absolute;
	right: 8px;
	top: 0px;
	color: #A5B8DA;
    content: "〉";
}
#globalNaviSP li .subMenuArea ul li a.tBlank:after {
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-left: 5px;
	background-image: url(../images/icon_tblank_sp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 16px 12px;
    content: "";
}
#globalNaviPC {
	display: none;
}

#topicPath {
	display: none;
}


#contents {
}
#contents .alignCenterSP {
	text-align: center;
}
#contents .mainTitle {
	background-size: 1247px 100px;
	height: 100px;
	width: 100%;
	margin-bottom: 20px;
}
#contents .mainTitle h1 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
}
#contents .mainTitle h1 span {
	display: block;
	padding-top: 20px;
	font-weight: normal;
	font-size: 12px;
}
#contents .mainTitle h1 span.line2 {
	padding-top: 14px;
}
#contents .mainTitle h1 span.brPoint {
	display: block;
	padding-top: 0px;
	font-weight: bold;
	font-size: 22px;
}
#contents ul.linkList {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}
#contents ul.linkList li {
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	position: relative;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#contents ul.linkList li h3 {
	font-size: 115%;
	font-weight: bold;
}
#contents ul.linkList li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	right: 10px;
	bottom: 0;
	content: "";
	text-decoration: none;
	width: 40px;
	height: 100%;
	background-position: right center;
	background-image: url(images/arrow_linklist_sp.png);
	background-repeat: no-repeat;
	background-size: 19px 45px;
}
#contents ul.linkList li.clearfix a:after {
	display: block;
	position: absolute;
	top: 160px;
	left: auto;
	right: 10px;
	bottom: 0;
	content: "";
	text-decoration: none;
	width: 40px;
	height: auto;
	background-position: right center;
	background-image: url(images/arrow_linklist_sp.png);
	background-repeat: no-repeat;
	background-size: 19px 45px;
}
#contents ul.linkList li .leftImg {
	float: none;
	display: block;
	margin-right: -20px;
	padding-right: 0px;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #bfcce5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfcce5;
	text-align: center;
	margin-bottom: 10px;
}
#contents .tableBox {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
#contents .tableBox table {
	border-collapse: collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-left-color: #FFF;
}
#contents .tableBox table tr {
}
#contents .tableBox table th {
	display: block;
	float:left;
	clear:both;
	border-collapse: collapse;
	background-color: #bfcce5;
	padding: 8px;
	width: 100%;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#contents .tableBox table td {
	display: block;
	width: 100%;
	float:left;
	clear:both;
	border-collapse: collapse;
	background-color: #edf1f8;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
}

#contents .tableBoxScroll {
	width: 92%;
	overflow: scroll;
	max-height: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 90%;
	-webkit-overflow-scrolling: touch;
}
#contents .tableBoxScrollFix {
	width: 300px;
	overflow: scroll;
	max-height: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 90%;
	-webkit-overflow-scrolling: touch;
}
#contents .tableBoxScroll table {
	border-collapse: collapse;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	width: 860px;
}
#contents .tableBoxScroll p {
	width: 860px;
}
#contents .tableBoxScroll table tr {
}
#contents .tableBoxScroll table th {
	border-collapse: collapse;
	background-color: #bfcce5;
	padding: 8px;
	width: 180px;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#contents .tableBoxScroll table td {
	border-collapse: collapse;
	background-color: #edf1f8;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#contents span.scrollSP {
	display: block;
	font-size: 12px;
	width: 92%;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}







#contents.indexContents {
	width: 100%;
}
#contents.indexContents .width860 {
	width: 100%;
}
#contents.indexContents .listBtn {
	height: 34px;
	width: 200px;
	border: 2px solid #FFF;
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#contents.indexContents .listBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#contents.indexContents .listBtn a {
	height: 30px;
	width: 196px;
	display: block;
}
#contents.indexContents .listBtn:after {
	display: block;
	position: absolute;
	right: -2px;
	top: 5px;
	color: #FFF;
    content: "〉";
	font-weight: bold;
	font-size: 13px;
}
#contents.indexContents .listBtn.black {
	border-color: #251E1C;
}
#contents.indexContents .listBtn.black:after {
	color: #251E1C;
}
#contents.indexContents .section01,
#contents.indexContents .section02,
#contents.indexContents .section03,
#contents.indexContents .section04,
#contents.indexContents .section05,
#contents.indexContents .section06 {
	padding-top: 20px;
}
#contents.indexContents .section01 h1,
#contents.indexContents .section02 h1,
#contents.indexContents .section03 h1,
#contents.indexContents .section04 h1,
#contents.indexContents .section05 h1,
#contents.indexContents .section06 h1 {
	color: #4B70B4;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: center;
}
#contents.indexContents .section01 h1 span,
#contents.indexContents .section02 h1 span,
#contents.indexContents .section03 h1 span,
#contents.indexContents .section04 h1 span,
#contents.indexContents .section05 h1 span,
#contents.indexContents .section06 h1 span {
	color: #BBC0C4;
	font-size: 10px;
}
#contents.indexContents .section01 {
	max-width: 100%;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
#contents.indexContents .section01 .flexslider {
	height: 135px;
}
#contents.indexContents .section01 ul li {
	width: 100%;
	max-width: 100%;
	min-width: 320px;
}
#contents.indexContents .section01 ul li.slide01,
#contents.indexContents .section01 ul li.slide02,
#contents.indexContents .section01 ul li.slide03,
#contents.indexContents .section01 ul li.slide04,
#contents.indexContents .section01 ul li.slide05,
#contents.indexContents .section01 ul li.slide06,
#contents.indexContents .section01 ul li.slide07,
#contents.indexContents .section01 ul li.slide08,
#contents.indexContents .section01 ul li.slide09,
#contents.indexContents .section01 ul li.slide10 {
	background-size: 648px 135px;
	height: 135px;
}
#contents.indexContents .section01 ul li.slide01 a,
#contents.indexContents .section01 ul li.slide02 a,
#contents.indexContents .section01 ul li.slide03 a,
#contents.indexContents .section01 ul li.slide04 a,
#contents.indexContents .section01 ul li.slide05 a,
#contents.indexContents .section01 ul li.slide06 a,
#contents.indexContents .section01 ul li.slide07 a,
#contents.indexContents .section01 ul li.slide08 a,
#contents.indexContents .section01 ul li.slide09 a,
#contents.indexContents .section01 ul li.slide10 a {
	width: 100%;
	height: 135px;
	display: block;
}
.flex-control-nav {
  bottom: -30px;
}
#contents.indexContents .section02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #251E1C;
	height: 76px;
}
#contents.indexContents .section02 h1,
#contents.indexContents .section02 h1 span {
	color: #FFF;
	margin-bottom: 0px;
}
#contents.indexContents .section02 .listBtn {
	height: 100%;
	width: 100%;
	border: none;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents.indexContents .section02 .listBtn img {
	display: none;
}
#contents.indexContents .section02 .listBtn a {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 5;
}
#contents.indexContents .section02 .listBtn:after {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	top: auto;
	color: #FFF;
    content: "　〉";
	font-weight: bold;
	font-size: 15px;
	z-index: 0;
}
#contents.indexContents .section02 .listBtn.black {
	border-color: #251E1C;
}
#contents.indexContents .section02 .listBtn.black:after {
	color: #FFF;
}
#contents.indexContents .section02 .infoList {
	display: none;
}
#contents.indexContents .section03 {
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 0px;
}
#contents.indexContents .section03 .seminarBox {
	width: 50%;
	height: 76px;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 5px;
	background-color: #4D79AA;
}
#contents.indexContents .section03 .seminarBox h1,
#contents.indexContents .section03 .trainingBox h1 {
	width: 100%;
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	color: #FFF;
}
#contents.indexContents .section03 .seminarBox h1 span,
#contents.indexContents .section03 .trainingBox h1 span {
	color: #FFF;
}
#contents.indexContents .section03 .seminarList,
#contents.indexContents .section03 .trainingList {
	display: none;
}
#contents.indexContents .section03 .trainingBox {
	width: 50%;
	height: 76px;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 5px;
	background-color: #64A362;
}
#contents.indexContents .section03 .seminarBox .listBtn,
#contents.indexContents .section03 .trainingBox .listBtn {
	height: 100%;
	width: 100%;
	border: none;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents.indexContents .section03 .seminarBox .listBtn img,
#contents.indexContents .section03 .trainingBox .listBtn img {
	display: none;
}
#contents.indexContents .section03 .seminarBox .listBtn a,
#contents.indexContents .section03 .trainingBox .listBtn a {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 5;
}
#contents.indexContents .section03 .seminarBox .listBtn:after,
#contents.indexContents .section03 .trainingBox .listBtn:after {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	top: auto;
	color: #FFF;
    content: "　〉";
	font-weight: bold;
	font-size: 15px;
	z-index: 0;
}
#contents.indexContents .section04 {
}
#contents.indexContents .section04 .pickupList {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #E9EEF6;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents.indexContents .section04 .pickupList .pickupListBtn {
	margin: 20px;
	box-shadow:rgba(37, 30, 28, 0.35) 3px 3px 2px 0px;
	-webkit-box-shadow:rgba(37, 30, 28, 0.35) 3px 3px 2px 0px;
	-moz-box-shadow:rgba(37, 30, 28, 0.35) 3px 3px 2px 0px;
}
#contents.indexContents .section04 .pickupList .pickupListBtn img {
	width: 180px;
	height: 106px;
}.slick-prev:before,
.slick-next:before {
    font-size: 25px;
}
.slick-prev{
	margin-right: 105px;
	margin-top: -25px;
	z-index: 100;
	text-align: right;
}
.slick-next{
	margin-left: 105px;
	margin-top: -25px;
	z-index: 100;
	text-align: left;
}
#contents.indexContents .section05 {
	background-image: url(../images/casestudy_bg.jpg);
	background-repeat: no-repeat;
	background-position: -125px top;
	background-size: 790px 284px;
	min-height: 360px;
	background-color: #000;
	padding-bottom: 40px;
}
#contents.indexContents .section05 h1 {
	color: #FFF;
}
#contents.indexContents .section05 p {
	color: #FFF;
	width: 90%;
	font-size: 15px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	text-align: center;
	font-size: 12px;
}
#contents.indexContents .section05 ul {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	text-align: center;
}
#contents.indexContents .section05 ul li {
	display: inline-block;
	width: 50%;
	height: 100px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#contents.indexContents .section05 ul li:nth-child(odd) {
	text-align: right;
}
#contents.indexContents .section05 ul li:nth-child(even) {
	text-align: left;
}
#contents.indexContents .section05 ul li img {
	width: 100px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 5px 0px;
}
#contents.indexContents .section06 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -30px;
}
#contents.indexContents .section06 ul {
	list-style: none;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}
#contents.indexContents .section06 ul li {
	display: inline-block;
	width: 50%;
	height: 80px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	vertical-align: top;
}
#contents.indexContents .section06 ul li:last-child {
	display: inline-block;
	width: 50%;
	height: 80px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
}




#contents.indexContents .section07 {
	background-color: #4b70b4;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents.indexContents .section07 .bannerBtn {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contents.indexContents .section07 ul {
	list-style: none;
	text-align: center;
}
#contents.indexContents .section07 ul li {
	display: inline-block;
	width:46%;
	margin-right: 3%;
	margin-bottom: 10px;
	background-color: #FFF;
	box-shadow:0px 0px 3px 2px #0a4d9b;
	-moz-box-shadow:0px 0px 3px 2px #0a4d9b;
	-webkit-box-shadow:0px 0px 3px 2px #0a4d9b;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#contents.indexContents .section07 ul li.datadl {
	background-image: url(../images/sec07_icon_datadl.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	background-size: 42px 40px;
}
#contents.indexContents .section07 ul li.trialdl {
	background-image: url(../images/sec07_icon_trialdl.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	background-size: 42px 40px;
	margin-right: 0%;
}
#contents.indexContents .section07 ul li.seminar {
	background-image: url(../images/sec07_icon_seminar.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	background-size: 42px 40px;
	margin-bottom: 0px;
}
#contents.indexContents .section07 ul li.training {
	background-image: url(../images/sec07_icon_training.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	background-size: 42px 40px;
	margin-right: 0%;
	margin-bottom: 0px;
}
#contents.indexContents .section07 ul li a {
	display: block;
	padding-top: 54px;
	padding-bottom: 10px;
	color: #251e1c;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}
#contents.indexContents .section07 ul li a span {
	display: block;
	font-weight: bold;
}
#contents.indexContents .section07 ul li a:hover {
	text-decoration: none;
}
#contents.indexContents .section07 ul li:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}




#contents .recommendationArea {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#contents .recommendationArea ul {
	list-style: none;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
#contents .recommendationArea ul li {
	display: inline-block;
	width: 50%;
	height: 80px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	vertical-align: top;
}
#contents .recommendationArea ul li:last-child {
	display: inline-block;
	width: 50%;
	height: 80px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
}



.flex-direction-nav a,
.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next:hover  {
	opacity: 0;
	display: none;
}


/* searchBox用CSS上書き */

#customSearch {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 800;	
}
#searchBoxOpener {
	width: 30px;
	height: 30px;
	background-color: #4b70b4;
	position: absolute;
	right: 45px;
	top: 5px;
	line-height: 30px;
	text-indent: -9999px;
	color: #FFF;
	font-size: 11px;
	background-image: url(images/icon_search_sp.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 15px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#searchBoxOpener:hover {
	cursor: pointer;
}
#searchBoxOpener.close {
	background-image: url(images/icon_search_close_sp.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 15px 15px;
	height: 33px;
}
#searchBox {
	width: auto;
	border: 4px solid #4b70b4;
	background-color: #FFF;
	height: 40px;
	padding-right: 2px;
	position: absolute;
	right: 45px;
	left: 0px;
	top: 35px;
	z-index: 800;
	display: none;
}
#searchBox .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 28px !important;
    width: 70px !important;
}
table.gsc-search-box td {
    vertical-align: top !important;
}
.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
    box-shadow: none !important;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
    box-shadow: none !important;
}
.gsst_b {
	-moz-user-select: none;
	font-size: 16px;
	position: relative;
	white-space: nowrap;
	padding-top: 5px !important;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
.searchresultsBox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}



/* マルケト関連 */
#mktoBox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}