﻿@charset "utf-8";
/* Object
***********************************************************************/

/* common
----------------------------------------------------------------------*/
#contents_wrap section{
	padding:40px 8px;
}
#contents_wrap section:nth-child(even){
	background:#f8f8f7;
}
.sec_body{
	display:flex;
	flex-direction:column;
	align-items:center;
}
.txt_area{
	width:auto;
	max-width:100%;
	margin:0;
}
.btn_area .btn:hover{
	opacity:.8;
}

/* Main Visual
----------------------------------------------------------------------*/
#main_visual{
	position:relative;
}
	#main_visual h1{
		display:none;
	}
	#main_visual .visual_sp{
		vertical-align:bottom;
	}
	#main_visual .visual_pc{
		display:none;
	}

/* Pickup
----------------------------------------------------------------------*/
#aboutus_hb{
	display:none;
}
.pickup_contents{
	position:relative;
	width:100%;
	max-width:320px;
	margin:0 auto 40px;
	background:#fff;
	border-top:8px solid #447e9a;
	border-bottom:8px solid #447e9a;
	border-radius:5px;
	box-sizing:border-box;
	-moz-box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.17);
	-ms-box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.17);
	box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.17);
	text-align:center;
	cursor:pointer;
}
.pickup_contents h3{
	margin-top:6px;
	color:#447e9a;
	font-size:20px;
	font-weight:bold;
}
.pickup_contents img{
	max-height:150px;
}
.pickup_contents p{
	width:100%;
	max-width:300px;
	margin:auto;
	padding:0 5px;
	text-align:left;
	font-size:14px;
}
.pickup_contents p.link_txt{
	width:150px;
	margin-top:15px;
	text-align:center;
	font-size:16px;
}
.pickup_contents p.link_txt a{
	display:block;
	padding:5px 8px 0 0;
	background:url(../images/icon_link_w.png) 112px 11px no-repeat #447e9a;
	border-radius:5px 5px 0 0;
	text-decoration:none;
	color:#fff;
}
	.pickup_contents.second{
		border-color:#f77350;
	}
	.pickup_contents.second h3{
		color:#f77350;
	}
	.pickup_contents.second p.link_txt a{
		background-color:#f77350;
	}
	.pickup_contents.third{
		border-color:#299b5a;
		margin-bottom:0;
	}
	.pickup_contents.third h3{
		color:#299b5a;
	}
	.pickup_contents.third p.link_txt a{
		background-color:#299b5a;
	}



/* flex_tele
----------------------------------------------------------------------*/
.private .flex_tele{
	background:#78C5DA;
}


/* Feature
----------------------------------------------------------------------*/
.pagelink_ttl{
	line-height:1.4;
	margin-top:-32px;
	padding:4px 8px;
	background:#387b9c;
	color:#fff;
	text-align:center;
	font-size:20px;
}
.pagelink{
	display:flex;
	flex-wrap:wrap;
	margin:4px -4px 0;
}
.pagelink li{
	width:50%;
	margin:4px 0;
}
.pagelink_item{
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	height:100%;
	margin:0 4px;
	padding:8px 8px 28px;
	border:3px solid #cce8ee;
	border-radius:6px;
	text-decoration:none;
}
.pagelink_item:after{
	content:"";
	display:block;
	position:absolute;
	right:0;
	bottom:12px;
	left:0;
	width:12px;
	height:12px;
	margin:auto;
	border-right:3px solid #307292;
	border-bottom:3px solid #307292;
	transform:rotate(45deg);
}
.pagelink_num{
	display:flex;
	align-items:center;
	margin-bottom:8px;
	font-size:18px;
	font-weight:bold;
}
.pagelink_num img{
	margin-right:4px;
}
.pagelink_txt{
	line-height:1.4;
	max-width:100%;
}

.feature_contents{
	text-align:center;
	margin-bottom:40px;
}
.feature_contents:last-child{
	margin-bottom:0;
}
.feature_ttl{
	font-size:20px;
	line-height:1.4;
	position:relative;
	margin-top:10px;
	margin-bottom:16px;
	padding-top:50px;
	font-weight:bold;
}
.feature_ttl_icon{
	position:absolute;
	top:0;
	right:0;
	left:0;
	margin:auto;
	padding:4px 8px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	width:88px;
	background:#2196f3;
}
.feature_ttl_icon:after{
	content:"";
	display:block;
	position:absolute;
    top:36px;
	left:38px;
    border:solid transparent;
	border-top-width:7px;
	border-right-width:4px;
	border-bottom-width:0;
	border-left-width:4px;
    border-top-color:#2196f3;
}
.feature_body{
	max-width:400px;
	margin:16px auto 0;
	text-align:left;
}
.tlt_solution{
	position:relative;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:30px;
}
.tlt_solution span{
	display:inline;
	background: linear-gradient(transparent 60%, #ffff33 60%);
}
.tlt_solution:before{
	content:"";
	position:absolute;
	top:4px;
	left:8px;
	-webkit-transform:rotate(50deg);
	-ms-transform:rotate(50deg);
	transform:rotate(50deg);
	width:10px;
	height:20px;
	border-right: 3px solid #25AF01;
	border-bottom: 3px solid #25AF01;
}
.text_em span{
	display:inline;
	background: linear-gradient(transparent 65%, #8CCF79 65%);
	font-weight:bold;
}
p.text_em + p{
	margin-top:16px;
}
.text_em span > br{
	display:none;
}

.feature_contents a{
	width:150px;
	height:40px;
	line-height:40px;
	margin:20px auto 0;
	padding-right:15px;
	border:1px solid #666;
	display:block;
	text-decoration:none;
	color:#666;
	background:url(../images/icon_link_g.png) 115px 50% no-repeat;
}
.conbox_task{
	margin-top:20px;
	overflow:hidden;
}
.link_solution,
.link_solution a{
	display: initial;
	background:none;
	border:none;
	padding-right:0px;
}
.link_solution a{
	color:#307292;
}

/* Topics Design
----------------------------------------------------------------------*/
.topics{
	border-bottom:1px dotted #666;
	padding:20px 0;
}
.topics dt{
	color:#000066;
	font-weight:bold;
	margin-bottom:6px;
}

/* Sample
----------------------------------------------------------------------*/
#sample_box p{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
ul.sample_link{
	width:100%;
	text-align:center;
}
ul.sample_link li{
	margin-bottom:40px;
	display:inline-block;
}
ul.sample_link li img{
	margin-bottom:10px;
	-moz-box-shadow:0px 5px 7px -4px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow:0px 5px 7px -4px rgba(0, 0, 0, 0.17);
	-ms-box-shadow:0px 5px 7px -4px rgba(0, 0, 0, 0.17);
	box-shadow:0px 5px 7px -4px rgba(0, 0, 0, 0.17);
}
ul.sample_link li a{
	color:#666;
	font-size:16px;
	text-decoration:none;
}
ul.sample_link li a span{
	width:200px;
	height:40px;
	line-height:40px;
	margin:auto;
	margin-top:10px;
	border:1px solid #666;
	display:block;
}

/* function
----------------------------------------------------------------------*/
.list_function li:after{
	z-index:auto;
}
.list_function_icon,
.list_function_option,
.list_function a{
	z-index:1;
}
.list_function a{
	position:relative;
}

/* Newfunction
----------------------------------------------------------------------*/
/* newfunc */
.newfunc h2 {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	padding-left: 80px;
	padding-bottom: 30px;
}
.newfunc h2 > span {
	color: #2f7192;
	font-size: 20px;
	font-weight: bold;
}
.newfunc h2::before {
	position: absolute;
	content: "新機能";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 20px;
	line-height: 70px;
	text-align: center;
	background: #f77350;
	border-radius: 50%;
}
.newfunc .bold {
	font-weight: bold;
	font-size: 20px;
}
.newfunc p + p {
	padding: 30px 0;
}
.newfunc .img {
	text-align: center;
}
.newfunc .link_txt {
	background: -moz-linear-gradient(left, #85c8cc, #00b0cf);
	background: -webkit-linear-gradient(left, #85c8cc, #00b0cf);
	background: linear-gradient(to right, #85c8cc, #00b0cf);
	border-radius: 30px;
	width: 100%;
	max-width: 315px;
	margin: 30px auto;
}
.newfunc .link_txt > a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 0px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.newfunc .link_txt > a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* newfunc-sb */
.newfunc-sb .tlt {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
.marker {
	display:inline-block;
	font-weight: bold; 
	background: linear-gradient(transparent 50%, #FFD700 50%);
}
.newfunc-sb .item {
	margin-bottom: 20px;
	padding: 15px 10px;
	background: #d4e8e6;
	border-radius: 5px;
}
.newfunc-sb h3 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding-left:50px;
	margin-bottom:10px;
}
.newfunc-sb h3::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	width: 40px;
	height: 40px;
	text-align: center;
	background: #FFF;
	border-radius: 50%;
}
.newfunc-sb h3::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}
	.newfunc-sb h3.message::after {
		content:url(../images/chat_m.png);
		transform:scale(0.9,0.9);
		left:3px;
	}
	.newfunc-sb h3.zoom::after {
		content:url(../images/zoom_icon.png);
		left:3px;
	}
	.newfunc-sb h3.schedule::after {
		content:url(../images/schedule_m.png);
		transform:scale(0.8,0.8);
		left:3px;
	}
	.newfunc-sb h3.workflow::after {
		content:url(../images/workflow_m.png);
		transform:scale(0.9,0.9);
		top:-2px;
		left:3px;
	}
.newfunc-sb h3.seal {
	display: inline-block;
	padding: 3px 5px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
	background: #e5bc26;
}
.newfunc-sb h3.seal.red {
	background: #f77350;
}
.newfunc-sb .link_txt {
	background: #fff;
	border: 2px solid #8abcbb;
	border-radius: 30px;
	max-width: 200px;
	margin: 0px auto;
	margin-top: 10px;
}
.newfunc-sb .link_txt > a {
	display: block;
	position: relative;
	padding: 10px 20px 10px 0px;
	text-decoration: none;
	text-align: center;
	color: #8abcbb;
}
.newfunc-sb .link_txt > a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
	width: 16px;
	height: 16px;
	border-top: 2px solid #8abcbb;
	border-right: 2px solid #8abcbb;
}

.newfunc .link_txt:hover,
.newfunc-sb .link_txt:hover {
	opacity: .7;
}


/* order
----------------------------------------------------------------------*/
#contents_wrap section.order{
	background:#3B7B9B;
	padding-top:0px;
	padding-bottom:0px;
}
.orderbox{
	max-width:350px;
	padding:70px 0 30px;
	margin:0 auto;
}
.orderbox .appbox{
	position: relative;
}
.orderbox .appbox .b_find{
	display:flex;
	align-items:center;
	position: absolute;
	top:-100px;
	left:0px;
	z-index:2;
	width: 120px;
	height: 120px;
	background: #FBED3A;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
	border-radius: 50%;
	box-sizing: border-box;
}
.orderbox .appbox .b_find:before {
	content: "";
	position: absolute;
	bottom: -6px;
	right: -6px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #FBED3A;
	z-index: 2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
	.b_find > p{
		position: relative;
		display: inline-block;
		padding: 0 5px;
		line-height:1.5;
		text-align: center;
		font-size:21px;
		font-weight:bold;
	}
	.b_find p span{
		display:inline-block;
	}
	.b_find p span.line{
		font-size: 16px;
		margin-top:15px;
	}
	.b_find p span.font{
		background: linear-gradient(transparent 60%, #FCA02D 60%);
	}

	.b_application a,
	.b_contact a{
		display:block;
		position:relative;
		width:300px;
		border-radius:7px;
		color:#FFF;
		text-align:center;
		font-size:20px;
		text-decoration:none;
		margin:0 auto;
		padding:15px 0;
	}
	.b_application a{
		z-index:1;
		background:#E55761;
		border:2px solid #E8B0B2;
	}
.b_contact{
	margin-top:10px;
}
	.b_contact a{
		background:#2BB575;
		border:2px solid #9ED8B5;
	}


/* utility
***********************************************************************/
.u-disp-iB{
	display:inline-block;
}
.u-mt-4{
	margin-top:4px;
}
.u-mt-40{
	margin-top:40px;
}
.c_yellow{
	color:#FEFE47;
}


/*=====================================================================
   PC start
======================================================================*/
@media screen and ( min-width:769px ){
/* Object
***********************************************************************/

/* common
----------------------------------------------------------------------*/
#contents_wrap{
	max-width:100%;
}
#contents_wrap section{
	padding:40px 0;
}
#contents_wrap section .section_box{
	width:1000px;
	margin:auto;
	overflow:hidden;
}
#contents_wrap section .section_box:first-child{
	overflow:visible;
}

/* Main Visual
----------------------------------------------------------------------*/
#main_visual{
	max-height:400px;
	background:#f0f7fb;
	text-align:center;
}
	#main_visual .visual_sp{
		display:none;
	}
	#main_visual .visual_pc{
		display:inline-block;
		vertical-align:bottom;
		max-width:1000px;
		margin:auto;
	}
.banner_event{
	width:630px;
	margin:0 auto;
	padding:0 26px 0 90px;
}

/* Pickup
----------------------------------------------------------------------*/
h2.sec_ttl.pickup{
	position:relative;
}
h2.sec_ttl.pickup #aboutus_hb{
	width:156px;
	height:158px;
	display:block;
	position:absolute;
	top:-130px;
	left:150px;
	z-index:1;
	cursor:pointer;
	background:url(../images/img_aboutus_hb.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.hover h2.sec_ttl.pickup #aboutus_hb:hover{
	background:url(../images/img_aboutus_hb_hover.png) no-repeat;
}
#pickup_wrap{
	padding-bottom:30px;
}
#pickup_wrap:after{
	display:block;
	clear:both;
	content:"";
}
.pickup_contents{
	float:left;
	height:320px;
	margin:0;
	margin-right:20px;
}
	.hover .pickup_contents:hover{
		opacity:.5;
	}
.pickup_contents h3{
	font-size:23px;
}
.pickup_contents p.link_txt{
	display:block;
	position:absolute;
	top:309px;
	right:0;
	left:0;
	margin:auto;
	z-index:3;
}
.pickup_contents p.link_txt a{
	border-radius:0 0 5px 5px;
	-moz-box-shadow:0px 5px 7px -4px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow:0px 5px 7px -4px rgba(0, 0, 0, 0.17);
	-ms-box-shadow:0px 5px 7px -4px rgba(0, 0, 0, 0.17);
	box-shadow:0px 5px 7px -4px rgba(0, 0, 0, 0.17);
}
	.pickup_contents.third{
		margin-right:0;
	}

/* Feature
----------------------------------------------------------------------*/
.pagelink_ttl{
	margin:0;
}
.pagelink li:not(.pc-col2){
	width:25%;
}
.pagelink_item{
	padding-right:14px;
	padding-left:14px;
}
.pagelink_item:hover{
	opacity:.8;
}

.feature_contents{
	margin-bottom:40px;
	overflow:hidden;
}
.feature_contents img{
	float:right;
	width:500px;
}
.feature_body{
	width:calc(100% - 520px);
	max-width:calc(100% - 520px);
	margin:0;
}
.feature_contents a{
	position:relative;
	margin:-1px 0 0 30px;
	border:1px solid #aaa;
	border-top-color:#fff;
	border-radius:0 0 5px 5px;
	text-align:center;
	font-size:14px;
}
	.feature_contents:first-child a{
		display:none;
	}

.feature_ttl_icon{
	width:100px;
	padding-top:6px;
	padding-bottom:2px;
}
.feature_ttl{
	margin-bottom:40px;
	padding-top:54px;
	font-size:24px;
}
.feature_ttl_icon:after{
    top:41px;
	left:46px;
}
.link_solution{
	display: initial;
}
.link_solution a{
	display: initial;
	border:none;
	font-size:16px;
	margin:0px;
}
.text_em span > br{
	display:block;
}

/* Sample
----------------------------------------------------------------------*/
ul.sample_link li{
	margin:0 30px;
}
.hover ul.sample_link li:hover{
	opacity:.7;
}
.hover ul.sample_link li:hover a{
	color:#fff;
	font-weight:bold;
}
.hover ul.sample_link li:hover a span{
	border:1px solid #666;
	background:#666;
}

/* price
----------------------------------------------------------------------*/
.flex_block_wrap{
	align-items:center;
}
.flex_em{
	flex:120px;
}
	
/* Newfunction
----------------------------------------------------------------------*/
.newfunc .flex,
.newfunc-sb .flex {
	display: flex;
	justify-content: space-between;
}
.newfunc .flex > div {
	max-width: 50%;
}
.newfunc .link_txt {
	margin-top: 15px;
}
.newfunc-sb .tlt {
	font-size: 28px;
	text-align:center;
}
.newfunc-sb .item {
	margin-bottom: 0px;
	width: 100%;
}
.item_second {
	margin: 0 30px;
}

/* order
----------------------------------------------------------------------*/
.orderbox{
	display:flex;
	justify-content: center;
	align-items: flex-end;
	max-width:740px;
	padding:40px 0 40px;
}
.appbox{
	flex-basis: 320px;
}
.orderbox .appbox .b_find{
	top:-80px;
	left:-50px;
}
.contactbox{
	margin-top:0px;
	flex-basis: 320px;
}
.b_contact{
	margin-top:0px;
}
	.b_application a,
	.b_contact a{
		transition: 0.3s ;
	}
	.b_application a:hover,
	.b_contact a:hover{
		opacity:0.8;
	}

.img_box a:hover{
	opacity:0.8;
}




/*=====================================================================
   PC end
======================================================================*/
}