/* // OnlineConsul //
----------------------------------------------- */



/* // onlineSection //
----------------------------------------------- */
/* onlineSectionA  */
.onlineSectionA {
	padding:60px 0 ;
}
.onlineSectionA._c1 {
	background-color:#F7F4EB;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.onlineSectionA {
		padding:47px 0;
	}
	.onlineSectionA._c1 {
	}
}

/* // onlineHtxA //
----------------------------------------------- */
/* onlineHtxA  */
.onlineHtxA {
	text-align:center;
	font-weight:500;
	font-size:220%;
	line-height:1.4;
	margin-bottom:40px;
}
.onlineHtxA .txWrap {
	display:inline-block;
	position:relative;
}
.onlineHtxA .txWrap:before,
.onlineHtxA .txWrap:after {
	content:" ";
	position:absolute;
	display:block;
	width:80px;
	height:1px;
	background-color:#000;
	top:50%;
}
.onlineHtxA .txWrap:before {
	left:calc(100% + 10px);
}
.onlineHtxA .txWrap:after {
	right:calc(100% + 10px);
}
.onlineHtxA.noLine .txWrap:before,
.onlineHtxA.noLine .txWrap:after {
	display:none;
}

/* onlineHtxB  */
.onlineHtxB {
	font-weight:500;
	font-size:165%;
	line-height:1.5;
	padding-bottom:9px;
	border-bottom:1px solid #E1E1E2;
	margin-bottom:15px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	/* onlineHtxA  */
	.onlineHtxA {
		font-size:160%;
		margin-bottom:23px;
	}
	.onlineHtxA .txWrap {
	}
	.onlineHtxA .txWrap:before,
	.onlineHtxA .txWrap:after {
	display: none;
	}
	
	/* onlineHtxB  */
	.onlineHtxB {
		font-size:112%;
		padding-bottom:8px;
		margin-bottom:12px;
	}
}


/* // onlineMv //
----------------------------------------------- */
.onlineMv {
	height:550px;
	position:relative;
	overflow:hidden;
}
.onlineMv .bgImg {
	width:auto;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index:5;
}
.onlineMv .contents {
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index:10;
}
.onlineMv .contents * {
	text-align:center;
}
.onlineMv .htx1 {
	line-height:1;
	font-weight:600;
	margin-bottom: 21px;
}
.onlineMv .htx1 .txWrap {
	display:inline-block;
	position:relative;
	padding:6px 14px;
	border-radius: 3px;
	background-color:#FFF;
	border:3px solid #000;
	font-size: 140%;
}
.onlineMv .htx1 .arrow {
	display:block;
	width:30px;
	height:20px;
	position:absolute;
	top:100%;
	left:50%;
	transform: translateX(-50%);
	overflow:hidden;
}
.onlineMv .htx1 .arrow:before {
	content:" ";
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	background-color:#FFF;
	border:3px solid #000;
	left:50%;
	top:-3px;
	transform: translate(-50%,-50%) rotate(45deg);
}
.onlineMv .title {
	line-height:1;
	font-weight:900;
	color:#DD9D09;
}
.onlineMv .title ._tx1 {
	display:block;
	text-align:center;
	font-size:420%;
	margin-bottom:9px;
}
.onlineMv .title ._tx2 {
	display:block;
	text-align:center;
	font-size:560%;
}
.onlineMv .img1 {
	line-height:1;
	margin:-3px 0 10px;
}
.onlineMv .img1 img {
	width:820px;
}
.onlineMv .tx1 {
	font-size:120%;
	text-align:center;
	line-height:1.9;
	margin-top:-7px;
	font-weight: 500;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.onlineMv {
		height:auto;
	}
	.onlineMv .bgImg {
		width:100%;
		height:auto;
		position:relative;
		top:auto;
		left:auto;
		transform: translate(0%,0%);
	}
	.onlineMv .contents {
		width:calc(100% - 30px);
		margin: 0 auto;
		background-color: rgba(255,255,255,0.7);
		padding: 20px;
	}
	.onlineMv .contents * {
		text-align:center;
	}
	.onlineMv .htx1 {
		margin-bottom: 24px;
	}
	.onlineMv .htx1 .txWrap {
		padding:6px 5px;
		border-width:2px;
		font-size: 105%;
	}
	.onlineMv .htx1 .arrow {
	}
	.onlineMv .htx1 .arrow:before {
		border-width:2px;
	}
	.onlineMv .title {
	}
	.onlineMv .title ._tx1 {
		font-size:330%;
		margin-bottom:9px;
	}
	.onlineMv .title ._tx2 {
		font-size:430%;
		line-height: 1.1;
	}
	.onlineMv .img1 {
		line-height:1;
		margin:5px 0 12px;
	}
	.onlineMv .img1 img {
		width:100%;
	}
	.onlineMv .tx1 {
		font-size:99%;
		line-height:1.9;
		margin-top:15px;
	}
}

/* // onlineListA //
----------------------------------------------- */
.onlineListA {
	width:620px;
	margin:31px auto 0;
}
.onlineListA li {
	display: flex;
	display: -ms-flexbox;
	border:2px solid #E9A609;
	margin-bottom:18px;
}
.onlineListA li:last-of-type {
	margin-bottom:0;
}
.onlineListA li .check {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	background-color:#E9A609;
	color:#FFF;
	width: 60px;
}
.onlineListA li .check .icon {
	font-size: 220%;
}
.onlineListA li .tx {
	width:calc(100% - 60px);
	min-height:60px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	color:#E9A609;
	font-weight:500;
	font-size:150%;
	line-height:1.4;
	padding:10px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.onlineListA {
		width:100%;
		margin-top:24px;
	}
	.onlineListA li {
		margin-bottom:10px;
	}
	.onlineListA li:last-of-type {
		margin-bottom:0;
	}
	.onlineListA li .check {
		width: 34px;
	}
	.onlineListA li .check .icon {
		font-size: 150%;
	}
	.onlineListA li .tx {
		width:calc(100% - 34px);
		min-height:34px;
		font-size:109%;
		line-height:1.4;
		padding:9px 4px;
	}
}

/* // onlinePointsA //
----------------------------------------------- */
.onlinePointsA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
}
.onlinePointsA li {
	width:220px;
	margin:0 20px
}
.onlinePointsA li .icon {
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.onlinePointsA li .icon img {
	width:auto;
	height:145px;
}
.onlinePointsA li .htx1 {
	display:block;
	text-align:center;
	color:#E9A609;
	font-weight:600;
	font-size:180%;
	margin-bottom:12px;
	margin-top: 13px;
}
.onlinePointsA li .description {
	display:block;
	text-align:center;
	font-weight:500;
	font-size:100%;
	line-height:1.7;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.onlinePointsA {
	}
	.onlinePointsA li {
		width:50%;
		margin:0 0 20px;
		padding: 0 5px;
	}
	.onlinePointsA li .icon {
	}
	.onlinePointsA li .icon img {
		height:104px;
	}
	.onlinePointsA li .htx1 {
		font-size:170%;
		margin-bottom:4px;
		margin-top: 11px;
	}
	.onlinePointsA li .description {
		font-size:86%;
		line-height:1.7;
	}
}


/* // onlineDeviceImg1 //
----------------------------------------------- */
.onlineDeviceImg1 {
	text-align:center;
	margin-bottom:30px;
}
.onlineDeviceImg1 img {
	width:500px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.onlineDeviceImg1 {
		margin-bottom:28px;
	}
	.onlineDeviceImg1 img {
		width:100%;
	}
}

/* // onlineDeviceList //
----------------------------------------------- */
.onlineDeviceList {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	line-height:1;
}
.onlineDeviceList .item {
	background-color:#062368;
	color:#fff;
	border-radius: 100px;
	padding:10px 26px;
	font-size:110%;
	font-weight:500;
}
.onlineDeviceList .or {
	color:#062368;
	font-size:130%;
	margin:0 20px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.onlineDeviceList {
	line-height: 2.2;
	}
	.onlineDeviceList .item {
		padding:9px 15px;
		font-size:101%;
		line-height: 1;
	}
	.onlineDeviceList .or {
		font-size:125%;
		margin:0 16px;
	}
}


/* // onlineZoomBlock //
----------------------------------------------- */
.onlineZoomBlock {
	background-color:#FFF;
	border:#E4E1D9 10px solid;
	padding:25px;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.onlineZoomBlock .logo {
	width:280px;
	padding:0 60px 0 30px;
	text-align:center;
}
.onlineZoomBlock .logo img {
	width:100%;
}
.onlineZoomBlock .contents {
	width:calc(100% - 280px);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.onlineZoomBlock {
		border-width:7px;
		padding:15px;
		display: block;
	}
	.onlineZoomBlock .logo {
		width:100%;
		padding:0;
		margin-top: 15px;
	}
	.onlineZoomBlock .logo img {
		width:150px;
	}
	.onlineZoomBlock .contents {
		width:100%;
	}
}


/* // voiceBlock //
----------------------------------------------- */
/* title1  */
.voiceBlock .title1 {
	line-height:1;
	color:#E9A609;
	text-align:center;
	margin-bottom:52px;
	font-weight:500;
	font-size:250%;
}
.voiceBlock .title1 .icon {
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.voiceBlock .title1 .icon img {
	width:85px;
}
.voiceBlock .title1 .text {
	display:inline-block;
	text-align:center;
	position:relative;
	padding: 0 21px;
}
.voiceBlock .title1 .text:before,
.voiceBlock .title1 .text:after {
	content:" ";
	position:absolute;
	display:block;
	width:3px;
	height:66px;
	background-color:#E9A609;
	top:50%;
}
.voiceBlock .title1 .text:before {
	left:calc(100% + 10px);
	transform: translateY(-50%) rotate(25deg);
}
.voiceBlock .title1 .text:after {
	right:calc(100% + 10px);
	transform: translateY(-50%) rotate(-25deg);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	/* title1  */
	.voiceBlock .title1 {
		margin-bottom:41px;
		font-size:160%;
		line-height: 1.4;
		overflow:hidden;
	}
	.voiceBlock .title1 .icon {
		margin-bottom:6px;
	}
	.voiceBlock .title1 .icon img {
		width:58px;
	}
	.voiceBlock .title1 .text {
		padding: 0 0px;
	}
	.voiceBlock .title1 .text:before,
	.voiceBlock .title1 .text:after {
		width:2px;
	}
	.voiceBlock .title1 .text:before {
	}
	.voiceBlock .title1 .text:after {
	}
}


/* // voiceItems //
----------------------------------------------- */
.voiceItems {
	
}
.voiceItems .item {
	background-color:#FFF;
	border:#E4E1D9 10px solid;
	padding:20px 25px;
	display: flex;
	display: -ms-flexbox;
	margin-bottom:26px;
}
.voiceItems .item:last-of-type {
	margin-bottom:0;
}
.voiceItems .item .image {
	width:150px;
	padding:0 35px 0 13px;
}
.voiceItems .item .image img {
	width:100%;
}
.voiceItems .item .contents {
	width:calc(100% - 150px);
}
.voiceItems .item .attribute {
	line-height:1;
	margin-bottom:13px;
}
.voiceItems .item .attribute .text {
	display:inline-block;
	color:#FFF;
	background-color:#564F38;
	padding:7px 20px;
	border-radius: 100px;
	font-size:110%;
	font-weight:500;
}
.voiceItems .item .bodyTx {
	font-size:110%;
	font-weight:500;
	line-height:1.9;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.voiceItems .item {
		background-color:;
		border-width:7px;
		padding:17px;
		display: block;
		margin-bottom:20px;
	}
	.voiceItems .item:last-of-type {
		margin-bottom:0;
	}
	.voiceItems .item .image {
		width:100%;
		padding:0;
	}
	.voiceItems .item .image img {
		width:80px;
	}
	.voiceItems .item .contents {
		width:100%;
		margin-top: 11px;
	}
	.voiceItems .item .attribute {
		line-height:1;
		margin-bottom:7px;
		text-align: center;
	}
	.voiceItems .item .attribute .text {
		padding:6px 20px;
		font-size:110%;
	}
	.voiceItems .item .bodyTx {
		font-size:98%;
		font-weight:500;
		line-height:1.8;
	}
}


/* // onlineFlowItems //
----------------------------------------------- */
.onlineFlowItems {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
	padding-top: 24px;
}
.onlineFlowItems .item {
	width:320px;
	background-color:#FFF;
	border-radius: 4px;
	box-shadow: 8px 8px 0 #DFD8CA;
	padding: 25px;
	position:relative;
}
.onlineFlowItems .item .num {
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%,-50%);
	width:70px;
	height:70px;
	text-align:center;
	color:#FFF;
	line-height:1;
	padding-top:15px;
	border-radius: 200px;
	background-color:#A59D82;
	display:block;
	font-size: 286%;
}
.onlineFlowItems .item .tx1 {
	display:block;
	text-align:center;
	font-weight:600;
	font-size:150%;
	margin:30px 0 20px;
}
.onlineFlowItems .item .icon {
	display:block;
	text-align:center;
	margin:23px 0 27px;
	height: 170px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.onlineFlowItems .item .icon img {
	width:180px;
}
.onlineFlowItems .item .description {
	display:block;
	text-align:left;
	margin-top:10px;
	font-weight:500;
	font-size:100%;
	line-height:1.8;
}
.onlineFlowItems .arrow {
	position:relative;
	width:70px;
}
.onlineFlowItems .arrow:after{
	position: absolute;
	left:50%;
	top: 50%;
	font-size:350%;
	content:"\e930";
	font-family: iconfontA;
	color:#D1CBBA;
	transform: translate(-50%,-50%);
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.onlineFlowItems {
		display: block;
		padding-top: 9px;
	}
	.onlineFlowItems .item {
		width:100%;
		border-radius: 3px;
		box-shadow: 5px 5px 0 #DFD8CA;
		padding: 17px 17px 14px;
	}
	.onlineFlowItems .item .num {
		position:absolute;
		top:16px;
		left:20px;
		transform: translate(0%,0%);
		width:50px;
		height:50px;
		padding-top:10px;
		font-size: 220%;
	}
	.onlineFlowItems .item .tx1 {
		display:block;
		text-align:left;
		font-weight:600;
		font-size:140%;
		margin:8px 0 23px;
		padding-left: 57px;
	}
	.onlineFlowItems .item .icon {
		display:block;
		text-align:left;
		margin:0;
		height: auto;
		display: inline-block;
		width: 80px;
		vertical-align: top;
	}
	.onlineFlowItems .item .icon img {
		width:100%;
	}
	.onlineFlowItems .item .description {
		display:inline-block;
		margin-top:0px;
		font-weight:500;
		font-size:92%;
		line-height:1.5;
		width: calc(100% - 90px);
		padding-left: 10px;
		vertical-align: top;
	}
	.onlineFlowItems .arrow {
		width:100%;
		height: 50px;
	}
	.onlineFlowItems .arrow:after{
		font-size:280%;
		content:"\e933";
	}
}


/* // onlineFlowMemo //
----------------------------------------------- */
.onlineFlowMemo {
	border:1px solid #BBB49D;
	padding:25px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.onlineFlowMemo {
		padding:10px;
		font-size: 87%;
	}
}

/* // formBtn //
----------------------------------------------- */
#BtmCtaA {
	display:none;
}
.formBtn {
	position:fixed;
	right:0px;
	top:50%;
	transform: translateY(-50%);
	z-index:1000;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.formBtn {
		position:fixed;
		right:10px;
		top:auto;
		bottom:0px;
		transform: translateY(0%);
	}
	.formBtn img {
		width:180px;
	}
}


/* // xxx //
----------------------------------------------- */


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	
}


/* // xxx //
----------------------------------------------- */


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	
}


/* // xxx //
----------------------------------------------- */


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	
}

