@charset "UTF-8";
/* CSS Document */

/*================================================

　common.css

================================================*/


/* RESET
==============================================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-weight:normal; }
body{ line-height:1; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{ display:block; }
nav, ul, ol, li{ list-style-type: none; list-style-image:none; }
blockquote, q{ quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after{ content:''; content:none; }
a{ margin:0; padding:0; font-size:100%; text-decoration: none; vertical-align:baseline; background:transparent; color: #234b79; }
table{ border-collapse:collapse; border-spacing:0; }
select{ vertical-align:middle; cursor:pointer; }
input{ font: 13px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo UI,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; vertical-align:middle; }
textarea{ font: 13px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo UI,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; vertical-align:middle; color:#666; }
input[type="radio"], input[type="checkbox"], input[type="submit"]{ cursor:pointer; outline: none; }
input[type="submit"]::-moz-focus-inner{ border :0px; }
input[type="button"],input[type="submit"]{ -webkit-appearance: none; border:none; margin:0;  }
input[type="text"],input[type="number"],input[type="password"],input[type="email"],textarea{
	-webkit-appearance: none; border:none; border-radius:0; margin:0;  padding:0 10px; border-radius: 1px;
}
textarea, select{ outline: 0; }
/*img{ background-color:white; }*/
img[src="../lp/insidesales_cloud/img/pixel.gif"]{ background-color:transparent; }

body{
	font: 16px/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #424242;
	background: #fff;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 1200px;
}
a{
	outline: none;
	color: #424242;
}
a:hover, a:active {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
p,li,a{
	max-height: 999999px;
}


#address {
	width:980px;
	margin:0 auto;
	font-size: 0;
	line-height: normal;
	list-style: outside none none;
}
#address li {
	display: inline-block;
	font-size:10px;
	vertical-align:bottom;
}
#address li:nth-child(1) {width:210px}
#address li:nth-child(2) {width:330px}
#address li:nth-child(3) {width:310px}
#address li:nth-child(4) {width:130px}

#address li#sns {font-size:0}
#sns a {margin:0 0 0 5px}

#page_top {
	position:fixed;
	right:45%;
	bottom:16px;
	margin-right:-485px;
	width:50px;
	height:50px;
	display:none;
}
#page_top a {
	display:block;
	text-align:center;
	background:#5f5f5f;
	color:#fff;
	transition:all 0.3s;
		-webkit-transition:all 0.3s;
		-moz-transition:all 0.3s;
	font-size:16px;
	font-weight:bold;
	line-height:50px;
	z-index:1000;
}
#page_top a:hover{cursor:pointer}

/* ヘッダ
------------------------------ */
#wrapper:before {
  position: relative;
  z-index: 0;
  content: '';
  display: block;
  height: 80px;
}
@media (max-width: 768px) {
  #wrapper:before {
    height: 50px;
  }
}

#global-header-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  background: #fff;
}
#global-header-content:after {
  content: '';
  display: block;
  clear: both;
}
#global-header-content .site-id {
  position: relative;
  float: left;
}
@media (max-width: 768px) {
  #global-header-content {
    height: 50px;
    border-bottom: 1px solid #dddddd;
  }
  #global-header-content .site-id {
    padding: 9px 10px;
  }
  #global-header-content .site-id img {
    display: none;
  }
  #global-header-content .site-id a {
    display: block;
    width: 103px;
    height: 32px;
    background: url('../img/common/hdr_logo_sp.png') no-repeat center/contain;
  }
}
@media (min-width: 769px) {
  #global-header-content {
    display: table;
  }
  #global-header-content .site-id {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
  }
  #global-header-content .site-id img {
    display: block;
    width: 156px;
  }
  .pc #global-header-content .site-id a {
    transition: .2s opacity ease;
  }
  .pc #global-header-content .site-id a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
  }
  #global-header-content #global-nav {
    display: table-cell;
    vertical-align: middle;
  }
}

/* ナビ ----------------- */
#wrapper #gnav-bg {
  position: relative;
  z-index: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.1s opacity ease;
  -moz-transition: 0.1s opacity ease;
  -ms-transition: 0.1s opacity ease;
  -o-transition: 0.1s opacity ease;
  transition: 0.1s opacity ease;
}
#wrapper.menu-open #gnav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0.5;
}

#global-nav {
  text-align: center;
  font-size: 16px;
}
#global-nav a {
  display: block;
  color: #44484a;
  font-family: "Oxygen", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#global-nav .gnav-contact a {
  background: #e8340c;
  color: #fff;
}
@media (max-width: 768px) {
  #global-nav .gnav-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 37px;
    height: 44px;
    background: url('../img/common/ico_menu.svg') no-repeat center center;
    background-size: 17px auto;
    cursor: pointer;
  }
  .menu-open #global-nav .gnav-btn {
    background-image: url('../img/common/ico_close.svg');
    background-size: 14px auto;
  }
  #global-nav .gnav-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.3s height ease;
    -moz-transition: 0.3s height ease;
    -ms-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    transition: 0.3s height ease;
  }
  .menu-open #global-nav .gnav-content {
    height: auto;
  }
  #global-nav li {
    border-top: 1px solid #dddddd;
  }
  #global-nav a {
    line-height: 50px;
  }
  #global-nav .gnav-contact {
    border-top: 1px solid #dddddd;
  }
}
@media (min-width: 769px) {
  #global-nav .gnav-btn {
    display: none;
  }
  #global-nav .gnav-content {
    float: right;
  }
  #global-nav .gnav-list {
    display: table;
    float: right;
    height: 80px;
  }
  #global-nav ul {
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px;
  }
  #global-nav li {
    display: inline-block;
  }
  #global-nav li a {
    padding: 0 12px;
    line-height: 30px;
    font-weight: bold;
  }
  .pc #global-nav li a {
    transition: .2s color ease;
  }
  .pc #global-nav li a:hover {
    color: #e8340c;
  }
  #global-nav li a.current {
    color: #e8340c;
  }
  #global-nav .gnav-contact {
    display: table-cell;
    vertical-align: middle;
  }
  #global-nav .gnav-contact a {
    height: 100%;
    padding: 0 38px;
    background: #e8340c;
    color: #fff;
    line-height: 80px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .pc #global-nav .gnav-contact a {
    transition: .2s background-color ease;
  }
  .pc #global-nav .gnav-contact a:hover {
    background-color: #d03b1a;
  }
}

/* フッタ
------------------------------ */
.service_bottom {
  padding: 40px 0 70px 0;
}
.gray {
  background-color: #f5f5f5;
}
article .a_inner {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.bottom_contact {
	margin: 0 auto;
	width:740px;
	font-size:0;
	box-sizing: border-box;
}
.top6 .bottom_contact,
.service_2 .bottom_contact {margin:0 auto}
.bottom_contact div {
  padding: 17px 20px;
  background: #d6000f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 50%;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
	box-sizing: border-box;
}
.bottom_contact div span {
	display:inline-block;
	margin-left:20px;
	font-size:11px;
	line-height:24px;
}
.bottom_contact .tel,
.bottom_contact .mail {
  display: inline-block;
  width: 50%;
  padding: 15px 0;
  background: #fff;
  color: #232621;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  vertical-align: middle;
	box-sizing: border-box;
}
.bottom_contact .mail {
	background:#232621;
	color:#fff;
}

.bottom_contact img {
	vertical-align: middle;
}

a.link_black {
	display:block;
	width:540px;
	margin:0 auto;
	padding:15px 0;
	background:#000;
	color:#FFF;
	font-size:14px;
	text-align:center;
}

#global-footer {
  background: #444444;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#global-footer #footer-nav {
  font-family: "Oxygen", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#global-footer #footer-nav ul {
  font-size: 0;
  line-height: 1;
}
#global-footer #footer-nav li {
  display: inline-block;
  font-size: 14px;
}
#global-footer #footer-nav a {
  color: #fff;
}
.pc #global-footer #footer-nav a {
  transition: .2s color ease;
}
.pc #global-footer #footer-nav a:hover {
  color: #e8340c;
}
#global-footer .footer-sns-links ul {
  font-size: 0;
}
#global-footer .footer-sns-links li {
  display: inline-block;
  width: 44px;
}
#global-footer .footer-sns-links a {
  display: inline-block;
  width: 32px;
  height: 0;
  padding-top: 22px;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
  white-space: nowrap;
}
#global-footer .footer-sns-links .fb a {
  background-image: url('../img/common/ico_facebook.svg');
}
#global-footer .footer-sns-links .tw a {
  background-image: url('../img/common/ico_twitter.svg');
}
#global-footer .footer-sns-links .gp a {
  background-image: url('../img/common/ico_gplus.svg');
}
#global-footer .copyright {
  font-size: 12px;
  line-height: 18px;
  font-family: "Oxygen", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 768px) {
  #global-footer {
    padding: 17px 0 24px 0;
  }
  #global-footer .container {
    display: block;
  }
  #global-footer #footer-nav,
  #global-footer .footer-sns-links,
  #global-footer .copyright {
    text-align: center;
  }
  #global-footer #footer-nav ul {
    margin: 0 -7px;
  }
  #global-footer #footer-nav li {
    padding: 0 7px;
  }
  #global-footer .footer-sns-links {
    margin-top: 16px;
  }
  #global-footer .footer-sns-links li {
    width: 56px;
  }
  #global-footer .footer-sns-links a {
    padding-top: 23px;
  }
  #global-footer .copyright {
    margin-top: 16px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  #global-footer {
    padding: 42px 0 42px 0;
  }
  #global-footer .container {
    max-width: 100%;
    padding: 0 30px;
  }
  #global-footer #footer-nav {
    float: left;
  }
  #global-footer #footer-nav li {
    padding: 0 20px 0 0;
  }
  #global-footer .copyright {
    float: right;
    line-height: 14px;
  }
}

/* content
-------------------------------------------------- */
#wrap{
	overflow: hidden;
	padding-top: 80px;
}
#content .contentIn{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#content .mainTit{
	display: inline-block;
	font-size: 39px;
	padding: 6px 15px 4px;
	line-height: 1.2;
	letter-spacing: -1px;
	background: url(../../../lp/insidesales_cloud/img/bg_title.png) repeat 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .sectionTit{
	font-size: 30px;
	color: #797979;
}
#content section{
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .contImg{
	text-align: center;
}

/* pageMenu*/
.pageMenu{
	width: 1200px;
	margin: 0 auto;
	border-top: 8px solid #dadce0;
	background: #f3f5f9;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px 0;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px 0;
	box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px 0;
}
.pageMenu ul{
	position: relative;
	display: table;
	width: 1000px;
	margin: -6px auto 0;
	letter-spacing: -0.4em;
	border-right: 1px solid #dadce0;
}
.pageMenu ul:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 1px solid #fff;
	width: 100%;
	padding-bottom: 2px;
	min-height: 100%;
	z-index: 10;
}
.pageMenu ul li{
	position: relative;
	display: table-cell;
	vertical-align: top;
	letter-spacing: normal;
	width: 330px;
	text-align: center;
	border-left: 1px solid #dadce0;
}
.pageMenu ul li:nth-child(2){
	width: 340px;
}
.pageMenu ul li:before{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	border-left: 1px solid #fff;
	width: 100%;
	padding-bottom: 2px;
	min-height: 100%;
	z-index: 10;
}
.pageMenu ul li a{
	position: relative;
	display: block;
	padding: 24px 15px 11px;
	z-index: 10;
	font-size: 18px;
}
.pageMenu ul li a:before{
	content:"";
	display: block;
	width: 8px;
	height: 25px;
	background: url(../../../lp/insidesales_cloud/img/icn_page_menu.png) no-repeat 0 0;
	position: absolute;
	top: 40%;
	left: 10px;
}
.pageMenu ul li a:hover:before,
.pageMenu ul li.act a:before{
	background-position: 0 bottom;
}


/* nav */
.sectionBox{
	position: relative;
}
#nav{
	position: absolute;
	top: 39px;
	left: 0;
	right: 0;
	text-align: right;
}
#nav ul{
	width: 1200px;
	margin: 0 auto;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#nav.fixed{
	position: fixed;
}
#nav li{
	margin-top: 6px;
}
#nav li:first-child{
	margin-top: 0;
}
#nav a{
	font-size: 14px;
	color: #bebebe;
}
#nav .on a{
	color: #797979;
}

/* contentDetail */
.contentDetail{
	overflow: hidden;
}
.contentDetail .contL{
	float: left;
}
.contentDetail .contR{
	float: right;
}

/* btn */
.btnRed{
	display: block;
	width: 100%;
	padding: 15px;
	text-align: center;
	color: #fff;
	border-bottom: 3px solid #7b0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #da0000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkYTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNjNDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #da0000 50%, #c40000 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#da0000), color-stop(50%,#c40000));
	background: -webkit-linear-gradient(top,  #da0000 50%,#c40000 50%);
	background: -o-linear-gradient(top,  #da0000 50%,#c40000 50%);
	background: -ms-linear-gradient(top,  #da0000 50%,#c40000 50%);
	background: linear-gradient(to bottom,  #da0000 50%,#c40000 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0000', endColorstr='#c40000',GradientType=0 );
}
.btnRed span{
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
}
.btnRed:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btnArea{
	margin: 0 auto;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* kv
-------------------------------------------------- */
#content .kvBox{
	height: 406px;
	padding: 48px 0 34px;
	color: #fff;
}
.kvBox h1{
	font-size: 56px;
	line-height: 1.2;
	letter-spacing: -1px;
}
.kvBox h2{
	font-size: 30px;
	margin-top: 30px;
}
.kvBox .subTxt{
	margin-top: 35px;
	font-size: 19px;
}
.kvBox .btnArea{
	width: 300px;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.kvBox.kv01{
	background: url(../../../lp/insidesales_cloud/img/img_kv01.jpg) no-repeat center 0;
}
#content .kvBox.kv02{
	padding: 90px 0 34px;
	background: url(../../../lp/insidesales_cloud/img/img_kv02.jpg) no-repeat center 0;
}
.kvBox.kv03{
	background: url(../../../lp/insidesales_cloud/img/img_kv03.jpg) no-repeat center 0;
}
.kvBox.kv01 .subTxt{
	margin-top: 18px;
}
.kvBox.kv02 .subTxt{
	margin-top: 36px;
}
.kvBox.kv03 .subTxt{
	margin-top: 18px;
}

/* contactBox
-------------------------------------------------- */
.contactBox{
	padding: 50px 0 70px;
	background: #f3f5f9;
}
.contactBox .contactTit{
	width: 510px;
	margin: 0 auto;
	padding: 10px 40px 5px;
	font-size: 30px;
	color: red;
	text-align: center;
	background: #f3f5f9;
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px -1px;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px -1px;
}
.contactBox  .contactMenu{
	margin-top: 48px;
	letter-spacing: -0.4em;
}
.contactBox  .contactMenu li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 493px;
	height: 208px;
	padding: 15px 0 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
}
.contactBox  .contactMenu li .img{
	margin-bottom: 5px;
}
.contactBox  .contactMenu li p,
.contactBox  .contactMenu li a{
	font-weight: bold;
	color: #fff;
}
.contactBox  .contactMenu li a{
	text-decoration: underline;
}
.contactBox  .contactMenu .tel{
	margin-right: 14px;
	background: url(../../../lp/insidesales_cloud/img/bg_tel.jpg) no-repeat 0 0;
}
.contactBox  .contactMenu .mail{
	background: url(../../../lp/insidesales_cloud/img/bg_mail.jpg) no-repeat 0 0;
}
.contactBox  .contactMenu .tel .main{
	font-size: 32px;
}
.contactBox  .contactMenu .mail .main{
	font-size: 28px;
}



/* page01
==============================================================*/
/* cloudAddBox
-------------------------------------------------- */
.cloudAddBox{
	padding: 70px 0 60px;
}
.cloudAddBox .contentDetail{
	overflow:visible;
	margin-top: 42px;
}
.cloudAddBox .contL{
	width: 560px;
	margin-top: 12px;
}
.cloudAddBox .contL p{
	margin-top: 25px;
	color: #797979;
	line-height: 1.8;
}
.cloudAddBox .contR{
	width: 422px;
	margin-right: -30px;
}
.cloudAddBox .contR .btnArea{
	margin-top: 30px;
	padding: 0 60px;
}
.cloudAddBox .cloudAddStep li:first-child{
	margin-bottom: 25px;
	padding-bottom: 77px;
	background: url(../../../lp/insidesales_cloud/img/arw_step.png) no-repeat center bottom;
}


/* cloudServiceBox
-------------------------------------------------- */
.cloudServiceBox{
	height: 961px;
	padding: 55px 0;
	background: url(../../../lp/insidesales_cloud/img/img_service.jpg) no-repeat center 0;
}
.cloudServiceBox .contentDetail{
	margin-top: 37px;
}
.cloudServiceBox .contL{
	width: 398px;
	padding-left: 14px;
	margin-top: 12px;
}
.cloudServiceBox .contR{
	width: 546px;
}
.cloudServiceBox .serviceList{
	margin-top: 10px;
}
.cloudServiceBox .serviceList li{
	font-size: 20px;
	color: #5b5b5b;
}
.cloudServiceBox .serviceList li span{
	font-size: 28px;
	padding-right: 10px;
}
.cloudServiceBox .serviceCharactList{
	margin-top: 47px;
	letter-spacing: -0.4em;
}
.cloudServiceBox .serviceCharactList li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 324px;
	height: 300px;
	margin-left: 14px;
	background: #fff;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
}
.cloudServiceBox .serviceCharactList li:first-child{
	margin-left: 0;
}
.cloudServiceBox .serviceCharactList li .titBox{
	position: relative;
	text-align: center;
	color: #fff;
	background: #40bfc6;
	padding: 15px 20px 5px;
}
.cloudServiceBox .serviceCharactList li .titBox:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #9ad9dd transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.cloudServiceBox .serviceCharactList li .titBox span{
	display: block;
}
.cloudServiceBox .serviceCharactList li .titBox p{
	font-size: 24px;
	font-weight: bold;
}
.cloudServiceBox .serviceCharactList li .detail{
	padding: 20px 15px 10px;
}
.cloudServiceBox .serviceCharactList li .detail .subTxt{
	margin-bottom: 20px;
	font-size: 12px;
}
.cloudServiceBox .serviceCharactList li .detail p{
	line-height: 1.8;
}


/* actualBox
-------------------------------------------------- */
.actualBox{
	padding: 75px 0 70px;
}
.actualBox .sectionTit{
	margin-top: 46px;
}
.actualBox .actualList{
	margin-top: 48px;
	letter-spacing: -0.4em;
}
.actualBox .actualList li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 324px;
	margin-left: 14px;
	color: #fff;
	text-align: center;
	background: #ff7877;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
}
.actualBox .actualList li:first-child{
	margin-left: 0;
}
.actualBox .actualList li .titBox{
	position: relative;
	padding: 15px 15px 10px;
	font-size: 20px;
	background: #ff514d;
}
.actualBox .actualList li .titBox:before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #ff514d transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 47%;
	z-index:1;
}
.actualBox .actualList li .titBox:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -12px;
	left: 47%;
}
.actualBox .actualList li .titBox p{
	position: relative;
}
.actualBox .actualList li .titBox p:before{
	content:"";
	display: block;
	width: 294px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.actualBox .actualList li .txtBox{
	display: table;
	width: 100%;
	height: 110px;
}
.actualBox .actualList li .txtBox p{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.actualBox .actualList li .txtBox .mainTxt01{
	font-size: 36px;
}
.actualBox .actualList li .txtBox .mainTxt02{
	font-size: 26px;
	line-height: 1.2;
}
.actualBox .actualList li .txtBox span{
	font-size: 20px;
	font-weight: bold;
}
.actualBox .actualList li .txtBox small{
	font-size: 12px;
}




/* page02
==============================================================*/
/* targetBox
-------------------------------------------------- */
.targetBox{
	padding: 70px 0 24px;
}
.targetBox .contentDetail{
	margin-top: 27px;
}
.targetBox .contL{
	width: 560px;
}
.targetBox .contR{
	width: 412px;
	padding-right: 20px;
}
.targetBox .targetCheck{
	margin-top: 35px;
}
.targetBox .targetCheck li{
	margin-top: 10px;
	padding-left: 39px;
	font-size: 20px;
	color: #797979;
	background: url(../../../lp/insidesales_cloud/img/icn_checkbox.png) no-repeat 0 center;
}

/* onestopBox
-------------------------------------------------- */
.onestopBox{
	background: url(../../../lp/insidesales_cloud/img/bg_onestop.jpg) no-repeat center 0 #FAFAFA;
}
.onestopBox .onestopTop{
	padding: 60px 0 35px;
}
.onestopBox .contentDetail{
	margin-top: 50px;
}
.onestopBox .contL{
	width: 350px;
	text-align: center;
}
.onestopBox .contR{
	width: 605px;
}
.onestopBox .contR p{
	margin-top: 30px;
	color: #5b5b5b;
}
.onestopBox .onestopList li{
	overflow: hidden;
	padding: 28px 0 30px;
	background: #fff;
}
.onestopBox .onestopList li .contentIn{
	display: table;
	width: 100%;
}
.onestopBox .onestopList li .txt,
.onestopBox .onestopList li .img{
	display: table-cell;
	vertical-align: middle;
}
.onestopBox .onestopList li .txt .sectionTit span{
	font-size: 18px;
	padding-left: 15px;
}
.onestopBox .onestopList li .txt p{
	margin-top: 18px;
	color: #797979;
	line-height: 2;
}
.onestopBox .onestopList li .img{
	width: 300px;
	padding-top: 10px;
	text-align: center;
}
.onestopBox .onestopList li:nth-child(even){
	background: #f3f5f9;
}


/* page03
==============================================================*/
/* successImage
-------------------------------------------------- */
.successImage{
	padding: 70px 0 50px;
}
.successImage .contImg{
	margin: 60px 0 48px;
}
.successImage p{
	color: #797979;
	line-height: 1.9;
}

/* unificationBox
-------------------------------------------------- */
.unificationBox{
	height: 1103px;
	padding: 60px 0 55px;
	background: url(../../../lp/insidesales_cloud/img/bg_unification.jpg) no-repeat center 0;
}
.unificationBox .contImg{
	margin: 60px 0 51px;
}
.unificationBox .sectionTit{
	line-height: 1.3;
}
.unificationBox p{
	margin-top: 26px;
	color: #5b5b5b;
	line-height: 1.9;
}

/* onestopBox
-------------------------------------------------- */
#page03 .onestopBox{
	background: none;
}
#page03 .onestopBox .contR{
	margin-top: 30px;
}

/* surveyBox
-------------------------------------------------- */
.surveyBox{
	height: 469px;
	padding: 60px 0 40px;
	background: url(../../../lp/insidesales_cloud/img/bg_survey.jpg) no-repeat center 0;
}
.surveyBox .contentDetail{
	overflow: visible;
}
.surveyBox .contL{
	width: 570px;
}
.surveyBox .contL .sectionTit{
	margin: 50px 0 16px;
}
.surveyBox .contL p{
	color: #5b5b5b;
}
.surveyBox .contR{
	width: 366px;
	margin-right: -20px;
}

/* serviceUseBox
-------------------------------------------------- */
.serviceUseBox{
	padding: 60px 0;
}
.serviceUseBox .serviceUseList{
	margin-top: 60px;
	letter-spacing: -0.4em;
}
.serviceUseBox .serviceUseList li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 495px;
	height: 498px;
	margin-left: 10px;
	background: #f3f5f9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
	box-shadow:rgba(0, 0, 0, 0.35) 0px 2px 2px -1px;
}
.serviceUseBox .serviceUseList li:first-child{
	margin-left: 0;
}
.serviceUseBox .serviceUseList li .txtBox{
	position: relative;
	padding: 15px 15px 11px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #f0584d;
}
.serviceUseBox .serviceUseList li .txtBox:before {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #f0584d transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 47%;
	z-index:1;
}
.serviceUseBox .serviceUseList li .txtBox:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -12px;
	left: 47%;
}
.serviceUseBox .serviceUseList li .txtBox p{
	position: relative;
}
.serviceUseBox .serviceUseList li .txtBox p:before{
	content:"";
	display: block;
	width: 455px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.serviceUseBox .serviceUseList li .detail{
	padding: 30px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.serviceUseBox .serviceUseList li .detail p{
	margin-top: 15px;
	color: #5b5b5b;
	line-height: 1.9;
}
