
@import url(base.css);
img {
  display: inline-block;}

.sp {
  display: none !important;}

.br-sp { display:none;}

html{ scroll-behavior: smooth;scroll-padding-top: 100px;}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-width: 1200px;
  overflow-x: hidden;}

.cInner {
  display: block;
  clear: both;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;}

#contents {
  margin: 0 auto;
  text-align: center;
  background: #FFF;
  padding-top: 100px;}

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #b0b0b0;}
/*
.header {
  background: rgba(176, 176, 176, 1);
  transition: all 0.5s ease;}
.hidden {
  background: rgba(176, 176, 176, 1);
  transition: all 0.5s ease;} 
*/

.header_innner {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;}

#header #logo {
  display: block;
  float: left;
  text-align: left;
  margin-left: 0px;
  padding: 15px 20px 0 20px;}
#header #logo a {
  color: #000;}
#header #logo a:hover {
  text-decoration: none;}
#header #menu {
  display: block;
  float: right;
  margin-right: 0px;
  position: relative;}
#header #menu .menuBtn {
	display: none;}
#header #menu .menuContents {
	display: block !important;}
#header #menu .menuContents ul li {
  float: left;
  display: block;
  line-height: 150%;
  font-size: 16px;
  position: relative;
  transition: all 0.1s ease-in;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 38px 10px;
  position: relative;
  color: #FFF;}
#header #menu .menuContents ul li.current {
  background-color: #8b8b8b;
  color: #FFF;}
#header #menu .menuContents ul li.current a {
  color: #FFF;}
#header #menu .menuContents ul li:hover ul {
  display: block;}
#header #menu .menuContents ul li.mContact ,
#header #menu .menuContents ul li.mTtrial {
  padding: 30px 5px;}
#header #menu .menuContents ul li.mContact a {
  background-color: #ff0000;
  padding: 10px 15px;
  border-radius: 20px;
  color: #ffffff;}
#header #menu .menuContents ul li.mTtrial a {
  background-color: #ff9000;
  padding: 10px 15px;
  border-radius: 20px;
  color: #ffffff;}
/*
#header #menu .menuContents ul li.mContact2 a {
  background-color: #148fcc;
  padding: 10px 15px;
  border-radius: 20px;
color: #ffffff;}
#header #menu .menuContents ul li.mContact3 a {
  background-color: #e37425;
  padding: 10px 15px;
  border-radius: 20px;
  color: #ffffff;}
*/
#header #menu .menuContents ul li.mContact.current,
#header #menu .menuContents ul li.mTtrial.current {
  background-color: transparent;}

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
.sp_mainphoto {display:none;}

.mainphoto {
    display: block;
    position: relative;
    background-color: #f9f7ea;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.maintitle {
    width: 1100px;
    margin: 0px auto;
    position: relative;
}
#main {
  position: relative;}
#main .dairiten {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 9998;}
#main .main img {
  height: auto;
  margin-top: 100px;}
#main .topName {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 1100px;
  margin: 0 auto;}
#main .topName .catch {
  font-size: 50px;
  font-weight: bold;
  color: #4874de;
  line-height: 1.3em;
  text-align: left;}
#main .topList {
	width: 1120px;
	margin: 0 auto;
	text-align: left;
	position: relative;}
#main .ph_camera {
  position: absolute;
  top: 130%;
  right: 0;
  z-index: 9998;}
#main .topList ul li {
  width: 550px;
  float: left;
  border-radius: 5px;
  padding: 20px;
  margin: 50px 20px 0 0;
  background: rgba(255, 255, 255, 0.8);}
#main .topList ul li:nth-of-type(2n) {
  margin-right: 0;}
#main .topList ul li h3 {
  color: #008feb;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0.5vw;}
#main .topList ul li h3.Orange {
color: #ff7e00;}


.PartnerSP {
    display: none;}
.Partner {
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 11;}

div#rc_rightArea {
    display: block;
    position: fixed;
    right: 0;
    text-indent: -9993px;
    top: 250px;
    width: 145px;
	z-index:999999;}

div#rc_rightArea .rc_right {
    background: transparent url("../../images/2021/banner_seminar.jpg") no-repeat scroll 20px center;}
    
div#rc_rightArea .rc_right {
    display: block;
    height: 170px;
    left: 0;
    outline: medium none;
    position: relative;
width: 145px;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBlue1,
.btnBlue2,
.btnOrange {
  text-align: center;
  margin: 10px auto;}

.btnBlue1 a {
  display: inline-block;
  background-color: #4874de;
  color: #FFF;
  padding: 10px 90px;
  border-radius: 25px;
  font-size: 18px;
font-weight: bold;}

.btnBlue2 a {
  display: inline-block;
  background-color: #148fcc;
  color: #FFF;
  padding: 10px 90px;
  border-radius: 25px;
  font-size: 18px;
font-weight: bold;}

.btnOrange a {
  display: inline-block;
  background-color: #e37425;
  color: #FFF;
  padding: 10px 90px;
  border-radius: 25px;
  font-size: 18px;
font-weight: bold;}

.btnBlue1 a:hover,
.btnBlue2 a:hover,
.btnOrange a:hover {
text-decoration: none;}


#dropmenu3 {
	display:block;
    position: absolute;
    top: 450px;
    left: 10px;
	list-style-type: none;
	margin:5px auto 10px auto;
	padding: 0;
z-index:9998;}

#dropmenu4 {
	display:block;
    position: absolute;
    top: 430px;
    left: 10px;
	list-style-type: none;
	margin:5px auto 10px auto;
	padding: 0;
z-index:9999;}


#dropmenu3 li,
#dropmenu4 li {
	display:block;
	position: relative;
	width: 340px;
	margin-bottom:7px;
	padding: 0px;
	text-align: center;
    border-radius: 10px;}
#dropmenu3 li.fw_bt1,
#dropmenu4 li.fw_bt1 {
	color:#ffffff;
	background-color:#4b75df;
	padding:10px 5px;}
#dropmenu3 li.fw_bt2,
#dropmenu4 li.fw_bt2 {
	color:#ffffff;
	background-color:#168ccc;
    padding:10px 5px;}
#dropmenu3 li.fw_bt3,
#dropmenu4 li.fw_bt3 {
	color:#ffffff;
	background-color:#ed6f1b;
    padding:10px 5px;}
#dropmenu3 li.fw_bt1 a,
#dropmenu3 li.fw_bt2 a,
#dropmenu3 li.fw_bt3 a,
#dropmenu4 li.fw_bt1 a,
#dropmenu4 li.fw_bt2 a,
#dropmenu4 li.fw_bt3 a { 
    color: #ffffff;}

#dropmenu3 li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
border-radius: 0;}

#dropmenu3 li:last-child ul{
	left:0;
width: 100%;}

#dropmenu3 li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #484848;
	background: #ececec;
	margin-bottom:0px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
#dropmenu3 li ul li a{
	padding: 10px 15px;
	color:#484848;
	background: #ffffff;
	text-align: left;
	font-size: 70%;
	font-weight: normal;
	line-height:1.5em;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#dropmenu3 li ul li:hover > a{
	color: #737373;}
#dropmenu3 > li:hover > a{
	border-radius: 0;}
#dropmenu3 li:hover ul li{
	overflow: visible;
	height: auto;
border-bottom: 1px solid #ffffff;}


#dropmenu5 {
	display:block;
    position: absolute;
    top: 300px;
    left: 10px;
	list-style-type: none;
	width: 340px;
	margin:5px auto 10px auto;
	padding: 0;
	z-index:999;}
#dropmenu5 li{
	display:block;
	position: relative;
	width: 100%;
	float: left;
	margin-bottom:10px;
	padding: 0;
	text-align: center;
  	border-radius: 30px;
	background-color:#009AD6;}
#dropmenu5 li.trial {
	background-color:#ff0000;}
#dropmenu5 li.inquiry {
    background-color: #ff9000;}
#dropmenu5 li:last-child {
	margin:0px 0px 0px 0px;}
#dropmenu5 li a{
	display: block;
	margin: 0;
	padding: 0px;
	color: #fff;
	font-size:110%;
	font-weight: bold;
	line-height:3em;
	text-decoration: none;}




/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
.secBlock .secBox {
  text-align: left;
  padding-top: 25px;}
.secBlock .secLeft,
.secBlock .secRight {
  float: left;}
.secBlock .secLeft img,
.secBlock .secRight img {
  display: block;}
.secBlock .sec55 .secLeft,
.secBlock .sec55 .secRight {
  width: 50%;}
.secBlock .sec46 .secLeft {
  width: 40%;}
.secBlock .sec46 .secRight {
  width: 60%;}
.secBlock .sec28 .secLeft {
  width: 15%;}
.secBlock .sec28 .secRight {
  width: 85%;}

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
#service,
#service2,
#service3,
#service4,
#SupportDesk,
#plan,
#Messaging,
#Contact_Center,
#Omnichannel,
#Freshservice {
  padding: 30px 0 40px 0;
  background-color: #FFF;}

#service h3,
#service2 h3,
#SupportDesk h3,
#Contact_Center h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #4874de;
  font-weight: bold;
  text-align: center;}

#service h4,
#service2 h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #4874de;
  font-weight: bold;
text-align: center;}

#service3 h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #148fcc;
  font-weight: bold;
text-align: center;}

#service3 h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #148fcc;
  font-weight: bold;
text-align: center;}

#service4 h4 {
  font-size: 20px;
  margin-bottom: 0px;
  color: #e37425;
  font-weight: bold;
text-align: center;}





#SupportDesk h4,
#plan h4,
#Messaging h4,
#Contact_Center h4,
#Omnichannel h4,
#Freshservice h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;}



#Messaging,
#freshdesk,
#Omnichannel,
#Freshservice {
  padding: 30px 0 40px 0;
  background-color: #f8f7e9;}
#plan h3,
#freshdesk h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #4874de;
  font-weight: bold;
  text-align: center;}
#plan h4,
#freshdesk h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #25c16f;
  font-weight: bold;
  text-align: center;}

.yellowBox {
    background-color: #ffffdf;
    border-radius: 10px;
    padding: 30px;
    margin: 0px 0px 20px 0px;
    font-size: 17px;
    font-weight: bold;}

.titleBox {
    background-color: #25c16f;
    padding: 10px;
    margin: 40px 0px 10px 0px;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;}

.titleBox2 {
    background-color: #148fcc;
    padding: 10px;
    margin: 40px 0px 10px 0px;
    font-size: 17px;
    color: #ffffff;
font-weight: bold;}

.titleBox3 {
    background-color: #e37425;
    padding: 10px;
    margin: 40px 0px 10px 0px;
    font-size: 20px;
	color: #ffffff;
	text-align: center;
    font-weight: bold;}

.listDecimal {
	margin:0px;
	margin-bottom: 40px;}
.listDecimal li {
	text-align: left;
	line-height: 2.5em;
	list-style-type: decimal;
	padding: 0;
	margin:0 0 0.5em 1em;
	text-indent: 0;
	font-weight: bold;}


.listDecimal li .listDisc3 {
	margin:0px;}
.listDecimal li .listDisc3 li {
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type:none;
	padding: 0 0 0 1em;
	margin: 0;
	text-indent: -1.0em;}


.txtCenter {
text-align: center;}






/*-------------------------------------------------
	++ tab
-------------------------------------------------*/
.tab-area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    cursor: pointer;
    position: relative;}
.tab-area .tab {
    width: 300px;
    line-height: 3em;
    text-align: center;
    color: #222222;
    font-size: 110%;
    background-color: #e9e9e9;
    border: 1px #b8b8b8 solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}
.tab-area .tab.active {
    background-color: #3fb76f;
    color: #fff;
    font-weight: bold;}

.balloon1 {
    position: absolute;
    top: 40px;
    right: 70px;
    display: inline-block;
    margin: 0;
    padding: 7px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    background: #ff8b08;
    border-radius: 30px;}
.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ff8b08;}

.content-area {
    text-align: center;}
.content-area .content {
    display: none;}
.content-area .content.show {
    margin-top: 0px;
    display: block;}

.regionTbl table {
	width:100%;
	margin: 1% 0 3% 0;}

.regionTbl table tr th,
.regionTbl table tr td {
	border:1px solid #a3a3a3;
	padding:5px;
	position:relative;}
.regionTbl table thead tr th {
	background-color:#2daded;
	color:#FFF;
	font-size:16px;
	line-height: 1.7em;
	text-align: center;}

.regionTbl table thead tr td {
    background-color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 1.5em;
    padding: 8px;
}

.regionTbl table tbody tr td {
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 1.5em;
    padding: 5px;
}


.regionTbl table thead tr th.green,
.regionTbl table tbody tr td.green {
	background-color: #25c16f;
	color:#ffffff;}

.regionTbl table thead tr th.orange,
.regionTbl table tbody tr td.orange {
	background-color: #ffcd48;
	color:#ffffff;}


.youtube iframe, .pdf iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;}

.youtubeBox, .pdfBox {
    width: 800px;
    text-align: center;
    margin: 30px auto 5px auto;}

.pdf {
	position:relative;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:10px 0px;
	height: 700px;}
.pdf iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

.BtnPDF {
    margin: 20px auto;
    text-align: center;}

.youtube {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border: 5px #DBDBDB solid;
    margin: 10px 0px;}

.youtube_ph {
	text-align:center;
	margin:15px auto;}
.youtube_sp {
	display: none;}	

.serviceBox {
    display: flex;
    flex-wrap: wrap;}
.order1 {order: 1;}
.order3 {order: 3;}
.order4 {order: 4;}
.order5 {order: 5;}
.serviceTtlGreen {
    width: 1200px;
    margin-right: 10px;
    background-color: #d3f6d5;
    color: #53a654;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    line-height: 2.5em;}

.serviceDetailBox {
    width: 360px;
    padding: 15px 20px;
    margin: 10px 15px 0 15px;
	text-align: center;
	border: 1px #bfbfbf solid;
    border-radius: 10px;}
.serviceDetailBox h5 {
	display: block;
	font-size:20px;
	color: #4d4d4d;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5vw;}
.serviceDetailBox p {
    text-align: left;}
.serviceDetailBox a {
	display: block;}



.block2Box ul {
	width: 100%;
	margin: 15px 0px 10px 0px;}
.block2Box ul li {
	width:24%;
	margin: 0px 5px 0px 5px;
	padding: 2%;
	float:left;
	text-align: center;
	border: 1px #bfbfbf solid;
	border-radius: 10px;}
.block2Box ul li h5 {
	display: block;
	font-size:20px;
	color: #4d4d4d;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5vw;}
.block2Box ul li a {
	display: block;}

.block3Box ul,
.block3Box_o ul {
margin: 15px auto 0 auto;}

.block3Box ul li,
.block3Box_o ul li {
	width:30%;
	margin:30px 20px;
	float:left;
text-align: center;}

.block3Box ul li h5 {
	display: block;
	font-size:20px;
	color: #148fcc;
	text-align: center;
	font-weight: bold;
padding-bottom: 0.5vw;}

.block3Box_o ul li h5 {
	display: block;
	font-size:20px;
	color: #e37425;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5vw;}

.block2Box2 ul {
	margin: 15px auto 0 auto;}
.block2Box2 ul li {
	width:49%;
	margin:0 2% 3% 0;
	float:left;
	text-align: left;}
.block2Box2 ul li:nth-child(even) {
		margin:0 0 3% 0;}
.block2Box2 ul li h5 {
	display: block;
	font-size:17px;
	color: #4d4d4d;
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.3vw;}

.block2Box2 ul li .listDisc2 {
	margin:0;}
.block2Box2 ul li .listDisc2 li {
	width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 1.6em;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;
	margin: 0;}
	

.block2Box3 ul {
	width: 100%;
	margin: 15px 0px 10px 0px;}
.block2Box3 ul li {
	width:32%;
	margin: 0px 5px 0px 5px;
	padding: 1%;
	float:left;
	text-align: center;
	background-color: #ffffff;
	border-radius: 10px;}
.block2Box3 ul li h5 {
	display: block;
	font-size:18px;
	color: #4d4d4d;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5vw;}



.block2Box ul li p,
.block3Box ul li p {
	text-align: left;
	font-size: 14px;}
.block2Box2 ul li p {
	text-align: left;
	font-size: 14px;}










.listDisc {
	margin:0px;}
.listDisc li {
	text-align: left;
	line-height: 1.3em;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

.txt24 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;}
 
.txt14 {
  font-size: 14px;
  text-align: center;}
  
.txt_blue {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #4874de;}
  
.txt_glay {
  font-size: 20px;
  font-weight: bold;
  text-align: center;}
  
.txt_bold {
  font-size: 14px;
  font-weight: bold;}

.txt_green {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #25c16f;}

.txt_yellow {
  font-size: 24px;
  font-weight: bold;
  color: #fff600;}
  
.W400 {
    width: 400px;
    float: left;
    margin: 0px 10px 30px 0px;
    display: inline-block;
}
.W780 {
    width: 780px;
    float: left;
    margin: 0px;
    display: inline-block;
}
  
/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #b0b0b0;
  color: #FFF;
  padding: 40px 0;}
#footer .copy {
  margin: 0px;}
#footer .copy a {
  color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}

.spCover {
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;}


.btnBox {
    width: 630px;
    margin: 50px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnTtrial,
.btnInquiry {
    width: 300px;}
.btnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnTtrial a:link,.btnTtrial a:visited,.btnTtrial a:hover,.btnTtrial a:active,
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active {text-decoration:none;}

.privacy {
    color: #000000;
    font-size: 100%;
    text-align: center;
    margin: 5px auto 50px auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}




