@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */
/*---------mmenu--------------*/
.mm-panels {
    text-align: left;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #333333;
	background-color: #ffffff;

font-family: 'Noto Sans JP', sans-serif; /*ウェブフォント指定*/

font-size: 13px;
 *font-size:small;
 *font:x-small;
 text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

.webFontRoboto {
	font-family: 'Roboto', sans-serif;
}

#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1160px;
}

img {
	vertical-align: bottom;
	width: auto;
	max-width: 100%;
	height: auto;
}

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url("../img/spacer.gif");
}


/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -114px;
}

/*-----------------------*/

.pc {
	display: block!important;
}

.sp {
	display: none!important;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcFlex {
	display: flex !important;
}
.spTable {
	display: none !important;
}

.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}

.pcTableCell {
	display: table-cell !important;
}
.spTableCell {
	display: none !important;
}

.pc02 {
	display: inline-block !important;
}

.sp02 {
	display: none !important;
}
.contIn {
	width: 1080px;
	margin: 0px auto;
	position: relative;
}
.contIn1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.contIn1030 {
	width: 1030px;
	margin: 0px auto;
	position: relative;
}

.dispBlock01 {
	display: block;
}

.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {

	body {
	}
	#wrap {
		overflow: hidden;
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 320px;
	}
	
	img {
	    width: auto;
	    max-width: 100%;
		height: auto;
	}
	
	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		top: -65px;
	}


	/*-----------------------*/

	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcFlex {
		display: none !important;
	}
	.spTable {
		display: flex !important;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}
	
	.pcTableCell {
		display: none !important;
	}
	.spTableCell {
		display: block !important;
	}

	.pc02 {
		display: none !important;
	}
	.sp02 {
		display: block !important;
	}
	.contIn {
		width: auto;
	}
	.contIn1000 {
		width: auto;
	}
	.contIn1030 {
		width: auto;
	}
}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */
.pageWrap{padding-top: 112px;}
.pageWrap.hLinkNone{padding-top: 60px;}
.menuSpWrap {
	display: none;
}

.pcHeaderWrap {
	width: 100%;
	min-width: 1030px;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.pcHeader {
	padding-bottom: 0;
	overflow: hidden;
	height: 59px;
}
.headerBtnWrap01 {
	float: right;
	height: inherit;
}
.headerBtnWrap01 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}
.headerBtnWrap01 li {
	padding-left: 2px;
	font-size: 16px;
	display: table;
	height: inherit;
}
.headerBtnWrap01 li .txtBtn {
	display: table-cell;
    vertical-align: middle;
}
.headerBtnWrap01 li:nth-child(3) {
	padding-right: 30px;
}
.headerBtnWrap01 li p a{
    padding: 0 15px;
}
.headerBtnWrap01 li p.txtBtn a:hover{
    color: #0094e3;
}

.headLi01 {
	display: table;
}
.headLi01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 44px;
	padding: 0px 18px;
}
.headLi01 a:hover {	text-decoration: underline;}

.logoWrap01 {
	padding: 0 0 0 20px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	height: inherit;
}
.hLogo01 {
	display: block;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: 500;
	color: #2F2F2F;
	padding: 0 15px 0 0;
	width: 171px;
}
.hLogo01 img {
    max-width: 93%;
}

.hLogo02 {
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	color: #1D2C53;
    position: relative;
    padding: 0 0;
}
.hLogo02 span{
	font-weight: bold;
}

.naviWrap01 {
	background: #d1d1d1;
    height: 55px;
}
.headerNavi {
    display: table;
    width: 1080px;
    margin: 0 auto;
}
.headerNavi > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 13.2%;
    height: inherit;
}
.headerNavi > li p{
	position: relative;
	display: table;
	width: 100%;
	margin: auto;
}
.headerNavi li > p:after,
.headerNavi li:first-child > p:before{
	content:"";
	background: #092E57;
    position: absolute;
	top:50%;
	right:0;
    display: block;
    width: 1px;
    height: 32px;
    margin-top: -16px;
}
.headerNavi li:first-child p:before{
    left: 0;
    right: initial;
}
.headerNavi li:first-child p img{
    width: auto;
    padding-right: 5px;
    position: relative;
    top: 3px;
}
.headerNavi li > p a{
	color: #092E57;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 55px;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	z-index: 1;
}
.headerNavi li:link > p a {	color: #092E57;	text-decoration: none;}
.headerNavi li:visited > p a {	color: #093b73;	text-decoration: none;}
.headerNavi liactive > p a: {	color:#fff;	text-decoration: none;}
.headerNavi li:hover > p a{
	/*background: #093b73;*/
	color:#fff;
}
.headerNavi li:hover > p a:after{
	content: "";
    background: #093b73;
    color: #fff;
    display: block;
    position: absolute;
    height: inherit;
    width: 103%;
    top: 0;
    left: -2px;
    right: 0;
    bottom: 0;
	z-index: -1;
}

/*
.headerNavi li > p a:hover:after{
	content:"";
	background: #093b73;
    position: absolute;
	bottom:3px;
	right:0;
	left:0;
    display: block;
    width: 90%;
    height: 2px;
    margin: 0 auto;
}
*/

.headerNavi li > p a:before{
    content: "";
    background: url(/common/img/gnavi02.svg)no-repeat;
    background-size: 100%;
    position: relative;
    width: 27px;
    height: 25px;
    left: -5px;
    margin-top:-10px;
	top: 5px;
    display: inline-block;
}
.headerNavi li.liFirst a:before{
    content:none;
}
.headerNavi li .naviIco00:before {background: url(/common/img/gnavi01_logo.png)no-repeat; width:91px; height:22px;left: -3px;}
.headerNavi li .naviIco01:before {background: url(/common/img/gnavi02.png)no-repeat;}
.headerNavi li .naviIco02:before {background: url(/common/img/gnavi03.png)no-repeat;}
.headerNavi li .naviIco03:before {background: url(/common/img/gnavi04.png)no-repeat;}
.headerNavi li .naviIco04:before {background: url(/common/img/gnavi05.png)no-repeat;}

.headerNavi li:hover .naviIco00:before {background: url(/common/img/gnavi01_logo_on.png)no-repeat;}
.headerNavi li:hover .naviIco01:before {background: url(/common/img/gnavi02_on.png)no-repeat;}
.headerNavi li:hover .naviIco02:before {background: url(/common/img/gnavi03_on.png)no-repeat;}
.headerNavi li:hover .naviIco03:before {background: url(/common/img/gnavi04_on.png)no-repeat;}
.headerNavi li:hover .naviIco04:before {background: url(/common/img/gnavi05_on.png)no-repeat;}

/* MEGAメニュー */
.pcNaviMega01 {
	background-image: url("../img/meganavi_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	box-sizing: border-box;
	width: 100%;
	padding: 22px 20px 24px 20px;
	position: absolute;
	left:0;
	margin-left:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	visibility: hidden;
	opacity: 0;
}
.pcNaviMega01 .pcNaviMega01Inner{
	padding: 0 30px;
	max-width: 1030px;
	margin:0 auto;
}
.pcNaviMega01 .pcNaviMega01Inner.bgWh{
	background: rgb(255 255 255 / 90%);
}
.pcNaviMega01 .pcNaviMega01Inner.bgWh .pcNaviMega01LinkFlex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pcNaviMega01 .pcNaviMega01Inner.bgWh .pcNaviMegaIn a {
	color:#2F2F2F;
}
.pcNaviMega01 .pcNaviMega01Inner.bgWh .pcNaviMegaIn p {
	padding: 5px 30px 5px 15px;
}
.pcNaviMega01 .pcNaviMega01Inner.bgWh .pcNaviMegaIn a::before {
	background-image: url("../img/arrow.png");
}
.headerNavi li:hover .pcNaviMega01 {
	visibility: visible;
	opacity: 1;
}
.pcNaviMegaIn {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.headerNavi .pcNaviMegaIn p {
	padding: 8px 30px 8px 15px;
}
.headerNavi .pcNaviMegaIn a {
	background-color: transparent;
	color: #ffffff;
	position: relative;
}
.headerNavi .pcNaviMegaIn a:hover {
	text-decoration: underline;
}
.headerNavi .pcNaviMegaIn a.subBtn {
    background-color: transparent;
    color: #092E57;
    position: relative;
    width: 248px;
    height: 70px;
    background: #ddd;
    display: table;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.headerNavi .pcNaviMegaIn a.subBtn:hover {
    color: #fff;
    background: #4D98D0;
}
.headerNavi .pcNaviMegaIn a.subBtn.hoverNon {
}
.headerNavi .pcNaviMegaIn a.subBtn.hoverNon:hover {
	background: #ddd;
    color: #092E57;
}
.headerNavi .pcNaviMegaIn a.subBtn span{
    line-height: 1.6em;
    display: table-cell;
    vertical-align: middle;
}
.headerNavi .pcNaviMega01TxtFlex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 1.44em;
	color:#6DCCE3;
	justify-content: center;
	margin:0 0 15px;
}
.headerNavi .pcNaviMega01TxtFlex p{
	padding: 0 25px;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {
	.pageWrap,
	.pageWrap.hLinkNone{padding-top: 65px;}
	.spHeaderWrap {
		background-color: #ffffff;
		border-bottom: 1px solid #D9D9D9;
		box-sizing: border-box;
		padding: 5px 5px 4px 4px;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
		height: 65px;
	}
	.spHeaderLogo {
		padding-top: 10px;
	    text-align: left;
	    float: left;
	    width: 150px;
	    height: 30px;
	}
	.hLogo01 {
		display: block;
		font-size: 11px;
		line-height: 1.6em;
		font-weight: 500;
		color: #2F2F2F;
	}
	.hLogo02 {
		display: block;
		font-size: 18px;
		line-height: 1.2em;
		font-weight: bold;
		color: #1D2C53;
	}

	.spHeaderMenu {
		float: right;
	    position: relative;
	    top: 12px;
	    right: 10px;
	    width: 35px;
	    height: 27px;
	}
	.spHeaderMenu a{
		display: block;
	}
	.spHeaderMenu img {
		width: auto;
		height: 100%;
	}


}
/* -------------------------------------------------------------------- 
文字色
-------------------------------------------------------------------- */
/* 白 */
.txtWh{color: #fff!important;}

/* 黒 */
.txtBk{color: #313131!important;}

/* 紺 */
.txtNy{color: #092E57!important;}

/* 橙 */
.txtOr{color: #FF8900!important;}

/* -------------------------------------------------------------------- 
 背景色
-------------------------------------------------------------------- */
/* 白 */
.bgWh{background-color: #fff!important;}

/* 黒 */
.bgBk{background-color: #222222!important; color: #fff;}
/* 黒2 */
.bgBk2{background-color: #2A2A2A!important; color: #fff;}

/* グレー */
.bgGr{background-color: #F7F7F7!important;}

/* 濃いグレー */
.bgDkGr{background-color: #B2B2B2!important;}

/* 水色 */
.bglitBl,
.bgLitBl{background-color: #ECF6FC!important;}

/* 青 */
.bgBl{background-color: #ECF6FC!important;}

/* 紺 */
.bgNy{background-color: #092E57!important; color: #fff;}
.bgNy .title03{color: #fff;}

/* 濃い紺 */
.bgNy2{background-color: #08294F!important; color: #fff;}
.bgNy2 .title03{color: #fff;}

/* グラデーション斜めグレー～青 */
.bgGrBl{
	background: rgb(247,247,247);
	background: linear-gradient(128deg, rgba(247,247,247,1) 0%, rgba(229,245,255,1) 100%);
}

/* グラデーション左から青～紺 */
.bgBlNy {
    background: rgb(1,107,173);
    background: linear-gradient(90deg, rgba(1,107,173,1) 0%, rgba(0,53,113,1) 61%, rgba(0,53,113,1) 100%);
	color:#FFF;
}

/* グラデーションボーダー上下 紫～橙*/
.borderGrd{position: relative;}
.borderGrd:before,
.borderGrd:after{
    content: "";
    display: block;
    height: 7px;
    background: rgb(82,69,153);
    background: linear-gradient(128deg, rgba(82,69,153,1) 0%, rgba(200,7,115,1) 50%, rgba(232,72,30,1) 100%);
    position: absolute;
    width: 100%;
	left: 0;
}
.borderGrd:before{top: -7px;}
.borderGrd:after {bottom: -7px;}

/* グラデーションボーダー下のみ 紫～橙*/
.borderGrd.topNon:before{
    content: none;
}


/* -------------------------------------------------------------------- 
 ボタン
-------------------------------------------------------------------- */

.contBtnWrap01 {
	display: table;
    width: 345px;
	margin: auto;
}
/*--幅--*/
.contBtnWrap01.w525 {
    width: 525px;
}
.contBtnWrap01.w260 {
    width: 260px;
}
/*--高さ--*/
.contBtnWrap01.h71 .contBtn01{
	line-height: 71px;
    height: 71px;
}

.contBtn01 {
    color: #fff;
    background-color: #092E57;
    border: solid 1px #092E57;
    text-decoration: none;
    line-height: 89px;
    height: 89px;
    font-size: 16px;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.contBtn01:link {	color: #fff;	text-decoration: none;}
.contBtn01:visited {	color: #fff;	text-decoration: none;}
.contBtn01:hover {
    color: #092E57;
    background-color: #fff;
	text-decoration: none;
}
.contBtn01:active {color:#092E57;	text-decoration: none;}

/*--ボタンの色--*/
/*-オレンジ-*/
.contBtn01.btnOr{
	color: #fff;
	border: 1px solid #e27304;
	background-color:#e27304;
	background: rgb(252,148,71);
	background: linear-gradient(90deg, rgba(252,148,71,1) 0%, rgba(226,115,4,1) 100%);
}
.contBtn01.btnOr:hover {
	color:#e27304;
	background: #ffffff;
	text-decoration: none;
}


/*-----------*/
.contBtnWrap02 {
	display: table;
	width: 166px;
	margin:0 auto;
}
/*サイズ*/
.contBtnWrap02.btn269 {
	width: 269px;
}
.contBtnWrap02.btn269 .contBtn02{
	height: 71px;
	font-size: 16px;
}
.contBtn02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 40px;
	font-size: 12px;
	line-height: 1.0em;
	color: #ffffff;
	border: 1px solid #4fb5ea;
	background-color:#4fb5ea;
	background: rgb(79,181,234);
	background: linear-gradient(90deg, rgba(79,181,234,1) 0%, rgba(0,148,227,1) 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.contBtn02:link {color: #fff;	text-decoration: none;}
.contBtn02:visited {color: #ffffff;	text-decoration: none;}
.contBtn02:hover {
	color:#4fb5ea;
	background: #ffffff;
	text-decoration: none;
}
.contBtn02:active {color:#4fb5ea;	text-decoration: none;}

/*右矢印*/
.contBtn02.arrowR{
	position: relative;
}
.contBtn02.arrowR:after {
	position: absolute;
    top: 50%;
    bottom: 0;
    right: 15px;
    margin: -4px auto 0;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right:1px solid #fff;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}
.contBtn02.arrowR:hover:after {
    border-top: 1px solid #4fb5ea;
    border-right:1px solid #4fb5ea;
}

/*紺色*/
.contBtn02.bl {
	color: #ffffff;
	background-color:#092E57;
    background: rgb(1,107,173);
    background: linear-gradient(90deg, rgba(1,107,173,1) 0%, rgba(0,53,113,1) 61%, rgba(0,53,113,1) 100%);
    border: solid 1px #092E57;
}
.contBtn02.bl:link {color: #fff; text-decoration: none;}
.contBtn02.bl:visited {color: #ffffff;	text-decoration: none;}
.contBtn02.bl:hover {
	color:#092E57;
	background: #ffffff;
	text-decoration: none;
}
.contBtn02.bl:active {color:#092E57; text-decoration: none;}
.contBtn02.bl.arrowR:hover:after {
    border-top: 2px solid #092E57;
    border-right: 2px solid #092E57;
}
/*橙色*/
.contBtn02.or {
	color: #fff;
	border: 1px solid #e27304;
	background-color:#e27304;
	background: rgb(252,148,71);
	background: linear-gradient(90deg, rgba(252,148,71,1) 0%, rgba(226,115,4,1) 100%);
}
.contBtn02.or:link {color: #fff; text-decoration: none;}
.contBtn02.or:visited {color: #ffffff;	text-decoration: none;}
.contBtn02.or:hover {
	color:#e27304;
	background: #ffffff;
	text-decoration: none;
}
.contBtn02.or:active {color:#e27304; text-decoration: none;}
.contBtn02.or.arrowR:hover:after {
    border-top: 2px solid #e27304;
    border-right: 2px solid #e27304;
}




/*-----------*/

.contBtnWrap03 {
	display: table;
	width: 163px;
	margin: auto;
	position: relative;
}
.contBtn03 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 40px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 500;
	color: #fff;
	border: 1px solid #e27304;
	background-color:#e27304;
	background: rgb(252,148,71);
	background: linear-gradient(90deg, rgba(252,148,71,1) 0%, rgba(226,115,4,1) 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.contBtn03:link {	color: #fff;	text-decoration: none;}
.contBtn03:visited {	color: #fff;	text-decoration: none;}
.contBtn03:hover {
	color:#e27304;
	background: #fff;
	text-decoration: none;
}
.contBtn03:active {	color:#e27304;	text-decoration: none;}
.contBtn03 span{
    position: relative;
}
.contBtn03 span.downlaod_ico::before {
    content: "";
    background: url(/common/img/ico_download_off.png)no-repeat;
    background-size: 100%;
    position: relative;
    width: 9px;
    height: 10px;
    left: -15px;
    margin-top: -3px;
    display: inline-block;
}
.contBtn03:hover span.downlaod_ico::before {
    background: url(/common/img/ico_download_on.png)no-repeat;
}

/*-----------*/

.contBtn04 {
	display: table;
	width: 149px;
	margin: auto;
}
.contBtn04 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 56px;
	font-size: 12px;
	line-height: 55px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #e27304;
	background: rgb(252,148,71);
	background: linear-gradient(90deg, rgba(252,148,71,1) 0%, rgba(226,115,4,1) 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.contBtn04 a:link {	color: #ffffff;	text-decoration: none;}
.contBtn04 a:visited {	color: #ffffff;	text-decoration: none;}
.contBtn04 a:hover {
	color:#e27304;
	background: #ffffff;
	text-decoration: none;
}
.contBtn04 a:active {	color:#e27304;	text-decoration: none;}

/*-----------*/

.contBtn05 {
	display: table;
	width: 149px;
	margin: auto;
}
.contBtn05 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 56px;
	font-size: 12px;
	line-height: 55px;
	font-weight: 500;
    color: #fff;
    background: rgb(1,107,173);
    background: linear-gradient(90deg, rgba(1,107,173,1) 0%, rgba(0,53,113,1) 61%, rgba(0,53,113,1) 100%);
    border: solid 1px #092E57;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.contBtn05 a:link {	color: #ffffff;	text-decoration: none;}
.contBtn05 a:visited {	color: #ffffff;	text-decoration: none;}
.contBtn05 a:hover {
	color:#092E57;
	background: #ffffff;
	text-decoration: none;
}
.contBtn05 a:active {	color:#092E57;	text-decoration: none;}

/*-----------*/
.contBtnWrap06{}
.contBtn06 {
    width: 120px;
    height: 29px;
    display: table;
    margin: 0 auto;
    background: #0D64E3;
    border: 1px solid #0D64E3;
    color: #fff;
    font-size: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contBtn06 span {
    display: table-cell;
    vertical-align: middle;
}
.contBtn06:link {	color: #ffffff;	text-decoration: none;}
.contBtn06:visited {	color: #ffffff;	text-decoration: none;}
.contBtn06:hover {
    background: #fff;
    color: #0D64E3;
	text-decoration: none;
}
.contBtn06:active {	color:#0D64E3;	text-decoration: none;}

/*サイズ*/
.contBtnWrap06.btn166 .contBtn06{
    width: 166px;
    height: 40px;
	font-size: 12px;
}

/*-----------*/



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {
	.contBtnWrap01 {
		display: table;
		width: 100%;
		margin: auto;
	}
	.contBtn01 {
		display: table-cell;
		height: 50px;
		font-size: 14px;
		line-height: 1.0em;
	}
	/*--幅--*/
	.contBtnWrap01.w260,
	.contBtnWrap01.w525 {
	    width: 100%;
	}
	/*--高さ--*/
	.contBtnWrap01.h71 .contBtn01{
		line-height: 50px;
	    height: 50px;
	}
	/*-----------*/

	.contBtnWrap02 {
		display: table;
		width: 100%;
		margin:0 auto;
	}
	.contBtn02 {
		display: table-cell;
		vertical-align: middle;
		height: 50px;
		font-size: 12px;
		line-height: 1.0em;
	}
	/*サイズ*/
	.contBtnWrap02.btn269 {
		width: 100%;
	}
	/*-----------*/
	.contBtnWrap03 {
		display: table;
		width: 100%;
		margin: auto;
		position: relative;
	}
	.contBtn03 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 50px;
		font-size: 13px;
		line-height: 1.5em;
		font-weight: 500;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all  0.3s ease;
	}


	/*-----------*/
	.contBtn04 {
		display: table;
		width: 100%;
		margin: auto;
		position: relative;
	}
	/*-----------*/
	.contBtn05 {
		display: table;
		width: 100%;
		margin: auto;
		position: relative;
	}


	/*-----------*/
}


/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

/*--------------*/

.img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.overFlowHid01 {
	overflow: hidden;
}
.maskBg{position: relative;}
.maskBg:before{
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(9,46,87,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


/*--------------------*/

.boxShadow01 {
-webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    5px 5px 5px 5px rgba(0, 0, 0, 0.1);
box-shadow:         5px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.boxShadow02 {
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 3px 7px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}
.boxShadow03 {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 3px 6px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

/*--------------------*/
.contH3Wrap01{}

.contH301 {
	text-align: center;
}
.contH301 .h3Span01 {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 30px;
	line-height: 1.8em;
	font-weight: 600;
	margin-bottom: 30px;
}
.contH301 .h3Span01::before {
	content: "";
	background-image: url("/common/img/ttl_ico01.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto;
    width: 37px;
    height: 35px;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -17px;
}
.contH301 .h3Span02 {
	display: block;
	font-size: 28px;
	line-height: 1.8em;
	font-weight: 500;
}
/*--------------------*/
.contH3Wrap02{}

.contH302 {
	text-align: center;
	font-size: 30px;
	line-height: 1.8em;
	font-weight: bold;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {
	.contH3Wrap01{
		padding: 0 20px;
	}
	.contH301 {
		text-align: center;
	}
	.contH301 .h3Span01 {
		display: inline-block;
		position: relative;
		color: #fff;
		font-size: 18px;
		line-height: 1.8em;
		font-weight: 600;
		margin-bottom: 25px;
		padding:0 0 0 45px;
	}
	.contH301 .h3Span01::before {
		content: "";
		background-image: url("/common/img/ttl_ico01.svg");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: auto;
	    width: 37px;
	    height: 35px;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    margin-top: -17px;
	}
	.contH301 .h3Span02 {
		display: block;
		font-size: 18px;
		line-height: 1.8em;
		font-weight: 500;
	}
	/*--------------------*/
	.contH3Wrap02{}

	.contH302 {
		text-align: center;
		font-size: 24px;
		line-height: 1.8em;
	}


}

/* -------------------------------------------------------------------- 
共通コンテンツ
-------------------------------------------------------------------- */
.contBlock01.contBlockCommon01{
    color: #fff;
    background-color: #222222;
    padding: 30px 0px 30px 0px;
    margin:5px 0 0;
    position: relative;
    overflow: hidden;
}
/* 背景グレー */
.contBlock01.contBlockCommon01.bgDkGr{
    color: #333333;
}
.contBlock01.contBlockCommon01.bgDkGr .contCommonText01 {
    color: #333333
}
.contBlock01.contBlockCommon01 .contH3Wrap02{
    width: 864px;
    margin: 0 auto;
}
.contBlock01.contBlockCommon01 .contH302{
    text-align: left;
}
.contCommonFlex01{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto ;
}
.contCommonFlexBox01{
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.contCommonFlexBox01:link{color: #fff;}
.bgDkGr a.contCommonFlexBox01:link{color: #333333;}

a.contCommonFlexBox01:hover{
}
a.contCommonFlexBox01:hover .contBtn03 {
	color:#e27304;
	background: #fff;
	text-decoration: none;
}
a.contCommonFlexBox01:hover .contBtn02 {
	color:#4fb5ea;
	background: #ffffff;
	text-decoration: none;
}
a.contCommonFlexBox01:hover .contBtn02.or {
	color:#e27304;
}
a.contCommonFlexBox01:hover .contBtn03 span.downlaod_ico::before {
	background: url(/common/img/ico_download_on.png)no-repeat;
}
.contCommonCell01{
    width: 190px;
	margin: 0 0;
}
.contCommonCell01 img{
    width: auto;
}
.contCommonCell02{
	padding: 0 24px 0 0;
    width: 650px;
}
.contCommonCell02 .contBtnWrap03{
	margin: 0;
	margin-top:40px;
}
.contCommonCell02 .contBtnWrap02{
	margin: 20px 0 10px;
	width: 166px;
}
.contBtnWrap02 .contBtn02 {
    height: 40px;
}
.contCommonTtl01{
    font-size: 22px;
    line-height: 1.8em;
	margin: 0 0 10px;
    color: #fff;
	text-align: left;
}
.contCommonText01{
    font-size: 16px;
    line-height: 1.8em;
    color: #fff;
    text-align: left;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {
	/* ---------- */
	.contBlock01.contBlockCommon01{
	    color: #fff;
	    background-color: #222222;
	    padding: 30px 0px 50px 0px;
	    position: relative;
	    overflow: hidden;
	}
	.contBlock01.contBlockCommon01 .contH3Wrap02{
	    width: 100%;
	}
	.contBlock01.contBlockCommon01 .contH302{
		font-size: 20px;
		text-align: center;
	}
	.contCommonFlex01{
		display: block;
		margin: 20px auto 0;
	}
	.contCommonFlex01 .contCommonFlexBox01:last-child{
		margin: 0 ;
	}
	.contCommonFlexBox01{
		color: #fff;
		display: block;
		margin: 0 0 50px;
	}
	a.contCommonFlexBox01:link{color: #fff;}
	.bgDkGr a.contCommonFlexBox01:link{color: #333333;}
	a.contCommonFlexBox01:hover{
	}
	a.contCommonFlexBox01:hover .contBtn03 {
		color:#e27304;
		background: #fff;
		text-decoration: none;
	}
	a.contCommonFlexBox01:hover .contBtn02 {
		color:#4fb5ea;
		background: #ffffff;
		text-decoration: none;
	}
	.contCommonCell01{
		padding: 0 50px;
		margin: 0 auto;
	}
	.contCommonCell01 img{
	}
	.contCommonCell02 .contBtnWrap03{
		margin: 0 auto;
		margin-top:20px;
	}
	.contCommonCell02 .contBtnWrap02{
		margin: 0 auto;
		margin-top:20px;
	}
	.contCommonCell02{
		width: 90%;
	    width: calc(100% - 40px);
	    padding: 20px 20px 0;
	    margin: 0 auto;
	}
	.contCommonTtl01{
	    font-size: 22px;
	    line-height: 1.8em;
		margin: 0 0 10px;
	    color: #fff;
		text-align: left;
	}
	.contCommonText01{
	    font-size: 16px;
	    line-height: 1.8em;
	    color: #fff;
	    text-align: left;
	}

/*--------------------*/
}


/* -------------------------------------------------------------------- 
 DOWNLOAD
-------------------------------------------------------------------- */

.contBlock01.contBlockDown01{
    color: #fff;
    background-color: #222222;
    padding: 40px 0px 50px 0px;
    position: relative;
    overflow: hidden;
	margin: 5px 0 0;
}
.contDownFlex01{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 50px auto 0;
}
.contDownFlexBox01{
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.contDownFlexBox01:link{color: #fff;}
a.contDownFlexBox01:hover{
}
a.contDownFlexBox01:hover .contBtn03 {
	color:#e27304;
	background: #fff;
	text-decoration: none;
}
a.contDownFlexBox01:hover .contBtn03 span.downlaod_ico::before {
	background: url(/common/img/ico_download_on.png)no-repeat;
}
.contDownCell01{
    width: 190px;
}
.contDownCell01 img{
    width: auto;
}
.contDownCell02{
    padding: 0 24px 0 24px;
}
.contDownCell02 .contBtnWrap03{
	margin-top:40px;
}
.contDownTtl01{
    font-size: 22px;
    line-height: 1.8em;
	margin: 0 0 10px;
    color: #fff;
	text-align: left;
}
.contDownText01{
    font-size: 16px;
    line-height: 1.8em;
    color: #fff;
    text-align: left;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {

	/*--------------*/

	.img_wrap {
		margin: 0 auto;
		overflow: hidden;
		cursor: pointer;
	}
	.img_wrap img {
		width: 100%;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}
	.img_wrap:hover img {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}
	.overFlowHid01 {
		overflow: hidden;
	}

	/*-------------------------*/

	/* -------------------------------------------------------------------- 
	 DOWNLOAD
	-------------------------------------------------------------------- */

	.contBlock01.contBlockDown01{
	    color: #fff;
	    background-color: #222222;
	    padding: 30px 0px 50px 0px;
	    position: relative;
	    overflow: hidden;
	}
	.contDownFlex01{
		display: block;
		margin: 30px auto 0;
	}
	.contDownFlex01 .contDownFlexBox01:last-child{
		margin: 0 ;
	}
	.contDownFlexBox01{
		color: #fff;
		display: block;
		margin: 0 0 50px;
	}
	a.contDownFlexBox01:link{color: #fff;}
	a.contDownFlexBox01:hover{
	}
	a.contDownFlexBox01:hover .contBtn03 {
		color:#e27304;
		background: #fff;
		text-decoration: none;
	}
	.contDownCell01{
		padding: 0 50px;
		margin: 0 auto;
	}
	.contDownCell01 img{
	}
	.contDownCell02 .contBtnWrap03{
		margin-top:20px;
	}
	.contDownCell02{
		width: 100%;
	    width: calc(100% - 40px);
	    padding: 20px 20px 0;
	}
	.contDownTtl01{
	    font-size: 22px;
	    line-height: 1.8em;
		margin: 0 0 10px;
	    color: #fff;
		text-align: left;
	}
	.contDownText01{
	    font-size: 16px;
	    line-height: 1.8em;
	    color: #fff;
	    text-align: left;
	}

/*--------------------*/
}


/* -------------------------------------------------------------------- 
無料トライアル 受付中
-------------------------------------------------------------------- */
.contTrialBock{
	margin:5px 0 5px;
	color: #fff;
	display: block;
	background: rgb(1,107,173);
	background: linear-gradient(90deg, rgba(1,107,173,1) 0%, rgba(0,53,113,1) 61%, rgba(0,53,113,1) 100%);
}
a.contTrialBock{
	color: #fff;
}
.contTrialFlex{
	padding: 45px 0;
}
.contTrialFlexIn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-evenly;
}
.contTrialFlexIn.reverse{
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.contTrialFlexIn.reverse .contTrialImg{
}
.contTrialFlexCol{

}
.contTrialFlexCol dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items    : center;
	align-items: center;
	padding: 0 0 0 0;
}
.contTrialFlexCol dl dt{

}
.contTrialFlexCol dl dd{
	padding: 0 0 0 30px;
}
.contTrialBox{
    position: relative;
}
.contTrialBtn{
	position: absolute;
    bottom: 0;
    right: 0;
}
.contTrialFlex:hover .contBtn06{
    background: #fff;
    color: #0D64E3;
	text-decoration: none;
}
.contTrialSubTtl{
	font-size: 24px;
    text-align: center;
    line-height: 1.8em;
    background: #47ACAB;
    width: 130px;
    height: 130px;
    display: table;
}
.contTrialTtl{
	font-size: 28px;
    text-align: left;
    line-height: 1.8em;
    border-bottom: 1px solid;
	padding: 0 0 10px;
}
.contTrialSubTtl span{
    display: table-cell;
    vertical-align: middle;
}
.contTrialTxt{
	font-size: 16px;
    text-align: left;
    line-height: 1.8em;
	padding:10px 0 0 ;
}
.contTrialImg{
	width: auto;
    padding: 0 0 0 60px;
}
.contTrialImg img{
	width: auto;
}

/*--------------------*/
/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {

	/*--------------------*/
	.contTrialBock{
		margin:0 0 5px;
		color: #fff;
		background: rgb(1,107,173);
		background: linear-gradient(90deg, rgba(1,107,173,1) 0%, rgba(0,53,113,1) 61%, rgba(0,53,113,1) 100%);
	}
	.contTrialFlex{
		padding: 30px 0;
	}
	.contTrialFlexIn{
		display: block;
	}
	.contTrialFlexCol{
		padding: 0 20px 0 ;
	}
	.contTrialFlexCol dl{
		display: block;
	}
	.contTrialFlexCol dl dt{

	}
	.contTrialFlexCol dl dd{
		padding: 10px 0 0 ;
	}
	.contTrialBox{

	}
	.contTrialSubTtl{
		font-size: 14px;
	    text-align: center;
	    line-height: 1.8em;
	    background: #47ACAB;
	    width: 130px;
	    height: 30px;
	    display: table;
	    margin: 0 auto 10px;
	}
	.contTrialTtl{
		font-size: 18px;
	    text-align: left;
	    line-height: 1.8em;
	    border-bottom: 1px solid;
	}
	.contTrialSubTtl span{
	    display: table-cell;
	    vertical-align: middle;
	}
	.contTrialTxt{
		font-size: 14px;
	    text-align: left;
	    line-height: 1.8em;
	}
	.contTrialImg{
	    padding: 0 0 0;
	    margin: 20px auto 0;
	}
	.contTrialImg img{
	    width: 100%;
	}
	.contTrialFlexIn.reverse .contTrialImg {
	    padding: 0;
	}

/*--------------------*/
}

/* -------------------------------------------------------------------- 
 導入事例　一覧（共通）
-------------------------------------------------------------------- */
.contCaseBox01{
    margin: 40px 0 0;
}
.contCaseBox01 .contCaseFlexWrap01{
}
.contCaseBox01 .contCaseFlexImg01{
    width: 214px;
    width: calc(20% - 2px);
    height: 115px;
    background: #fff;
    display: table;
    float: left;
	border:1px solid #B8D2F7;
	border-left:0;
	border-top:0;
	box-sizing: border-box;
}
.contCaseBox01 .contCaseFlexImg01:nth-child(-n+6){
	border-top:1px solid #B8D2F7;
}
.contCaseBox011 .contCaseFlexImg01:nth-child(-n+5){
	border-top:1px solid #B8D2F7;
}
.contCaseBox01 .contCaseFlexImg01:first-child,
.contCaseBox01 .contCaseFlexImg01:nth-of-type(5n+1){
	border-left:1px solid #B8D2F7;
}

.contCaseBox01 .contCaseFlexImg01 p {
    display: table-cell;
    vertical-align: middle;
}
.contCaseBox01 .contCaseFlexImg01 img{
	width: auto;
    max-width: 160px;
}
/*6カラム*/
.contCaseFlexWrap01.col6{
}
.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-child(-n+5){
	border-top:0;
}
.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-of-type(5n+1){
	border-left:0;
}
.contCaseFlexWrap01.col6 .contCaseFlexImg01{
    width: 180px;
    width: calc(16.8% - 2px);
}
.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-child(-n+7){
	border-top:0;
}
.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-child(-n+6){
	border-top:1px solid #B8D2F7;
}
.contCaseFlexWrap01.col6 .contCaseFlexImg01:first-child,
.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-of-type(6n+1){
	border-left:1px solid #B8D2F7;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {
/*---------*/
	 .contCaseBox01{
	    margin: 30px 0 40px;
	}
	.contCaseBox01 .contCaseFlexWrap01{
		padding: 0 20px;
	}
	.contCaseBox01 .contCaseFlexImg01{
	    width: 33%;
	    height: 155px;
	    background: #fff;
	    margin: 0 0;
	    display: table;
	    border: 1px solid #B8D2F7;
		border-left: 0;
	    border-top: 0;
	}
	.contCaseBox01 .contCaseFlexImg01:nth-child(-n+6){
		border-top:0;
	}
	.contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-child(-n+5){
		border-top:0;
	}
	.contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-of-type(5n+1){
		border-left:0;
	}
	.contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-child(-n+3){
		border-top:1px solid #B8D2F7;
	}
	.contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:first-child,
	.contCaseBox01 .contCaseFlexWrap01 .contCaseFlexImg01:nth-of-type(3n+1){
		border-left:1px solid #B8D2F7;
	}
	.contCaseBox01 .contCaseFlexImg01:nth-child(-n+3){
		border-top:1px solid #B8D2F7;
	}
	.contCaseBox01 .contCaseFlexImg01:first-child,
	.contCaseBox01 .contCaseFlexImg01:nth-of-type(3n+1){
		border-left:1px solid #B8D2F7;
	}
	.contCaseBox01 .contCaseFlexImg01 p {
	    display: table-cell;
	    vertical-align: middle;
	}
	.contCaseBox01 .contCaseFlexImg01 img{
	    width: 90%;
	}
	.contCaseBox01 .contCaseFlexImg01 img.spW70p{
	    width: 70%;
	}
	.contCaseBox01 .contCaseFlexImg01 img.spW50p{
	    width: 50%;
	}
	.contCaseBox01 .contCaseFlexImg01 img.spW30p{
	    width: 30%;
	}
	/*6カラム*/
	.contCaseFlexWrap01.col6 .contCaseFlexImg01{
		 width: 33%;
		 height: 155px;
	}
	.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-child(-n+6){
		border-top:0;
	}
	.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-of-type(6n+1){
		border-left:0;
	}
	.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-child(-n+4){
		border-top:0;
	}
	.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-child(-n+3){
		border-top:1px solid #B8D2F7;
	}
	.contCaseFlexWrap01.col6 .contCaseFlexImg01:first-child,
	.contCaseFlexWrap01.col6 .contCaseFlexImg01:nth-of-type(3n+1){
		border-left:1px solid #B8D2F7;
	}
	/*---------*/
}
/*@media screen and (max-width:375px) {*/
@media screen and (max-width:375px) {
/*---------*/
	.contCaseBox01 .contCaseFlexImg01 {
	    height: 85px;
	}
	/*6カラム*/
	.contCaseFlexWrap01.col6 .contCaseFlexImg01{
		 height: 85px;
	}

	/*---------*/
}

/* -------------------------------------------------------------------- 
 新着情報カテゴリカラー（共通）
-------------------------------------------------------------------- */
/*----メディア-----*/
.topNewsIcon.cat01,
.pageNewsIcon.cat01 {
	background-color: #112C51;
}
/*----プレス-----*/
.topNewsIcon.cat02,
.pageNewsIcon.cat02 {
	background-color: #470C6E;
}
/*----その他-----*/
.topNewsIcon.cat03,
.pageNewsIcon.cat03 {
	background-color: #003C94;
}
/*----イベント-----*/
.topNewsIcon.cat04,
.pageNewsIcon.cat04 {
	background-color: #AF7500;
}
/*----セミナー-----*/
.topNewsIcon.cat05,
.pageNewsIcon.cat05 {
	background-color: #C43500;
}



/* -------------------------------------------------------------------- 
 right_fix
-------------------------------------------------------------------- */
.right_fix {
    position: fixed;
    bottom: 110px;
    right: -1px;
    width: 205px;
    z-index: 9999;
	display: none!important;
}
.right_fix .box {
    border-radius: 2px;
    position: relative;
    width: inherit;
    display: table;
	margin: 5px 0 0;
}
.right_fix .box a {
    padding:0 0 0 10px;
    height: 56px;
    margin-bottom: 4px;
    text-align: center;
    display: table-cell;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    line-height: 1.5em;
    text-align: left;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.right_fix .box a .img_center {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.right_fix .box a .img_center img{
    margin: 0 0 0 5px;
    width: 77px;
	border: 1px solid #7e7e7e;
}
.right_fix .box a .btn_txt {
    font-size: 14px;
}
.right_fix .box a .btn_txt span {
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
    display: block;
}
.right_fix .box a .btn_txt span:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -4px;
    margin: -4px auto 0;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg);
}
.right_fix .contBtn04 a{
	padding-top:20px;
	padding-bottom:20px;
}
.right_fix .contBtn04 a:hover .btn_txt span:before {
    border-top: 2px solid #e27304;
    border-right: 2px solid #e27304;
}
.right_fix .contBtn05 a:hover .btn_txt span:before {
    border-top: 2px solid #092E57;
    border-right: 2px solid #092E57;
}
.right_fix .contBtn02 a{
    color: #fff;
}
.right_fix .contBtn02 a:hover {
    color: #4fb5ea;
    background: #ffffff;
    text-decoration: none;
}
.right_fix .contBtn02 a:hover .btn_txt span:before {
    border-top: 2px solid #4fb5ea;
    border-right: 2px solid #4fb5ea;
}
/*-----*/
.right_fix_close{
    display: block;
    width: 15px;/*枠の大きさ*/
    height: 15px;/*枠の大きさ*/
    position: relative;
    background: #5e5e5e;
    padding:3px;
    cursor: pointer;
}
.right_fix_close span{
    position: relative;
    display: block;
}
.right_fix_close span::before, .right_fix_close span::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 2px;/*バツ線の太さ*/
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin:0% 50%;
    position: absolute;
    top: 1px;
    left: 14%;
}
.right_fix_close span::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}

/* -------------------------------------------------------------------- 
 pagetop
-------------------------------------------------------------------- */


/* PAGE TOP */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 500;
}
#page-top a {
  width: 50px;
  height: 50px;
  background: rgb(1,107,173);
  background: linear-gradient(90deg, rgba(1,107,173,1) 0%, rgba(0,53,113,1) 61%, rgba(0,53,113,1) 100%);
  border: solid 1px #092E57;
  display: block;
  position: relative;
  border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#page-top a::before{
  position: absolute;
  content: "";
  left: 18px;
  top:22px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#page-top a:hover {
  background: #ffffff;
  color:#092E57;
}
#page-top a:hover::before{
  border-top: 2px solid #092E57;
  border-left: 2px solid #092E57;
}


/*---------------------*/
.contactAreaWrap01{
	padding:50px 0;
	background:#B2B2B2;
}
.contactAreaWrap01 .btn_block{

}
.contactAreaWrap01 .btn_block a {
	color: #fff;
	background: rgb(1,107,173);
	background: linear-gradient(90deg, rgba(1,107,173,1) 0%, rgba(0,53,113,1) 61%, rgba(0,53,113,1) 100%);
    border: solid 1px #092E57;
    text-decoration: none;
/*
    width:625px;
    line-height: 153px;
*/
    width: 345px;
    line-height: 89px;
    font-size: 22px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contactAreaWrap01 .btn_block a:hover {
	background: #fff;
	color:#092E57;
}
.contactAreaWrap01 .btn_block a.contact_ico span{
    position: relative;
}
.contactAreaWrap01 .btn_block a.contact_ico span:before{
	content: "";
    background: url("/common/img/ico_mail_off.png")no-repeat;
    background-size: 100%;
    position: relative;
    width: 18px;
    height: 14px;
    left: -15px;
    margin-top: -3px;
    display: inline-block;
}
.contactAreaWrap01 .btn_block a.contact_ico:hover span:before{
    background: url("/common/img/ico_mail_on.png")no-repeat;
}
/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.footerWrap {
    padding: 50px 0px 50px 0px;
    background: #EEF3F8;
}
.footerBlock01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerIn01 {
    padding-right: 118px;
    display: inline-block;
    box-sizing: border-box;
    width: initial;
}
.footerIn01 img.hover {
	width: 171px;
	height: 60px;
}
.footerIn01 .snsBlock {
    text-align: left;
}
.footerIn01 .snsBlock img{
    width: 37px;
    height: auto;
    padding: 0 3px;
}
.footerIn01 .snsBlock a:hover img{
    opacity: .7;
}
.footerIn02 {
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footerNaviCol01 {

}
.footerIn02Cell {
	box-sizing: border-box;
	text-align: left;
	white-space: nowrap;
    margin: 0 0 20px;
}
.footerBlock01 a:link {	color: #2F2F2F;	text-decoration: none;}
.footerBlock01 a:visited {	color: #2F2F2F;	text-decoration: none;}
.footerBlock01 a:hover {	color:#2F2F2F;	text-decoration: underline;}
.footerBlock01 a:active {	color:#2F2F2F;	text-decoration: none;}

.footerBlock01 a.hoverNon{
}
.footerBlock01 a.hoverNon:hover{
	text-decoration: none;
}

.footerLink01{
	position: relative;
}
.footerLink01:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #0F295C;
    display: inline-block;
    top: 12px;
    left: -27px;
    margin: 0;
}
.footerIn02Cell p {
	font-size: 12px;
	line-height: 2.0em;
	font-weight: 500;
}
.footerIn02Cell ul {
    margin:0 0 30px;
    list-style: inside;
}
.footerIn02Cell li {
	font-size: 12px;
	line-height: 2.0em;
	list-style:none; 
}
.footerIn02Cell li:before { content:"・" }
.footerCopyWrap {
	padding: 40px 0px 0px 0px;
}
.footerCopy01 {
	font-size: 12px;
	line-height: 1.2em;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:768px) {

	.right_fix {
		display: none !important;
	}

	/*-----*/
	#page-top a:hover {
		background-color: #2474C4;
		border: 1px solid #ffffff;
	}
	#page-top a:hover::before{
		border-top: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
	}
	/*-----*/
	.contactAreaWrap01 {
	    padding: 20px 0;
	}
	.contactAreaWrap01 .btn_block a{
		width: 90%;
	    width: calc(100% - 40px);
	    line-height: 88px;
	    font-size: 16px;
	}

	/*-----*/
	.footerWrap {
		padding: 30px 0px 30px 0px;
	}
	.footerBlock01 {
	  	-webkit-box-orient: vertical;
	  	-webkit-box-direction: normal;
	  	-ms-flex-direction: column;
	  	flex-direction: column;
	}
	.footerIn01 {
		padding-right: 0px;
		/*float: left;*/
		display: block;
		box-sizing: border-box;
		width: auto;
		text-align: center;
		margin-bottom: 30px;
	}
	.footerIn01 img.hover {
		width: 130px;
		height: 38px;
	}
	.footerIn01 .snsBlock img{
		width: 30px;
		height: auto;
	}
	.footerIn02 {
		display: block;
		box-sizing: border-box;
		width: auto;
		padding: 0px 15px 0px 50px;
	}
	.footerNaviCol01 {
		display: block;
	}
	.footerIn02Cell {
		box-sizing: border-box;
		/*width: 40%;*/
		padding-right: 0px;
		text-align: left;
		white-space: normal;
	}
	.footerIn02Cell:nth-child(1) {
		width: auto;
	}
	.footerIn02Cell:nth-child(2) {
		width: auto;
	}
	.footerIn02Cell:nth-child(3) {
		width: auto;
		padding-right: 0px;
	}
	.footerBlock01 a{}
	.footerBlock01 a:link {	color: #2F2F2F;	text-decoration: none;}
	.footerBlock01 a:visited {	color: #2F2F2F;	text-decoration: none;}
	.footerBlock01 a:hover {	color:#2F2F2F;	text-decoration: underline;}
	.footerBlock01 a:active {	color:#2F2F2F;	text-decoration: none;}

	.footerIn02Cell p {
		font-size: 15px;
		line-height: 1.8em;
		font-weight: 500;
	}
	.footerIn02Cell ul {
		margin-bottom: 20px;
	}
	.footerIn02Cell li {
		font-size: 14px;
		line-height: 2.0em;
		display: block;
	}


	.footerCopyWrap {
		padding: 30px 0px 0px 0px;
	}
	.footerCopy01 {
		font-size: 12px;
		line-height: 1.2em;
	}
/*-----*/
	.float-cta {
		display: none;
	}


}


/* 20220421追記 */
.UNISONET .main-img {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
.UNISONET .main-img::before {
	position: absolute;
	content: '';
	width: 50vw;
	right: 50%;
	top:0;
	height: 100%;
	background-color: #092E58;
	z-index: -1;
}
.UNISONET .main-img::after {
	position: absolute;
	content: '';
	width: 50vw;
	height: 100%;
	left: 50%;
	top:0;
	background-image: url(../img/technology/unisonet/main_01_bg.png);
	z-index: -1;

}
.UNISONET .main-img .main-img-txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width: 100%;
}
.UNISONET .main-img .main-img-txt h1 {
	font-size: 46px;
	margin-bottom: 20px;
}
.UNISONET .main-img .main-img-txt h2 {
	font-size: 36px;
	font-weight: normal;
}
.UNISONET .txt-ico {
	vertical-align: text-top;
}
@media screen and (min-width:769px) {

	header {
		position: relative;
	}
	.headerBtnWrap01,.naviWrap01 {
		display: none;
	}
	.pcHeaderWrap {
		position: static;
	}
	.pageWrap {
		padding-top: 0;
	}

	/* グローバルナビゲーション */
	.hd-nav {
		float: right;
		height: 100%;
		display: flex;
		align-items: center;
		padding-right: 80px;
	}
	.hd-nav ul {
		display: flex;
	}
	.hd-nav .parent {
		padding: 1.4em 0;
	}
	.hd-nav .parent > a {
		min-width: 4em;
		padding: 0 1em;
		font-size: 16px;
		border-right: 1px solid #ccc;
		transition: all 0.3s;
	}
	.hd-nav .parent:last-child {
		border: none;
	}
	.hd-nav .parent a:hover {
		color: #0094e3;
	}

	.hd-nav .child {
		position: absolute;
		left: 0;
		top: 59px;
		opacity: 0;
		pointer-events: none;
		z-index: 999;
		width: 100%;
		transition: all 0.3s;
		background-color: rgba(255,255,255,0.7);
		backdrop-filter: blur(10px);
		padding: 40px 20px;
		box-sizing: border-box;
	}
	.hd-nav .child ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
		max-width: 900px;
		margin: 0 auto;
	}
	.hd-nav li.parent:hover .child {
		opacity: 1;
		pointer-events: all;
		transition: all 0.3s;
	}
	.hd-nav .child a {
		display: flex;
		height: 5em;
		width: 16em;
		justify-content: center;
		align-items: center;
		background-color: #003C94;
		border: 1px solid #003C94;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
		transition: all 0.3s;
	}
	.hd-nav .child a:hover {
		background-color: transparent;
		color: #003C94;
	}


	/* フロートメニュー */
	.float-cta {
		position: fixed;
		top: 180px;
		right: 0;
		z-index: 999;
	}
	.float-cta-item {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.float-cta-item a {
		height: 180px;
		padding: 0 0.7em;
		-webkit-text-orientation: upright;
		text-orientation: upright;
		writing-mode: vertical-rl;
		color: #fff;
		background-color: #e27304;
		border: 1px solid #e27304;
		text-decoration: none;
		transition: all 0.3s;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.float-cta-item a:hover {
		background-color: #fff;
		color: #e27304;
	}
	.float-cta-item.cta-contact a {
		background-color: #093b73;
		border: 1px solid #093b73;
	}
	.float-cta-item.cta-contact a:hover {
		background-color: #fff;
		color: #093b73;
	}
	.float-cta-item img {
		width: 24px;
		height: auto;
		margin-bottom: 5px;
	}

}
@media screen and (min-width:769px){
	.pc-none {
		display: none!important;
	}
}
@media screen and (max-width:768px) {
	.sp-none {
		display: none!important;
	}

	/* UNISONet */
	.UNISONET .main-img .main-img-txt h1 {
		font-size: 4.9vw;
		margin-bottom: 0;
	}
	.UNISONET .main-img .main-img-txt h2 {
		font-size: 3.9vw;
	}
}




/*-----*/
